@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");
.effected, .effected::before, .effected::after, .effected > *, .effected > *::before, .effected > *::after {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1, 1) !important;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

/*
-----
font-family: "FP-こぶりなゴシック StdN W1",FP-KoburinaGoStdN-W1,"こぶりなゴシック Std W1",KoburinaGoStd-W1,"游ゴシック Light",YuGothic,YuGothicL,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-weight: lighter;
-----
font-family: "FP-こぶりなゴシック StdN W3",FP-KoburinaGoStdN-W3,"こぶりなゴシック Std W3",KoburinaGoStd-W3,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-weight: normal;
-----
font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-weight: bold;
-----
font-family: 'SF Pro Text', 'Helvetica', 'Arial', 'Verdana', sans-serif;
-----
ウィンドウサイズ1400pxの場合
14px → 1vw
28px → 2vw
56px → 4vw
112px → 8vw
168px → 12vw
-----
*/
/*
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}
*/
/*-------------------------------------------------- common --------------------------------------------------*/
html, body {
  margin: 0 auto;
  color: #1a1e1f;
  font-family: "FP-こぶりなゴシック StdN W3",FP-KoburinaGoStdN-W3,"こぶりなゴシック Std W3",KoburinaGoStd-W3,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: normal;
  font-size: 18.6666666667px;
  line-height: 1.7;
  letter-spacing: .2rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  html, body {
    font-size: 3.5897435897vw;
  }
}

body {
  background-color: #c8a993;
}
@media print, screen and (min-width: 1200px) {
  body {
    background: #c8a993 url("../img/pc_bg.png") no-repeat center center/contain !important;
    background-attachment: fixed !important;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

img, video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  color: #f0765b;
  text-decoration: underline;
  transition: all .3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: .7;
  }
}
sup, sub {
  font-size: 0.6em;
}

sup {
  vertical-align: top;
}

hr {
  border: none;
  border-top: 2px dotted #d0cecf;
}

:focus {
  outline: none;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.container {
  position: relative;
  overflow: hidden;
  background: #FFF;
}
@media print, screen and (min-width: 521px) {
  .container {
    margin: 0 auto;
    width: 520px;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.25);
  }
}

.inner {
  padding: 0 5.1282051282%;
}

.txt-orange {
  color: #e77b51;
}

.note {
  font-size: 10.6666666667px;
  letter-spacing: .1em;
  position: relative;
  line-height: 1.7;
}
@media screen and (max-width: 520px) {
  .note {
    font-size: 2.0512820513vw;
  }
}

.notes > li {
  padding-left: 1em;
  font-size: 10.6666666667px;
  letter-spacing: .1em;
  position: relative;
}
@media screen and (max-width: 520px) {
  .notes > li {
    font-size: 2.0512820513vw;
  }
}
.notes > li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.notes.numbering {
  counter-reset: numbering;
}
.notes.numbering > li {
  padding-left: 2.1em;
  counter-increment: numbering;
}
.notes.numbering > li::before {
  content: "※" counter(numbering);
  position: absolute;
  top: 0;
  left: 0;
}

.bold {
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
}

.mb-1e {
  margin-bottom: 1em;
}

.ul-white {
  background-image: linear-gradient(transparent 70%, #FFF 0%);
}

.ul-yellow {
  background-image: linear-gradient(transparent 60%, #f0e573 0%);
}

.center {
  text-align: center;
}

.diag-l {
  clip-path: polygon(0 3rem, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -3rem;
}

.diag-r {
  clip-path: polygon(0 0, 100% 3rem, 100% 100%, 0% 100%);
  margin-top: -3rem;
}

.bg-brown {
  background-color: #6b4b43;
  color: #fbfafa;
}

.bg-pink {
  background-color: #ebdedb;
  color: #4e3934;
}

.bg-pink75 {
  background-color: #f0e6e4;
  color: #4e3934;
}

.bg-pink50 {
  background-color: #f5efed;
  color: #4e3934;
}

.bg-pink25 {
  background-color: #faf7f6;
  color: #4e3934;
}

/*-------------------------------------------------- main --------------------------------------------------*/
.main {
  position: relative;
  background-color: #f0e4d4;
  padding-bottom: calc(60 / 780 * 100%);
}
.main #logo_polaorbis {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(175 / 780 * 100%);
  margin: calc(30 / 780 * 100%);
  z-index: 2;
}
.main #logo_decencia {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(175 / 780 * 100%);
  margin: calc(40 / 780 * 100%) calc(30 / 780 * 100%);
  z-index: 3;
}
.main__lead {
  margin: calc(-40 / 780 * 100%) 0 calc(50 / 780 * 100%);
}
.main__btn {
  width: calc(1024/2 / 780 * 100%);
  margin: 0 auto;
}

/*-------------------------------------------------- special --------------------------------------------------*/
.special {
  position: relative;
  background-color: #f0e4d4;
  padding: calc(40 / 780 * 100%) calc(40 / 780 * 100%) 0;
}
.special__inner {
  background: url("../img/sp_bg.jpg") no-repeat center top/100% auto;
  padding: 0 0 calc(30 / 700 * 100%);
  border-radius: clamp(6px, 1.5384615385vw, 8px);
}
.special__btn {
  width: calc(920/2 / 700 * 100%);
  margin: calc(-125 / 700 * 100%) auto 0;
  position: relative;
  transition: all .2s;
}
.special__btn::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -6px;
  width: 90%;
  height: .82rem;
  margin: auto;
  background-color: #e85b3c;
  border-radius: 100%;
  filter: blur(0.32rem);
  transition: all .2s;
}
@media (any-hover: hover) {
  .special__btn:hover {
    transform: translateY(0.1rem);
  }
  .special__btn:hover::before {
    bottom: 0px;
    filter: blur(0.15rem);
  }
}
.special__btn a:hover {
  opacity: 1;
}
.special__btn img {
  display: block;
  position: relative;
  z-index: 2;
}
.special__note {
  margin: calc(60 / 700 * 100%) calc(30 / 700 * 100%) 0;
  text-align: right;
  color: #FFF;
}

/*-------------------------------------------------- lineup --------------------------------------------------*/
.lineup {
  position: relative;
  background-color: #f0e4d4;
  padding: calc(90 / 780 * 100%) calc(40 / 780 * 100%);
}
.lineup__ttl {
  position: relative;
  border: #91715c solid 2px;
}
.lineup__ttl::before {
  content: "";
  display: block;
  background: url("../img/shape02.svg") no-repeat center center/100% auto;
  position: absolute;
  left: -0.8em;
  top: -0.95em;
  width: 1.5em;
  aspect-ratio: 163 / 188;
}
.lineup__ttl::after {
  content: "";
  display: block;
  background: url("../img/shape02.svg") no-repeat center center/100% auto;
  position: absolute;
  right: -0.8em;
  top: -0.95em;
  width: 1.5em;
  aspect-ratio: 163 / 188;
}
.lineup__btnarea {
  position: relative;
  border: #91715c solid 2px;
  border-top: none;
  border-right: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.lineup__btnarea::before {
  content: "";
  display: block;
  background: url("../img/shape02.svg") no-repeat center center/100% auto;
  position: absolute;
  left: -0.8em;
  top: 3em;
  width: 1.5em;
  aspect-ratio: 163 / 188;
  z-index: 99;
}
.lineup__btnarea::after {
  content: "";
  display: block;
  background: url("../img/shape01.svg") no-repeat center center/100% auto;
  position: absolute;
  right: .5em;
  bottom: -1.55em;
  width: 3em;
  aspect-ratio: 1 / 1;
  z-index: 99;
}
.lineup__btnarea-block {
  border-right: #91715c solid 2px;
  padding-bottom: 1em;
}
.lineup__btnarea-block.full {
  grid-area: 2 / 1 / 3 / 4;
  border-top: #91715c solid 2px;
  padding: 1rem 1rem 1.4rem;
}
.lineup__btnarea-btn {
  cursor: pointer;
  margin: 0 .75rem;
  transition: all .2s;
  position: relative;
}
.lineup__btnarea-btn::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -6px;
  width: 90%;
  height: .82rem;
  margin: auto;
  background-color: #8a5a3a;
  border-radius: 100%;
  filter: blur(0.32rem);
  transition: all .2s;
}
@media (any-hover: hover) {
  .lineup__btnarea-btn:hover {
    transform: translateY(0.1rem);
  }
  .lineup__btnarea-btn:hover::before {
    bottom: 0px;
    filter: blur(0.15rem);
  }
}
.lineup__btnarea-btn a:hover {
  opacity: 1;
}
.lineup__btnarea-btn img {
  display: block;
  position: relative;
  z-index: 2;
}
.lineup .select {
  display: none;
}
.lineup .select__inner {
  border: #91715c solid 2px;
  border-top: none;
}
.lineup .select__ttl {
  position: relative;
  margin: 0 0 2rem;
}
.lineup .select__ttl::after {
  content: "";
  display: block;
  background: #91715c;
  width: 2rem;
  height: 1px;
  margin: 0 auto;
}
.lineup .select__note {
  margin-top: 1rem;
}
.lineup .select__off {
  position: relative;
}
.lineup .select__off::after {
  content: "Choose from discount rates";
  font-family: 'Area Normal', 'SF Pro Text', 'Helvetica', 'Arial', 'Verdana', sans-serif;
  font-size: 9.3333333333px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  display: block;
  color: #91715c;
  position: absolute;
  top: 50%;
  left: -2.25em;
  transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .lineup .select__off::after {
    font-size: 1.7948717949vw;
  }
}
.lineup .select__off .select__inner {
  padding-bottom: 1.5em;
}
.lineup .select__off-list {
  margin: 0 .75em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7em;
}
.lineup .select__off-item.full {
  grid-area: 2 / 1 / 3 / 3;
}
.lineup .select__ranking {
  position: relative;
}
.lineup .select__ranking::after {
  content: "Choose from ranking";
  font-family: 'Area Normal', 'SF Pro Text', 'Helvetica', 'Arial', 'Verdana', sans-serif;
  font-size: 9.3333333333px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  display: block;
  color: #91715c;
  position: absolute;
  top: 50%;
  left: -2.25em;
  transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .lineup .select__ranking::after {
    font-size: 1.7948717949vw;
  }
}
.lineup .select__ranking-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.47rem;
  background-color: #f5ece2;
}
.lineup .select__ranking-item:nth-child(even) {
  background-color: #eaddcd;
}
.lineup .select__ranking-pic {
  flex-basis: 7.28rem;
}
.lineup .select__ranking-outline {
  flex: 1;
}
.lineup .select__ranking-name {
  margin-bottom: 1rem;
}
.lineup .select__ranking-btn {
  display: block;
  width: 9.57rem;
}
.lineup .select__ranking-icon {
  position: absolute;
  right: -1em;
  top: .15em;
  width: 3.7rem;
}
.lineup .select__recommend {
  position: relative;
}
.lineup .select__recommend::after {
  content: "Choose from STAFF recommendations";
  font-family: 'Area Normal', 'SF Pro Text', 'Helvetica', 'Arial', 'Verdana', sans-serif;
  font-size: 9.3333333333px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  display: block;
  color: #91715c;
  position: absolute;
  top: 50%;
  left: -2.25em;
  transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .lineup .select__recommend::after {
    font-size: 1.7948717949vw;
  }
}
.lineup .select__recommend-item {
  position: relative;
  padding-bottom: 2rem;
  background-color: #f5ece2;
}
.lineup .select__recommend-item:nth-child(even) {
  background-color: #eaddcd;
}
.lineup .select__recommend-pic {
  flex-basis: 7.28rem;
}
.lineup .select__recommend-outline {
  flex: 1;
}
.lineup .select__recommend-name {
  margin-bottom: 1rem;
}
.lineup .select__recommend-btn {
  display: block;
  width: 9.57rem;
  margin: 0 auto;
}
.lineup .select__recommend-note {
  margin: 1rem 1rem 0;
  text-align: right;
}
.lineup .select__pickup {
  position: relative;
}
.lineup .select__pickup::before {
  content: "";
  display: block;
  background: url("../img/shape02.svg") no-repeat center center/100% auto;
  position: absolute;
  left: -0.8em;
  top: 50%;
  width: 1.5em;
  aspect-ratio: 163 / 188;
  z-index: 99;
}
.lineup .select__pickup::after {
  content: "";
  display: block;
  background: url("../img/shape02.svg") no-repeat center center/100% auto;
  position: absolute;
  right: -0.8em;
  bottom: -0.95em;
  width: 1.5em;
  aspect-ratio: 163 / 188;
  z-index: 99;
}
.lineup .select__pickup-list {
  display: flex;
  background-color: #91715c;
  gap: 2px;
}
.lineup .select__pickup-item {
  position: relative;
  padding-bottom: 1rem;
  background-color: #f5ece2;
}
.lineup .select__pickup-pic {
  flex-basis: 7.28rem;
}
.lineup .select__pickup-outline {
  flex: 1;
}
.lineup .select__pickup-name {
  margin-bottom: 1rem;
}
.lineup .select__pickup-btn {
  display: block;
  width: 9.57rem;
  margin: 0 auto .5rem;
}
.lineup .select__pickup-note {
  margin: 1rem 1rem 0;
}

/*-------------------------------------------------- cart --------------------------------------------------*/
.cart {
  position: relative;
  padding-bottom: calc(40 / 780 * 100%);
}
.cart__brown {
  background-color: #9f8361;
  color: #FFF;
}
.cart__beige {
  background-color: #f5ece2;
  color: #6b4b43;
}
.cart__holiday {
  background: #9f8361 url("../img/cart_holiday_bg.png") no-repeat center top/100% auto;
}
.cart__connect_01, .cart__connect_03 {
  position: absolute;
  left: 0;
  top: calc(-0.75rem - 1px);
}
.cart__connect_01 img, .cart__connect_03 img {
  width: 10.17rem;
}
.cart__connect_02 {
  position: absolute;
  right: 0;
  top: calc(-0.75rem - 1px);
}
.cart__connect_02 img {
  width: 10.17rem;
}
.cart__cvarea {
  padding: 0;
}
.cart__outline_note {
  text-align: right;
  font-size: 8px;
  margin: 1.07rem calc(80 / 780 * 100%);
}
@media screen and (max-width: 520px) {
  .cart__outline_note {
    font-size: 1.5384615385vw;
  }
}
.cart__price {
  margin-top: 1.07rem;
}
.cart__btn-once {
  margin: 0 calc(80 / 780 * 100%) 1rem;
  transition: all .3s;
}
.cart__btn-once:hover {
  transform: translateY(0.3rem);
}
.cart__btn-once a:hover {
  opacity: 1;
}
.cart__btn-teiki {
  margin: 0 calc(80 / 780 * 100%) 1rem;
  transition: all .3s;
}
.cart__btn-teiki:hover {
  transform: translateY(0.3rem);
}
.cart__btn-teiki a:hover {
  opacity: 1;
}
.cart__notes {
  text-align: left;
  margin: 2rem calc(80 / 780 * 100%) 0;
}
.cart__notes h4 {
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .1em;
  margin-bottom: .4rem;
}
@media screen and (max-width: 520px) {
  .cart__notes h4 {
    font-size: 3.0769230769vw;
  }
}
.cart__notes li {
  font-size: 10.6666666667px;
  letter-spacing: .12em;
  line-height: 1.5;
  margin-bottom: .3em;
}
@media screen and (max-width: 520px) {
  .cart__notes li {
    font-size: 2.0512820513vw;
  }
}
.cart__set-content {
  text-align: left;
  border-top: 1px solid #6b4b43;
  margin: 0.8rem calc(80 / 780 * 100%) 0;
  padding-top: .6rem;
}
.cart__set-content dt {
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .1em;
  margin-bottom: .4rem;
}
@media screen and (max-width: 520px) {
  .cart__set-content dt {
    font-size: 3.0769230769vw;
  }
}
.cart__set-content dd {
  font-size: 13.3333333333px;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-bottom: .3em;
  display: flex;
}
@media screen and (max-width: 520px) {
  .cart__set-content dd {
    font-size: 2.5641025641vw;
  }
}
.cart__set-content dd::before {
  content: "・";
  display: block;
}
.cart__brown .cart__set-content {
  border-top: 1px solid #FFF;
}
.cart__bottom_note {
  text-align: left;
  border-top: 1px solid #6b4b43;
  margin: 0.8rem calc(80 / 780 * 100%) 0;
  padding-top: .6rem;
}
.cart__bottom_note li {
  font-size: 10.6666666667px;
  letter-spacing: .12em;
  line-height: 1.5;
  margin-bottom: .3em;
}
@media screen and (max-width: 520px) {
  .cart__bottom_note li {
    font-size: 2.0512820513vw;
  }
}
.cart__bottom_note .sell_name {
  font-size: 13.3333333333px;
  letter-spacing: .12em;
}
@media screen and (max-width: 520px) {
  .cart__bottom_note .sell_name {
    font-size: 2.5641025641vw;
  }
}
.cart__brown .cart__bottom_note {
  border-top: 1px solid #FFF;
}
.cart__num {
  text-align: right;
  font-size: 10.6666666667px;
  margin: 0 calc(20 / 780 * 100%);
  letter-spacing: .1em;
}
@media screen and (max-width: 520px) {
  .cart__num {
    font-size: 2.0512820513vw;
  }
}
.cart__color {
  margin: calc(40 / 780 * 100%) calc(60 / 780 * 100%) calc(30 / 780 * 100%);
  padding: 1rem 0;
  background-color: #e7d5bf;
  border-radius: clamp(4px, 1.0256410256vw, 5.3333333333px);
  color: #1a1e1f;
}
.cart__color-ttl {
  text-align: center;
}
.cart__color-list {
  display: flex;
  gap: 1rem;
  margin: 0 1rem;
}
.cart__color-item {
  width: 50%;
}
.cart__color-item label {
  cursor: pointer;
}
.cart__color-pic {
  width: 4.21rem;
  margin: 0 auto;
}
.cart__color-txt {
  font-size: 16px;
  padding: 0 0 0 1.5rem;
  letter-spacing: .125em;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 520px) {
  .cart__color-txt {
    font-size: 3.0769230769vw;
  }
}
.cart__color-txt::before {
  content: "";
  display: block;
  background: #FFF;
  border: #91715c solid 1px;
  border-radius: 100%;
  aspect-ratio: 1 / 1;
  width: 1.07rem;
  height: 1.07rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cart__color input {
  display: none;
}
.cart__color input:checked + .cart__color-txt::before {
  background: #f0765b;
  box-shadow: inset 0 0 0 3px #FFF;
}
.cart__holidaykit .cart__set-content {
  border-top: none;
  margin: 2rem calc(80 / 780 * 100%) 0;
  padding-top: 0;
}

/*-------------------------------------------------- attention --------------------------------------------------*/
.attention {
  position: relative;
  background-color: #fafafa;
  padding: calc(120 / 780 * 100% ) calc(40 / 780 * 100% ) calc(80 / 780 * 100% );
}
.attention__inner {
  border: #1a1e1f solid 1px;
  text-align: center;
  padding: 0 calc(40 / 700 * 100% ) calc(40 / 700 * 100% );
}
.attention h2 {
  display: inline-block;
  background-color: #fafafa;
  border: #1a1e1f solid 1px;
  font-size: 17.3333333333px;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  margin: 0 calc(-40 / 700 * 100% ) 0.5em;
  padding: .5em .75em;
  transform: translateY(-1em);
}
@media screen and (max-width: 520px) {
  .attention h2 {
    font-size: 3.3333333333vw;
  }
}
.attention h3 {
  color: #f0765b;
  font-size: 26.6666666667px;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  margin: 0 0 1.2rem;
}
@media screen and (max-width: 520px) {
  .attention h3 {
    font-size: 5.1282051282vw;
  }
}
.attention__list li {
  font-size: 18.6666666667px;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .15rem;
  margin: 0 0 .8rem;
}
@media screen and (max-width: 520px) {
  .attention__list li {
    font-size: 3.5897435897vw;
  }
}
.attention p {
  margin: 0 0 1.2rem;
}
.attention__note {
  margin-top: 2rem;
  text-align: left;
  font-size: 13.3333333333px;
  letter-spacing: normal;
}
@media screen and (max-width: 520px) {
  .attention__note {
    font-size: 2.5641025641vw;
  }
}
.attention__note li {
  display: flex;
}
.attention__note li::before {
  content: "・";
}

/*-------------------------------------------------- about_return --------------------------------------------------*/
.about_return {
  background-color: #fafafa;
}
.about_return__inner {
  padding: calc(0 / 780 * 100%) calc(40 / 780 * 100%) calc(100 / 780 * 100%);
  letter-spacing: .1em;
}
.about_return__ttl {
  width: fit-content;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto 1.8em;
  padding: 1em 2em;
  border: 1px solid #1a1e1f;
}
@media screen and (max-width: 520px) {
  .about_return__ttl {
    font-size: 3.0769230769vw;
  }
}
.about_return__ttl::before, .about_return__ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: .75em;
  height: 1px;
  background-color: #1a1e1f;
  right: .75em;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .2s;
}
.about_return__ttl::after {
  transform: rotate(90deg);
}
.about_return__ttl.opened::after {
  transform: rotate(0deg);
}
.about_return__body {
  font-size: 16px;
  padding: 1.42rem;
  background-color: #eeeeee;
}
@media screen and (max-width: 520px) {
  .about_return__body {
    font-size: 3.0769230769vw;
  }
}
.about_return__txt {
  margin-top: 1em;
}
.about_return__txt:first-child {
  margin-top: 0;
}

/*-------------------------------------------------- bnr_fixed --------------------------------------------------*/
.bnr_fixed {
  transition: all .3s;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  left: 0;
  width: calc(620 / 780 * 100% );
  height: auto;
  margin: 0 auto calc(20 / 780 * 100% );
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
}
@media print, screen and (min-width: 521px) {
  .bnr_fixed {
    width: calc(620px * 520 / 780);
  }
}
.bnr_fixed.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/*-------------------------------------------------- footer --------------------------------------------------*/
#footer {
  padding: 8.9743589744% 0;
  color: #fff;
  background: #2c2b2b;
}
#footer h2 {
  padding-bottom: 7.4626865672%;
}
#footer h2 img {
  width: 38.8059701493%;
}
#footer .nav {
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
}
#footer .nav li {
  margin: 1.5em 0;
  font-size: 18.6666666667px;
}
@media screen and (max-width: 520px) {
  #footer .nav li {
    font-size: 3.5897435897vw;
  }
}
#footer .nav li a {
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin-top: 1.8em;
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  #footer .copyright {
    font-size: 3.0769230769vw;
  }
}
