@charset "UTF-8";

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

body {
  color: #50240e;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}

img {
  width: auto;
  height: auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
figure {
  margin: 0;
}

ul,
ol {
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  font: inherit;
  padding: 0;
  margin: 0;
}

button {
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

sup {
  font-size: 60%;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  margin-bottom: var(--fixed-cta-height, 100px);
}

.intext-link {
  text-decoration: underline;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--color-sub);
  outline-offset: 2px;
}

.modal-container:focus {
  outline: none;
}

@media only screen and (min-width: 641px) {
  .show-small {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .hide-small {
    display: none !important;
  }
}

:root {
  --color-main: #fc6104;
  --color-sub: #f5861f;
  --color-accent: #003f98;
}
.color-main {
  color: var(--color-main);
}
.color-sub {
  color: var(--color-sub);
}
.color-accent {
  color: var(--color-accent);
}
@media screen and (min-width: 641px) {
  /* 1280px size */
  :root {
    --pixel01: min(0.078125vw, 1px);
    --pixel02: min(0.15625vw, 2px);
    --pixel03: min(0.234375vw, 3px);
    --pixel04: min(0.3125vw, 4px);
    --pixel05: min(0.390625vw, 5px);
    --pixel06: min(0.46875vw, 6px);
    --pixel07: min(0.546875vw, 7px);
    --pixel08: min(0.625vw, 8px);
    --pixel09: min(0.703125vw, 9px);
    --pixel10: min(0.78125vw, 10px);
    --pixel11: min(0.8593750000000001vw, 11px);
    --pixel12: min(0.9375vw, 12px);
    --pixel13: min(1.015625vw, 13px);
    --pixel14: min(1.09375vw, 14px);
    --pixel15: min(1.171875vw, 15px);
    --pixel16: min(1.25vw, 16px);
    --pixel17: min(1.328125vw, 17px);
    --pixel18: min(1.40625vw, 18px);
    --pixel19: min(1.484375vw, 19px);
    --pixel20: min(1.5625vw, 20px);
    --pixel21: min(1.640625vw, 21px);
    --pixel22: min(1.7187500000000002vw, 22px);
    --pixel23: min(1.7968749999999998vw, 23px);
    --pixel24: min(1.875vw, 24px);
    --pixel25: min(1.953125vw, 25px);
    --pixel26: min(2.03125vw, 26px);
    --pixel27: min(2.109375vw, 27px);
    --pixel28: min(2.1875vw, 28px);
    --pixel29: min(2.265625vw, 29px);
    --pixel30: min(2.34375vw, 30px);
    --pixel31: min(2.421875vw, 31px);
    --pixel32: min(2.5vw, 32px);
    --pixel33: min(2.578125vw, 33px);
    --pixel34: min(2.65625vw, 34px);
    --pixel35: min(2.734375vw, 35px);
    --pixel36: min(2.8125vw, 36px);
    --pixel37: min(2.890625vw, 37px);
    --pixel38: min(2.96875vw, 38px);
    --pixel39: min(3.046875vw, 39px);
    --pixel40: min(3.125vw, 40px);
    --pixel41: min(3.2031249999999996vw, 41px);
    --pixel42: min(3.28125vw, 42px);
    --pixel43: min(3.359375vw, 43px);
    --pixel44: min(3.4375000000000004vw, 44px);
    --pixel45: min(3.515625vw, 45px);
    --pixel46: min(3.5937499999999996vw, 46px);
    --pixel47: min(3.671875vw, 47px);
    --pixel48: min(3.75vw, 48px);
    --pixel49: min(3.8281250000000004vw, 49px);
    --pixel50: min(3.90625vw, 50px);
    --pixel51: min(3.9843749999999996vw, 51px);
    --pixel52: min(4.0625vw, 52px);
    --pixel53: min(4.140625vw, 53px);
    --pixel54: min(4.21875vw, 54px);
    --pixel55: min(4.296875vw, 55px);
    --pixel56: min(4.375vw, 56px);
    --pixel57: min(4.453125vw, 57px);
    --pixel58: min(4.53125vw, 58px);
    --pixel59: min(4.609375vw, 59px);
    --pixel60: min(4.6875vw, 60px);
    --pixel61: min(4.765625vw, 61px);
    --pixel62: min(4.84375vw, 62px);
    --pixel63: min(4.921875vw, 63px);
    --pixel64: min(5vw, 64px);
    --pixel65: min(5.078125vw, 65px);
    --pixel66: min(5.15625vw, 66px);
    --pixel67: min(5.234375vw, 67px);
    --pixel68: min(5.3125vw, 68px);
    --pixel69: min(5.390625vw, 69px);
    --pixel70: min(5.46875vw, 70px);
    --pixel71: min(5.546875vw, 71px);
    --pixel72: min(5.625vw, 72px);
    --pixel73: min(5.703125vw, 73px);
    --pixel74: min(5.78125vw, 74px);
    --pixel75: min(5.859375vw, 75px);
    --pixel76: min(5.9375vw, 76px);
    --pixel77: min(6.015625vw, 77px);
    --pixel78: min(6.09375vw, 78px);
    --pixel79: min(6.171875vw, 79px);
    --pixel80: min(6.25vw, 80px);
    --pixel81: min(6.328125vw, 81px);
    --pixel82: min(6.406249999999999vw, 82px);
    --pixel83: min(6.484375000000001vw, 83px);
    --pixel84: min(6.5625vw, 84px);
    --pixel85: min(6.640625vw, 85px);
    --pixel86: min(6.71875vw, 86px);
    --pixel87: min(6.796874999999999vw, 87px);
    --pixel88: min(6.875000000000001vw, 88px);
    --pixel89: min(6.953125vw, 89px);
    --pixel90: min(7.03125vw, 90px);
    --pixel91: min(7.109375vw, 91px);
    --pixel92: min(7.187499999999999vw, 92px);
    --pixel93: min(7.265625000000001vw, 93px);
    --pixel94: min(7.34375vw, 94px);
    --pixel95: min(7.421875vw, 95px);
    --pixel96: min(7.5vw, 96px);
    --pixel97: min(7.578124999999999vw, 97px);
    --pixel98: min(7.656250000000001vw, 98px);
    --pixel99: min(7.734375vw, 99px);
    --pixel100: min(7.8125vw, 100px);
  }
}
@media screen and (max-width: 640px) {
  /* 375px size */
  :root {
    --pixel01: 0.26666666666666666vw;
    --pixel02: 0.5333333333333333vw;
    --pixel03: 0.8vw;
    --pixel04: 1.0666666666666667vw;
    --pixel05: 1.3333333333333335vw;
    --pixel06: 1.6vw;
    --pixel07: 1.866666666666667vw;
    --pixel08: 2.1333333333333333vw;
    --pixel09: 2.4vw;
    --pixel10: 2.666666666666667vw;
    --pixel11: 2.933333333333333vw;
    --pixel12: 3.2vw;
    --pixel13: 3.4666666666666663vw;
    --pixel14: 3.733333333333334vw;
    --pixel15: 4vw;
    --pixel16: 4.266666666666667vw;
    --pixel17: 4.533333333333333vw;
    --pixel18: 4.8vw;
    --pixel19: 5.066666666666666vw;
    --pixel20: 5.333333333333334vw;
    --pixel21: 5.6000000000000005vw;
    --pixel22: 5.866666666666666vw;
    --pixel23: 6.133333333333333vw;
    --pixel24: 6.4vw;
    --pixel25: 6.666666666666667vw;
    --pixel26: 6.933333333333333vw;
    --pixel27: 7.199999999999999vw;
    --pixel28: 7.466666666666668vw;
    --pixel29: 7.733333333333333vw;
    --pixel30: 8vw;
    --pixel31: 8.266666666666666vw;
    --pixel32: 8.533333333333333vw;
    --pixel33: 8.799999999999999vw;
    --pixel34: 9.066666666666666vw;
    --pixel35: 9.333333333333334vw;
    --pixel36: 9.6vw;
    --pixel37: 9.866666666666667vw;
    --pixel38: 10.133333333333333vw;
    --pixel39: 10.4vw;
    --pixel40: 10.666666666666668vw;
    --pixel41: 10.933333333333334vw;
    --pixel42: 11.200000000000001vw;
    --pixel43: 11.466666666666667vw;
    --pixel44: 11.733333333333333vw;
    --pixel45: 12vw;
    --pixel46: 12.266666666666666vw;
    --pixel47: 12.533333333333333vw;
    --pixel48: 12.8vw;
    --pixel49: 13.066666666666665vw;
    --pixel50: 13.333333333333334vw;
    --pixel51: 13.600000000000001vw;
    --pixel52: 13.866666666666665vw;
    --pixel53: 14.133333333333335vw;
    --pixel54: 14.399999999999999vw;
    --pixel55: 14.666666666666666vw;
    --pixel56: 14.933333333333335vw;
    --pixel57: 15.2vw;
    --pixel58: 15.466666666666667vw;
    --pixel59: 15.733333333333333vw;
    --pixel60: 16vw;
    --pixel61: 16.266666666666666vw;
    --pixel62: 16.53333333333333vw;
    --pixel63: 16.8vw;
    --pixel64: 17.066666666666666vw;
    --pixel65: 17.333333333333336vw;
    --pixel66: 17.599999999999998vw;
    --pixel67: 17.866666666666667vw;
    --pixel68: 18.133333333333333vw;
    --pixel69: 18.4vw;
    --pixel70: 18.666666666666668vw;
    --pixel71: 18.933333333333334vw;
    --pixel72: 19.2vw;
    --pixel73: 19.466666666666665vw;
    --pixel74: 19.733333333333334vw;
    --pixel75: 20vw;
    --pixel76: 20.266666666666666vw;
    --pixel77: 20.533333333333335vw;
    --pixel78: 20.8vw;
    --pixel79: 21.066666666666666vw;
    --pixel80: 21.333333333333336vw;
    --pixel81: 21.6vw;
    --pixel82: 21.866666666666667vw;
    --pixel83: 22.133333333333333vw;
    --pixel84: 22.400000000000002vw;
    --pixel85: 22.666666666666664vw;
    --pixel86: 22.933333333333334vw;
    --pixel87: 23.200000000000003vw;
    --pixel88: 23.466666666666665vw;
    --pixel89: 23.733333333333334vw;
    --pixel90: 24vw;
    --pixel91: 24.266666666666666vw;
    --pixel92: 24.53333333333333vw;
    --pixel93: 24.8vw;
    --pixel94: 25.066666666666666vw;
    --pixel95: 25.333333333333336vw;
    --pixel96: 25.6vw;
    --pixel97: 25.866666666666667vw;
    --pixel98: 26.13333333333333vw;
    --pixel99: 26.400000000000002vw;
    --pixel100: 26.666666666666668vw;
  }
}

.wrap {
  position: relative;
  background-color: #fff;
}

.row {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 641px) {
  .row {
    width: min(70.3125vw, 900px);
  }
}
@media screen and (max-width: 640px) {
  .row {
    width: 92vw;
  }
}

.intext-link {
  text-decoration: underline;
}

.notes-list > li {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 500;
  font-size: var(--pixel12);
}
.notes-list > li:before {
  content: "※";
}
.notes-list > li.asterisk:before,
.notes-list > li.asterisk:before {
  content: "＊";
}
.notes-list--numbering {
  counter-reset: number;
}
.notes-list--numbering > li {
  text-indent: -2em;
  padding-left: 2em;
}
.notes-list--numbering > li:before {
  counter-increment: number;
  content: "※" counter(number) " ";
}
.notes-list--numbering-ast {
  counter-reset: number;
}
.notes-list--numbering-ast > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.notes-list--numbering-ast > li:before {
  counter-increment: number;
  content: "*" counter(number) " ";
}
.notes-list--caution {
  counter-reset: number;
}
.notes-list--caution > li {
  text-indent: -2.35em;
  padding-left: 2.35em;
}
.notes-list--caution > li:before {
  counter-increment: number;
  content: "(注" counter(number) ")";
}
.notes-list > li.nomark {
  padding-left: 0;
  text-indent: 0;
}
.notes-list > li.nomark:before {
  display: none;
}
@media screen and (min-width: 641px) {
  .notes-list > li {
    font-size: var(--pixel12);
  }
}
@media screen and (max-width: 640px) {
  .notes-list > li {
    font-size: var(--pixel10);
  }
}

.numbering-list {
  counter-reset: number;
}
.numbering-list > li {
  text-indent: -1.15em;
  padding-left: 1.15em;
}
.numbering-list > li:before {
  counter-increment: number;
  content: counter(number) ". ";
}

.dot-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.dot-list > li:before {
  content: "・";
}

.square-list > li {
  position: relative;
  padding-left: 1.5em;
}
.square-list > li:before {
  content: "";
  background-color: var(--color-main);
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  top: 0.2em;
  left: 0;
}

.weight-bold {
  font-weight: 700;
}
.weight-black {
  font-weight: 900;
}

.text-center {
  text-align: center;
}

/** SETTING
==============================================*/
.side-deco {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.side-deco:before,
.side-deco:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  aspect-ratio: 1/1;
  height: 0.85em;
  position: relative;
  top: 0.1em;
}
.side-deco:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2247%22%20height%3D%2272%22%20viewBox%3D%220%200%2047%2072%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M20.2507%200.0157715C20.4809%20-0.00281522%2020.7121%20-0.00497796%2020.9426%200.00930643C23.335%200.151554%2024.4222%202.99107%2025.4198%204.82135L28.3263%2010.1988L31.8355%2016.7448C32.4294%2017.8532%2033.1867%2019.1719%2033.7136%2020.2925C34.1337%2021.1889%2034.4825%2022.1169%2034.757%2023.068C35.344%2025.147%2035.4431%2027.3333%2035.0466%2029.4568C34.7973%2030.7313%2034.4159%2031.9764%2033.9088%2033.1721C33.6041%2033.8702%2033.2692%2034.5547%2032.9052%2035.2238C32.7442%2035.5163%2032.0515%2036.6235%2032.1452%2036.7965C32.7337%2037.8852%2033.7709%2039.6116%2034.3525%2040.6338C37.0041%2045.258%2039.6237%2049.9004%2042.2115%2054.5606L44.3293%2058.3836C44.7629%2059.1663%2045.3552%2060.1483%2045.6719%2060.9608C46.106%2062.0696%2046.2937%2063.2597%2046.2221%2064.4483C45.9561%2069.0164%2042.1244%2072.3658%2037.5586%2072.0667C35.4214%2071.9449%2033.4236%2070.9668%2032.0175%2069.3542C30.9907%2068.185%2030.2361%2066.3201%2029.5667%2064.8777L27.5357%2060.4775L21.1113%2046.5352C20.4831%2045.1686%2019.7353%2043.457%2019.0305%2042.0997C18.996%2042.0336%2018.69%2041.8842%2018.6109%2041.8711C16.9324%2041.5879%2015.3794%2041.1723%2013.8349%2040.4399C11.901%2039.5381%2010.1781%2038.2404%208.77791%2036.6309C7.74705%2035.5417%206.68069%2033.7041%206.08117%2032.3276C5.58347%2031.1849%205.29646%2030.0914%204.95158%2028.8979L3.86911%2025.1714C2.66267%2021.0345%201.4644%2016.8966%200.30914%2012.7452C-0.0733769%2011.3705%20-0.208381%209.76435%200.5426%208.4841C1.01355%207.69602%201.77843%207.12716%202.66906%206.9026C3.82184%206.6043%204.94244%206.79721%205.82378%207.63172C6.81085%208.56639%207.20661%209.65641%207.6932%2010.8853L8.62646%2013.2434L12.4786%2022.8722L13.63%2025.7712C13.7761%2026.1414%2013.9384%2026.6956%2014.1188%2027.0278C14.514%2027.7552%2015.1606%2027.4145%2015.4256%2026.808C15.2493%2026.207%2014.9763%2025.5335%2014.7529%2024.938L13.6856%2022.0869L10.1973%2012.818L9.12477%2010.0168C8.52928%208.45361%208.01373%207.26869%208.63729%205.56919C9.20817%204.01334%2010.6083%203.19323%2012.2611%203.30187C14.5871%203.45473%2015.4444%205.84064%2016.2486%207.66197L17.8754%2011.3567C19.6739%2015.4459%2021.5574%2019.6231%2023.2653%2023.7437C23.6126%2023.9812%2023.9903%2023.9983%2024.2917%2023.6558C24.6507%2023.2479%2024.1901%2022.504%2023.9943%2022.021L23.0843%2019.7721L19.1689%2010.0611L17.9652%207.1267C17.593%206.21454%2017.1658%205.32714%2017.0263%204.34526C16.7021%202.06371%2017.9315%200.310513%2020.2507%200.0157715Z%22%20fill%3D%22white%22%2F%3E%20%3Cpath%20d%3D%22M20.1682%201.13051C22.2624%200.950612%2022.8263%202.59257%2023.7016%204.14234C23.9535%204.58836%2024.1897%205.04664%2024.4334%205.49746L27.645%2011.4595L30.9327%2017.5829C31.6564%2018.9284%2032.354%2020.1771%2032.9603%2021.5559C34.8125%2025.7692%2034.2383%2030.1813%2032.136%2034.1679C31.7892%2034.8258%2031.3389%2035.4994%2031.0299%2036.1715C30.6555%2036.9856%2031.433%2037.9745%2031.8472%2038.6837L33.4702%2041.4849C36.1506%2046.1633%2038.8015%2050.8591%2041.4222%2055.5711L43.3456%2059.0467C43.7637%2059.7996%2044.3162%2060.7119%2044.6085%2061.4981C45.0088%2062.5663%2045.1389%2063.7166%2044.9879%2064.8471C44.7661%2066.6918%2043.8203%2068.3729%2042.3583%2069.5212C40.872%2070.6665%2038.9509%2071.0928%2037.1045%2070.851C35.4959%2070.639%2034.0184%2069.8513%2032.9464%2068.6341C31.9223%2067.4583%2031.2665%2065.7343%2030.6013%2064.302L28.5002%2059.7756L22.3278%2046.3679L20.9069%2043.2685C20.6828%2042.7783%2020.4506%2042.2869%2020.2257%2041.7975C19.7107%2040.6766%2018.616%2040.706%2017.5444%2040.4623C16.4446%2040.2201%2015.3741%2039.8599%2014.3514%2039.3886C12.3042%2038.4368%2010.5152%2037.0084%209.13414%2035.2234C8.2233%2034.0283%207.48312%2032.7126%206.93482%2031.314C6.59907%2030.4696%206.26483%2029.17%206.00381%2028.2642L4.49922%2023.0604L2.40671%2015.7742C2.00569%2014.3787%201.57822%2012.9762%201.23001%2011.5687C0.848265%2010.0258%201.38267%208.24461%203.13195%207.9405C3.93674%207.78404%204.60464%208.037%205.15371%208.62853C5.93737%209.47275%206.24993%2010.5157%206.66597%2011.5694L7.54123%2013.7764L11.2514%2023.0458L12.3865%2025.8707C12.607%2026.4346%2012.8505%2027.1989%2013.1341%2027.717C13.8019%2028.9372%2015.6451%2028.7283%2016.3092%2027.6393C16.5191%2027.2956%2016.6005%2026.8887%2016.5393%2026.4908C16.4766%2026.0942%2016.1619%2025.3156%2016.0102%2024.9087L15.1328%2022.5513L11.4433%2012.7716L10.2844%209.72122C10.0781%209.17859%209.84942%208.60833%209.67547%208.06331C8.56335%204.57915%2012.7909%202.81147%2014.332%206.3043C14.7908%207.34406%2015.314%208.51668%2015.7769%209.56603L20.1254%2019.4894L21.4133%2022.4498C21.6517%2023.0041%2021.8729%2023.61%2022.1528%2024.1355C23.0637%2025.8461%2025.7904%2024.94%2025.6162%2023.064C25.5825%2022.7025%2025.2051%2021.8607%2025.0579%2021.4928L24.0566%2018.997L20.1804%209.4158L18.9174%206.30345C18.3989%205.01619%2017.6647%203.60748%2018.4601%202.25747C18.8543%201.58848%2019.4501%201.31297%2020.1682%201.13051Z%22%20fill%3D%22%23FCAF02%22%2F%3E%3C%2Fsvg%3E");
}
.side-deco:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2254%22%20height%3D%2272%22%20viewBox%3D%220%200%2054%2072%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M41.8451%200.00719138C42.5524%20-0.0249601%2043.5118%200.0545003%2044.2078%200.169728C46.9771%200.628601%2049.4522%202.16649%2051.0926%204.4473C53.518%207.84413%2053.8593%2012.522%2053.1817%2016.5266C52.7984%2018.7463%2052.1058%2020.9011%2051.1234%2022.9276C48.306%2028.8751%2043.4366%2033.6562%2037.122%2035.7075C36.1558%2036.0199%2035.1678%2036.2596%2034.1659%2036.4252C32.0422%2036.7721%2030.4334%2036.6731%2028.8415%2038.4568C27.9196%2039.4898%2027.3845%2040.6289%2026.7373%2041.8492L25.086%2044.9612C22.4808%2049.8543%2019.8303%2054.7229%2017.1349%2059.5664C15.5469%2062.3845%2013.8984%2065.3622%2011.9843%2067.9689C11.2036%2069.0323%2010.2401%2070.002%209.16409%2070.7663C8.23285%2071.4606%206.88487%2071.9449%205.72201%2071.9953C4.31927%2072.0544%202.95066%2071.552%201.91855%2070.5992C-0.144402%2068.6959%20-0.376537%2065.6659%200.434829%2063.1258C1.42575%2060.024%203.62982%2057.1098%205.56177%2054.5239C6.75138%2052.934%207.95497%2051.3547%209.17232%2049.7858C12.0973%2046.0236%2015.0439%2042.2778%2018.012%2038.549C19.4947%2036.669%2021.4958%2034.5956%2022.2049%2032.3134C22.908%2030.0509%2022.2163%2028.7758%2021.7835%2026.7091C21.5651%2025.6497%2021.4329%2024.5743%2021.3879%2023.4935C21.1436%2017.633%2023.8925%2011.7407%2027.8144%207.51151C31.4184%203.62523%2036.4057%200.235089%2041.8451%200.00719138Z%22%20fill%3D%22white%22%2F%3E%20%3Cpath%20d%3D%22M41.0461%202.19436C43.7542%201.94344%2046.5573%202.79208%2048.5141%204.70905C50.6461%206.79743%2051.5304%209.95165%2051.5116%2012.8751C51.471%2019.1839%2047.9903%2025.7405%2043.2649%2029.7941C41.7395%2031.1038%2040.0307%2032.1823%2038.193%2032.9951C36.951%2033.5374%2035.6597%2033.9589%2034.3368%2034.2538C32.7352%2034.615%2031.1838%2034.7523%2029.678%2035.4742C27.3544%2036.588%2026.3059%2038.5982%2025.1458%2040.7555C24.5106%2041.9266%2023.883%2043.1014%2023.263%2044.2804C21.1748%2048.1909%2019.0553%2052.0849%2016.9046%2055.9613C15.8127%2057.9572%2014.6868%2059.9343%2013.5273%2061.8918C12.2954%2063.9731%2011.0149%2066.1824%209.29653%2067.901C7.5116%2069.6418%205.13147%2070.5739%202.97802%2068.8316C0.905151%2067.165%201.64354%2064.0168%202.63168%2061.9509C3.60953%2059.9064%205.03158%2057.9451%206.38174%2056.1208C7.53295%2054.5678%208.70058%2053.0268%209.88437%2051.4983C12.7164%2047.8161%2015.5762%2044.1551%2018.4635%2040.5158L20.6606%2037.7681C21.9436%2036.1601%2023.1002%2034.7586%2023.7166%2032.7408C24.1266%2031.427%2024.2036%2030.0315%2023.9398%2028.6806C23.8195%2028.0702%2023.6391%2027.4569%2023.5042%2026.8481C23.3351%2026.0926%2023.2156%2025.3268%2023.1465%2024.5556C22.6327%2019.2315%2024.7173%2013.9483%2028.0808%209.89151C31.3285%205.97415%2035.8619%202.68352%2041.0461%202.19436Z%22%20fill%3D%22%23FCAF02%22%2F%3E%20%3Cpath%20d%3D%22M45.8482%206.9967C49.1575%206.66288%2049.7769%2013.9607%2046.6171%2014.8073C43.4179%2015.1371%2042.6441%207.96952%2045.8482%206.9967Z%22%20fill%3D%22%23FEE198%22%2F%3E%3C%2Fsvg%3E");
}

/** Accordion
==============================================*/
.accordion-head {
  position: relative;
  cursor: pointer;
}

.accordion-body {
  overflow: hidden;
}

/** PAGE HEADER
==============================================*/
.page-header {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: var(--pixel10) var(--pixel40);
}
@media screen and (min-width: 641px) {
  .page-header .logo-bs-yoshimoto {
    width: var(--pixel100);
  }
}
@media screen and (max-width: 640px) {
  .page-header .logo-bs-yoshimoto {
    width: var(--pixel62);
  }
}

/** PAGE BUTTON
==============================================*/
.page-button__lead {
  text-align: center;
  margin-bottom: var(--pixel08);
}
@media screen and (min-width: 641px) {
  .page-button__lead {
    font-size: var(--pixel20);
  }
  .page-button__lead .s {
    font-size: var(--pixel12);
  }
  .page-button__lead .m {
    font-size: var(--pixel16);
  }
  .page-button__lead .l {
    font-size: var(--pixel22);
  }
  .page-button__lead .ll {
    font-size: var(--pixel28);
  }
}
@media screen and (max-width: 640px) {
  .page-button__lead {
    font-size: var(--pixel14);
  }
  .page-button__lead .s {
    font-size: var(--pixel14);
  }
  .page-button__lead .m {
    font-size: var(--pixel14);
  }
  .page-button__lead .l {
    font-size: var(--pixel20);
  }
  .page-button__lead .ll {
    font-size: var(--pixel20);
  }
}

.page-button__lead .deco-slash {
  position: relative;
  display: inline-block;
  padding-right: var(--pixel18);
  padding-left: var(--pixel18);
}
.page-button__lead .deco-slash:before,
.page-button__lead .deco-slash:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M4.0079%200.149302C4.3021%20-0.0878528%204.72899%20-0.0370021%204.96166%200.262885L17.8534%2016.8785L17.8939%2016.9359C18.0791%2017.2317%2018.0178%2017.6283%2017.742%2017.8507C17.4662%2018.073%2017.0737%2018.0423%2016.834%2017.7905L16.7882%2017.7371L3.89647%201.12152C3.66381%200.821621%203.7137%200.386478%204.0079%200.149302Z%22%20fill%3D%22%23FC6104%22%2F%3E%20%3Cpath%20d%3D%22M0.139777%209.89112C0.380534%209.55406%200.848616%209.47605%201.18568%209.7168L10.8778%2016.6397C11.2149%2016.8804%2011.2928%2017.3485%2011.0521%2017.6856C10.8114%2018.0226%2010.3433%2018.1012%2010.0062%2017.8606L0.314093%2010.937C-0.0229661%2010.6963%20-0.10098%2010.2282%200.139777%209.89112Z%22%20fill%3D%22%23FC6104%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  width: var(--pixel18);
  height: var(--pixel18);
}
.page-button__lead .deco-slash:before {
  left: 0;
}
.page-button__lead .deco-slash:after {
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.page-button__button {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 9999px;
  color: #fff;
  background: -webkit-linear-gradient(52deg, #49c86d -0.01%, #2fb45b 100.2%);
  background: linear-gradient(38deg, #49c86d -0.01%, #2fb45b 100.2%);
  border: var(--pixel03) solid #fff;
  box-shadow: 0 0 var(--pixel08) 0 rgba(0, 0, 0, 0.16);
}
.page-button__button:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2218%22%20viewBox%3D%220%200%2010%2018%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M9.06034%209.34654C9.06034%209.34654%209.06034%209.34654%209.06034%209.34654C9.42432%208.97106%209.42433%208.36228%209.06035%207.98679L1.5911%200.281612C1.22712%20-0.0938702%200.636981%20-0.0938706%200.272997%200.281611C-0.0909871%200.657092%20-0.0909875%201.26587%200.272997%201.64135L7.08319%208.66666L0.272988%2015.692C-0.0909958%2016.0675%20-0.0909962%2016.6762%200.272988%2017.0517C0.636972%2017.4272%201.22711%2017.4272%201.59109%2017.0517L9.06034%209.34654Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  height: 100%;
  position: absolute;
  top: var(--pixel02);
}
@media screen and (min-width: 641px) {
  .page-button__button {
    font-size: var(--pixel26);
    padding: var(--pixel25) var(--pixel57);
  }
  .page-button__button:after {
    right: var(--pixel25);
    width: var(--pixel10);
  }
}
@media screen and (max-width: 640px) {
  .page-button__button {
    font-size: var(--pixel20);
    padding: var(--pixel15) var(--pixel40);
  }
  .page-button__button:after {
    right: var(--pixel20);
    width: var(--pixel07);
  }
}

/** HEADLINE
==============================================*/
.headline__title {
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-shadow: 0.075em 0 0 #fff, 0.0724em 0.0194em 0 #fff, 0.065em 0.0375em 0 #fff, 0.053em 0.053em 0 #fff, 0.0375em 0.065em 0 #fff, 0.0194em 0.0724em 0 #fff, 0 0.075em 0 #fff, -0.0194em 0.0724em 0 #fff, -0.0375em 0.065em 0 #fff, -0.053em 0.053em 0 #fff, -0.065em 0.0375em 0 #fff, -0.0724em 0.0194em 0 #fff, -0.075em 0 0 #fff, -0.0724em -0.0194em 0 #fff, -0.065em -0.0375em 0 #fff, -0.053em -0.053em 0 #fff, -0.0375em -0.065em 0 #fff, -0.0194em -0.0724em 0 #fff, 0 -0.075em 0 #fff,
    0.0194em -0.0724em 0 #fff, 0.0375em -0.065em 0 #fff, 0.053em -0.053em 0 #fff, 0.065em -0.0375em 0 #fff, 0.0724em -0.0194em 0 #fff, 0 0 0.1em #ffc233, 0 0 0.2em #ffc233;
}
@media screen and (min-width: 641px) {
  .headline {
    padding-bottom: var(--pixel40);
  }
  .headline__title {
    font-size: var(--pixel48);
  }
}
@media screen and (max-width: 640px) {
  .headline {
    padding-bottom: var(--pixel30);
  }
  .headline__title {
    font-size: var(--pixel32);
    text-shadow: 0.11em 0 0 #fff, 0.1062em 0.0285em 0 #fff, 0.0953em 0.055em 0 #fff, 0.0778em 0.0778em 0 #fff, 0.055em 0.0953em 0 #fff, 0.0285em 0.1062em 0 #fff, 0 0.11em 0 #fff, -0.0285em 0.1062em 0 #fff, -0.055em 0.0953em 0 #fff, -0.0778em 0.0778em 0 #fff, -0.0953em 0.055em 0 #fff, -0.1062em 0.0285em 0 #fff, -0.11em 0 0 #fff, -0.1062em -0.0285em 0 #fff, -0.0953em -0.055em 0 #fff, -0.0778em -0.0778em 0 #fff, -0.055em -0.0953em 0 #fff, -0.0285em -0.1062em 0 #fff, 0 -0.11em 0 #fff,
      0.0285em -0.1062em 0 #fff, 0.055em -0.0953em 0 #fff, 0.0778em -0.0778em 0 #fff, 0.0953em -0.055em 0 #fff, 0.1062em -0.0285em 0 #fff, 0 0 0.15em #ffc233, 0 0 0.3em #ffc233;
  }
}

/** SECTION HERO
==============================================*/
.section-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff8f0;
}
@media screen and (min-width: 641px) {
  .section-hero {
    background-image: url(../images/kv-bg-pc.webp);
    background-position: center top;
    padding-top: var(--pixel35);
  }
}
@media screen and (max-width: 640px) {
  .section-hero {
    background-image: url(../images/kv-bg-sp.webp);
    background-position: center bottom;
    padding-top: var(--pixel58);
    padding-bottom: var(--pixel50);
  }
}

.page-kv {
  position: relative;
}
@media screen and (min-width: 641px) {
  .page-kv {
    margin-right: auto;
    margin-left: auto;
    width: min(93.75vw, 1200px);
  }
}
@media screen and (max-width: 640px) {
  .page-kv {
    padding-right: var(--pixel15);
    padding-left: var(--pixel15);
  }
}

.page-kv__info {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 641px) {
  .page-kv__info {
    width: min(63.125vw, 808px);
    padding-right: var(--pixel24);
    padding-left: var(--pixel24);
  }
}
@media screen and (max-width: 640px) {
  .page-kv__info {
  }
}

.page-kv__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.page-kv__title .title-line {
  font-weight: 900;
  line-height: 1.15;
  text-shadow: 0.075em 0 0 #fff, 0.0724em 0.0194em 0 #fff, 0.065em 0.0375em 0 #fff, 0.053em 0.053em 0 #fff, 0.0375em 0.065em 0 #fff, 0.0194em 0.0724em 0 #fff, 0 0.075em 0 #fff, -0.0194em 0.0724em 0 #fff, -0.0375em 0.065em 0 #fff, -0.053em 0.053em 0 #fff, -0.065em 0.0375em 0 #fff, -0.0724em 0.0194em 0 #fff, -0.075em 0 0 #fff, -0.0724em -0.0194em 0 #fff, -0.065em -0.0375em 0 #fff, -0.053em -0.053em 0 #fff, -0.0375em -0.065em 0 #fff, -0.0194em -0.0724em 0 #fff, 0 -0.075em 0 #fff,
    0.0194em -0.0724em 0 #fff, 0.0375em -0.065em 0 #fff, 0.053em -0.053em 0 #fff, 0.065em -0.0375em 0 #fff, 0.0724em -0.0194em 0 #fff, 0 0 0.1em #ffd558, 0 0 0.2em #ffd558;
}
@media screen and (min-width: 641px) {
  .page-kv__title .title-line {
    letter-spacing: 0.08em;
  }
  .page-kv__title .title-line.color-main {
    font-size: var(--pixel84);
    margin-bottom: var(--pixel10);
  }
  .page-kv__title .title-line.color-accent {
    font-size: var(--pixel78);
  }
  .page-kv__title .logo-collaboration {
    margin-bottom: var(--pixel10);
    width: min(31.093749999999996vw, 398px);
  }
}
@media screen and (max-width: 640px) {
  .page-kv__title .title-line {
    letter-spacing: 0;
  }
  .page-kv__title .title-line.color-main {
    font-size: var(--pixel44);
    margin-bottom: var(--pixel05);
  }
  .page-kv__title .title-line.color-accent {
    font-size: var(--pixel38);
  }
  .page-kv__title .logo-collaboration {
    width: 68.8vw;
    margin-bottom: var(--pixel05);
  }
}

.page-kv__name {
  border: 2px solid #fc6104;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: var(--pixel04);
  margin-top: var(--pixel15);
}
.page-kv__name > * {
  margin-right: 0.25em;
  margin-left: 0.25em;
}
.page-kv__name .channel-name {
  text-align: center;
  line-height: 1.18;
}
.page-kv__name .icon-mult {
  width: 0.8em;
}
.page-kv__name .logo-saisoncard {
  position: relative;
}
.page-kv__name .event-name {
  color: #fc6104;
  font-size: var(--pixel26);
}
@media screen and (min-width: 641px) {
  .page-kv__name {
    font-size: var(--pixel22);
    padding: var(--pixel08);
  }
  .page-kv__name .channel-name {
    font-size: var(--pixel22);
  }
  .page-kv__name .logo-saisoncard {
    height: 1.5em;
    top: 0.2em;
  }
  .page-kv__name .event-name {
    font-size: var(--pixel26);
  }
}
@media screen and (max-width: 640px) {
  .page-kv__name {
    font-size: var(--pixel12);
    padding: var(--pixel05);
  }
  .page-kv__name .channel-name {
    font-size: var(--pixel12);
  }
  .page-kv__name .logo-saisoncard {
    height: 1.1em;
    top: 0.2em;
  }
  .page-kv__name .event-name {
    font-size: var(--pixel12);
  }
}

.page-kv__txt {
  text-align: center;
  line-height: 2.2;
  padding-top: var(--pixel05);
  padding-bottom: var(--pixel05);
}
@media screen and (min-width: 641px) {
  .page-kv__txt {
    margin-top: var(--pixel10);
    width: min(59.375vw, 760px);
  }
}
@media screen and (max-width: 640px) {
  .page-kv__txt {
    margin-top: var(--pixel15);
    width: 100%;
  }
}

.page-kv__visual {
  display: block;
  position: relative;
  z-index: 0;
}
.page-kv__visual img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 641px) {
  .page-kv__visual {
    width: min(95vw, 1216px);
    left: var(--pixel25);
    margin-top: calc(0px - min(33.28125vw, 426px));
  }
}
@media screen and (max-width: 640px) {
  .page-kv__visual {
    width: 96vw;
  }
}

.page-kv__entry {
  position: relative;
  z-index: 1;
  border-radius: var(--pixel16);
  border: 2px solid var(--color-main);
  background-color: #fff;
}
.page-kv__period > dt {
  margin-bottom: var(--pixel10);
}
.page-kv__period > dd .num {
  line-height: 1;
  font-family: "Montserrat Alternates", sans-serif;
}
@media screen and (min-width: 641px) {
  .page-kv__entry {
    padding: var(--pixel15) var(--pixel40);
    display: -webkit-box;
    display: flex;
    margin-top: calc(0px - var(--pixel90));
  }
  .page-kv__period {
    border-right: 1px solid;
    -webkit-box-flex: 1;
    flex: 1;
    padding-right: var(--pixel48);
  }
  .page-kv__period > dt {
    font-size: var(--pixel18);
  }
  .page-kv__period > dd {
    font-size: var(--pixel24);
  }
  .page-kv__period > dd .num {
    font-size: var(--pixel38);
  }
  .page-kv__period > dd .num.color-main {
    font-size: var(--pixel56);
  }
}
@media screen and (max-width: 640px) {
  .page-kv__entry {
    padding: var(--pixel15);
    margin-top: calc(0px - var(--pixel28));
  }
  .page-kv__period {
    border-bottom: 1px dashed;
  }
  .page-kv__period > dt {
    text-align: center;
    font-size: var(--pixel16);
  }
  .page-kv__period > dd {
    text-align: center;
    padding-bottom: var(--pixel10);
    font-size: var(--pixel18);
  }
  .page-kv__period > dd .num {
    font-size: var(--pixel26);
  }
  .page-kv__period > dd .num.color-main {
    font-size: var(--pixel38);
  }
}

@media screen and (min-width: 641px) {
  .page-kv__button {
    padding-left: var(--pixel48);
    padding-right: var(--pixel14);
  }
}
@media screen and (max-width: 640px) {
  .page-kv__button {
    padding-top: var(--pixel15);
  }
}

/** SECTION MOVIE
==============================================*/
.section-movie {
  background-color: #fff8f0;
}
@media screen and (min-width: 641px) {
  .section-movie {
    padding-top: var(--pixel64);
    padding-bottom: var(--pixel80);
  }
}
@media screen and (max-width: 640px) {
  .section-movie {
    padding-top: var(--pixel10);
    padding-bottom: var(--pixel48);
  }
}

.movie-block__item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-block__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
.movie-block__thumb img {
  display: block;
  width: 100%;
}

.movie-block__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/** SECTION INDEX
==============================================*/
.index-lineup {
  border-top: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
}
.index-lineup__list {
  display: -webkit-box;
  display: flex;
}
.index-lineup__item {
  display: block;
  text-align: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M13.9006%2018.3787C14.2291%2018.6972%2014.7618%2018.6972%2015.0903%2018.3787L21.8324%2011.8431C22.1609%2011.5246%2022.1609%2011.0082%2021.8324%2010.6897C21.5038%2010.3713%2020.9711%2010.3713%2020.6426%2010.6897L14.4954%2016.6487L8.34829%2010.6897C8.01974%2010.3712%207.48707%2010.3712%207.15852%2010.6897C6.82997%2011.0082%206.82997%2011.5246%207.15852%2011.8431L13.9006%2018.3787Z%22%20fill%3D%22%23FC6104%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (min-width: 641px) {
  .index-lineup__list {
    padding-top: var(--pixel12);
    padding-bottom: var(--pixel12);
  }
  .index-lineup__list > li {
    width: 25%;
  }
  .index-lineup__list > li:not(:nth-child(4n)) {
    border-right: 1px solid var(--color-main);
  }
  .index-lineup__item {
    background-size: var(--pixel28) var(--pixel28);
    padding: var(--pixel08) var(--pixel08) var(--pixel35);
    font-size: var(--pixel22);
  }
}
@media screen and (max-width: 640px) {
  .index-lineup__list {
    flex-wrap: wrap;
    width: 100%;
  }
  .index-lineup__list > li {
    width: 50%;
    padding: var(--pixel04);
  }
  .index-lineup__list > li:not(:nth-child(-n + 2)) {
    border-top: 1px solid var(--color-main);
  }
  .index-lineup__list > li:nth-child(odd) .index-lineup__item {
    border-right: 1px solid var(--color-main);
  }
  .index-lineup__item {
    background-size: var(--pixel16) var(--pixel16);
    padding: var(--pixel04) var(--pixel04) var(--pixel15);
    font-size: var(--pixel14);
  }
}

/** SECTION CAMPAIGN
==============================================*/
@media screen and (min-width: 641px) {
  .section-campaign {
    padding-top: var(--pixel100);
    padding-bottom: var(--pixel100);
  }
  .section-campaign .page-button {
    margin-top: var(--pixel30);
  }
  .section-campaign .information-dl {
    margin-right: auto;
    margin-left: auto;
    width: min(54.6875vw, 700px);
    margin-top: var(--pixel32);
  }
}
@media screen and (max-width: 640px) {
  .section-campaign {
    padding-top: var(--pixel75);
    padding-bottom: var(--pixel75);
  }
  .section-campaign .page-button {
    margin-top: var(--pixel20);
  }
  .section-campaign .information-dl {
    margin-right: auto;
    margin-left: auto;
    margin-top: var(--pixel30);
  }
}

.campaign-info__lead {
  text-align: center;
  line-height: 1.6;
}
.campaign-info__lead .num {
  line-height: 1;
  font-family: "Montserrat Alternates", sans-serif;
}
.campaign-info__lead .deco-undeline {
  -webkit-text-decoration: underline double;
  text-decoration: underline double;
  text-underline-offset: 0.25em;
  -webkit-text-decoration-color: var(--color-main);
  text-decoration-color: var(--color-main);
}
@media screen and (min-width: 641px) {
  .campaign-info__lead {
    font-size: var(--pixel30);
  }
  .campaign-info__lead .num {
    font-size: var(--pixel48);
  }
  .campaign-info__lead .medium {
    font-size: var(--pixel32);
  }
  .campaign-info__lead .large {
    font-size: var(--pixel40);
  }
}
@media screen and (max-width: 640px) {
  .campaign-info__lead {
    font-size: var(--pixel18);
  }
  .campaign-info__lead .num {
    font-size: var(--pixel28);
  }
  .campaign-info__lead .medium,
  .campaign-info__lead .sp-medium {
    font-size: var(--pixel14);
  }
  .campaign-info__lead .large {
    font-size: var(--pixel24);
  }
}

.information-dl {
  border-radius: var(--pixel08);
  border: 1px solid #ccc;
  /* background-color: #fff; */
}
.information-dl > dt,
.information-dl > dd {
  font-size: var(--pixel14);
}
.information-dl > dt {
  background-color: var(--color-sub);
  color: #fff;
  text-align: center;
}
.information-dl > dd {
  font-weight: 500;
}
@media screen and (min-width: 641px) {
  .information-dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    overflow: hidden;
  }
  .information-dl > dt,
  .information-dl > dd {
    padding: var(--pixel14) var(--pixel20);
  }
  .information-dl > dt {
    width: min(18.75vw, 240px);
  }
  .information-dl > dt:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
  .information-dl > dd:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 640px) {
  .information-dl {
    text-align: center;
  }
  .information-dl > dt,
  .information-dl > dd {
    padding: var(--pixel12) var(--pixel15);
  }
}

.howto-item {
  background-color: #fff;
  box-shadow: 0 0 var(--pixel32) 0 rgba(252, 97, 4, 0.16);
  border-radius: var(--pixel24);
}
@media screen and (min-width: 641px) {
  .howto-item {
    margin-top: var(--pixel40);
    padding: var(--pixel40) var(--pixel72);
  }
}
@media screen and (max-width: 640px) {
  .howto-item {
    margin-top: var(--pixel24);
    padding: var(--pixel40) var(--pixel16);
  }
}

.howto-item__title {
  text-align: center;
  margin-bottom: var(--pixel30);
}
.howto-item__title img {
  position: relative;
  top: 0.15em;
  display: inline-block;
}
@media screen and (min-width: 641px) {
  .howto-item__title {
    font-size: var(--pixel24);
  }
  .howto-item__title img {
    width: min(38.28125vw, 490px);
    margin-right: var(--pixel10);
  }
}
@media screen and (max-width: 640px) {
  .howto-item__title {
    font-size: var(--pixel18);
  }
  .howto-item__title img {
    width: 66.13333333333333vw;
    margin-right: var(--pixel04);
  }
}

.howto-item__info {
  margin-top: var(--pixel15);
}
@media screen and (min-width: 641px) {
  .howto-item__main {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
  }
  .howto-item__main img {
    width: min(21.875vw, 280px);
  }
  .howto-item__info {
    -webkit-box-flex: 1;
    flex: 1;
    padding-left: var(--pixel30);
  }
}
@media screen and (max-width: 640px) {
  .howto-item__main img {
    width: 58.666666666666664vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.howto-item__txt {
  text-align: center;
  margin-bottom: var(--pixel10);
}
.howto-item__txt .num {
  line-height: 1;
  font-family: "Montserrat Alternates", sans-serif;
}
@media screen and (min-width: 641px) {
  .howto-item__txt {
    font-size: var(--pixel28);
  }
  .howto-item__txt .num {
    font-size: var(--pixel56);
  }
}
@media screen and (max-width: 640px) {
  .howto-item__txt {
    font-size: var(--pixel24);
  }
  .howto-item__txt .num {
    font-size: var(--pixel48);
  }
}

.howto-item__point {
  counter-reset: number;
}
.howto-item__point > li:before,
.howto-item__point > li:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  color: #fff;
  font-weight: 800;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.howto-item__point > li:before {
  content: "POINT";
  background-color: var(--color-main);
  font-family: "Montserrat", sans-serif;
}
.howto-item__point > li:after {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: "Montserrat Alternates", sans-serif;
}
.howto-item__point > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: var(--pixel06);
  border: var(--pixel02) solid var(--color-main);
  text-align: center;
}
.howto-item__point > li .color-main {
}
@media screen and (min-width: 641px) {
  .howto-item__point > li:before,
  .howto-item__point > li:after {
    width: var(--pixel64);
  }
  .howto-item__point > li:not(:first-child) {
    margin-top: var(--pixel18);
  }
  .howto-item__point > li {
    min-height: var(--pixel56);
    font-size: var(--pixel18);
    padding: var(--pixel10) var(--pixel25) var(--pixel10) var(--pixel75);
  }
  .howto-item__point > li:before {
    font-size: var(--pixel12);
    padding-bottom: var(--pixel31);
  }
  .howto-item__point > li:after {
    font-size: var(--pixel26);
    padding-top: var(--pixel15);
  }
  .howto-item__point > li .color-main {
    font-size: var(--pixel24);
  }
}
@media screen and (max-width: 640px) {
  .howto-item__point > li:before,
  .howto-item__point > li:after {
    width: var(--pixel58);
  }
  .howto-item__point > li:not(:first-child) {
    margin-top: var(--pixel10);
  }
  .howto-item__point > li {
    height: var(--pixel42);
    font-size: var(--pixel14);
    padding: var(--pixel10) var(--pixel05) var(--pixel10) var(--pixel60);
  }
  .howto-item__point > li:before {
    font-size: var(--pixel10);
    padding-bottom: var(--pixel20);
  }
  .howto-item__point > li:after {
    font-size: var(--pixel22);
    padding-top: var(--pixel10);
  }
  .howto-item__point > li .color-main {
    font-size: var(--pixel16);
  }
}

@media screen and (min-width: 641px) {
  .howto-item__notes {
    margin-top: var(--pixel20);
  }
  .howto-item__notes > li {
  }
}
@media screen and (max-width: 640px) {
  .howto-item__notes {
    margin-top: var(--pixel10);
  }
  .howto-item__notes > li {
    font-size: var(--pixel12);
  }
}

/** ATTENTION NOTES
==============================================*/
.attention-notes {
  background-color: #fff;
  border-top: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
}
.attention-notes__button {
  display: block;
  width: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%229%22%20viewBox%3D%220%200%2016%209%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M6.98844%207.9278C7.31699%208.24628%207.84968%208.24629%208.17822%207.92781L14.9203%201.39221C15.2488%201.07373%2015.2488%200.557359%2014.9203%200.238873C14.5917%20-0.0796135%2014.059%20-0.0796138%2013.7305%200.238873L7.58334%206.1978L1.43618%200.238865C1.10763%20-0.0796215%200.574956%20-0.0796217%200.24641%200.238865C-0.0821364%200.557351%20-0.0821368%201.07372%200.24641%201.3922L6.98844%207.9278Z%22%20fill%3D%22%23FC6104%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - var(--pixel24)) center;
  background-size: var(--pixel16) var(--pixel08);
  text-align: center;
  font-size: var(--pixel24);
  padding: var(--pixel08) var(--pixel52) var(--pixel08) var(--pixel24);
}
.attention-notes__button.is-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%229%22%20viewBox%3D%220%200%2016%209%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M8.17855%200.23895C7.85%20-0.0795364%207.31732%20-0.0795443%206.98877%200.238942L0.246736%206.77454C-0.0818105%207.09302%20-0.0818118%207.60939%200.246734%207.92788C0.575281%208.24636%201.10796%208.24636%201.4365%207.92788L7.58365%201.96895L13.7308%207.92788C14.0594%208.24637%2014.592%208.24637%2014.9206%207.92788C15.2491%207.6094%2015.2491%207.09303%2014.9206%206.77454L8.17855%200.23895Z%22%20fill%3D%22%23FC6104%22%2F%3E%3C%2Fsvg%3E");
}
.attention-notes > dd {
  border-top: 1px solid #d9d9d9;
}
.attention-notes > dd .notes-list {
  color: #808080;
}
.attention-notes > dd .notes-list > li:not(:first-child) {
  margin-top: var(--pixel10);
}
@media screen and (min-width: 641px) {
  .attention-notes {
    margin-top: var(--pixel40);
  }
  .attention-notes > dd {
    padding: var(--pixel24) var(--pixel40);
  }
}
@media screen and (max-width: 640px) {
  .attention-notes {
    margin-top: var(--pixel24);
  }
  .attention-notes > dd {
    padding: var(--pixel24);
  }
  .attention-notes .notes-list > li {
    font-size: var(--pixel12);
  }
}

/** SECTION INCENTIVE
==============================================*/
.section-incentive {
  background: url(../images/page-bg.webp) no-repeat center top/cover;
}
@media screen and (min-width: 641px) {
  .section-incentive {
    padding-top: var(--pixel100);
    padding-bottom: var(--pixel100);
  }
  .section-incentive .content > *:not(:first-child) {
    margin-top: var(--pixel40);
  }
}
@media screen and (max-width: 640px) {
  .section-incentive {
    padding-top: var(--pixel75);
    padding-bottom: var(--pixel75);
  }
  .section-incentive .content > *:not(:first-child) {
    margin-top: var(--pixel32);
  }
}

.incentive-item {
  border-radius: var(--pixel24);
  background-color: #fff;
  box-shadow: 0 0 var(--pixel32) 0 #fcaf02;
}
@media screen and (min-width: 641px) {
  .incentive-item {
    padding: var(--pixel40);
  }
}
@media screen and (max-width: 640px) {
  .incentive-item {
    padding: var(--pixel40) var(--pixel15);
  }
}

.incentive-item__comment {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: var(--pixel10);
}
.incentive-item__comment .comment-text {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-shadow: 0.075em 0 0 #fff, 0.0724em 0.0194em 0 #fff, 0.065em 0.0375em 0 #fff, 0.053em 0.053em 0 #fff, 0.0375em 0.065em 0 #fff, 0.0194em 0.0724em 0 #fff, 0 0.075em 0 #fff, -0.0194em 0.0724em 0 #fff, -0.0375em 0.065em 0 #fff, -0.053em 0.053em 0 #fff, -0.065em 0.0375em 0 #fff, -0.0724em 0.0194em 0 #fff, -0.075em 0 0 #fff, -0.0724em -0.0194em 0 #fff, -0.065em -0.0375em 0 #fff, -0.053em -0.053em 0 #fff, -0.0375em -0.065em 0 #fff, -0.0194em -0.0724em 0 #fff, 0 -0.075em 0 #fff,
    0.0194em -0.0724em 0 #fff, 0.0375em -0.065em 0 #fff, 0.053em -0.053em 0 #fff, 0.065em -0.0375em 0 #fff, 0.0724em -0.0194em 0 #fff, 0 0 0.1em #ffd558, 0 0 0.2em #ffd558;
  border-radius: 9999px;
  background-color: #ffe69c;
  text-align: center;
}
.incentive-item__comment .comment-text:before {
  content: "";
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background-color: #ffe69c;
  position: absolute;
  top: calc(50% - var(--pixel06));
  right: calc(100% - var(--pixel06));
  width: var(--pixel16);
  height: var(--pixel12);
}
.incentive-item__comment .comment-text .num {
  line-height: 1;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: var(--pixel36);
}
.incentive-item__comment .comment-text .large {
  font-size: var(--pixel32);
}
@media screen and (min-width: 641px) {
  .incentive-item__comment .comment-character {
    width: var(--pixel80);
  }
  .incentive-item__comment .comment-text {
    font-size: var(--pixel22);
    padding: var(--pixel10) var(--pixel24);
    margin-left: var(--pixel15);
  }
}
@media screen and (max-width: 640px) {
  .incentive-item__comment .comment-character {
    width: var(--pixel78);
  }
  .incentive-item__comment .comment-text {
    font-size: var(--pixel18);
    padding: var(--pixel10) var(--pixel20);
    margin-left: var(--pixel10);
  }
}

.incentive-item__title {
  text-align: center;
}
.incentive-item__title .label {
  display: inline-block;
  color: #fff;
  background-color: var(--color-main);
  vertical-align: 0.2em;
  padding: 0.1em 0.5em;
  margin-right: 0.1em;
  border-radius: var(--pixel04);
}
@media screen and (min-width: 641px) {
  .incentive-item__title {
    font-size: var(--pixel32);
  }
  .incentive-item__title .label {
    font-size: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .incentive-item__title {
    font-size: var(--pixel24);
  }
  .incentive-item__title .label {
    font-size: var(--pixel18);
  }
}

.incentive-item__body > *:not(:first-child) {
  margin-top: var(--pixel30);
}
@media screen and (min-width: 641px) {
  .incentive-item__body {
    margin-top: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .incentive-item__body {
    margin-top: var(--pixel10);
  }
}

.menu-tasting__lead {
  text-align: center;
  margin-bottom: var(--pixel15);
}
.menu-tasting__lead .deco-slash {
  position: relative;
  display: inline-block;
}
.menu-tasting__lead .deco-slash:before,
.menu-tasting__lead .deco-slash:after {
  content: "";
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M4.0079%200.149302C4.3021%20-0.0878528%204.72899%20-0.0370021%204.96166%200.262885L17.8534%2016.8785L17.8939%2016.9359C18.0791%2017.2317%2018.0178%2017.6283%2017.742%2017.8507C17.4662%2018.073%2017.0737%2018.0423%2016.834%2017.7905L16.7882%2017.7371L3.89647%201.12152C3.66381%200.821621%203.7137%200.386478%204.0079%200.149302Z%22%20fill%3D%22%23FC6104%22%2F%3E%20%3Cpath%20d%3D%22M0.139777%209.89112C0.380534%209.55406%200.848616%209.47605%201.18568%209.7168L10.8778%2016.6397C11.2149%2016.8804%2011.2928%2017.3485%2011.0521%2017.6856C10.8114%2018.0226%2010.3433%2018.1012%2010.0062%2017.8606L0.314093%2010.937C-0.0229661%2010.6963%20-0.10098%2010.2282%200.139777%209.89112Z%22%20fill%3D%22%23FC6104%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
}
.menu-tasting__lead .deco-slash:before {
  left: 0;
}
.menu-tasting__lead .deco-slash:after {
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (min-width: 641px) {
  .menu-tasting__lead {
    font-size: var(--pixel24);
  }
  .menu-tasting__lead .deco-slash {
    padding-right: var(--pixel24);
    padding-left: var(--pixel24);
  }
  .menu-tasting__lead .deco-slash:before,
  .menu-tasting__lead .deco-slash:after {
    width: var(--pixel24);
    height: var(--pixel24);
  }
}
@media screen and (max-width: 640px) {
  .menu-tasting__lead {
    font-size: var(--pixel16);
  }
  .menu-tasting__lead .deco-slash {
    padding-right: var(--pixel24);
    padding-left: var(--pixel24);
  }
  .menu-tasting__lead .deco-slash:before,
  .menu-tasting__lead .deco-slash:after {
    width: var(--pixel16);
    height: var(--pixel16);
  }
}

.menu-tasting__container {
  overflow: hidden;
}

.menu-tasting__list {
  display: -webkit-box;
  display: flex;
}
.menu-tasting__list > li img {
  width: 100%;
}
@media screen and (min-width: 641px) {
}
@media screen and (max-width: 640px) {
}

@media screen and (min-width: 641px) {
  .menu-tasting .notes-list {
    margin-top: var(--pixel15);
  }
}
@media screen and (max-width: 640px) {
  .menu-tasting .notes-list {
    margin-top: var(--pixel10);
  }
  .menu-tasting .notes-list > li {
    font-size: var(--pixel12);
  }
}

.banner-block__item {
  display: block;
}
.banner-block__item img {
  width: 100%;
}

.studio-info {
  background-color: #fff8f0;
}
.studio-info__img {
  border-radius: var(--pixel08);
}
@media screen and (min-width: 641px) {
  .studio-info {
    display: -webkit-box;
    display: flex;
    padding: var(--pixel24);
  }
  .studio-info__img {
    width: min(28.90625vw, 370px);
  }
}
@media screen and (max-width: 640px) {
  .studio-info {
    padding: var(--pixel16);
  }
  .studio-info__img {
    width: 100%;
  }
}

.studio-info__title {
  font-size: var(--pixel24);
}
.studio-info__dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
.studio-info__dl > dt,
.studio-info__dl > dd {
  border-bottom: 1px solid #d9d9d9;
}
.studio-info__dl > dt {
  font-weight: 500;
  font-size: var(--pixel14);
  padding-right: var(--pixel24);
}
.studio-info__dl > dd {
  position: relative;
  font-size: var(--pixel12);
  padding-left: var(--pixel30);
}
.studio-info__dl > dd:before {
  content: "：";
  position: absolute;
  left: 0;
  font-size: var(--pixel14);
}
@media screen and (min-width: 641px) {
  .studio-info__info {
    padding-left: var(--pixel24);
  }
  .studio-info__title {
    margin-bottom: var(--pixel20);
  }
  .studio-info__dl > dt,
  .studio-info__dl > dd {
    padding-top: var(--pixel10);
    padding-bottom: var(--pixel10);
  }
  .studio-info__dl > dd:before {
    top: var(--pixel10);
  }
}
@media screen and (max-width: 640px) {
  .studio-info__info {
    margin-top: var(--pixel20);
  }
  .studio-info__title {
    margin-bottom: var(--pixel15);
  }
  .studio-info__dl > dt,
  .studio-info__dl > dd {
    padding-top: var(--pixel05);
    padding-bottom: var(--pixel05);
  }
  .studio-info__dl > dd:before {
    top: var(--pixel05);
  }
}

.studio-info__notes {
  margin-top: var(--pixel10);
}

.original-goods__name {
  text-align: center;
}
.original-goods__name .deco-slash {
  position: relative;
  display: inline-block;
}
.original-goods__name .deco-slash:before,
.original-goods__name .deco-slash:after {
  content: "";
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M4.0079%200.149302C4.3021%20-0.0878528%204.72899%20-0.0370021%204.96166%200.262885L17.8534%2016.8785L17.8939%2016.9359C18.0791%2017.2317%2018.0178%2017.6283%2017.742%2017.8507C17.4662%2018.073%2017.0737%2018.0423%2016.834%2017.7905L16.7882%2017.7371L3.89647%201.12152C3.66381%200.821621%203.7137%200.386478%204.0079%200.149302Z%22%20fill%3D%22%23FC6104%22%2F%3E%20%3Cpath%20d%3D%22M0.139777%209.89112C0.380534%209.55406%200.848616%209.47605%201.18568%209.7168L10.8778%2016.6397C11.2149%2016.8804%2011.2928%2017.3485%2011.0521%2017.6856C10.8114%2018.0226%2010.3433%2018.1012%2010.0062%2017.8606L0.314093%2010.937C-0.0229661%2010.6963%20-0.10098%2010.2282%200.139777%209.89112Z%22%20fill%3D%22%23FC6104%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
}
.original-goods__name .deco-slash:before {
  left: 0;
}
.original-goods__name .deco-slash:after {
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.original-goods__img {
  margin-right: auto;
  margin-left: auto;
  margin-top: var(--pixel15);
}
.original-goods .notes-list {
  margin-top: var(--pixel20);
}
@media screen and (min-width: 641px) {
  .original-goods__name {
    font-size: var(--pixel24);
  }
  .original-goods__name .deco-slash {
    padding-right: var(--pixel18);
    padding-left: var(--pixel18);
  }
  .original-goods__name .deco-slash:before,
  .original-goods__name .deco-slash:after {
    width: var(--pixel18);
    height: var(--pixel18);
  }
  .original-goods__img {
    width: min(21.875vw, 280px);
  }
}
@media screen and (max-width: 640px) {
  .original-goods__name {
    font-size: var(--pixel18);
  }
  .original-goods__name .deco-slash {
    padding-right: var(--pixel16);
    padding-left: var(--pixel16);
  }
  .original-goods__name .deco-slash:before,
  .original-goods__name .deco-slash:after {
    width: var(--pixel16);
    height: var(--pixel16);
  }
  .original-goods__img {
    width: 74.66666666666667vw;
  }
  .original-goods .notes-list > li {
    font-size: var(--12);
  }
}

.information-announce {
  text-align: center;
  background-color: #fff;
  border: 1px solid var(--color-main);
  border-radius: var(--pixel16);
}
.information-announce > *:not(:first-child) {
  margin-top: var(--pixel10);
}
.information-announce__title {
  display: -webkit-box;
  display: flex;
  font-size: var(--pixel24);
}
.information-announce__title:before,
.information-announce__title:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22306%22%20height%3D%221%22%20viewBox%3D%220%200%20306%201%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M306%200.5H0%22%20stroke%3D%22%23FC6104%22%20stroke-dasharray%3D%224%204%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  -webkit-box-flex: 1;
  flex: 1;
}
.information-announce__title .text {
  padding-right: var(--pixel08);
  padding-left: var(--pixel08);
}
.information-announce__list {
  display: inline-block;
  margin-top: var(--pixel15);
}
.information-announce__list > li {
  text-align: left;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1.25em;
}
.information-announce__list > li:before {
  content: "●";
  color: var(--color-main);
  margin-right: 0.25em;
}
.information-announce__list > li:not(:first-child) {
  margin-top: var(--pixel10);
}
@media screen and (min-width: 641px) {
  .information-announce {
    padding: var(--pixel20) var(--pixel40);
  }
  .information-announce__txt {
    font-size: var(--pixel22);
  }
  .information-announce__list > li {
    font-size: var(--pixel22);
  }
}
@media screen and (max-width: 640px) {
  .information-announce {
    padding: var(--pixel20) var(--pixel15);
  }
  .information-announce__txt {
    font-size: var(--pixel18);
  }
  .information-announce__list > li {
    font-size: var(--pixel14);
  }
}

/** SECTION CHANNEL
==============================================*/
.section-channel {
}
@media screen and (min-width: 641px) {
  .section-channel {
    padding-top: var(--pixel100);
    padding-bottom: var(--pixel100);
  }
  .section-channel .content > *:not(:first-child) {
    margin-top: var(--pixel40);
  }
}
@media screen and (max-width: 640px) {
  .section-channel {
    padding-top: var(--pixel75);
    padding-bottom: var(--pixel75);
  }
  .section-channel .content > *:not(:first-child) {
    margin-top: var(--pixel30);
  }
}

.channel-info {
  border-radius: var(--pixel24);
  background-color: #fff;
  box-shadow: 0 0 var(--pixel28) 0 rgba(252, 97, 4, 0.2);
}
@media screen and (min-width: 641px) {
  .channel-info {
    display: -webkit-box;
    display: flex;
    padding: var(--pixel32);
  }
}
@media screen and (max-width: 640px) {
  .channel-info {
    padding: var(--pixel20) var(--pixel16);
  }
}

.channel-info__labels {
  display: -webkit-box;
  display: flex;
  margin-top: var(--pixel04);
}
.channel-info__labels > li {
  background-color: #ffd558;
  border-radius: 9999px;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (min-width: 641px) {
  .channel-info__img {
    padding-right: var(--pixel06);
    padding-left: var(--pixel06);
    width: min(29.843750000000004vw, 382px);
  }
  .channel-info__labels > li {
    font-size: var(--pixel14);
    padding: var(--pixel05) var(--pixel16);
    margin: var(--pixel04);
  }
}
@media screen and (max-width: 640px) {
  .channel-info__img {
    width: 100%;
  }
  .channel-info__labels > li {
    font-size: var(--pixel12);
    padding: var(--pixel05) var(--pixel12);
    margin: var(--pixel02);
  }
}

.channel-info__title .logo-bs-yoshimoto {
  width: var(--pixel70);
}
.channel-info__txt {
  line-height: 1.6;
  font-weight: 500;
  font-size: var(--pixel14);
}
.channel-info__appeal {
  background-color: var(--color-main);
  color: #fff;
  border-radius: 9999px;
  text-align: center;
  padding: var(--pixel10);
}
.channel-info__lead {
  text-align: center;
}
@media screen and (min-width: 641px) {
  .channel-info__info {
    -webkit-box-flex: 1;
    flex: 1;
    padding-left: var(--pixel18);
  }
  .channel-info__info > *:not(:first-child) {
    margin-top: var(--pixel15);
  }
  .channel-info__title {
    font-size: var(--pixel28);
  }
  .channel-info__appeal {
    font-size: var(--pixel20);
  }
  .channel-info__lead {
    font-size: var(--pixel23);
  }
}
@media screen and (max-width: 640px) {
  .channel-info__info {
    margin-top: var(--pixel10);
  }
  .channel-info__info > *:not(:first-child) {
    margin-top: var(--pixel10);
  }
  .channel-info__title {
    font-size: var(--pixel24);
  }
  .channel-info__appeal {
    font-size: var(--pixel18);
  }
  .channel-info__lead {
    font-size: var(--pixel15);
  }
}

.tie-up-movie__title {
  text-align: center;
  margin-bottom: var(--pixel20);
}
@media screen and (min-width: 641px) {
  .tie-up-movie__title {
    font-size: var(--pixel32);
  }
  .tie-up-movie__2col {
    display: -webkit-box;
    display: flex;
  }
  .tie-up-movie__block {
    margin-right: var(--pixel10);
    margin-left: var(--pixel10);
    width: min(35.625vw, 456px);
  }
}
@media screen and (max-width: 640px) {
  .tie-up-movie__title {
    font-size: var(--pixel22);
  }
  .tie-up-movie__block {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .tie-up-movie__block:not(:first-child) {
    margin-top: var(--pixel17);
  }
}

/** SECTION APPLICATION PROCESS
==============================================*/
.section-application-process {
  background-color: #fff8f0;
}
@media screen and (min-width: 641px) {
  .section-application-process {
    padding-top: var(--pixel100);
    padding-bottom: var(--pixel100);
  }
  .section-application-process .page-button {
    margin-top: var(--pixel40);
  }
}
@media screen and (max-width: 640px) {
  .section-application-process {
    padding-top: var(--pixel75);
    padding-bottom: var(--pixel75);
  }
  .section-application-process .page-button {
    margin-top: var(--pixel30);
  }
}

.entry-flow__title {
  text-align: center;
}
.entry-flow__title .num {
  line-height: 1;
  font-family: "Montserrat Alternates", sans-serif;
}
.entry-flow__lead {
  text-align: center;
  font-weight: 500;
  margin-top: var(--pixel10);
}
@media screen and (min-width: 641px) {
  .entry-flow__head {
    margin-bottom: var(--pixel40);
  }
  .entry-flow__title {
    font-size: var(--pixel32);
  }
  .entry-flow__title .num {
    font-size: var(--pixel48);
  }
  .entry-flow__lead {
    font-size: var(--pixel22);
  }
}
@media screen and (max-width: 640px) {
  .entry-flow__head {
    margin-bottom: var(--pixel30);
  }
  .entry-flow__title {
    font-size: var(--pixel24);
  }
  .entry-flow__title .num {
    font-size: var(--pixel32);
  }
  .entry-flow__lead {
    font-size: var(--pixel16);
  }
}

.entry-flow__block {
  position: relative;
}
.entry-flow__container {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
.entry-flow__wrapper {
  counter-reset: number;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.entry-flow__wrapper > li {
  height: auto;
  background-color: #fff;
  border-radius: var(--pixel08);
  padding: var(--pixel20) var(--pixel16);
}
@media screen and (min-width: 641px) {
  .entry-flow__block {
    margin-right: auto;
    margin-left: auto;
    /* width: min(81.25915080527086vw, 1110px); */
  }
  .entry-flow__container {
    /* width: min(68.96046852122987vw, 942px); */
  }
  .entry-flow__wrapper {
  }
  .entry-flow__wrapper > li {
    width: calc((100% - var(--pixel69)) / 4) !important;
  }
  .entry-flow__wrapper > li:not(:last-child) {
    margin-right: var(--pixel23);
  }
}
@media screen and (max-width: 640px) {
  .entry-flow__block {
    overflow: hidden;
  }
  .entry-flow__container {
  }
  .entry-flow__wrapper {
  }
  .entry-flow__wrapper > li {
    width: 55.46666666666666vw;
  }
}

.entry-flow__step {
  text-align: center;
  font-weight: 500;
  margin-bottom: var(--pixel10);
  font-size: var(--pixel16);
}
.entry-flow__step .num {
  line-height: 1;
  font-family: "Montserrat Alternates", sans-serif;
  margin-left: var(--pixel02);
  font-size: var(--pixel24);
}

.entry-flow__img img {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 641px) {
  .entry-flow__img img {
    width: min(10.9375vw, 140px);
    margin-bottom: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .entry-flow__img img {
    width: 37.333333333333336vw;
    margin-bottom: var(--pixel10);
  }
}

.entry-flow__name {
  text-align: center;
  line-height: 1;
  font-size: var(--pixel22);
}
.entry-flow__txt {
  text-align: center;
  font-weight: 500;
  font-size: var(--pixel14);
}
@media screen and (min-width: 641px) {
  .entry-flow__info > *:not(:first-child) {
    margin-top: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .entry-flow__info > *:not(:first-child) {
    margin-top: var(--pixel10);
  }
}

.entry-flow__sub {
  margin-top: var(--pixel20);
}

/** SLIDE CONTROLLER
==============================================*/
.slide-controller {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.slide-controller:has(.swiper-button-lock),
.slide-controller:has(.swiper-pagination-lock) {
  display: none;
}
@media screen and (min-width: 641px) {
  .slide-controller {
    padding-top: var(--pixel40);
  }
}
@media screen and (max-width: 640px) {
  .slide-controller {
    padding-top: var(--pixel16);
  }
}

.slide-controller__pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.slide-controller__pagination .swiper-pagination-bullet {
  background-color: #e0e0e0;
  border-radius: 50%;
  margin-right: var(--pixel04);
  margin-left: var(--pixel04);
}
.slide-controller__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-main);
}
@media screen and (min-width: 641px) {
  .slide-controller__pagination .swiper-pagination-bullet {
    width: var(--pixel11);
    height: var(--pixel11);
  }
}
@media screen and (max-width: 640px) {
  .slide-controller__pagination .swiper-pagination-bullet {
    width: var(--pixel08);
    height: var(--pixel08);
  }
}

.slide-controller__navigation {
  background-color: var(--color-main);
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2218%22%20viewBox%3D%220%200%2012%2018%22%20fill%3D%22none%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.6772%209.88389L2.13514%2017.7913L0%2015.8148L7.4745%208.89564L0%201.9765L2.13514%200L10.6772%207.90739C10.9603%208.16952%2011.1193%208.52499%2011.1193%208.89564C11.1193%209.26629%2010.9603%209.62176%2010.6772%209.88389Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  width: var(--pixel24);
  height: var(--pixel24);
  background-size: var(--pixel06);
}
.slide-controller__navigation:not(.swiper-button-disabled) {
  cursor: pointer;
}
.slide-controller__navigation.swiper-button-disabled {
  opacity: 0.2;
}
.slide-controller__navigation--prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: var(--pixel40);
}
.slide-controller__navigation--next {
  margin-left: var(--pixel40);
}
@media screen and (min-width: 641px) {
}
@media screen and (max-width: 640px) {
  .slide-controller__navigation {
  }
  .slide-controller__navigation--prev {
  }
}

/** SECTION SPEC
==============================================*/
.section-spec {
}
@media screen and (min-width: 641px) {
  .section-spec {
    padding-top: var(--pixel100);
    padding-bottom: var(--pixel100);
  }
}
@media screen and (max-width: 640px) {
  .section-spec {
    padding-top: var(--pixel75);
    padding-bottom: var(--pixel75);
  }
}

.spec-info__notes {
  margin-top: var(--pixel20);
  color: #808080;
}
@media screen and (min-width: 641px) {
}
@media screen and (max-width: 640px) {
  .spec-info__dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
  .spec-info__dl > dt:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
  .spec-info__dl > dd {
    text-align: left;
  }
  .spec-info__dl > dd:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }
}

/** SECTION FAQ
==============================================*/
.section-faq {
  background-color: #fff8f0;
}
@media screen and (min-width: 641px) {
  .section-faq {
    padding-top: var(--pixel100);
    padding-bottom: var(--pixel100);
  }
}
@media screen and (max-width: 640px) {
  .section-faq {
    padding-top: var(--pixel75);
    padding-bottom: var(--pixel75);
  }
}

.faq-set__q {
  background-color: var(--color-sub);
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
  text-align: left;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206C-1.12065e-08%206.55228%200.447715%207%201%207L11%207C11.5523%207%2012%206.55229%2012%206C12%205.44772%2011.5523%205%2011%205L1%205C0.447715%205%201.12065e-08%205.44772%200%206Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M6%200C5.44772%20-1.12065e-08%205%200.447715%205%201L5%2011C5%2011.5523%205.44771%2012%206%2012C6.55228%2012%207%2011.5523%207%2011L7%201C7%200.447715%206.55228%201.12065e-08%206%200Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - var(--pixel22)) center;
  background-size: var(--pixel12) var(--pixel12);
  font-size: var(--pixel16);
}
.faq-set__q.is-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%222%22%20viewBox%3D%220%200%2012%202%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M0%201C-1.12065e-08%201.55228%200.447715%202%201%202L11%202C11.5523%202%2012%201.55229%2012%201C12%200.447716%2011.5523%202.14118e-07%2011%202.02911e-07L1%200C0.447715%20-1.12065e-08%201.12065e-08%200.447715%200%201Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
}
.faq-set__q:before {
  content: "Q.";
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-right: var(--pixel08);
}
@media screen and (min-width: 641px) {
  .faq-set__dl > dt:not(:first-of-type) {
    margin-top: var(--pixel20);
  }
  .faq-set__q {
    border-radius: var(--pixel24);
    padding: var(--pixel15) var(--pixel56) var(--pixel15) var(--pixel15);
  }
  .faq-set__q:before {
    font-size: var(--pixel22);
  }
}
@media screen and (max-width: 640px) {
  .faq-set__dl > dt:not(:first-of-type) {
    margin-top: var(--pixel10);
  }
  .faq-set__q {
    border-radius: 9999px;
    padding: var(--pixel10) var(--pixel56) var(--pixel10) var(--pixel24);
  }
  .faq-set__q:before {
    font-size: var(--pixel18);
  }
}

.faq-set__dl > dd {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.faq-set__dl > dd[hidden] {
  display: none;
}
.faq-set__dl > dd:before {
  content: "A.";
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: var(--color-main);
  margin-right: var(--pixel08);
}
.faq-set__a {
  font-weight: 500;
  font-size: var(--pixel14);
}
@media screen and (min-width: 641px) {
  .faq-set__dl > dd {
    padding: var(--pixel15) var(--pixel40);
  }
  .faq-set__dl > dd:before {
    font-size: var(--pixel22);
  }
}
@media screen and (max-width: 640px) {
  .faq-set__dl > dd {
    padding: var(--pixel10) var(--pixel24);
  }
  .faq-set__dl > dd:before {
    font-size: var(--pixel18);
  }
}

/** SECTION CONTACT
==============================================*/
.section-contact {
}
@media screen and (min-width: 641px) {
  .section-contact {
    padding-top: var(--pixel40);
    padding-bottom: var(--pixel40);
  }
}
@media screen and (max-width: 640px) {
  .section-contact {
    padding-top: var(--pixel30);
    padding-bottom: var(--pixel30);
  }
}

.contact-us {
  border: 1px solid #d9d9d9;
  border-radius: var(--pixel08);
}
.contact-us__title {
  color: #404040;
  font-size: var(--pixel14);
}
.contact-us__txt {
  color: #808080;
  font-weight: 500;
  line-height: 2;
  margin-top: var(--pixel08);
  font-size: var(--pixel12);
}
@media screen and (min-width: 641px) {
  .contact-us {
    padding: var(--pixel24);
  }
}
@media screen and (max-width: 640px) {
  .contact-us {
    padding: var(--pixel24) var(--pixel16);
  }
}

/** FIXED CTA
==============================================*/
.fixed-cta {
  position: fixed;
  z-index: 10;
  background-color: rgba(51, 51, 51, 0.8);
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: var(--pixel10);
  padding-bottom: var(--pixel10);
}
@media screen and (min-width: 641px) {
}
@media screen and (max-width: 640px) {
}

/** PAGE TOP
==============================================*/
.page-top {
  position: fixed;
  z-index: 11;
  opacity: 0;
}
.page-top__button {
  background-color: var(--color-main);
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  box-shadow: 0 var(--pixel07) var(--pixel15) 0 rgba(0, 0, 0, 0.25);
}
.page-top__button:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2218%22%20viewBox%3D%220%200%2030%2018%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M2%2015.5564L14.7279%202.82847L27.4558%2015.5564%22%20stroke%3D%22white%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media screen and (min-width: 641px) {
  .page-top {
    bottom: var(--pixel100);
    right: var(--pixel20);
  }
  .page-top__button {
    width: var(--pixel96);
    height: var(--pixel96);
    padding: var(--pixel10);
    font-size: var(--pixel32);
  }
  .page-top__button:before {
    width: var(--pixel18);
    height: var(--pixel18);
  }
}
@media screen and (max-width: 640px) {
  .page-top {
    bottom: var(--pixel80);
    right: var(--pixel10);
  }
  .page-top__button {
    width: var(--pixel50);
    height: var(--pixel50);
    padding: var(--pixel05);
    font-size: var(--pixel18);
  }
  .page-top__button:before {
    width: var(--pixel09);
    height: var(--pixel09);
  }
}

/** MODAL OPEN
==============================================*/
[data-micromodal-transition] {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

[data-micromodal-transition].is-open {
  opacity: 1;
}

@media screen and (min-width: 641px) {
  .modal-open {
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .modal-open:hover {
    opacity: 0.8;
  }
}

/** MODAL MICROMODAL
==============================================*/
.modal-micromodal {
  display: none;
}

.modal-micromodal.is-open {
  display: block;
}

@-webkit-keyframes modalfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes modalfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes modalfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.modal-micromodal[aria-hidden="false"] .modal-overlay {
  -webkit-animation: modalfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: modalfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-micromodal[aria-hidden="true"] .modal-overlay {
  -webkit-animation: modalfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: modalfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/** MODAL OVERLAY
==============================================*/
.modal-overlay {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) {
  .modal-overlay {
    padding: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
}

/** MODAL CONTAINER
==============================================*/
/* close button */
.modal-close__button {
  position: absolute;
  font-weight: 700;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M28.5%209.5L9.5%2028.5M9.5%209.5L28.5%2028.5%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  bottom: calc(100% + var(--pixel15));
  right: 0;
}
@media screen and (min-width: 641px) {
  .modal-close__button {
    width: var(--pixel60);
    height: var(--pixel60);
  }
}
@media screen and (max-width: 640px) {
  .modal-close__button {
    width: var(--pixel38);
    height: var(--pixel38);
  }
}

/* container */
.modal-container {
  max-height: calc(100vh - var(--pixel40));
  /* width: 100%; */
  position: relative;
}

/** MODAL CONTENT
==============================================*/
.modal-content {
  line-height: 1.5;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  max-height: calc(100vh - var(--pixel40) - min(32vw, 160px));
  border: 1px solid transparent;
  /* background-color: #fff; */
}
.modal-content::-webkit-scrollbar {
  width: var(--pixel03);
}
.modal-content::-webkit-scrollbar-thumb {
  background-color: #d2d2d2;
}
@media screen and (min-width: 641px) {
  .modal-content {
    padding: var(--pixel50) var(--pixel48);
  }
}
@media screen and (max-width: 640px) {
  .modal-content {
    padding: var(--pixel45) var(--pixel10);
  }
}

/** MODAL INNER
==============================================*/
.modal-inner {
}
@media screen and (min-width: 641px) {
}
@media screen and (max-width: 640px) {
}

/** SITE FOOTER
==============================================*/
.site-footer {
}
@media screen and (min-width: 641px) {
}
@media screen and (max-width: 640px) {
}

/** MODAL FIXED
==============================================*/
.modal-fixed {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  display: block;
}
.modal-fixed.is-hidden {
  display: none;
}
.modal-fixed::-webkit-scrollbar {
  width: var(--pixel03);
}
@media screen and (min-width: 641px) {
  .modal-fixed {
    padding: 0 var(--pixel20);
    height: var(--pixel50);
  }
}
@media screen and (max-width: 640px) {
  .modal-fixed {
    padding: 0 var(--pixel10);
    height: var(--pixel40);
  }
}

/** Question Flow
==============================================*/
.question-flow {
  background-color: #fff;
}
.question-flow__title {
  text-align: center;
  color: var(--color-main);
  margin-bottom: var(--pixel25);
}
.question-flow__title .under-text {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
@media screen and (min-width: 641px) {
  .question-flow {
    margin-right: auto;
    margin-left: auto;
    width: min(68.33333333333333vw, 984px);
  }
  .question-flow__title {
    font-size: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .question-flow {
    width: 100%;
  }
  .question-flow__title {
    font-size: var(--pixel13);
  }
}

@media screen and (min-width: 641px) {
  .entry-question {
    width: min(47.58418740849194vw, 650px);
    margin-right: auto;
    margin-left: auto;
  }
}

.entry-question__ttl {
  text-align: center;
}
@media screen and (min-width: 641px) {
  .entry-question__ttl {
    font-size: var(--pixel18);
  }
}
@media screen and (max-width: 640px) {
  .entry-question__ttl {
    font-size: var(--pixel15);
  }
}

.entry-question__answer {
  margin-top: var(--pixel25);
}
@media screen and (min-width: 641px) {
}
@media screen and (max-width: 640px) {
}

@media screen and (min-width: 641px) {
  .entry-question__buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 640px) {
}

.entry-question__buttons > li > *:not(:first-child) {
  margin-top: var(--pixel10);
}
@media screen and (min-width: 641px) {
  .entry-question__buttons > li {
    padding-right: var(--pixel10);
    padding-left: var(--pixel10);
    width: min(21.96193265007321vw, 300px);
  }
}
@media screen and (max-width: 640px) {
  .entry-question__buttons > li:not(:first-child) {
    margin-top: var(--pixel15);
  }
}

.entry-question__button {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border: var(--pixel02) solid #ccc;
  width: 100%;
  font-weight: 700;
  border-radius: var(--pixel04);
  text-align: center;
  padding: var(--pixel10) var(--pixel25);
  line-height: 1.1;
  min-height: var(--pixel52);
  color: #fff;
}
.entry-question__button:hover {
  color: #fff;
}
.entry-question__button:after {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: var(--pixel06);
  height: var(--pixel08);
  right: var(--pixel10);
  top: calc(50% - var(--pixel04));
  background-color: #fff;
}
.entry-question__button .small {
  font-weight: 400;
}
.entry-question__button--yes,
.entry-question__button--yes:hover {
  background-color: var(--color-main);
}
.entry-question__button--no,
.entry-question__button--no:hover {
  background-color: var(--color-sub);
}
@media screen and (min-width: 641px) {
  .entry-question__button {
    font-size: var(--pixel20);
  }
  .entry-question__button .small {
    font-size: var(--pixel16);
  }
}
@media screen and (max-width: 640px) {
  .entry-question__button {
    font-size: var(--pixel18);
  }
  .entry-question__button .small {
    font-size: var(--pixel12);
  }
}

.entry-question__notes {
  margin-top: var(--pixel10);
}
.entry-question__notes > li {
  line-height: 1.5;
}
@media screen and (min-width: 641px) {
  .entry-question__notes > li {
    font-size: var(--pixel12);
  }
}
@media screen and (max-width: 640px) {
  .entry-question__notes > li {
    font-size: var(--pixel10);
  }
}

.question-flow__prev {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  color: var(--color-main);
  font-weight: 700;
  line-height: 1;
  padding-top: var(--pixel10);
  padding-right: var(--pixel10);
  padding-bottom: var(--pixel10);
}
.question-flow__prev:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22text%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207.44%2010.49%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23476bd6%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%226.44%209.49%201%205.24%206.44%201%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  margin-right: var(--pixel10);
  width: var(--pixel06);
  height: 100%;
  min-height: var(--pixel08);
}
@media screen and (min-width: 641px) {
  .question-flow__prev {
    font-size: var(--pixel22);
  }
}
@media screen and (max-width: 640px) {
  .question-flow__prev {
    font-size: var(--pixel12);
  }
}

/** ACCORDION INFORMATION
==============================================*/
.accordion-information {
}
.accordion-information > dt {
  text-align: center;
  line-height: 1;
}
.accordion-information__title {
  position: relative;
  color: var(--color-main);
  display: inline-block;
  font-size: var(--pixel11);
}
.accordion-information__title:before {
  content: "";
  cursor: pointer;
  position: absolute;
  left: 105%;
  top: 0.15em;
  width: var(--pixel12);
  height: var(--pixel12);
  background-color: var(--color-main);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: var(--pixel08) auto;
}
.accordion-information__title:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22text%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207.2%207.2%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%223.6%22%20x2%3D%223.6%22%20y2%3D%227.2%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%220%22%20y1%3D%223.6%22%20x2%3D%227.2%22%20y2%3D%223.6%22%2F%3E%3C%2Fsvg%3E");
}
.accordion-information__title.is-active:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22text%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207.2%201%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%22.5%22%20x2%3D%227.2%22%20y2%3D%22.5%22%2F%3E%3C%2Fsvg%3E");
}

@media screen and (min-width: 641px) {
  .accordion-information__title {
    font-size: var(--pixel14);
  }
}
@media screen and (max-width: 640px) {
  .accordion-information__title {
    font-size: var(--pixel11);
  }
}

.accordion-information > dd {
  padding-top: var(--pixel10);
}
@media screen and (min-width: 641px) {
  .accordion-information > dd {
    width: calc(200% + var(--pixel20));
  }
  .entry-question__buttons > li:nth-child(even) .accordion-information > dd {
    margin-left: calc(-100% - var(--pixel20));
  }
}
@media screen and (max-width: 640px) {
}

.accordion-information__content {
  background-color: #f2f2f2;
}
.accordion-information__box > *:not(:first-child) {
  margin-top: var(--pixel10);
}
@media screen and (min-width: 641px) {
  .accordion-information__content {
    padding: var(--pixel25);
  }
  .accordion-information__box:not(:first-child) {
    margin-top: var(--pixel35);
  }
}
@media screen and (max-width: 640px) {
  .accordion-information__content {
    padding: var(--pixel10) var(--pixel15);
  }
  .accordion-information__box:not(:first-child) {
    margin-top: var(--pixel25);
  }
}

.accordion-information__txt--em {
  font-weight: 700;
}
.accordion-information__sub-txt {
  display: block;
}
@media screen and (min-width: 641px) {
  .accordion-information__txt {
    font-size: var(--pixel16);
  }
  .accordion-information__txt--em {
    text-align: center;
    font-size: var(--pixel16);
  }
  .accordion-information__notes > li {
    font-size: var(--pixel12);
  }
  .accordion-information__dot > li {
    font-size: var(--pixel16);
  }
  .accordion-information__sub-txt {
    font-size: var(--pixel12);
  }
}
@media screen and (max-width: 640px) {
  .accordion-information__txt {
    font-size: var(--pixel13);
  }
  .accordion-information__notes > li {
    font-size: var(--pixel10);
  }
  .accordion-information__dot > li {
    font-size: var(--pixel13);
  }
  .accordion-information__sub-txt {
    font-size: var(--pixel10);
  }
}

/** KANTAN STEP
==============================================*/
.kantan-step {
  counter-reset: number;
}
.kantan-step > li:before {
  display: block;
  counter-increment: number;
  content: "STEP" counter(number);
  color: #fff;
  background-color: var(--color-main);
  padding: var(--pixel05);
  text-align: center;
}
.kantan-step > li:not(:last-child):after {
  content: "";
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: var(--color-main);
  width: var(--pixel20);
  height: var(--pixel10);
  margin: var(--pixel20) auto;
}
@media screen and (min-width: 641px) {
  .kantan-step > li:before {
    font-size: var(--pixel16);
  }
}
@media screen and (max-width: 640px) {
  .kantan-step > li:before {
    font-size: var(--pixel12);
  }
}

.kantan-step__item {
  background-color: #fff;
}
.kantan-step__item:not(:first-child) {
  margin-top: var(--pixel25);
}
@media screen and (min-width: 641px) {
  .kantan-step__item {
    padding: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .kantan-step__item {
    padding: var(--pixel10);
  }
}

.kantan-step__title {
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
}
@media screen and (min-width: 641px) {
  .kantan-step__head {
    margin-bottom: var(--pixel15);
  }
  .kantan-step__title {
    font-size: var(--pixel18);
  }
}
@media screen and (max-width: 640px) {
  .kantan-step__head {
    margin-bottom: var(--pixel05);
  }
  .kantan-step__title {
    font-size: var(--pixel14);
  }
}

.kantan-step__body {
}
@media screen and (min-width: 641px) {
  .kantan-step__body {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 640px) {
}

.kantan-step__info > *:not(:first-child) {
  margin-top: var(--pixel10);
}
@media screen and (min-width: 641px) {
  .kantan-step__info {
    width: 55%;
    padding-right: var(--pixel20);
  }
  .kantan-step__txt {
    font-size: var(--pixel16);
  }
  .kantan-step__notes > li {
    font-size: var(--pixel12);
  }
}
@media screen and (max-width: 640px) {
  .kantan-step__info {
  }
  .kantan-step__txt {
    font-size: var(--pixel13);
  }
  .kantan-step__notes > li {
    font-size: var(--pixel10);
  }
}

@media screen and (min-width: 641px) {
  .kantan-step__img {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .kantan-step__img {
    display: block;
    width: 100%;
    margin-top: var(--pixel10);
  }
}

/** MODAL INFORMATION
==============================================*/
.modal-information {
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
@media screen and (min-width: 641px) {
  .modal-information {
    width: min(55.63689604685212vw, 760px);
    border-radius: var(--pixel08);
    padding: var(--pixel40) var(--pixel45);
  }
}
@media screen and (max-width: 640px) {
  .modal-information {
    width: 90vw;
    border-radius: var(--pixel06);
  }
}

.modal-information__comment {
  text-align: center;
}
@media screen and (min-width: 641px) {
  .modal-information__comment {
    padding: var(--pixel40) var(--pixel45);
    font-size: var(--pixel24);
  }
}
@media screen and (max-width: 640px) {
  .modal-information__comment {
    font-size: var(--pixel16);
  }
}

/** SERVICE INFORMATION
==============================================*/
.service-information > dt {
  display: -webkit-box;
  display: flex;
}
.service-information > dt:not(:first-of-type) {
  border-top: 2px solid #e7e7e7;
  padding-top: var(--pixel28);
  margin-top: var(--pixel28);
}
.service-information__name {
  -webkit-box-flex: 1;
  flex: 1;
  line-height: 1.6;
}
.service-information__img {
  margin-right: var(--pixel13);
}
@media screen and (min-width: 641px) {
  .service-information__img {
    width: min(9.224011713030746vw, 126px);
  }
  .service-information__name {
    font-size: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .service-information__img {
    width: 32.30769230769231vw;
  }
  .service-information__name {
    font-size: var(--pixel16);
  }
}

.service-information > dd {
  padding-top: var(--pixel12);
}
.service-information > dd > *:not(:first-child) {
  margin-top: var(--pixel10);
}
.service-information__txt {
  font-size: var(--pixel14);
}
.service-information__notes > li {
  font-size: var(--pixel10);
}
@media screen and (min-width: 641px) {
  .service-information > dd {
    padding-bottom: var(--pixel12);
  }
}
@media screen and (max-width: 640px) {
}
