@charset "UTF-8";
/** GENERAL
==============================================*/
html {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.1em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input, select {
  -webkit-appearance: none;
  appearance: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button.more {
  color: #000;
  font-size: clamp(0.8rem, 1.1vw, 1.6rem)/*1.6rem*/;
  text-align: center;
  position: relative;
  font-weight: 600;
  border: none;
  width: fit-content;
  background-color: transparent;
  padding: 0;
}
button.more a{
  display: block;
  position: relative;
  /* z-index: -1; */
  color: #000;
  background: #d3fc32;
  /* padding: 1vw 3vw 1vw 7.5vw; */
  clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0 100%);
}
button.more a::after {
  position: absolute;
  top: 0;
  left: -4vw;
  content: "";
  display: block;
  width: 145%;
  height: 100%;
  background: #000;
  transform: scaleX(0);
  transform-origin: right;
  transition: all .3s ease;
  transition-property: transform;
  z-index: 0;
  clip-path: polygon(0 0, 86% 0%, 100% 100%, 14% 100%);
}
button.more a span{
  padding: 1vw 3.5vw 1vw 7.5vw;
  display: block;
  color: #000;
  z-index: 1;
  position: relative;
}

button.more:hover a {
  opacity: 1;
}
button.more:hover a::after {
  transform: scaleX(1.0);
  transform-origin: left;
}
button.more:hover a span { color: #fff; }

button.more a + span{
  width: 25%;
  height: 1px;
  border-top: solid 1px #000;
  display: inline-block;
  position: absolute;
  left: 0.2vw;
  top: 50%;
}
button.more a + span::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  content: "";
  width: 0.7vw /*1rem*/;
  height: 0.7vw /*1rem*/;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  top: 50%;
}
button.more:hover a + span {
  border-color: #d3fc32;
}
button.more:hover a + span::after {
  border-color: #d3fc32;
}

button.more.blk a{
  color: #fff;
  background: #000;
  border: #000 1px solid;
}
button.more.blk a span{
  color: #fff;
}
button.more.blk a  + span{
  border-color: #fff;
}

button.more.blk a + span::after {
  border-color: #fff;
}
button.more.blk a::after {
  background: #fff;
}
button.more.blk:hover a span { color: #000; }
button.more.blk:hover a + span {
  border-color: #000;
}
button.more.blk:hover a + span::after {
  border-color: #000;
}
@media only screen and (max-width: 640px) {
  button.more {
    margin: auto;
  }
  button.more a span{
    padding: 3.4vw 9vw 3.4vw 22vw;
    font-size: 3vw;
  }
  button.more a + span::after{
    width: 2vw;
    height: 2vw;
    transform: translateY(-55%) rotate(45deg);
  }
}





legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2.2;
  vertical-align: top;
}
th {
  font-weight: 500;
  vertical-align: top;
}

td {
}

blockquote {
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html.full {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}

body {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
/*  font-family: YakuHanJP, "Noto Sans JP", Helvetica, Arial, sans-serif;*/
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
  font-feature-settings: "palt";
  color: #000;
  background: #fff;
}
.en{
  font-family: "DM Sans", sans-serif, system-ui;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
}
.bold{
  font-weight: 700;
}

body.noscroll {
  overflow: hidden;
  overflow-y: hidden;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  letter-spacing: 1px;
}

h1{font-size: clamp(2rem,4vw,6rem)/*6rem*/;}
h2{font-size: 7.2rem;}
h3{font-size: clamp(2rem,2.4vw,3.6rem)/*3.6rem;*/}
h4{font-size: 2.4rem;}
h5{font-size: clamp(1.0rem, 2.0vw, 2.9rem);}
h6{font-size: 1.5rem;}
p {
  margin: 0 0 10px;
  font-size: clamp(1rem, 1.3vw, 1.9rem);
}
@media only screen and (max-width: 640px) {
  h1{font-size: clamp(2.4rem, 10vw, 3.8rem);}
  h2{font-size: clamp(1.6rem, 6.2vw, 2.0rem);}
  /* h3{font-size: clamp(2.7rem, 5.0vw, 3.6rem);} */
  h3{font-size: 6.5vw;}
  h4{font-size: clamp(1.4rem, 4.0vw, 3.0rem);}
  /* h5{font-size: clamp(1.5rem, 3.65vw, 2.8rem);} */
  h5{font-size: 5.1vw;}
  h6{font-size: clamp(1.0rem, 2.8vw, 2.0rem);}
   /* p{font-size: clamp(1.0rem, 2.2vw, 1.6rem);} */
   p{font-size: 4vw; line-height: 1.3em;}
}


img {
  vertical-align: bottom;
  border-style: none;
}
ul,
ol {
  list-style: none;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
}

/* .clearfix, .row {
  *zoom: 1;
}

.clearfix:after, .row:after {
  content: "";
  display: table;
  clear: both;
} */

.sp-btns a,
.spimg {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.notes {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
}

.btn a {
  display: block;
  margin: 0 auto;
  line-height: 20px;
  padding: 20px 0;
  text-align: center;
}

.split {
  *zoom: 1;
}

.split:after {
  content: "";
  display: table;
  clear: both;
}

.split .left {
  float: left;
}

.split .right {
  float: right;
}

@media only screen and (max-width: 640px) {
  .notes {
    font-size: 3vw;
    line-height: 1.6;
    font-weight: bold;
  }
  .split .left,
  .split .right {
    float: none;
  }
}

img{
  width: 100%;
  height: 100%;
}
img.img-w-free{
  width: auto;
  height: auto;
  position: absolute;
  z-index: 1;
}
.font-smooth {
  -webkit-font-smoothing: antialiased;
}
.flex{
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  position: relative;
  align-items: center;
}
.flex-column{
  display: flex;
  flex-direction: column;
}
.grid{
  display: grid;
}
@media only screen and (max-width: 640px) {
  .flex{
    display: block;
  }
  .sp-flex{
    display: flex;
  }
}
@media only screen and (max-width: 640px) {
  .md-flex{
    display: flex;
  }
}

.absolute {position: absolute;}

/** FONTS
==============================================*/
/** COMMON
==============================================*/
.imp{
  color: #e80000;  
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
}

a .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 640px) {
  a .alpha {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

a:hover .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media only screen and (max-width: 640px) {
  a:hover .alpha {
    opacity: 1;
  }
}

@media only screen and (max-width: 640px) {
  .figure img, .flex img {
    width: 100%;
  }
}

.row {
  position: relative;
  margin: 0 auto;
  /* width: 1200px; */
  width: 85%/*90%*/;
  max-width: 1240px;
}
.w1050 {
  max-width: 1050px;
  margin: 0 auto;
}
.w1090 {
  max-width: 1090px;
  margin: 0 auto;
}

h3.grn{ background-color: #007e44; color: #fff;}
h5.ble{ background: #2ea7e0; color: #fff;}
span.red{ color: #d70000;}


@media only screen and (max-width: 640px) {
  .row {
    width: auto;
    padding: 0 3%;
  }
  .section-content .section-hd+.row{ width: 90%; }
  .row.col-3{ width: 90%; }
}

.flex.col-2 .flex-box{ width: 48%; }
.flex.col-2 .flex-box.flex-lt{ order: 0; }
.flex.col-2 .flex-box.flex-rt{ order: 1; }

.flex.col-3 .flex-box{ width: 30%; padding: 0; }
.flex.col-3 .flex-box.flex-lt{ order: 0; }
.flex.col-3 .flex-box.flex-rt{ order: 2; }

.flex.flex-outside{
  justify-content: space-between;
  margin: auto;
}
.flex.flex-outside .out-content{
  flex: 1;
  padding: 2rem 0;
}
.flex.flex-outside .out-content img{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.flex.flex-outside .flex-rt.out-content{
  /* flex: 1; */
  margin-right: calc(50% - 50vw);
  margin-left: 0;
  /* padding-left: 0; */
}
.flex.flex-outside .flex-rt.out-content img{
  border-radius: 3rem 0 0 3rem;
  /* width: 100%;
  height: auto;
  overflow: hidden; */
}
.flex.flex-outside .flex-lt.out-content{
  /* flex: 1; */
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  /* padding-right: 0; */
}
.flex.flex-outside .flex-lt.out-content img{
  border-radius: 0 3rem 3rem 0;
  /* width: 100%;
  height: auto;
  overflow: hidden; */
}

/*はみ出しコンテンツではない方は余白を広めにとる*/
.flex.flex-outside > *.flex-box:not(.out-content) {
  padding: 2rem 5%;
}
@media only screen and (max-width: 640px) {
  .flex .flex-box.flex-rt.out-content {
    margin-left: calc(50% - 40vw);
    margin-right: 0;
  }
}

.tag {
  height: 0;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  img.flex {
    width: 100%;
    height: auto;
  }
  .flex.col-2 .flex-box, 
  .flex.col-3 .flex-box{
    width: 100%;
    margin-bottom: 2rem;
  }
  .flex.col-2 .flex-box:not(img) {
    width: 90%;
    margin: 0 auto;
}
}

img.full {
  width: 100%;
  height: auto;
}

.show-small {
  display: none;
}

@media only screen and (max-width: 640px) {
  .show-small {
    display: inherit;
  }
}

@media only screen and (max-width: 640px) {
  .hide-small {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .small-nopad {
    padding: 0 !important;
  }
}

.movieFrame {
  background: #000000;
  text-align: center;
  padding: 20px 0 0 0;
}

.embed-movie {
  width: 900px;
  height: 505px;
}

@media only screen and (max-width: 640px) {
  .embed-movie {
    width: 100%;
    height: 240px;
  }
}

.mt-10{margin-top: 1rem;}
.mt-20{margin-top: 2rem;}
.mt-30{margin-top: 3rem;}
.mt-50{margin-top: 5rem;}
.mt-60{margin-top: 6rem;}
.mt-100{margin-top: 10rem;}
.mt-200{margin-top: 10vw;}

.mb-20{margin-bottom: 2rem;}
.mb-30{margin-bottom: 3rem;}
.mb-40{margin-bottom: 4rem;}
.mb-50{margin-bottom: 5rem;}
.mb-60{margin-bottom: 6rem;}
.mb-70{margin-bottom: 7rem;}
.mb-80{margin-bottom: 8rem;}
.mb-100{margin-bottom: 10rem;}

@media only screen and (max-width: 640px) {
  .mt-20{margin-top: 1.4rem;}
  .mt-30{margin-top: 2rem;}
  .mt-50{margin-top: 4rem;}
  .mt-60{margin-top: 4.5rem;}
  .mt-100{margin-top: 5rem;}
  .mt-200{margin-top: 5vw;}

  .mb-20{margin-bottom: 1rem;}
  .mb-30{margin-bottom: 12vw;}
  .mb-40{margin-bottom: 2rem;}
  .mb-50{margin-bottom: 2.5rem;}
  .mb-60{margin-bottom: 3rem;}
  .mb-70{margin-bottom: 3.5rem;}
  .mb-80{margin-bottom: 4rem;}
  .mb-100{margin-bottom: 5rem;}
}

.fs-16{font-size: 1.6rem;}
.fs-18{font-size: 1.8rem;}
.fs-40{font-size: 4rem;}
@media only screen and (max-width: 640px) {
  .fs-16{font-size: 3.2vw;}
  .fs-18{font-size: 3.6vw;}
  .fs-40{font-size: 6.0vw;}
}
.txt-center {text-align: center;}
.txt-lt {text-align: left;}
.txt-rt {text-align: right;}

.nsjp {
  font-family: YakuHanJP, "Noto Serif JP", Helvetica, Arial, serif;
}
a:has(img){display: block;}

.pc { display: block !important; }
span.pc{ display: inline-block !important; }
.sp{ display: none !important; }
 
@media only screen and (max-width: 640px) {
    .pc { display: none !important; }
    span.pc { display: none !important; }
    .sp { display: block !important; }
    span.sp { display: inline !important; }

}

@media only screen and (max-width: 640px) {
  p{
    text-align: left;
    /* max-width: 360px; */
    margin: auto;
  }
}

.opn-bg {
  position: fixed;
  background: #000;
  width: 100vw;
  height: calc(100vh - 65px);
  top: 65px;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: -99;
  display: none;
}
  /*activeのとき設定*/
.sp-flex:has(.active) .opn-bg{
  z-index: -1;
  opacity: 0.3;
  display: block;
  transition: all 0.5s;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: YakuHanJP, "Noto Sans JP", Helvetica, Arial, sans-serif;

}

.wrap {
  position: relative;
  width: 100%;
  /* min-width: 1200px; */
  overflow: hidden;
  background: #fbf8f6;
}

@media only screen and (max-width: 640px) {
  .wrap {
    min-width: 0;
    overflow: hidden;
  }
}

section{
  position: relative;
}
/* .section-content {
  padding: 0px 0 160px;
} */

/* @media only screen and (max-width: 640px) {
  .section-content {
    padding: 50px 0;
  }
} */

/*MV*/
.section .hero {
  height: 360px;
  /* background-color: #efefef;*/
  position: relative;
  overflow: visible; /*hidden;*/ 
}

@media only screen and (max-width: 640px) {
  .section .hero {
    /* height: 150px; */
    height: auto;
  }
}

.section .hero-bg {
  position: absolute;
  width: 75%;
  max-width: 1200px;
  height: 340px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
  .section .hero-bg {
    height: 500px;
    background-size: 100% auto;
    background-position: top center;
  }
}

/*MVここまで*/


/** HEADER MASTHEAD
==============================================*/
/* .header-items{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  width: 96%;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 4rem;
  font-size: 16px;
  transition: background .5s;
  margin: 1rem 2%;
  border-radius: 1rem;
}
.header-items:has(.header-lt .active){
  background: #f6f6f6;
  box-shadow: 5px 0 15px #ccc;
}
.header-lt{
  width: clamp(14rem,26vw,32rem);
}
.header-rt .md-flex{
  position: absolute;
  right: 180px;
  z-index: 99;
  top: 11%;
  height: 11rem;
}
.header-items .gn > li:not(:first-child){
  margin-left: 6rem;
}
.header-items ul:not(.sub){
  padding-top: 0;
  font-weight: 700;
}

.header-items .hasSub{
  position: relative;
}
@media only screen and (max-width: 1299px) {
  .gn{
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  .openbtn{
    display: none;
  }
.header-items .sub {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translate(-50%, -1rem);
  width: max-content;
  justify-content: center;
  background-color: #3a84a7;
  border-radius: 2rem;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
  border: 3px solid #3a84a7;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.3px;
}
.header-items .sub::after {
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-bottom-color: #3a84a7;
  bottom: 100%;
}
.header-items li.hasSub:hover > ul,
.header-items li.hasSub ul li:hover > ul,
.header-items li.hasSub:active > ul,
.header-items li.hasSub ul li:active > ul,
.gnav-about1 .header-items .gn-about ul.sub,
.gnav-about2 .header-items .gn-about ul.sub,
.gnav-customer1 .header-items .gn-customer ul.sub,
.gnav-customer2 .header-items .gn-customer ul.sub{
  visibility: visible;
  opacity: 1;
}

  .gnav-technical .gn-technical,
  .gnav-outline .gn-outline,
  .gnav-contact .gn-contact a{
    background: #635851;
    border-radius: 2rem;
    padding: 6px 2.6rem;
  }
  .gnav-technical .gn-technical a,
  .gnav-outline .gn-outline a,
  .gnav-contact .gn-contact a{
    color: #fff;
  }
  .gnav-about1 .header-items .gn-about .sub li:first-child,
  .gnav-about2 .header-items .gn-about .sub li:last-child,
  .gnav-customer1 .header-items .gn-customer .sub li:first-child,
  .gnav-customer2 .header-items .gn-customer .sub li:nth-child(2){
    background: #fff;
    border-radius: 2rem;
  }
  .gnav-about1 .header-items .gn-about .sub li:first-child a,
  .gnav-about2 .header-items .gn-about .sub li:last-child a,
  .gnav-customer1 .header-items .gn-customer .sub li:first-child a,
  .gnav-customer2 .header-items .gn-customer .sub li:nth-child(2) a{
    color: #3a84a7;
  }
  
.header-items .sub li{
	transition:all .3s;
  padding: .5rem 2.5rem;
}
.header-items .sub li:hover{
  opacity: 0.5;
	transition:all .3s;
}
.header-items .sub li a{
	display: block;
	text-decoration: none;
	color: #FFF;
}
.header-items .sub h3 {
  font-size: 3.2rem;
  padding-top: 2rem;
}
.header-items .sub .en {
  display: block;
  color: #e7240e;
  padding-bottom: 1rem;
}
} */

/* @media screen and (max-width: 640px){
  nav{
		padding: 0;
	}
	.header-items{
    height: auto;
    padding: 0.7rem 2rem;
    padding-left: 1rem;
  }
	.header-items li.hasSub ul,
	.header-items li.hasSub ul ul{
  	position: relative;
	left:0;
	top:0;
	width:100%;
	visibility:visible;/JSで制御するため一旦表示/
	opacity:1;/JSで制御するため一旦表示/
	display: none;/JSのslidetoggleで表示させるため非表示に/
	transition:none;/JSで制御するためCSSのアニメーションを切る/
  }
}
 */
/*  「あがつま峡の楽しみ方」内ローカルナビ   */
/* .header-items.lnav {
  position: relative;
  z-index: 0;
  align-items: flex-start;
  height: auto;
  justify-content: center;
}
.header-items.lnav .sub {
  position: relative;
  opacity: 1;
  visibility: unset;
  top: 0;
  left: 0;
  box-shadow: none;
  transform: none;
}
.buy .header-items.lnav .sub::after {
  left: 10%;
}
.eat .header-items.lnav .sub::after {
  left: 33%;
}
.relax .header-items.lnav .sub::after {
  left: 58%;
}
.play .header-items.lnav .sub::after {
  left: 81%;
}
@media screen and (max-width: 640px){
  .header-items.lnav {
    padding: 0;
  }
  .header-items.lnav .sub{
    padding: 5rem 2rem;
  }
  .header-items.lnav .sub li{
    padding-bottom: 3rem;
  }
  .header-items.lnav .sp-flex img{
    width: 45%;
  }
  .header-items.lnav .sp-flex .flex-box {
    padding-left: 2rem;
    text-align: left;
    font-size: 3.2vw;
  }
  .header-items.lnav .sub h3 {
    padding-top: 0;
    font-size: clamp(1.6rem, 5.0vw, 3.6rem);
  }
  .header-items.lnav .sub::after{
    content: none;
  }
  .header-items.lnav .sub .en {
    padding-bottom: .5rem;
  }
} */

/* .lang.flex{
  align-items: center;
  position: relative;
  cursor: pointer;
}
.lang img {
  width: 25px;
  height: 25px;
  margin: 0 10px 0 20px;
}
.lang p{
  margin-bottom: 0;
}
.lang p:after {
  content: "▼";
  padding-left: 1rem;
  display: inline-block;
  transform-origin: 60% 50%;
  color: #e7240e;
  transition: all .3s;
}
.lang.active p:after {
  transform: rotate(180deg);
}
#lang-list{
  position: absolute;
  background: #fff;
  padding: 1rem 1rem 1rem 2rem;
  top: 28px;
  left: 0;
  z-index: 99;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(10px);
  transition: all .5s;
}
#lang-list.active {
  opacity: 1;
  transform: translateY(0);
  transition: all .5s;
}
#lang-list li:not(:last-child) {
  margin-bottom: .5rem;
} */

.header-items .en{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}
/* .header-items .lang .en{
  font-weight: 600;
}

@media only screen and (min-width: 1441px) {
  .header-items .online{
    margin-top: 2rem;
  }
} */

/* .online a{
  position: relative;
    background: #71a905;
    color: #fff;
    padding: .8rem 2rem .8rem 4rem;
    border-radius: 2.5rem;
}
.online a::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../img/common/cart.png) no-repeat 100% / 60%;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
} */
@media only screen and (max-width: 640px) {
  /* .online a{
    padding: .8rem 3vw .8rem 8vw;
  }
  .online a::before{
    width: clamp(2rem, 6vw, 3rem);
    top: 50%;
    left: 0;
  } */
  /* .header-items .header-rt.flex ul.flex {
    display: none;
  } */
}





/** MAIN CONTENTS
==============================================*/
.header {
  position: relative;
  height: 100% !important;
}

.header .hero{
  position: relative;
}
/* .mv_wave_top .gn-logo-img {
  position: absolute;
  top: 2rem;
  left: 5rem;
} */
/* .heroimg:before {
  background: url(../img/common/logo.png) 100% / 100% no-repeat;
  width: clamp(90px, 30vw, 320px);
  aspect-ratio: 209 / 232;
  display: block;
  content: "";
  position: absolute;
  z-index: 9999;
  top: 2rem;
  left: 5rem;
  mix-blend-mode: difference;
} */
/* .gn-logo{
  opacity: 0;
  transition: opacity 0.5s;
}
.gn-logo.active{
  opacity: 1;
} */
/* .gn-logo-img, .ft-logo-img{
  width: clamp(90px, 30vw, 320px);
}
 */

/* .header .heroimg {
  position: absolute;
  height: 100vh;
  z-index: 1;
} */
/* .slider {
  position:relative;
  z-index: 1;
  height: 100vh;
}

.slider .slider-item {
  width: 100%;
  height:100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
 */
header .hero-contents .row {
  position: relative;
  text-align: center;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 1;
  height: auto;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 640px) {
  .header .hero-contents{
    height: 100vw;
  }
  .header .hero-contents .hero-bg{
    width: 110%;
    height: 110%;
    background-size: 120% 20%;
    bottom: 5rem;
    left: -5%;
  }
  .header .hero-contents .row {
    top: 65%;
    min-width: unset;
    width: 100%;
  }  
  .header .hero:after {
    bottom: 48px;
    background-size: 450px auto;
  }
  /* .header .hero-contents .en{
    font-size: 3vw;
    right: 4%;
    top: -1rem;
  } */
  /* .header .hero-contents .en:after {
    transform: scale(0.5) translate(-110px, -80px);
  } */
  .header .hero-contents .flex.md-flex {
    /* height: 60px; */
    margin-right: 0;
  }
  /* .header .hero-contents .row h6.en.md-flex {
    transform: scale(0.6) translateX(-20px);
    margin-right: 4rem;
  } */
  .header .hero-contents .row .md-flex h4 {
    letter-spacing: 0;
    margin-bottom: 2vw;
    font-size: clamp(1.4rem, 4vw, 3rem);
  }
}


/*==================================================
スライダーのためのcss
===================================*/
/* .slide{
 height: 100%;
}
.slider{
  margin-top: -6rem;
}
.slider img {
  width:100%;
  height:auto;
}

.slider .slick-slide {
  margin:0 -3px;
}
.slider li:nth-child(odd){
  margin-top: 3rem;
}


@media only screen and (max-width: 640px) {
  .slider .slick-slide {
    margin:0 -2px;
  }
} */

.slick-dots {
  position: relative;
  z-index: 3;
  text-align:center;
  margin: 5rem 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:12px;
    display:block;
    border-radius:50%;
    background:#d4d4d4;
    border: none;
}

.slick-dots .slick-active button{
    background:#333;
}



/** FOOTER
==============================================*/
.footer {
  text-align: center;
  padding: 15rem 0;
  position: relative;
  background: #fff;
}
.ft-logo-img {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 212px;
}
.footer div.flex {
  justify-content: space-between;
  text-align: left;
  margin-top: 7rem;
}
.footer .flex.row{
  margin-top: 0;
  padding: 0;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: end;
  font-weight: 700;
}
.footer ul.flex {
  justify-content: flex-end;
  margin: 0 0 1rem;
}
.footer ul.flex li {
  padding-left: 4rem;
}
.footer button.contact {
  position: absolute;
  top: -5vw;
  padding: 3.2vw 4vw;
  width: 64%;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  border-radius: 1rem;
}
button.blue{
  background: #3a84a7;
}
.footer button.contact .flex {
  align-items: center;
  text-align: left;
  justify-content: flex-start;
}
button.blue .flex {
  color: #fff;
}
.footer button.contact .flex p {
  margin-bottom: 0;
  letter-spacing: 1px;
}
button.blue .flex .en {
  color: #cddc39;
}
/*.footer button.blue .flex div::after{*/
button.blue::after{
  border-color: #cddc39;
}
/* 
.footer .icon {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 1px;
  margin-top: 3rem;
  justify-content: flex-start;
}
.footer .icon > * {
  margin-right: 2rem;
} */

/* .footer .row:has(.top) {
  border-top: 1px solid #000;
} */

@media screen and (min-width: 641px) {
  .footer h4 {
    font-size: clamp(2rem, 1.8vw, 2.7rem);
  }
}

@media only screen and (max-width: 640px) {
  .footer {
    padding: 10rem 0 5rem;
    margin-top: 8.5rem;
  }  
  .sp-flex{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }
  .footer button.contact {
    width: 90%;
    padding: 2rem 3rem;
    top: -5rem;
    border-radius: 5px;
  }
  .footer button.contact .flex{ margin-top: 0;}
  .footer button.contact .flex .en {
    margin: 0 0 0 3.6vw;
    letter-spacing: 0.7px;
    text-align: left;
  }
  .footer button.contact .flex p {
    text-align: left;
  }
  .footer h4 {
    font-size: clamp(1.8rem, 4vw, 3.0rem);
    margin-bottom: 1vw;
}
}

.footer .totop{
  position: absolute;
  z-index: 2;
  top: -2vw;
  right: 5vw;
  /* margin-left: 1100px; */
  color: #fff;
  display: block;
  opacity: 0;
  transition: all 0.5s;
  background: #635851;
  width: 5rem;
  height: 5rem;
  border-radius: 3rem;
}
.footer .totop.active{
  opacity: 1;
  transition: all 0.5s;
}
.footer .totop.fix{
  position: fixed;
  bottom: 5vw;
  top: unset;
}

.footer .totop:before {
  content: "";
  display: block;
  text-align: center;
  top: 45%;
  position: absolute;
  left: 41%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 1rem;
  height: 1rem;
  transform: rotate(-45deg);
  transform-origin: 50%;
}
.footer .totop img{
  position: absolute;
  width: 6rem;
  height: auto;
  z-index: -1;
  top: -3.5rem;
  left: -1.7rem;
  /* background: #000;
  mask: url(../img/common/daruma.png) no-repeat;
  mask-size: 100%; */
}
/* @media only screen and (min-width: 641px) {
.footer .flex-lt{
  width: 70%;
}
} */
/* .footer .flex-rt .ft-nav li {
  padding: 1rem;
} */
.footer .copy {
  margin-top: 3rem;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 1px;
}

@media only screen and (max-width: 640px) {
  .footer .totop{
    right: 50%;
    transform: translateX(50%);
    top: -36vw;
  }

  .ft-logo-img {
    /* transform: translateX(-50%); */
    width: 49vw;
  }  
  .footer .row {
    width: 100%;
  }
  .footer div.row {
    text-align: center;
  }
  .footer .logo img {
    width: 100%;
  }
  .footer ul.md-flex{
    margin: 0 10%;
    justify-content: space-evenly;
  }
  .footer .flex-rt {
    padding: 6vw 0;
  }
  .footer .flex-lt {
    margin: 0 5%;
  }
  .footer ul.flex li {
    padding-left: 0;
}
  .footer .flex-lt .flex-box{
    margin-top: 3rem;
  }
  /* .footer .icon{
    width: 110vw;
    transform: scale(0.8) translateX(-60px);
    margin-top: 2rem;
  } */
  
  .footer .row:has(.top) {
    margin: 0 auto;
    width: 90%;
    padding: 0;
  }
  .footer .top {
    margin-left: 80%;
    /* bottom: 14rem; */
    transform: scale(0.7);
  }
  
  .footer p{
    text-align: center;
  }
  .footer .copy{
    max-width: unset;
    font-size: 2.6vw;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 6vw;
  }
  .footer .ft-nav{
    /* margin: 1rem 3% 0; */
    font-size: clamp(1.0rem, 4.0vw, 2rem);
    justify-content: space-between;
  }
  .footer .ft-nav ul{
    width: 40%;
  }
  .footer .ft-nav ul:first-child{
    width: 55%;
  }
  .footer .flex-rt .ft-nav li {
    padding: 3.3vw 3%;
  }  
}

#wrapper{ overflow: hidden; }
/*
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin: 20px 0;
  background: #000;
}

.cboxIframe {
  background: #000;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  position: relative;
  background: #000;
}

#cboxLoadedContent img.cboxLayer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  color: #ccc;
  font-size: 70%;
  line-height: 1.2em;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url(../img/common/loading.gif) no-repeat center center;
  background-size: 24px 24px;
}

.no-opacity #cboxLoadingGraphic,
.ie-legacy #cboxLoadingGraphic {
  background-image: url(../img/loading.gif);
}
*/
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* #cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
} */

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* #cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: -40px;
  z-index: 2;
  margin-top: -17px;
  background: url(../img/common/controls.png) no-repeat 0 -95px;
  width: 21px;
  height: 35px;
  text-indent: -9999px;
  outline: none;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
}

#cboxPrevious:hover {
  opacity: 0.6;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: -40px;
  z-index: 2;
  margin-top: -17px;
  background: url(../img/common/controls.png) no-repeat -77px -95px;
  width: 21px;
  height: 38px;
  text-indent: -9999px;
  outline: none;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
}

#cboxNext:hover {
  opacity: 0.6;
}

#cboxClose {
  position: absolute;
  top: -27px;
  right: 0px;
  z-index: 2;
  display: block;
  background: url(../img/common/controls.png) no-repeat 0 0;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  outline: none;
}

#cboxClose:hover {
  background-position: 0 0;
}

@media (max-width: 479px) {
  #cboxPrevious {
    display: none !important;
  }
  #cboxNext {
    display: none !important;
  }
} */

.sttl {
    margin-top: 40px
}

#wrapper {
  opacity: 0;
  position: fixed;
  pointer-events: none;
  transition: opacity 0.8s ease;
  /* min-width: 1200px; */
}
body.loaded #wrapper {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}
body.loading #wrapper { display: none;}

