html {
  font-size: 0.7320644217vw;
  height: 100%;
}

body {
  color: #333;
  font-family: "Inter", sans-serif;
  font-feature-settings: "palt";
  font-size: clamp(14px, 1.6rem, 16px);
  letter-spacing: 0.05em;
  text-align: justify;
  word-break: break-all;
}

.wrap {
  overflow: hidden;
}

.header > .inner {
  padding-left: clamp(20px, 4rem, 40px);
  padding-right: clamp(20px, 4rem, 40px);
}
.header > .inner > .inner02 {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: clamp(18px, 2.4rem, 24px);
  padding-top: clamp(18px, 2.4rem, 24px);
  max-width: 1280px;
}
.header > .inner > .inner02 > .h-unit > .g-navi {
  display: none;
}
.header > .inner > .inner02 > .h-unit > .g-navi > .item {
  color: #FFF;
  margin-right: clamp(30px, 4rem, 40px);
  vertical-align: middle;
}
.header > .inner > .inner02 > .h-unit > .g-navi > .item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1080px) {
  .header > .inner > .inner02 > .h-unit > .g-navi {
    display: block;
  }
}

.home .header {
  position: absolute;
  z-index: 4;
  width: 100%;
}

.section-main {
  background: url(../img/common/back01.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 2;
}
.section-main > .back {
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  position: absolute;
  width: 100%;
}
.section-main > .inner {
  padding-left: clamp(20px, 4rem, 40px);
  padding-right: clamp(20px, 4rem, 40px);
  position: relative;
  z-index: 1;
}
.section-main > .inner > .inner02 {
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: clamp(127.5px, 17rem, 170px);
  padding-top: clamp(142.5px, 19rem, 190px);
  position: relative;
  max-width: 1280px;
}
.section-main > .inner > .inner02 > .txt-A {
  margin-bottom: clamp(71.25px, 9.5rem, 95px);
}
.section-main > .inner > .inner02 > .box {
  justify-content: space-between;
  width: 100%;
}
.section-main > .inner > .inner02 > .box > .box-inner {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .section-main > .inner > .inner02 > .box > .box-inner:nth-of-type(1) {
    width: clamp(480px, 64rem, 640px);
  }
  .section-main > .inner > .inner02 > .box > .box-inner:nth-of-type(2) {
    width: clamp(255px, 34rem, 340px);
  }
}
.section-main > .inner > .inner02 > .box > .box-inner > .txt-B {
  margin-bottom: clamp(15px, 2rem, 20px);
}
.section-main > .inner > .inner02 > .box > .box-inner > .txt-C {
  margin-bottom: clamp(30px, 4rem, 40px);
}
.section-main > .inner > .inner02 > .box > .box-inner > .txt-C > .br {
  display: none;
}
@media screen and (min-width: 1080px) {
  .section-main > .inner > .inner02 > .box > .box-inner > .txt-C > .br {
    display: block;
  }
}
.section-main > .inner > .inner02 > .buttons {
  background-color: #FFF;
  border-radius: clamp(18.75px, 2.5rem, 25px);
  bottom: 0;
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.05));
  padding-bottom: clamp(26.25px, 3.5rem, 35px);
  padding-left: clamp(20px, 4rem, 40px);
  padding-right: clamp(20px, 4rem, 40px);
  padding-top: clamp(26.25px, 3.5rem, 35px);
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  max-width: 860px;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section-main > .inner > .inner02 > .buttons {
    padding-bottom: clamp(18.75px, 2.5rem, 25px);
    padding-top: clamp(18.75px, 2.5rem, 25px);
  }
}
.section-main > .inner > .inner02 > .buttons > .link-A {
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: clamp(18.75px, 2.5rem, 25px);
  padding-bottom: clamp(18.75px, 2.5rem, 25px);
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-main > .inner > .inner02 > .buttons > .link-A {
    border-bottom: none;
    border-right: 1px solid #D5D5D5;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-bottom: clamp(7.5px, 1rem, 10px);
    padding-top: clamp(7.5px, 1rem, 10px);
    width: 50%;
  }
}
.section-main > .inner > .inner02 > .buttons > .link-A:last-child {
  border-bottom: none;
  border-right: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section-main > .inner > .inner02 > .buttons > .link-A:last-child {
    padding-bottom: clamp(7.5px, 1rem, 10px);
  }
}
.section-main > .inner > .inner02 > .buttons > .link-A > a {
  color: #000;
}

.section-about {
  background-color: #F5F5F5;
  position: relative;
}
.section-about > .en {
  color: #FFF;
  font-size: clamp(90px, 30rem, 300px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-about > .inner {
  padding-left: clamp(20px, 4rem, 40px);
  padding-right: clamp(20px, 4rem, 40px);
  position: relative;
  z-index: 1;
}
.section-about > .inner > .inner02 {
  padding-bottom: clamp(105px, 14rem, 140px);
  padding-top: clamp(142.5px, 19rem, 190px);
  text-align: center;
}
.section-about > .inner > .inner02 > .head-A {
  margin-bottom: clamp(15px, 2rem, 20px);
}

.section-works {
  background-color: #F5F5F5;
}
.section-works > .inner {
  padding-bottom: clamp(135px, 18rem, 180px);
}
.section-works > .inner > .inner02 {
  position: relative;
}
.section-works > .inner > .inner02 > .head-B {
  bottom: 0;
  left: clamp(20px, 4rem, 40px);
  position: absolute;
  transform: translateY(50%);
  z-index: 1;
}

.section-materials {
  background-color: #F5F5F5;
}
.section-materials > .inner {
  padding-left: clamp(20px, 4rem, 40px);
  padding-right: clamp(20px, 4rem, 40px);
}
.section-materials > .inner > .inner02 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: clamp(97.5px, 13rem, 130px);
  padding-top: clamp(90px, 12rem, 120px);
  max-width: 1280px;
}
.section-materials > .inner > .inner02 > .head-C {
  margin-bottom: clamp(15px, 2rem, 20px);
  text-align: center;
}
.section-materials > .inner > .inner02 > .txt {
  line-height: 1.75;
  margin-bottom: clamp(37.5px, 5rem, 50px);
  text-align: center;
}

.section-faq > .inner {
  padding-left: clamp(20px, 4rem, 40px);
  padding-right: clamp(20px, 4rem, 40px);
}
.section-faq > .inner > .inner02 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: clamp(120px, 16rem, 160px);
  padding-top: clamp(90px, 12rem, 120px);
  max-width: 870px;
}
.section-faq > .inner > .inner02 > .head-C {
  margin-bottom: clamp(45px, 6rem, 60px);
  text-align: center;
}

.section-contact {
  background: url(../img/common/back01.jpg) no-repeat center center/cover;
  position: relative;
}
.section-contact > .back {
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  position: absolute;
  width: 100%;
}
.section-contact > .inner {
  padding-left: clamp(20px, 4rem, 40px);
  padding-right: clamp(20px, 4rem, 40px);
  position: relative;
  z-index: 1;
}
.section-contact > .inner > .inner02 {
  color: #FFF;
  padding-bottom: clamp(160px, 32rem, 320px);
  padding-top: clamp(160px, 32rem, 320px);
}
.section-contact > .inner > .inner02 > a > * {
  display: block;
}
.section-contact > .inner > .inner02 > a > .head-C {
  margin-bottom: clamp(22.5px, 3rem, 30px);
  text-align: center;
}
.section-contact > .inner > .inner02 > a > .btn-C {
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
}

.footer {
  background-color: #000;
  color: #FFF;
}
.footer > .inner {
  padding-left: clamp(20px, 4rem, 40px);
  padding-right: clamp(20px, 4rem, 40px);
}
.footer > .inner > .inner02 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: clamp(40px, 8rem, 80px);
  padding-top: clamp(35px, 7rem, 70px);
  max-width: 1280px;
}
.footer > .inner > .inner02 > .box {
  align-items: flex-start;
  margin-bottom: clamp(30px, 4rem, 40px);
  justify-content: space-between;
}
.footer > .inner > .inner02 > .box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1080px) {
  .footer > .inner > .inner02 > .box {
    margin-bottom: clamp(75px, 10rem, 100px);
  }
}
.footer > .inner > .inner02 > .box > .f-unit:nth-of-type(2) {
  margin-top: clamp(30px, 4rem, 40px);
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .footer > .inner > .inner02 > .box > .f-unit:nth-of-type(2) {
    margin-top: 0;
    width: auto;
  }
}
.footer > .inner > .inner02 > .box > .f-unit > .f-navi {
  justify-content: space-between;
}
@media screen and (min-width: 1080px) {
  .footer > .inner > .inner02 > .box > .f-unit > .f-navi {
    letter-spacing: -0.4em;
  }
}
@media screen and (min-width: 1080px) {
  .footer > .inner > .inner02 > .box > .f-unit > .f-navi > .item {
    display: inline-block;
    letter-spacing: 0.05em;
    margin-right: clamp(30px, 4rem, 40px);
  }
  .footer > .inner > .inner02 > .box > .f-unit > .f-navi > .item:last-child {
    margin-right: 0;
  }
}
.footer > .inner > .inner02 > .box > .u-navi {
  margin-bottom: clamp(30px, 4rem, 40px);
}
@media screen and (min-width: 1080px) {
  .footer > .inner > .inner02 > .box > .u-navi {
    margin-bottom: 0;
  }
}
.footer > .inner > .inner02 > .box > .u-navi > .item {
  font-size: clamp(11.998px, 1.4rem, 14px);
  margin-bottom: clamp(11.25px, 1.5rem, 15px);
  width: 100%;
}
.footer > .inner > .inner02 > .box > .u-navi > .item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1080px) {
  .footer > .inner > .inner02 > .box > .u-navi > .item {
    margin-right: clamp(22.5px, 3rem, 30px);
    width: auto;
  }
  .footer > .inner > .inner02 > .box > .u-navi > .item:last-child {
    margin-right: 0;
  }
}

.section-A > .inner {
  padding-left: clamp(20px, 4rem, 40px);
  padding-right: clamp(20px, 4rem, 40px);
}
.section-A > .inner > .inner02 {
  align-items: flex-start;
  padding-bottom: clamp(50px, 10rem, 100px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
.section-A > .inner > .inner02 > .box {
  width: 100%;
}
.section-A > .inner > .inner02 > .box:nth-of-type(1) {
  margin-bottom: clamp(37.5px, 5rem, 50px);
}
@media screen and (min-width: 1080px) {
  .section-A > .inner > .inner02 > .box:nth-of-type(1) {
    width: clamp(330px, 44rem, 440px);
  }
}
@media screen and (min-width: 1080px) {
  .section-A > .inner > .inner02 > .box:nth-of-type(2) {
    width: calc(100% - clamp(330px, 44rem, 440px));
  }
}

.generator {
  height: 100%;
}
.generator > .wrap {
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 1080px) {
  .generator > .wrap {
    flex-direction: row;
  }
}
.generator > .wrap > .side {
  background-color: #333;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 1080px) {
  .generator > .wrap > .side {
    height: 100%;
    width: clamp(187.5px, 25rem, 250px);
  }
}
.generator > .wrap > .side > .ci {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: clamp(7.5px, 3rem, 30px);
  padding-top: clamp(7.5px, 3rem, 30px);
}
@media screen and (min-width: 1080px) {
  .generator > .wrap > .side > .side-menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
}
.generator > .wrap > .submenu {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .generator > .wrap > .submenu {
    height: 100%;
    overflow: hidden;
    width: 0;
  }
}
.generator > .wrap > .submenu > .box {
  background-color: #FFF;
  filter: drop-shadow(5px 0 10px rgba(0, 0, 0, 0.1));
  position: absolute;
  top: 0;
  transform: translate(0, -100%);
  transition-duration: 0.3s;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1080px) {
  .generator > .wrap > .submenu > .box {
    display: none;
    height: 100%;
    transform: translateY(0);
    overflow: hidden;
    max-width: 250px;
    width: 250px;
  }
}
.generator > .wrap > .submenu > .box > .att {
  font-size: clamp(11.998px, 1.4rem, 14px);
  line-height: 1.5;
  margin-bottom: clamp(15px, 2rem, 20px);
  padding-left: clamp(15px, 3rem, 30px);
  padding-right: clamp(15px, 3rem, 30px);
}
@media screen and (min-width: 1080px) {
  .generator > .wrap > .submenu > .box > .att {
    bottom: clamp(30px, 4rem, 40px);
    margin-bottom: 0;
    position: absolute;
  }
}
@media screen and (min-width: 1080px) {
  .generator > .wrap > .submenu > .box:nth-of-type(1) > .list-F {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.generator > .wrap > .submenu > .box > .inner {
  border-bottom: 1px solid #E5E5E5;
}
.generator > .wrap > .submenu > .box > .inner:last-child {
  border-bottom: none;
}
.generator > .wrap > .submenu > .box > .inner > .unit {
  border-right: 1px solid #E5E5E5;
  padding: clamp(10px, 2rem, 20px);
  width: 50%;
}
.generator > .wrap > .submenu > .box > .inner > .unit:nth-of-type(3) {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .generator > .wrap > .submenu > .box > .inner > .unit {
    border-bottom: 1px solid #E5E5E5;
    border-right: none;
    width: 100%;
  }
  .generator > .wrap > .submenu > .box > .inner > .unit:last-child {
    border-bottom: none;
  }
}
.generator > .wrap > .submenu > .box > .inner > .unit:last-child {
  border-right: none;
}
.generator > .wrap > .submenu > .box > .inner > .unit > .label {
  font-size: clamp(12.25px, 1.4rem, 14px);
  margin-bottom: clamp(7.5px, 1rem, 10px);
}
.generator > .wrap > .submenu > .box > .inner:nth-of-type(2) {
  flex-wrap: nowrap;
  padding: clamp(10px, 2rem, 20px);
}
.generator > .wrap > .submenu > .box > .inner:nth-of-type(2) > .input {
  margin-right: clamp(7.5px, 1rem, 10px);
  width: 100%;
}
.generator > .wrap > .submenu > .box > .inner:nth-of-type(2) > .submit {
  white-space: nowrap;
}
.generator > .wrap > .submenu.is-open0 > .box:nth-of-type(1) {
  transform: translate(0, 0);
}
@media screen and (min-width: 1080px) {
  .generator > .wrap > .submenu.is-open0 > .box:nth-of-type(1) {
    display: block;
  }
}
.generator > .wrap > .submenu.is-open1 > .box:nth-of-type(2) {
  transform: translate(0, 0);
}
@media screen and (min-width: 1080px) {
  .generator > .wrap > .submenu.is-open1 > .box:nth-of-type(2) {
    display: block;
  }
}
.generator > .wrap > .main {
  background-color: #F5F5F5;
  flex: 1;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .generator > .wrap > .main {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - clamp(187.5px, 25rem, 250px));
  }
}
.generator > .wrap > .main > .inner {
  height: calc(100% - clamp(111px, 14.8rem, 148px));
  position: relative;
}
.generator > .wrap > .main > .inner > .canvas {
  aspect-ratio: 50/29;
  background-color: #FFF;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.4));
  left: 50%;
  position: absolute;
  top: clamp(25px, 10rem, 100px);
  transform: translateX(-50%);
  max-width: clamp(322px, 70rem, 700px);
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .generator > .wrap > .main > .inner > .canvas {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.generator > .wrap > .main > .inner > .canvas > .img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.generator > .wrap > .main > .cover {
  background-color: rgba(255, 255, 255, 0.75);
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.generator > .wrap > .main > .btn-B {
  z-index: 2;
}
@media screen and (min-width: 1080px) {
  .generator > .wrap > .main > .btn-B {
    margin-top: 0;
    position: absolute;
    right: clamp(15px, 3rem, 30px);
    top: clamp(20px, 4rem, 40px);
  }
}
.generator > .wrap > .main > .price {
  bottom: clamp(15px, 3rem, 30px);
  position: absolute;
  text-align: right;
  right: clamp(15px, 3rem, 30px);
  z-index: 2;
}
.generator > .wrap > .main > .price > .sum {
  margin-bottom: clamp(10px, 2rem, 20px);
}
.generator > .wrap > .main > .price > .list {
  margin-bottom: clamp(15px, 3rem, 30px);
  margin-left: auto;
  max-width: 340px;
}
.generator > .wrap > .main > .price > .list > .item {
  border-bottom: 1px solid #CCC;
  margin-bottom: clamp(7.5px, 1rem, 10px);
  padding-bottom: clamp(7.5px, 1rem, 10px);
}
.generator > .wrap > .main > .price > .list > .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.generator > .wrap > .main > .price > .list > .item > .unit {
  font-weight: 600;
}
.generator > .wrap > .main > .price > .list > .item > .unit > * {
  vertical-align: middle;
}
.generator > .wrap > .main > .price > .list > .item > .unit > .label {
  margin-right: clamp(15px, 2rem, 20px);
}
.generator > .wrap > .main > .price > .list > .item:nth-of-type(2) > .unit > .item {
  font-size: clamp(27px, 3.6rem, 36px);
}
.generator > .wrap > .main > .price > .btn-B {
  margin-left: auto;
  max-width: 340px;
  width: 100%;
}
.generator > .wrap > .main > .price > .btn-E {
  width: clamp(255px, 34rem, 340px);
}

.side-menu {
  border-top: 1px solid #424242;
}
.side-menu > .item {
  border-right: 1px solid #424242;
  width: 33.33333%;
}
@media screen and (min-width: 1080px) {
  .side-menu > .item {
    border-bottom: 1px solid #424242;
    border-right: none;
    width: 100%;
  }
}
.side-menu > .item:last-child {
  border-right: 0;
}
.side-menu > .item > a {
  color: #FFF;
  padding-bottom: clamp(15px, 3rem, 30px);
  padding-top: clamp(17.5px, 3.5rem, 35px);
  text-align: center;
  transition-duration: 0.3s;
}
.side-menu > .item > a > * {
  vertical-align: middle;
}
@media screen and (min-width: 1080px) {
  .side-menu > .item > a > * {
    display: block !important;
  }
}
.side-menu > .item > a > .icon {
  margin-right: clamp(5px, 1rem, 10px);
  width: clamp(15.75px, 3.5rem, 35px);
}
@media screen and (min-width: 1080px) {
  .side-menu > .item > a > .icon {
    margin-bottom: clamp(11.25px, 1.5rem, 15px);
    margin-left: auto;
    margin-right: auto;
  }
}
.side-menu > .item > a > .txt {
  font-size: clamp(11.998px, 1.4rem, 14px);
}
.side-menu > .item.is-open > a {
  background-color: #FFD900;
  color: #333;
}

.en {
  font-family: "Alata", sans-serif;
}

.zen_kaku_gothic_new {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.m_plus_rounded_1c {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.zen_maru_gothic {
  font-family: "Zen Maru Gothic", sans-serif;
}

.zen_old_mincho {
  font-family: "Zen Old Mincho", serif;
}

.shippori_mincho {
  font-family: "Shippori Mincho", serif;
}

.kaisei_decol {
  font-family: "Kaisei Decol", serif;
}

.kaisei_opti {
  font-family: "Kaisei Opti", serif;
}

.klee_one {
  font-family: "Klee One", cursive;
}

.yomogi {
  font-family: "Yomogi", cursive;
}

.yusei_magic {
  font-family: "Yusei Magic", sans-serif;
}

.ci {
  width: clamp(130px, 20rem, 200px);
}

.local .g-navi > .item > a {
  color: #333;
}

.g-navi > .item {
  font-size: 14px;
}

.txt-A {
  font-size: clamp(48px, 6.4rem, 64px);
  font-weight: 600;
  line-height: 1.25;
}

.txt-B {
  font-size: clamp(26px, 5.2rem, 52px);
}

.txt-C {
  font-size: clamp(11.9px, 1.4rem, 14px);
  line-height: 1.75;
}

.txt-D {
  font-size: clamp(12px, 2rem, 20px);
  font-weight: 600;
  line-height: 1.75;
}

.btn-A > a {
  background-color: #FFD900;
  color: #000;
  border-radius: clamp(10.5px, 1.4rem, 14px);
  line-height: clamp(21px, 2.8rem, 28px);
  font-size: clamp(11.9px, 1.4rem, 14px);
  text-align: center;
  width: clamp(161.5px, 19rem, 190px);
}

.btn-B > a {
  background-color: #FFD900;
  color: #000;
  border-radius: clamp(33px, 4.4rem, 44px);
  line-height: clamp(66px, 8.8rem, 88px);
  text-align: center;
}
.btn-B > a > .txt {
  display: inline-block;
  font-size: clamp(16.5px, 2.2rem, 22px);
  font-weight: 600;
  letter-spacing: 0.175em;
  position: relative;
}
.btn-B > a > .txt::before {
  background-color: #000;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: clamp(18.75px, 2.5rem, 25px);
  margin: auto 0;
  position: absolute;
  right: clamp(-7.5px, -1rem, -10px);
  top: 0;
  transform: translateX(100%);
  width: clamp(18.75px, 2.5rem, 25px);
}
.btn-B > a > .txt::after {
  background-color: #FFF;
  bottom: 0;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  content: "";
  display: block;
  height: clamp(6px, 0.8rem, 8px);
  margin: auto 0;
  position: absolute;
  right: clamp(-15px, -2rem, -20px);
  top: 0;
  transform: translateX(100%);
  width: clamp(6px, 0.8rem, 8px);
}
.btn-B.btn-B-min {
  margin-left: auto;
  margin-top: clamp(15px, 3rem, 30px);
  max-width: 248px;
  width: 100%;
}
.btn-B.btn-B-min > a {
  border-radius: clamp(18.75px, 2.5rem, 25px);
  line-height: clamp(37.5px, 5rem, 50px);
}
.btn-B.btn-B-min > a > .txt {
  font-size: clamp(12.25px, 1.4rem, 14px);
  font-weight: 300;
}
.btn-B.btn-B-min > a > .txt::before {
  height: clamp(15px, 2rem, 20px);
  width: clamp(15px, 2rem, 20px);
}
.btn-B.btn-B-min > a > .txt::after {
  height: clamp(4.5px, 0.6rem, 6px);
  right: clamp(-13.5px, -1.8rem, -18px);
  width: clamp(4.5px, 0.6rem, 6px);
}

.btn-C {
  background-color: #FFD900;
  color: #000;
  border-radius: clamp(33px, 4.4rem, 44px);
  display: block;
  line-height: clamp(66px, 8.8rem, 88px);
  text-align: center;
}
.btn-C > .txt {
  display: inline-block;
  font-size: clamp(16.5px, 2.2rem, 22px);
  font-weight: 600;
  letter-spacing: 0.175em;
  position: relative;
}
.btn-C > .txt::before {
  background-color: #000;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: clamp(18.75px, 2.5rem, 25px);
  margin: auto 0;
  position: absolute;
  right: clamp(-7.5px, -1rem, -10px);
  top: 0;
  transform: translateX(100%);
  width: clamp(18.75px, 2.5rem, 25px);
}
.btn-C > .txt::after {
  background-color: #FFF;
  bottom: 0;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  content: "";
  display: block;
  height: clamp(6px, 0.8rem, 8px);
  margin: auto 0;
  position: absolute;
  right: clamp(-15px, -2rem, -20px);
  top: 0;
  transform: translateX(100%);
  width: clamp(6px, 0.8rem, 8px);
}

.btn-D {
  color: #FFF;
  cursor: pointer;
  padding-bottom: clamp(15px, 3rem, 30px);
  padding-top: clamp(17.5px, 3.5rem, 35px);
  text-align: center;
  transition-duration: 0.3s;
  width: 100%;
}
.btn-D > * {
  vertical-align: middle;
}
@media screen and (min-width: 1080px) {
  .btn-D > * {
    display: block !important;
  }
}
.btn-D > .icon {
  margin-left: auto;
  margin-right: clamp(5px, 1rem, 10px);
  width: clamp(15.75px, 3.5rem, 35px);
}
@media screen and (min-width: 1080px) {
  .btn-D > .icon {
    margin-bottom: clamp(11.25px, 1.5rem, 15px);
    margin-right: auto;
  }
}
.btn-D > .txt {
  font-size: clamp(11.998px, 1.4rem, 14px);
  line-height: 1.5;
}

.btn-E {
  background-color: #FFD900;
  color: #000;
  border-radius: clamp(33px, 4.4rem, 44px);
  line-height: clamp(66px, 8.8rem, 88px);
  text-align: center;
  max-width: 340px;
  width: 100%;
}
.btn-E > .inner {
  display: inline-block;
  font-size: clamp(16.5px, 2.2rem, 22px);
  font-weight: 600;
  letter-spacing: 0.175em;
  position: relative;
}
.btn-E > .inner::before {
  background-color: #000;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: clamp(18.75px, 2.5rem, 25px);
  margin: auto 0;
  position: absolute;
  right: clamp(-7.5px, -1rem, -10px);
  top: 0;
  transform: translateX(100%);
  width: clamp(18.75px, 2.5rem, 25px);
}
.btn-E > .inner::after {
  background-color: #FFF;
  bottom: 0;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  content: "";
  display: block;
  height: clamp(6px, 0.8rem, 8px);
  margin: auto 0;
  position: absolute;
  right: clamp(-15px, -2rem, -20px);
  top: 0;
  transform: translateX(100%);
  width: clamp(6px, 0.8rem, 8px);
}

.btn-F {
  height: clamp(56.25px, 7.5rem, 75px);
  width: 100%;
}
.btn-F > a {
  background-color: #222;
  position: relative;
}
.btn-F > a::after {
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  bottom: 0;
  content: "";
  display: block;
  height: clamp(18.75px, 2.5rem, 25px);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 25%;
  transform: rotate(-45deg);
  width: clamp(18.75px, 2.5rem, 25px);
}

.link-A > a {
  display: inline-block;
  font-size: clamp(18px, 2.4rem, 24px);
  font-weight: 600;
  position: relative;
}
.link-A > a::before {
  background-color: #000;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: clamp(18.75px, 2.5rem, 25px);
  margin: auto 0;
  position: absolute;
  right: clamp(-7.5px, -1rem, -10px);
  top: 0;
  transform: translateX(100%);
  width: clamp(18.75px, 2.5rem, 25px);
}
.link-A > a::after {
  background-color: #FFF;
  bottom: 0;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  content: "";
  display: block;
  height: clamp(6px, 0.8rem, 8px);
  margin: auto 0;
  position: absolute;
  right: clamp(-15px, -2rem, -20px);
  top: 0;
  transform: translateX(100%);
  width: clamp(6px, 0.8rem, 8px);
}

.head-A {
  font-size: clamp(30px, 4rem, 40px);
  font-weight: 600;
}

.head-B > * {
  display: block;
}
.head-B > .en {
  font-size: clamp(38.4px, 9.6rem, 96px);
  font-weight: 600;
  margin-bottom: clamp(11.25px, 1.5rem, 15px);
}
.head-B > .ja {
  padding-left: clamp(33.75px, 4.5rem, 45px);
  position: relative;
}
.head-B > .ja::before {
  background-color: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: clamp(22.5px, 3rem, 30px);
}

.head-C > * {
  display: block;
}
.head-C > .en {
  font-size: clamp(36px, 4.8rem, 48px);
  font-weight: 600;
  margin-bottom: clamp(7.5px, 1rem, 10px);
}

.list-A .item {
  background-color: #FFF;
  padding: clamp(20px, 4rem, 40px);
  width: clamp(240px, 48rem, 480px);
}

.list-B {
  justify-content: space-between;
}
.list-B > .item {
  background-color: #FFF;
  margin-bottom: 1px;
  padding-bottom: clamp(36px, 4.8rem, 48px);
  padding-top: clamp(36px, 4.8rem, 48px);
  text-align: center;
  width: calc(50% - 0.5px);
}
@media screen and (min-width: 1080px) {
  .list-B > .item {
    width: calc(25% - 0.75px);
  }
}
.list-B > .item > .thumb {
  margin-bottom: clamp(7.5px, 1rem, 10px);
  margin-left: auto;
  margin-right: auto;
  width: clamp(71.25px, 9.5rem, 95px);
}
.list-B > .item > .modal {
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition-duration: 0.3s;
  width: 100%;
  z-index: 4;
}
.list-B > .item > .modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.list-B > .item > .modal > .img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 400px;
}
.list-B > .item > .modal > .img > .close-modal {
  cursor: pointer;
  display: block;
  height: 15px;
  position: absolute;
  right: 0;
  top: -20px;
  width: 15px;
}
.list-B > .item > .modal > .img > .close-modal::before {
  background-color: #FFF;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 100%;
}
.list-B > .item > .modal > .img > .close-modal::after {
  background-color: #FFF;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  transform: rotate(-45deg);
  width: 100%;
}

.list-C > .item {
  background-color: #333;
  margin-bottom: 1px;
  padding: clamp(20px, 4rem, 40px);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .list-C > .item {
    border-right: 1px solid #FFF;
    margin-bottom: 0;
    width: 50%;
  }
}
.list-C > .item:last-child {
  border-right: none;
  margin-bottom: 0;
}
.list-C > .item > a {
  background-color: #FFF;
  padding-bottom: clamp(44px, 8.8rem, 88px);
  padding-left: clamp(25px, 5rem, 50px);
  padding-left: clamp(25px, 5rem, 50px);
  padding-top: clamp(44px, 8.8rem, 88px);
  position: relative;
}
.list-C > .item > a > .head-C {
  display: block;
  margin-bottom: clamp(22.5px, 3rem, 30px);
}
.list-C > .item > a > .head-C > * {
  display: block;
}
.list-C > .item > a::before {
  background-color: #000;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: clamp(18.75px, 2.5rem, 25px);
  margin: auto 0;
  position: absolute;
  right: clamp(37.5px, 5rem, 50px);
  top: 0;
  transform: translateX(100%);
  width: clamp(18.75px, 2.5rem, 25px);
}
.list-C > .item > a::after {
  background-color: #FFF;
  bottom: 0;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  content: "";
  display: block;
  height: clamp(6px, 0.8rem, 8px);
  margin: auto 0;
  position: absolute;
  right: clamp(30px, 4rem, 40px);
  top: 0;
  transform: translateX(100%);
  width: clamp(6px, 0.8rem, 8px);
}

.list-D {
  border-top: 1px solid #CCC;
  margin-bottom: clamp(37.5px, 5rem, 50px);
}
.list-D:last-child {
  margin-bottom: 0;
}
.list-D > .item {
  border-bottom: 1px solid #CCC;
}
.list-D > .item > .ques > a {
  padding-bottom: clamp(12px, 1.6rem, 16px);
  padding-top: clamp(12px, 1.6rem, 16px);
  position: relative;
}
.list-D > .item > .ques > a > * {
  vertical-align: middle;
}
.list-D > .item > .ques > a > .mark {
  font-size: clamp(31.2px, 4.8rem, 48px);
  font-weight: 600;
  text-align: center;
  width: clamp(45px, 10rem, 100px);
}
.list-D > .item > .ques > a > .txt {
  font-weight: 600;
  line-height: 1.5;
  padding-right: clamp(15px, 2rem, 20px);
  width: calc(100% - clamp(50px, 10rem, 100px));
}
.list-D > .item > .ques > a::before {
  background-color: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
}
.list-D > .item > .ques > a::after {
  background-color: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 9px;
  margin: auto 0;
  position: absolute;
  right: 4px;
  top: 0;
  transition-duration: 0.3s;
  width: 1px;
}
.list-D > .item > .ques.is-open > a::after {
  transform: rotate(-90deg);
}
.list-D > .item > .answ {
  overflow: hidden;
}
.list-D > .item > .answ > .txt {
  line-height: 1.75;
  margin-bottom: clamp(12px, 1.6rem, 16px);
}

.list-E {
  margin-bottom: clamp(30px, 4rem, 40px);
}
.list-E > .item {
  background-color: #000;
  color: #FFF;
  border-radius: 50%;
  line-height: clamp(48.75px, 6.5rem, 65px);
  margin-right: clamp(30px, 4rem, 40px);
  position: relative;
  text-align: center;
  width: clamp(48.75px, 6.5rem, 65px);
}
.list-E > .item::after {
  background-color: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  margin: auto 0;
  position: absolute;
  right: clamp(-7.5px, -1rem, -10px);
  top: 0;
  transform: translateX(100%);
  width: clamp(15px, 2rem, 20px);
}
.list-E > .item:last-child::after {
  display: none;
}
.list-E > .item.is-active {
  background-color: #FFD900;
  color: #000;
}

.list-F > .item {
  font-size: clamp(12.25px, 1.4rem, 14px);
  padding: clamp(7.5px, 1rem, 10px);
  text-align: center;
  width: 25%;
}
@media screen and (min-width: 1080px) {
  .list-F > .item {
    width: 100%;
  }
}
.list-F > .item > input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 4px solid #FFF;
  border-radius: 50%;
  display: block;
  height: clamp(71.25px, 9.5rem, 95px);
  margin-bottom: clamp(10px, 2rem, 20px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition-duration: 0.3s;
  width: clamp(71.25px, 9.5rem, 95px);
}
.list-F > .item > input[type=radio]:checked {
  border: 4px solid #FFD900;
}
.list-F > .item:nth-of-type(1) > input[type=radio] {
  background: url(../img/common/thumb01.png) no-repeat center center/cover;
}
.list-F > .item:nth-of-type(2) > input[type=radio] {
  background: url(../img/common/thumb02.png) no-repeat center center/cover;
}
.list-F > .item:nth-of-type(3) > input[type=radio] {
  background: url(../img/common/thumb03.png) no-repeat center center/cover;
}
.list-F > .item:nth-of-type(4) > input[type=radio] {
  background: url(../img/common/thumb04.png) no-repeat center center/cover;
}

.img-A {
  background: url(../img/common/back01.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  height: clamp(300px, 40rem, 400px);
  position: relative;
}
.img-A::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.menubutton {
  background-color: #000;
  padding: clamp(7.5px, 1rem, 10px);
}
@media screen and (min-width: 1080px) {
  .menubutton {
    display: none;
  }
}
.menubutton > a {
  height: clamp(11.25px, 1.5rem, 15px);
  width: clamp(18.75px, 2.5rem, 25px);
  position: relative;
}
.menubutton > a > span {
  background-color: #FFF;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition-duration: 0.3s;
  width: 100%;
}
.menubutton > a > span:nth-of-type(1) {
  top: 0;
}
.menubutton > a > span:nth-of-type(2) {
  bottom: 0;
  margin: auto 0;
  top: 0;
}
.menubutton > a > span:nth-of-type(3) {
  bottom: 0;
}
.menubutton.is-open > a > span:nth-of-type(1) {
  bottom: 0;
  margin: auto 0;
  transform: rotate(-45deg);
}
.menubutton.is-open > a > span:nth-of-type(2) {
  opacity: 0;
}
.menubutton.is-open > a > span:nth-of-type(3) {
  margin: auto 0;
  top: 0;
  transform: rotate(45deg);
}

.sp-navi {
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition-duration: 0.3s;
  width: 100%;
  z-index: 3;
}
.sp-navi > .list {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sp-navi > .list > .item {
  color: #FFF;
  font-size: clamp(24px, 3.2rem, 32px);
  margin-bottom: clamp(30px, 4rem, 40px);
  white-space: nowrap;
}
.sp-navi > .list > .item:last-child {
  margin-bottom: 0;
}
.sp-navi > .list > .item.item-B {
  font-size: clamp(14px, 1.6rem, 16px);
}
.sp-navi.is-open {
  opacity: 1;
  pointer-events: auto;
}

.read-A {
  font-size: clamp(17.6px, 3.2rem, 32px);
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: clamp(22.5px, 3rem, 30px);
}

.txt-box-A {
  margin-bottom: clamp(37.5px, 5rem, 50px);
}
.txt-box-A > .txt, .txt-box-A p, .txt-box-A h3, .txt-box-A h4, .txt-box-A ul {
  line-height: 1.75;
  margin-bottom: clamp(15px, 2rem, 20px);
}
.txt-box-A > .txt:last-child, .txt-box-A p:last-child, .txt-box-A h3:last-child, .txt-box-A h4:last-child, .txt-box-A ul:last-child {
  margin-bottom: 0;
}
.txt-box-A > h3, .txt-box-A h4 {
  font-weight: 600;
}
.txt-box-A > ul > li {
  line-height: 1.75;
}
.txt-box-A > ul > li > strong {
  font-weight: 600;
}

.topics {
  margin-bottom: clamp(40px, 8rem, 80px);
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(45px, 9rem, 90px);
  padding-left: clamp(20px, 4rem, 40px);
  padding-right: clamp(20px, 4rem, 40px);
  max-width: 1360px;
}
.topics > .item {
  font-size: clamp(14px, 1.6rem, 16px);
  margin-right: clamp(7.5px, 1rem, 10px);
  padding-right: clamp(7.5px, 1rem, 10px);
  position: relative;
}
.topics > .item::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%) rotate(-45deg);
  width: 5px;
}
.topics > .item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.topics > .item:last-child::after {
  display: none;
}

.input-A {
  background-color: #EEEEEE;
  line-height: clamp(24px, 3.2rem, 32px);
  width: 100%;
}

.input-B {
  background-color: #FFF;
  line-height: clamp(24px, 3.2rem, 32px);
  margin-left: clamp(7.5px, 1rem, 10px);
  width: clamp(63.75px, 8.5rem, 85px);
}

.input-C {
  border: 1px solid #EEE;
  height: clamp(24px, 3.2rem, 32px);
  width: 100%;
}

.input-D {
  background-color: #333;
  border-radius: 3px;
  color: #FFF;
  line-height: clamp(24px, 3.2rem, 32px);
  padding-left: clamp(7.5px, 1rem, 10px);
  padding-right: clamp(7.5px, 1rem, 10px);
}

.input-E {
  display: none;
}

.select-A {
  background-color: #EEEEEE;
  cursor: pointer;
  line-height: clamp(24px, 3.2rem, 32px);
  padding-left: clamp(3.75px, 0.5rem, 5px);
  padding-right: clamp(3.75px, 0.5rem, 5px);
  width: 100%;
}

.textarea-A {
  background-color: #EEEEEE;
  height: clamp(172.5px, 23rem, 230px);
  width: 100%;
}

.table-A {
  border-top: 1px solid #CCC;
  margin-bottom: clamp(37.5px, 5rem, 50px);
  width: 100%;
}
.table-A > .unit {
  border-bottom: 1px solid #CCC;
  padding-bottom: clamp(11.25px, 1.5rem, 15px);
  padding-top: clamp(11.25px, 1.5rem, 15px);
}
.table-A > .unit > .label {
  font-weight: 600;
  margin-bottom: clamp(7.5px, 1rem, 10px);
  width: 100%;
}
.table-A > .unit > .item {
  width: 100%;
}
.table-A > .unit > .item.item-select {
  position: relative;
}
.table-A > .unit > .item.item-select::after {
  background-color: #000;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  display: block;
  height: 5px;
  margin: auto 0;
  pointer-events: none;
  position: absolute;
  right: clamp(11.25px, 1.5rem, 15px);
  top: 0;
  width: 7px;
}

.submit-A {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 340px;
  width: 100%;
}
.submit-A > input {
  background-color: #FFD900;
  color: #000;
  border-radius: clamp(33px, 4.4rem, 44px);
  display: block;
  line-height: clamp(66px, 8.8rem, 88px);
  text-align: center;
  display: inline-block;
  font-size: clamp(16.5px, 2.2rem, 22px);
  font-weight: 600;
  letter-spacing: 0.175em;
  width: 100%;
}

.submenu > .box {
  background-color: #FFF;
}

.ui-resizable-handle {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
  height: 20px !important;
  width: 20px !important;
}

.ui-resizable-se, .ui-resizable-nw {
  background-image: url(../img/common/arr01.svg) !important;
}

.ui-resizable-se {
  transform: translate(30%, 30%);
}

.ui-resizable-nw {
  transform: translate(-30%, -30%);
}

.ui-resizable-ne, .ui-resizable-sw {
  background-image: url(../img/common/arr02.svg) !important;
}

.ui-resizable-ne {
  transform: translate(30%, -30%);
}

.ui-resizable-sw {
  transform: translate(-30%, 30%);
}

[class^=js-img-] {
  position: absolute !important;
  zoom: 1;
  z-index: 1;
}
[class^=js-img-] > img {
  transition-duration: 0.3s;
  width: 100%;
  zoom: 1;
}
[class^=js-img-] > .turn2 {
  background: url(../img/common/turn.svg) no-repeat center center/contain;
  cursor: pointer;
  display: none;
  height: 15px;
  position: absolute;
  right: -30px;
  top: 0;
  width: 15px;
  z-index: 1;
}
[class^=js-img-] > .zindex {
  background: url(../img/common/zindex.svg) no-repeat center center/contain;
  cursor: pointer;
  display: none;
  height: 15px;
  position: absolute;
  right: -30px;
  top: 20px;
  width: 15px;
  z-index: 1;
}
[class^=js-img-] > .trash {
  background: url(../img/common/trash.svg) no-repeat center center/contain;
  cursor: pointer;
  display: none;
  height: 15px;
  position: absolute;
  right: -30px;
  top: 40px;
  width: 15px;
  z-index: 1;
}
[class^=js-img-].is-active {
  cursor: grab;
}
[class^=js-img-].is-active > .turn2 {
  display: block;
}
[class^=js-img-].is-active > .zindex {
  display: block;
}
[class^=js-img-].is-active > .trash {
  display: block;
}
[class^=js-img-].rotate-0 > img {
  transform: rotate(0deg);
}
[class^=js-img-].rotate-90 > img {
  transform: rotate(90deg);
}
[class^=js-img-].rotate-180 > img {
  transform: rotate(180deg);
}
[class^=js-img-].rotate-270 > img {
  transform: rotate(270deg);
}

[class^=js-text-] {
  container-type: inline-size;
  perspective: 500px;
  position: absolute !important;
  display: inline;
  z-index: 1;
}
[class^=js-text-] > .inner {
  display: inline-block;
  font-size: 30px;
  text-align: center;
  transition-duration: 0.3s;
  white-space: nowrap;
}
[class^=js-text-] > .turn2 {
  background: url(../img/common/turn.svg) no-repeat center center/contain;
  bottom: -30px;
  cursor: pointer;
  display: none;
  height: 15px;
  position: absolute;
  right: 40px;
  width: 15px;
  z-index: 1;
}
[class^=js-text-] > .zindex {
  background: url(../img/common/zindex.svg) no-repeat center center/contain;
  bottom: -30px;
  cursor: pointer;
  display: none;
  height: 15px;
  position: absolute;
  right: 20px;
  width: 15px;
  z-index: 1;
}
[class^=js-text-] > .trash {
  background: url(../img/common/trash.svg) no-repeat center center/contain;
  bottom: -30px;
  cursor: pointer;
  display: none;
  height: 15px;
  position: absolute;
  right: 0;
  width: 15px;
  z-index: 1;
}
[class^=js-text-] > svg {
  pointer-events: none;
}
[class^=js-text-] > svg > text {
  caret-color: transparent;
}
[class^=js-text-].is-active {
  cursor: grab;
}
[class^=js-text-].is-active > .turn2 {
  display: block;
}
[class^=js-text-].is-active > .zindex {
  display: block;
}
[class^=js-text-].is-active > .trash {
  display: block;
}
[class^=js-text-].rotate-0 > .inner {
  transform: rotate(0deg);
}
[class^=js-text-].rotate-90 > .inner {
  transform: rotate(90deg);
}
[class^=js-text-].rotate-180 > .inner {
  transform: rotate(180deg);
}
[class^=js-text-].rotate-270 > .inner {
  transform: rotate(270deg);
}

.turn {
  position: absolute;
  z-index: 2;
}
.turn > a > * {
  vertical-align: middle;
}
.turn > a > .icon {
  margin-right: clamp(3.75px, 0.5rem, 5px);
  width: clamp(12px, 1.6rem, 16px);
}
.turn > a > .txt {
  font-size: clamp(12.25px, 1.4rem, 14px);
}

.cnv-button {
  display: none;
}
.cnv-button.is-active {
  display: block;
}

.tit-A {
  font-size: clamp(15px, 2rem, 20px);
  font-weight: 600;
  margin-bottom: clamp(22.5px, 3rem, 30px);
}

.tit-B {
  font-size: clamp(15px, 2rem, 20px);
  font-weight: 600;
}

.tit-C {
  font-weight: 600;
}

.unit-A {
  margin-bottom: clamp(22.5px, 3rem, 30px);
}
.unit-A:last-child {
  margin-bottom: 0;
}
.unit-A > .tit-B {
  margin-bottom: clamp(22.5px, 3rem, 30px);
}
.unit-A > .txt {
  margin-bottom: clamp(22.5px, 3rem, 30px);
  line-height: 1.5;
}
.unit-A > .tit-C {
  margin-bottom: clamp(22.5px, 3rem, 30px);
}
.unit-A > .list {
  margin-bottom: clamp(22.5px, 3rem, 30px);
}
.unit-A > .list > .item {
  align-items: flex-start;
  margin-bottom: clamp(7.5px, 1rem, 10px);
}
.unit-A > .list > .item:last-child {
  margin-bottom: 0;
}
.unit-A > .list > .item > .dot {
  line-height: 1.5;
  width: clamp(9px, 1.2rem, 12px);
}
.unit-A > .list > .item > .txt {
  line-height: 1.5;
  width: calc(100% - clamp(9px, 1.2rem, 12px));
}
.unit-A > .att {
  align-items: flex-start;
  font-size: clamp(13.3px, 1.4rem, 14px);
}
.unit-A > .att > .mark {
  line-height: 1.5;
  width: clamp(16.5px, 2.2rem, 22px);
}
.unit-A > .att > .txt {
  line-height: 1.5;
  width: calc(100% - clamp(16.5px, 2.2rem, 22px));
}

.att-A {
  bottom: clamp(90px, 12rem, 120px);
  font-size: clamp(11.998px, 1.4rem, 14px);
  line-height: 1.5;
  left: clamp(22.5px, 3rem, 30px);
  position: absolute;
  max-width: 500px;
  width: 90%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .att-A {
    bottom: clamp(30px, 4rem, 40px);
    width: 100%;
  }
}

.entry-header {
  display: none;
}

#post-6 {
  padding-bottom: clamp(75px, 10rem, 100px);
  padding-left: clamp(20px, 4rem, 40px);
  padding-right: clamp(20px, 4rem, 40px);
  padding-top: clamp(150px, 20rem, 200px);
}
#post-6 > .entry-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
#post-6 > .entry-content > .asp-order-details-wrap > h4 {
  font-size: clamp(18px, 2.4rem, 24px);
  font-weight: 600;
  margin-bottom: clamp(22.5px, 3rem, 30px);
}
#post-6 > .entry-content > .asp-order-details-wrap > .asp-order-data-box {
  margin-bottom: clamp(37.5px, 5rem, 50px);
}

.type-list {
  border-top: 1px solid #424242;
  justify-content: space-between;
  padding-left: clamp(3.75px, 0.5rem, 5px);
  padding-right: clamp(3.75px, 0.5rem, 5px);
}
@media screen and (min-width: 1080px) {
  .type-list {
    border-top: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: clamp(130px, 20rem, 200px);
  }
}
.type-list > .item {
  padding-bottom: clamp(7.5px, 1rem, 10px);
  padding-top: clamp(7.5px, 1rem, 10px);
  width: calc(50% - 2.5px);
}
@media screen and (min-width: 1080px) {
  .type-list > .item {
    margin-bottom: clamp(3.75px, 0.5rem, 5px);
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
  }
  .type-list > .item:last-child {
    margin-bottom: 0;
  }
}
.type-list > .item > input[type=radio] {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.type-list > .item > input[type=radio]:checked + label {
  background-color: #FFD900;
  color: #000;
}
.type-list > .item > label {
  background-color: #111;
  border-radius: clamp(11.25px, 1.5rem, 15px);
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: clamp(11.998px, 1.4rem, 14px);
  font-family: "Inter", sans-serif;
  line-height: clamp(22.5px, 3rem, 30px);
  padding-left: clamp(15px, 2rem, 20px);
  padding-right: clamp(15px, 2rem, 20px);
  text-align: center;
}

.pure-form select {
  height: 3.25em !important;
}

.bl {
  display: block;
  height: 100%;
  width: 100%;
}

.fl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.fl- {
  flex-direction: row-reverse;
}

._sp {
  display: block;
}
@media screen and (min-width: 768px) {
  ._sp {
    display: none;
  }
}

.ib {
  letter-spacing: -0.4em;
}
.ib > * {
  display: inline-block;
  letter-spacing: 0.05em;
}

.is-hide {
  opacity: 0;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */