@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique&display=swap");

.main-container {
  --white-color: #fff;
  --black-color: #000;
  --text-color: #322c2c;
  --c-white: #fff;
  --c-orange: #ff7800;

  --title-color: #3c3c3c;
  --bg-main-color: #eee9dd;
  --strong-color: #a08854;
  --moca-color: #c9bb9d;

  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-zen-maru: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-zen-kaku-antique: "Zen Kaku Gothic Antique", sans-serif;
  --font-montserrat: "Montserrat", serif;
  --font-montserrat-alternates: "Montserrat Alternates", serif;
  --font-yu-gothic: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;

  --font: 16;
  --page-font: 16;
}

@media all and (min-width: 1024px) and (max-width: 1260px) {
  .main-container {
    /* --font: 15.5;
    --page-font: 15.5; */
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .main-container {
    --font: 15;
    --page-font: 15;
  }
  .owned-section .top-slide-btn-controller {
    transform: translateX(calc(501 / var(--page-font) * 1rem)) translateY(calc(80 / var(--page-font) * 1rem)) !important;
  }
}

@media all and (min-width: 768px) and (max-width: 936px) {
  .main-container {
    --font: 24.5;
    --page-font: 24.5;
  }
  .top-header,
  .l-section__inner,
  .mainvisual__inner {
    max-width: 90vw !important;
  }
}

@media all and (max-width: 767px) {
  .main-container {
    --font: 16;
    --page-font: 16;
  }
}

@media all and (max-width: 350px) {
  .main-container {
    --font: 18.5;
    --page-font: 18.5;
  }
}

.main-container {
  background-color: var(--bg-main-color);
  overflow: hidden;
  color: var(--text-color);
  font-family: var(--font-zen-kaku-antique);
}
/* ==========================================================================
  ELEMENT RESET
========================================================================== */
.main-container ol,
.main-container ul,
.main-container dl {
  margin-top: 0;
  margin-bottom: 0;
}
.main-container dd {
  margin-left: 0;
}
.main-container ol,
.main-container ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.main-container li {
  list-style: none;
}
.main-container a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.main-container a {
  outline: 0;
}
.main-container a:focus,
.main-container button:focus {
  outline: 0;
}
.main-container em {
  font-style: normal;
}
.main-container figure {
  margin: 0;
}
.main-container table {
  border-collapse: collapse;
}
.main-container button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.main-container button:focus {
  outline: none;
}
.main-container input,
.main-container button,
.main-container select,
.main-container textarea {
  line-height: inherit;
}
.main-container textarea {
  resize: vertical;
}
.main-container fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.main-container legend {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  line-height: inherit;
}
.main-container hr {
  margin: 0;
}
.main-container img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.main-container sup {
  font-size: 60%;
}

/* --------------------------------------------------------------------------
  非表示
-------------------------------------------------------------------------- */
/* PCで非表示 */
@media all and (min-width: 1025px), print {
  .u-hide-pc {
    display: none;
  }
}
/* PC、タブレットで非表示 */
@media all and (min-width: 768px), print {
  .u-hide-tab-pc {
    display: none;
  }
}
/* タブレットのみ非表示 */
@media all and (min-width: 768px) and (max-width: 1024px) {
  .u-hide-tab {
    display: none;
  }
}
/* SPで非表示 */
@media all and (max-width: 767px) {
  .u-hide-sp {
    display: none;
  }
}
/* --------------------------------------------------------------------------
  行揃え
-------------------------------------------------------------------------- */
.u-center {
  text-align: center;
}
/* TAB,PCのみテキストセンター */
@media all and (min-width: 768px), print {
  .u-center-tab-pc {
    text-align: center;
  }
}
/* SPのみテキストセンター */
@media all and (max-width: 767px) {
  .u-center-sp {
    text-align: center;
  }
}

.u-left {
  text-align: left;
}
/* TAB,PCのみテキストセンター */
@media all and (min-width: 768px), print {
  .u-left-tab-pc {
    text-align: left;
  }
}
/* SPのみテキストセンター */
@media all and (max-width: 767px) {
  .u-left-sp {
    text-align: left;
  }
}

.u-right {
  text-align: right;
}
/* TAB,PCのみテキストセンター */
@media all and (min-width: 768px), print {
  .u-right-tab-pc {
    text-align: right;
  }
}
/* SPのみテキストセンター */
@media all and (max-width: 767px) {
  .u-right-sp {
    text-align: right;
  }
}
.u-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
.u-combine {
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
}
/* --------------------------------------------------------------------------
  強調
-------------------------------------------------------------------------- */
.u-bold {
  font-weight: 700;
}
.u-black {
  font-weight: 900;
}

.u-strong {
  color: var(--strong-color);
  font-weight: 700;
}
.u-question {
  font-size: calc(32 / var(--page-font) * 1rem);
  transform: rotate(10deg);
  display: inline-block;
}

@media all and (max-width: 767px) {
  .u-question {
    font-size: calc(24 / var(--page-font) * 1rem);
  }
}

/* --------------------------------------------------------------------------
  フォント
-------------------------------------------------------------------------- */
.main-container button,
.main-container input,
.main-container optgroup,
.main-container select,
.main-container textarea {
  font-family: var(--font-noto-sans);
}
.main-container h1,
.main-container h2,
.main-container h3,
.main-container h4,
.main-container h5,
.main-container h6 {
  font-family: var(--font-yu-gothic);
}

.u-font-noto-sans {
  font-family: var(--font-noto-sans);
}

.u-font-zen-maru {
  font-family: var(--font-zen-maru);
}

.u-font-zen-kaku-antique {
  font-family: var(--font-zen-kaku-antique);
}

.u-font-montserrat {
  font-family: var(--font-montserrat);
}

.u-font-montserrat-alternates {
  font-family: var(--font-montserrat-alternates);
}

.u-font-yu-gothic {
  font-family: var(--font-yu-gothic);
}

.u-space {
  letter-spacing: -3px;
}

/* --------------------------------------------------------------------------
  ROOT FONT SIZE
-------------------------------------------------------------------------- */
body {
  font-size: 1rem;
}

/* --------------------------------------------------------------------------
  見出し
-------------------------------------------------------------------------- */
/* タイトル */
@media all and (min-width: 768px), print {
  .c-section-title {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .c-section-title__inner {
    padding-bottom: calc(32 / var(--page-font) * 1rem);
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .c-section-title__inner:before {
    content: "";
    background-color: var(--strong-color);
    max-width: calc(85 / var(--page-font) * 1rem);
    width: 100%;
    height: calc(10 / var(--page-font) * 1rem);
    display: block;
    mask-image: url(../img/common/ico_nami-line_01_pc.svg);
    mask-size: auto 100%;
    mask-position: top left;
    mask-repeat: repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }

  .c-section-title .eng {
    color: var(--strong-color);
    position: relative;
    font-family: var(--font-montserrat);
    font-size: calc(10 / var(--page-font) * 1rem);
    font-weight: 400;
    letter-spacing: 0.44em;
    line-height: 1;
  }
  .c-section-title .eng:before {
    content: "(";
    padding-right: calc(10 / var(--page-font) * 1rem);
  }
  .c-section-title .eng:after {
    content: ")";
    padding-left: calc(10 / var(--page-font) * 1rem);
  }

  .c-section-title .title-01 {
    color: var(--title-color);
    font-family: var(--font-yu-gothic);
    font-size: calc(14 / var(--page-font) * 1rem);
    font-weight: bold;
    letter-spacing: 0.24em;
    line-height: 1.2;
    margin-top: calc(30 / var(--page-font) * 1rem);
  }
  .c-section-title .title-02 {
    color: var(--title-color);
    font-family: var(--font-yu-gothic);
    font-size: calc(30 / var(--page-font) * 1rem);
    font-weight: bold;
    letter-spacing: 0.24em;
    line-height: 1.2;
    margin-top: calc(20 / var(--page-font) * 1rem);
  }

  .c-section-title.--left,
  .c-section-title.--left .c-section-title__inner {
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
  }

  .c-section-title.--left .c-section-title__inner:before {
    margin: 0;
    right: auto;
  }
  /** **/

  .c-section-side {
    position: absolute;
    top: calc(25 / var(--page-font) * 1rem);
    left: calc(-40 / var(--page-font) * 1rem);
    z-index: 100;
  }
  .c-section-side:after {
    content: "";
    background-color: var(--moca-color);
    display: block;
    width: 2px;
    height: calc(97 / var(--page-font) * 1rem);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .c-section-side__in {
    padding-bottom: calc(118 / var(--page-font) * 1rem);
    writing-mode: sideways-rl;
    -webkit-writing-mode: sideways-rl;
    -ms-writing-mode: sideways-rl;
    color: var(--strong-color);
    position: relative;
    font-family: var(--font-montserrat);
    font-size: calc(12 / var(--page-font) * 1rem);
    font-weight: 400;
    letter-spacing: 0.44em;
    line-height: 1;
  }
  .c-section-side__in:before {
    content: "(";
    padding-bottom: calc(10 / var(--page-font) * 1rem);
  }
  .c-section-side__in:after {
    content: ")";
    padding-top: calc(10 / var(--page-font) * 1rem);
  }

  .c-section-side.--jpn {
    left: 0;
  }
  .c-section-side.--jpn:after {
    content: none;
  }
  .c-section-side.--jpn .c-section-side__in {
    padding: calc(20 / var(--page-font) * 1rem) calc(0 / var(--page-font) * 1rem);
    border: calc(1 / var(--page-font) * 1rem) solid var(--moca-color);
    width: calc(44 / var(--page-font) * 1rem);
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    font-family: var(--font-yu-gothic);
    font-size: calc(17 / var(--page-font) * 1rem);
    font-weight: 400;
    letter-spacing: 0.24em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-section-side.--jpn .c-section-side__in:before,
  .c-section-side.--jpn .c-section-side__in:after {
    content: "";
    padding: 0;
  }

  .c-section-side.--tit .c-section-side__in {
    padding: calc(24 / var(--page-font) * 1rem) calc(0 / var(--page-font) * 1rem) calc(16 / var(--page-font) * 1rem) calc(0 / var(--page-font) * 1rem);
    font-size: calc(20 / var(--page-font) * 1rem);
    font-weight: bold;
    letter-spacing: 0.64em;
  }

  .c-section-side__aside {
    padding-bottom: calc(352 / var(--page-font) * 1rem);
    width: 100%;
    writing-mode: sideways-rl;
    -webkit-writing-mode: sideways-rl;
    -ms-writing-mode: sideways-rl;
    color: var(--strong-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: var(--font-montserrat);
    font-size: calc(12 / var(--page-font) * 1rem);
    font-weight: 400;
    letter-spacing: 0.44em;
    line-height: 1;
    margin-top: calc(60 / var(--page-font) * 1rem);
  }
}
@media all and (max-width: 767px) {
  .c-section-title {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .c-section-title__inner {
    padding-bottom: calc(58 / 750 * 100vw);
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .c-section-title__inner:before {
    content: "";
    background-color: var(--strong-color);
    max-width: calc(80 / 750 * 100vw);
    width: 100%;
    height: calc(14 / 750 * 100vw);
    display: block;
    mask-image: url(../img/common/ico_nami-line_01_pc.svg);
    mask-size: calc(80 / 750 * 100vw) 100%;
    mask-position: top left;
    mask-repeat: repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }

  .c-section-title .eng {
    color: var(--strong-color);
    position: relative;
    font-family: var(--font-montserrat);
    font-size: calc(18 / 750 * 100vw);
    font-weight: 400;
    letter-spacing: 0.44em;
    line-height: 1;
  }
  .c-section-title .eng:before {
    content: "(";
    padding-right: calc(10 / 750 * 100vw);
  }
  .c-section-title .eng:after {
    content: ")";
    padding-left: calc(10 / 750 * 100vw);
  }

  .c-section-title .title-01 {
    color: var(--title-color);
    font-family: var(--font-yu-gothic);
    font-size: calc(28 / 750 * 100vw);
    font-weight: bold;
    letter-spacing: 0.24em;
    line-height: 1.2;
    margin-top: calc(40 / 750 * 100vw);
  }
  .c-section-title .title-02 {
    color: var(--title-color);
    font-family: var(--font-yu-gothic);
    font-size: calc(50 / 750 * 100vw);
    font-weight: bold;
    letter-spacing: 0.24em;
    line-height: 1.2;
    font-feature-settings: "palt";
    margin-top: calc(20 / 750 * 100vw);
  }

  .c-section-title.--left,
  .c-section-title.--left .c-section-title__inner {
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
  }

  .c-section-title.--left .c-section-title__inner:before {
    margin: 0;
    right: auto;
  }
  /** **/

  .c-section-side {
    position: absolute;
    top: calc(25 / 750 * 100vw);
    left: calc(20 / 750 * 100vw);
    z-index: 100;
  }
  .c-section-side:after {
    content: "";
    background-color: var(--moca-color);
    display: block;
    width: 2px;
    height: calc(97 / 750 * 100vw);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .c-section-side__in {
    padding-bottom: calc(120 / 750 * 100vw);
    writing-mode: sideways-rl;
    -webkit-writing-mode: sideways-rl;
    -ms-writing-mode: sideways-rl;
    color: var(--strong-color);
    position: relative;
    font-family: var(--font-montserrat);
    font-size: calc(18 / 750 * 100vw);
    font-weight: 400;
    letter-spacing: 0.44em;
    line-height: 1;
  }
  .c-section-side__in:before {
    content: "(";
    padding-bottom: calc(10 / 750 * 100vw);
  }
  .c-section-side__in:after {
    content: ")";
    padding-top: calc(10 / 750 * 100vw);
  }

  .c-section-side.--jpn {
    left: 0;
  }
  .c-section-side.--jpn:after {
    content: none;
  }
  .c-section-side.--jpn .c-section-side__in {
    padding: calc(20 / 750 * 100vw) calc(0 / 750 * 100vw);
    border: calc(1 / 750 * 100vw) solid var(--moca-color);
    width: calc(54 / 750 * 100vw);
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    font-family: var(--font-yu-gothic);
    font-size: calc(22 / 750 * 100vw);
    font-weight: 400;
    letter-spacing: 0.24em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-section-side.--jpn .c-section-side__in:before,
  .c-section-side.--jpn .c-section-side__in:after {
    content: "";
    padding: 0;
  }

  .c-section-side.--tit .c-section-side__in {
    padding: calc(10 / 750 * 100vw) calc(40 / 750 * 100vw) calc(10 / 750 * 100vw) calc(40 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    font-weight: bold;
    letter-spacing: 0.24em;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    width: auto;
  }

  .c-section-side__aside {
    padding-bottom: calc(321 / 750 * 100vw);
    width: 100%;
    writing-mode: sideways-rl;
    -webkit-writing-mode: sideways-rl;
    -ms-writing-mode: sideways-rl;
    color: var(--strong-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: var(--font-montserrat);
    font-size: calc(12 / 750 * 100vw);
    font-weight: 400;
    letter-spacing: 0.44em;
    line-height: 1;
    margin-top: calc(60 / 750 * 100vw);
  }

  .c-section-side.--tit .c-section-side__aside {
    padding: 0;
    font-size: calc(18 / 750 * 100vw);
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
  .l-section.--recipe .c-section-side.--tit{
    top:0;
    left:calc(-30 / 750 * 100vw); 
  }
  .l-section.--recipe .c-section-side.--tit .c-section-side__in {
    padding: calc(20 / 750 * 100vw) calc(10 / 750 * 100vw) calc(20 / 750 * 100vw) calc(10 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
  }
}

/* --------------------------------------------------------------------------
  テキスト
-------------------------------------------------------------------------- */
/* タイトル */
@media all and (min-width: 768px), print {
  .c-section-text {
    text-align: center;
    margin-top: calc(25 / var(--page-font) * 1rem);
  }
  .c-section-text__obj {
    font-size: calc(16 / var(--page-font) * 1rem);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: calc(35 / 16);
  }
  .c-section-text__obj.--left {
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .c-section-text {
    text-align: center;
    margin-top: calc(45 / 750 * 100vw);
  }
  .c-section-text__obj {
    font-size: calc(30 / 750 * 100vw);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: calc(35 / 16);
  }
  .c-section-text__obj.--left {
    text-align: left;
  }
}

/* --------------------------------------------------------------------------
  TAB
-------------------------------------------------------------------------- */

@media all and (min-width: 768px), print {
  .c-tab__btn-list {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
  }
  .c-tab__btn-list::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: calc(1 / var(--page-font) * 1rem);
    z-index: 1;
  }
  .c-tab__btn-list__inner {
    background-color: #e6dfcf;
    padding: calc(4 / var(--page-font) * 1rem);
    border: calc(1 / var(--page-font) * 1rem) solid var(--strong-color);
    border-radius: calc(30 / var(--page-font) * 1rem);
    max-width: calc(408 / var(--page-font) * 1rem);
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: calc(4 / var(--page-font) * 1rem);
    position: relative;
  }
  .c-tab__btn-list__inner__bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--strong-color);
    z-index: -1;
    pointer-events: none;
    transition: background-color 0.3s ease;
  }
  .c-tab__btn-list__comment {
    flex-shrink: 0;
    margin-left: auto;
    margin-bottom: calc(5 / var(--page-font) * 1rem);
  }
  .c-tab__btn {
    display: block;
    color: var(--main-color);
    position: relative;
    max-width: calc(100% - calc(8 / var(--page-font) * 1rem));
    width: 100%;
    text-align: center;
  }
  .c-tab__btn:first-child {
    margin-left: 0;
  }
  .c-tab__btn__inner {
    position: relative;
    padding: calc(12 / var(--page-font) * 1rem) calc(24 / var(--page-font) * 1rem);
    min-height: calc(37 / var(--page-font) * 1rem);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: calc(30 / var(--page-font) * 1rem);
    overflow: hidden;
    transition: 0.3s ease;
  }
  .c-tab__btn[aria-selected="true"] {
    pointer-events: none;
  }
  .c-tab__btn[aria-selected="true"] .c-tab__btn__inner::before {
    content: "";
    display: block;
    border-radius: 100%;
    width: calc(8 / var(--page-font) * 1rem);
    height: calc(8 / var(--page-font) * 1rem);
    background-color: var(--white-color);
    margin-right: calc(10 / var(--page-font) * 1rem);
  }
  .c-tab__btn[aria-selected="true"] .c-tab__btn__inner {
    background-color: var(--strong-color);
  }
  .c-tab__btn[aria-selected="true"] .c-tab__btn__text__label {
    color: var(--white-color);
  }
  .c-tab__btn[aria-selected="false"] {
    border-radius: calc(5 / var(--page-font) * 1rem) calc(5 / var(--page-font) * 1rem) 0 0;
  }
  .c-tab__btn[aria-selected="false"] .c-tab__btn__inner {
    overflow: visible;
  }
  .c-tab__contents__container[aria-hidden="true"] {
    display: none;
  }
  .c-tab__contents {
    margin-top: calc(48 / var(--page-font) * 1rem);
  }
  .c-tab__btn__body {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .c-tab__btn__text {
    width: 100%;
    letter-spacing: 0.015em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .c-tab__btn__text__label {
    color: var(--strong-color);
    font-size: calc(14 / var(--page-font) * 1rem);
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: block;
    min-width: 100%;
  }
}

@media all and (max-width: 767px) {
  .c-tab__btn-list {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
  }
  .c-tab__btn-list::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: calc(1 / 750 * 100vw);
    z-index: 1;
  }
  .c-tab__btn-list__inner {
    background-color: #e6dfcf;
    padding: calc(4 / 750 * 100vw);
    border: calc(1 / 750 * 100vw) solid var(--strong-color);
    border-radius: calc(60 / 750 * 100vw);
    max-width: calc(690 / 750 * 100vw);
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: calc(4 / 750 * 100vw);
    position: relative;
  }
  .c-tab__btn-list__inner__bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--strong-color);
    z-index: -1;
    pointer-events: none;
    transition: background-color 0.3s ease;
  }
  .c-tab__btn-list__comment {
    flex-shrink: 0;
    margin-left: auto;
    margin-bottom: calc(5 / 750 * 100vw);
  }
  .c-tab__btn {
    display: block;
    color: var(--main-color);
    position: relative;
    max-width: calc(100% - calc(8 / 750 * 100vw));
    width: 100%;
    text-align: center;
  }
  .c-tab__btn:first-child {
    margin-left: 0;
  }
  .c-tab__btn__inner {
    position: relative;
    padding: calc(12 / 750 * 100vw) calc(24 / 750 * 100vw);
    min-height: calc(64 / 750 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: calc(30 / 750 * 100vw);
    overflow: hidden;
    transition: 0.3s ease;
  }
  .c-tab__btn[aria-selected="true"] {
    pointer-events: none;
  }
  .c-tab__btn[aria-selected="true"] .c-tab__btn__inner::before {
    content: "";
    display: block;
    border-radius: 100%;
    width: calc(8 / 750 * 100vw);
    height: calc(8 / 750 * 100vw);
    background-color: var(--white-color);
    margin-right: calc(10 / 750 * 100vw);
  }
  .c-tab__btn[aria-selected="true"] .c-tab__btn__inner {
    background-color: var(--strong-color);
  }
  .c-tab__btn[aria-selected="true"] .c-tab__btn__text__label {
    color: var(--white-color);
  }
  .c-tab__btn[aria-selected="false"] {
    border-radius: calc(5 / 750 * 100vw) calc(5 / 750 * 100vw) 0 0;
  }
  .c-tab__btn[aria-selected="false"] .c-tab__btn__inner {
    overflow: visible;
  }
  .c-tab__contents__container[aria-hidden="true"] {
    display: none;
  }
  .c-tab__contents {
    margin-top: calc(60 / 750 * 100vw);
  }
  .c-tab__btn__body {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .c-tab__btn__text {
    width: 100%;
    letter-spacing: 0.015em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .c-tab__btn__text__label {
    color: var(--strong-color);
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: block;
    min-width: 100%;
  }
}

/* --------------------------------------------------------------------------
  FADE-IN
-------------------------------------------------------------------------- */
.fadein-contents {
  opacity: 0;
  transform: translateY(calc(40 / var(--page-font) * 1rem));
  transition: all 0.7s ease;
}
.fadein-contents.fadein-active {
  opacity: 1;
  transform: translateY(0);
}
