@charset "UTF-8";


.reverse .head_logo {
  transition: filter .5s;
}
.reverse .head_logo {
  filter: brightness(10);
}

/* Header
=============================== */
.sec_ttl .en {
  font-size: 3.8em;
  font-weight: 500;
}
.sec_ttl .ja,
.ttl .ja,
.footer_nav_list .ja {
    display: none !important;
}
.footer_nav_list a {
  display: block;
  padding: .8em 0;
}

/* KEYVIS
=============================== */
.top_keyvis_ttl_block {
  width: 27em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  font-family: var(--font-en);
  margin: 0 auto 3em;
}
.top_keyvis_ttl{
  font-size: 1em;
  color: var(--c-white);
}
.top_keyvis_ttl span{
  display: block;
}
.top_keyvis_ttl_block ._ttl{
  font-family: var(--font-en);
  font-size: 2.8em;
  line-height: 1.3;
  margin-bottom: 0.4em;
}
.top_keyvis_ttl_block ._sub{
  font-size: 1.2em;
  font-weight: 400;
}
.top-img-1{
    background: #ccc;
}
.top-img-2{
    background: #aaa;
}

@media (min-width: 769px) {
  .top_keyvis_ttl_block {
    right: inherit;
    left: 4.5vw;
    font-size: 1.6vw;
    margin: 0 auto 4vw;
  }

}/*  */


/* TOP ABOUT 
=============================== */
[data-page="top"].reverse .head_logo {
  opacity: 1;
}
.nav-spja,
.navja{
    display: none;
}


/* TOP ABOUT 
=============================== */
.sec_about {
  padding: 6em 0;
}
.sec_caption {
  display: block;
  font-family: var(--font-en);
  font-size: 1rem;
  color: var(--c-red);
  margin-bottom: 0.4em;
}
.about_head_img_box {
  padding: 0 0 0 var(--inn-w);
}
.about_head_img._01 {
  width: 70%;
  margin-left: auto;
}
.about_head_img._02 {
  width: 48%;
  margin-top: -3em;
}
.about_head_txt_box {
  padding: 3em var(--inn-w);
}
.about_head_ttl {
  font-size: 2.25em;
  padding: 1em 0;
}
.about_head_txt {
  font-size: 1.15em;
  line-height: 1.9;
  padding: .8em 0;
}
.about_head_txt p {
  padding: .3em 0;
}
.about_foot {
  padding: 0 var(--inn-w) 0 0;
}
.about_head_img._03 {
  width: 40%;
  margin-left: auto;
}
.about_head_img._04 {
  width: 70%;
  /* margin-top: -4em; */
}

@media (min-width: 769px) {
  .about_head {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .about_head_img_box {
    width: 50%;
    padding: 0;
  }
  .about_head_img._04 {
    margin-left: 5em;
  }
  .about_head_txt_box {
    width: 47%;
    padding: 0 3em;
    margin-top: 1em;
  }
  .about_head_ttl {
    font-size: 2.8em;
  }
  .about_head_txt {
    font-size: 1.25em;
    line-height: 2;
    padding: 1em 0;
  }
  .about_foot {
    width: 50%;
    padding: 1em var(--inn-w) 1em 5em;
    margin-left: auto;
    margin-top: -10em;
  }
}/*  */
  

/* Our Crepes
================================================ */
.top_feature_list_box{
  padding: 2em 0 1em;
}
.top_feature_img_wrap{
  position: relative;
  padding: 1em 0 0;
}
.top_feature_img_num {
  position: absolute;
  top: -.5em;
  right: -.1em;
  color: var(--c-red);
  font-size: 8.5em;
  line-height: 1;
  z-index: 1;
}
.top_feature_img {
  width: calc(100% + 2em);
  max-width: initial;
}
.top_feature_text_wrap{
  position: relative;
  padding: 1em 0;
}
.top_feature_sub{
  position: relative;
  display: block;
  width: fit-content;
  color: var(--c-red);
  font-size: 1.2em;
  padding: .6em 0 .6em 2.2em;
  /* margin-left: auto; */
}
.top_feature_sub::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 1.9em;
  height: 1px;
  background-color: currentColor;
}
.top_feature_ttl{
  font-family: var(--font-en);
  font-size: 2.7em;
  font-weight: 500;
  line-height: 1.35;
  padding: .2em 0;
  letter-spacing: .02em;
}
.top_feature_txt{
  font-size: 1.05em;
  padding: .6em 0;
  line-height: 1.75;
}
.top_feature_txt p{
  padding: .3em 0;
}

.top_feature_link_btn {
  position: relative;
  display: block;
  width: fit-content;
  font-size: 1em;
  font-weight: 300;
  text-align: center;
  padding: .5em 0;
}
.top_feature_link_btn._arrow {
  position: relative;
  width: fit-content;
  padding-right: 1em;
  transition: transform .3s;
}
.top_feature_link_btn._arrow::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  right: 0.2em;
  top: 0.11em;
  bottom: 0;
  margin: auto;
  border-top: 0.15em solid;
  border-right: 0.15em solid;
  transform: rotateZ(45deg);
}
.top_feature_link_btn._arrow:hover,
a:hover .top_feature_link_btn._arrow{
  transform: translate( .3em );
}

.sec_top_feature{
  overflow: hidden;
}

@media (min-width:768px){
  .top_feature_list{
    padding-bottom: 1em;
  }
  .top_feature_list_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5%;
    padding: 4em 0;
  }
  .top_feature_img_wrap{
    width: 50%;
    padding: 0;
  }
  .top_feature_text_wrap {
    width: 46%;
    padding: 1em 0 1em 2em;
  }
  .top_feature_img {
    width: calc(100% + 5em);
  }
  .top_feature_ttl {
    font-size: 2.6em;
  }

  .top_feature_list_box:nth-child(even){
    flex-direction: row;
  }
  .top_feature_list_box:nth-child(even) .top_feature_img_wrap {
    width: 47%;
    margin-left: -5em;
  } 
  .top_feature_img_num {
    bottom: -.4em;
    right: -.1em;
    font-size: 10.5em;
  }
  /* .top_feature_list_box:nth-child(even) .top_feature_img_num {
    left: 0.3em;
  } */
  .top_feature_list_box:nth-child(even) .top_feature_text_wrap {
    width: 47%;
    padding: 1em 2em 1em 0;
  }
  .top_feature_list_box.li_7 .top_location_slider_wrap{
    width: 100%;
  }

}/*  */


/* /access/
=============================== */
@media (min-width: 769px) {
	.ac-iwp .detail:nth-child(odd) {
		width: 60%;
	}
}

