@charset "UTF-8";
@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap");
/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
/*body,*/
.p-special {
  /*
  	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
  */
  /* to preserve line-height and selector appearance */
  /*to enable resizing for IE*/
  /*because legend doesn't inherit in IE */
  /* YUI CSS Detection Stamp */
}
.p-special * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-special div,
.p-special dl,
.p-special dt,
.p-special dd,
.p-special ul,
.p-special ol,
.p-special li,
.p-special h1,
.p-special h2,
.p-special h3,
.p-special h4,
.p-special h5,
.p-special h6,
.p-special pre,
.p-special code,
.p-special form,
.p-special fieldset,
.p-special legend,
.p-special input,
.p-special textarea,
.p-special p,
.p-special blockquote,
.p-special th,
.p-special td {
  margin: 0;
  padding: 0;
}
.p-special table {
  border-collapse: collapse;
  border-spacing: 0;
}
.p-special fieldset,
.p-special img {
  border: 0;
}
.p-special address,
.p-special caption,
.p-special cite,
.p-special code,
.p-special dfn,
.p-special em,
.p-special strong,
.p-special th,
.p-special var {
  font-style: normal;
  font-weight: normal;
}
.p-special ol,
.p-special ul {
  list-style: none;
}
.p-special caption,
.p-special th {
  text-align: left;
}
.p-special h1,
.p-special h2,
.p-special h3,
.p-special h4,
.p-special h5,
.p-special h6 {
  font-size: 100%;
  font-weight: normal;
}
.p-special q:before,
.p-special q:after {
  content: "";
}
.p-special abbr,
.p-special acronym {
  border: 0;
  font-variant: normal;
}
.p-special sup {
  vertical-align: super;
}
.p-special sub {
  vertical-align: sub;
}
.p-special input,
.p-special textarea,
.p-special select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.p-special input,
.p-special textarea,
.p-special select {
  *font-size: 100%;
}
.p-special legend {
  color: #000;
}
.p-special main {
  display: block;
}
.p-special a:hover {
  opacity: 1;
}
.p-special #yui3-css-stamp.cssreset {
  display: none;
}
.p-special #wrapper img {
  vertical-align: bottom;
}

@media only screen and (min-width: 1024px) {
  .spshow {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .pcshow {
    display: none !important;
  }
}
.p-special * {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  letter-spacing: 0.1em;
}
.p-special *:lang(en) {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.p-special img {
  width: 100%;
  vertical-align: bottom;
}

html:has(.p-special) {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body:has(.p-special) {
  margin: 0;
  padding: 0;
}

#footer .contain,
#footer .wrap-link-footer {
  display: none !important;
}

.fade-in-target {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  will-change: opacity, transform;
}
.fade-in-target.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.appearance-target {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-out;
  transition: opacity 1.5s ease-out;
  will-change: opacity;
}
.appearance-target.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-special {
  position: relative;
}
.p-special .main {
  width: 100%;
  background-color: #020202;
}
.p-special .main-visual {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .p-special .main-visual {
    padding: 0 2.75%;
  }
}
.p-special .main-visual__title {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding: clamp(1.25rem, -1.607rem + 4.46vw, 3.75rem);
}
.p-special .main-visual__title img {
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .p-special .main-visual__title img {
    width: 80%;
    max-width: 954px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-special .main-visual__title img {
    max-width: 74%;
    width: 63.4666666667vw;
    margin: 5.3333333333vw auto 4.5333333333vw;
  }
}
.p-special .main-visual__title--sub {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(1.563rem, 1.205rem + 0.56vw, 1.875rem);
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 500;
}
.p-special .main-visual__title--sub:lang(en) {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .p-special .main-visual__title--sub {
    font-size: 3.3333333333vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-special .main-visual .gradient {
  position: absolute;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(37.98%, #0c273d), to(transparent));
  background-image: linear-gradient(to bottom, #0c273d 37.98%, transparent 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .p-special .main-visual .gradient {
    aspect-ratio: 1920/311;
  }
}
@media only screen and (max-width: 1023px) {
  .p-special .main-visual .gradient {
    height: 17.3333333333vw;
    margin-top: 28vw;
  }
}
.p-special .main-visual__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .p-special .main-visual__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1333333333vw;
    margin-top: 36vw;
  }
}
.p-special .main-visual__container--section {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .p-special .main-visual__container--section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-transform: skewX(11deg);
            transform: skewX(11deg);
    max-width: 480px;
    width: 30%;
  }
}
.p-special .main-visual__container--section > div {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .p-special .main-visual__container--section .image {
    overflow: hidden;
    position: relative;
    aspect-ratio: 480/793;
  }
}
@media only screen and (min-width: 1024px) {
  .p-special .main-visual__container--section .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%, -50%) skewX(-11deg) scale(1.33);
            transform: translate(-50%, -50%) skewX(-11deg) scale(1.33);
  }
}
@media only screen and (min-width: 1024px) {
  .p-special .main-visual__container--section .links {
    width: 100%;
    z-index: 1;
    height: 120px;
    background-color: #020202;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-special .main-visual__container--section .links:not(.links01) {
    border-left: 1px solid #FFFFFF;
  }
  .p-special .main-visual__container--section .links.links03 a {
    width: 85%;
  }
}
@media only screen and (min-width: 1024px) {
  .p-special .main-visual__container--section .links a {
    color: #FFFFFF;
    display: inline-block;
    cursor: pointer;
    margin: 2.5% auto;
    padding: 4% 2% 4% 10%;
    -webkit-transform: skewX(-10deg) scale(1.2);
            transform: skewX(-10deg) scale(1.2);
  }
  .p-special .main-visual__container--section .links a::before {
    content: "";
    position: absolute;
    background-image: url(../image/icon_anchor.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: clamp(0.875rem, 0.375rem + 0.78vw, 1.313rem);
    height: clamp(0.375rem, 0.161rem + 0.33vw, 0.563rem);
    left: 4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}
.p-special .main-visual__container--section .links a:hover::before {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.p-special .main-visual__container--section .links a p {
  font-size: clamp(0.75rem, 0.607rem + 0.22vw, 0.875rem);
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
}
.p-special .main-visual__container--section .links a p:lang(en) {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.p-special .main-visual__container--section .links a span.car {
  font-size: clamp(0.938rem, 0.58rem + 0.56vw, 1.25rem);
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 700;
}
.p-special .main-visual__container--section .links a span.car:lang(en) {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.p-special .main-visual__caption {
  color: #FFFFFF;
  text-shadow: #020202 1px 0 10px;
}
@media only screen and (min-width: 1024px) {
  .p-special .main-visual__caption {
    position: absolute;
    right: 0;
    bottom: 120px;
    font-size: 14px;
    z-index: 2;
    padding: 16px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .p-special .main-visual__caption {
    text-align: center;
    font-size: 3.2vw;
    padding: 5px 0 15px;
  }
}
.p-special .content {
  position: relative;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-special .content01, .p-special .content03 {
  color: #FFFFFF;
}
.p-special .content02 {
  color: #121D2B;
}
.p-special .content__bg {
  position: fixed;
  background-size: cover;
  min-width: 100%;
  height: 100vh;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .p-special .content__bg01 {
    background-image: url("../image/bg_tantocustom_pc.jpg");
  }
}
@media only screen and (max-width: 1023px) {
  .p-special .content__bg01 {
    background-image: url("../image/bg_tantocustom_sp.jpg");
  }
}
@media only screen and (min-width: 1024px) {
  .p-special .content__bg02 {
    background-image: url("../image/bg_tanto_pc.jpg");
  }
}
@media only screen and (max-width: 1023px) {
  .p-special .content__bg02 {
    background-image: url("../image/bg_tanto_sp.jpg");
  }
}
@media only screen and (min-width: 1024px) {
  .p-special .content__bg03 {
    background-image: url("../image/bg_tantofuncross_pc.jpg");
  }
}
@media only screen and (max-width: 1023px) {
  .p-special .content__bg03 {
    background-image: url("../image/bg_tantofuncross_sp.jpg");
  }
}
.p-special .content__inner {
  max-width: 1920px;
  padding: 360px 2.75% 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__inner {
    gap: 16vw;
    padding: 37.3333333333vw 5.3333333333vw 24vw;
  }
}
.p-special .content__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.p-special .content__main--read {
  margin: 0 auto 380px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__main--read {
    margin-bottom: 39.3333333333vw;
  }
}
.p-special .content__main--read h2 {
  margin: 0 auto 50px;
  font-size: 50px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__main--read h2 {
    margin-bottom: 9.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.p-special .content__main--read h2.logo_tanto {
  max-width: 368.75px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__main--read h2.logo_tanto {
    max-width: 52.4vw;
  }
}
.p-special .content__main--read h2.logo_tantocustom {
  max-width: 360px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__main--read h2.logo_tantocustom {
    max-width: 68.8vw;
  }
}
.p-special .content__main--read h2.logo_tantofuncross {
  max-width: 415px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__main--read h2.logo_tantofuncross {
    max-width: 70.1333333333vw;
  }
}
.p-special .content__main--read p {
  font-size: 20px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__main--read p {
    font-size: 4.2666666667vw;
  }
}
.p-special .content__main--image {
  width: 100%;
  position: relative;
}
.p-special .content__main--image-text {
  position: absolute;
  top: 16.763%;
  left: 9.2178%;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 1024px) {
  .p-special .content__main--image-text {
    font-size: clamp(1.5rem, 0.857rem + 1vw, 2.063rem);
  }
}
@media only screen and (max-width: 1023px) {
  .p-special .content__main--image-text {
    font-size: clamp(1.25rem, 0.527rem + 3.09vw, 2.5rem);
    top: 10.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media only screen and (min-width: 1024px) {
  .p-special .content__main--image-text.text01 {
    color: #FFFFFF;
  }
}
@media only screen and (min-width: 1024px) {
  .p-special .content__main--image-text.text02 {
    top: 10.45%;
    left: 16.4%;
    color: #121D2B;
  }
}
@media only screen and (min-width: 1024px) {
  .p-special .content__main--image-text.text03 {
    color: #121D2B;
    text-shadow: 0px 0px 20px #F6F6EB, 0px -4px 10px #F6F6EB, 0px -5px 10px #F6F6EB, 0px 5px 20px #F6F6EB, 0px 0px 40px #F6F6EB;
  }
}
.p-special .content__equipment {
  width: 100%;
  max-width: 1325px;
  margin: 0 auto;
  padding: 0 2.75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-special .content__equipment--read {
  margin: 0 auto 60px;
  text-align: center;
}
.p-special .content__equipment--read h3 {
  margin: 0 auto;
  font-size: 28px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 700;
}
.p-special .content__equipment--read h3:lang(en) {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__equipment--read h3 {
    font-size: 4.6666666667vw;
  }
}
.p-special .content__equipment--read p {
  font-size: 22px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__equipment--read p {
    font-size: 3.7333333333vw;
  }
}
.p-special .content__equipment--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__equipment--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
}
@media only screen and (min-width: 1024px) {
  .p-special .content__equipment--flex.flex2 {
    gap: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-special .content__equipment--flex.flex3 {
    gap: 27px;
  }
}
.p-special .content__equipment--flex > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 395px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__equipment--flex > div {
    gap: 4.2666666667vw;
    max-width: 64.8vw;
  }
}
.p-special .content__equipment--flex dd {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.p-special .content__equipment--flex dd:lang(en) {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__equipment--flex dd {
    font-size: 3.7333333333vw;
  }
}
.p-special .content__equipment--others {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__equipment--others.flex {
    max-width: 64.8vw;
    text-align: left;
  }
}
.p-special .content__equipment--others p.title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 22px;
  padding-bottom: 4px;
  padding-top: 30px;
  margin: 0 auto 40px;
  border-bottom: 1px solid #FFFFFF;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__equipment--others p.title {
    font-size: 4.2666666667vw;
    margin: 0 auto 6.2666666667vw;
  }
}
.p-special .content__equipment--others-list dt {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.p-special .content__equipment--others-list dt:lang(en) {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__equipment--others-list dt {
    font-size: 3.7333333333vw;
  }
}
.p-special .content__equipment--others-list dd {
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__equipment--others-list dd {
    font-size: 3.4666666667vw;
  }
}
.p-special .content__equipment--others-list + .content__equipment--others-list {
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__equipment--others-list + .content__equipment--others-list {
    margin-top: 6.6666666667vw;
  }
}
.p-special .content__option {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.p-special .content__option--image {
  position: relative;
}
.p-special .content__option--box {
  width: 100%;
  color: #121D2B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 18px;
  padding: 60px clamp(2.5rem, -20rem + 30vw, 6.25rem) 80px;
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__option--box {
    gap: 5.3333333333vw;
    padding: 8vw 5.3333333333vw;
    border-radius: 2.4vw;
  }
}
.p-special .content__option--box.box01 {
  background-color: rgba(215, 221, 238, 0.8);
}
.p-special .content__option--box.box02 {
  background-color: rgba(237, 243, 245, 0.8);
}
.p-special .content__option--box.box03 {
  background-color: rgba(237, 244, 245, 0.8);
}
.p-special .content__option--box .dop {
  margin: 0 auto;
  text-align: center;
}
.p-special .content__option--box .dop div {
  margin: 0 auto 30px;
  width: 100%;
  max-width: 370px;
  padding: 6px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__option--box .dop div {
    max-width: 70.6666666667vw;
  }
}
.p-special .content__option--box .dop div.dop01 {
  background-color: #0C273D;
}
.p-special .content__option--box .dop div.dop02 {
  background-color: #4A80AC;
}
.p-special .content__option--box .dop div.dop03 {
  background-color: #35474E;
}
.p-special .content__option--box .dop p {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
.p-special .content__option--box .dop p:lang(en) {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__option--box .dop p {
    font-size: 4.2666666667vw;
  }
}
.p-special .content__option--box .dop h4 {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 400;
  font-size: 26px;
}
.p-special .content__option--box .dop h4:lang(en) {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__option--box .dop h4 {
    font-size: 5.3333333333vw;
  }
}
.p-special .content__option--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__option--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-special .content__option--flex > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-width: 248px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__option--flex > div {
    max-width: 52vw;
  }
}
.p-special .content__option--flex dd {
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__option--flex dd {
    font-size: 3.4666666667vw;
  }
}
.p-special .content__option--flex dd .small {
  font-size: 80%;
  font-weight: 400;
}
.p-special .content__option--price {
  width: 100%;
}
.p-special .content__option--price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-top: 1px solid #0C273D;
  border-bottom: 1px solid #0C273D;
  padding: 25px 0;
  gap: clamp(0.313rem, -1.563rem + 2.5vw, 0.625rem);
}
@media only screen and (max-width: 1023px) {
  .p-special .content__option--price-list {
    padding: 6.6666666667vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}
.p-special .content__option--price .total {
  font-size: 18px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__option--price .total {
    font-size: 4vw;
  }
}
.p-special .content__option--price .total .price {
  letter-spacing: 0px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 700;
}
.p-special .content__option--price .total .price:lang(en) {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.p-special .content__option--price .total-price {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0px;
}
.p-special .content__option--price .total-price:lang(en) {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__option--price .total-price {
    font-size: 5.8666666667vw;
  }
}
.p-special .content__option--price .tax {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: clamp(0.875rem, 0.125rem + 1vw, 1rem);
}
.p-special .content__option--price .tax:lang(en) {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__option--price .tax {
    font-size: 3.2vw;
  }
}
.p-special .content__option--price .off {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 700;
  padding: 6px 10px;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0px;
}
.p-special .content__option--price .off:lang(en) {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__option--price .off {
    font-size: 5.6vw;
    padding: 0.8vw 2.4vw;
  }
}
.p-special .content__option--price .off01 {
  background-color: #36546d;
}
.p-special .content__option--price .off02 {
  background-color: #4A80AC;
}
.p-special .content__option--price .off03 {
  background-color: #35474E;
}
.p-special .content__option .caption {
  font-size: 14px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__option .caption {
    font-size: 3.2vw;
  }
}
.p-special .content__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
  padding: 120px 70px 110px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__contact {
    padding: 16vw 5.3333333333vw 14.6666666667vw;
  }
}
.p-special .content__contact.contact01 {
  background-color: #0C273D;
}
.p-special .content__contact.contact02 {
  background-color: #4A80AC;
}
.p-special .content__contact.contact03 {
  background-color: #35474E;
}
.p-special .content__contact--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__contact--button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.p-special .content__contact--button .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 440px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  padding: 20px 34px;
  background-color: #FFFFFF;
  color: #0C273D;
  gap: 12px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__contact--button .button {
    min-width: 100%;
    border-radius: 13.3333333333vw;
    padding: 3.2vw 6vw;
    gap: 2.6666666667vw;
  }
}
.p-special .content__contact--button .button img {
  width: 40px;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__contact--button .button img {
    width: 7.2vw;
  }
}
.p-special .content__contact--button .button span {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 20px;
}
.p-special .content__contact--button .button span:lang(en) {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__contact--button .button span {
    font-size: 4vw;
  }
}
.p-special .content__contact--link {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  margin: 0 auto;
  padding-right: 32px;
  color: #FFFFFF;
  text-decoration: underline;
}
.p-special .content__contact--link:lang(en) {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .p-special .content__contact--link {
    padding-right: 8vw;
    font-size: 3.4666666667vw;
  }
}
.p-special .content__contact--link::before {
  content: "";
  position: absolute;
  background-image: url(../image/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .p-special .content__contact--link::before {
    width: 4vw;
    height: 4vw;
  }
}
.p-special .note-container {
  position: relative;
  padding: 10px 0;
  width: 100%;
  text-align: right;
}
.p-special .note-container.bg_tantocustom {
  background-color: #0C273D;
}
@media only screen and (max-width: 1023px) {
  .p-special .note-container.bg_tantocustom .note-container--inner {
    text-align: center;
  }
}
.p-special .note-container.absolute {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .p-special .note-container.absolute {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-special .note-container.absolute {
    padding: 10px;
  }
}
.p-special .note-container.absolute .note-content {
  padding: 10px 35px 10px 10px;
}
.p-special .note-container.absolute .note-container--inner,
.p-special .note-container.absolute .note-inner {
  padding: 0;
}
.p-special .note-container.absolute .note-close::after {
  right: -24px;
}
.p-special .note-container--inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 2.75%;
  text-align: right;
}
.p-special .note-open {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
}
.p-special .note-open.white {
  color: #FFFFFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.95);
}
.p-special .note-open.dark {
  color: #121D2B;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.95);
}
.p-special .note-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  color: #404040;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.1s ease-out;
  transition: transform 0.2s ease-out, opacity 0.1s ease-out, -webkit-transform 0.2s ease-out;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media only screen and (min-width: 1024px) {
  .p-special .note-content {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .p-special .note-content {
    padding: 10px 35px 10px 10px;
  }
}
.p-special .note-content.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.p-special .note-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .p-special .note-inner {
    max-width: 1920px;
    padding: 0 2.75%;
  }
}
.p-special .note-body {
  font-size: 12px;
  color: #404040;
  text-align: left;
  width: 100%;
}
.p-special .note-close {
  display: inline-block;
  background: none;
  border: none;
  color: #404040;
  font-size: 1.2em;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.p-special .note-close::after {
  content: "×";
  display: inline-block;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 1024px) {
  .p-special .note-close::after {
    right: 2.75%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-special .note-close::after {
    right: -25px;
  }
}
.p-special .note-close .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media only screen and (min-width: 1024px) {
  .p-special .lineup-c-section {
    padding: 0 2.75%;
  }
}
.p-special .lineup-c-section--support,
.p-special #support-navi-section {
  background-color: transparent !important;
}
.p-special .support-navi-list {
  margin: 100px auto;
}
.p-special .lineup-c-section__basic {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 400;
}
.p-special .lineup-c-section__basic:lang(en) {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.p-special .lineup-c-section__basic--support {
  margin: 120px auto;
}
@media only screen and (max-width: 1023px) {
  .p-special .lineup-c-section__basic--support {
    margin: 16vw 4vw;
  }
}
.p-special .lineup-c-section__basic--note {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 1023px) {
  .p-special .lineup-c-section__basic--note {
    margin: 0 4vw 6.6666666667vw;
  }
}
.p-special .lineup-c-section__basic--sns {
  margin: 0 auto;
}
.p-special #support-navi-section ul li a::before {
  background-color: #404040;
}
.p-special #support-navi-section ul li h4 {
  color: #404040;
  letter-spacing: 0;
}
.p-special #support-navi-section ul li h4::after {
  border-bottom: solid 1px #404040;
  border-right: solid 1px #404040;
}
.p-special .lineup-p-sns-share {
  padding: 30px;
}
@media only screen and (max-width: 1023px) {
  .p-special .lineup-p-sns-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-special .lineup-p-sns-share dt {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 500;
}
.p-special .lineup-p-sns-share dt:lang(en) {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .p-special .lineup-p-sns-share dt {
    margin-right: 1em;
  }
}
@media only screen and (max-width: 1023px) {
  .p-special .lineup-p-sns-share dt {
    margin-bottom: 1em;
  }
}
.p-special .lineup-p-sns-share dd img {
  width: 70px;
}
@media only screen and (max-width: 1023px) {
  .p-special .lineup-p-sns-share dd img {
    width: 5dvb;
  }
}