@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

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;
  box-sizing: border-box;
}

body {
  line-height: 1;
  overflow-y: scroll !important;
}

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

nav ul {
  list-style: none;
}

ul {
  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;
}
a:hover{
opacity:0.8;
}

address {
  font-style: normal;
}

/* 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;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* 表示・非表示 */
.pc_only {
  display: block;
}

.pc_tab_only {
  display: block;
}

.tab_only {
  display: none;
}

.sp_tab_only {
  display: none;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 850px) {
  .pc_only {
    display: none;
  }
  .pc_tab_only {
    display: block;
  }
  .tab_only {
    display: block;
  }
  .sp_tab_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .pc_only {
    display: none;
  }
  .pc_tab_only {
    display: none;
  }
  .tab_only {
    display: none;
  }
  .sp_tab_only {
    display: block;
  }
  .sp_only {
    display: block;
  }
}
/* wrap */
/*	textcolor
---------------------------------*/
.clOrange {
  color: #e84a5c !important;
}

.clBlue {
  color: #2053e0 !important;
}

.clPurple {
  color: #9a70cb !important;
}

.clGreen {
  color: #48bcc6 !important;
}

.clGreen2 {
  color: #51de72 !important;
}

.clGreen3 {
  color: #3e865a !important;
}

.clRed {
  color: #e84a5c !important;
}

/*	bgcolor
---------------------------------*/
.bgRed {
  background: #e84a5c !important;
}

.bgBlue {
  background: #2053e0 !important;
}

.bgPurple {
  background: #9a70cb !important;
}

.bgGreen {
  background: #48bcc6 !important;
}

.bgGreen2 {
  background: #51de72 !important;
}

.bgGreen3 {
  color: #3e865a !important;
}

.bgRed {
  background: #e84a5c !important;
}
.bgBrown{
background: #c7ac8d !important;

}

/*	bgGrade
---------------------------------*/
.bgGradeWhite {

}
@media screen and (max-width: 850px) {
.bgGradeWhite {
background: #ffffff;
background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);

}
}
/*	radius
---------------------------------*/
.noRadius {
  border-radius: 0 !important;
}

.noRadius {
  border-radius: 10px !important;
  overflow: hidden !important;
}

/*	common
---------------------------------*/
body {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 850px) {
  body {
    font-size: 14px;
  }
}

.en {
  font-family: "Marcellus", serif;
  font-weight: 400;
}

/* link */
a {
  color: #000;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  transition: 0.4s;
}

a:active,
a:focus {
  outline: none;
}

/* figure */
img {
  max-width: 100%;
  height: auto;
}

/* heading */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

/*	clearfix
---------------------------------*/
/* add parent object */
.cl:before,
.cl:after {
  content: " ";
  display: table;
}

.cl:after {
  clear: both;
}

.cl {
  *zoom: 1;
  display: block;
}

.block_p {
  display: block !important;
}
@media screen and (max-width: 850px) {
  .block_p {
    display: none !important;
  }
}

.block_s {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .block_s {
    display: block !important;
  }
}

.inline_p {
  display: inline;
}
@media screen and (max-width: 850px) {
  .inline_p {
    display: none;
  }
}

.inline_s {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .inline_s {
    display: inline !important;
  }
}

.inline-block_p {
  display: inline-block !important;
}
@media screen and (max-width: 850px) {
  .inline-block_p {
    display: none !important;
  }
}

.inline-block_s {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .inline-block_s {
    display: inline-block !important;
  }
}

.anc {
  margin-top: -100px;
  padding-top: 100px;
}

.hide {
  display: none !important;
}

.main {
  overflow: hidden;
  margin-bottom: 100px;
  margin-top: 75px;
}
@media screen and (max-width: 850px) {
  .main {
    margin-bottom: 30px;
	margin-top: 0;
  }
}

.inner {
  max-width: 1300px;
  margin: auto;
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .inner {
    padding: 0 15px;
  }
}

.btnTap {
  display: none;
}
@media screen and (max-width: 850px) {
  .btnTap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 3px 0;
    margin-top: 10px;
  }
}

.header {
  height: 125px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari etc. */
  -ms-justify-content: space-between; /* IE10        */
  justify-content: space-between;
  align-items: center;
  z-index: 15; /*========= ぼかしのためのCSS ===============*/
}
@media screen and (max-width: 850px) {
  .header {
    height: 100px;
  }
}
.header__inner {
  height: 70px;
}
.header__ttlLogo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
line-height:1.3;
  padding: 12px 19px;
}
@media screen and (max-width: 850px) {
  .header__ttlLogo {
    top: auto;
    padding: 10px 0 10px 10px;
  }
}
.header__ttl {
  font-size: 14px;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  font-weight: 400;

}
@media screen and (max-width: 850px) {
  .header__ttl {
    font-size: 9px;
    line-height: 1.2;
    position: relative;
    top: -1px;
  }
}

.header__pcNav {
  border-radius: 100px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  margin-right: 115px;
}
@media screen and (max-width: 960px) {
  .header__pcNav {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .header__pcNav {
    display: block;
    background: none;
    border: none;
    margin: 0;
    right: 15px;
    top: 18px;
    position: absolute;
  }
}
.header__pcList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 480px;
  box-sizing: border-box;
  height: 60px;
  align-items: center;
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .header__pcList {
    width: auto;
    height: auto;
    padding: 0;
    display: block;
  }
}
.header__pcLi {
  margin-right: 10px;
}
@media screen and (max-width: 850px) {
  .header__pcLi {
    display: none;
  }
}
.header__pcLi:nth-last-of-type(-n + 2) {
  margin-right: 0;
}
@media screen and (max-width: 850px) {
  .header__pcLi:nth-last-of-type(-n + 2) {
    display: block;
  }
}
.header__pcLi:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 850px) {
  .header__pcLi:last-of-type {
    display: block;
    margin: 5px 0 0;
  }
}
.header__pcLink {
  color: #fff;
  font-size: 14px;
}
.header__pcLink-type_contact {
  font-size: 12px;
  cursor: pointer;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 115px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  position: relative; /*&:after { content: ""; width: 6px; height: 6px; border-radius: 100px; background: #FFF; position: absolute; right: 15px; top: calc(50% - 3px);
}*/
}
@media screen and (max-width: 850px) {
  .header__pcLink-type_contact {
    width: 100px;
	display:none;
  }
}
.header__pcLink-type_contact span {
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.header .mainblur {
  filter: blur(8px);
}



.header__spNav.panelactive .header__spLink {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateY(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}



.header__spnavList {
  text-align: center;
padding-left: 120px;
}
@media screen and (max-width: 1300px) {
.header__spnavList {
padding-left: 50px;
}
}
@media screen and (max-width: 1080px) {
.header__spnavList {
padding-left: 0;
}
}


@media screen and (max-width: 850px) {
  .header__spnavList {
    z-index: 999;
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
    padding: 10px 15px 5px;
    -webkit-justify-content: space-between; /* Safari etc. */
    -ms-justify-content: space-between; /* IE10        */
    justify-content: space-between;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 850px) {
  .header__spLi.header__spLi-type_w100 {
    width: 100%;
  }
}
.header__spLi {
  display:inline-block;

  overflow: hidden;

padding:0 40px;
background-image: url("../img/common/line__nav.png");
background-repeat: no-repeat;
background-position:right;
  position: relative;

}
.header__spLi:nth-last-child(3){
background-image:none;
  }
@media screen and (max-width: 1500px) {
.header__spLi {
padding:0 30px;

}

}
  
@media screen and (max-width: 1100px) {
.header__spLi {
padding:0 17px;

}

}

@media screen and (max-width: 850px) {
  .header__spLi {
  display:inherit;
    width: calc(100% / 2 - 7.5px);
	margin: 0 0 15px 0;
	padding:0;
    overflow: hidden;
    border-bottom: 1px solid #fff;
	background-image:none;
  }
}
.header__spLi:nth-child(4n) {
  margin-right: 0px;
}
.header__spLi.soon a {
  pointer-events: none;
  color: #c5c5c5;
}
.header__spLi.soon:after {
  content: "coming soon";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background: #999;
  color: #fff;
  font-size: 10px;
  padding: 0px 6px;
}
@media screen and (max-width: 550px) {
  .header__spLi.soon:after {
    top: 50%;
    transform: translateY(-50%);
  }
}
.header__spLink {
  color:#000;
  font-size: 16px;
  display: block;
  
  box-sizing: border-box;
  position: relative;
}


@media screen and (max-width: 1560px) {
.header__spLink {
  font-size: 14px;
}
}
@media screen and (max-width: 1160px) {
.header__spLink {
  font-size: 12px;
}
}

@media screen and (max-width: 850px) {
  .header__spLink {
  color: #FFF;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    padding-bottom: 15px;
  }
}
.header__spLinkInner {
  display: block;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  opacity: 0.7;
  position: relative;
  font-size: 15px;
  margin-bottom: -5px;
}
@media screen and (max-width: 850px) {
  .header__spLinkInner {
    margin: 0 0 5px;
    font-size: 12px;
  }
}
.header__spNew {
  display: inline-block;
  border-radius: 100px;
  color: #e84a5c;
  border: 1px solid #e84a5c;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 50px;
  height: 25px;
  position: absolute;
  right: 0px;
  top: calc(50% - 5px);
  background: #fff;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
@media screen and (max-width: 850px) {
  .header__spNew {
    height: 23px;
    top: calc(50% - 8px);
  }
}
.header__spTtlLogo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  top: 0;
  max-width: 390px;
  padding: 12px 19px;
  background: #fff;
}
@media screen and (max-width: 850px) {
  .header__spTtlLogo {
    margin: 0;
    padding: 3px 10px 6px;
    max-width: 180px;
    top: auto;
  }
}
.header__spTtl {
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 850px) {
  .header__spTtl {
    font-size: 9px;
    position: relative;
    margin: 0;
    top: 2px;
    line-height: 1.2;
  }
}
.header__spLogo {
  width: 120px;
  display: block;
  margin-right: 15px;
}
@media screen and (max-width: 850px) {
  .header__spLogo {
    width: 75px;
    margin-right: 7px;
  }
}
.header__otherNav {
  margin-top: 60px;
}
@media screen and (max-width: 850px) {
  .header__otherNav {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}
.header__otherNavLink {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .header__otherNavLink {
    font-size: 12px;
  }
}
.header__otherNavLi {
  margin-right: 25px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 850px) {
  .header__otherNavLi {
    margin-right: 15px;
  }
}
.header__otherNavLi:last-of-type {
  margin-right: 0;
}
.header__otherNavIcon1 {
  width: 27px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 850px) {
  .header__otherNavIcon1 {
    width: 13.5px;
    margin-right: 5px;
  }
}
.header__otherNavIcon2 {
  display: inline-block;
  margin-right: 10px;
  width: 21px;
  vertical-align: middle;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 850px) {
  .header__otherNavIcon2 {
    width: 10.5px;
    top: auto;
    margin-right: 5px;
  }
}
.header__otherNavIcon3 {
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  vertical-align: top;
}
@media screen and (max-width: 850px) {
  .header__otherNavIcon3 {
    width: 8px;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
}
.header__spContactBtn1 {
  font-size: 15px;
  position:fixed;
  right:20px;
  top: 18px;
 text-align: center;
cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;

padding:10px 12px;
  line-height: 1.4;
  z-index: 1100;
}
/*.header__spContactBtn1:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
}*/
.header__spContactBtn1 span {
text-align: center;
  color: #fff;
}
.header__spContactBtn2 {
  max-width: 320px;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 90px;
  box-sizing: border-box;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
  line-height: 1.375;
  font-weight: 500;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
.header__spContactBtn1 {
  font-size: 12px;
  position:fixed;
  right:88px;
  top: 11px;
 text-align: center;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 100px;
padding-top: 9px;
  line-height: 1.4;
  z-index: 1100;
}


  .header__spContactBtn2 {
    max-width: 100%;
  }
}
.header__spContactBtn2:after {
  content: "";
  background: url("../img/common/icon_arrow1.svg") no-repeat;
  background-size: 24px;
  height: 24px;
  width: 24px;
  right: 22px;
  top: calc(50% - 12px);
  position: absolute;
}
.header__spNavHead {

  background: white;
  width: 280px;
    position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 850px) {
  .header__spNavHead {
  width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 0;
  }
}
.header__triger {
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: url("../img/common/btn_open.png") center no-repeat;
  background-size: 100%;

  display: none;
}
@media screen and (max-width: 850px) {
  .header__triger {
  right:8px;
top: 5px;
display: block;
  }
}

.header__triger.active {
width: 50px;
  height: 50px;
  background: url("../img/common/btn_close.png") center no-repeat;
  background-size: 50px;
}
@media screen and (max-width: 850px) {
  .header__triger-type_mv,
  .header__trigerLeft-type_mv,
  .header__trigerRight-type_mv {
    bottom: 110px !important;
    transition: 0.4s;
  }
}
.header__trigerLeft,
.header__trigerRight {
  line-height: 1;
  display: none;
}
@media screen and (max-width: 850px) {
  .header__trigerLeft,
  .header__trigerRight {
    position: fixed;
    z-index: 9999;
    bottom: 35px;
    left: calc(50% - 125px);
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    background-size: 65px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    border-radius: 1000px;
    transition: 0.4s;
    border: 1px solid #fff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
}
@media screen and (max-width: 850px) {
  .header__trigerRight {
    left: auto;
    right: calc(50% - 125px);
  }
}
.header__trigerContact {
  cursor: pointer;
}

.header__spNav.panelactive .header__spnavList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  
}

.headerEnttl {
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 32px;
  line-height: 1.188;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .headerEnttl {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

.headerSlides,
.headerRecommend {
  background: #fff;
  position: relative;
}
.headerSlides__inner,
.headerRecommend__inner {
  padding: 60px 20px 100px;
}
@media screen and (max-width: 850px) {
  .headerSlides__inner,
  .headerRecommend__inner {
    padding: 30px 0px 50px;
  }
}
@media screen and (max-width: 850px) {
  .headerSlides__inner .inner,
  .headerRecommend__inner .inner {
    padding: 0;
  }
}
.headerSlides .slick-prev,
.headerSlides .slick-next,
.headerRecommend .slick-prev,
.headerRecommend .slick-next {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 850px) {
  .headerSlides .slick-prev,
  .headerSlides .slick-next,
  .headerRecommend .slick-prev,
  .headerRecommend .slick-next {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
.headerSlides .slick-prev:before,
.headerSlides .slick-next:before,
.headerRecommend .slick-prev:before,
.headerRecommend .slick-next:before {
  content: none;
}
.headerSlides .slick-next,
.headerRecommend .slick-next {
  right: -62px;
  background-image: url("../img/common/icon_arrow_next.svg");
}
@media screen and (max-width: 850px) {
  .headerSlides .slick-next,
  .headerRecommend .slick-next {
    right: 15px;
  }
}
.headerSlides .slick-prev,
.headerRecommend .slick-prev {
  left: -60px;
  background-image: url("../img/common/icon_arrow_prev.svg");
}
@media screen and (max-width: 850px) {
  .headerSlides .slick-prev,
  .headerRecommend .slick-prev {
    left: 15px;
    z-index: 10;
  }
}
.headerSlides__slide,
.headerRecommend__slide {
  padding: 0 15px;
}
@media screen and (max-width: 850px) {
  .headerSlides__slide,
  .headerRecommend__slide {
    padding: 0 10px;
    width: 297px;
  }
}
.headerSlides__link,
.headerRecommend__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.headerRecommend {
  background: #f5f5f5;
  border-top: 1px solid #48bcc6;
  border-bottom: 4px solid #48bcc6;
  padding-bottom: 100px;
}
@media screen and (max-width: 850px) {
  .headerRecommend {
    padding-bottom: 250px;
  }
}

.headerSlides {
  /*&__txts { position: absolute; left: 15px; bottom: 15px; padding-right: 15px; @media screen and (max-width: $viewport) {}
}*/
}
.headerSlides__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  box-sizing: border-box;
}
.headerSlides__ttl {
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 5px;
}
.headerSlides__txt {
  font-size: 12px;
  line-height: 1.4;
}

.headerInfo {
  background: #f5f5f5;
  border-top: 1px solid #c7ac8d;
  border-bottom: 1px solid #c7ac8d;
  padding: 60px 20px 70px;
 
}
@media screen and (max-width: 850px) {
  .headerInfo {
    padding: 50px 5px 50px;
	
  }
}

.headerInfo__link {
  color: #002393;
  text-decoration: none;
  text-decoration: underline;
}

.headerOther {
  padding: 100px 0;
  background: #fff;
}
@media screen and (max-width: 850px) {
  .headerOther {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 850px) {
  .headerOther__btn {
    padding: 0 30px 40px;
    margin-top: -20px;
  }
}
.headerOther__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 945px;
  margin: auto;
}
@media screen and (max-width: 850px) {
  .headerOther__list {
    padding: 0 15px;
    -webkit-justify-content: space-between; /* Safari etc. */
    -ms-justify-content: space-between; /* IE10        */
    justify-content: space-between;
  }
}
.headerOther__li {
  width: calc(100% / 4 - 15px);
  margin-right: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .headerOther__li {
    width: calc(100% / 2 - 8px);
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.headerOther__li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 850px) {
  .headerOther__txt {
    font-size: 12px;
  }
}

.headerContact {
  position: fixed;
  z-index: -1;
  opacity: 1;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.1s;
  background: #fff;
}
.headerContact__closePc {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 90px;
}
.headerContact__closeBtn {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 130px;
  background: #e84a5c;
  align-content: center;
}
.headerContact__closeBtn:after {
  content: "";
  width: 25px;
  height: 8px;
  background: url("../img/common/icon_close2.svg") center no-repeat;
  background-size: 25px;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
}
.headerContact__closeBtn span {
  margin-left: 20px;
  position: relative;
  top: -1px;
  color: #fff;
}
.headerContact__contactWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari etc. */
  -ms-justify-content: space-between; /* IE10        */
  justify-content: space-between;
  max-width: 1266px;
  margin: auto;
  padding: 125px 40px 0;
}
@media screen and (max-width: 850px) {
  .headerContact__contactWrap {
    padding: 80px 15px 0;
  }
}
.headerContact__contactBox {
  width: calc(100% / 3 - 14px);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}
@media screen and (max-width: 850px) {
  .headerContact__contactBox {
    width: 100%;
    display: block;
    margin: 0 0 20px;
    border-radius: 10px;
  }
}
.headerContact__contactBoxInner {
  box-sizing: border-box;
  padding: 10px 20px 30px;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}
.headerContact__contactTtl {
  font-weight: 600;
}
.headerContact__contactTxt {
  font-size: 14px;
}
@media screen and (max-width: 850px) {
  .headerContact__contactTxt {
    font-size: 12px;
  }
}
.headerContact__contactTxt span {
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 850px) {
  .headerContact__contactTxt span {
    font-size: 10px;
  }
}
.headerContact__contactIcon {
  display: block;
  width: 21px;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.headerContact__lineBtn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari etc. */
  -ms-justify-content: space-between; /* IE10        */
  justify-content: space-between;
  max-width: 450px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  background: #43a229;
  font-weight: 600;
  font-size: 20px;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 80px auto;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 850px) {
  .headerContact__lineBtn {
    width: calc(100% - 30px);
    margin: 40px auto;
    height: 75px;
    font-size: 16px;
  }
}
.headerContact__lineBtn span {
  display: inline-block;
  width: 32px;
  position: relative;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 850px) {
  .headerContact__lineBtn span {
    width: 22.5px;
  }
}
.headerContact__lineBtn span img {
  vertical-align: bottom;
}
.headerContact__info {
  padding: 40px 0;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 850px) {
  .headerContact__info {
    padding: 40px 0 100px;
  }
}
.headerContact__infoWrap {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1266px;
}
@media screen and (max-width: 850px) {
  .headerContact__infoWrap {
    padding: 0 15px;
  }
}
.headerContact__infoTtl {
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 850px) {
  .headerContact__infoTtl {
    font-size: 12px;
  }
}
.headerContact__infoTel {
  display: block;
  width: 390px;
  margin: 15px auto 25px;
}
@media screen and (max-width: 850px) {
  .headerContact__infoTel {
    width: 315px;
  }
}
.headerContact__infoTxt {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 850px) {
  .headerContact__infoTxt {
    font-size: 12px;
  }
}

.headerContact.panelactive {
  opacity: 1;
  z-index: 9999999;
}

.header__spBtnList {
  display: flex;
  gap: 20px;
}

.header__spBtnList li {
  width: calc(100% / 4);
}

@media screen and (max-width: 850px) {
  .header__spBtnList {
    padding: 0 15px 20px;
  }
  .header__spBtnList li {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 550px) {
  .header__spBtnList {
    flex-direction: column;
  }
  .header__spBtnList li {
    width: 100%;
  }
}
.footer__top {
  background: #f5f5f5;
  padding: 50px 0;
}
@media screen and (max-width: 850px) {
  .footer__top {
    padding: 20px 0;
  }
}
.footer__li {
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 850px) {
  .footer__li {
    font-size: 10px;
  }
}
.footer__ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 850px) {
  .footer__ttl {
    font-size: 12px;
  }
}
.footer__tel {
  display: block;
  width: 390px;
  margin: auto;
  margin: 15px auto 25px;
}
@media screen and (max-width: 850px) {
  .footer__tel {
    width: 315px;
  }
}
.footer__txt {
  font-size: 14px;
  text-align: center;
}
.footer__txt span {
  display: block;
}
@media screen and (max-width: 850px) {
  .footer__txt {
    font-size: 12px;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 80px;
}
@media screen and (max-width: 850px) {
  .footer__bottom {
    padding: 20px 15px 30px;
  }
}




@media screen and (max-width: 850px) {


  
}
.footer__bnr2 {
  width: 227px;
}
@media screen and (max-width: 850px) {
  .footer__bnr2 {
    max-width: 155px;
  }
}
.footer__otherLinks {
  border-top: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 15px;
}
@media screen and (max-width: 850px) {
  .footer__otherLinks {
    padding: 20px 0 30px;
  }
}
.footer__otherLinks li {
  margin: 0 15px;
}
.footer__otherLink {
  font-size: 12px;
}
.footer__copy {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
}
@media screen and (max-width: 850px) {
  .footer__copy {
    font-size: 10px;
    padding: 15px 15px 12px;
    line-height: 1.2;
  }
}

.holiday_info {
  border: 1px solid #ccc;
  text-align: center;
  max-width: 900px;
  width: 100%;
  margin: 30px auto;
  padding: 20px 10px;
}
.holiday_info h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ff2f32;
}
.holiday_info p {
  font-size: 13px;
  color: #ff2f32;
}

/* ローディング */
#loading_area {
  transition: 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-image: url(../img/top/loading/loading_back.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#loading_area .loading_wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
#loading_area .loading_wrap h2 {
  margin-bottom: 100px;
  transition: 0.3s ease;
}
#loading_area .loader {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 0 auto;
  border: 4px solid rgba(76, 73, 72, 0.3);
  border-right-color: #4c4948;
  animation: l2 1s infinite linear;
}
@media screen and (max-width: 550px) {
  #loading_area .loading_wrap h2 {
    width: 70%;
    margin: 0 auto 60px;
  }
}

@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}
body#topPage header {
  opacity: 0;
  transition: 0.3s ease;
}

.floatingBnr {
  opacity: 0;
  transition: 0.3s ease;
}

#topMv {
  opacity: 0;
  transition: 1s ease 1s;
}

body#topPage {
  overflow: hidden;
}

body#topPage.load_end {
  overflow: auto;
}
body#topPage.load_end #loading_area {
  opacity: 0;
  visibility: hidden;
}
body#topPage.load_end header {
  opacity: 1;
}
body#topPage.load_end .floatingBnr {
  opacity: 1;
}
body#topPage.load_end #topMv {
  opacity: 1;
}

/* メインビジュアル */
.topMv {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 850px) {
  .topMv {
  
    overflow: hidden;
  }
}
.topMv__ttl {
  position: absolute;
  width: 173px;
  left: calc(50% - 86.5px);
  top: calc(50% - 230px);
}
@media screen and (max-width: 850px) {
  .topMv__ttl {
    width: 160px;
    left: calc(50% - 80px);
    top: calc(50% - 170px);
  }
}
.topMv__slides {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 850px) {
  .topMv__slides {
    overflow: hidden;
  }
}
.topMv__slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 860px;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .topMv__slide {
    height: 100vh;
  }
}
.topMv__dots {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /*right: 30px; top: calc(50% - 60px);*/
}
@media screen and (max-width: 850px) {
  .topMv__dots {
    right: 15px;
  }
}
.topMv__dots li.slick-active button {
  border: 1px solid #fff;
  opacity: 1;
  box-shadow: 0px 0px 12px 0px #dbdbdb;
}
.topMv__dots li {
  margin-bottom: 0px;
  width: 30px;
  height: 30px;
}
.topMv__dots li:last-of-type {
  margin-bottom: 0;
}
.topMv__dots li button {
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 10000px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.topMv__dots li button:before {
  content: "";
  position: absolute;
  left: calc(50% - 3px);
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0px 0px 12px 0px #8a8a8a;
}
.topMv .patch_box {
  position: absolute;
  bottom: 40px;
  left: 30px;
  z-index: 10;
  width: 200px;
}
.topMv .patch_box img {
  width: 100%;
}
@media screen and (max-width: 550px) {
  .topMv .patch_box {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 35%;
    right: 20px;
    z-index: 10;
    width: 100px;
  }
}

/* ↓↓ スライド動作 ↓↓　*/
#topMv {
  height: 860px;
  margin: 0 0 0;
  position: relative;
}
#topMv .cap {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(120, 120, 120, 0.7);
  font-size: 11px;
  color: #fff;
  padding: 0 5px;
  z-index: 3;
  opacity: 1;
}

/* topMv__slide1 */
.topMv__slide1 {
  background-image: url(../img/top/topMv/mv_slide1_bk.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .topMv__slide1 {
    background-image: url(../img/top/topMv/mv_slide1_bk_sp.jpg);
  }
}

.slide1_logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/topMv/mv_slide1_logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .slide1_logo {
    background-image: url(../img/top/topMv/mv_slide1_logo_sp.png);
  }
}

.slide1_back {
  width: 100%;
  height: 100%;
  background-image: url(../img/top/topMv/mv_slide1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 1400px) {
  .slide1_back {
    background-position: right center;
  }
}
@media screen and (max-width: 850px) {
  .slide1_back {
    background-image: url(../img/top/topMv/mv_slide1_sp.png);
    background-position: center center;
    background-size: 100%;
  }
}

/* topMv__slide2 */
.slide2_text {
  position: absolute;
  top: 30%;
  left: 50px;
  z-index: 2;
  transform: translateY(-50%);
  font-family: "Noto Serif JP", serif;
  font-size: 2vw;
  font-weight: 600;
  letter-spacing: 2px;
  text-shadow: 0 0 6px #000;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .slide2_text {
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    font-size: 6vw;
    line-height: 1.6;
    background: none;
    padding: 5px 25px;
    left: 0;
  }
}

.slide2_back {
  width: 130%;
  height: 100%;
  background-image: url(../img/top/topMv/mv_slide2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* topMv__slide3 */
.slide3_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url("../img/top/topMv/mv_slide3_PCtext.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 850px) {
  .slide3_text {
    background-image: url("../img/top/topMv/mv_slide3_SPtext.png");
  }
}
@media screen and (max-width: 550px) {
  .slide3_text {
    top: 40px;
  }
}

.slide3_back {
  width: 130%;
  height: 100%;
  background-image: url(../img/top/topMv/mv_slide3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 550px) {
  .slide3_back {
    background-image: url(../img/top/topMv/mv_slide3.jpg);
  }
}

/* topMv__slide4 */
.slide4_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url("../img/top/topMv/mv_slide4_PCtext.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 850px) {
  .slide4_text {
    background-image: url("../img/top/topMv/mv_slide4_SPtext.png");
  }
}
@media screen and (max-width: 550px) {
  .slide4_text {
    top: 40px;
  }
}

.slide4_back {
  width: 130%;
  height: 100%;
  background-image: url(../img/top/topMv/mv_slide4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 550px) {
  .slide4_back {
    background-image: url(../img/top/topMv/mv_slide4_sp.jpg);
  }
}

/* 動作 */
.slide1_logo,
.slide2_text p,
.slide3_text,
.slide4_text {
  opacity: 0;
  transition: 0.5s ease-in 1.5s;
}

.topMv__slide1.add-animation .slide1_logo {
  opacity: 1;
}
.topMv__slide1.add-animation .slide1_back {
  transform: translateY(40%);
  filter: blur(10px);
  opacity: 0;
  animation: slide1 2s ease-in 0.5s forwards;
}

@keyframes slide1 {
  0% {
    transform: translateY(40%);
    filter: blur(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(-20px);
    filter: blur(0);
    opacity: 1;
  }
}
.topMv__slide2.add-animation .slide2_text p {
  opacity: 1;
}
.topMv__slide2.add-animation .slide2_back {
  animation: slide3 6s ease-in 0.5s forwards;
}

.topMv__slide3.add-animation .slide3_text {
  opacity: 1;
}
.topMv__slide3.add-animation .slide3_back {
  animation: slide3 5s ease-in 0.5s forwards;
}

.topMv__slide4.add-animation .slide4_text {
  opacity: 1;
}
.topMv__slide4.add-animation .slide4_back {
  animation: slide3 6s ease-in 0.5s forwards;
}

@keyframes slide3 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%) translateX(100vw);
  }
}
/* ↑↑↑↑　*/
@media screen and (max-width: 850px) {
  .topInfo.sc {
    position: absolute;
    transition: 0.4s;
  }
}

.topInfo {
  max-width: 770px;
  margin: -30px auto 0;
  margin-bottom: 60px;
  border-radius: 10px;
  overflow: hidden;
  background: #00728e;
  background-image: linear-gradient(0deg, rgba(95,81,74, .9), rgba(48,33,26, .9));
  padding: 17px 0;
  position: relative;
}
@media screen and (max-width: 850px) {
  .topInfo {
    transition: 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    margin: 0;
    max-width: 100%;
    padding: 8px 0;
  }
}
.topInfo__dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 850px) {
  .topInfo__dl {
    font-size: 12px;
  }
}
.topInfo__dt {
  font-family: "Marcellus";
  width: 150px;
  border-right: 1px dotted #fff;
  text-align: center;
  background: #5f514a;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 850px) {
  .topInfo__dt {
    width: 55px;
  }
}
.topInfo__dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin-left: 25px;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .topInfo__dd {
    overflow: hidden;
    margin-left: 15px;
  }
}
.topInfo__link {
  color: #fff; /*text-decoration: underline;*/
  white-space: nowrap;
  padding-left: 70px;
  animation: marquee 20s linear 3s infinite;
}
.topInfo__link .topInfo__item {
  display: inline-block;
  margin-right: 40px;
}
.topInfo__link .topInfo__item.new:after {
  content: "NEW";
  background: #951026;
  color: #fff;
  font-size: 13px;
  padding: 2px;
}
@media screen and (max-width: 850px) {
  .topInfo__link {
    animation: marquee 10s linear 3s infinite;
    padding-left: 30px;
  }
}
@keyframes marquee {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
.topPlan {
  max-width: 1246px;
  padding: 0 30px;
  position: relative;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1240px) {
  .topPlan {
    padding: 0 15px;
    overflow-x: auto;
  }
}
@media screen and (max-width: 850px) {
  .topPlan {
    padding: 0 0 0 15px;
    overflow-x: hidden;
    max-width: 100%;
    margin: 0 auto 35px;
  }
}
.topPlan__wrap {
  width: 870px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari etc. */
  -ms-justify-content: space-between; /* IE10        */
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .topPlan__wrap {
    width: 100%;
  }
}
.topPlan__inner {
  width: calc(100% / 2 - 10px);
}
@media screen and (max-width: 850px) {
  .topPlan__inner {
    width: 290px;
    padding: 0;
    margin-right: 15px;
  }
}
.topPlan__box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
  padding: 30px 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 320px;
}
@media screen and (max-width: 850px) {
  .topPlan__box {
    box-sizing: border-box;
    padding: 20px;
	height: 220px;
  }
}
.topPlan__box_cap{
text-align: right;
color: white;
font-size: 12px;
position: absolute;
right: 5px;
bottom: 10px;
}
@media screen and (max-width: 850px) {
.topPlan__box_cap{
font-size: 9px;
}
}
.topPlan__box:before {
  content: "";
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 32%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 250px;
}
.topPlan__box1 {
  background-image: url("../img/top/merit/bg_plan1.jpg");
  height: 650px;
}
@media screen and (max-width: 850px) {
  .topPlan__box1 {
    height: 500px;
  }
}
.topPlan__box2 {
  background-image: url("../img/top/merit/bg_plan2.jpg");
  height: 317.5px;
}
@media screen and (max-width: 850px) {
  .topPlan__box2 {
    height: calc(258px - 15px);
  }
}
.topPlan__box3 {
  background-image: url("../img/top/merit/bg_plan2.jpg");
  margin-top: 15px;
  height: 317.5px;
}
@media screen and (max-width: 850px) {
  .topPlan__box3 {
    height: calc(258px - 15px);
  }
}
.topPlan__box4 {
  background-image: url("https://www.livio-sumai.jp/pj/takadanobaba/assets/img/top/bg_plan4.png");
  height: 650px;
}
@media screen and (max-width: 850px) {
  .topPlan__box4 {
    height: 500px;
  }
}
.topPlan__boxInner {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: left;

}
.topPlan__subTtl {

  background: #000;
}
.topPlan__ttl {
font-family: 'Noto Serif JP', serif !important;
  font-size: 11px;
  line-height: 1.259;
  font-weight: 300;
  margin: 10px 0 20px;
  text-align: left;
  height: 160px;
  letter-spacing: 0.1rem;
}
.topPlan__ttl b {
  font-size: 180%;
}


@media screen and (max-width: 550px) {
.topPlan__ttl {
height: 100px;

}
  .topPlan__ttl b {
    font-size: 13px;
  }
}
.topPlan__txt {
  font-size: 14px;
}
@media screen and (max-width: 850px) {
  .topPlan__txt {
    font-size: 12px;
    line-height: 1.6;
  }
}
.topPlan__btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 30px;
  border-radius: 100px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  font-family: "Marcellus";
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 20px;

}

.topPlan__box:hover {
  opacity: 0.7;
  transition: 0.3s ease;
}

.topPlan__box.soon:hover {
  opacity: 1;
}

.topPlan__box.soon:after {
  content: "";
  color: #fff;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topPlan__box.soon a {
  pointer-events: none;
}

.topPlan__box.soon span {
  border: 2px solid #999;
  color: #fff;
  background: #999;
}

.topPlan__boxBg1 {
  background-image: url("../img/top/merit/bg_plan1.jpg");
}

.topPlan__boxBg3 {
  background-image: url("../img/top/merit/bg_plan3.jpg");
}

.topPlan__boxBg2 {
  background-image: url("../img/top/merit/bg_plan2.jpg");
}
.topPlan__boxBg4 {
  background-image: url("../img/top/merit/bg_plan4.jpg");
}
.topPlan__boxBg6 {
  background-image: url("../img/top/merit/bg_plan6.jpg");
}

.topPlan__boxBg5 {
  background-image: url("../img/top/merit/bg_plan5.jpg");
}

.topBrand {
  margin-bottom: 100px;
  margin-top: 120px;
}
@media screen and (max-width: 850px) {
.topPlan__btn {
margin-bottom: 42px;
font-size: 10px !important;
height: 25px;
width:100px;

}
  .topBrand {
    margin-bottom: 50px;
	margin-top: 60px;
  }
}
.topBrand__wrap {
  background: #fff;
  overflow: hidden;
  height: 295px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 850px) {
  .topBrand__wrap {
    display: block;
    height: auto;
  }
}
.topBrand__pic {
  width: 510px;
  height: 100%;
  background: url("../img/top/bg_brand.png") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .topBrand__pic {
    background: none;
    width: 100%;
  }
}
.topBrand__pic img {
  width: 100%;
}
.topBrand__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .topBrand__box {
    display: block;
    padding: 20px 0 30px;
  }
}
.topBrand__boxInner {
  text-align: center;
}
.topBrand__subTtl {
  font-family: "Marcellus";
  font-size: 28px;
}
@media screen and (max-width: 850px) {
  .topBrand__subTtl {
    font-size: 19px;
  }
}
.topBrand__ttl {
  font-size: 28px;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  .topBrand__ttl {
    font-size: 19px;
  }
}

.btn_blue {
  width: 100%;
  margin: 0 auto;
}

.btn_blue a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5ab1c4;
  color: #fff;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 500;
}

.top_infoArea {
  padding: 100px 15px 80px;
}
@media screen and (max-width: 850px) {
  .top_infoArea {
    padding: 40px 15px;
  }
}
.top_infoArea .top_infoArea_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: #e7f9fa;
  text-align: center;
  padding: 40px 30px;
}
@media screen and (max-width: 850px) {
  .top_infoArea .top_infoArea_inner {
    padding: 20px;
  }
}
.top_infoArea .top_infoArea_en {
  font-size: 16px;
  color: #7ebdbc;
}
.top_infoArea h3 {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 500;
  letter-spacing: 0.5vw;
}
.top_infoArea .btn_blue {
  max-width: 400px;
  padding: 30px 0;
}
@media screen and (max-width: 850px) {
  .top_infoArea .btn_blue {
    padding: 20px 0;
  }
}
.top_infoArea .btn_blue a {
  height: 80px;
  border-radius: 40px;
}
@media screen and (max-width: 850px) {
  .top_infoArea .btn_blue a {
    height: 56px;
  }
}
.top_infoArea .btn_blue a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 850px) {
  .top_infoArea .top_infoArea_text {
    font-size: 12px;
    text-align: left;
  }
}

#top_contentLead {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  padding: 100px 0 0;
}
@media screen and (max-width: 850px) {
  #top_contentLead {
    padding: 50px 0 0;
  }
}
#top_contentLead:before {
  content: "";
  display: block;
  width: 1px;
  height: 200px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 850px) {
  #top_contentLead:before {
    height: 75px;
  }
}
#top_contentLead .top_contentText {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  padding: 230px 20px 0;
}
@media screen and (max-width: 850px) {
  #top_contentLead .top_contentText {
    padding: 80px 20px 0;
  }
}
#top_contentLead .top_contentText h3 {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
#top_contentLead .top_contentText h3 span {
  display: block;
}
#top_contentLead .top_contentText h3 span:nth-child(1) {
  font-size: clamp(22px, 4.5vw, 50px);
}
#top_contentLead .top_contentText h3 span:nth-child(1) b {
  font-size: 150%;
}
#top_contentLead .top_contentText h3 span:nth-child(2) {
  font-size: clamp(20px, 4vw, 40px);
}
#top_contentLead .top_contentText p {
  font-size: clamp(13px, 2.5vw, 20px);
}
#top_contentLead .content_logo {
  max-width: 24vw;
  margin: 50px auto 0;
}
@media screen and (max-width: 850px) {
  #top_contentLead .content_logo {
    max-width: 40vw;
    margin: 20px auto 0;
  }
}
#top_contentLead .content_logo img {
  width: 100%;
}
#top_contentLead .top_contentBk img {
  width: 100%;
}
#top_contentLead .cap {
  background: rgba(120, 120, 120, 0.7);
  font-size: 11px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  z-index: 2;
}

#top_contentLink {
  overflow: hidden;
  padding: 150px 0 0;
}
@media screen and (max-width: 850px) {
  #top_contentLink {
    padding: 40px 0 0;
  }
}
#top_contentLink .top_linkWrap {
  position: relative;
}
#top_contentLink .top_linkWrap .top_linkImg_inner {
  position: relative;
  width: calc(100vw - (50vw - 593px));
  margin-bottom: 50px;
}
@media screen and (max-width: 1306px) {
  #top_contentLink .top_linkWrap .top_linkImg_inner {
    width: calc(100vw - 60px);
  }
}
@media screen and (max-width: 850px) {
  #top_contentLink .top_linkWrap .top_linkImg_inner {
    margin-bottom: 20px;
  }
}
#top_contentLink .top_linkWrap .linkTitle {
  font-family: "Marcellus";
  font-size: 6.5vw;
  font-weight: 400;
  letter-spacing: 1vw;
  line-height: 1;
  color: #5ab1c4;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: left;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  #top_contentLink .top_linkWrap .linkTitle {
    font-size: 8vw;
  }
}
#top_contentLink .top_linkWrap .linkImage img {
  width: 100%;
}
#top_contentLink .top_linkWrap .inner p {
  font-size: clamp(15px, 4.5vw, 35px);
  letter-spacing: 2px;
}
#top_contentLink .top_linkWrap .link_viewmore {
  text-align: right;
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  #top_contentLink .top_linkWrap .link_viewmore {
    margin-top: 20px;
  }
}
#top_contentLink .top_linkWrap .link_viewmore a {
  display: inline-block;
  background: #f1f1f2;
  font-family: "Marcellus";
  font-size: clamp(14px, 2vw, 30px);
  letter-spacing: 2px;
  padding: 4px 50px;
  position: relative;
  color: #231815;
}
#top_contentLink .top_linkWrap .link_viewmore a:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 100%;
  height: 100%;
  border: 1px solid #231815;
  transition: 0.3s ease;
}
@media screen and (max-width: 850px) {
  #top_contentLink .top_linkWrap .link_viewmore a:before {
    top: -3px;
    left: -3px;
  }
}
#top_contentLink .top_linkWrap .link_viewmore a:hover {
  transform: scale(0.95);
}
#top_contentLink .top_linkWrap .link_viewmore a:hover:before {
  top: 0;
  left: 0;
}
@media screen and (max-width: 850px) {
  #top_contentLink .top_linkWrap .link_viewmore a {
    padding: 4px 30px;
  }
}

#top_contentLink .link_location {
  margin-bottom: 150px;
}
@media screen and (max-width: 850px) {
  #top_contentLink .link_location {
    margin-bottom: 50px;
  }
}
#top_contentLink .link_location .linkTitle {
  top: 0;
  right: 0;
  transform-origin: right;
  transform: rotate(90deg) translateX(135%);
}
#top_contentLink .link_access {
  margin-bottom: 150px;
}
@media screen and (max-width: 850px) {
  #top_contentLink .link_access {
    margin-bottom: 50px;
  }
}
#top_contentLink .link_access:before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 150%;
  background: linear-gradient(to bottom, #c8f1f4 0%, #f0fdfc 30%, #f0fdfc 70%, #c8f1f4 100%);
}
#top_contentLink .link_access .top_linkImg_inner {
  margin-left: auto;
}
#top_contentLink .link_access .linkTitle {
  top: 64%;
  left: -4%;
}
#top_contentLink .link_access .inner {
  padding-left: 220px;
}
@media screen and (max-width: 850px) {
  #top_contentLink .link_access .inner {
    padding-left: 100px;
  }
}
#top_contentLink .link_residence {
  margin-bottom: 150px;
}
@media screen and (max-width: 850px) {
  #top_contentLink .link_residence {
    margin-bottom: 50px;
  }
}
#top_contentLink .link_residence .linkTitle {
  top: 0;
  right: 0;
  transform-origin: right;
  transform: rotate(90deg) translateX(190%);
}
#top_contentLink .link_plan {
  margin-bottom: 150px;
}
@media screen and (max-width: 850px) {
  #top_contentLink .link_plan {
    margin-bottom: 50px;
  }
}
#top_contentLink .link_plan:before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(to bottom, #c8f1f4 0%, #f0fdfc 30%, #f0fdfc 70%, #c8f1f4 100%);
}
#top_contentLink .link_plan .top_linkImg_inner {
  margin-left: auto;
}
#top_contentLink .link_plan .linkTitle {
  top: 76%;
  left: -4%;
}
#top_contentLink .link_plan .inner {
  padding-left: 220px;
}
@media screen and (max-width: 850px) {
  #top_contentLink .link_plan .inner {
    padding-left: 100px;
  }
}
#top_contentLink .link_facility {
  margin-bottom: 150px;
}
@media screen and (max-width: 850px) {
  #top_contentLink .link_facility {
    margin-bottom: 50px;
  }
}
#top_contentLink .link_facility:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 130%;
  background: #6bbfd4 url("../img/top/link_backgroun.png") no-repeat center bottom;
  background-size: contain;
}
@media screen and (max-width: 850px) {
  #top_contentLink .link_facility:before {
    background-position: center bottom 70px;
  }
}
#top_contentLink .link_facility .linkTitle {
  top: 0;
  right: 0;
  color: #fff;
  transform-origin: right;
  transform: rotate(90deg) translateX(190%);
}
#top_contentLink .link_facility .inner p {
  color: #fff;
}
#top_contentLink .link_facility .link_viewmore a {
  background: #8bcada;
  color: #fff;
}
#top_contentLink .link_facility .link_viewmore a:before {
  border-color: #ceeaf1;
}
#top_contentLink .link_brand {
  padding-bottom: 200px;
}
@media screen and (max-width: 850px) {
  #top_contentLink .link_brand {
    padding-bottom: 80px;
  }
}
#top_contentLink .link_brand:before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  background: linear-gradient(to bottom, #c8f1f4 0%, #f0fdfc 30%, #f0fdfc 70%, #c8f1f4 100%);
}
#top_contentLink .link_brand .top_linkImg_inner {
  margin-left: auto;
}
#top_contentLink .link_brand .linkTitle {
  top: 70%;
  left: -4%;
}
#top_contentLink .link_brand .inner {
  padding-left: 220px;
}
@media screen and (max-width: 850px) {
  #top_contentLink .link_brand .inner {
    padding-left: 100px;
  }
}

.floatingBnr {
  position: fixed;
  bottom: 10px;
  right: 10px;
  max-width: 280px;
  z-index: 11;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.floatingBnr .floatingBnr_close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatingBnr .floatingBnr_close::after {
  content: "×";
  color: #fff;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
}
.floatingBnr .floatingBnr_close:hover {
  cursor: pointer;
  opacity: 0.5;
}
.floatingBnr .floatingBnr_img a {
  display: block;
}
.floatingBnr .floatingBnr_img a:hover {
  opacity: 0.7;
}
.floatingBnr .floatingBnr_img img {
  vertical-align: bottom;
}
@media screen and (max-width: 550px) {
  .floatingBnr {
    bottom: 0;
    right: 0;
    max-width: 100%;
    z-index: 11;
    box-shadow: none;
  }
  .floatingBnr .floatingBnr_close {
    left: auto;
    top: -15px;
    right: 5px;
  }
  .floatingBnr .floatingBnr_img a {
    background: linear-gradient(to right, #30c6c8 0%, #32bc8a 50%, #30c6c8 100%);
  }
}

/* conceptArea  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#conceptArea {
  width: 100%;
  position: relative;
  overflow: hidden; /* aerialPhoto */ /* conceptImage */ /* conceptMessage */
}
#conceptArea figure {
  position: relative;
}
#conceptArea .cap {
  background: rgba(120, 120, 120, 0.7);
  font-size: 11px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  z-index: 2;
}
#conceptArea .concept_scene .trigger_point {
  height: 120vh;
  width: 100%;
  display: block;
}
#conceptArea .concept_scene #sce-01_01 {
  height: 50vh;
}
#conceptArea .concept_scene #sce-01_02 {
  height: 200vh;
  position: relative;
}
#conceptArea .concept_scene #sce-01_03 {
  height: 150vh;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#conceptArea #aerialPhoto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
}
#conceptArea #aerialPhoto .aerialPhoto_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#conceptArea #aerialPhoto .aerialPhoto_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("../img/top/concept/aerialPhoto_PC.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#conceptArea #aerialPhoto .aerialPhoto_line {
  clip-path: inset(100% 0 0 0);
  transition: 1.5s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url(../img/top/concept/aerialPhoto_PC_line.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#conceptArea #aerialPhoto .aerialPhoto_line.show {
  clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 550px) {
  #conceptArea #aerialPhoto .aerialPhoto_img {
    background-image: url("../img/top/concept/aerialPhoto_SP.jpg");
  }
  #conceptArea #aerialPhoto .aerialPhoto_line {
    background-image: url("../img/top/concept/aerialPhoto_SP_line.png");
  }
}
#conceptArea #conceptImage {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 3;
  opacity: 0;
  transition: 0.5s ease;
}
#conceptArea #conceptImage .conceptImage_wrap {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: -20vw;
  inset-block-start: 50%;
  translate: 0 -50%;
}
#conceptArea #conceptImage .conceptImage_half {
  display: grid;
  overflow: clip;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2vw;
}
#conceptArea #conceptImage .conceptImage_half:nth-child(1) {
  padding-inline-end: 1.1vw;
}
#conceptArea #conceptImage .conceptImage_half:nth-child(1) .line_02 > div:last-child .cap {
  top: 0;
  bottom: auto;
}
#conceptArea #conceptImage .conceptImage_half:nth-child(2) {
  padding-inline-start: 1.1vw;
}
#conceptArea #conceptImage .conceptImage_half:nth-child(2) .line_02 .cap {
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
#conceptArea #conceptImage .image_line {
  display: grid;
  position: relative;
  row-gap: 2vw;
}
#conceptArea #conceptImage .image_line:has(.scale_image) {
  position: relative;
  z-index: 2;
}
#conceptArea #conceptImage .image_line figure {
  overflow: hidden;
}
#conceptArea #conceptImage .image_line img {
  transform: scale(1.08);
}
#conceptArea #conceptImage .image_line:nth-child(odd) {
  transform: translateY(-50%);
}
#conceptArea #conceptImage .image_line:nth-child(even) {
  transform: translateY(50%);
}
#conceptArea #conceptImage .image_line .scale_image {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 550px) {
  #conceptArea #conceptImage .conceptImage_wrap {
    grid-template-rows: repeat(2, 100vw);
    grid-template-columns: initial;
    margin-inline: -65.8974358974vw;
    inset-block-start: 50vh;
    translate: 0 -50%;
  }
  #conceptArea #conceptImage .conceptImage_half {
    align-items: flex-end;
    padding-block-end: 2.5vw;
    row-gap: 2.2vw;
    grid-template-columns: initial;
  }
  #conceptArea #conceptImage .conceptImage_half:nth-child(1) {
    align-items: flex-end;
    padding-block-end: 3vw;
  }
  #conceptArea #conceptImage .conceptImage_half:nth-child(1) .line_02 > div:last-child .cap {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }
  #conceptArea #conceptImage .conceptImage_half:nth-child(2) {
    padding-block-start: 3vw;
  }
  #conceptArea #conceptImage .image_line {
    grid-template-columns: repeat(3, 73vw);
    column-gap: 5vw;
  }
  #conceptArea #conceptImage .image_line:nth-child(odd) {
    transform: translateX(-50%);
  }
  #conceptArea #conceptImage .image_line:nth-child(even) {
    transform: translateX(50%);
  }
}
#conceptArea #conceptMessage {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 114, 142, 0.7);
  z-index: 4;
  opacity: 0;
  transition: 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
}
@media screen and (max-width: 850px) {
  #conceptArea #conceptMessage {
    padding: 80px 20px 0;
  }
}
#conceptArea #conceptMessage h3 {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #fff;
}
#conceptArea #conceptMessage h3 span {
  display: block;
}
#conceptArea #conceptMessage h3 span:nth-child(1) {
  font-size: clamp(22px, 4.5vw, 50px);
}
#conceptArea #conceptMessage h3 span:nth-child(1) b {
  font-size: 150%;
}
#conceptArea #conceptMessage h3 span:nth-child(2) {
  font-size: clamp(20px, 4vw, 40px);
}
#conceptArea #conceptMessage p {
  font-size: clamp(13px, 2.5vw, 20px);
  color: #fff;
}
#conceptArea #conceptMessage .content_logo {
  max-width: 24vw;
  margin: 50px auto 0;
}
@media screen and (max-width: 850px) {
  #conceptArea #conceptMessage .content_logo {
    max-width: 40vw;
    margin: 20px auto 0;
  }
}
#conceptArea #conceptMessage .content_logo img {
  width: 100%;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

#conceptArea.area_show #aerialPhoto,
#conceptArea.area_show #conceptImage,
#conceptArea.area_show #conceptMessage {
  position: fixed;
}

.page {
  position: relative;
  padding: 0px 0px 0;
}
@media screen and (max-width: 850px) {
  .page {
    padding: 40px 15px 0;
  }
}

.pageHeaderSample {
  background-image: url("../img/page/pagettl_sample.png");
}
@media screen and (max-width: 850px) {
  .pageHeaderSample {
    background-image: url("../img/page/pagettl_sample_sp.png");
  }
}

.pageHeader {
  position: relative;
  height: 415px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 850px) {
  .pageHeader {
    height: 265px;
  }
}
.pageHeader__wrap {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 60px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .pageHeader__wrap {
    padding: 0 15px 0;
    align-items: center;
  }
}
.pageHeader__ttl {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.563;
}
@media screen and (max-width: 850px) {
  .pageHeader__ttl {
    font-size: 19px;
  }
}
.pageHeader__subTtl {
  color: #fff;
  font-size: 20px;
  display: block;
  margin: 0 0 10px;
  font-family: "Marcellus";
}
@media screen and (max-width: 850px) {
  .pageHeader__subTtl {
    font-size: 14px;
  }
}
.pageHeader__mask {
  position: relative;
}
.pageHeader__mask:before {
  content: "";
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 32%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60%;
}

.dummy {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 686px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: #efefef;
  font-size: 32px;
  color: #8d8d8d;
}
@media screen and (max-width: 850px) {
  .dummy {
    font-size: 16px;
  }
}

/* 簡易CSS */

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb110 {
  margin-bottom: 110px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml20 {
  margin-left: 20px;
}

.pt10 {
  padding-top: 10px;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
TOP CSS
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.topMv__slides {
	position: relative;
	width: 100%;
	height: 100%;
}
.topMv__slide {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 1.5s ease;
}
.topMv__slide.add-animation {
	opacity: 1;
}

.topInfo {
	z-index: 10;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(50%);
}

@media screen and (max-width: 850px) {
.topInfo {
	transform: translateY(0);
}
}
.header__triger, .header__trigerLeft, .header__trigerRight {
	bottom: 110px !important;
}
.header__triger.down, .header__trigerLeft.down, .header__trigerRight.down {
	bottom: 30px !important;
}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
TD追加CSS
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/



.haikei_section {
  width: 100%;
}
.haikei_section.section0 {
  background-image: url(../../assets/img/design/secition0/background.png); 
  background-size:cover;
  background-position:bottom;
height: 400px;
  padding: 50px 0 50px;
}

.haikei_section.section_top_concept {
  background-image: url(../../assets/img/design/secition0/background.png); 
  background-size:cover;
  background-position:bottom;
height: 1700px;
  padding: 80px 0 50px;
}
@media screen and (max-width: 550px) {
.haikei_section.section_top_concept {
height: 860px;

}
}

.under_subtitle{
font-size: 50px;
line-height: 1.4;
text-align: center;
color: #645C45;
margin-bottom: 40px;
font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


.zuhan1380 {
  width: 92%;
  max-width: 1380px;
  margin: 50px auto 50px;
}

.zuhan1380x100 {
  width: 100%;
  margin: 50px auto 50px;
}


.zuhan1080 {
  width: 92%;
  max-width: 1080px;
  margin: 50px auto 50px;
}

.zuhan880 {
  width: 92%;
  max-width: 880px;
  margin: 50px auto 50px;
}

.zuhan580 {
  width: 92%;
  max-width: 580px;
  margin: 50px auto 50px;
}

.zuhan380 {
  width: 40%;
  max-width: 280px;
  margin: 10px auto 50px;
}



.kaso_box_1380x4{
width: 100%;
max-width: 1380px;
display: flex;
flex-wrap: wrap;
margin: 70px auto 50px;
}

.kaso_box_x4 { display: flex; flex-wrap: wrap; }
.kaso_box_x4 .imagebox {
  width: calc(100% / 4);
  height: 100%;
  /*position: relative;*/
  /*overflow: hidden;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  border-left: 4px solid #fff;
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 550px) {
.kaso_box_x4 .imagebox {
  width: calc(100% / 2);
  height: 51%;
  /*position: relative;*/
  /*overflow: hidden;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  border-left: 4px solid #fff;
  /*background-size: cover;*/

}
}

.kaso_box_1380x4_spx2{
width: 96%;
max-width: 1380px;
display: flex;
flex-wrap: wrap;
margin: 70px auto 50px;
}

.kaso_box_1380x4_spx2 { display: flex; flex-wrap: wrap; }
.kaso_box_1380x4_spx2 .imagebox {
  width: calc(100% / 4);
  height: 100%;
  /*position: relative;*/
  /*overflow: hidden;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  border-left: 4px solid #fff;
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 550px) {
.kaso_box_1380x4_spx2 .imagebox {
  width: calc(100% / 1.0);
  height: 26%;
  /*position: relative;*/
  /*overflow: hidden;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  border-left: 0px solid #fff;
  /*background-size: cover;*/

}
}


.kaso_box_1380x2_spx2{
width: 96%;
max-width: 1080px;
display: flex;
flex-wrap: wrap;
margin: 30px auto 50px;
}

.kaso_box_1380x2_spx2 { display: flex; flex-wrap: wrap; }
.kaso_box_1380x2_spx2 .imagebox {
  width: calc(100% / 2);
  height: 17%;
  /*position: relative;*/
  /*overflow: hidden;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  border-left: 8px solid #fff;
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 550px) {
.kaso_box_1380x2_spx2 .imagebox {
  width: calc(100% / 1.0);
  height: 26%;
  /*position: relative;*/
  /*overflow: hidden;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  border-left: 0px solid #fff;
  /*background-size: cover;*/

}
}







.kaso_box_1380x3{
width: 92%;
max-width: 1080px;
display: flex;
flex-wrap: wrap;
margin: 70px auto 50px;
}

.kaso_box_x3 { display: flex; flex-wrap: wrap; }
.kaso_box_x3 .imagebox {
  width: calc(100% / 3);
  height: 100%;
  /*position: relative;*/
  /*overflow: hidden;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  border-left: 4px solid #fff;
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 550px) {
.kaso_box_x3 .imagebox {
  width: calc(100% / 2);
  height: 51%;
  /*position: relative;*/
  /*overflow: hidden;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  border-left: 4px solid #fff;
  /*background-size: cover;*/

}
}

.kaso_box_1380x3_spx2{
width: 96%;
max-width: 1380px;
display: flex;
flex-wrap: wrap;
margin: 70px auto 50px;
}

.kaso_box_1380x3_spx2 { display: flex; flex-wrap: wrap; }
.kaso_box_1380x3_spx2 .imagebox {
  width: calc(100% / 3);
  height: 100%;
  /*position: relative;*/
  /*overflow: hidden;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  border-left: 4px solid #fff;
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 550px) {
.kaso_box_1380x3_spx2 .imagebox {
  width: calc(100% / 1.0);
  height: 28%;
  /*position: relative;*/
  /*overflow: hidden;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  border-left: 0px solid #fff;
  /*background-size: cover;*/

}
}




.kaso_box_880x2{
width: 92%;
max-width: 880px;
display: flex;
flex-wrap: wrap;
margin: 0px auto 50px;
}

.kaso_box_880x2 { display: flex; flex-wrap: wrap; }
.kaso_box_880x2 .imagebox {
  width: calc(100% / 2);
  height: 100%;
  /*position: relative;*/
  /*overflow: hidden;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  border-left: 4px solid #fff;
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-position: center center;
}

}



.kaso_maintitle01 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 34pxt;
text-align: center;
margin-top: 5px;
font-weight: 200;
}
@media screen and (max-width: 850px) {
.kaso_maintitle01 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 21px;
text-align: center;
margin-top: 5px;
font-weight: 200;
}
}




.kaso_maintitle01 h3 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 34px;
text-align: center;
margin-top: 45px;
font-weight: 200;
}
@media screen and (max-width: 850px) {
.kaso_maintitle01 h3 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 21px;
text-align: center;
margin-top: 20px;
font-weight: 200;
}
}

.kaso_maintitle_bar{
width: 10%;
max-width: 85px;
margin: -60px auto 30px;
text-align: center;
}

@media screen and (max-width: 850px) {
.kaso_maintitle_bar{
width: 20%;
margin: -40px auto 30px;
text-align: center;
}
}



.kaso_maintitle01sub {
font-size: 24px;
}
@media screen and (max-width: 850px) {
.kaso_maintitle01sub {
font-size: 15px;
}
}

.kaso_maintitle02 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 24px;
text-align: center;
margin: 35px auto 40px;
font-weight: 200;
}
@media screen and (max-width: 850px) {
.kaso_maintitle02 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 14px;
text-align: center;
margin: 35px auto 30px;
font-weight: 200;
}
}


.kaso_read_01_center {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 21px;
text-align: center;
margin: 55px auto 70px;
font-weight: 100;
line-height: 38px;
}
@media screen and (max-width: 850px) {
.kaso_read_01_center {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 16px;
text-align: center;
margin: 35px auto 70px;
font-weight: 200;
line-height: 1.88em;
}
}

.kaso_read_01a_center {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 24px;
text-align: center;
margin: 25px auto 90px;
font-weight: 100;
line-height: 44px;
}
@media screen and (max-width: 850px) {
.kaso_read_01a_center {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 16px;
text-align: center;
margin: 35px auto 70px;
font-weight: 200;
line-height: 1.88em;
}
}

.kaso_read_02_780_left {
max-width: 780px;
font-size: 15px;
text-align: justify;
margin: 2px auto 35px;
font-weight: 100;
line-height: 34px;
}
@media screen and (max-width: 850px) {
.kaso_read_02_780_left {
width: 80%;
font-size: 13px;
text-align: justify;
margin: 35px auto 30px;
font-weight: 100;
line-height: 1.88em;
}
}


/* location.cssに移動 */
/* .lifeinfo_title{
font-family: "Times New Roman", Times, "serif";
color: #87705E;
font-size: 2.1em;
text-align: center;
margin: 20px auto 15px;
} */

.next_btn_next{
font-family: "Times New Roman", Times, "serif";
color: #87705E;
font-size: 1.1em;
text-align: center;
margin: 20px auto 15px;
}

.btn_nextPage{
margin: 90px auto;
}


.btn_basic a{
display: block;
width:90%;
max-width:400px;
margin:40px auto 10px auto;
padding:5px;
box-sizing: border-box;
text-align: center;
font-size:18px;
color: #FFF;
background: #998675;
}

.btn_basic a{
display: block;
width:90%;
max-width:400px;
margin:40px auto 10px auto;
padding:5px;
box-sizing: border-box;
text-align: center;
font-size:18px;
color: #FFF;
background: #998675;
}

ul.basicList{
text-align: center;
font-size: 0;

  
}
ul.basicList li{
display: inline-block;
margin:6px 4px;
}
.r-2 li,.r-2-1 li{
width:45%;
margin: 5px;
}
.r-3 li,.r-3-2 li{
width:28%;
margin: 5px;
}
.r-4 li,.r-4-3 li{
width:22%;
margin: 5px;
}
.r-5 li{
width:18%;
margin: 5px;
}
.padd-container{
  position: relative;
  padding: 20px 30px 0;

}

.title_sec{
font-size:24px;
text-align: center;
font-weight: normal;
}
.stbox{
margin: 4% auto;
max-width:900px;
}
.sankou{
position: relative;
}
.sankou span{
position: absolute;
display: block;
bottom:0;
right: 0;
color: #FFF;
font-size: 12px;
padding:0 5px 1px 0;
text-shadow: 2px 2px 10px #000 ,
-2px 2px 10px #000 ,
2px -2px 10px #000 ,
-2px -2px 10px #000;
}

.shadow_cap{
text-shadow: 2px 2px 10px #000 ,
-2px 2px 10px #000 ,
2px -2px 10px #000 ,
-2px -2px 10px #000;
}


@media screen and (max-width: 850px) {
.padd-container{
  position: relative;
  padding: 20px 15px 0;

}
.title_sec{
font-size:14px;

}
.f-comtMrg{
margin-bottom:30px !important;
}
.uf-img p{
font-size:12px;
}
.btn_basic a{
margin:20px auto 10px auto;
font-size:14px;

}
.r-3 li,.r-2-1 li{
width:100%;
margin: 5px;
}
.r-4 li,.r-3-2 li{
width:47%;
margin: 2px;
}
.r-4-3 li{
width:31%;
margin: 1px;
}
.r-5 li{
width:47%;
margin: 2px;
}
}





.subPageList{
margin:60px 0 30px 0;
}
.subPageList li{
padding-bottom: 5px;
box-sizing: border-box;

}
.subPageList li img{
height:50px;
}
.subPageList li:first-child{
border-bottom:2px solid #c7b299;
text-align: left;
}
.subPageList li:last-child{
border-bottom:2px solid #736357;
text-align: right;
}
li.btn_eco img{
width: 140px;
height: auto;
}
@media screen and (max-width: 850px) {
.subPageList li img{
height:30px;
}
li.btn_eco img{
width: 82px;
height: auto;
}
}


/*トップメリットボックス*/

.entryBox{
background:#c7ac8d;
box-sizing: border-box;
padding:30px 5px 25px 5px;
font-size: 30px;
color: #FFF;
text-align: center;
letter-spacing: 0.2em;
}
.meritBox{
background-image: url("../img/top/bg_merit.png");
background-repeat: no-repeat;
background-size: 100%;
width:100%;
}
ul.meritList {
text-align: center;
color: #151515;
line-height: 1.2;
max-width:1300px;
margin: 0 auto 0 auto;
padding:30px 0;


}
ul.meritList li{
font-size:25px;
position: relative;

}


.sizeSmall_{
font-size:22px;
}
.sizeBig_{
font-size:45px;
}
.line-sin_PC{
position: absolute;
right:0;

width:1px;
height: 40px;
background: #222;
}
.posi1{
top:25px;
}
.posi2{
top:6px;
}
@media screen and (max-width: 850px) {
.line-sin_PC{
display: none;
}
.line-sin{
width:40px;
height: 1px;
background: #222;
margin:20px auto 0 auto;
}
.entryBox{
padding:10px 5px;
font-size: 25px;
margin:0 auto 0 auto;
}
ul.meritList {
margin:0 auto 0 auto;
padding:0 0 8px 0;

}
ul.meritList li{
font-size:23px;

padding:5px 0 0 0;
width:100%;

}

.sizeSmall_{
font-size:13px;
}
.sizeBig_{
font-size:35px;
}

}


.scroll_hand{
position: absolute;
width: 35%;
left: 5%;
bottom: 2%;
}

.scroll_hand_right{
position: absolute;
width: 35%;
right: 5%;
bottom: 2%;
}



/*250522追加*/

.sup_small {
	font-size:11px;
	vertical-align: top;
}
.main-Logo-H1{
position: fixed;
width:260px;
top:0;
left:5px;
z-index: 1200;

}
.header__logo {
  width: 100px;
  display: block;
  margin-right: 15px;
}
@media screen and (max-width: 850px) {
.main-Logo-H1{
top:5px;
width:160px;


}
  .header__logo {
    width: 75px;
    margin-right: 7px;
  }
}
.header__spNav {
  position: fixed;
  z-index: 1001;
  opacity: 1;
  top: 0;
  width: 100%;



}
.bg_whiteHead{
  position: fixed;
  z-index: 999;
  opacity: 1;
  top: 0;
  width: 100%;
height:195px;
background: #ffffff;
background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width:1380px) {
.header__spNav {
padding-top:0;
}


}
@media screen and (max-width: 850px) {
.bg_whiteHead{
height:78px;
}
.header__spNav {
  z-index: -1;
  opacity: 0;
  top: 0;
  height: 100vh;
   transition: all 0.1s;
   background:inherit;
}
.header__spNav.panelactive {
  opacity: 1;
  z-index: 1200;
}
.header__spNavWrap {
  margin:;  position: relative;
  padding: 20px;

}

@media screen and (max-width: 850px) {
  .header__spNavWrap {
    max-width: 1274px;
  margin: auto;
  position: relative;
    padding: 20px 0 0 0;
  }
}
}
.header__spNavInner {
  position: fixed;
  z-index: 999;
  width: 100%;
  top:65px;
}



.header__spNavBg {

}
@media screen and (max-width: 850px) {
  .header__spNavBg {
 /* background: #8c7b66;*/
   background: url("../img/common/bg_spnav.png") center no-repeat;
    background-size: cover;
  }
.header__spNavInner {
top:0;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
  
}








.mgnInfo{
/*margin-bottom: 40px;*/

}
.closeBtn{
margin-top: 15px;
}
.closeBtn a {
    background: #eee;
    border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 100px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    color: #333333;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: normal;
	font-size:16px;
}
.closeBtn a:hover {
    background: #333333;
    color: #FFF;
}


.batsu {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}
 
.batsu::before, .batsu::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px; /* 棒の幅（太さ） */
  height: 20px; /* 棒の高さ */
  background: #333;
}
.closeBtn a:hover .batsu::before, .closeBtn a:hover .batsu::after { /* 共通設定 */
  background: #FFF;
}
 
.batsu::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.batsu::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

  



a.entryBtn {
  position:fixed;
  right:20px;
  top: 13px;
display: block;
    background: #c7ac8d;
	border: 1px solid #fff;
    /*border-radius:10px;*/

    padding:5px 30px;
    color: #FFF;
    line-height: 1.4;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight:normal;
	font-size: 15px;
	text-align: center;
	z-index: 1100;
}
a.entryBtn:hover {
    background: #333333;
    color: #FFF;
}

@media screen and (max-width: 850px) {

.closeBtn a {
    padding: 8px 16px;
font-size:13px;
border-radius: 40px
}

a.entryBtn {
width:inherit;
font-size: 12px;
  right:68px;
  top: 15px;
  padding:5px 10px;
}
}



.i_type{
font-size:16px;
color: #FFF;
line-height: 1.5;
text-align: center;
margin-top: 10px;
background: #c7b299;
padding:10px;
}

ul.list_Ftype{
text-align: center;
}
ul.list_Ftype li a{
display: block;
font-size:18px;
color: #FFF;
line-height: 1.5;
text-align: center;
margin-top: 10px;
background: #c7b299;
padding:10px;
}
ul.list_Ftype li:last-child a{
background: #998675;

}
@media screen and (max-width: 850px) {
.i_type{
font-size:14px;
margin-top: 10px;
padding:5px;
}
ul.list_Ftype li a{
font-size:14px;
padding:5px;
}

}

.main-cont{
position: relative;
font-size: 0;
}
.thumbnail_PC,.thumbnail_SP{
width:100%;
display:none;
}
.thumbnail_PC img{
width:100%;

}

.btn_skip a{
  position:absolute;
  right:25px;
  bottom: 10%;

display: block;
    background:#888;
	border: 1px solid #fff;
    width: 100px;
    padding:5px;
    color: #FFF;
    line-height: 1.4;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight:normal;
	font-size: 16px;
	text-align: center;
	z-index: 500;
}
.btn_replay a{
  position:absolute;
  right:25px;
  bottom: 10%;
display: block;
    background: #888;
	border: 1px solid #fff;
    width: 100px;
    padding:5px;
    color: #FFF;
    line-height: 1.4;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight:normal;
	font-size: 16px;
	text-align: center;
z-index: 500;

}

.btn_skip a:hover,.btn_replay a:hover{
background:#B3B3B3;
}

@media screen and (max-width: 850px) {
.btn_skip a,.btn_replay a{
font-size: 12px;
padding:5px 1px;
width: 90px;
}
}

/*パララックス定義*/

.imgShow-new {
   opacity: 0;
     -webkit-transform: translateY(10px);
  transform: translateY(10px);
    -webkit-transition: 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
  transition: 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
}

.imgShow-new.open {
  -webkit-transform: translateY(0);
  transform: translateY(0);

  opacity: 1;
}

.blurShow-new {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
  transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
}

.blurShow-new.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.entryBtn,.header__spNavHead,.main-Logo-H1,.bg_whiteHead{
    opacity:1;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    -ms-transition:all 1s;
    transition:all 1s;
}
/*@media screen and (max-width: 850px) {
.scl_active .entryBtn,.scl_active .header__spNavHead,.scl_active .main-Logo-H1,.scl_active .bg_whiteHead{
opacity:0;
}


}*/

.scl_active .back_Btn{
opacity:1;
right: 20px;
}



.back_Btn{
opacity:0;
position: fixed;
right: -60px;
bottom:20px;
width:50px;
height:50px;
z-index: 800;
background-image: url("../img/btn__back.png");
background-size: 100%;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    -ms-transition:all 1s;
    transition:all 1s;
	
}






dl.top-info {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 0;
max-width:700px;
    }
dl.top-info a{
text-decoration: none;
color: #252525;
}
dl.top-info dt, dl.top-info dd {
        padding: 10px;
        box-sizing: border-box;
    }
dl.top-info dt {
        width: 30%;
        font-weight: bold;
		border-bottom: solid 1px #222;
    }
dl.top-info dd {
        width: 70%;
		
        margin: 0;
		border-bottom: solid 1px #222;
    }
    @media (max-width: 600px) {
dl.top-info dt {
        width: 45%;
    }
dl.top-info dd {
 padding-left: 30px;
  width: 55%;
    }
    }


ul.head-subNav{
position: fixed;
width:200px;

z-index: 1100;
top:16px;
right:180px;
}
ul.head-subNav li{
font-size:15px;
margin: 0 8px;
color: #000;
position: relative;
padding: 0px 0px 0px 1em;
}
ul.head-subNav > li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #000;
    content: "";
}


.panel-cont{
width:100%;
max-width:1280px;
margin: 0 auto 120px auto;
}
    @media (max-width: 600px) {
.panel-cont{
margin: 0 auto 60px auto;	
	}
	}
	
	
	
	

.bg_haikei_change_beige {
  width: 100%;
  background-color: #f4f1f0;
  /*background-image: url("../../img/page/bg_beige_pattern.jpg");*/
  background-repeat: repeat-y;
  background-size: 60%;
}

@media screen and (max-width: 850px) {
.bg_haikei_change_beige {
    background-size: 80%;
  }
}
	
.bg_haikei_change_green {
  width: 100%;
  background-color: #e9ebe9;
  /*background-image: url("../../img/page/bg_beige_pattern.jpg");*/
  background-repeat: repeat-y;
  background-size: 60%;
}


.bg_haikei_change_snowgray {
  width: 100%;
  background-color: #F8F8F8;
  /*background-image: url("../../img/page/bg_beige_pattern.jpg");*/
  background-repeat: repeat-y;
  background-size: 60%;
}
	
	
	
	
	
ul.footLogo-List{
width:100%;
max-width:1000px;
margin: 30px auto 0 auto;
font-size: 0;
}
ul.footLogo-List li{
width:35%
}
@media screen and (max-width: 800px) {
ul.footLogo-List{
max-width:800px;
}
ul.footLogo-List li{
width:77%;
padding:0;
margin: 0;
}
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	