@charset "UTF-8";

/*外部font読み込み*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Playfair+Display:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');



/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:  2010-09-17
Author:  Richard Clark - http: //richclarkdesign.com
Twitter:  @rich_clark
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
  -webkit-font-variant-ligatures: none;
		  font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
	-webkit-appearance: none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
	/*font-weight: initial;*/
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  /*color: #000;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}
input:focus,
textarea:focus {
	outline: none;
}
/* Image
---------------------------------------*/
img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
	width: 100%;
/*	height: auto;*/
}

img[src$=".svg"] {
  display: block;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
	  flex-shrink: 0;
}

/*reCAPTCHA　非表示*/
/*body:not(.contact):not(.check):not(.thanks) .grecaptcha-badge {
    opacity: 0;
    pointer-events: none;
}*/


/* Setting-basic
---------------------------------------*/
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
  color: #525050;
	font-size: 15px;
	letter-spacing: 0em;
  background-color: #EEEEEA;
}

@media all and (min-width:681px){
  body {
    min-width: 1240px;
  }
  body.open {
    overflow: hidden;
  }
}
@media all and (max-width: 680px) {
  body {
    overflow-x: hidden;
  }
  body.open{
    overflow: hidden;
  }
}

/* Font
---------------------------------------*/

.lato {
  font-family: "Lato", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.serif{
	font-family:  "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	  font-weight: 400;
}

/*.bebas{
  font-family: "Bebas Neue", sans-serif;
}*/

/* Link
---------------------------------------*/
a {
  transition: 0.3s ease;
  text-decoration: none;
  color: #2F2F2F;
}
a:active,
a:focus {
	outline: none;
}
a img {
  transition: 0.3s ease;
}
@media all and (min-width: 681px) {
  a:hover {
/*	opacity: 0.7;*/
	transition: 0.3s ease;
  cursor: pointer;
  }
}


.hide_txt{
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	display: block;
}


/*pc sp only*/
.none {
  display: none;
}
.nolink {
  pointer-events: none;
}
@media all and (min-width: 681px) {
  .nonePC {
    display: none !important;
  }
}
@media all and (max-width: 680px) {
  .noneSP {
    display: none !important;
  }
}


.bg_gray{
  background-color: #efefef;
}
.bg_white{
  background-color: #fff;
}
.bg_black{
  background-color: #000;
}
main{
  @media all and (min-width: 681px) {
    .nonePC {
  	display: none !important;
    }
    .nolinkPC {
  	pointer-events: none;
    }
    a[href^="TEL:"]{
      pointer-events: none;
    }
  }

  @media all and (max-width:680px) {
    .noneSP {
  	display: none !important;
    }
    .nolinkSP {
  	pointer-events: none;
    }

  }
}



/* anchor
***************************************************************/

.anchor{
  position: absolute;
  visibility: hidden !important;
  height: 0px !important;
  pointer-events: none !important;
  margin-top: -0px !important;
}
@media all and (min-width:681px) {
}
@media all and (max-width:680px) {
  .anchor{
    margin-top: -0px !important;
  }
}


/* Load Effect
***************************************************************/
@keyframes opacity {
  0% {
	opacity: 0;
  }
  50% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}
body {
  animation: opacity ease 1s forwards;
}


/* common_set
***************************************************************/
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}
.mt110{margin-top: 110px;}
.mt120{margin-top: 120px;}
.mt130{margin-top: 130px;}
.mt140{margin-top: 140px;}
.mt150{margin-top: 150px;}
.mt200{margin-top: 200px;}

.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}
.mb110{margin-bottom: 110px;}
.mb120{margin-bottom: 120px;}
.mb130{margin-bottom: 130px;}
.mb140{margin-bottom: 140px;}
.mb150{margin-bottom: 150px;}
.mb200{margin-bottom: 200px;}

.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt25{padding-top: 25px;}
.pt30{padding-top: 30px;}
.pt35{padding-top: 35px;}
.pt40{padding-top: 40px;}
.pt45{padding-top: 45px;}
.pt50{padding-top: 50px;}
.pt60{padding-top: 60px;}
.pt70{padding-top: 70px;}
.pt80{padding-top: 80px;}
.pt90{padding-top: 90px;}
.pt100{padding-top: 100px;}
.pt110{padding-top: 110px;}
.pt120{padding-top: 120px;}
.pt130{padding-top: 130px;}
.pt140{padding-top: 140px;}
.pt150{padding-top: 150px;}
.pt200{padding-top: 200px;}

.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pb25{padding-bottom: 25px;}
.pb30{padding-bottom: 30px;}
.pb35{padding-bottom: 35px;}
.pb40{padding-bottom: 40px;}
.pb45{padding-bottom: 45px;}
.pb50{padding-bottom: 50px;}
.pb60{padding-bottom: 60px;}
.pb70{padding-bottom: 70px;}
.pb80{padding-bottom: 80px;}
.pb90{padding-bottom: 90px;}
.pb100{padding-bottom: 100px;}
.pb110{padding-bottom: 110px;}
.pb120{padding-bottom: 120px;}
.pb130{padding-bottom: 130px;}
.pb140{padding-bottom: 140px;}
.pb150{padding-bottom: 150px;}
.pb200{padding-bottom: 200px;}

.mla{margin-left: auto;}
.mra{margin-right: auto;}
.ml0{margin-left: 0;}
.mr0{margin-right: 0;}

@media all and (max-width:680px) {

  .mt10_sp{margin-top: 10px;}
  .mt15_sp{margin-top: 15px;}
  .mt20_sp{margin-top: 20px;}
  .mt25_sp{margin-top: 25px;}
  .mt30_sp{margin-top: 30px;}
  .mt35_sp{margin-top: 35px;}
  .mt40_sp{margin-top: 40px;}
  .mt45_sp{margin-top: 45px;}
  .mt50_sp{margin-top: 50px;}
  .mt60_sp{margin-top: 60px;}
  .mt70_sp{margin-top: 70px;}
  .mt80_sp{margin-top: 80px;}
  .mt90_sp{margin-top: 90px;}
  .mt100_sp{margin-top: 100px;}

  .mb10_sp{margin-bottom: 10px;}
  .mb15_sp{margin-bottom: 15px;}
  .mb20_sp{margin-bottom: 20px;}
  .mb25_sp{margin-bottom: 25px;}
  .mb30_sp{margin-bottom: 30px;}
  .mb35_sp{margin-bottom: 35px;}
  .mb40_sp{margin-bottom: 40px;}
  .mb45_sp{margin-bottom: 45px;}
  .mb50_sp{margin-bottom: 50px;}
  .mb60_sp{margin-bottom: 60px;}
  .mb70_sp{margin-bottom: 70px;}
  .mb80_sp{margin-bottom: 80px;}
  .mb90_sp{margin-bottom: 90px;}
  .mb100_sp{margin-bottom: 100px;}

  .pt10_sp{padding-top: 10px;}
  .pt15_sp{padding-top: 15px;}
  .pt20_sp{padding-top: 20px;}
  .pt25_sp{padding-top: 25px;}
  .pt30_sp{padding-top: 30px;}
  .pt35_sp{padding-top: 35px;}
  .pt40_sp{padding-top: 40px;}
  .pt45_sp{padding-top: 45px;}
  .pt50_sp{padding-top: 50px;}
  .pt60_sp{padding-top: 60px;}
  .pt70_sp{padding-top: 70px;}
  .pt80_sp{padding-top: 80px;}
  .pt90_sp{padding-top: 90px;}
  .pt100_sp{padding-top: 100px;}

  .pb10_sp{padding-bottom: 10px;}
  .pb15_sp{padding-bottom: 15px;}
  .pb20_sp{padding-bottom: 20px;}
  .pb25_sp{padding-bottom: 25px;}
  .pb30_sp{padding-bottom: 30px;}
  .pb35_sp{padding-bottom: 35px;}
  .pb40_sp{padding-bottom: 40px;}
  .pb45_sp{padding-bottom: 45px;}
  .pb50_sp{padding-bottom: 50px;}
  .pb60_sp{padding-bottom: 60px;}
  .pb70_sp{padding-bottom: 70px;}
  .pb80_sp{padding-bottom: 80px;}
  .pb90_sp{padding-bottom: 90px;}
  .pb100_sp{padding-bottom: 100px;}

  .mla_sp{margin-left: auto;}
  .mra_sp{margin-right: auto;}
  .ml0_sp{margin-left: 0;}
  .mr0_sp{margin-right: 0;}
}

/* main
***************************************************************/
main {
  position: relative;
  display: block;
  overflow: hidden;
}

@media all and (min-width:681px){
  main {
    min-width: 1240px;
  }
}


@media all and (max-width:680px) {
}










/* 設定
***************************************************************/



/* =======================================
   デフォルト gap 設定
======================================= */
:root {
  --row-gap: 10px;     /* 縦 gap デフォルト値 */
  --column-gap: 10px;  /* 横 gap デフォルト値 */
  --color-gold: #A68953;
  --color-green: #6B9B4D;
  --color-text: #525050;
  --color-text-light: #8A8A8A;
  --color-footer-bg: #2A2A2A;
  --header-height-pc: 104px;
  --header-height-sp: 60px;
  --drawer-width-pc: 403px;
  --drawer-width-sp: 68%;
}


.inner{
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.inner.inner_s{
  max-width: 900px;
}
.inner.inner_m{
  max-width: 1100px;
}
.inner.inner_l{
  max-width: 1440px;
}

.inner.inner_full{
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  gap: 0;
    .clm {
        width: auto;
        min-width: auto;
        max-width: auto;
    }
}


.sec{
	padding-top: 120px;
	padding-bottom: 120px;
  position: relative;
}
/*.white_bg{
  background-color: #fff;
}
.btn01 {
    border: 1px solid #94a7b3;
    background-color: #94a7b3;
    color: #fff;
    font-size: 24px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    position: relative;
    margin-top: 50px;
    opacity: 1;
    transition: .3s ease;
    text-align: center;
    border-radius: 50px;
    padding-right: 0.5em;
}

.btn01::after {
    content: '';
    width: 13px;
    height: 17px;
    position: absolute;
    background: url(../img/common/btn_arrow.svg) center / contain no-repeat;
    right: 20px;
    top: calc(50% - 8.5px);
    transform: translateX(0);
    transition: .3s ease;
}*/


/*--------------------PC--------------------*/
@media all and (min-width:681px){

  .inner {
      max-width: 1240px;
      padding-left: 20px;
      padding-right: 20px;
  }
  /*.scrolled .pagetop_btn:hover {
      opacity: .6;
  }*/
  /*.btn01:hover {
      background-color: #49718b;
      border-color: #49718b;
  }
  .btn01:hover::after {
      transform: translateX(10px);
  }*/

  .pagetop_btn:hover{
    background-color: #79CBD6;
  }


}

@media all and (max-width:680px){
  .inner {
      margin-left: 6.6%;
      margin-right: 6.6%;
      padding-left: 0;
      padding-right: 0;
      width: auto;
  }
  .inner.inner_full {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    gap: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .sec{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /*.btn01 {
      width: 100%;
      max-width: 360px;
      height: 60px;
      margin: 40px auto 0;
      line-height: 60px;
      font-size: 15px;
  }
  .btn01::before {
      top: calc(50% + 1px);
      left: 20px;
  }*/
}




/* column設定
***************************************************************/


/* =======================================
   基本カラムレイアウト
======================================= */
.col2,
.col3,
.col4 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--row-gap) var(--column-gap);
}

/* 2カラム */
.col2 {
  & > .clm {
    flex: 1 1 calc((100% - var(--column-gap)) / 2);
    min-width: calc((100% - var(--column-gap)) / 2);
    max-width: calc((100% - var(--column-gap)) / 2);
    border: 1px solid #ccc;
  }
}
  .col2.inner_full {
    & > .clm {
      flex: 1 1 calc(100% / 2);
      min-width: calc(100% / 2);
      max-width: calc(100% / 2);
    }
  }
/* 3カラム */
.col3 {
  & > .clm {
    flex: 1 1 calc((100% - (2 * var(--column-gap))) / 3);
    min-width: calc((100% - (2 * var(--column-gap))) / 3);
    max-width: calc((100% - (2 * var(--column-gap))) / 3);
    border: 1px solid #ccc;
  }
  &::after {
    content: "";
    display: block;
    width: calc((100% - (2 * var(--column-gap))) / 3);
  }
}
  .col3.inner_full {
    & > .clm {
      flex: 1 1 calc(100% / 3);
      min-width: calc(100% / 3);
      max-width: calc(100% / 3);
    }
    &::after {
      width: calc(100% / 3);
    }
  }

/* 4カラム */
.col4 {
  & > .clm {
    flex: 1 1 calc((100% - (3 * var(--column-gap))) / 4);
    min-width: calc((100% - (3 * var(--column-gap))) / 4);
    max-width: calc((100% - (3 * var(--column-gap))) / 4);
    border: 1px solid #ccc;
  }
  &::before {
    content: "";
    display: block;
    width: calc((100% - (3 * var(--column-gap))) / 4);
    order: 1;
  }
  &::after {
    content: "";
    display: block;
    width: calc((100% - (3 * var(--column-gap))) / 4);
  }
}
  .col4.inner_full {
    & > .clm {
      flex: 1 1 calc(100% / 4);
      min-width: calc(100% / 4);
      max-width: calc(100% / 4);
    }
    &::before {
      width: calc(100% / 4);
    }
    &::after {
      width: calc(100% / 4);
    }
  }

/* =======================================
   レスポンシブ落ち設定
======================================= */

/* スマホ: 〜680px */
@media all and (max-width: 680px) {
  /* 1カラム落ち */
  .col2.sp1 > .clm,
  .col3.sp1 > .clm,
  .col4.sp1 > .clm {
    flex: 1 1 100%;
    min-width: 100%;
    max-width: 100%;
  }

  /* col3 → 2カラム */
  .col3.sp2 > .clm {
    flex: 1 1 calc((100% - var(--column-gap)) / 2);
    min-width: calc((100% - var(--column-gap)) / 2);
    max-width: calc((100% - var(--column-gap)) / 2);
  }
    .col3.sp2.inner_full > .clm {
      flex: 1 1 calc(100% / 2);
      min-width: calc(100% / 2);
      max-width: calc(100% / 2);
    }

  /* col4 → 2カラム */
  .col4.sp2 > .clm {
    flex: 1 1 calc((100% - var(--column-gap)) / 2);
    min-width: calc((100% - var(--column-gap)) / 2);
    max-width: calc((100% - var(--column-gap)) / 2);
  }
    .col4.sp2.inner_full > .clm {
      flex: 1 1 calc(100% / 2);
      min-width: calc(100% / 2);
      max-width: calc(100% / 2);
    }

  /* col4 → 3カラム */
  .col4.sp3 > .clm {
    flex: 1 1 calc((100% - (2 * var(--column-gap))) / 3);
    min-width: calc((100% - (2 * var(--column-gap))) / 3);
    max-width: calc((100% - (2 * var(--column-gap))) / 3);
  }
    .col4.sp3.inner_full > .clm {
      flex: 1 1 calc(100% / 3);
      min-width: calc(100% / 3);
      max-width: calc(100% / 3);
    }
}

/* タブレット: 681px〜1024px */
@media all and (min-width: 681px) and (max-width: 1024px) {
  /* 共通: mid2 で2カラム落ち */
  .col2.mid2 > .clm,
  .col3.mid2 > .clm,
  .col4.mid2 > .clm {
    flex: 1 1 calc((100% - var(--column-gap)) / 2);
    min-width: calc((100% - var(--column-gap)) / 2);
    max-width: calc((100% - var(--column-gap)) / 2);
  }
    .col2.mid2.inner_full > .clm,
    .col3.mid2.inner_full > .clm,
    .col4.mid2.inner_full > .clm {
      flex: 1 1 calc(100% / 2);
      min-width: calc(100% / 2);
      max-width: calc(100% / 2);
    }
}

/* =======================================
   gap ユーティリティ
======================================= */
/* 横 gap */
.c_gap5  { --column-gap: 5px; }
.c_gap10 { --column-gap: 10px; }
.c_gap15 { --column-gap: 15px; }
.c_gap20 { --column-gap: 20px; }
.c_gap30 { --column-gap: 30px; }
.c_gap40 { --column-gap: 40px; }
.c_gap50 { --column-gap: 50px; }

/* 縦 gap */
.r_gap3  { row-gap: 3px; }
.r_gap4  { row-gap: 4px; }
.r_gap5  { row-gap: 5px; }
.r_gap6  { row-gap: 6px; }
.r_gap7  { row-gap: 7px; }
.r_gap8  { row-gap: 8px; }
.r_gap9  { row-gap: 9px; }
.r_gap10 { row-gap: 10px; }
.r_gap15 { row-gap: 15px; }
.r_gap20 { row-gap: 20px; }
.r_gap30 { row-gap: 30px; }
.r_gap40 { row-gap: 40px; }
.r_gap50 { row-gap: 50px; }



/* フェード
***************************************************************/

@media all and (min-width: 681px) {
  .action.up {
    opacity: 0;
    transform: translate(0, 100px);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.left {
    opacity: 0;
    transform: translate(-100px, 0);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.right {
    opacity: 0;
    transform: translate(100px, 0);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.stretch::before{
    width: 8px;
    height: 100%;
    background-color: #000;
    transform: scaleY(1);
    transform-origin: center top;
    transition: transform 1000ms ease 0.25s;
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
  }
  .action.stretch.scrollin::before{
    transform: scaleY(3);
  }
  .action.mv_up{
    opacity: 0;
    transform: translateY(30px);
  }
  .action3.mv_up{
    opacity: 0;
    transform: translateY(30px);
  }
  .action.mv_fade{
/*    opacity: 0;*/
  }
  .action.mv_fade.scrollin{
/*    opacity: 1;*/
    animation: blur 1.5s ease-in-out 0.5s forwards;
  }

.action.mv_fade:nth-of-type(1) {
  animation-delay: 260ms
}

.action.mv_fade:nth-of-type(2) {
    animation-delay: 335ms
}

.action.mv_fade:nth-of-type(3) {
    animation-delay: 410ms
}

.action.mv_fade:nth-of-type(4) {
    animation-delay: 485ms
}

.action.mv_fade:nth-of-type(5) {
    animation-delay: 560ms
}

.action.mv_fade:nth-of-type(6) {
    animation-delay: 635ms
}

.action.mv_fade:nth-of-type(7) {
    animation-delay: 710ms
}

.action.mv_fade:nth-of-type(8) {
    animation-delay: 785ms
}

.action.mv_fade:nth-of-type(9) {
    animation-delay: 860ms
}

.action.mv_fade:nth-of-type(10) {
    animation-delay: 935ms
}

.action.mv_fade:nth-of-type(11) {
    animation-delay: 1010ms
}

.action.mv_fade:nth-of-type(12) {
    animation-delay: 1085ms
}

.action.mv_fade:nth-of-type(13) {
    animation-delay: 1160ms
}

.action.mv_fade:nth-of-type(14) {
    animation-delay: 1235ms
}

.action.mv_fade:nth-of-type(15) {
    animation-delay: 1310ms
}

.action.mv_fade:nth-of-type(16) {
    animation-delay: 1385ms
}

.action.mv_fade:nth-of-type(17) {
    animation-delay: 1460ms
}


  .action.up.scrollin,
  .action.left.scrollin,
  .action.right.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }

  .action.fade {
    opacity: 0;
    transition: opacity 1000ms ease 0.5s;
  }
  .action.fade.scrollin{
      opacity: 1;
  }
  .action.delay1 {
    transition: opacity 1000ms ease 0.5s, transform 1000ms ease 0.5s;
  }
  .action.delay2 {
    transition: opacity 1000ms ease 0.75s, transform 1000ms ease 0.75s;
  }
  .action.delay3 {
  transition: opacity 1000ms ease 1s, transform 1000ms ease 1s;
  }
  .action.delay4 {
  transition: opacity 1000ms ease 1.25s, transform 1000ms ease 1.25s;
  }
  .action.delay5 {
  transition: opacity 1000ms ease 1.5s, transform 1000ms ease 1.5s;
  }
  .action.delay6 {
  transition: opacity 1000ms ease 1.75s, transform 1000ms ease 1.75s;
  }
  .action.delay7 {
  transition: opacity 1000ms ease 2s, transform 1000ms ease 2s;
  }

  .action.fadezoom{
    transform: scale(1.085) translate3d(0, 0, 0);
    transition: transform 1400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 360ms
  }
  .action.fadezoom img{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom .img_wrap{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom.scrollin{
    transform: scale(1) translate3d(0, 0, 0);
  }
  .action.fadezoom.scrollin img{
    opacity: 1;
  }
  .action.fadezoom.scrollin .img_wrap{
    opacity: 1;
  }

  .action2.fadezoom{
    transform: scale(1.085) translate3d(0, 0, 0);
    transition: transform 1400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 360ms
  }
  .action2.fadezoom.delay1{
    transition: transform 1000ms ease 0.5s;
  }
  .action2.fadezoom img{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action2.fadezoom.delay1 img{
    transition: opacity 1000ms ease 0.5s;
  }
  .action2.fadezoom .img_wrap{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action2.fadezoom.scrollin{
    transform: scale(1) translate3d(0, 0, 0);
  }
  .action2.fadezoom.scrollin img{
    opacity: 1;
  }
  .action2.fadezoom.scrollin .img_wrap{
    opacity: 1;
  }

  .typeOneMovie .action2.fadezoom{
    opacity: 0;
  }
  .typeOneMovie .action2.fadezoom.scrollin{
    opacity: 1;
    transition: opacity 1000ms ease 0.5s;
  }



  @keyframes blur {
    0% {
      opacity: 0;
      -ms-filter: blur(6px);
      filter: blur(6px);
    }
    100% {
      opacity: 1;
      -ms-filter: blur(0);
      filter: blur(0);
    }
  }
  .blur {
      -ms-filter: blur(6px) opacity(0);
      filter: blur(6px) opacity(0);
  }
  .scrollin.blur {
    animation: blur 1.05s ease-in-out 0.28s forwards;
  }
  /* 早く表示（エラーっぽく見えないよう遅延なし・短時間） */
  .scrollin.blur.blur_fast {
    animation: blur 0.7s ease-out 0s forwards;
  }
  .action.blur.delay1 {
    animation-delay: 0.78s;
  }
  .action.blur.delay2 {
    animation-delay: 1.28s;
  }
  .action.blur.delay3 {
    animation-delay: 1.78s;
  }
  .action.blur.delay4 {
    animation-delay: 2.28s;
  }
  .action.blur.delay5 {
    animation-delay: 2.78s;
  }
}

@media all and (max-width: 680px) {
  .action.up_sp {
    opacity: 0;
    transform: translate(0, 50px);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.left_sp {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.right_sp {
    opacity: 0;
    transform: translate(50px, 0);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.stretch::before{
    width: 6px;
    height: 100%;
    background-color: #000;
    transform: scaleY(1);
    transform-origin: center top;
    transition: transform 1000ms ease 0.25s;
    content: '';
    position: absolute;
    top: 0;
    left: -7%;
  }
  .action.stretch.scrollin::before{
    transform: scaleY(2);
  }


  .action.mv_up{
    opacity: 0;
    transform: translateY(30px);
  }
  .action3.mv_up{
    opacity: 0;
    transform: translateY(30px);
  }
  .action.mv_fade{
    opacity: 0;
  }

  .action.mv_fade.scrollin{
/*    opacity: 1;*/
    animation: blur 1s ease-in-out 0.2s forwards;
  }

.action.mv_fade:nth-of-type(1) {
  animation-delay: 260ms
}

.action.mv_fade:nth-of-type(2) {
    animation-delay: 335ms
}

.action.mv_fade:nth-of-type(3) {
    animation-delay: 410ms
}

.action.mv_fade:nth-of-type(4) {
    animation-delay: 485ms
}

.action.mv_fade:nth-of-type(5) {
    animation-delay: 560ms
}

.action.mv_fade:nth-of-type(6) {
    animation-delay: 635ms
}

.action.mv_fade:nth-of-type(7) {
    animation-delay: 710ms
}

.action.mv_fade:nth-of-type(8) {
    animation-delay: 785ms
}

.action.mv_fade:nth-of-type(9) {
    animation-delay: 860ms
}

.action.mv_fade:nth-of-type(10) {
    animation-delay: 935ms
}

.action.mv_fade:nth-of-type(11) {
    animation-delay: 1010ms
}

.action.mv_fade:nth-of-type(12) {
    animation-delay: 1085ms
}

.action.mv_fade:nth-of-type(13) {
    animation-delay: 1160ms
}

.action.mv_fade:nth-of-type(14) {
    animation-delay: 1235ms
}

.action.mv_fade:nth-of-type(15) {
    animation-delay: 1310ms
}

.action.mv_fade:nth-of-type(16) {
    animation-delay: 1385ms
}

.action.mv_fade:nth-of-type(17) {
    animation-delay: 1460ms
}


  .action.up_sp.scrollin,
  .action.left_sp.scrollin,
  .action.right_sp.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .action.fade_sp {
    opacity: 0;
    transition: opacity 1000ms ease 0.5s;
  }
  .action.fade_sp.scrollin{
      opacity: 1;
  }
  .action.delay1_sp {
    transition-duration:0.75s;
    transition-delay:0.5s;
  }
  .action.delay2_sp {
    transition-duration:0.75s;
    transition-delay:0.75s;
  }
  .action.delay3_sp {
    transition-duration:0.75s;
    transition-delay:1s;
  }
  .action.delay4_sp {
    transition-duration:0.75s;
    transition-delay:1.25s;
  }
  .action.delay5_sp {
    transition-duration:0.75s;
    transition-delay:1.5s;
  }

  .action.fadezoom{
    transform: scale(1.085) translate3d(0, 0, 0);
    transition: transform 1400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 360ms
  }
  .action.fadezoom img{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom .img_wrap{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom.scrollin{
    transform: scale(1) translate3d(0, 0, 0);
  }
  .action.fadezoom.scrollin img{
    opacity: 1;
  }
  .action.fadezoom.scrollin .img_wrap{
    opacity: 1;
  }



  .action.fadezoom_sp{
    transform: scale(1.085) translate3d(0, 0, 0);
    transition: transform 1400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 360ms
  }
  .action.fadezoom_sp img{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom_sp .img_wrap{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom_sp .box_img{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action.fadezoom_sp.scrollin{
    transform: scale(1) translate3d(0, 0, 0);
  }
  .action.fadezoom_sp.scrollin img{
    opacity: 1;
  }
  .action.fadezoom_sp.scrollin .img_wrap{
    opacity: 1;
  }
  .action.fadezoom_sp.scrollin .box_img{
    opacity: 1;
  }




  .action2.fadezoom{
    transform: scale(1.085) translate3d(0, 0, 0);
    transition: transform 1400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 360ms
  }
  .action2.fadezoom.delay1{
    transition: transform 1000ms ease 0.5s;
  }
  .action2.fadezoom img{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action2.fadezoom.delay1 img{
    transition: opacity 1000ms ease 0.5s;
  }
  .action2.fadezoom .img_wrap{
    opacity: 0;
    transition: opacity 900ms;
  transition-delay: 260ms
  }
  .action2.fadezoom.scrollin{
    transform: scale(1) translate3d(0, 0, 0);
  }
  .action2.fadezoom.scrollin img{
    opacity: 1;
  }
  .action2.fadezoom.scrollin .img_wrap{
    opacity: 1;
  }

  .typeOneMovie .action2.fadezoom,.typeOneMovie .action2.fadezoom::before,.typeOneMovie .action2.fadezoom::after{
    opacity: 0;
  }
  .typeOneMovie .action2.fadezoom.scrollin,.typeOneMovie .action2.fadezoom.scrollin::before,.typeOneMovie .action2.fadezoom.scrollin::after{
    opacity: 1;
    transition: opacity 1s ease 0.5s;
  }

  @keyframes blur {
    0% {
      opacity: 0;
      -ms-filter: blur(6px) opacity(0);
      -webkit-filter: blur(6px) opacity(0);
      filter: blur(6px) opacity(0);
    }
    100% {
      opacity: 1;
      -ms-filter: blur(0) opacity(1);
      -webkit-filter: blur(0px) opacity(1);
      filter: blur(0) opacity(1);
    }
  }
  .blur_sp {
      -ms-filter: blur(6px) opacity(0);
      -webkit-filter: blur(6px) opacity(0);
      filter: blur(6px) opacity(0);
      transform: translateZ(0);
  }
  .action.scrollin.blur_sp {
    animation: blur 0.7s ease-in-out 0.14s forwards;
  }
  /* 早く表示（SP） */
  .action.scrollin.blur_sp.blur_fast {
    animation: blur 0.7s ease-out 0s forwards;
  }
  .action.blur_sp.delay1_sp {
    animation-delay: 0.64s;
  }
  .action.blur_sp.delay2_sp {
    animation-delay: 1.14s;
  }
  .action.blur_sp.delay3_sp {
    animation-delay: 1.64s;
  }
  .action.blur_sp.delay4_sp {
    animation-delay: 2.14s;
  }
  .action.blur_sp.delay5_sp {
    animation-delay: 2.64s;
  }

}
















/* ヘッダーエリア
***************************************************************/

/* Logo common */
.logo {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--color-text);
}
.logo_mark {
  display: block;
  width: 36px;
  flex-shrink: 0;
}
.logo_mark img {
  width: 100%;
  height: auto;
  display: block;
}
.logo_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
.logo_en {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--color-text);
}
.logo_ja {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--color-text-light);
  margin-top: 3px;
}

/* CTA buttons */
.btn_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(155px, calc(155px + (100vw - 1240px) / 24), 175px);
  /* height: clamp(29px, calc(29px + (100vw - 1240px) / 600), 30px); */
  height: 34px;
  font-size: clamp(13px, calc(13px + (100vw - 1240px) / 300), 15px);
  /* font-weight: 500; */
  letter-spacing: 0.06em;
  color: #fff;
  border-radius: 3px;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.btn_cta--contact {
  background-color: var(--color-gold);
}
.btn_cta--download {
  background-color: var(--color-green);
}
@media all and (min-width: 681px) {
  .btn_cta:hover {
    background-color: var(--color-text);
    opacity: 1;
  }
}

/* Pill button（共通） */
.btn_pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 203px;
  height: 44px;
  box-sizing: border-box;
  padding: 0 calc(12px + 14px + 10px) 0 20px;
  border: 1px solid var(--color-gold);
  border-radius: 999px;
  font-size: 14px;
  /* font-weight: 500; */
  line-height: 1.4;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  color: #fff;
  background-color: var(--color-gold);
}
.btn_pill_ico {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 14px;
  height: 11px;
  transform: translateY(-50%);
  background: url(../img/common/btn_arrow_wr.svg) center / contain no-repeat;
  transition: transform 0.3s ease, background-image 0.3s ease;
}
.btn_pill--outline {
  color: var(--color-gold);
  background-color: #f2f1eb;
}
.btn_pill--outline .btn_pill_ico {
  background-image: url(../img/common/btn_arrow_br.svg);
}
.btn_pill--white {
  color: var(--color-gold);
  background-color: #fff;
  border-color: #fff;
}
.btn_pill--white .btn_pill_ico {
  background-image: url(../img/common/btn_arrow_br.svg);
}
@media all and (min-width: 681px) {
  .btn_pill {
    justify-content: flex-start;
    padding: 0 calc(17px + 14px + 16px) 0 22px;
    text-align: left;
  }
  .btn_pill_txt {
    text-align: left;
  }
  .btn_pill_ico {
    right: 15px;
  }
  .btn_pill:not(.btn_pill--outline):not(.btn_pill--white):hover {
    color: var(--color-gold);
    background-color: #f2f1eb;
    border-color: var(--color-gold);
  }
  .btn_pill:not(.btn_pill--outline):not(.btn_pill--white):hover .btn_pill_ico {
    background-image: url(../img/common/btn_arrow_br.svg);
  }
  .btn_pill--outline:hover {
    color: #fff;
    background-color: var(--color-gold);
    border-color: var(--color-gold);
  }
  .btn_pill--outline:hover .btn_pill_ico {
    background-image: url(../img/common/btn_arrow_wr.svg);
  }
  .btn_pill--white:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
  }
  .btn_pill--white:hover .btn_pill_ico {
    background-image: url(../img/common/btn_arrow_wr.svg);
  }
  .btn_pill:hover .btn_pill_ico {
    transform: translateY(-50%) translateX(5px);
  }
}

@media all and (max-width: 680px) {
  .btn_pill {
    width: auto;
    justify-content: flex-start;
    padding: 0 calc(10px + 14px + 6px) 0 22px;
    font-size: 14px;
    text-align: left;
  }
}

/* Header */
header.head {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height-pc);
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.55);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
/*body:not(.home) header.head {
  background: rgba(255, 255, 255, 0.88);
}*/
body.open header.head {
  background: transparent;
}

.head_body {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 102;
}
.head_inner {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 clamp(34px, calc(34px + (100vw - 1240px) / 100), 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap: 12px; */
  box-sizing: border-box;
}

.head_logo_area {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(10px + (100vw - 1240px) / 300), 12px);
  flex-shrink: 0;
}
.heading_logo {
  margin: 0;
}
.heading_logo .logo {
  display: block;
}
.heading_logo img {
  display: block;
  width: auto;
  height: clamp(47px, calc(47px + (100vw - 1240px) / 200), 50px);
}
.head_project {
  display: flex;
  flex-direction: column;
  gap: clamp(2px, calc(2px + (100vw - 1240px) / 600), 3px);
  font-size: clamp(11px, calc(11px + (100vw - 1240px) / 300), 13px);
  line-height: 1.4;
  color: var(--color-text);
  font-weight: 400;
  letter-spacing: clamp(0.03em, 0.025em + 0.03vw, 0.04em);
  padding-left: clamp(8px, calc(8px + (100vw - 1240px) / 300), 12px);
  white-space: nowrap;
}

/* PC global nav */
.gNav_pc {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
  margin-right: clamp(16px, calc(16px + (100vw - 1240px) / 150), 20px);
}
.gNav_pc_list {
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  margin-left: 2%;
}
.gNav_pc_list li {
  flex-shrink: 1;
  min-width: 0;
}
.gNav_pc_list li a {
  position: relative;
  display: inline-grid;
  justify-items: center;
  align-items: center;
  height: 40px;
  padding: 0 clamp(8px, calc(8px + (100vw - 1240px) / 300), 10px);
  font-size: clamp(13px, calc(13px + (100vw - 1240px) / 600), 14px);
  /* font-weight: 500; */
  letter-spacing: clamp(0.03em, 0.025em + 0.05vw, 0.04em);
  color: var(--color-text);
  white-space: nowrap;
  transition: color 0.5s ease;
}
.gNav_pc_list li a .en,
.gNav_pc_list li a .ja {
  grid-area: 1 / 1;
  text-align: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.gNav_pc_list li a .en {
  font-family: "Lato", sans-serif;
  opacity: 1;
  visibility: visible;
}
.gNav_pc_list li a .ja {
  opacity: 0;
  visibility: hidden;
}
.gNav_pc_list li a:hover {
  color: var(--color-gold);
}
.gNav_pc_list li a:hover .en {
  opacity: 0;
  visibility: hidden;
}
.gNav_pc_list li a:hover .ja {
  opacity: 1;
  visibility: visible;
  color: var(--color-gold);
  font-weight: 700;
}
.gNav_pc_list li a.is-active {
  color: var(--color-gold);
}
.gNav_pc_list li a.is-active .en {
  opacity: 0;
  visibility: hidden;
}
.gNav_pc_list li a.is-active .ja {
  opacity: 1;
  visibility: visible;
  color: var(--color-gold);
  font-weight: 700;
}

/* Header CTA */
.head_cta {
  display: flex;
  flex-direction: column;
  gap: clamp(4px, calc(6px + (100vw - 1240px) / 600), 6px);
  flex-shrink: 0;
  margin-right: clamp(28px, calc(28px + (100vw - 1240px) / 86), 35px);
}

/* メニュー開時：ナビ・CTA・ヘッダー背景を非表示 */
body.open .gNav_pc,
body.open .head_cta {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Toggle button */
.toggleBtn {
  width: 48px;
  height: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  position: relative;
  z-index: 103;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggleBtn_bar,
.toggleBtn_bar::before,
.toggleBtn_bar::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: var(--color-text);
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  position: relative;
}
.toggleBtn_bar::before {
  position: absolute;
  top: -7px;
  left: 0;
}
.toggleBtn_bar::after {
  position: absolute;
  top: 7px;
  left: 0;
}
.open .toggleBtn_bar {
  background: transparent;
}
.open .toggleBtn_bar::before {
  top: 0;
  transform: rotate(-15deg);
}
.open .toggleBtn_bar::after {
  top: 0;
  transform: rotate(15deg);
}

/* Drawer */
.gNav_drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: var(--drawer-width-pc);
  height: 100vh;
  height: 100dvh;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 101;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: calc(var(--header-height-pc) + 28px) 48px 48px;
  box-sizing: border-box;
}
.open .gNav_drawer {
  transform: translateX(0);
}
.gNav_drawer[aria-hidden="false"] {
  pointer-events: auto;
}
.gNav_drawer_nav {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.gNav_drawer_list {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.gNav_drawer_list li {
  border-bottom: 1px solid #BABABA;
}
.gNav_drawer_list li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 58px;
  min-height: 58px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  /* letter-spacing: 0.1em; */
  color: var(--color-text);
  transition: color 0.3s ease;
  box-sizing: border-box;
}
.gNav_drawer_list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-gold);
  transform: translateY(-50%) scale(0);
  transition: transform 0.25s ease;
}
.gNav_drawer_list li.current a::before,
.gNav_drawer_list li a:hover::before {
  transform: translateY(-50%) scale(1);
}
.gNav_drawer_list li.current a {
  color: var(--color-gold);
}
.gNav_drawer_list li a:hover {
  color: var(--color-text);
}
.gNav_drawer_list li.current a:hover {
  color: var(--color-gold);
}
.gNav_drawer_cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  flex-shrink: 0;
  padding-top: 40px;
}
.gNav_drawer_cta .btn_cta {
  position: relative;
  width: 100%;
  height: 52px;
  font-size: 15px;
  /* font-weight: 500; */
  letter-spacing: 0.1em;
  border-radius: 4px;
}
.gNav_drawer_cta .btn_cta_ico {
  display: none;
}

/* Overlay（背景は暗くせず、外側クリックで閉じる用） */
.gNav_overlay {
  position: fixed;
  inset: 0;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}
.open .gNav_overlay {
  opacity: 1;
  pointer-events: auto;
}

/* PC */
@media all and (min-width: 681px) {
  header.head {
    min-width: 1240px;
  }
  .head_inner {
    width: 100%;
    min-width: 1240px;
  }
  .gNav_drawer {
    width: var(--drawer-width-pc);
    height: auto;
    max-height: 100vh;
    max-height: 100dvh;
    padding: calc(var(--header-height-pc) - 5px) 0 48px;
  }
  .gNav_drawer_nav {
    min-height: auto;
  }
  .gNav_drawer_list {
    flex: 0 0 auto;
  }
  .gNav_drawer_list,
  .gNav_drawer_cta {
    width: 255px;
    margin-left: auto;
    margin-right: auto;
  }
  .gNav_drawer_cta {
    margin-top: 30px;
    padding-top: 0;
  }
  .gNav_drawer_cta .btn_cta {
    width: 255px;
  }
  .toggleBtn {
    width: 53px;
    height: 53px;
  }
  .toggleBtn_bar,
  .toggleBtn_bar::before,
  .toggleBtn_bar::after {
    width: 53px;
  }
  body:not(.open) .toggleBtn:hover .toggleBtn_bar::before {
    top: 0;
    opacity: 0;
  }
  body:not(.open) .toggleBtn:hover .toggleBtn_bar::after {
    top: 0;
    opacity: 0;
  }
}

/* SP */
@media all and (max-width: 680px) {
  header.head {
    height: var(--header-height-sp);
  }
  .head_inner {
    padding: 0 16px;
    gap: 10px;
  }
  .heading_logo img {
    height: 40px;
  }
  .logo_mark {
    width: 32px;
  }
  .logo_en {
    font-size: 16px;
  }
  .logo_ja {
    font-size: 9px;
    margin-top: 3px;
  }
  .head_project,
  .gNav_pc,
  .head_cta {
    display: none;
  }
  .toggleBtn {
    width: 48px;
    height: 16px;
    margin-left: auto;
  }
  .gNav_drawer {
    /* width: var(--drawer-width-sp);
    max-width: 320px; */
    width: 100%;
    max-width: 100%;
    padding: calc(var(--header-height-sp) + 20px) 0 0;
  }
  .gNav_drawer_list {
    padding: 0 28px;
    width: 311px;
    margin: 0 auto;
  }
  .gNav_drawer_list li a {
    /* font-size: 14px; */
    height: 58px;
    min-height: 58px;
    /* letter-spacing: 0.08em; */
  }
  .gNav_drawer_cta {
    flex-direction: row;
    gap: 8px;
    margin-top: auto;
    padding: 15px 12px;
    box-sizing: border-box;
  }
  .gNav_drawer_cta .btn_cta {
    flex: 1;
    width: auto;
    min-height: 44px;
    height: auto;
    padding: 0 8px 0 10px;
    justify-content: space-between;
    text-align: left;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.3;
    box-sizing: border-box;
  }
  .gNav_drawer_cta .btn_cta_ico {
    display: block;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    background: url(../img/common/arrow_wr2.svg) no-repeat center / contain;
  }
}


/* footer
***************************************************************/
.foot {
  margin-top: 0;
  position: relative;
  z-index: 10;
  color: #EEEEEA;
  /* background-color: #3a3530; */
  background-image:url(../img/common/foot_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.foot_brand{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.foot img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.foot_inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 70px 20px 40px;
  box-sizing: border-box;
}
.foot .logo,
.foot .logo_en,
.foot .logo_ja {
  color: inherit;
}
.foot_logo {
  display: block;
}
.foot_logo img {
  display: block;
  width: auto;
  /* height: 72px; */
}
.foot_project {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.64;
  color: #EEEEEA;
}

.foot_info_middle {
  min-width: 0;
}
.foot_info_middle_inner {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
.foot_seller_block {
  /* flex: 1; */
  min-width: 0;
}
.foot_seller {
  font-size: 13px;
  color: #EEEEEA;
  left: -0.5em;
  position: relative;
}
.foot_seller_catch {
  margin-top: 25px;
  font-size: 13px;
  font-weight: 400;
  color: #EEEEEA;
}
.foot_asteeq_link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.foot_smile_link {
  text-decoration: none;
  color: inherit;
}
.foot_asteeq_logo {
  display: block;
  width: auto;
  max-width: 280px;
  height: 56px;
  margin-top: 14px;
}
.foot_smile {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.foot_smile_label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: inherit;
}
.foot_st_logo {
  display: block;
  width: auto;
  height: 60px;
  flex-shrink: 0;
}
.foot_address {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #EEEEEA;
}
.foot_phone {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
}
.foot_phone_label, .foot_hours {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  color: #EEEEEA;
  line-height: 1.46;
}
.foot_tel a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0em;
  color: #fff;
  line-height: 1.1;
}
.foot_contact_ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.foot_contact_en {
  font-size: 54px;
  /* font-weight: 500; */
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
.foot_contact_ja {
  font-size: 18px;
  font-weight: 400;
  color: #EEEEEA;
}
.foot_contact_btns {
  display: flex;
  margin-top: 35px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.35); */
}
.foot_contact_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px 0 0;
  color: inherit;
  min-height: 96px;
  box-sizing: border-box;
  min-width: 0;
}
.foot_contact_btn--contact {
  flex: 0 0 353px;
  width: 353px;
  padding-right: 60px;
}
.foot_contact_btn + .foot_contact_btn {
  padding-left: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  width: 440px;
}
.foot_contact_btn_ttl {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.foot_contact_btn_txt {
  display: block;
  margin-top: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: 0;
  color: #EEEEEA;
}
.foot_contact_btn_ico {
  width: 41px;
  height: 41px;
  flex-shrink: 0;
  background: url(../img/common/arrow_wr.svg) no-repeat center / contain;
}
.foot_nav_list li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: inherit;
  line-height: 1.5;
}
.foot_nav_list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #EEEEEA;
  transform: translateY(-50%) scale(0);
  transition: transform 0.25s ease;
}
.foot_nav_list li a:hover::before {
  transform: translateY(-50%) scale(1);
}
.foot .cRight {
  display: block;
  font-size: 12px;
  padding-left: 1.8em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #EEEEEA;
  opacity: 0.7;
  line-height: 1;
}

/* PC footer */
@media all and (min-width: 681px) {
  .foot {
    min-width: 1240px;
  }
  .foot_inner {
    width: 1240px;
    max-width: 1240px;
    padding: 85px 20px 85px;
  }
  .foot_main {
    display: flex;
    align-items: stretch;
    gap: 0;
  }
  .foot_primary {
    flex: 1;
    min-width: 0;
    padding-right: 40px;
  }
  .foot_side {
    width: 325px;
    flex-shrink: 0;
    padding-left: 76px;
    border-left: 1px solid rgba(255, 255, 255, 0.45);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .foot_info_top {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 70px;
    align-items: start;
}
  .foot_info_middle_inner {
    display: flex;
    column-gap: 60px;
  }
  .foot_smile {
    padding-top: 26px;
    display: flex;
    flex-direction: column;
}
  .foot_smile_label {
    /* max-width: 7.5em; */
    text-align: center;
  }
  .foot_st_logo {
    height: 58px;
  }
  .foot_phone {
    justify-content: flex-start;
  }
  .foot_phone_label,
  .foot_hours {
    flex-shrink: 0;
  }
  .foot_tel {
    flex-shrink: 0;
    margin-top: -0.5em;
  }
  .foot_hours {
    margin-left: 8px;
  }
  .foot_contact {
    margin-top: 90px;
  }
  .foot_nav_list li + li {
    margin-top: 9px;
  }
  .foot_nav_list li a {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
  }
  .foot .cRight {
    margin-top: 24px;
  }
  .foot_tel a:hover {
    opacity: 0.8;
  }
  .foot_asteeq_link:hover {
    opacity: 0.7;
  }
  .foot_smile_link:hover {
    opacity: 0.7;
  }
  .foot_tel a {
    pointer-events: none;
  }
  .foot_contact_btn:hover .foot_contact_btn_ico {
    transform: translateX(20px);
  }
  .foot_contact_btn_ico {
    transition: transform 0.3s ease;
  }
}

/* SP footer */
@media all and (max-width: 680px) {
  .foot_inner {
    padding: 48px 24px 32px;
  }
  .foot_main {
    display: flex;
    flex-direction: column;
  }
  .foot_primary {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .foot_info_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .foot_brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
  .foot_logo img {
    height: auto;
    margin: 0 auto;
    max-width: 295px;
  }
  .foot_project {
    margin-top: 16px;
    font-size: 13px;
  }
  .foot_info_middle {
    width: 100%;
    max-width: 295px;
    margin-top: 28px;
    /* padding-left: 15px;
    padding-right: 15px; */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .foot_info_middle_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0;
  }
  .foot_seller_block {
    display: flex;
    flex-direction: column;
}
  .foot_seller {
    /* order: 1; */
    letter-spacing: 0.3em;
    text-align: left;
  }
  .foot_seller_catch {
    order: 2;
    margin-top: 12px;
    font-size: 13px;
    max-width: initial;
    text-align: left;
}
  .foot_asteeq_logo {
    order: 3;
    height: auto;
    max-width: 280px;
    width: 100%;
    margin-top: 15px;
  }
  .foot_smile {
    order: 4;
    margin-top: 28px;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
  .foot_st_logo {
    height: 54px;
  }
  .foot_smile_label {
    text-align: left;
    text-indent: 0.5em;
}
.foot_address {
  order: 0;
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
  /* font-weight: 500; */
}
.foot_phone {
  margin-top: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.foot_hours {
  order: 1;
  font-size: 13px;
  /* font-weight: 500; */
}
  .foot_phone_label {
    order: 2;
    font-size: 13px;
    /* font-weight: 500; */
  }
  .foot_tel {
    order: 3;
    margin-top: -12px;
  }
  .foot_tel a {
    font-size: 51.8px;
  }
  .foot_contact {
    display: none;
  }
  .foot_nav {
    display: none;
  }
  .foot_side {
    margin-top: 36px;
    border: 0;
    padding: 0;
    text-align: center;
  }
  .foot .cRight {
    margin-top: 0;
    font-size: 10px;
  }
}


/* bled パンくず
***************************************************************/
.bled{
  margin-bottom: 3em;
  display: flex;
  align-items: center;
}
.bled > * + *::before{
  content: '>';
  margin-right: 0.5em;
  margin-left: 0.5em;
}
@media all and (min-width:681px){
  .bled > a:hover{
    text-decoration: underline;
  }
}

/* pagenation
***************************************************************/

.pagenation {
  display: flex;
  justify-content: center;
  margin-top: 95px;
}
.pagenation ul {
  display: flex;
  height: 35px;
}
.pagenation ul li{
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
}
.pagenation ul li.next,
.pagenation ul li.prev{
  background-color: initial;
  border: none;
}
.pagenation ul li + li{
  margin-left: 18px;
}
.pagenation ul li + li.next,
.pagenation ul li.prev + li{
  margin-left: 35px;
}
.pagenation ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  width: 100%;
  height: 100%;
  text-decoration: none;
  /* font-weight: 500; */
  padding-bottom: 0.1em;
}
.pagenation ul li.active{
  background-color: #000;
  pointer-events: none;
}
.pagenation ul li.active a{
  pointer-events: none;
  color: #fff;
}

.notNumbering {
  pointer-events: none;
  padding-bottom: 0.5em;
  border: none !important;
  font-weight: 700;
}
.notNumbering span {
  color: #000;
}
.pagenation ul li.next a,
.pagenation ul li.prev a{
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
}
.pagenation ul li.next a{
  background: url(../img/common/pager_off.svg) center / 20px 20px no-repeat;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
}
.pagenation ul li.prev a{
  background: url(../img/common/pager_off.svg) center / 20px 20px no-repeat;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  transform: scale(-1, 1);
}


@media all and (min-width:681px) {
  .pagenation ul li:hover{
    border-color: #E6372D;
  }
  .pagenation ul li:hover a{
    color: #E6372D;
    opacity: 1;
  }
  .pagenation ul li.active:hover a{
    pointer-events: none;
    color: #fff;
  }
  .pagenation ul li.next:hover a {
    background: url(../img/common/pager_on.svg) center / 20px 20px no-repeat;
  }
  .pagenation ul li.prev:hover a {
    background: url(../img/common/pager_on.svg) center / 20px 20px no-repeat;
  }

  /*.post-type-archive-blog .pagenation ul li:hover,
  .tax-blog_cat .pagenation ul li:hover,
  .tax-blog_tag .pagenation ul li:hover{
    border-bottom: 2px solid #fcc800;
  }*/
  /*.post-type-archive-blog .pagenation ul li:hover a,
  .tax-blog_cat .pagenation ul li:hover a,
  .tax-blog_tag .pagenation ul li:hover a{
    color: #fcc800;
  }*/
  /*.post-type-archive-blog .pagenation ul li.active:hover,
  .tax-blog_cat .pagenation ul li.active:hover,
  .tax-blog_tag .pagenation ul li.active:hover{
    border-bottom: 2px solid #fcc800;
  }*/
  /*.post-type-archive-blog .pagenation ul li.active:hover a,
  .tax-blog_cat .pagenation ul li.active:hover a,
  .tax-blog_tag .pagenation ul li.active:hover a{
    pointer-events: none;
    color: #fcc800;
  }*/

}
@media all and (max-width:680px) {
  .pagenation {
    margin-top: 40px;
  }
  .pagenation ul li{
    width: 34px;
    height: 34px;
  }
  .pagenation ul li + li{
    margin-left: 10px;
  }
  .pagenation ul li + li.next,
  .pagenation ul li.prev + li{
    margin-left: 10px;
  }
  .pagenation ul li a{
    font-size: 18px;
  }
  .pagenation ul li.next a {
    background: url(../img/common/pager_off.svg) center / 22px 22px no-repeat;
  }
  .pagenation ul li.prev a {
    background: url(../img/common/pager_off.svg) center / 22px 22px no-repeat;
  }
  
}
@media all and (max-width:370px) {
}


/* mv　下層共通
***************************************************************/
/*.under_mv{
  padding-top: 70px;
  padding-bottom: 90px;
}
.under_mv_txt{
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  text-align: justify;
  margin-top: 35px;
}

@media all and (min-width:681px){
}
@media all and (max-width:680px){
  .under_mv{
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .under_mv_txt{
    font-size: 14px;
    line-height: 1.85;
    margin-top: 25px;
  }

}

@media all and (min-width:681px){
  .main_contents{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media all and (max-width:680px){
  .main_contents{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}*/

/* 右上ロゴ（下層）
***************************************************************/
/*@media all and (min-width:681px){
  body:not(.home)::before{
    content: '';
    width: 545px;
    height: 545px;
    background: url(../img/common/bg_gray_logo.svg) center / cover no-repeat;
    position: absolute;
    top: -110px;
    left: calc(((100% - 1100px) / 2) + 810px);
    z-index: -1;
  }
}
@media all and (max-width:1140px) and (min-width:681px){
  body:not(.home)::before{
    left: 830px;
  }

}
@media all and (max-width:680px){
  body:not(.home) main::before{
    content: '';
    width: 293px;
    height: 293px;
    background: url(../img/common/bg_gray_logo.svg) center / cover no-repeat;
    position: absolute;
    top: -50px;
    right: calc(-6% + -50px);
    z-index: -1;
  }

}*/

/* 一覧に戻るボタン
***************************************************************/

.return_btn {
  background-color: #0080ff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border-radius: 50px;
  position: relative;
  font-weight: 700;
  z-index: 1;
  font-size: 20px;
  margin-top: 60px;
}
.return_btn img {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: calc(50% - 20px);
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .return_btn{
    width: 220px;
    height: 40px;
    font-size: 16px;
    padding-right: 0.6em;
  }
  .return_btn img {
    width: 20px;
    height: 20px;
    right: 10px;
    top: calc(50% - 10px);
  }

}


/* 共通
***************************************************************/
/*.link_btn{
  display: block;
  width: 264px;
  height: 58px;
  background: #000;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: .3s ease;
  padding-left: 17px;
  padding-right: 13px;
}
.link_btn span{
  z-index: 1;
  position: relative;
}
.link_btn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #E6372D;
  transition: transform ease .3s;
  transform-origin: 100% 50%;
  transform: scaleX(0);
}
.link_btn::after{
  content: '';
  width: 12px;
  height: 19px;
  background: url(../img/common/btn_arrow.svg) center / 100% no-repeat;
  margin-left: auto;
  z-index: 1;
  position: relative;
  transition: .3s ease;
}*/

/*赤ver*/
/*.link_btn.link_btn_r{
  background: #E6372D;
}
.link_btn.link_btn_r::before {
  background: #fff;
}
*/



/*フッター用 アロー無し*/
/*.link_btn.link_btn_02{
  justify-content: center;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}
.link_btn.link_btn_02::before {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
}
.link_btn.link_btn_02::after {
  content: none;
}

.sec_ttl > span{
  display: block;
}
.sec_ttl_jp{
  font-size: 18px;
  letter-spacing: -0.1em;
}
.sec_ttl_en{
  font-size: 84px;
  margin-top: 5px;
}
.sec_ttl_txt{
  font-size: 34px;
  line-height: 1.52;
  margin-top: 40px;
}
.sec_lead{
  font-size: 15px;
  line-height: 2.66;
  text-align: justify;
}
.sec_txt15{
  font-size: 15px;
  line-height: 2.4;
  text-align: justify;
}
.sec_txt16{
  font-size: 16px;
  line-height: 2.25;
  text-align: justify;
}
*/

/*.under_head{
  position: relative;
}
.under_head h1{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
.under_head .sec_ttl_jp {
    font-size: 28px;
    color: #383838;
    font-weight: 700;
    position: absolute;
    letter-spacing: 0;
    z-index: 1;
}
.under_head .sec_ttl_en {
    font-size: 168px;
    color: #EAF4F0;
    font-weight: 400;
    margin-top: 0;
}

.under_head_txt{
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 5px;
}
.under_head_mv{
  margin-top: 45px;
}

.under_head2_ttl{
  font-size: 56px;
  text-align: center;
  margin-top: 80px;
}
.under_head2 .under_head_txt{
  margin-top: 55px;
}*/

/*--------------------PC--------------------*/
@media all and (min-width:681px){
/*  .link_btn:hover::before,
  .link_btn_p:hover .link_btn::before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  /*赤ver*/
  .link_btn.link_btn_r:hover::after{
    background: url(../img/common/btn_arrow_r.svg) center / 100% no-repeat;
  }
  .link_btn.link_btn_r:hover{
    transform-origin: 0% 50%;
    transform: scaleX(1);
    color: #E6372D;
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
/*  .sec_ttl_jp{
    font-size: 15px;
  }
  .sec_ttl_en{
    font-size: 44px;
  }
  .sec_ttl_txt{
    font-size: 24px;
    margin-top: 20px;
  }
  .sec_lead{
    line-height: 2.13;
  }
  .sec_txt15{
    line-height: 1.86;
  }
  .sec_txt16{
    font-size: 15px;
    line-height: 2;
  }
*/
  /*
  .under_mv_h1 .sec_ttl_en{
    font-size: 52px;
  }*/
  /*.under_head .sec_ttl_jp {
    font-size: 22px;
    top: 30px;
  }
  .under_head h1 {
      margin-top: 110px;
  }
  .under_head .sec_ttl_en {
    font-size: 100px;
  }
  .under_head_mv{
    width: 100vw;
    margin-top: 35px;
    margin-left: -6vw;
  }

  .under_head2_ttl{
    font-size: 22px;
    margin-top: 135px;
  }
  .under_head2 .under_head_txt{
    margin-top: 45px;
  }*/

}

/* barAnime
***************************************************************/
.barAnime {
  display: inline-block;
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 0;
}
.barAnime::after, .barAnime::before {
  background: #E6372D;
  content: "";
  height: calc(100% + 2px);
  position: absolute;
  right: -0.1em;
  /*top: 0;*/
  top: -1px;
  width: calc(100% + 0.1em);
}
.barAnime::after{
  background: #fff;
  /*height: calc(100% + 2px);
  top: -1px;*/
}
.barAnime.scrollin::after, .barAnime.scrollin::before {
  transition: width .4s cubic-bezier(.65,0,.35,1) .4s;
  width: 0;
}
.barAnime.scrollin::after{
  transition-delay: 0s;
}

.barAnime_w{
  display: inline-block;
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 0;
}
.barAnime_w:before {
  background: #fff;
  content: "";
  height: calc(100% + 2px);
  position: absolute;
  right: -0.1em;
  top: -1px;
  width: calc(100% + 0.1em);
}

.barAnime_w.scrollin::before {
  transition: width .4s cubic-bezier(.65,0,.35,1) .4s;
  width: 0;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .barAnime_w.action.bardelay::before{
    transition-delay: .7s;
  }

  .barAnime.bardelay1::before{
    transition-delay: .65s;
  }
  .barAnime.bardelay1::after{
    transition-delay: .25s;
  }
  .barAnime.bardelay2::before{
    transition-delay: .9s;
  }
  .barAnime.bardelay2::after{
    transition-delay: .5s;
  }
  .barAnime.bardelay3::before{
    transition-delay: 1.15s;
  }
  .barAnime.bardelay3::after{
    transition-delay: 0.75s;
  }
  .barAnime.bardelay4::before{
    transition-delay: 1.4s;
  }
  .barAnime.bardelay4::after{
    transition-delay: 1s;
  }
  .barAnime.bardelay5::before{
    transition-delay: 1.65s;
  }
  .barAnime.bardelay5::after{
    transition-delay: 1.25s;
  }

}


@keyframes passing-bar{
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes passing-txt{
  0% {
        opacity:0;
    }
  50% {
        opacity:0;
    }
  100% {
        opacity:1;
    }
}

/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .barAnime.bardelay1_sp::before{
    transition-delay: .65s;
  }
  .barAnime.bardelay1_sp::after{
    transition-delay: .25s;
  }

}

/* under_mv2 　★★★ go_scrollアリ
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .under_mv2{
    padding: 20px 90px 95px;
    position: relative;
  }
  .under_mv2::after{
    content: '';
    width: 100%;
    height: 410px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: -1;
  }
  .under_mv2_bg{
    width: 100%;
    height: 624px;
    position: relative;
  }
  .under_mv2_bg .under_mv_h1{
    color: #fff;
    z-index: 1;
    position: relative;
    padding-top: 65px;
  }
  .under_mv2_bg .under_mv_h1 .sec_ttl_jp{
    font-size: 22px;
  }
  .under_mv2_bg .under_mv_h1 .sec_ttl_en{
    font-size: 100px;
  }
  .under_mv2 .go_scroll{
    display: inline-block;
    position: absolute;
    right: 25px;
    bottom: 40px;
    z-index: 2;
    padding: 10px 10px 127px;
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
    transition: 0.2s;
    overflow: hidden;
  }
  .under_mv2 .go_scroll::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    width: 4px;
    height: 112px;
    background: #fff;
    -webkit-animation: go_scrollanim 2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: go_scrollanim 2s cubic-bezier(1, 0, 0, 1) infinite;
  }

  @-webkit-keyframes go_scrollanim {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    30% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    70% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }

  @keyframes go_scrollanim {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    30% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    70% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .under_mv2{
    padding-bottom: 0;
  }
  .under_mv2_img{
    margin-top: 30px;
  }
}





/* menu recruit分　.recruit_relation
***************************************************************/

body.recruit_relation header#head .heading_logo {
  width: auto;
  display: flex;
  align-items: center;
}
body.recruit_relation .menu_list_wrap2 {
    padding: 80px 45px 55px 60px;
}
body.recruit_relation .head_con_wrap{
  z-index: 1;
  transition: .3s;
}
body.recruit_relation.open .head_con_wrap{
  z-index: -1;
}
body.recruit_relation .menu_list_wrap2 .menu_ttl{
  font-size: 18px;
  letter-spacing: 0;
}
body.recruit_relation .menu_list_wrap2 .ul1 {
    /*height: 216px;*/
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 15px;

    height: 166px;
}
body.recruit_relation .menu_list_wrap2 .ul1 a{
  height: 54px;
  font-size: 18px;
  padding-left: 14px;
  width: 50%;
}
body.recruit_relation .menu_list_wrap2 .ul1 a.menu_box04{
  white-space: nowrap;
}
/*body.recruit_relation .menu_list_wrap2 .ul1 a:nth-child(1) {
    width: 207px;
}*/

body.recruit_relation .gNav {
    /* width: auto; */
    height: auto;
    width: 510px;
}
body.recruit_relation header a.menu_box.menu_box01::after{
  content: none;
}

body.recruit_relation .menu_list_wrap2 .ul1 a{

}
body.recruit_relation .menu_list_wrap2 .ul1 a::before{
    content: '';
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 10px;
    /*margin-right: 7px;*/
    transition: .3s ease;
    position: absolute;
    left: 0;
}

body.recruit_relation .menu_list_wrap2_sub{
  border-top: 2px solid #000;
  display: flex;
  padding-top: 35px;
  margin-top: 25px;
  width: 393px;
}
body.recruit_relation .menu_list_wrap2_sub li a{
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.43;
  display: flex;
  align-items: center;
  height: 100%;
    transform: scale(1.0);
    transition: .3s ease;
}
body.recruit_relation .menu_list_wrap2_sub .insta_btn a::before{
    content: '';
    width: 50px;
    height: 50px;
    background: #000 url(../img/common/insta_ico.svg) center / 21px 21px no-repeat;
    border-radius: 50px;
    display: block;
    margin-right: 10px;
    transition: .3s ease;
}
body.recruit_relation .menu_list_wrap2_sub .mail_btn a::before{
    content: '';
    width: 50px;
    height: 50px;
    background: #E6372D url(../img/common/mail_ico.svg) center / 23px 16px no-repeat;
    border-radius: 50px;
    display: block;
    margin-right: 10px;
    transition: .3s ease;
}



body.recruit_relation .foot_cotent01 {
  align-items: flex-start;
}
body.recruit_relation .foot_nav {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}
body.recruit_relation .foot_logo_wrap {
    width: 135px;
    margin-right: 125px;
    text-align: center;
}
body.recruit_relation .foot_nav .ul1 li {
}
body.recruit_relation .foot_nav .ul1 li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  width: 255px;
  height: 38px;
  margin-top: 15px;
}
body.recruit_relation .foot_nav .ul1 a::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 10px;
    margin-right: 7px;
    transition: .3s ease;
}

body.recruit_relation .foot_nav_sns{
  display: flex;
  flex-direction: column;
}
body.recruit_relation .foot_nav_sns li a{
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.43;
  display: flex;
  align-items: center;
  height: 100%;
    transform: scale(1.0);
    transition: .3s ease;
    color: #fff;
}
body.recruit_relation .foot_nav_sns .insta_btn a::before{
    content: '';
    width: 50px;
    height: 50px;
    background: #fff url(../img/common/insta_ico_b.svg) center / 21px 21px no-repeat;
    border-radius: 50px;
    display: block;
    margin-right: 10px;
    transition: .3s ease;
}
body.recruit_relation .foot_nav_sns .mail_btn a::before{
    content: '';
    width: 50px;
    height: 50px;
    background: #E6372D url(../img/common/mail_ico.svg) center / 23px 16px no-repeat;
    border-radius: 50px;
    display: block;
    margin-right: 10px;
    transition: .3s ease;
}


body.recruit_relation .foot_under_wrap{
  display: flex;
  padding-top: 20px;
  margin-top: 40px;
  border-top: 2px solid #333333;
}
body.recruit_relation .cRight {
    margin-top: auto;
    margin-left: auto;
    position: relative;
    display: block;
}
body.recruit_relation .corpo_link{
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  position: relative;
}
body.recruit_relation .corpo_link::before {
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -8px;
    position: absolute;
    display: block;
    background-color: #fff;
    transition: .3s ease;
}
body.recruit_relation .corpo_link::after{
    content: '';
    width: 12px;
    height: 12px;
    background: url(../img/common/out_link.svg) center / 12px 12px no-repeat;
    display: block;
    margin-left: 15px;
    transition: .3s ease;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){

  body.recruit_relation .barl.heading_logo--txt {
    font-size: 18px;
    margin-left: 20px;
    letter-spacing: 0;
  }
  /*body.recruit_relation .menu_list_wrap2 .ul1 a:hover::before{
      background: #E6372D;
  }*/

  body.recruit_relation .menu_list_wrap2 .ul1 a:hover::before{
    background-color: #E6372D;
  }
  body.recruit_relation .menu_list_wrap2_sub li a:hover{
      color: #E6372D;
  }
  body.recruit_relation .menu_list_wrap2_sub li a:hover::before{
    transform: scale(1.1);
  }
  body.recruit_relation .menu_list_wrap2_sub li + li{
    margin-left: 30px;
  }
  body.recruit_relation .head_con_wrap {
    right: 195px;
    top: 27px;
    width: auto;
    height: auto;
  }
  body.recruit_relation .head_con_wrap a{
    width: 138px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    cursor: pointer;
  }
  body.recruit_relation .head_con_wrap a.head_con_wrap--contact--shinsotsu{
    background-color: #E6372D;
  }
  body.recruit_relation .head_con_wrap a.head_con_wrap--contact--shinsotsu:hover{
    background-color: #fff;
    color: #E6372D;
  }
  body.recruit_relation .head_con_wrap a.head_con_wrap--contact--chuuto{
    background-color: #000;
  }
  body.recruit_relation .head_con_wrap a.head_con_wrap--contact--chuuto:hover{
    background-color: #fff;
    color: #E6372D;
  }
  body.recruit_relation .foot_nav {
      height: 210px;
      width: 471px;
      margin-right: auto;
  }
  body.recruit_relation .foot_nav .ul1 a:hover::before{
    background-color: #E6372D;
  }
  body.recruit_relation .foot_nav .ul1 a:nth-child(1),
  body.recruit_relation .foot_nav .ul1 a:nth-child(5)  {
    margin-top: 0;
  }
  body.recruit_relation .foot_nav .ul1 a:nth-child(4) {
    width: 325px;
  }
  body.recruit_relation .foot_nav .ul1 a:nth-child(5),
  body.recruit_relation .foot_nav .ul1 a:nth-child(6),
  body.recruit_relation .foot_nav .ul1 a:nth-child(7){
    margin-left: -60px;
  }
  body.recruit_relation .foot_nav ul li {
    height: 210px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }



  body.recruit_relation .foot_nav_sns li a:hover{
      color: #E6372D;
  }
  body.recruit_relation .foot_nav_sns li a:hover::before{
    transform: scale(1.1);
  }
  body.recruit_relation .foot_nav_sns li + li{
    margin-top: 30px;
  }
  body.recruit_relation .foot .barl.heading_logo--txt {
      font-size: 20px;
      margin-left: auto;
      letter-spacing: 0;
      margin-top: 20px;
      display: block;
  }

  body.recruit_relation .corpo_link:hover{
    color: #E6372D;
  }
  body.recruit_relation .corpo_link:hover::before {
      background-color: #E6372D;
  }
  body.recruit_relation .corpo_link:hover::after{
      background: url(../img/common/out_link_r.svg) center / 12px 12px no-repeat;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
      body.recruit_relation .head_confix_wrap {
    transition: transform 0.3s ease;
    bottom: -100px;
  }

    body.recruit_relation .head_confix_wrap.slide-out {
    transform: translateY(-100px);
  }

    body.recruit_relation .head_confix_wrap.slide-in {
    transform: translateY(0);
  }

body.recruit_relation header#head .heading_logo {
    max-width: 219px;
    padding-bottom: 0;
}
body.recruit_relation header#head .heading_logo a {
    max-width: 136px;
}
body.recruit_relation header#head span.barl.heading_logo--txt {
    font-size: 12px;
    white-space: nowrap;
    margin-left: 10px;
    letter-spacing: 0;
}
  body.recruit_relation .gNav {
    height: 100vh;
    width: 100%;
    background-color: #fff;
    padding: 0;
  }
  body.recruit_relation header .menu_box.menu_box01 {
        color: #000;
        font-weight: 700;
  }
  body.recruit_relation .menu_list_wrap2 {
    padding: 0;
    width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
  body.recruit_relation .menu_list_wrap2 .ul1 {
    height: auto;
    margin-top: 0;
    align-items: flex-start;
  }
  body.recruit_relation .menu_list_wrap2 .ul1 a::before {
      margin-right: 10px;
  }
  body.recruit_relation .menu_list_wrap2_sub {
    border-top: 2px solid #000;
    display: flex;
    padding-top: 35px;
    margin-top: 25px;
    flex-direction: column;
    padding-left: 3px;
  }
  body.recruit_relation .menu_list_wrap2_sub li a {
    font-size: 16px;
  }
  body.recruit_relation .menu_list_wrap2_sub li + li{
    margin-top: 17px;
  }
  body.recruit_relation .menu_list_wrap2_sub .insta_btn a::before {
    width: 40px;
    height: 40px;
    background: #000 url(../img/common/insta_ico.svg) center / 16px 16px no-repeat;
  }
  body.recruit_relation .menu_list_wrap2_sub .mail_btn a::before {
    width: 40px;
    height: 40px;
    background: #E6372D url(../img/common/mail_ico.svg) center / 18px 12px no-repeat;
  }
  body.recruit_relation .menu_list_wrap2_inner {
    padding: 80px 0;
  }
  body.recruit_relation.open header .head_confix_wrap {
    opacity: 0;
    pointer-events: none;
  }
  body.recruit_relation .foot {
      padding-bottom: 105px;
  }
  body.recruit_relation .foot_cotent01 {
      flex-direction: row;
  }
  body.recruit_relation .foot_cotent {
    width: 320px;
    margin: 0 auto;
  }
  body.recruit_relation .foot_under_wrap {
    padding-top: 0px;
    margin-top: 35px;
    border-top: none;
    text-align: center;
  }
  body.recruit_relation .cRight {
    margin-right: auto;
  }
  body.recruit_relation .foot_logo_wrap {
    width: 105px;
    margin-right: auto;
  }
  body.recruit_relation .foot .barl.heading_logo--txt {
      font-size: 16px;
      letter-spacing: -0.025em;
      margin-top: 15px;
      display: block;
  }
  body.recruit_relation .foot_nav_sns {
    height: 138px;
  }
  body.recruit_relation .foot_nav_sns li a {
    font-size: 16px;
    letter-spacing: -0.025em;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
  }
  body.recruit_relation .foot_nav_sns .insta_btn a::before {
    width: 38px;
    height: 38px;
    background: #fff url(../img/common/insta_ico_b.svg) center / 15px 15px no-repeat;
    margin-right: 8px;
  }
  body.recruit_relation .foot_nav_sns .mail_btn a::before {
    width: 38px;
    height: 38px;
    background: #E6372D url(../img/common/mail_ico.svg) center / 17px 12px no-repeat;
    margin-right: 8px;
  }
  body.recruit_relation .foot_nav_sns li + li{
    margin-top: 19px;
  }
  body.recruit_relation .foot_nav_sns li a.corpo_link {
    font-size: 14px;
    letter-spacing: 0;
  }
  body.recruit_relation .foot_nav_sns li:nth-child(3) {
    margin-top: auto;
  }
  body.recruit_relation .corpo_link::after {
    margin-left: auto;
  }
}


/* con_btn
***************************************************************/
/*.con_btn{
  width: 504px;
  height: 98px;
  background-color: #E0A039;
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 95px;
}
.con_btn::after{
  content: '';
  width: 24px;
  height: 27px;
  background: url(../img/common/arrow_w.svg) center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}

.btn_w{
  background-color: #fff;
  border: 2px solid #5CBB89;
  color: #5CBB89;
}
.btn_w::after{
  background: url(../img/common/arrow_g.svg) center / contain no-repeat;
}*/
/*--------------------PC--------------------*/
/*@media all and (min-width:681px){
  .con_btn:hover{
    background-color: #DD730A;
  }
  .btn_w:hover{
    background-color: #5CBB89;
    color: #fff;
  }
  .btn_w:hover::after{
    background: url(../img/common/arrow_w.svg) center / contain no-repeat;
  }

}*/

/*--------------------SP--------------------*/
/*@media all and (max-width:680px){
  .con_btn{
    width: 247px;
    height: 58px;
    font-size: 16px;
    line-height: 1.25;
    padding-left: 15px;
    margin-top: 35px;
  }
  .con_btn::after{
    width: 19px;
    height: 21px;
    right: 17px;
  }

}*/


/* content_ttl_wrap
***************************************************************/
/*.content_ttl{
  display: flex;
  align-items: center;
  position: relative;
}
.content_ttl::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #5CBB89;
  margin: 0px 1.25em 0 0;
  flex-shrink: 0;
}
.content_ttl span{
  font-size: 28px;
  color: #5CBB89;
  display: flex;
  align-items: center;
  padding-top: 6px;
  margin-right: 0.75em;
}
.content_ttl h2{
  font-size: 28px;
}
.content_txt{
  font-size: 16px;
  line-height: 1.63;
  margin-left: 65px;
}*/
/*--------------------PC--------------------*/
/*@media all and (min-width:681px){
  .content_ttl_wrap{
    display: flex;
    align-items: center;
  }

}*/
/*--------------------SP--------------------*/
/*@media all and (max-width:680px){
  .content_ttl::before {
    margin: 0px 1em 0 0;
  }
  .content_ttl h2{
    font-size: 24px;
  }
  .content_txt{
    font-size: 15px;
    line-height: 1.73;
    margin-left: 0;
    margin-top: 20px;
  }

}*/


/* sec_ttl
***************************************************************/
.sec_ttlWrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;

  .sec_ttl{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }

  .sec_lead{
    font-size: 16px;
    /* font-weight: 500; */
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 1em;
  }
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .sec_ttlWrap{
    text-align: center;
    margin-bottom: 30px;

    .sec_ttl{
      font-size: 24px;
      line-height: 1.5;
    }
    .sec_lead{
      font-size: 15px;
      line-height: 1.6;
      white-space: nowrap;
    }
  }

}




/* パンくず
---------------------------------------*/
.breadcrumb{
  margin-top: 20px;
}
.breadcrumb > ol{
  max-width: 1360px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 12px;
}
.breadcrumb__list:not(:last-of-type)::after {
  content: "/"; 
  margin: 0 0.6em;
}

@media all and (min-width: 681px) {
  .breadcrumb__list a:hover{
    color: #9A742E;;
  }
}

@media all and (max-width: 680px) {
  .breadcrumb{
    margin-top: 15px;

    .inner{
      margin-left: 3.3%;
      margin-right: 3.3%;
    }
  }

}

/* under_head
---------------------------------------*/
.main{
  padding-top: 104px;
}
body.home .main{
  padding-top: 0;
}

.bg_gray{
  background-color: #E4E4D8; 
}
.under_head{
  height: 589px;
  margin-top: 65px;

  .inner{
    position: relative;
  }
}

.under_head_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  .en{
    font-size: 54px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #c6b796;
  }
  .ja{
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
  }
}

.under_head_subttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 90px;

  .s_txt{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.78;
    text-align: center;
  }
  .b_txt{
    font-size: 28px;
    font-weight: 500;
    margin-top: 20px;
  }
}

.under_anchor_btn{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 21px;
  margin-top: 45px;

  a{
    width: 203px;
    height: 44px;
    border: 1px solid #9A742E;
    border-radius: 30px;
    font-size: 14px;
    /* font-weight: 500; */
    color: #9A742E;
    /*position: relative;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;

    &::after{
      content: '';
      width: 11px;
      height: 14px;
      background: url(../img/common/btn_arrow_bd.svg) center / 100% no-repeat;
      transition: 0.3s;
    }
  }
}


@media all and (min-width: 681px) {
  .under_anchor_btn{
    a:hover{
      background-color: #9A742E;
      color: #fff;

      &::after{
        background: url(../img/common/btn_arrow_wd.svg) center / 100% no-repeat;
        transform: translateY(5px);
      }
    }
  }

  .under_head_txtwrap{
    width: 427px;
    padding-top: 55px;
  }

  .under_head_mv{
    width: 788px;
    position: absolute;
    top: 0;
    right: -100px;

    img{
      border-radius: 5px;
    }
  }


}

@media all and (max-width: 680px) {
  .main{
    padding-top: 60px;
  }
  body.home .main{
    padding-top: 0;
  }

  .under_head{
    height: auto;
    margin-top: 45px;

    .inner {
      margin-left: 2.4%;
      margin-right: 2.4%;
    }
  }

  .under_head_ttl{
    .en{
      font-size: 36px;
    }
    .ja{
      font-size: 14px;
      margin-top: 10px;
    }
  }

  .under_head_subttl{
    margin-top: 35px;

    .s_txt{
      font-size: 16px;
      line-height: 1.62;
    }
    .b_txt{
      font-size: 22px;
      margin-top: 10px;
    }
  }

  .under_anchor_btn{
    flex-direction: column;
    align-items: center;
    margin-top: 37px;

    a{
      width: 277px;
      height: 53px;
      font-size: 15px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 30px;
      padding-right: 30px;
    }
  }

  .under_head_mv{
    margin-top: 30px;

    img{
      border-radius: 5px;
    }
  }

}



/* contact_btnWrap contact_solobtn
---------------------------------------*/
.contact_btnWrap{
  display: flex;
  justify-content: center;
  gap: 0 27px;
  margin-top: 40px;

  > a{
    width: 483px;
    height: 240px;
    border-radius: 3px;
    color: #EEEEEA;
    padding: 25px 35px 0 35px;

    > div{
      display: flex;
      justify-content: space-between;
      margin-top: 24px;
    }
  }
}

.form_btn{
  background-color: #9D8250;
}
.down_btn{
  background-color: #69A055;
}
.contact_btn_ttl{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}

.contact_btn_txt{
  > p{
    font-size: 15px;
    line-height: 1.73;
    text-align: justify;
  }
}

.contact_btn_img{
  width: 220px;
}
.down_btn .contact_btn_img{
  width: 229px;
  height: 143px;

  img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}


.contact_btnWrap{
  .foot_contact_btn_ico{
    display: block;
    margin: 20px auto 0;
  }
}


.contact_solobtn{
  width: 694px;
  margin: 55px auto 0;

  a{
    width: 100%;
    height: 187px;
    border-radius: 3px;
    background-color: #9D8250;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #EEEEEA;
    padding: 16px 35px 16px 16px;

    .solobtn_img{
      width: 240px;
    }

    .solobtn_txt{
      dt{
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0.1em;
      }
      dd{
        font-size: 15px;
        line-height: 1.73;
        text-align: justify;
        margin-top: 1em;
      }
    }
  }
}

@media all and (min-width: 681px) {
  .form_btn:hover,
  .down_btn:hover{
    background-color: var(--color-text);
  }

  .contact_btnWrap{
    > a:hover .foot_contact_btn_ico {
        transform: translateX(5px);
    }
  }

  .contact_solobtn{
    a:hover{
      background-color: var(--color-text);
    }
    a:hover .foot_contact_btn_ico {
      transform: translateX(5px);
    }
  }

}

@media all and (max-width: 680px) {
  .contact_btnWrap{
    flex-direction: column;
    gap: 12px 0;
    margin-top: 30px;
    margin-left: 6.6%;
    margin-right: 6.6%;

    > a{
      width: 325px;
      height: auto;
      padding: 18px 20px;
      margin: 0 auto;

      > div{
        align-items: flex-end;
        margin-top: 20px;
      }
    }
  }
  .contact_btnWrap.innerBtn{
    margin-left: 0;
    margin-right: 0;
  }

  .contact_btnWrap--solo{
    margin-top: 30px;
  }

  .contact_btn_ttl{
    font-size: 16px;
  }

  .contact_btn_txt{
    > p{
      font-size: 12px;
      line-height: 1.66;
    }
  }

  .contact_btn_img{
    width: 45%;
  }
  .down_btn .contact_btn_img{
    width: 145px;
    height: 89px;
    margin-right: -6px;

    img{
      width: 100%;
      height: 100%;
    }
  }


  .contact_btnWrap{
    .foot_contact_btn_ico{
      margin: 10px auto 0;
      width: 28px;
      height: 28px;
    }
  }


  .contact_solobtn{
    width: 325px;
    margin: 30px auto 0;

    a{
      height: auto;
      flex-direction: column;
      padding: 25px 20px;
      position: relative;

      .solobtn_img{
        width: 100%;
        order: 1;
        margin-top: 15px;
      }

      .solobtn_txt{
        dt{
          font-size: 22px;
        }
      }

      .foot_contact_btn_ico{
        width: 33px;
        height: 33px;
        position: absolute;
        top: 20px;
        right: 25px;
      }
    }
  }


}



/* other_contents
---------------------------------------*/
.other_contents{
  padding: 110px 20px;
}
.ac_ttl{
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #9D8250;
  text-align: center;
}
.ac_linkWrap{
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.ac_link{
  width: 369px;
  height: 108px;
  background-color: #F7F7F7;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 25px;

  .foot_contact_btn_ico{
    background: url(../img/common/arrow_br.svg) no-repeat center / contain;
  }
}

.ac_txt{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

  .en{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #C6B796;
  }
  .ja{
    font-size: 22px;
    font-weight: 600;
    color: #9D8250;
    margin-top: 10px;
  }

}



@media all and (min-width: 681px) {
  .ac_link:hover{
    background-color: #9D8250;

    .ac_txt{
      .en{
        color: #F7F7F7;
      }
      .ja{
        color: #F7F7F7;
      }
    }

    .foot_contact_btn_ico{
      background: url(../img/common/arrow_wr.svg) no-repeat center / contain;
      transform: translateX(5px);
    }
  }


}

@media all and (max-width: 680px) {
  .other_contents{
    padding: 45px 0;
  }
  .ac_ttl{
    font-size: 20px;
  }
  .ac_linkWrap{
    display: block;
    margin-top: 20px;
  }
  .ac_link{
    width: 100%;
    height: 84px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ac_link + .ac_link{
    margin-top: 11px;
  }

  .ac_txt{
    .en{
      font-size: 15px;
    }
    .ja{
      font-size: 18px;
      margin-top: 5px;
    }
  }

}


/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
}


