@charset "UTF-8";
/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/
/*------------------------------------------------------------
	COLOR
------------------------------------------------------------*/
/*------------------------------------------------------------
	FONT
------------------------------------------------------------*/
/*------------------------------------------------------------
	FUNCTION
------------------------------------------------------------*/
/*------------------------------------------------------------
	MIXIN
------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*------------------------------------------------------------
	FONT
------------------------------------------------------------*/
/*------------------------------------------------------------
	COMMON
------------------------------------------------------------*/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Noto Sans JP", -apple-system, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  width: 100%;
  background-color: #f8c433;
  font-size: 62.5%;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 20px;
    line-height: 1;
    overflow: auto;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: #000;
}

img, svg {
  vertical-align: bottom;
  max-width: 100%;
}
.pc_hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_hide {
    display: inline-block;
  }
  .sp_hide {
    display: none;
  }
}
.pc .hover {
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  cursor: pointer;
}
.pc .hover:hover {
  opacity: 0.6;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.disable {
  pointer-events: none !important;
}

/*------------------------------------------------------------
	FONT
------------------------------------------------------------*/
/*------------------------------------------------------------
	ANIMATION
------------------------------------------------------------*/
.-fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}
@media screen and (max-width: 767px) {
  .-fadein {
    transform: translate(0, 6.6666666667vw);
  }
}

.-fadein.-show {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .-fadein.-show {
    transform: translate(0, 0);
  }
}

/*------------------------------------------------------------
	CONTENTS
------------------------------------------------------------*/
html {
  overflow-y: scroll;
  height: 100vh;
}

.wrap {
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .wrap {
    width: 100%;
    overflow-x: hidden;
  }
}

.header {
  width: 100%;
}
.header .inner {
  padding: 2.6666666667vw;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .header .inner {
    padding: 1.3888888889vw;
  }
}
.header img {
  width: 26.6666666667vw;
}
@media screen and (min-width: 767px) {
  .header img {
    width: 13.8888888889vw;
  }
}

section .inner {
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 767px) {
  section .inner {
    padding: 0;
  }
}

.section_wrap {
  margin-top: 17.3333333333vw;
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 767px) {
  .section_wrap {
    width: 83.3333333333vw;
    margin: 13.8888888889vw auto 0;
    padding: 0;
  }
}

.sec_ttl {
  position: relative;
  text-align: center;
  z-index: 0;
}
@media screen and (min-width: 767px) {
  .sec_ttl {
    width: 72.2222222222vw;
    margin: 0 auto;
  }
}
.sec_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 0.6666666667vw;
  background-color: #000;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .sec_ttl::before {
    height: 0.3472222222vw;
  }
}
.sec_ttl img {
  padding: 0 4.6666666667vw;
  background-color: #f8c433;
  box-sizing: content-box;
}
@media screen and (min-width: 767px) {
  .sec_ttl img {
    padding: 0 2.4305555556vw;
  }
}

.apply_link {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .apply_link {
    width: 46.5277777778vw;
  }
}
.apply_link.-end {
  position: relative;
  pointer-events: none;
}
.apply_link a {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #fff;
  transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.apply_link a:hover {
  top: 0.6666666667vw;
  left: 0.6666666667vw;
}
@media screen and (min-width: 767px) {
  .apply_link a:hover {
    top: 0.3472222222vw;
    left: 0.3472222222vw;
  }
}
.apply_link a:hover::before {
  top: 0;
  left: 0;
}
.apply_link a::before, .apply_link a::after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.apply_link a::before {
  left: 0.6666666667vw;
  bottom: -0.6666666667vw;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .apply_link a::before {
    left: 0.3472222222vw;
    bottom: -0.3472222222vw;
  }
}
.apply_link a::after {
  top: 50%;
  right: 5.3333333333vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6666666667vw 0 1.6666666667vw 2.8933333333vw;
  border-color: transparent transparent transparent #ffa927;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .apply_link a::after {
    right: 2.7777777778vw;
    border-width: 0.8680555556vw 0 0.8680555556vw 1.5069444444vw;
  }
}
.apply_link a img {
  vertical-align: middle;
}
.apply_link > span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 101%;
  height: 103%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 1000px;
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 767px) {
  .apply_link > span {
    font-size: 2.7777777778vw;
  }
}
.apply_link > span > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
}

/*--------------------
	KV
--------------------*/
.kv {
  height: 90.6666666667vw;
  background: url(../img/sp_bg_kv.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 767px) {
  .kv {
    height: 54.1666666667vw;
    background: url(../img/bg_kv.jpg) center center no-repeat;
    background-size: cover;
  }
}
.kv .inner {
  padding: 13.3333333333vw 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .kv .inner {
    padding: 8.3333333333vw 0;
  }
}
.kv h1 img {
  width: 83.4666666667vw;
}
@media screen and (min-width: 767px) {
  .kv h1 img {
    width: 43.4722222222vw;
  }
}
.kv p {
  padding-top: 2.6666666667vw;
}
@media screen and (min-width: 767px) {
  .kv p {
    padding-top: 2.7777777778vw;
  }
}
.kv p span {
  display: block;
  padding-bottom: 4vw;
}
@media screen and (min-width: 767px) {
  .kv p span {
    padding-bottom: 1.1111111111vw;
  }
}
.kv p span img {
  width: 64.4vw;
}
@media screen and (min-width: 767px) {
  .kv p span img {
    width: 33.5416666667vw;
  }
}
@media screen and (min-width: 767px) {
  .kv p > img {
    width: 46.5277777778vw;
  }
}

/*--------------------
	SCHEDULE
--------------------*/
.schedule .sec_ttl img {
  width: 22.9333333333vw;
}
@media screen and (min-width: 767px) {
  .schedule .sec_ttl img {
    width: 11.9444444444vw;
  }
}
.schedule_wrap {
  margin: 0 auto;
  padding: 2.6666666667vw 0;
  font-weight: 700;
  text-align: center;
  border-radius: 4vw;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .schedule_wrap {
    width: 46.5277777778vw;
    padding: 2.7777777778vw 0;
    border-radius: 2.0833333333vw;
  }
}
.schedule_wrap:first-of-type {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 767px) {
  .schedule_wrap:first-of-type {
    margin-top: 2.7777777778vw;
  }
}
.schedule_wrap:last-of-type {
  margin-top: 4vw;
}
@media screen and (min-width: 767px) {
  .schedule_wrap:last-of-type {
    margin-top: 2.0833333333vw;
  }
}
.schedule_wrap h3 {
  font-size: 4.8vw;
  color: #ff0000;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .schedule_wrap h3 {
    font-size: 2.5vw;
  }
}
.schedule_wrap p {
  padding-top: 1em;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 767px) {
  .schedule_wrap p {
    font-size: 2.2222222222vw;
  }
}
.schedule_wrap p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0.5em auto 0;
  border-style: solid;
  border-width: 2vw 1.3333333333vw 0 1.3333333333vw;
  border-color: #ff0000 transparent transparent transparent;
}
@media screen and (min-width: 767px) {
  .schedule_wrap p::after {
    border-width: 1.0416666667vw 0.6944444444vw 0 0.6944444444vw;
  }
}
.schedule_wrap p + p {
  padding-top: 0.5em;
}
.schedule_wrap p + p::after {
  display: none;
}

/*--------------------
	PRODUCT
--------------------*/
.product {
  padding-top: 13.3333333333vw;
}
@media screen and (min-width: 767px) {
  .product {
    padding-top: 6.9444444444vw;
  }
}
.product .sec_ttl img {
  width: 22.6666666667vw;
}
@media screen and (min-width: 767px) {
  .product .sec_ttl img {
    width: 11.8055555556vw;
  }
}
.product_txt {
  width: 91.7333333333vw;
  height: 53.3333333333vw;
  margin: 4vw auto 0;
  padding: 9.3333333333vw 0;
  font-size: 4.2666666667vw;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
  background: url(../img/bg_product.png) left top no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 767px) {
  .product_txt {
    width: 47.7777777778vw;
    height: 23.125vw;
    margin: 2.0833333333vw auto 0;
    padding: 3.125vw 0;
    font-size: 2.2222222222vw;
  }
}
.product_cation {
  display: block;
  text-align: center;
  padding-top: 2.6666666667vw;
  font-size: 2.6666666667vw;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .product_cation {
    padding-top: 1.3888888889vw;
    font-size: 1.1111111111vw;
  }
}
.product ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-top: 3.2vw;
}
@media screen and (min-width: 767px) {
  .product ul {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3.4722222222vw;
    width: 78vw;
  }
}
.product ul li {
  position: relative;
  margin-left: 4vw;
  width: 26.6666666667vw;
  padding-bottom: 3em;
  transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .product ul li {
    width: 13.8888888889vw;
    padding-bottom: 7em;
  }
}
.product ul li:hover {
  opacity: 0.6;
}
.product ul li.-disabled {
  cursor: auto;
}
.product ul li.-disabled:hover {
  opacity: 1;
}
.product ul li.-disabled figure:after {
  display: none;
}
.product ul li:nth-child(1), .product ul li:nth-child(2), .product ul li:nth-child(3) {
  padding-bottom: 5em;
}
.product ul li:nth-child(9), .product ul li:nth-child(10) {
  padding-bottom: 4em;
}
.product ul li:nth-child(1), .product ul li:nth-child(4) {
  margin-left: 0;
}
.product ul li:nth-child(1), .product ul li:nth-child(6) {
  margin-left: 0;
}
.product ul li:nth-child(4), .product ul li:nth-child(9) {
  margin-left: 9.3333333333vw;
}
.product ul li:nth-child(5), .product ul li:nth-child(10) {
  margin-right: 9.3333333333vw;
}
@media screen and (max-width: 767px) {
  .product ul li {
    margin-top: 1em;
  }
}
@media screen and (min-width: 767px) {
  .product ul li:not(:first-child) {
    margin-left: 2.0833333333vw;
  }
  .product ul li:nth-child(6) {
    margin-left: 0vw;
  }
  .product ul li:nth-child(n+6) {
    margin-top: 3.125vw;
  }
  .product ul li:nth-child(5), .product ul li:nth-child(10) {
    margin-right: 0;
  }
}
.product ul li figure {
  position: relative;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 767px) {
  .product ul li figure {
    margin-bottom: 1.3888888889vw;
  }
}
.product ul li figure::before, .product ul li figure::after {
  content: "";
  position: absolute;
  display: block;
}
.product ul li figure::before {
  top: 0.6666666667vw;
  left: 0.6666666667vw;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(40, 40, 40, 0.3);
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .product ul li figure::before {
    top: 0.3472222222vw;
    left: 0.3472222222vw;
  }
}
.product ul li figure::after {
  right: 0;
  bottom: 0;
  width: 7.3333333333vw;
  height: 7.3333333333vw;
  background: url(../img/icon_product.png) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 767px) {
  .product ul li figure::after {
    width: 3.8194444444vw;
    height: 3.8194444444vw;
  }
}
.product ul li > span {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
  .product ul li > span {
    top: 14.5vw;
    bottom: auto;
    font-size: 1.1111111111vw;
    line-height: 1.625;
    letter-spacing: 0.1em;
  }
}
.product ul li > span.slim {
  letter-spacing: -0.5px;
}
@media screen and (min-width: 767px) {
  .product ul li > span.slim {
    letter-spacing: 0;
  }
}
.product ul li > span span {
  display: inline-block;
}
.product ul li > span span.s {
  padding-bottom: 3vw;
  font-size: 2vw;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 767px) {
  .product ul li > span span.s {
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 0.8333333333vw;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}
.product .apply_link {
  margin-top: 10.6666666667vw;
  height: 16vw;
}
@media screen and (min-width: 767px) {
  .product .apply_link {
    margin-top: 6.9444444444vw;
    height: 8.3333333333vw;
  }
}
.product .apply_link a {
  line-height: 16vw;
  border-radius: 8vw;
}
@media screen and (min-width: 767px) {
  .product .apply_link a {
    line-height: 8.3333333333vw;
    border-radius: 4.1666666667vw;
  }
}
.product .apply_link a::before {
  border-radius: 8vw;
}
@media screen and (min-width: 767px) {
  .product .apply_link a::before {
    border-radius: 4.1666666667vw;
  }
}
.product .apply_link a img {
  width: 61.2vw;
}
@media screen and (min-width: 767px) {
  .product .apply_link a img {
    width: 31.875vw;
  }
}

.modal_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  visibility: hidden;
  opacity: 0;
  overflow-y: scroll;
  z-index: 1000;
}
.modal_wrap.-active {
  visibility: visible;
  opacity: 1;
}
.modal_inner {
  position: relative;
  display: none;
  width: 94.6666666667vw;
  margin: 13.3333333333vw auto;
  border: 0.8vw solid #ffa927;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .modal_inner {
    width: 72.2222222222vw;
    margin: 6.9444444444vw auto;
  }
}
.modal_inner.-active {
  display: block;
}
.modal_close {
  position: absolute;
  top: 4.8vw;
  right: 2.4vw;
  display: block;
  width: 8.8vw;
  height: 11.7333333333vw;
  background: url(../img/btn_close.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .modal_close {
    top: 2.5vw;
    right: 2.5vw;
    width: 4.5833333333vw;
    height: 6.1111111111vw;
  }
}

.product_modal {
  font-feature-settings: "palt";
}
.product_modal h2 {
  padding-top: 8vw;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .product_modal h2 {
    padding-top: 3.4722222222vw;
    font-size: 2.0833333333vw;
  }
}
.product_modal h2 + p {
  padding-top: 1em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.7142857143;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .product_modal h2 + p {
    font-size: 1.5277777778vw;
  }
}
.product_modal h2 + p span {
  color: #934b74;
}
.product_modal figcaption {
  padding: 1.3333333333vw 6.6666666667vw 0 0;
  font-size: 2.6666666667vw;
  font-weight: 500;
  text-align: right;
}
@media screen and (min-width: 767px) {
  .product_modal figcaption {
    padding: 0.6944444444vw 0 0 0;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 767px) {
  .product_modal .product_material {
    width: 40%;
  }
}
@media screen and (min-width: 767px) {
  .product_modal .product_flow {
    width: 60%;
  }
}
.product_modal .product_flow h3 {
  padding-top: 4em;
}
@media screen and (min-width: 767px) {
  .product_modal .product_flow h3 {
    padding-top: 1.3888888889vw;
  }
}
.product_modal .product_item {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .product_modal .product_item ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 767px) {
  .product_modal .product_item ul.-triple {
    display: block;
  }
}
.product_modal .product_item ul.-triple dl {
  margin-right: 5vw;
}
@media screen and (min-width: 767px) {
  .product_modal .product_item ul.-triple dl {
    margin-right: 0;
    padding-right: 3em;
  }
}
.product_modal h3 {
  padding-top: 2.6666666667vw;
  font-size: 3.2vw;
  font-weight: 700;
  color: #934b74;
}
@media screen and (min-width: 767px) {
  .product_modal h3 {
    padding-top: 1.3888888889vw;
    font-size: 1.3888888889vw;
  }
}
.product_modal h3 + p {
  padding-top: 1em;
  font-size: 2.9333333333vw;
  font-weight: 500;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 767px) {
  .product_modal h3 + p {
    font-size: 1.1111111111vw;
  }
}
.product_modal h3 + p > span {
  font-size: 2.4vw;
}
@media screen and (min-width: 767px) {
  .product_modal h3 + p > span {
    font-size: 0.9722222222vw;
  }
}
.product_modal dl {
  width: 56vw;
}
@media screen and (min-width: 767px) {
  .product_modal dl {
    width: 100%;
  }
}
.product_modal dl dt {
  font-size: 3.2vw;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .product_modal dl dt {
    font-size: 1.3888888889vw;
  }
}
.product_modal dl dd {
  padding-top: 1em;
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 767px) {
  .product_modal dl dd {
    font-size: 1.1111111111vw;
  }
}
.product_modal dl dd span {
  display: inline-block;
  font-size: 2.2666666667vw;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .product_modal dl dd span {
    font-size: 0.9027777778vw;
  }
}
.product_modal dl dd.product_column_comment {
  margin-top: 1em;
  margin-bottom: 3em;
  padding: 0.5em 1em;
  border: 2px solid #934b74;
  border-radius: 10px;
}
@media screen and (min-width: 767px) {
  .product_modal dl dd.product_column_comment {
    margin-bottom: 2.5em;
  }
}
.product_modal dl dd.product_column_contact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .product_modal dl dd.product_column_contact {
    text-align: left;
  }
}
.product_img1 {
  padding-top: 6.6666666667vw;
}
@media screen and (min-width: 767px) {
  .product_img1 {
    margin: 0 auto;
    padding-top: 2.0833333333vw;
    max-width: 41.6666666667vw;
  }
}
.product_img2, .product_img3, .product_img4 {
  width: 18.6666666667vw;
}
@media screen and (min-width: 767px) {
  .product_img2, .product_img3, .product_img4 {
    width: 9.7222222222vw;
  }
}
.product_wrap {
  padding: 0 6.6666666667vw 6.6666666667vw;
}
@media screen and (min-width: 767px) {
  .product_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 3.4722222222vw 2.0833333333vw;
  }
}
.product_ttl {
  margin-top: 12vw;
  padding: 0 !important;
  width: 30.4vw;
  height: 6.9333333333vw;
  line-height: 6.9333333333vw;
  text-align: center;
  background-color: #934b74;
  color: #fff !important;
}
@media screen and (min-width: 767px) {
  .product_ttl {
    margin-top: 6.25vw;
    width: 15.8333333333vw;
    height: 3.6111111111vw;
    line-height: 3.6111111111vw;
  }
}
.product_column {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5.3333333333vw;
}
@media screen and (min-width: 767px) {
  .product_column {
    padding-top: 2.0833333333vw;
    width: 45%;
  }
}
.product_column.-reverse {
  flex-flow: row-reverse nowrap;
}
@media screen and (min-width: 767px) {
  .product_column.-reverse {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}
.product_column.-triple {
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding-top: 8vw;
}
.product_column.-triple:first-child {
  padding-top: 4vw;
}
@media screen and (min-width: 767px) {
  .product_column.-triple:first-child {
    padding-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 767px) {
  .product_column.-triple {
    padding-top: 2.0833333333vw;
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .product_column.-triple figure {
    min-width: 10%;
  }
}
.product_column figure {
  box-sizing: content-box;
}
@media screen and (min-width: 767px) {
  .product_column figure {
    min-width: 25%;
  }
}
.product_contact {
  padding-top: 13.3333333333vw;
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .product_contact {
    padding-top: 3.4722222222vw;
    font-size: 1.1111111111vw;
  }
}

/*--------------------
	APPLY
--------------------*/
.apply {
  padding-top: 9.3333333333vw;
  background-color: #ffa927;
}
@media screen and (min-width: 767px) {
  .apply {
    padding-top: 4.8611111111vw;
  }
}
@media screen and (min-width: 767px) {
  .apply .inner {
    padding: 0 5.5555555556vw;
  }
}
.apply .sec_ttl img {
  width: 23.0666666667vw;
  background-color: #ffa927;
}
@media screen and (min-width: 767px) {
  .apply .sec_ttl img {
    width: 12.0138888889vw;
  }
}
.apply p {
  padding-top: 5.3333333333vw;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 767px) {
  .apply p {
    padding-top: 2.7777777778vw;
    font-size: 1.6666666667vw;
    text-align: center;
  }
}
.apply p + p {
  padding-top: 1em;
  text-align: center;
  color: #fff;
}
.apply_slide {
  position: relative;
  margin: 0 auto;
  padding-top: 9.3333333333vw;
  width: 80%;
}
@media screen and (min-width: 767px) {
  .apply_slide {
    padding-top: 4.8611111111vw;
    width: auto;
  }
}
.apply .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.apply .swiper-slide {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .apply .swiper-slide {
    position: relative;
    width: auto;
  }
}
@media screen and (min-width: 767px) {
  .apply .swiper-slide::after {
    content: "";
    position: absolute;
    top: 48%;
    display: inline-block;
    width: 5.0694444444vw;
    height: 4.9305555556vw;
    background: url(../img/arrow_b.png) center center no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }
  .apply .swiper-slide:nth-child(1)::after {
    right: -5.5555555556vw;
  }
  .apply .swiper-slide:nth-child(2) {
    margin-left: -2.7777777778vw;
  }
  .apply .swiper-slide:nth-child(2)::after {
    right: -2.7777777778vw;
  }
  .apply .swiper-slide:nth-child(3)::after {
    display: none;
  }
}
.apply .swiper-slide.swiper-slide-active dd {
  opacity: 1;
}
.apply .swiper-slide:nth-child(1) figure {
  width: 53.8666666667vw;
}
@media screen and (min-width: 767px) {
  .apply .swiper-slide:nth-child(1) figure {
    width: 22.4305555556vw;
    padding-top: 6.9444444444vw;
  }
}
.apply .swiper-slide:nth-child(2) figure {
  width: 47.8666666667vw;
  margin-left: 13.3333333333vw;
}
@media screen and (min-width: 767px) {
  .apply .swiper-slide:nth-child(2) figure {
    width: 20vw;
    margin-left: 4.1666666667vw;
    padding-top: 1.3888888889vw;
  }
}
.apply .swiper-slide:nth-child(3) figure {
  width: 36.6666666667vw;
}
@media screen and (min-width: 767px) {
  .apply .swiper-slide:nth-child(3) figure {
    width: 15.2777777778vw;
    padding-top: 9.375vw;
  }
}
.apply .swiper-button-prev, .apply .swiper-button-next {
  top: 55%;
  width: 14vw;
  height: 14vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (min-width: 767px) {
  .apply .swiper-button-prev, .apply .swiper-button-next {
    display: none;
  }
}
.apply .swiper-button-prev::after, .apply .swiper-button-next::after {
  display: none;
}
.apply .swiper-button-prev {
  left: -16vw;
  background-image: url(../img/arrow_left.png);
}
.apply .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.apply .swiper-button-next {
  right: -16vw;
  background-image: url(../img/arrow_right.png);
}
.apply .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.apply dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .apply dl dt {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
}
.apply dl dt img {
  width: 8.6666666667vw;
}
@media screen and (min-width: 767px) {
  .apply dl dt img {
    width: 4.5138888889vw;
  }
}
.apply dl dd {
  padding-top: 4vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (min-width: 767px) {
  .apply dl dd {
    padding-top: 2.0833333333vw;
    font-size: 1.9444444444vw;
    white-space: normal;
    opacity: 1;
  }
}
.apply dl dd span {
  display: block;
  padding-top: 1em;
  font-size: 3.2vw;
}
@media screen and (min-width: 767px) {
  .apply dl dd span {
    font-size: 1.25vw;
  }
}
.apply figure {
  margin: 0 auto;
  padding-top: 1.5em;
}

/*--------------------
	ATTENTION
--------------------*/
.attention {
  padding-top: 12vw;
  padding-bottom: 12vw;
  background-color: #ffa927;
}
@media screen and (min-width: 767px) {
  .attention {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
}
@media screen and (min-width: 767px) {
  .attention .inner {
    padding: 0 5.5555555556vw;
  }
}
.attention .sec_ttl img {
  width: 40.8vw;
  background-color: #ffa927;
}
@media screen and (min-width: 767px) {
  .attention .sec_ttl img {
    width: 21.25vw;
  }
}
.attention p {
  padding-top: 2em;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (min-width: 767px) {
  .attention p {
    font-size: 1.6666666667vw;
  }
}
.attention p span {
  display: inline-block;
  padding-left: 1.2em;
  font-size: 2.9333333333vw;
  text-indent: -1.2em;
}
@media screen and (min-width: 767px) {
  .attention p span {
    font-size: 1.5277777778vw;
  }
}

/*--------------------
	TERMS
--------------------*/
.terms {
  padding-top: 20vw;
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 767px) {
  .terms {
    padding-top: 8.3333333333vw;
    padding-bottom: 9.0277777778vw;
  }
}
.terms .sec_ttl img {
  width: 23.0666666667vw;
}
@media screen and (min-width: 767px) {
  .terms .sec_ttl img {
    width: 12.0138888889vw;
  }
}
.terms_wrap {
  height: 53.3333333333vw;
  margin-top: 5.3333333333vw;
  padding: 5.3333333333vw;
  border: 2px solid #000;
  background-color: #fff;
  overflow-y: scroll;
}
@media screen and (min-width: 767px) {
  .terms_wrap {
    width: 73.3333333333vw;
    height: 27.7777777778vw;
    margin: 2.7777777778vw auto 0;
    padding: 3.4722222222vw;
  }
}
.terms_wrap p {
  font-size: 2.9333333333vw;
  font-weight: 700;
  line-height: 1.8181818182;
}
@media screen and (min-width: 767px) {
  .terms_wrap p {
    font-size: 1.5277777778vw;
  }
}
.terms_wrap p span {
  display: block;
  padding-bottom: 0.5em;
  font-size: 3.4666666667vw;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .terms_wrap p span {
    font-size: 1.8055555556vw;
  }
}
.terms_wrap p a {
  text-decoration: underline;
  word-wrap: break-word;
  transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
  color: #ff0000;
}
.terms_wrap p a:hover {
  opacity: 0.6;
}
.terms .apply_link {
  margin-top: 9.3333333333vw;
  height: 18.6666666667vw;
}
@media screen and (min-width: 767px) {
  .terms .apply_link {
    margin-top: 4.8611111111vw;
    height: 9.7222222222vw;
  }
}
.terms .apply_link a {
  line-height: 18.6666666667vw;
  border-radius: 9.3333333333vw;
}
@media screen and (min-width: 767px) {
  .terms .apply_link a {
    line-height: 9.7222222222vw;
    border-radius: 4.8611111111vw;
  }
}
.terms .apply_link a::before {
  border-radius: 9.3333333333vw;
}
@media screen and (min-width: 767px) {
  .terms .apply_link a::before {
    border-radius: 4.8611111111vw;
  }
}
.terms .apply_link a img {
  width: 61.2vw;
}
@media screen and (min-width: 767px) {
  .terms .apply_link a img {
    width: 31.875vw;
  }
}

/*--------------------
	CONTACT
--------------------*/
.contact {
  position: relative;
  padding: 16vw 0 13.3333333333vw;
  font-feature-settings: "palt";
  background-image: url(../img/bg_contact.png);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 9.3333333333vw auto;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .contact {
    padding: 8.3333333333vw 0 6.9444444444vw;
    text-align: center;
  }
}
.contact::before {
  content: "";
  position: absolute;
  top: 4.5333333333vw;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffa927;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .contact::before {
    top: 4.7222222222vw;
  }
}
.contact .sec_ttl::before {
  display: none;
}
.contact .sec_ttl img {
  width: 34.1333333333vw;
  background-color: #ffa927;
}
@media screen and (min-width: 767px) {
  .contact .sec_ttl img {
    width: 17.7777777778vw;
  }
}
.contact .sec_ttl + p {
  padding-top: 2em;
  white-space: nowrap;
}
.contact p {
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 767px) {
  .contact p {
    font-size: 1.6666666667vw;
  }
}
.contact_mail {
  margin-top: 2em;
  padding-left: 19.3333333333vw;
  line-height: 13.3333333333vw;
  background-color: #fff;
  background-image: url(../img/icon_mail.png);
  background-position: 7.3333333333vw center;
  background-repeat: no-repeat;
  background-size: 8.5333333333vw auto;
}
@media screen and (min-width: 767px) {
  .contact_mail {
    width: 48.6111111111vw;
    margin: 2em auto 0;
    padding-left: 11.1111111111vw;
    line-height: 6.9444444444vw;
    text-align: left;
    background-position: 4.8611111111vw center;
    background-size: 4.4444444444vw auto;
  }
}
.contact dl {
  display: flex;
  align-items: center;
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 767px) {
  .contact dl {
    margin: 0 auto;
    width: 48.6111111111vw;
    font-size: 1.6666666667vw;
  }
}
.contact dl:first-of-type {
  padding-top: 4vw;
}
.contact dl:last-of-type {
  padding-top: 2.6666666667vw;
}
.contact dl dt {
  padding: 1.3333333333vw;
  background-color: #fff;
}
.contact dl dd {
  padding-left: 4vw;
}
.contact ul {
  padding-top: 1em;
}
@media screen and (min-width: 767px) {
  .contact ul {
    padding-top: 4em;
  }
}
.contact ul li {
  padding-left: 1.1em;
  font-size: 2.6666666667vw;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  text-indent: -1.1em;
}
@media screen and (min-width: 767px) {
  .contact ul li {
    font-size: 1.3888888889vw;
    letter-spacing: 0.1em;
  }
}

/*# sourceMappingURL=style.css.map */
