@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
select,button,input,textarea,button {
  border: 1px solid #333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*table,td,th {
  border: 1px solid #333;
}*/
td,th {
  line-height: 1.5;
  padding: 0.3em 0.4em;
}
th {
  font-weight: bold;
  font-size: 1.05em;
}
html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word;
}
body {
  min-height: 100vh;
  color: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1.6 "Helvetica", "Arial", sans-serif;
  background-color: #ffffff;
}
hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}
button:disabled {
  cursor: default;
}
a,a:active,a:link,a:visited {
  text-decoration: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,dialog,hr,img {
  display: block;
}
audio,canvas,iframe,img,svg,video {
  display: inline-block;
  vertical-align: middle;
}
[hidden],dialog:not([open]),template {
  display: none;
}
button,input,select,textarea {
  font-family: inherit;
  border-radius: 0;
}
textarea {
  resize: vertical;
}
audio,canvas,progress,video {
  display: inline-block;
}
input,select {
  vertical-align: middle;
}
button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}
button,select {
  text-transform: none;
}
code,kbd,pre,samp {
/*  font-family: monospace, sans-serif;
  font-size: 1em;*/
}
mark {
  background-color: #ff0;
}
small {
  font-size: 80%;
}
sub,sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
ul {
  list-style: none;
}
picture,img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  /*image-rendering: -webkit-optimize-contrast;*/
}
svg:not(:root) {
  overflow: hidden;
}
a{
  color: inherit;
    -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
h1,h2,h3,h4,h5{font-weight: 500;}

input,select,textarea{
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
/*-----------------------------------------------------------
cmn
-------------------------------------------------------------*/
.ef{
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
html {
  width: 100%;
  font-size: calc(100vw / 1366 * 10);
}

@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
html {
  width: 100%;
  font-size: calc(100vw / 899 * 10);
}
a{
  color: inherit;
    -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
}
@media only screen and (max-width: 599px) {
html {
  width: 100%;
  font-size: calc(100vw / 390 * 10);
}
a{
  color: inherit;
    -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
}
body {
  position: relative;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.12em;
  background-color: #fff;
  color: #707070;
}

@media only screen and (min-width: 900px) {
::-webkit-scrollbar {
  width: 6px;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
}

::-webkit-scrollbar:hover {
  background-color: #f3f3f3;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
a[href^="tel:"] {
    pointer-events: none;
}
}
.is_pc { display: block !important; }
.is_pcOnly { display: block !important; }
.is_sp { display: none !important; }
.is_tb { display: none !important; }
.is_tbsp { display: none !important; }
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.is_tb { display: block !important; }
.is_tbsp { display: block !important; }
.is_pcOnly { display: none !important; }
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.is_pc { display: none !important; }
.is_sp { display: block !important; }
.is_tb { display: none !important; }
.is_tbsp { display: block !important; }
.is_pcOnly { display: none !important; }
body {
  font-size: 1.4rem;
}
}

.f_en{
  font-family: 'Hina Mincho', serif;
}
/*-----------------------------------------------------------

component

-------------------------------------------------------------*/
.c_pink{color: #E6627C;}
.c_green{color: #007F35;}
.c_orange{color: #E2852B;}
.c_blue{color: #5D95CC;}
.c_ppl{color: #B155A9;}
/*-----------------------------------------------------------

cmn laypout

-------------------------------------------------------------*/
/* header */
.header{
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #000;
  transition: 0.2s ease;
}
.headerInner{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 1rem;
}
.headerInnerLogo{
  width: 12rem;
  display: block;
  position: relative;
  top: 0rem;
}
.headerInnerNav{
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.headerInnerNavList{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerInnerNavList li{
  margin-right: 3rem;
}
.headerInnerNavList li a{
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.header.transform{
  top: 0;
  position: fixed;
  background-color: rgba(255, 255, 255, .70);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.header.transform .headerInnerNavList li a{
  color: #5C5D5D;
}
.headerSub{
  top: 0;
  position: fixed;
  background-color: rgba(255, 255, 255, .70);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.headerSub .headerInnerNavList li a{
  color: #5C5D5D;
}
.headerFrontpage .headerInnerLogo{
  opacity: 0;
}
.headerFrontpage.transform .headerInnerLogo{
  opacity: 1;
}
.fixedBg{
  background-image: url('../../src/img/top_fixed_bg.png');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
/* dropdown */

/* humb */

/* footer */
.footer{
  position: relative;
}
.footerTop{
  background: #ffffffd9;
  padding: 15rem 0;
}
.footerTopInner{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerTopInnerL{
  width: 40%;
}
.footerTopInnerL_ttl{

}
.footerTopInnerL_ttlTxt01{
  font-size: 8rem;
  line-height: 1;
}
.footerTopInnerL_ttlTxt02{
  font-size: 2.5rem;
}
.footerTopInnerL_txt{

}
.footerTopInnerR{
  width: 38rem;
}
.footerTopInnerRList{

}
.footerTopInnerRList_tel{
  margin-bottom: 3rem;
}
.footerTopInnerRList_telLink{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.5rem;
  border: 1px solid #707070;
  position: relative;
  overflow: hidden;
}
.footerTopInnerRList_telLink:hover{
  opacity: 1;
}
.footerTopInnerRList_telLink_ico{
  width: 2.9rem;
  height: 3.2rem;
  margin-right: 1rem;
  background: url(../../src/img/ft_ico01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
}
.footerTopInnerRList_telLink_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.footerTopInnerRList_telLink_box p{
  font-size: 2.5rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0.12em;
}
.footerTopInnerRList_telLink_box p + p{
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.footerTopInnerRList_telLink:hover .footerTopInnerRList_telLink_ico{
  background: url(../../src/img/ft_ico01_on.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.footerTopInnerRList_telLink:hover .footerTopInnerRList_telLink_box p{
  color: #fff;
}

.footerTopInnerRList_mail{

}
.footerTopInnerRList_mailLink{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.5rem;
  border: 1px solid #707070;
  position: relative;
  overflow: hidden;
}
.footerTopInnerRList_mailLink:hover{
  opacity: 1;
}
.footerTopInnerRList_mailLink:after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1rem;
  top: 0.2rem;
  bottom: 0;
  margin: auto;
  background: url(../../src/img/cmn_btn_arrow_bk.png) 0 0 no-repeat;
  background-size: 100% 100%;
  line-height: 1;
  z-index: 2;
}
.footerTopInnerRList_mailLink_ico{
  width: 2.9rem;
  height: 1.9rem;
  margin-right: 1rem;
  line-height: 1;
  background: url(../../src/img/ft_ico02.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
}
.footerTopInnerRList_mailLink_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  position: relative;
}
.footerTopInnerRList_mailLink_box p{
  font-size: 1.8rem;
}
.footerTopInnerRList_mailLink:hover .footerTopInnerRList_mailLink_ico{
  background: url(../../src/img/ft_ico02_on.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.footerTopInnerRList_mailLink:hover .footerTopInnerRList_mailLink_box p{
  color: #fff;
}
.footerTopInnerRList_mailLink:hover:after {
  background: url(../../src/img/cmn_btn_arrow_wh.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.footerBtm{
  padding: 5rem 0;
  background: url(../../src/img/ft_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.footerBtmInner{
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #707070;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footerBtmInnerL{
  width: 22%;
}
.footerBtmInnerLLogo{
  display: block;
  width: 21rem;
  position: relative;
  left: -2rem;
}
.footerBtmInnerLTxt01{
  font-size: 1.6rem;
  margin: 1rem 0;
  line-height: 1;
  font-weight: 500;
}
.footerBtmInnerLTxt02{

}
.footerBtmInnerC{
  width: 43%;
}
.footerBtmInnerCTxt01{
  font-size: 1.6rem;
  margin: 1rem 0;
  line-height: 1;
  font-weight: 500;
}
.footerBtmInnerCTxt02{

}
.footerBtmInnerR{
  width: 30%;
}
.footerBtmInnerR iframe{
  width: 100%;
  height: 26rem;
}
.footerBtmPage{
  width: 90%;
  margin: 0 auto;
}
.footerBtmPageList01{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.footerBtmPageList01 li{
  margin-left: 2rem;
}
.footerBtmPageList02{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
  color: #ADADAD;
}
.footerBtmPageList02 li{
  margin-left: 2rem;
}
.copyright{
  text-align: right;
}
.navTgl,.navBox{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.headerInnerNavList li {
  margin-right: 2rem;
}

.headerInnerNavList li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.footerTop {
  background: #ffffffd9;
  padding: 9rem 0;
}
.footerTopInner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerTopInnerL_ttlTxt01 {
  font-size: 6rem;
  line-height: 1;
}
.footerBtmInner {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #707070;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.footerBtmInnerL {
  width: 32%;
}
.footerBtmInnerC {
  width: 66%;
}
.footerBtmInnerR {
  width: 100%;
  margin-top: 4rem;
}
.footerBtmPageList01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.footerBtmPageList01 li {
  margin-left: 0rem;
}
.fixedBg{
  background-image: url('../../src/img/top_fixed_bg.png');
  background-attachment: unset;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  transform: translateZ(0);
  transform: translate3d(0, 0, 0);
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
/* header */
.header{
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #000;
  transition: 0.2s ease;
}
.headerInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0rem;
  padding-right: 1rem;
}
.headerInnerLogo{
  width: 12rem;
  display: block;
  position: relative;
  top: 0rem;
}
.headerInnerNav{
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  display: none;
}
.headerInnerNavList{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerInnerNavList li{
  margin-right: 3rem;
}
.headerInnerNavList li a{
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.header.transform{
  top: 0;
  position: fixed;
  background-color: rgba(255, 255, 255, .70);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.header.transform .headerInnerNavList li a{
  color: #5C5D5D;
}
.headerSub{
  top: 0;
  position: fixed;
  background-color: rgba(255, 255, 255, .70);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.headerSub .headerInnerNavList li a{
  color: #5C5D5D;
}
.fixedBg{
  background-image: url('../../src/img/sp/top_fixed_bg@2x.png');
  background-attachment: unset;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  transform: translateZ(0);
  transform: translate3d(0, 0, 0);
}
/* dropdown */

/* humb */
.headerNav_open {
  width: 4rem;
  line-height: 1;
  display: block;
  position: relative;
}
.header.headerFrontpage .headerNav_open{
  top: 0rem;
}
.header.headerFrontpage.transform .headerNav_open{
  top: 0;
}
.headerNav_open svg{
  fill: #fff;
}
.header.transform .headerNav_open svg,.headerSub .headerNav_open svg{
  fill: #707070;
}
.navBox {
  visibility: hidden;
  z-index: 99999;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: 0.3s ease;
  padding: 0rem 0rem;
  display: block;
  background-color: rgba(255, 255, 255, .70);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding-bottom: 0rem;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  overflow-x: hidden;
}
.navBox.active::-webkit-scrollbar {
  display:none;
}
.navBoxInner{
  
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
}
.navBoxHeader{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0rem;
  padding-right: 1rem;
}
.navTglClose{
  width: 3.7rem;
  display: block;
}
.navBoxPageNav{
  width: 85%;
  margin: 0 auto;
  padding-top: 4rem;
}
.navBoxPageNavList_item{
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.navBoxPageNavList_item a{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}
.navBoxPageNavList_item a .f_en{
  font-size: 1.6rem;
}
.navBoxPageNavList_item a .f_jp{
  font-size: 1.4rem;
}
/* footer */
.footer{
  position: relative;
}
.footerTop{
  background: #ffffffd9;
  padding: 5rem 0;
}
.footerTopInner{
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.footerTopInnerL{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.footerTopInnerL_ttl{

}
.footerTopInnerL_ttlTxt01{
  font-size: 5rem;
  line-height: 1;
}
.footerTopInnerL_ttlTxt02{
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.footerTopInnerL_txt{

}
.footerTopInnerR{
  width: 32rem;
}
.footerTopInnerRList{

}
.footerTopInnerRList_tel{
  margin-bottom: 3rem;
}
.footerTopInnerRList_telLink{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.5rem;
  border: 1px solid #707070;
}
.footerTopInnerRList_telLink_ico{
  width: 2.9rem;
  margin-right: 1rem;
}
.footerTopInnerRList_telLink_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.footerTopInnerRList_telLink_box p{
  font-size: 2.5rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0.12em;
}
.footerTopInnerRList_telLink_box p + p{
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.footerTopInnerRList_mail{

}
.footerTopInnerRList_mailLink{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.5rem;
  border: 1px solid #707070;
  position: relative;
}
.footerTopInnerRList_mailLink:after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1rem;
  top: 0.2rem;
  bottom: 0;
  margin: auto;
  background: url(../../src/img/cmn_btn_arrow_bk.png) 0 0 no-repeat;
  background-size: 100% 100%;
  line-height: 1;
}
.footerTopInnerRList_mailLink_ico{
  width: 2.9rem;
  margin-right: 1rem;
  line-height: 1;
}
.footerTopInnerRList_mailLink_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.footerTopInnerRList_mailLink_box p{
  font-size: 1.8rem;
}
.footerBtm{
  padding: 5rem 0 2rem;
  background: url(../../src/img/sp/ft_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.footerBtmInner{
  width: 85%;
  margin: 0 auto;
  border-bottom: none;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.footerBtmInnerL{
  width: 100%;
  margin-bottom: 2rem;
}
.footerBtmInnerLLogo{
  display: block;
  width: 21rem;
  position: relative;
  left: -2rem;
}
.footerBtmInnerLTxt01{
  font-size: 1.6rem;
  margin: 1rem 0;
  line-height: 1;
  font-weight: 500;
}
.footerBtmInnerLTxt02{

}
.footerBtmInnerC{
  width: 100%;
  margin-bottom: 2rem;
}
.footerBtmInnerCTxt01{
  font-size: 1.6rem;
  margin: 1rem 0;
  line-height: 1;
  font-weight: 500;
}
.footerBtmInnerCTxt02{

}
.footerBtmInnerR{
  width: 100%;
}
.footerBtmInnerR iframe{
  width: 100%;
  height: 26rem;
}
.footerBtmPage{
  width: 85%;
  margin: 0 auto;
}
.footerBtmPageList01{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
  display: none;
}
.footerBtmPageList01 li{
  margin-left: 2rem;
}
.footerBtmPageList02{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
  color: #ADADAD;
  flex-direction: column;
}
.footerBtmPageList02 li{
  margin-left: 0;
  margin-bottom: 1rem;
}
.copyright{
  text-align: center;
  letter-spacing: 0.05em;
}
}
/*-----------------------------------------------------------

TOP

-------------------------------------------------------------*/
.mainContent{
  position: relative;
  overflow: hidden;
}
.whWrap{
  background: #fff;
  padding-bottom: 1px;
}
.whWrap.noPd{
  padding-bottom: 0;
}
.grWrap{
  background: #646464;
  padding-bottom: 1px;
}
.mainV{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #000000;
  padding: 6rem 0 0;
}
.mainV_img{
  width: 100%;
}
.mainV_logo{
  position: absolute;
  width: 23rem;
  margin-right: 10rem;
}
@media only screen and (min-width: 900px) {
.mainV_logo {
  position: absolute;
  width: 9rem;
  margin-right: 0;
  left: 1.5rem;
  top: 0.6rem;
  z-index: 99998;
}
}
.topConcept{
  padding: 8rem 0;
  position: relative;
  background: #fff;
}
.cmnTtl01Box{
  margin-bottom: 2rem;
}
.cmnTtl01Box--topConcept{
  padding-left: 15rem;
  margin-bottom: -3rem;
}
.cmnTtl01{
  display: flex;
  flex-direction: column;
}
.cmnTtl01_en{
  font-size: 6rem;
  color: #707070;
  mix-blend-mode: hard-light;
  line-height: 1;
}
.cmnTtl01_jp{
  font-size: 1.8rem;
}
.topConcept_txt {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  left: 15rem;
  top: 16rem;
}
.topConcept_txt span{
  margin-bottom: 1rem;
  letter-spacing: 0.5em;
  white-space: nowrap;
  display: block;
}
.topConcept_img{
  padding-left: 22rem;
}
.topAbout{
  background: #fff;
  margin-bottom: 60rem;
}
.topAboutInner{
  width: 80%;
  margin: 0 auto 4rem;
  display: flex;
  justify-content: space-between;
}
.topAboutInnerL{
  width: 40%;
}
.cmnTtl01Box--topAbout{

}
.topAboutInnerL_cont{

}
.topAboutInnerL_contTtl{
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.topAboutInnerL_contTxt{
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.cmnBtn01Box{
  display: flex;
}
.cmnBtn01Box--topAbout{
  justify-content: flex-start;
}
.cmnBtn01{
  width: 29rem;
  height: 5rem;
  border: 1px solid #707070;
  position: relative;
  overflow: hidden;
  transition: ease .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.cmnBtn01:hover{
  opacity: 1;
}
.cmnBtn01:after{
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 0.2rem;
  bottom: 0;
  margin: auto;
  background: url(../../src/img/cmn_btn_arrow_bk.png) 0 0 no-repeat;
  background-size: 100% 100%;
  line-height: 1;
}
.cmnBtn01 p {
  position: relative;
  z-index: 3;
  color:#707070;
}
.cmnBtn01:hover p{
  color:#fff;
}
.cmnBtn01:hover:after{
  background: url(../../src/img/cmn_btn_arrow_wh.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.bgskew::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background:#707070;
  width:120%;
  height: 110%;
  transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
  animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
  100% {
    left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}
.topAboutInnerR{
  width: 55%;
}
.topInsta{
  
}
.cmnTtl01Box--topInsta{
  display: flex;
  justify-content: center;
  margin-bottom: -0.4rem;
  position: relative;
  z-index: 1;
}
.cmnTtl01Box--topInsta .cmnTtl01{
  flex-direction: row;
  align-items: center;
  color: #fff;
}
.cmnTtl01Box--topInsta .cmnTtl01 *{
  color: #fff;
  mix-blend-mode: unset;
}
.topInstaInner{
  background: #fff;
  padding-bottom: 12rem;
}
.topInstaInnerList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  margin-bottom: 6rem;
}
.topInstaInnerList li{
  border: 2px solid #fff;
}

.topInstaInnerList li:nth-child(1) { grid-area: 1 / 1 / 3 / 3; }
.topInstaInnerList li:nth-child(2) { grid-area: 1 / 3 / 2 / 4; }
.topInstaInnerList li:nth-child(3) { grid-area: 1 / 4 / 2 / 5; }
.topInstaInnerList li:nth-child(4) { grid-area: 1 / 5 / 2 / 6; }
.topInstaInnerList li:nth-child(5) { grid-area: 2 / 3 / 3 / 4; }
.topInstaInnerList li:nth-child(6) { grid-area: 3 / 1 / 4 / 2; }
.topInstaInnerList li:nth-child(7) { grid-area: 3 / 2 / 4 / 3; }
.topInstaInnerList li:nth-child(8) { grid-area: 3 / 3 / 4 / 4; }
.topInstaInnerList li:nth-child(9) { grid-area: 2 / 4 / 4 / 6; }
@media only screen and (min-width: 900px) {
#sb_instagram #sbi_images.topInstaInnerList .sbi_item{
  margin: 0!important;
  padding: 0!important;
  width: auto!important;
  height: 25rem;
}
#sb_instagram #sbi_images.topInstaInnerList .sbi_item:nth-child(1) {
  margin: 0!important;
  padding: 0!important;
  width: auto!important;
  height: 50rem;
}
#sb_instagram #sbi_images.topInstaInnerList .sbi_item:nth-child(9) {
  margin: 0!important;
  padding: 0!important;
  width: auto!important;
  height: 50rem;
}
}
#sb_instagram #sbi_images.topInstaInnerList .sbi_item a{
  position: relative;
}
#sb_instagram #sbi_images.topInstaInnerList .sbi_item a:hover{
  opacity: 0.5!important;
}
#sb_instagram #sbi_images.topInstaInnerList .sbi_item a .sbi_playbtn{
 top: 13rem;
}
.cmnBtn01Box--topInsta{
  justify-content: center;
  display: flex;
}
.cmnBtn01Box--topInsta .cmnBtn01:after{
  background: url(../../src/img/cmn_btn_blank_bk.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.2rem;
  height: 1.2rem;
}
.cmnBtn01Box--topInsta .cmnBtn01:hover:after{
  background: url(../../src/img/cmn_btn_blank_wh.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.topRental{
  margin-bottom: 8rem;
  padding-top: 2rem;
}
.topRental_top{
  position: relative;
  display: flex;
}
.topRental_topImg{
  width: 93rem;
}
.cmnTtl01Box--topRental {
  position: relative;
  left: 24rem;
  top: 0;
  white-space: nowrap;
}
.cmnTtl01Box--topRental .cmnTtl01{
  flex-direction: row-reverse;
  width: 7rem;
}
.cmnTtl01Box--topRental .cmnTtl01_en{
  transform: rotate(90deg);
  transform-origin: 0 0;
  position: relative;
  left: 7rem;
  top: -0.6rem;
}
.cmnTtl01Box--topRental .cmnTtl01_jp{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
}
.topRental_btm{
  width: 80%;
  margin: 0 auto 6rem;
  margin-top: -7rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.topRental_btmL_cont{
  width: 45%;
}
.topRental_btmL_contTtl{
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.topRental_btmL_contTxt{
  font-size: 1.4rem;
  margin-bottom: 3rem;
  line-height: 2.5;
}
.topRental_features{
  max-width: 600px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.topRental_features li{
  width: calc(100% / 4 - 5px);
  aspect-ratio: 1 / 1;
  padding: 10px 0;
  border: 1px solid #333333;
  text-align: center;
  line-height: 130%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.topRental_features li span{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 130%;
  margin-top: -5px;
}
.topRental_btmR{
  width: 55%;
  margin-right: -7%;
}
.topRental_example{
  position: relative;
  padding-bottom: 4rem;
}
.topRental_example:after{
  content: "";
  width: 80%;
  height: 22rem;
  background: #AAA9A9;
  position: absolute;
  bottom: 0;
  right: 4%;
}
.topRental_exampleInner{
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cmnTtl01Box--topRental_example{
  margin-bottom: 1rem;
}
.cmnTtl01Box--topRental_example .cmnTtl01_en{
  font-size: 4rem;
  color: #e2e2e2;
}
.topRental_exampleInnerList{
  display: flex;
  justify-content: space-between;
}
.topRental_exampleInnerList li{
  width: 24%;
}
.topFlow{
  margin-bottom: 8rem;
}
.topFlowInner{
  width: 80%;
  margin: 0 auto;
}
.topFlowInnerCont{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.topFlowInnerCont_navWrap{
  width: 45%;
}
.topFlowInnerCont_nav{
  width: 100%;
  margin: 0 auto 4rem;
}
.topFlowInnerCont_nav .slick-track {
  display: flex!important;
  justify-content: center;
  flex-wrap: wrap;
  transform: unset!important;
  flex-direction: column;
  overflow: unset!important;
}
.topFlowInnerCont_navItem{
  display: flex!important;
  width: 100%!important;
  align-items: center;
  overflow: unset!important;
  padding: 1rem;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: 0.2s ease;
}
.topFlowInnerCont_navItem:hover{
  opacity: 0.5;
}
.topFlowInnerCont_navItem_num{
  width: 3.3rem;
  height: 3.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 2.1rem;
  margin-right: 3rem;
  position: relative;
}
.topFlowInnerCont_navItem_num span{
  position: relative;
  z-index: 1;
  left: 0.2rem;
  top: -0.1rem;
}
.topFlowInnerCont_navItem_num:after{
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  background: #fff;
  border: 1px solid #707070;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transform-origin: center center;
  transition: 0.2s ease;
}
.topFlowInnerCont_navItem.slick-current .topFlowInnerCont_navItem_num{
  color: #fff;
}
.topFlowInnerCont_navItem.slick-current .topFlowInnerCont_navItem_num:after{
  background: #707070;
}
.topFlowInnerCont_navItem.slick-current .topFlowInnerCont_navItem_num:before{
  content: "▶︎";
  position: absolute;
  left: -3rem;
  font-size: 1.4rem;
  color: #707070;
  transition: 0.2s ease;
}
.topFlowInnerCont_navItem_txt{
  font-size: 2rem;
}
.topFlowInnerCont_slideWrap{
  width: 55%;
  margin-top: -6rem;
}
.topFlowInnerCont_slide{
  margin: 0 -3rem;
}
.topFlowInnerCont_slideItem{
  width: 50rem;
  height: 50rem;
  position: relative;
  padding: 7rem 0;
}
.topFlowInnerCont_slideItem:before{
  content: "";
  width: 45rem;
  height: 45rem;
  background: #F7F7F7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transform-origin: center center;
  transition: 0.2s ease;
}
.topFlowInnerCont_slideItemBox{
  position: relative;
  z-index: 1;
  width: 50rem;
  height: 50rem;
  margin: 0 auto;
  padding-top: 8rem;
}
.topFlowInnerCont_slideItemBox_num{
  text-align: center;
  font-size: 6.7rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.topFlowInnerCont_slideItemBox_ico{
  width: 4rem;
  margin: 0 auto;
}
.topFlowInnerCont_slideItem01 .topFlowInnerCont_slideItemBox_ico{
  width: 5.7rem;
}
.topFlowInnerCont_slideItem02 .topFlowInnerCont_slideItemBox_ico{
  width: 5rem;
}
.topFlowInnerCont_slideItem03 .topFlowInnerCont_slideItemBox_ico{
  width: 8.5rem;
}
.topFlowInnerCont_slideItem04 .topFlowInnerCont_slideItemBox_ico{
  width: 6.5rem;
}
.topFlowInnerCont_slideItem05 .topFlowInnerCont_slideItemBox_ico{
  width: 9.5rem;
}
.topFlowInnerCont_slideItem06 .topFlowInnerCont_slideItemBox_ico{
  width: 5.5rem;
}
.topFlowInnerCont_slideItem07 .topFlowInnerCont_slideItemBox_ico{
  width: 4.3rem;
}
.topFlowInnerCont_slideItem08 .topFlowInnerCont_slideItemBox_ico{
  width: 6rem;
}
.topFlowInnerCont_slideItemBox_ttl{
  text-align: center;
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.topFlowInnerCont_slideItemBox_txt{
  text-align: center;
}
.topVoice{
  background: #8E8E8E;
  padding: 10rem 0;
}
.cmnTtl01Box--topVoice{
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}
.cmnTtl01Box--topVoice *{
  color: #fff;
}
.cmnTtl01Box--topVoice .cmnTtl01{
  align-items: center;
}
.topVoiceInner{
  width: 90%;
  margin: 0 auto 8rem;
}
.topVoiceInnerList{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.topVoiceInnerList_item{
  width: 48%;
  margin-bottom: 5rem;
}
.topVoiceInnerList_itemLink{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.topVoiceInnerList_itemLink_img {
  width: 22.9rem;
  height: 35.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-right: -4rem;
  margin-top: 2rem;
  z-index: 1;
}
.topVoiceInnerList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
.topVoiceInnerList_itemLink_box{
  width: 70%;
  border: 1px solid #fff;
  padding: 3rem;
  padding-left: 6rem;
  position: relative;
  min-height: 28rem;
}
.topVoiceInnerList_itemLink_box:before{
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 2.5rem 2.5rem 0;
  border-color: transparent #fff transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  top: 0;
}
.topVoiceInnerList_itemLink_boxIn{

}
.topVoiceInnerList_itemLink_boxIn_ttl{
  font-size: 2rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.topVoiceInnerList_itemLink_boxIn_txt{
  color: #fff;
}
@media only screen and (min-width: 900px) {
.topVoiceInnerList_item:nth-child(n+3):nth-child(-n+4) .topVoiceInnerList_itemLink{
  flex-direction: row-reverse;
}
.topVoiceInnerList_item:nth-child(n+3):nth-child(-n+4) .topVoiceInnerList_itemLink .topVoiceInnerList_itemLink_img{
  margin-right: 0rem;
  margin-left: -4rem;
}
.topVoiceInnerList_item:nth-child(n+3):nth-child(-n+4) .topVoiceInnerList_itemLink .topVoiceInnerList_itemLink_box{
  padding-left: 3rem;
  padding-right: 6rem;
}
.topVoiceInnerList_item:nth-child(n+3):nth-child(-n+4) .topVoiceInnerList_itemLink_box:before{
  transform: rotate(270deg);
  left: 0;
}
.topVoiceInnerList_item:nth-child(n+7):nth-child(-n+8) .topVoiceInnerList_itemLink{
  flex-direction: row-reverse;
}
.topVoiceInnerList_item:nth-child(n+7):nth-child(-n+8) .topVoiceInnerList_itemLink .topVoiceInnerList_itemLink_img{
  margin-right: 0rem;
  margin-left: -4rem;
}
.topVoiceInnerList_item:nth-child(n+7):nth-child(-n+8) .topVoiceInnerList_itemLink .topVoiceInnerList_itemLink_box{
  padding-left: 3rem;
  padding-right: 6rem;
}
.topVoiceInnerList_item:nth-child(n+7):nth-child(-n+8) .topVoiceInnerList_itemLink_box:before{
  transform: rotate(270deg);
  left: 0;
}
}
.cmnBtn02Box{
  display: flex;

}
.cmnBtn02Box--topVoice{
  justify-content: center;
}
.cmnBtn02{
  width: 29rem;
  height: 5rem;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  transition: ease .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.cmnBtn02:hover{
  opacity: 1;
}
.cmnBtn02:after{
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 0.2rem;
  bottom: 0;
  margin: auto;
  background: url(../../src/img/cmn_btn_arrow_wh.png) 0 0 no-repeat;
  background-size: 100% 100%;
  line-height: 1;
}
.cmnBtn02 p {
  position: relative;
  z-index: 3;
  color:#fff;
}
.cmnBtn02:hover p{
  color:#707070;
}
.cmnBtn02:hover:after{
  background: url(../../src/img/cmn_btn_arrow_bk.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.bgskew02::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background:#fff;
  width:120%;
  height: 110%;
  transform: skewX(-25deg);
}
.bgskew02:hover::before {
  animation: skewanime02 .5s forwards;
}
@keyframes skewanime02 {
  100% {
    left:-10%;
  }
}
.topGallery{
  background: url(../../src/img/top_gallery_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 102rem;
  padding: 5rem 0;
}
.cmnTtl01Box--topGallery{
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.cmnTtl01Box--topGallery *{
  color: #fff;
}
.cmnTtl01Box--topGallery .cmnTtl01{
  align-items: center;
}
.topGalleryBoxSlide{
  margin-bottom: 5rem;
}
.topGalleryBoxSlide .slick-prev {
    left: 31rem;
    width: 6.2rem;
    height: 2rem;
    top: 31rem;
}
.topGalleryBoxSlide .slick-prev:before {
    content: '';
    background: url(../../src/img/slick01_prev.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 6.2rem;
    height: 2rem;
    display: block;
}
.topGalleryBoxSlide .slick-next {
    right: 31rem;
    width: 6.2rem;
    height: 2rem;
    top: 31rem;
}
.topGalleryBoxSlide .slick-next:before {
    content: '';
    background: url(../../src/img/slick01_next.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 6.2rem;
    height: 2rem;
    display: block;
}
.topGalleryBoxSlide .slick-dots {
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.topGalleryBoxSlide .slick-dots li {
  width: 4rem;
  height: 0.3rem;
  margin: 0 1rem;
}
.topGalleryBoxSlide .slick-dots li button {
  width: 4rem;
  height: 0.3rem;
  background: #959595;
}
.topGalleryBoxSlide .slick-dots li.slick-active button{
  background: #fff;
}
.topGalleryBoxSlide .slick-dots li button:before{
    display: none;
}
.topGalleryBoxSlide_item{
  padding: 0 10rem 2rem;
}
.topGalleryBoxSlide_itemLink{

}
.topGalleryBoxSlide_itemLink_img{

}
.topGalleryBoxSlide_itemLink_img {
  width: 100%;
  height: 66.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  box-shadow: 0 3px 6px #00000060;
  border: 4px solid #fff;
}
.topGalleryBoxSlide_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
.topNews{
  background: #E2E2E2;
  padding: 12rem 0;
  position: relative;
}
.cmnTtl01Box--topNews {
  position: relative;
  left: 0rem;
  top: 0rem;
  padding-left: 13%;
  margin-bottom: 4rem;
}
.topNewsBox{
  padding-left: 13%;
}
.topNewsBoxList{
  /*height: 60rem!important;*/
  margin-bottom: 6rem;
  padding-top: 6rem;
}
.topNewsBoxList .slick-list {
  padding: 0 20% 0 0!important;

}
.topNewsBoxList_item{
  padding: 0 1rem;
  
}
.topNewsBoxList_itemLink{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /*height: 60rem!important;*/
}
.topNewsBoxList_itemLink_img {
  width: 100%;
  height: 38.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  margin-bottom: 1rem;
  transition: 0.8s ease;
  margin-top: 0rem;
}
.topNewsBoxList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
/*.topNewsBoxList_item.slick-current .topNewsBoxList_itemLink_img{
  height: 53.8rem!important;
  margin-top: 0;
}*/
.topNewsBoxList_item.testClass{
  background: #aaa;
}
.topNewsBoxList_itemLinkSep{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.topNewsBoxList_itemLinkCat{
  display: flex;
  flex-wrap: wrap;
}
.topNewsBoxList_itemLinkCat li{
  line-height: 1;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0.4rem 1rem;
  border: 1px solid #707070;
  border-radius: 3rem;
  color: #707070;
  font-size: 1.2rem;
}
.topNewsBoxList_itemLink_time{
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.topNewsBoxList_itemLink_ttl{
  font-size: 1.4rem;
  line-height: 1;
}

.topNewsBoxList .slick-counter {
  position: absolute;
  color: #707070;
  left: 8rem;
  top: -1.8rem;
  width: 6.5rem;
  height: 4rem;
}
.topNewsBoxList .slick-counter .current{
  position: absolute;
  top: 0;
  font-size: 3rem;
  line-height: 1;
}
.topNewsBoxList .slick-counter .current:after {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: -2.8rem;
  display: inline-block;
  width: 3rem;
  height: 1px;
  background-color: #707070;
  -webkit-transform: rotate(287deg);
  transform: rotate(287deg);
}
.topNewsBoxList .slick-counter .total{
  position: absolute;
  right: 0;
  font-size: 3rem;
  line-height: 1;
}

.topNewsBoxList .slick-prev {
  left: 0rem;
  width: 4.6rem;
  height: 4.6rem;
  top: 0rem;
}
.topNewsBoxList .slick-prev:before {
  content: '';
  background: url(../../src/img/slick02_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 4.6rem;
  height: 4.6rem;
  display: block;
}
.topNewsBoxList .slick-next {
  left: 18rem;
  width: 4.6rem;
  height: 4.6rem;
  top: 0rem;
}
.topNewsBoxList .slick-next:before {
  content: '';
  background: url(../../src/img/slick02_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 4.6rem;
  height: 4.6rem;
  display: block;
}
.cmnBtn01Box--topNews{
  justify-content: center;
}
.topFtSlide{
  width: 350%;
}
.topFtSlide li{
  padding: 0;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainV{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #000000;
  padding: 6rem 0 0;
}
.mainV_logo {
  position: absolute;
  width: 21rem;
  margin-right: 5rem;
}
.cmnTtl01Box--topConcept {
  padding-left: 4rem;
  margin-bottom: -2rem;
}
.cmnTtl01_en {
  font-size: 5rem;
  color: #707070;
  mix-blend-mode: hard-light;
  line-height: 1;
}
.topConcept_img {
  padding-left: 11rem;
  margin-right: -17rem;
}
.topConcept_txt {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  left: 3.5rem;
  top: 16rem;
}
.topConcept_txt span {
  margin-bottom: 1rem;
  letter-spacing: 0.4em;
  white-space: nowrap;
}
.topAbout {
  background: #fff;
  margin-bottom: 40rem;
}
.topAboutInner {
  width: 90%;
  margin: 0 auto 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topAboutInnerL {
  width: 50%;
}
.topAboutInnerR {
  width: 50%;
}
#sb_instagram #sbi_images.topInstaInnerList .sbi_item{
  margin: 0!important;
  padding: 0!important;
  width: auto!important;
  height: 17rem;
}
#sb_instagram #sbi_images.topInstaInnerList .sbi_item:nth-child(1) {
  margin: 0!important;
  padding: 0!important;
  width: auto!important;
  height: 34rem;
}
#sb_instagram #sbi_images.topInstaInnerList .sbi_item:nth-child(9) {
  margin: 0!important;
  padding: 0!important;
  width: auto!important;
  height: 34rem;
}
#sb_instagram #sbi_images.topInstaInnerList .sbi_item a .sbi_playbtn {
  top: 9rem;
}
.cmnTtl01Box--topRental {
  position: relative;
  left: 20rem;
  top: 0;
  white-space: nowrap;
}
.topRental_topImg {
  width: 63rem;
}
.topRental_btm {
  width: 90%;
  margin: 0 auto 6rem;
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.topRental_btmL_cont {
  width: 52%;
}
.topRental_features{
  max-width: auto;
}
.topRental_features li{
  font-size: 1.1rem;
}
.topRental_features li span{
  font-size: 1.6rem;
  margin-top: 0;
}
.topRental_btmR {
  width: 48%;
  margin-right: -7%;
}
.topRental_exampleInner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.topRental_example:after {
  content: "";
  width: 90%;
  height: 22rem;
  background: #AAA9A9;
  position: absolute;
  bottom: 0;
  right: 0%;
}
.topFlowInner {
  width: 90%;
  margin: 0 auto;
}
.topFlowInnerCont_slideItem:before {
  content: "";
  width: 35rem;
  height: 35rem;
  background: #F7F7F7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transform-origin: center center;
  transition: 0.2s ease;
}
.topFlowInnerCont_navItem_num {
  width: 3.3rem;
  height: 3.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 2.1rem;
  margin-right: 2rem;
  position: relative;
}
.topFlowInnerCont_navItem_txt {
  font-size: 1.8rem;
}
.cmnTtl01Box--topVoice * {
  color: #fff;
}
.topVoiceInnerList_item {
  width: 100%;
  margin-bottom: 3rem;
}
.topVoiceInnerList_itemLink_img {
  width: 22.9rem;
  height: 20.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-right: -4rem;
  margin-top: 2rem;
  z-index: 1;
}
.topVoiceInnerList_itemLink_box {
  width: 77%;
  border: 1px solid #fff;
  padding: 3rem;
  padding-left: 6rem;
  position: relative;
  min-height: 19rem;
}
.topVoiceInnerList_item:nth-child(even) .topVoiceInnerList_itemLink{
  flex-direction: row-reverse;
}
.topVoiceInnerList_item:nth-child(even) .topVoiceInnerList_itemLink .topVoiceInnerList_itemLink_img{
  margin-right: 0rem;
  margin-left: -4rem;
}
.topVoiceInnerList_item:nth-child(even) .topVoiceInnerList_itemLink .topVoiceInnerList_itemLink_box{
  padding-left: 3rem;
  padding-right: 6rem;
}
.topVoiceInnerList_item:nth-child(even) .topVoiceInnerList_itemLink_box:before{
  transform: rotate(270deg);
  left: 0;
}
.cmnTtl01Box--topGallery * {
  color: #fff;
}
.topGallery {
  background: url(../../src/img/top_gallery_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 82rem;
  padding: 5rem 0;
}
.topGalleryBoxSlide_item {
  padding: 0 5rem 2rem;
}
.topGalleryBoxSlide_itemLink_img {
  width: 100%;
  height: 48.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  box-shadow: 0 3px 6px #00000060;
  border: 4px solid #fff;
}
.topGalleryBoxSlide .slick-prev {
  left: 20rem;
  width: 6.2rem;
  height: 2rem;
  top: 24rem;
}
.topGalleryBoxSlide .slick-next {
  right: 20rem;
  width: 6.2rem;
  height: 2rem;
  top: 24rem;
}
.cmnTtl01Box--topNews {
  position: relative;
  left: 0rem;
  top: 0rem;
  padding-left: 5%;
  margin-bottom: 4rem;
}
.topNewsBox {
  padding-left: 5%;
}
.topNewsBoxList_itemLink_img {
  width: 100%;
  height: 28.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  margin-bottom: 1rem;
  transition: 0.8s ease;
  margin-top: 0rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContent{
  position: relative;
  overflow: hidden;
}
.whWrap{
  background: #fff;
  padding-bottom: 1px;
}
.whWrap.noPd{
  padding-bottom: 0;
}
.grWrap{
  background: #646464;
  padding-bottom: 1px;
}
.mainV{
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: #000000;
  padding: 6rem 0 0;
}
.mainV_logo {
  position: absolute;
  width: 9rem;
  margin-right: 0rem;
  left: 1rem;
  top: 0.6rem;
  z-index: 99998;
}
.topConcept{
  padding: 4rem 0;
  position: relative;
  background: #fff;
}
.cmnTtl01Box{
  margin-bottom: 2rem;
}
.cmnTtl01Box--topConcept{
  padding-left: 2rem;
  margin-bottom: -1rem;
}
.cmnTtl01{
  display: flex;
  flex-direction: column;
}
.cmnTtl01_en{
  font-size: 3rem;
  color: #707070;
  mix-blend-mode: hard-light;
  line-height: 1;
}
.cmnTtl01_jp{
  font-size: 1.4rem;
}
.topConcept_txt {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2rem;
  display: flex;
  align-items: center;
  left: 1.5rem;
  top: 9rem;
}
.topConcept_txt span{
  margin-bottom: 1rem;
  letter-spacing: 0.5em;
  white-space: nowrap;
}
.topConcept_img{
  padding-left: 7rem;
}
.topAbout{
  background: #fff;
  margin-bottom: 45rem;
}
.topAboutInner{
  width: 85%;
  margin: 0 auto 4rem;
  display: flex;
  justify-content: space-between;
}
.topAboutInnerL{
  width: 100%;
}
.cmnTtl01Box--topAbout{
  margin-bottom: 1rem;
}
.topAboutInnerL_cont{

}
.topAboutInnerL_contTtl{
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.topAboutInnerL_contTxt{
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.cmnBtn01Box{
  display: flex;
}
.cmnBtn01Box--topAbout{
  justify-content: center;
}
.cmnBtn01{
  width: 32rem;
  height: 5rem;
  border: 1px solid #707070;
  position: relative;
  overflow: hidden;
  transition: ease .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.cmnBtn01:hover{
  opacity: 1;
}
.cmnBtn01:after{
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 0.2rem;
  bottom: 0;
  margin: auto;
  background: url(../../src/img/cmn_btn_arrow_bk.png) 0 0 no-repeat;
  background-size: 100% 100%;
  line-height: 1;
}
.cmnBtn01 p {
  position: relative;
  z-index: 3;
  color:#707070;
}
.cmnBtn01:hover p{
  color:#fff;
}
.cmnBtn01:hover:after{
  background: url(../../src/img/cmn_btn_arrow_wh.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.bgskew::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background:#707070;
  width:120%;
  height: 110%;
  transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
  animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
  100% {
    left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}
.topAboutInnerR{
  width: 100%;
  margin-bottom: 2rem;
}
.topInsta{
  
}
.cmnTtl01Box--topInsta{
  display: flex;
  justify-content: center;
  margin-bottom: -0.4rem;
  position: relative;
  z-index: 1;
}
.cmnTtl01Box--topInsta .cmnTtl01{
  flex-direction: row;
  align-items: center;
  color: #fff;
}
.cmnTtl01Box--topInsta .cmnTtl01 *{
  color: #fff;
  mix-blend-mode: unset;
}
.topInstaInner{
  background: #fff;
  padding-bottom: 8rem;
}
.topInstaInnerList {
  display: flex;
  /*grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;*/
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.topInstaInnerList li{
  border: 2px solid #fff;
  width: 50%;
}
.topInstaInnerList li:nth-child(1){
  width: 100%;
}
#sb_instagram #sbi_images.topInstaInnerList .sbi_item{
  margin: 0!important;
  padding: 0!important;
  width: 50%!important;
  height: 20rem;
}
#sb_instagram #sbi_images.topInstaInnerList li.sbi_item:nth-child(1){
  margin: 0!important;
  padding: 0!important;
  width: 100%!important;
  height: 37rem;
}
#sb_instagram #sbi_images.topInstaInnerList .sbi_item a:hover{
  opacity: 0.5!important;
}
.topInstaInnerList li:nth-child(1) { grid-area: 1 / 1 / 3 / 3; }
.topInstaInnerList li:nth-child(2) { grid-area: 1 / 3 / 2 / 4; }
.topInstaInnerList li:nth-child(3) { grid-area: 1 / 4 / 2 / 5; }
.topInstaInnerList li:nth-child(4) { grid-area: 1 / 5 / 2 / 6; }
.topInstaInnerList li:nth-child(5) { grid-area: 2 / 3 / 3 / 4; }
.topInstaInnerList li:nth-child(6) { grid-area: 3 / 1 / 4 / 2; }
.topInstaInnerList li:nth-child(7) { grid-area: 3 / 2 / 4 / 3; }
.topInstaInnerList li:nth-child(8) { grid-area: 3 / 3 / 4 / 4; }
.topInstaInnerList li:nth-child(9) { grid-area: 2 / 4 / 4 / 6; }

#sb_instagram #sbi_images.topInstaInnerList .sbi_item a .sbi_playbtn {
  top: 10rem;
}

.cmnBtn01Box--topInsta{
  justify-content: center;
  display: flex;
}
.cmnBtn01Box--topInsta .cmnBtn01:after{
  background: url(../../src/img/cmn_btn_blank_bk.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.2rem;
  height: 1.2rem;
}
.cmnBtn01Box--topInsta .cmnBtn01:hover:after{
  background: url(../../src/img/cmn_btn_blank_wh.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.topRental{
  margin-bottom: 8rem;
  padding-top: 2rem;
}
.topRental_top{
  position: relative;
  display: flex;
}
.topRental_topImg{
  width: 75%;
}
.cmnTtl01Box--topRental {
  position: relative;
  left: 10rem;
  top: 0;
  white-space: nowrap;
}
.cmnTtl01Box--topRental .cmnTtl01{
  flex-direction: row-reverse;
  width: 7rem;
}
.cmnTtl01Box--topRental .cmnTtl01_en{
  transform: rotate(90deg);
  transform-origin: 0 0;
  position: relative;
  left: 3.6rem;
  top: -0.2rem;
}
.cmnTtl01Box--topRental .cmnTtl01_jp{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
}
.topRental_btm{
  width: 100%;
  margin: 0 auto 6rem;
  margin-top: -10rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  flex-direction: column-reverse;
  z-index: 1;
}
.topRental_btmL_cont{
  width: 85%;
  margin: 0 auto;
}
.topRental_btmL_contTtl{
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.topRental_btmL_contTxt{
  font-size: 1.4rem;
  margin-bottom: 3rem;
  line-height: 2.5;
}
.topRental_features{
  max-width: auto;
}
.topRental_features li{
  font-size: 1.1rem;
}
.topRental_features li span{
  font-size: 1.2rem;
  margin-top: 0;
}
.topRental_btmR{
  width: 45%;
  margin-right: 0%;
  margin-bottom: 3rem;
}
.topRental_example{
  position: relative;
  padding-bottom: 4rem;
}
.topRental_example:after{
  content: "";
  width: 100%;
  height: 22rem;
  background: #AAA9A9;
  position: absolute;
  bottom: 0;
  right: 0;
}
.topRental_exampleInner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cmnTtl01Box--topRental_example{
  margin-bottom: 1rem;
  width: 65%;
  margin: 0 auto;
}
.cmnTtl01Box--topRental_example .cmnTtl01_en{
  font-size: 3rem;
  color: #e2e2e2;
}
.topRental_exampleInnerList{
  display: flex;
  justify-content: space-between;
}
.topRental_exampleInnerList li{
  width: 24%;
  padding: 0 1rem;
}
.topFlow{
  margin-bottom: 8rem;
}
.topFlowInner{
  width: 85%;
  margin: 0 auto;
}
.cmnTtl01Box--topFlow{
  justify-content: center;
}
.cmnTtl01Box--topFlow .cmnTtl01{
  align-items: center;
}
.topFlowInnerCont{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  display: none;
}


.topFlowInnerContSP{

}
.topFlowInnerContSPList{
  border: 1px solid #707070;
  background: #F7F7F7;
}
.topFlowInnerContSPList_item{
  border-bottom: 1px solid #707070;
}
.topFlowInnerContSPList_item:last-child{
  border-bottom: none;
}
.topFlowInnerContSPList_itemTtl{
  padding:0 1rem;
  height: 5.2rem;
  background: url(../../src/img/sp/ac_on@2x.png) 96% center no-repeat;
  background-size: 1rem 1rem;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topFlowInnerContSPList_itemTtl.on{
  background: url(../../src/img/sp/ac_off@2x.png) 96% center no-repeat;
  background-size: 1rem 1rem;
}
.topFlowInnerContSPList_itemTtl_num{
  font-size: 2.5rem;
  color: #CBCBCB;
  position: absolute;
  left: 1rem;
  top: 1.1rem;
}
.topFlowInnerContSPList_itemBox{
  padding: 0rem 1rem 1rem;
  display: none;
}
.topFlowInnerContSPList_itemBoxIn{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topFlowInnerContSPList_itemBoxIn_ico{
  width: 3rem;
  margin-bottom: 1rem;
}
.top_flow_ico01{
  width: 4.0rem;
}
.top_flow_ico02{
  width: 3.5rem;
}
.top_flow_ico03{
  width: 5.8rem;
}
.top_flow_ico04{
  width: 4.1rem;
}
.top_flow_ico05{
  width: 5.7rem;
}
.top_flow_ico06{
  width: 3.2rem;
}
.top_flow_ico07{
  width: 2.6rem;
}
.top_flow_ico08{
  width: 4.0rem;
}
.topFlowInnerContSPList_itemBoxIn_txt{
  text-align: center;
  font-size: 1.4rem;
}

.topVoice{
  background: #8E8E8E;
  padding: 8rem 0;
}
.cmnTtl01Box--topVoice{
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.cmnTtl01Box--topVoice *{
  color: #fff;
}
.cmnTtl01Box--topVoice .cmnTtl01{
  align-items: center;
}
.topVoiceInner{
  width: 85%;
  margin: 0 auto 8rem;
}
.topVoiceInnerList{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -1rem;
  padding-bottom: 2rem;
}
.topVoiceInnerList .slick-prev {
  left: 1rem;
  width: 3.4rem;
  height: 3.4rem;
  top: unset;
  bottom: -5.5rem;
}
.topVoiceInnerList .slick-prev:before {
  content: '';
  background: url(../../src/img/sp/slick03_prev@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 3.4rem;
  height: 3.4rem;
  display: block;
}
.topVoiceInnerList .slick-next {
  right: 1rem;
  width: 3.4rem;
  height: 3.4rem;
  top: unset;
  bottom: -5.5rem;
}
.topVoiceInnerList .slick-next:before {
  content: '';
  background: url(../../src/img/sp/slick03_next@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 3.4rem;
  height: 3.4rem;
  display: block;
}
.topVoiceInnerList .slick-dots{
  position: absolute;
  bottom: -3rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.topVoiceInnerList .slick-dots li {
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}
.topVoiceInnerList .slick-dots li button:before {
  font-family: unset!important;
  font-size: 0.5rem;
  line-height: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  content: '•';
  text-align: center;
  color: #CDCDCD;
  background: #CDCDCD;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #CDCDCD;
}
.topVoiceInnerList .slick-dots li.slick-active button:before{
  color:#5C5D5D;
  border-radius: 50%;
  background:#5C5D5D;
  border: 1px solid #5C5D5D;
}
.topVoiceInnerList .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.topVoiceInnerList_item{
  width: 48%;
  margin-bottom: 0rem;
  padding: 0 1rem;
}
.topVoiceInnerList_itemLink{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.topVoiceInnerList_itemLink_img {
  width: 22.9rem;
  height: 35.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-right: 0rem;
  margin-top: 0rem;
  z-index: 1;
  margin-bottom: -6rem;
}
.topVoiceInnerList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
.topVoiceInnerList_itemLink_box{
  width: 100%;
  border: 1px solid #fff;
  padding: 2rem;
  padding-left: 2rem;
  padding-top: 7rem;
  position: relative;
  min-height: 33rem;
}
.topVoiceInnerList_itemLink_box:before{
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 2.5rem 2.5rem 0;
  border-color: transparent #fff transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  top: 0;
}
.topVoiceInnerList_itemLink_boxIn{

}
.topVoiceInnerList_itemLink_boxIn_ttl{
  font-size: 2rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.topVoiceInnerList_itemLink_boxIn_txt{
  color: #fff;
}
.cmnBtn02Box{
  display: flex;

}
.cmnBtn02Box--topVoice{
  justify-content: center;
}
.cmnBtn02{
  width: 32rem;
  height: 5rem;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  transition: ease .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.cmnBtn02:hover{
  opacity: 1;
}
.cmnBtn02:after{
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 0.2rem;
  bottom: 0;
  margin: auto;
  background: url(../../src/img/cmn_btn_arrow_wh.png) 0 0 no-repeat;
  background-size: 100% 100%;
  line-height: 1;
}
.cmnBtn02 p {
  position: relative;
  z-index: 3;
  color:#fff;
}
.cmnBtn02:hover p{
  color:#707070;
}
.cmnBtn02:hover:after{
  background: url(../../src/img/cmn_btn_arrow_bk.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.bgskew02::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background:#fff;
  width:120%;
  height: 110%;
  transform: skewX(-25deg);
}
.bgskew02:hover::before {
  animation: skewanime02 .5s forwards;
}
@keyframes skewanime02 {
  100% {
    left:-10%;
  }
}
.topGallery{
  background: url(../../src/img/sp/top_gallery_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 72rem;
  padding: 7rem 0 5rem;
}
.cmnTtl01Box--topGallery{
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.cmnTtl01Box--topGallery *{
  color: #fff;
}
.cmnTtl01Box--topGallery .cmnTtl01{
  align-items: center;
}
.topGalleryBoxSlide{
  margin-bottom: 5rem;
}
/*.topGalleryBoxSlide .slick-prev {
    left: 31rem;
    width: 6.2rem;
    height: 2rem;
    top: 31rem;
}
.topGalleryBoxSlide .slick-prev:before {
    content: '';
    background: url(../../src/img/slick01_prev.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 6.2rem;
    height: 2rem;
    display: block;
}
.topGalleryBoxSlide .slick-next {
    right: 31rem;
    width: 6.2rem;
    height: 2rem;
    top: 31rem;
}
.topGalleryBoxSlide .slick-next:before {
    content: '';
    background: url(../../src/img/slick01_next.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 6.2rem;
    height: 2rem;
    display: block;
}*/
.topGalleryBoxSlide .slick-dots {
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.topGalleryBoxSlide .slick-dots li {
  width: 3rem;
  height: 0.3rem;
  margin: 0 0.5rem;
}
.topGalleryBoxSlide .slick-dots li button {
  width: 3rem;
  height: 0.3rem;
  background: #959595;
}
.topGalleryBoxSlide .slick-dots li.slick-active button{
  background: #fff;
}
.topGalleryBoxSlide .slick-dots li button:before{
    display: none;
}
.topGalleryBoxSlide_item{
  padding: 0 1rem 2rem;
}
.topGalleryBoxSlide_itemLink{

}
.topGalleryBoxSlide_itemLink_img{

}
.topGalleryBoxSlide_itemLink_img {
  width: 100%;
  height: 38.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  box-shadow: 0 3px 6px #00000060;
  border: 6px solid #fff;
}
.topGalleryBoxSlide_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
.topNews{
  background: #E2E2E2;
  padding: 8rem 0;
  position: relative;
}
.cmnTtl01Box--topNews {
  position: relative;
  left: 0;
  top: 0;
  justify-content: center;
  padding-left: 0%;
}
.cmnTtl01Box--topNews .cmnTtl01{
  align-items: center;
}
.topNewsBox{
  padding-left: 0%;
}
.topNewsBoxList{
  height: auto!important;
  margin-bottom: 6rem;
  width: 75%;
  margin: 0 auto 6rem;
  padding-top: 0;
}
.topNewsBoxList .slick-dots{
  position: absolute;
  bottom: -3rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.topNewsBoxList .slick-dots li {
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}
.topNewsBoxList .slick-dots li button:before {
  font-family: unset!important;
  font-size: 0.5rem;
  line-height: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  content: '•';
  text-align: center;
  color: #CDCDCD;
  background: #CDCDCD;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #CDCDCD;
}
.topNewsBoxList .slick-dots li.slick-active button:before{
  color:#5C5D5D;
  border-radius: 50%;
  background:#5C5D5D;
  border: 1px solid #5C5D5D;
}
.topNewsBoxList .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.topNewsBoxList .slick-list {
  padding: 0 0% 0 0!important;
}
.topNewsBoxList_item{
  padding: 0 1rem;
  
}
.topNewsBoxList_itemLink{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: auto!important;
}
.topNewsBoxList_itemLink_img {
  width: 100%;
  height: 33.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  margin-bottom: 1rem;
  transition: 0.8s ease;
}
.topNewsBoxList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
.topNewsBoxList_item.slick-current .topNewsBoxList_itemLink_img{
  height: 33.8rem!important;
}
.topNewsBoxList_itemLinkCat{
  display: flex;
  flex-wrap: wrap;
}
.topNewsBoxList_itemLinkCat li{
  line-height: 1;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0.4rem 1rem;
  border: 1px solid #707070;
  border-radius: 3rem;
  color: #707070;
  font-size: 1.2rem;
}
.topNewsBoxList_itemLink_time{
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.topNewsBoxList_itemLink_ttl{
  font-size: 1.4rem;
  line-height: 1;
}

.topNewsBoxList .slick-counter {
  position: absolute;
  color: #707070;
  left: 43rem;
  top: 11rem;
  width: 6.5rem;
  height: 4rem;
  display: none;
}
.topNewsBoxList .slick-counter .current{
  position: absolute;
  top: 0;
  font-size: 3rem;
  line-height: 1;
}
.topNewsBoxList .slick-counter .current:after {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: -2.8rem;
  display: inline-block;
  width: 3rem;
  height: 1px;
  background-color: #707070;
  -webkit-transform: rotate(287deg);
  transform: rotate(287deg);
}
.topNewsBoxList .slick-counter .total{
  position: absolute;
  right: 0;
  font-size: 3rem;
  line-height: 1;
}

.topNewsBoxList .slick-prev {
  left: -3.4rem;
  width: 3.4rem;
  height: 3.4rem;
  top: 17rem;
}
.topNewsBoxList .slick-prev:before {
  content: '';
  background: url(../../src/img/sp/slick02_prev@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 3.4rem;
  height: 3.4rem;
  display: block;
}
.topNewsBoxList .slick-next {
  left: unset;
  right: -3.4rem;
  width: 3.4rem;
  height: 3.4rem;
  top: 17rem;
}
.topNewsBoxList .slick-next:before {
  content: '';
  background: url(../../src/img/sp/slick02_next@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 3.4rem;
  height: 3.4rem;
  display: block;
}
.cmnBtn01Box--topNews{
  justify-content: center;
}
.topFtSlide{
  width: 550%;
}
.topFtSlide li{
  padding: 0;
}
}
/*-----------------------------------------------------------

PUNKUZ

-------------------------------------------------------------*/
.punkuz{
  width: 95%;
  margin: 2rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.punkuz li{
  font-size: 1.4rem;
  margin-right: 0.8rem;
  color: #A5A5A5;
}
.punkuz li a{
  display: block;
}
.punkuz li br{
  display: none;
}
.grWrap .punkuz li{
  color: #fff;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.punkuz{
  width: 92%;
  margin: 1rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: normal;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.punkuz li{
  font-size: 1.2rem;
  margin-right: 0.8rem;
  color: #A5A5A5;
}
.punkuz li a{
  display: block;
}
.punkuz li br{
  display: none;
}
.grWrap .punkuz li{
  color: #fff;
}
}
/*-----------------------------------------------------------

ABOUT

-------------------------------------------------------------*/
.mainVSub{
  padding-left: 3rem;
  background: #fff;
  padding-top: 6rem;
}
.mainVSubInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainVSub_ttlBox{
  width: 40%;
}
.mainVSub_ttl{
  display: flex;
  flex-direction: column;
}
.mainVSub_ttl_en{
  font-size: 6rem;
  color: #707070;
  mix-blend-mode: hard-light;
  line-height: 1;
}
.mainVSub_ttl_jp{
  font-size: 2rem;
}
.mainVSub_img{
  width: 60%;
}
.aboutIntro{
  padding: 3rem 0 12rem;
}
.aboutIntroInner{
  display: flex;
  justify-content: space-between;
  padding-right: 12%;
}
.aboutIntroInnerL{
  width: 60%;
  position: relative;
    height: 112rem;
}
.aboutIntroInnerL_list_item01{
  position: absolute;
  width: 51rem;
  left: 8rem;
  top: 0;
}
.aboutIntroInnerL_list_item02 {
  position: absolute;
  width: 44rem;
  left: 34rem;
  top: 44rem;
}
.aboutIntroInnerL_list_item03{
  position: absolute;
  width: 52rem;
  left: 4rem;
  bottom: 0;
}
.aboutIntroInnerR{
  width: 32%;
}
.aboutIntroInnerRTtlBox{
  display: flex;
  justify-content: center;
}
.aboutIntroInnerRTtl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.5rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 4rem;
  margin-right: 2rem;
}
.aboutIntroInnerRTtl span {
  margin-bottom: 0rem;
  letter-spacing: 0.5em;
  white-space: nowrap;
}
.aboutIntroInnerRTtl_txt01{
  margin: 0 0.3rem;  
}
.aboutIntroInnerRTtl_txt02{
  margin: 0 0.3rem;  
  margin-top: 3rem;
}
.aboutIntroInnerRTtl_txt03{
  margin: 0 0.3rem;  
  margin-top: 3rem;
}
.aboutIntroInnerR_txt{
  white-space: nowrap;
}
.aboutStrWrap{
  height: auto;
  background: #8E8E8E;
  position: relative;
}
.aboutStr {
  padding: 10rem 0;
  height: auto;
}
.cmnTtl01Box--aboutStr{
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
  height: 10rem;
}
.cmnTtl01Box--aboutStr *{
  color: #fff;
}
.cmnTtl01Box--aboutStr .cmnTtl01{
  align-items: center;
}
.aboutStrScroll{
  margin: 0rem 0 0rem;
  position: relative;
  z-index: 2;
  height: 400vh;
  overflow: hidden;
}
.aboutStrScrollInner{
  height: 400vh;
  position: relative;
}
.aboutStrCont{
  width: 100%;
  height: 100vh;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
}
.aboutStrContBox{
  width: 80%;
  margin: 0 auto;
  height: 53rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 13rem;
}
.aboutStrContBox_img{
  opacity: 0;
  transition: 0.2s ease-out;
}
.aboutStrCont.active .aboutStrContBox_img{
  opacity: 1;
}
.aboutStrContBox_img01{
  width: 84rem;
}
.aboutStrContBox_img02{
  width: 76rem;
}
.aboutStrContBox_img03{
  width: 96rem;
}
.aboutStrContBox_img04{
  width: 97rem;
}
.aboutStrContBoxR{
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  opacity: 0;
  width: 33rem;
  transition: 0.5s ease;
}
.aboutStrContBox01 .aboutStrContBoxR{
  bottom: -2rem;
}
.aboutStrContBox02 .aboutStrContBoxR{
  bottom: 0rem;
}
.aboutStrContBox03 .aboutStrContBoxR{
  bottom: -2rem;
}
.aboutStrContBox04 .aboutStrContBoxR{
  bottom: 0rem;
}
.aboutStrCont.active .aboutStrContBoxR{
  opacity: 1;
}
.aboutStrContBoxR_ttl{
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.aboutStrContBoxR_txt{

}

.aboutStrCurrentBox {
  width: 9rem;
  left: 8rem;
  position: absolute;
  top: 0%;
  z-index: 1;
  height: 800vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutStrCurrentBoxIn{
  height: 40rem;
  position: absolute;
  top: 30vh;
}
@media only screen and (min-width: 1600px) {
.aboutStrCurrentBoxIn{
  height: 40rem;
  position: absolute;
  top: 20vh;
}
}
.aboutStrCurrentBox_ttl{
  color: #fff;
  position: relative;
  font-size: 2.5rem;
  white-space: nowrap;
  text-align: center;
}
.aboutStrCurrent {
  position: absolute;
  width: 100%;
  top: 4rem;
  left: 1rem;
  white-space: nowrap;
  height: 44rem;
}
.aboutStrCurrent_item{
  position: relative;
}
.aboutStrCurrent_item span{
  font-size: 7.8rem;
  color: #fff;
  line-height: 1;
  margin-right: 3rem;
  opacity: 0;
  transition: 0.1s ease;
  position: absolute;
  text-align: center;
}
.aboutStrCurrent_item.active span{
  opacity: 1;
  color: #fff;
}
.aboutStrCurrent_item:after{
  content: "";
  width: 1rem;
  height: 1rem;
  background: #707070;
  position: absolute;
  left: -0.8rem;
  right: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 2;
}
.aboutStrCurrent_item.active:after{
  background: #fff;
}
.aboutStrCurrent_item:nth-child(1):after{
  top: 10rem;
}
.aboutStrCurrent_item:nth-child(2):after{
  top: 20rem;
}
.aboutStrCurrent_item:nth-child(3):after{
  top: 30rem;
}
.aboutStrCurrent_item:nth-child(4):after{
  top: 40rem;
}
.aboutStrCurrent_progress {
  width: 1px;
  height: 30rem;
  background: #707070;
  position: absolute;
  left: 5.4rem;
  top: 15rem;
}
.aboutStrCurrent_progress span{
  content: "";
  width: 2px;
  height: 0%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.aboutShop{
  width: 80%;
  margin: 10rem auto;
}
.cmnTtl01Box--aboutShop{
  justify-content: center;
}
.cmnTtl01Box--aboutShop .cmnTtl01{
  align-items: center;
}
.aboutShopSlideBox{
  margin-bottom: 1.4rem;
}
.aboutShopSlide .slick-prev {
    left: -8rem;
    width: 5rem;
    height: 5rem;
    top: 33rem;
}
.aboutShopSlide .slick-prev:before {
    content: '';
    background: url(../../src/img/slick03_prev.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 5rem;
    height: 5rem;
    display: block;
}
.aboutShopSlide .slick-next {
    right: -8rem;
    width: 5rem;
    height: 5rem;
    top: 33rem;
}
.aboutShopSlide .slick-next:before {
    content: '';
    background: url(../../src/img/slick03_next.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 5rem;
    height: 5rem;
    display: block;
}
.aboutShopSlide .slick-slide div {
    width: 100%;
    height: 64.5rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.aboutShopSlide .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.aboutShopNavBox{
  width: 100%;
}
.aboutShopNav .slick-track {
  display: flex!important;
  justify-content: space-between;
  flex-wrap: wrap;
  transform: unset!important;
  flex-direction: row;
  overflow: unset!important;
  width: 100%!important;
}
.aboutShopNav .slick-track:before,.aboutShopNav .slick-track:after {
  display: none!important;
}
.aboutShopNav li{
  width: 11.5%!important;
  margin: 0 0rem 1rem;
  cursor: pointer;
}
.aboutShopNav li.slick-current div{
  background: #000;
  display: block;
}
.aboutShopNav li.slick-current div img{
  opacity: 0.7;
  transition: all 300ms ease;
}
.aboutShopNav .slick-slide div {
    width: 100%;
    height: 8.5rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.aboutShopNav .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.aboutCompany{
  margin-bottom: 10rem;
}
.cmnTtl01Box--aboutCompany{
  justify-content: center;
}
.cmnTtl01Box--aboutCompany .cmnTtl01{
  align-items: center;
}
.aboutCompanyList{
  width: 60%;
  margin: 0 auto;
}
.aboutCompanyList_item{
  border-bottom: 1px solid #707070;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutCompanyList_item h3{
  width: 30%;
  font-size: 1.4rem;
}
.aboutCompanyList_item p{
  width: 70%;
  font-size: 1.4rem;
}
.aboutHistory{
  background: url(../../src/img/about_history_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 68rem;
  padding-top: 8rem;
}
.aboutHistory.adpt{
  background: url(../../src/img/about_history_bg02.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 37rem;
  padding-top: 8rem;
}
.cmnTtl01Box--aboutHistory{
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}
.cmnTtl01Box--aboutHistory *{
  color: #fff;
}
.cmnTtl01Box--aboutHistory .cmnTtl01{
  align-items: center;
}
.aboutHistoryBox{
  display: flex;
  justify-content: center;
}
.aboutHistoryBox_list{

}
.aboutHistoryBox_listItem{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  margin-bottom: 6rem;
}
.aboutHistoryBox_listItem:last-child{
  margin-bottom: 0;
}
.aboutHistoryBox_listItem_ttl{
  position: relative;
}
.aboutHistoryBox_listItem_ttl:after{
  content: "";
  width: 1px;
  height: 4.5rem;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 4rem;
  margin: auto;
}
.aboutHistoryBox_listItem:last-child .aboutHistoryBox_listItem_ttl:after{
  display: none;
}
.aboutHistoryBox_listItem_txt{
  margin-left: 4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

.mainVSub_ttl_en {
  font-size: 4rem;
  color: #707070;
  mix-blend-mode: hard-light;
  line-height: 1;
}
.aboutIntroInnerL {
  width: 60%;
  position: relative;
  height: 107rem;
}
.aboutIntroInnerL_list_item01{
  position: absolute;
  width: 41rem;
  left: 4rem;
  top: 0;
}
.aboutIntroInnerL_list_item02 {
  position: absolute;
  width: 34rem;
  left: 2rem;
  top: 44rem;
}
.aboutIntroInnerL_list_item03{
  position: absolute;
  width: 42rem;
  left: 1rem;
  bottom: 0;
}
.aboutIntroInnerR {
  width: 41%;
}
.aboutShopSlide .slick-slide div {
  width: 100%;
  height: 42.5rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.aboutShopNav .slick-slide div {
  width: 100%;
  height: 6.5rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.aboutShopSlide .slick-prev {
    left: -7rem;
    width: 5rem;
    height: 5rem;
    top: 22rem;
}
.aboutShopSlide .slick-next {
    right: -7rem;
    width: 5rem;
    height: 5rem;
    top: 22rem;
}
.aboutCompanyList {
  width: 80%;
  margin: 0 auto;
}

.aboutStrWrap{
  height: auto;
  background: #8E8E8E;
  position: relative;
  padding: 6rem 0 0;
}
.aboutStr {
  padding: 0rem 0 1rem;
  height: auto;
}
.cmnTtl01Box--aboutStr{
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
  height: 10rem;
}
.cmnTtl01Box--aboutStr *{
  color: #fff;
}
.cmnTtl01Box--aboutStr .cmnTtl01{
  align-items: center;
}
.aboutStrScroll{
  margin: -9rem 0 0rem;
  position: relative;
  z-index: 2;
  height: 400vh;
  overflow: hidden;
}
.aboutStrScrollInner{
  height: 400vh;
  position: relative;
}
.aboutStrCont{
  width: 100%;
  height: 90vh;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
}
.aboutStrContBox{
  width: 75%;
  margin: 0 auto;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0rem;
  flex-direction: column;
  padding-top: 30rem;
}
.aboutStrContBox_img{
  opacity: 0;
  transition: 0.2s ease-out;
  margin-bottom: 2rem;
}
.aboutStrCont.active .aboutStrContBox_img{
  opacity: 1;
}
.aboutStrContBox_img01{
  width: 100%;
}
.aboutStrContBox_img02{
  width: 100%;
}
.aboutStrContBox_img03{
  width: 100%;
}
.aboutStrContBox_img04{
  width: 100%;
}
.aboutStrContBoxR{
  position: relative;
  right: 0;
  bottom: 0;
  color: #fff;
  opacity: 0;
  width: 100%;
  transition: 0.5s ease;
}
.aboutStrContBox01 .aboutStrContBoxR{
  bottom: 0rem;
}
.aboutStrContBox02 .aboutStrContBoxR{
  bottom: 0rem;
}
.aboutStrContBox03 .aboutStrContBoxR{
  bottom: 0rem;
}
.aboutStrContBox04 .aboutStrContBoxR{
  bottom: 0rem;
}
.aboutStrCont.active .aboutStrContBoxR{
  opacity: 1;
}
.aboutStrContBoxR_ttl{
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  height: 5.6rem;
  top: 0;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.aboutStrContBoxR_txt{
  height: 17.4rem;
  text-align: center;
  line-height: 1.6;
  font-size: 1.6rem;
}

.aboutStrCurrentBox {
  width: 55%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 7rem;
  z-index: 1;
  height: 9rem;
}
.aboutStrCurrentBoxIn{
  height: 9rem;
  position: absolute;
  top: 0vh;
  width: 100%;
}
.aboutStrCurrentBox_ttl{
  color: #fff;
  position: relative;
  font-size: 2rem;
  white-space: nowrap;
  text-align: center;
}
.aboutStrCurrent {
  position: absolute;
  width: 100%;
  top: 2rem;
  left: 0rem;
  white-space: nowrap;
  height: auto;
}
.aboutStrCurrent_item{
  position: relative;
  width: 100%;
}
.aboutStrCurrent_item span{
  font-size: 6rem;
  color: #fff;
  line-height: 1;
  margin-right: 0;
  opacity: 0;
  transition: 0.1s ease;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}
.aboutStrCurrent_item.active span{
  opacity: 1;
  color: #fff;
}
.aboutStrCurrent_item:after{
  content: "";
  width: 1rem;
  height: 1rem;
  background: #707070;
  position: absolute;
  left: 0;
  right: unset;
  margin: auto;
  border-radius: 50%;
  z-index: 2;
}
.aboutStrCurrent_item.active:after{
  background: #fff;
}
.aboutStrCurrent_item:nth-child(1):after{
  top: 8rem;
  left: 0;
}
.aboutStrCurrent_item:nth-child(2):after{
  top: 8rem;
  left: 33%;
}
.aboutStrCurrent_item:nth-child(3):after{
  top: 8rem;
  left: 66%;
}
.aboutStrCurrent_item:nth-child(4):after{
  top: 8rem;
  left: 100%;
}
.aboutStrCurrent_progress {
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 0.4rem;
  top: 10.4rem;
}
.aboutStrCurrent_progress span{
  content: "";
  width: 0%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSub{
  padding-left: 0rem;
  background: #fff;
  padding-top: 6rem;
}
.mainVSubInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
}
.mainVSub_ttlBox{
  width: 92%;
}
.mainVSub_ttl{
  display: flex;
  flex-direction: column;
}
.mainVSub_ttl_en{
  font-size: 4rem;
  color: #707070;
  mix-blend-mode: hard-light;
  line-height: 1;
}
.mainVSub_ttl_jp{
  font-size: 1.8rem;
}
.mainVSub_img{
  width: 100%;
  margin-bottom: 2rem;
}
.aboutIntro{
  padding: 0rem 0 12rem;
  margin-top: -3rem;
}
.aboutIntroInner{
  display: flex;
  justify-content: space-between;
  padding-right: 0%;
  flex-direction: column-reverse;
}
.aboutIntroInnerL{
  width: 85%;
  position: relative;
  height: auto;
  margin: 0 auto;
}
.aboutIntroInnerL_list_item01{
  position: absolute;
  width: 51rem;
  left: 8rem;
  top: 0;
  display: none;
}
.aboutIntroInnerL_list_item02 {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  margin-bottom: 2rem;
}
.aboutIntroInnerL_list_item03{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
}
.aboutIntroInnerR{
  width: 85%;
  margin: 0 auto 4rem;
}
.aboutIntroInnerRTtlBox{
  display: flex;
  justify-content: center;
}
.aboutIntroInnerRTtl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 2rem;
  margin-top: 4rem;
  margin-right: 0;
}
.aboutIntroInnerRTtl span {
  margin-bottom: 1rem;
  letter-spacing: 0.5em;
  white-space: nowrap;
}
.aboutIntroInnerRSP_img{
  margin-bottom: 3rem;
}
.aboutIntroInnerRTtl_txt01{
  margin: 0 0.3rem;  
}
.aboutIntroInnerRTtl_txt02{
  margin: 0 0.3rem;  
  margin-top: 1.6rem;
}
.aboutIntroInnerRTtl_txt03{
  margin: 0 0.3rem;  
  margin-top: 1.6rem;
}
.aboutIntroInnerR_txt{
  white-space: normal;
  text-align: center;
}
.aboutStrWrap{
  height: auto;
  background: #8E8E8E;
  position: relative;
  padding: 6rem 0 0;
}
.aboutStr {
  padding: 0rem 0 1rem;
  height: auto;
}
.cmnTtl01Box--aboutStr{
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
  height: 10rem;
}
.cmnTtl01Box--aboutStr *{
  color: #fff;
}
.cmnTtl01Box--aboutStr .cmnTtl01{
  align-items: center;
}
.aboutStrScroll{
  margin: -16rem 0 0rem;
  position: relative;
  z-index: 2;
  height: 400vh;
  overflow: hidden;
}
.aboutStrScrollInner{
  height: 400vh;
  position: relative;
}
.aboutStrCont{
  width: 100%;
  height: 90vh;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
}
.aboutStrContBox{
  width: 85%;
  margin: 0 auto;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0rem;
  flex-direction: column;
  padding-top: 22rem;
}
.aboutStrContBox_img{
  opacity: 0;
  transition: 0.2s ease-out;
  margin-bottom: 1rem;
}
.aboutStrCont.active .aboutStrContBox_img{
  opacity: 1;
}
.aboutStrContBox_img01{
  width: 100%;
}
.aboutStrContBox_img02{
  width: 100%;
}
.aboutStrContBox_img03{
  width: 100%;
}
.aboutStrContBox_img04{
  width: 100%;
}
.aboutStrContBoxR{
  position: relative;
  right: 0;
  bottom: 0;
  color: #fff;
  opacity: 0;
  width: 100%;
  transition: 0.5s ease;
}
.aboutStrContBox01 .aboutStrContBoxR{
  bottom: 0rem;
}
.aboutStrContBox02 .aboutStrContBoxR{
  bottom: 0rem;
}
.aboutStrContBox03 .aboutStrContBoxR{
  bottom: 0rem;
}
.aboutStrContBox04 .aboutStrContBoxR{
  bottom: 0rem;
}
.aboutStrCont.active .aboutStrContBoxR{
  opacity: 1;
}
.aboutStrContBoxR_ttl{
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  height: 5.6rem;
  top: 0;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.aboutStrContBoxR_txt{
  height: 17.4rem;
  text-align: center;
  line-height: 1.6;
  font-size: 1.3rem;
}

.aboutStrCurrentBox {
  width: 85%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 7rem;
  z-index: 1;
  height: 9rem;
}
.aboutStrCurrentBoxIn{
  height: 9rem;
  position: absolute;
  top: 0vh;
  width: 100%;
}
.aboutStrCurrentBox_ttl{
  color: #fff;
  position: relative;
  font-size: 1.6rem;
  white-space: nowrap;
  text-align: center;
}
.aboutStrCurrent {
  position: absolute;
  width: 100%;
  top: 2rem;
  left: 0rem;
  white-space: nowrap;
  height: auto;
}
.aboutStrCurrent_item{
  position: relative;
  width: 100%;
}
.aboutStrCurrent_item span{
  font-size: 4rem;
  color: #fff;
  line-height: 1;
  margin-right: 0;
  opacity: 0;
  transition: 0.1s ease;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}
.aboutStrCurrent_item.active span{
  opacity: 1;
  color: #fff;
}
.aboutStrCurrent_item:after{
  content: "";
  width: 1rem;
  height: 1rem;
  background: #707070;
  position: absolute;
  left: 0;
  right: unset;
  margin: auto;
  border-radius: 50%;
  z-index: 2;
}
.aboutStrCurrent_item.active:after{
  background: #fff;
}
.aboutStrCurrent_item:nth-child(1):after{
  top: 6rem;
  left: 0;
}
.aboutStrCurrent_item:nth-child(2):after{
  top: 6rem;
  left: 33%;
}
.aboutStrCurrent_item:nth-child(3):after{
  top: 6rem;
  left: 66%;
}
.aboutStrCurrent_item:nth-child(4):after{
  top: 6rem;
  left: 100%;
}
.aboutStrCurrent_progress {
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 0.4rem;
  top: 8.4rem;
}
.aboutStrCurrent_progress span{
  content: "";
  width: 0%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.aboutShop{
  width: 80%;
  margin: 10rem auto;
}
.cmnTtl01Box--aboutShop{
  justify-content: center;
}
.cmnTtl01Box--aboutShop .cmnTtl01{
  align-items: center;
}
.aboutShopSlideBox{
  margin-bottom: 1.4rem;
}
.aboutShopSlide .slick-prev {
    left: -3rem;
    width: 2.6rem;
    height: 2.6rem;
    top: 10rem;
}
.aboutShopSlide .slick-prev:before {
    content: '';
    background: url(../../src/img/slick03_prev.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 2.6rem;
    height: 2.6rem;
    display: block;
}
.aboutShopSlide .slick-next {
  right: -3rem;
  width: 2.6rem;
  height: 2.6rem;
  top: 10rem;
}
.aboutShopSlide .slick-next:before {
    content: '';
    background: url(../../src/img/slick03_next.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 2.6rem;
    height: 2.6rem;
    display: block;
}
.aboutShopSlide .slick-slide div {
    width: 100%;
    height: 18.5rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.aboutShopSlide .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.aboutShopNavBox{
  width: 100%;
}
.aboutShopNav .slick-track {
  display: flex!important;
  justify-content: space-between;
  flex-wrap: wrap;
  transform: unset!important;
  flex-direction: row;
  overflow: unset!important;
  width: 100%!important;
}
.aboutShopNav .slick-track:before,.aboutShopNav .slick-track:after {
  display: table;
  content: '';
  display: block!important;
  width: 23%;
}
.aboutShopNav .slick-track:before {
  order: 1;
}
.aboutShopNav li{
  width: 23%!important;
  margin:0 0 1rem;
}
.aboutShopNav li.slick-current div{
  background: #000;
  display: block;
}
.aboutShopNav li.slick-current div img{
  opacity: 0.7;
  transition: all 300ms ease;
}
.aboutShopNav .slick-slide div {
    width: 100%;
    height: 4.5rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.aboutShopNav .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.aboutCompany{
  margin-bottom: 10rem;
  position: relative;
  z-index: 2;
}
.cmnTtl01Box--aboutCompany{
  justify-content: center;
}
.cmnTtl01Box--aboutCompany .cmnTtl01{
  align-items: center;
}
.aboutCompanyList{
  width: 85%;
  margin: 0 auto;
}
.aboutCompanyList_item{
  border-bottom: 1px solid #707070;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.aboutCompanyList_item h3{
  width: 100%;
  font-size: 1.4rem;
}
.aboutCompanyList_item p{
  width: 100%;
  font-size: 1.4rem;
}
.aboutHistory{
  background: url(../../src/img/sp/about_history_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 52rem;
  padding-top: 5rem;
  position: relative;
  z-index: 2;
}
.aboutHistory.adpt{
  background: url(../../src/img/sp/about_history_bg02@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 23rem;
  padding-top: 5rem;
}
.cmnTtl01Box--aboutHistory{
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.cmnTtl01Box--aboutHistory *{
  color: #fff;
}
.cmnTtl01Box--aboutHistory .cmnTtl01{
  align-items: center;
}
.aboutHistoryBox{
  display: flex;
  justify-content: center;
}
.aboutHistoryBox_list {
  width: 85%;
}
.aboutHistoryBox_listItem {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
  margin-bottom: 5rem;
  position: relative;
}
.aboutHistoryBox_listItem:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 3rem;
  right: unset;
  top: 4rem;
  margin: auto;
}
.aboutHistoryBox_listItem:last-child{
  margin-bottom: 0;
}
.aboutHistoryBox_listItem:last-child:after{
  display: none;
}
.aboutHistoryBox_listItem_ttl {
  position: relative;
  width: 23%;
}
.aboutHistoryBox_listItem_ttl:after{
  content: "";
  width: 1px;
  height: 3.5rem;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 4rem;
  margin: auto;
  display: none;
}
.aboutHistoryBox_listItem:last-child .aboutHistoryBox_listItem_ttl:after{
  display: none;
}
.aboutHistoryBox_listItem_txt {
  margin-left: 0rem;
  width: 70%;
}
.aboutHistory.adpt .aboutHistoryBox_listItem{
  justify-content: center;
  align-items: center;
}
.aboutHistory.adpt .aboutHistoryBox_listItem_ttl{
  width: auto;
  margin-right: 2rem;
}
.aboutHistory.adpt .aboutHistoryBox_listItem_txt{
  width: auto;
}
}
/*-----------------------------------------------------------

GALLERY

-------------------------------------------------------------*/
.gallerySearch{
  width: 95%;
  margin: 6rem auto 4rem;
  background: #F6F6F6;
  padding: 4rem 10%;
}
.gallerySearch_ttl{
  font-size: 3rem;
  margin-bottom: 1rem;
}
.gallerySearchBox{

}
.gallerySearchBox form{

}
.gallerySearchBox_col{
  margin-bottom: 2.5rem;
}
.gallerySearchBox_col_ttl{
  color: #707070;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #707070;
}
.gallerySearchBox_col_inner{

}
.gallerySearchBox_col_inner div{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gallerySearchBox_col_inner div label{
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  justify-content: flex-start;
  margin-right: 4rem;
  margin-bottom: 1rem;
}
.gallerySearchBox_col_inner div input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.gallerySearchBox_col_inner div input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.gallerySearchBox_send{
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.gallerySearchBox_send input{
  width: 22rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  border: 1px solid #707070;
  position: relative;
  background: #707070;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
  margin: 0 1rem;
}
.gallerySearchBox_send input:hover{
  opacity: 0.6;
}
.gallerySearchBox_send input[type=reset]{
  background: #fff;
  color: #707070;
}
.galleryBox{
  width: 95%;
  margin: 0 auto 6rem;
}
.galleryBoxList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.galleryBoxList::after {
    content: "";
    display:block;
    width:23%;
}
.galleryBoxList::before { 
    content: ""; 
    display:block; 
    width:23%;
    order: 1;
}
.galleryBoxList_item{
  width: 23%;
  margin-bottom: 5rem;
}
.galleryBoxList_itemLink{

}
.galleryBoxList_itemLink_img {
  width: 100%;
  height: 42.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  border: 5px solid #fff;
}
.galleryBoxList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
.galleryBoxList_itemLink_ttl{
  font-size: 1.4rem;
  color: #fff;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a{
  color: #fff;
}
.wp-pagenavi a:hover{
  opacity: 0.5;
}

.wp-pagenavi .first{
  display: flex;
  padding-left: 2rem;
  margin-right: 1rem;
  position: relative;
  align-items: center;
  font-size: 1.2rem;
}
.wp-pagenavi .first:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.wp-pagenavi .first:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0.5rem;
}

.wp-pagenavi .last{
  display: flex;
  padding-right: 2rem;
  margin-left: 1rem;
  position: relative;
  align-items: center;
  font-size: 1.2rem;
}
.wp-pagenavi .last:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .last:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0.5rem;
}

.previouspostslink{
  display: flex;
  padding-left: 2rem;
  margin-right: 1rem;
  position: relative;
  align-items: center;
}
.previouspostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.nextpostslink{
  display: flex;
  padding-right: 2rem;
  margin-left: 1rem;
  position: relative;
  align-items: center;
}
.nextpostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .page{
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
}
.wp-pagenavi .current{
  color: #fff;
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.gallerySearch {
  width: 95%;
  margin: 6rem auto 4rem;
  background: #F6F6F6;
  padding: 4rem 6%;
}
.galleryBoxList_itemLink_img {
  width: 100%;
  height: 25.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  border: 5px solid #fff;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSubGallerySP{
  background: #646464;
}
.mainVSubGallerySP .mainVSub_ttl *{
  color: #fff;
}
.gallerySearch{
  width: 90%;
  margin: 2rem auto 4rem;
  background: #F6F6F6;
  padding: 2rem 2rem;
}
.gallerySearch_ttl{
  font-size: 2rem;
  margin-bottom: 1rem;
}
.gallerySearchBox{

}
.gallerySearchBox form{

}
.gallerySearchBox_col{
  margin-bottom: 2rem;
}
.gallerySearchBox_col_ttl{
  color: #707070;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #707070;
}
.gallerySearchBox_col_inner{

}
.gallerySearchBox_col_inner div{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gallerySearchBox_col_inner div label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
  margin-right: 4rem;
  margin-bottom: 1rem;
}
.gallerySearchBox_col_inner div input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.gallerySearchBox_col_inner div input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.gallerySearchBox_send{
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  flex-direction: column-reverse;
}
.gallerySearchBox_send input{
  width: 32rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  border: 1px solid #707070;
  position: relative;
  background: #707070;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
  margin: 1rem 0;
}
.gallerySearchBox_send input:hover{
  opacity: 0.6;
}
.galleryBox{
  width: 85%;
  margin: 0 auto 6rem;
}
.galleryBoxList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  width: 90%;
  margin: 0 auto 1rem;
}
.galleryBoxList::after {
    content: "";
    display:block;
    width:100%;
}
.galleryBoxList::before { 
    content: ""; 
    display:block; 
    width:100%;
    order: 1;
}
.galleryBoxList_item{
  width: 100%;
  margin-bottom: 5rem;
}
.galleryBoxList_itemLink{

}
.galleryBoxList_itemLink_img {
  width: 100%;
  height: 38.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  border: 5px solid #fff;
  margin-bottom: 0.5rem;
}
.galleryBoxList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
.galleryBoxList_itemLink_ttl{
  font-size: 1.4rem;
  color: #fff;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a{
  color: #fff;
}
.wp-pagenavi a:hover{
  opacity: 0.5;
}

.wp-pagenavi .first{
  display: flex;
  padding-left: 2rem;
  margin-right: 1rem;
  position: relative;
  align-items: center;
  font-size: 1.2rem;
}
.wp-pagenavi .first:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.wp-pagenavi .first:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0.5rem;
}

.wp-pagenavi .last{
  display: flex;
  padding-right: 2rem;
  margin-left: 1rem;
  position: relative;
  align-items: center;
  font-size: 1.2rem;
}
.wp-pagenavi .last:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .last:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0.5rem;
}

.previouspostslink{
  display: flex;
  padding-left: 2rem;
  margin-right: 1rem;
  position: relative;
  align-items: center;
}
.previouspostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.nextpostslink{
  display: flex;
  padding-right: 2rem;
  margin-left: 1rem;
  position: relative;
  align-items: center;
}
.nextpostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .page{
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
}
.wp-pagenavi .current{
  color: #fff;
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  border-radius: 50%;
  border: 1px solid #fff;
}
}
/*-----------------------------------------------------------

GALLERY SINGLE

-------------------------------------------------------------*/
.noMv{
  padding-top: 6rem;
}
.cmnTtl01Box--gallerySingle{
  margin-bottom: 4rem;
}
.cmnTtl01Box--wh *{
  color: #fff;
}
.gallerySingle{
  width: 80%;
  margin: 10rem auto 8rem;
}
.gallerySingle_top{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6rem;
}
.gallerySingle_topL{
  width: 55%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.gallerySingle_topLNavBox{
  width: 15%;
}
.gallerySingle_topLNav .slick-track {
  display: flex!important;
  justify-content: center;
  flex-wrap: wrap;
  transform: unset!important;
  flex-direction: column;
  overflow: unset!important;
  width: 100%!important;
}
.gallerySingle_topLNav li{
  width: 100%!important;
  margin-bottom: 1.75rem;
  cursor: pointer;
}
.gallerySingle_topLNav li.slick-current div{
  background: #000;
  display: block;
}
.gallerySingle_topLNav li.slick-current div img{
  opacity: 0.7;
  transition: all 300ms ease;
}
.gallerySingle_topLNav .slick-slide div {
    width: 100%;
    height: 12.5rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.gallerySingle_topLNav .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.gallerySingle_topLSlideBox{
  width: 80%;
}
.gallerySingle_topLSlideBox .slick-slide div {
    width: 100%;
    height: 69.5rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.gallerySingle_topLSlideBox .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.gallerySingle_topR{
  width: 40%;
}
.gallerySingle_topR_info{
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #fff;
}
.gallerySingle_topR_infoTime{

}
.gallerySingle_topR_infoTtl{
  font-size: 2rem;
}
.gallerySingle_topR_infoCont{
  color: #fff;
  line-height: 2.5;
}
.gallerySingle_cmn{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6rem;
}
.gallerySingle_cmnL{
  width: 55%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.gallerySingle_cmnLNavBox{
  width: 15%;
}
.gallerySingle_cmnR{
  width: 40%;
}
.gallerySingle_cmnR_infoCont{
  color: #fff;
  line-height: 2.5;
}
.cmnBtn02Box--grBack{
  justify-content: center;
}
.cmnBtn02Box--grBack .cmnBtn02{

}
.cmnBtn02Box--grBack .cmnBtn02:after{
  right: unset;
  left: 2rem;
  transform: rotate(180deg);
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.gallerySingle {
  width: 90%;
  margin: 10rem auto 8rem;
}
.gallerySingle_topLSlideBox .slick-slide div {
  width: 100%;
  height: 48.5rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.gallerySingle_topLNav .slick-slide div {
  width: 100%;
  height: 8.3rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.gallerySingle_topR_infoCont {
  color: #fff;
  line-height: 1.8;
}
.gallerySingle_cmnR_infoCont {
  color: #fff;
  line-height: 1.8;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.noMv{
  padding-top: 8rem;
}
.mainVSubGallerySP.noMv{
  padding-top: 8rem;
}
.cmnTtl01Box--gallerySingle{
  margin-bottom: 4rem;
}
.cmnTtl01Box--wh *{
  color: #fff;
}
.gallerySingle{
  width: 85%;
  margin: 6rem auto 8rem;
}
.gallerySingle_top{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6rem;
  flex-direction: column;
}
.gallerySingle_topL{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse;
}
.gallerySingle_topLNavBox{
  width: 100%;
}
.gallerySingle_topLNav .slick-track {
  display: flex!important;
  justify-content: space-between;
  flex-wrap: wrap;
  transform: unset!important;
  flex-direction: row;
  overflow: unset!important;
  width: 100%;
}
.gallerySingle_topLNav .slick-track:before,.gallerySingle_topLNav .slick-track:after {
  display: table;
  content: '';
  display: block!important;
  width: 23%;
}
.gallerySingle_topLNav .slick-track:before {
  order: 1;
}
.gallerySingle_topLNav li{
  width: 23%!important;
  margin-bottom: 1rem;
}
.gallerySingle_topLNav li.slick-current div{
  background: #000;
  display: block;
}
.gallerySingle_topLNav li.slick-current div img{
  opacity: 0.7;
  transition: all 300ms ease;
}
.gallerySingle_topLNav .slick-slide div {
    width: 100%;
    height: 10.5rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.gallerySingle_topLNav .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.gallerySingle_topLSlideBox{
  width: 100%;
  margin-bottom: 1rem;
}
.gallerySingle_topLSlideBox .slick-slide div {
    width: 100%;
    height: 47.5rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.gallerySingle_topLSlideBox .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.gallerySingle_topR{
  width: 100%;
}
.gallerySingle_topR_info{
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  color: #fff;
  width: 100%;
}
.gallerySingle_topR_infoTime{

}
.gallerySingle_topR_infoTtl{
  font-size: 1.8rem;
}
.gallerySingle_topR_infoCont{
  color: #fff;
  line-height: 2.5;
}
.gallerySingle_cmn{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6rem;
  flex-direction: column;
}
.gallerySingle_cmnL{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.gallerySingle_cmnLNavBox{
  width: 15%;
}
.gallerySingle_cmnR{
  width: 100%;
}
.gallerySingle_cmnR_infoCont{
  color: #fff;
  line-height: 2.5;
}
.cmnBtn02Box--grBack{
  justify-content: center;
}
.cmnBtn02Box--grBack .cmnBtn02{

}
.cmnBtn02Box--grBack .cmnBtn02:after{
  right: unset;
  left: 2rem;
  transform: rotate(180deg);
}
}
/*-----------------------------------------------------------

RENTAL

-------------------------------------------------------------*/
.fixedBgRental{
  background-image: url(../../src/img/rental_intro_bg.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: right;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.rentalBg{
  height: 64rem;
  position: relative;
  display: flex;
  align-items: center;
}
.rentalBg_txtBox{
  position: absolute;
  left: 16rem;
  display: flex;
  flex-direction: column;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 0.5em;
  padding-top: 5rem;
}
.rentalIntro{
  padding: 10rem 0;
}
.rentalIntroInner{
  position: relative;
  display: flex;
  align-items: center;
  height: 63rem;
}
.rentalIntroBox{
  width: 80%;
  margin: 0 auto;
}
.rentalIntroBox_ttl{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.rentalIntroBox_txt{
  text-align: center;
  line-height: 3;
}
.rentalIntro_img {
  position: absolute;
  height: 63rem;
  width: 126rem;
  left: 4rem;
}
.rentalAnch{
  background: #F4F4F4;
  padding: 8rem 0;
}
.cmnTtl01Box--rentalAnch{
  justify-content: center;
}
.cmnTtl01Box--rentalAnch .cmnTtl01{
  align-items: center;
}
.rentalAnch_txt{
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 5rem;
}
.rentalAnchList{
  width: 46%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rentalAnchList_item{
  width: 13rem;
}
.rentalAnchList_item a{
  width: 13rem;
  height: 13rem;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.rentalAnchList_item a:after{
  content: "";
  width: 1.6rem;
  height: 0.9rem;
  background: url(../../src/img/rental_anch_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  margin: auto;
}
.rentalAnchList_item a p{
  line-height: 1.6;
  font-size: 1.6rem;
}
.rentalSec{
  margin-bottom: 10rem;
}
.rentalSecMain{
  position: relative;
  margin-bottom: 8rem;
}
.rentalSec_ttl{
  position: absolute;
  bottom: -1rem;
  right: 2rem;
  font-size: 8.8rem;
  line-height: 1;
  color: #fff;
}
.rentalSecMain_rev .rentalSec_ttl{
  right: unset;
  left: 2rem;
}
.rentalSecMain_cnt .rentalSec_ttl{
  left: 0;
  right: 0;
  text-align: center;
}
.rentalSecIntro{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6rem;
}
.rentalSecIntro_ttl{
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 3rem;
}
.rentalSecIntro_ttl span{
  position: relative;
  padding-top: 1.5rem;
  display: inline-block;
  text-align: center;
  line-height: 1.6;
}
.rentalSecIntro_ttl span:before{
  content: "";
  width: 1rem;
  height: 1rem;
  background: #707070;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  transform: rotate(45deg);
  transform-origin: center;
}
.rentalSecIntro_cont{
  text-align: center;
  margin-bottom: 7rem;
}
.rentalSecIntro_contTtl{
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.rentalSecIntro_img{
  width: 90%;
  margin: 0 auto;
}
.rentalSecIntro_img02{
  width: 90%;
  margin: 5rem auto 0;
}
.rentalSecClct{
  width: 80%;
  margin: 0 auto 12rem;
}
.cmnTtl01Box--rentalSecClct{

}
.rentalSecClctSlide{
  margin: 0 -1rem;
}
.rentalSecClctSlide .slick-prev {
  left: -6rem;
  width: 4.6rem;
  height: 4.6rem;
  top: 24rem;
}
.rentalSecClctSlide .slick-prev:before {
  content: '';
  background: url(../../src/img/slick02_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 4.6rem;
  height: 4.6rem;
  display: block;
}
.rentalSecClctSlide .slick-next {
  right: -6rem;
  width: 4.6rem;
  height: 4.6rem;
  top: 24rem;
}
.rentalSecClctSlide .slick-next:before {
  content: '';
  background: url(../../src/img/slick02_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 4.6rem;
  height: 4.6rem;
  display: block;
}
.rentalSecClctSlide .slick-dots{
  position: absolute;
  bottom: -3rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.rentalSecClctSlide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}
.rentalSecClctSlide .slick-dots li button:before {
  font-family: unset!important;
  font-size: 0.5rem;
  line-height: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  content: '•';
  text-align: center;
  color: #CDCDCD;
  background: #CDCDCD;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #CDCDCD;
}
.rentalSecClctSlide .slick-dots li.slick-active button:before{
  color:#5C5D5D;
  border-radius: 50%;
  background:#5C5D5D;
  border: 1px solid #5C5D5D;
}
.rentalSecClctSlide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.rentalSecClctSlide li{
  padding: 0 1rem;
}
.rentalSecHakama{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rentalSecHakamaL{
  width: 40%;
}
.cmnTtl01Box--rentalSecHakama{

}
.cmnTtl01Box--rentalSecHakama .cmnTtl01_en span{
  font-size: 4.4rem;
  margin-right: 1rem;
}
.cmnTtl01Box--rentalSecHakama .cmnTtl01_en span span{
  font-size: 3.4rem;
  margin-right: -0.6rem;
}
.cmnTtl01Box--rentalSecHakama .cmnTtl01_jp{
  font-size: 2.5rem;
}
.rentalSecHakamaL_cont{

}
.rentalSecHakamaL_contTtl{
  font-size: 2rem;
  margin-bottom: 1rem;
}
.rentalSecHakamaL_contTxt{

}
.rentalSecHakamaR{
  width: 50%;
}
.topFlowRental{
  background: #F0F0F0;
  padding: 8rem 0;
  margin-bottom: 0;
}
.topFlowRental .topFlowInnerCont_navItem_num:after {
  background: #ffffff00;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.fixedBgRental {
  background-image: url(../../src/img/rental_intro_bg.png);
  background-attachment: unset;
  background-size: cover;
  background-position: 70%;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.rentalBg {
  height: 49rem;
  position: relative;
  display: flex;
  align-items: center;
}
.rentalBg_txtBox {
  position: absolute;
  left: 8rem;
  display: flex;
  flex-direction: column;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 0.5em;
  padding-top: 5rem;
}
.rentalIntro {
  padding: 4rem 0;
}
.rentalIntro_img {
  position: absolute;
  height: 26rem;
  width: 90rem;
  left: 0rem;
}
.rentalIntroBox_txt span{
  margin-top: -2rem;
  display: inline-block;
}
.rentalAnchList {
  width: 76%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rentalSec_ttl {
  position: absolute;
  bottom: -1rem;
  right: 2rem;
  font-size: 6rem;
  line-height: 1;
  color: #fff;
}
.rentalSecClctSlide .slick-prev {
  left: -6rem;
  width: 4.6rem;
  height: 4.6rem;
  top: 17rem;
}
.rentalSecClctSlide .slick-next {
  right: -6rem;
  width: 4.6rem;
  height: 4.6rem;
  top: 17rem;
}
.rentalSecHakama {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rentalSecHakamaL {
  width: 48%;
}
.rentalSecHakamaR {
  width: 48%;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.fixedBgRental{
  background-image: url(../../src/img/sp/rental_intro_bg@2x.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.rentalBg{
  height: 40rem;
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 50rem;
}
.rentalBg_txtBox{
  position: absolute;
  left: 11rem;
  display: flex;
  flex-direction: column;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #707070;
  font-size: 2rem;
  letter-spacing: 0.5em;
  padding-top: 0rem;
}
.rentalIntro{
  padding: 10rem 0 8rem;
}
.rentalIntroInner{
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
  flex-direction: column;
  width: 85%;
  margin: 0 auto;
}
.rentalIntroBox{
  width: 100%;
  margin: 0 auto;
}
.rentalIntroBox_ttl{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.rentalIntroBox_txt{
  text-align: center;
  line-height: 2.5;
  margin-bottom: 4rem;
}
.rentalIntroBox_txt span{
  margin-top: -2rem;
  display: inline-block;
}
.rentalIntro_img {
  position: absolute;
  height: 63rem;
  width: 126rem;
  left: 4rem;
}
.rentalIntro_img01{
  margin-bottom: 2rem;
}
.rentalIntro_img02{
  margin-bottom: 0rem;
}
.rentalAnch{
  background: #F4F4F4;
  padding: 8rem 0;
}
.cmnTtl01Box--rentalAnch{
  justify-content: center;
}
.cmnTtl01Box--rentalAnch .cmnTtl01{
  align-items: center;
}
.rentalAnch_txt{
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.rentalAnchList{
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.rentalAnchList_item{
  width: 100%;
  margin-bottom: 2rem;
}
.rentalAnchList_item a{
  width: 100%;
  height: 6.4rem;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.rentalAnchList_item a:after{
  content: "";
  width: 1.6rem;
  height: 0.9rem;
  background: url(../../src/img/rental_anch_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: unset;
  right: 2rem;
  bottom: 2.5rem;
  margin: auto;
}
.rentalAnchList_item a p{
  line-height: 1.6;
  font-size: 1.6rem;
  width: 100%;
}
.rentalSec{
  margin-bottom: 10rem;
}
.rentalSecMain{
  position: relative;
  margin-bottom: 4rem;
}
.rentalSec_ttl{
  position: absolute;
  bottom: -0.5rem;
  right: 1rem;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
}
.rentalSecMain_rev .rentalSec_ttl{
  right: unset;
  left: 2rem;
}
.rentalSecMain_cnt .rentalSec_ttl{
  left: 1rem;
  right: 0;
  text-align: right;
}
.rentalSecIntro{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6rem;
}
.rentalSecIntro_ttl{
  font-size: 2rem;
  position: relative;
  margin-bottom: 0rem;
}
.rentalSecIntro_ttl span{
  position: relative;
  padding-top: 1.5rem;
  display: inline-block;
  text-align: center;
  line-height: 1.6;
}
.rentalSecIntro_ttl span:before{
  content: "";
  width: 1rem;
  height: 1rem;
  background: #707070;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  transform: rotate(45deg);
  transform-origin: center;
}
.rentalSecIntro_cont{
  text-align: center;
  margin-bottom: 4rem;
}
.rentalSecIntro_contTtl{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.rentalSecIntro_img{
  width: 85%;
  margin: 0 auto;
}
.rentalSecIntro_img02{
  width: 85%;
  margin: 5rem auto 0;
}
.rentalSecClct{
  width: 85%;
  margin: 0 auto 12rem;
}
.cmnTtl01Box--rentalSecClct{

}
.rentalSecClctSlide{
  margin: 0 -1rem;
}
.rentalSecClctSlide .slick-prev {
  left: -1.6rem;
  width: 2.4rem;
  height: 2.4rem;
  top: 24rem;
}
.rentalSecClctSlide .slick-prev:before {
  content: '';
  background: url(../../src/img/slick02_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}
.rentalSecClctSlide .slick-next {
  right: -1.6rem;
  width: 2.4rem;
  height: 2.4rem;
  top: 24rem;
}
.rentalSecClctSlide .slick-next:before {
  content: '';
  background: url(../../src/img/slick02_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}
.rentalSecClctSlide .slick-dots{
  position: absolute;
  bottom: -3rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.rentalSecClctSlide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}
.rentalSecClctSlide .slick-dots li button:before {
  font-family: unset!important;
  font-size: 0.5rem;
  line-height: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  content: '•';
  text-align: center;
  color: #CDCDCD;
  background: #CDCDCD;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #CDCDCD;
}
.rentalSecClctSlide .slick-dots li.slick-active button:before{
  color:#5C5D5D;
  border-radius: 50%;
  background:#5C5D5D;
  border: 1px solid #5C5D5D;
}
.rentalSecClctSlide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.rentalSecClctSlide li{
  padding: 0 1rem;
}
.rentalSecHakama{
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.rentalSecHakamaL{
  width: 100%;
}
.cmnTtl01Box--rentalSecHakama{
  justify-content: center;
}
.cmnTtl01Box--rentalSecHakama .cmnTtl01{
  align-items: center;
}
.cmnTtl01Box--rentalSecHakama .cmnTtl01_en span{
  font-size: 3.4rem;
  margin-right: 1rem;
}
.cmnTtl01Box--rentalSecHakama .cmnTtl01_en span span{
  font-size: 2.4rem;
  margin-right: -0.6rem;
}
.cmnTtl01Box--rentalSecHakama .cmnTtl01_jp{
  font-size: 1.4rem;
}
.rentalSecHakamaL_cont{
  margin-bottom: 3rem;
}
.rentalSecHakamaL_contTtl{
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
.rentalSecHakamaL_contTxt{
  text-align: center;
}
.rentalSecHakamaR{
  width: 100%;
}
.topFlowRental{
  background: #F0F0F0;
  padding: 8rem 0;
  margin-bottom: 0;
}
.topFlowRental .topFlowInnerCont_navItem_num:after {
  background: #ffffff00;
}
}
/*-----------------------------------------------------------

REVIEW

-------------------------------------------------------------*/
.reviewyBox{
  width: 80%;
  margin: 0 auto 6rem;
}
.reviewyBoxList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.reviewyBoxList::after {
    content: "";
    display:block;
    width:23%;
}
.reviewyBoxList::before { 
    content: ""; 
    display:block; 
    width:23%;
    order: 1;
}
.reviewyBoxList_item{
  width: 23%;
  margin-bottom: 5rem;
}
.reviewyBoxList_itemLink{
  position: relative;
}

.reviewyBoxList_itemLink_img {
  width: 100%;
  height: 35.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  border: 5px solid #fff;
}
.reviewyBoxList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
.reviewyBoxList_itemLink:hover{
  opacity: 1;
}
.reviewyBoxList_itemLink_img:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #00000096 url(../../src/img/view_more.png) center center no-repeat;
  background-size: 9.8rem 9.8rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.8s ease;
}
.reviewyBoxList_itemLink:hover .reviewyBoxList_itemLink_img:before{
  opacity: 1;
}
.reviewyBoxList_itemLink_ttl{
  font-size: 1.4rem;
}
.reviewyBox .wp-pagenavi .first:before{
  border-color: #5C5D5D;
}
.reviewyBox .wp-pagenavi .first:after{
  border-color: #5C5D5D;
}
.reviewyBox .wp-pagenavi .last:before{
  border-color: #5C5D5D;
}
.reviewyBox .wp-pagenavi .last:after{
  border-color: #5C5D5D;
}
.reviewyBox .nextpostslink:before{
  border-color: #5C5D5D;
}
.reviewyBox .previouspostslink:before{
  border-color: #5C5D5D;
}
.reviewyBox .wp-pagenavi a {
  color: #5C5D5D;
}
.reviewyBox .wp-pagenavi .current {
  color: #5C5D5D;
  border: 1px solid #5C5D5D;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.reviewyBox {
  width: 90%;
  margin: 0 auto 6rem;
}
.reviewyBoxList_itemLink_img {
  width: 100%;
  height: 26.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  border: 5px solid #fff;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.reviewyBox{
  width: 85%;
  margin: 0 auto 6rem;
}
.reviewyBoxList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  width: 70%;
  margin: 0 auto 1rem;
}
.reviewyBoxList::after {
    content: "";
    display:block;
    width:100%;
}
.reviewyBoxList::before { 
    content: ""; 
    display:block; 
    width:100%;
    order: 1;
}
.reviewyBoxList_item{
  width: 100%;
  margin-bottom: 5rem;
}
.reviewyBoxList_itemLink{
  position: relative;
}

.reviewyBoxList_itemLink_img {
  width: 100%;
  height: 35.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  border: 5px solid #fff;
}
.reviewyBoxList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
.reviewyBoxList_itemLink:hover{
  opacity: 1;
}
.reviewyBoxList_itemLink_img:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #00000096 url(../../src/img/view_more.png) center center no-repeat;
  background-size: 9.8rem 9.8rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.8s ease;
}
.reviewyBoxList_itemLink:hover .reviewyBoxList_itemLink_img:before{
  opacity: 1;
}
.reviewyBoxList_itemLink_ttl{
  font-size: 1.4rem;
}
.reviewyBox .wp-pagenavi .first:before{
  border-color: #5C5D5D;
}
.reviewyBox .wp-pagenavi .first:after{
  border-color: #5C5D5D;
}
.reviewyBox .wp-pagenavi .last:before{
  border-color: #5C5D5D;
}
.reviewyBox .wp-pagenavi .last:after{
  border-color: #5C5D5D;
}
.reviewyBox .nextpostslink:before{
  border-color: #5C5D5D;
}
.reviewyBox .previouspostslink:before{
  border-color: #5C5D5D;
}
.reviewyBox .wp-pagenavi a {
  color: #5C5D5D;
}
.reviewyBox .wp-pagenavi .current {
  color: #5C5D5D;
  border: 1px solid #5C5D5D;
}
}
/*-----------------------------------------------------------

REVIEW SINGLE

-------------------------------------------------------------*/
.reviewSingle{
  width: 80%;
  margin: 10rem auto 8rem;
}
.reviewSingle_cmn{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6rem;
}
.reviewSingle_cmnL{
  width: 55%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.reviewSingle_cmnLNavBox{
  width: 15%;
}
.reviewSingle_cmnR{
  width: 40%;
}
.reviewSingle_cmnR_info{
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #707070;
}
.reviewSingle_cmnR_infoTime{

}
.reviewSingle_cmnR_infoTtl{
  font-size: 2rem;
}
.reviewSingle_cmnR_infoCont{
  color: #707070;
  line-height: 2.5;
}
.reviewSingle_cmnR_infoCont{
  line-height: 2.5;
}
.cmnBtn01Box--whBack{
  justify-content: center;
}
.cmnBtn01Box--whBack .cmnBtn01{

}
.cmnBtn01Box--whBack .cmnBtn01:after{
  right: unset;
  left: 2rem;
  transform: rotate(180deg);
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.reviewSingle {
  width: 90%;
  margin: 10rem auto 8rem;
}
.reviewSingle_cmnL {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.reviewSingle_cmnR {
  width: 46%;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.reviewSingle{
  width: 85%;
  margin: 6rem auto 8rem;
}
.reviewSingle_cmn{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6rem;
  flex-direction: column;
}
.reviewSingle_cmnL{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 2rem;
}
.reviewSingle_cmnLNavBox{
  width: 100%;
}
.reviewSingle_cmnR{
  width: 100%;
}
.reviewSingle_cmnR_info{
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  color: #707070;
  width: 100%;
}
.reviewSingle_cmnR_infoTime{

}
.reviewSingle_cmnR_infoTtl{
  font-size: 1.8rem;
  line-height: 1.5;
}
.reviewSingle_cmnR_infoCont{
  color: #707070;
  line-height: 2.5;
}
.reviewSingle_cmnR_infoCont{
  line-height: 2.5;
}
.cmnBtn01Box--whBack{
  justify-content: center;
}
.cmnBtn01Box--whBack .cmnBtn01{

}
.cmnBtn01Box--whBack .cmnBtn01:after{
  right: unset;
  left: 2rem;
  transform: rotate(180deg);
}
}
/*-----------------------------------------------------------

NEWS

-------------------------------------------------------------*/
.gallerySearchNews{
  width: 80%;
  padding: 4rem 7%;
}
.gallerySearchNews .gallerySearch_ttl{
  border-bottom: 1px solid #707070;
}
.newsBox{
  width: 80%;
  margin: 0 auto 6rem;
}
.newsBoxList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.newsBoxList::after {
    content: "";
    display:block;
    width:23%;
}
.newsBoxList::before { 
    content: ""; 
    display:block; 
    width:23%;
    order: 1;
}
.newsBoxList_item{
  width: 23%;
  margin-bottom: 5rem;
}
.newsBoxList_itemLink{
  position: relative;
}

.newsBoxList_itemLink_img {
  width: 100%;
  height: 35.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  border: 5px solid #fff;
  margin-bottom: 1rem;
}
.newsBoxList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
.newsBoxList_itemLink:hover{
  opacity: 1;
}
.newsBoxList_itemLink_img:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #00000096 url(../../src/img/view_more.png) center center no-repeat;
  background-size: 9.8rem 9.8rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.8s ease;
}
.newsBoxList_itemLink:hover .newsBoxList_itemLink_img:before{
  opacity: 1;
}
.newsBoxList_itemLinkCat{
  display: flex;
  flex-wrap: wrap;
}
.newsBoxList_itemLinkCat li{
  line-height: 1;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0.4rem 1rem;
  border: 1px solid #707070;
  border-radius: 3rem;
  color: #707070;
  font-size: 1.2rem;
}
.newsBoxList_itemLink_time{
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 1rem;
  display: block;
}
.newsBoxList_itemLink_ttl{
  font-size: 1.4rem;
  line-height: 1;
}
.newsBox .wp-pagenavi .first:before{
  border-color: #5C5D5D;
}
.newsBox .wp-pagenavi .first:after{
  border-color: #5C5D5D;
}
.newsBox .wp-pagenavi .last:before{
  border-color: #5C5D5D;
}
.newsBox .wp-pagenavi .last:after{
  border-color: #5C5D5D;
}
.newsBox .nextpostslink:before{
  border-color: #5C5D5D;
}
.newsBox .previouspostslink:before{
  border-color: #5C5D5D;
}
.newsBox .wp-pagenavi a {
  color: #5C5D5D;
}
.newsBox .wp-pagenavi .current {
  color: #5C5D5D;
  border: 1px solid #5C5D5D;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.gallerySearchNews {
  width: 90%;
  padding: 4rem 5%;
}
.newsBox {
  width: 90%;
  margin: 0 auto 6rem;
}
.newsBoxList_itemLink_img {
  width: 100%;
  height: 24.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  border: 5px solid #fff;
  margin-bottom: 1rem;
}

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.gallerySearchNews{
  width: 90%;
  padding: 2rem 2rem;
}
.gallerySearchNews .gallerySearch_ttl{
  border-bottom: 1px solid #707070;
}
.newsBox{
  width: 90%;
  margin: 0 auto 6rem;
}
.newsBoxList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.newsBoxList::after {
    content: "";
    display:block;
    width:48%;
}
.newsBoxList::before { 
    content: ""; 
    display:block; 
    width:48%;
    order: 1;
}
.newsBoxList_item{
  width: 48%;
  margin-bottom: 3rem;
}
.newsBoxList_itemLink{
  position: relative;
}

.newsBoxList_itemLink_img {
  width: 100%;
  height: 22.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  border: 0px solid #fff;
  margin-bottom: 1rem;
}
.newsBoxList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
.newsBoxList_itemLink:hover{
  opacity: 1;
}
.newsBoxList_itemLink_img:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #00000096 url(../../src/img/view_more.png) center center no-repeat;
  background-size: 9.8rem 9.8rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.8s ease;
}
.newsBoxList_itemLink:hover .newsBoxList_itemLink_img:before{
  opacity: 1;
}
.newsBoxList_itemLinkCat{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
.newsBoxList_itemLinkCat li{
  line-height: 1;
  margin-right: 1rem;
  margin-bottom: 0.6rem;
  padding: 0.4rem 1rem;
  border: 1px solid #707070;
  border-radius: 3rem;
  color: #707070;
  font-size: 1.2rem;
}
.newsBoxList_itemLink_time{
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 1rem;
  display: block;
}
.newsBoxList_itemLink_ttl{
  font-size: 1.4rem;
  line-height: 1.6;
}
.newsBox .wp-pagenavi .first:before{
  border-color: #5C5D5D;
}
.newsBox .wp-pagenavi .first:after{
  border-color: #5C5D5D;
}
.newsBox .wp-pagenavi .last:before{
  border-color: #5C5D5D;
}
.newsBox .wp-pagenavi .last:after{
  border-color: #5C5D5D;
}
.newsBox .nextpostslink:before{
  border-color: #5C5D5D;
}
.newsBox .previouspostslink:before{
  border-color: #5C5D5D;
}
.newsBox .wp-pagenavi a {
  color: #5C5D5D;
}
.newsBox .wp-pagenavi .current {
  color: #5C5D5D;
  border: 1px solid #5C5D5D;
}
}
/*-----------------------------------------------------------

NEWS SINGLE

-------------------------------------------------------------*/
.newsSingle {
  width: 95%;
  margin: 10rem auto 8rem;
}
.cmnTtl01Box--newsSingle{
  margin-bottom: 8rem;
}
.newsSingleBox{
  width: 80%;
  margin: 0 auto 8rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.newsSingleBoxSec{
  width: 65%;
}
.newsSingleBoxSec .newsBoxList_itemLink_time{
  margin-bottom: 2rem;
}
.newsSingleBoxSec .newsBoxList_itemLink_ttl{
  font-size: 2rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.newsSingleBoxSecCont{
  margin-bottom: 6rem;
}
.newsSingleBoxSide{
  width: 25%;
  padding-top: 6rem;
}
.newsSingleBoxSide_ttl{
  font-size: 1.4rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.newsSingleBoxSide .newsBoxList_item{
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsSingle {
  width: 90%;
  margin: 10rem auto 8rem;
}
.newsSingleBox {
  width: 100%;
  margin: 0 auto 8rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsSingle {
  width: 85%;
  margin: 6rem auto 2rem;
}
.cmnTtl01Box--newsSingle{
  margin-bottom: 8rem;
}
.newsSingleBox{
  width: 100%;
  margin: 0 auto 6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.newsSingleBoxSec{
  width: 100%;
}
.newsSingleBoxSec .newsBoxList_itemLink_time{
  margin-bottom: 1.5rem;
}
.newsSingleBoxSec .newsBoxList_itemLink_ttl{
  font-size: 2rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.newsSingleBoxSecCont{
  margin-bottom: 4rem;
}
.newsSingleBoxSide{
  width: 100%;
  padding-top: 6rem;
}
.newsSingleBoxSide_ttl{
  font-size: 1.4rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.newsSingleBoxSide .newsBoxList{
  margin-bottom: 0;
}
.newsSingleBoxSide .newsBoxList_item{
  width: 48%;
  margin-bottom: 4rem;
}
}
/*-----------------------------------------------------------

CONTACT

-------------------------------------------------------------*/
.contactBox{
  width: 100%;
  margin: 2rem auto -0.4rem;
  background: #EDEDED;
  padding: 6rem 0 8rem;
}
.contactBox_top{
  width: 55%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.contactBox_topTxt01{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.contactBox_topBnr{
  display: block;
  margin-bottom: 3rem;
}
.contactBox_topNote{

}
.contactBox_topNote_txt01{

}
.contactBox_topNote_txt02{
  color: #E20000;
}

.formSec{
  width: 55%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.formSecList_item{
  margin-bottom: 4rem;
  font-size: 1.4rem;
}
.formSecList_itemTtl{
  margin-bottom: 1rem;
  position: relative;
  font-weight: 500;
}
.formSecList_itemTtl.hissu{
  padding-left: 6rem;
}
.formSecList_itemTtl.hissu:after{
  content: "必須";
  color: #fff;
  background: #B80610;
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.6rem 1rem;
  border-radius: 6px;
}
.formSecList_itemInput2col{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.formSecList_itemInput2col div{
  width: 48%;
}
.formSecList_itemInput input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #fff;
  font-size: 1.4rem;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1.6rem;
  padding: 1.5rem;
  border: 1px solid #fff;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem;
}
.formSecList_itemName{
  display: flex;
  justify-content: space-between;
}
.formSecList_itemNameCol{
  width: 49%;
}

.formSecList_itemInputRadio{

}
.formSecList_itemInputRadio .wpcf7-radio{
  display: flex;
}
.formSecList_itemInputRadio .wpcf7-radio label{
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.formSecList_itemInputRadio input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border:1px solid #707070;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative;
}
.formSecList_itemInputRadio input[type=radio]:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0;
  transition: 0.3s ease;
}
.formSecList_itemInputRadio input[type=radio]:checked:after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background: #716046;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
.formSecList_itemBirth{
  display: flex;
  align-items: flex-start;
  width: 75%;
  justify-content: space-between;
}
.formSecList_itemBirthYear{
  width: 33%;
  position: relative;
  padding-right: 0.7rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthYear span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthYear input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
}
.formSecList_itemBirthYear:after{
  content: "年";
  margin-left: 1rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirthMonth{
  width: 33%;
  position: relative;
  padding-right: 0.7rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthMonth span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthMonth:after{
  content: "月";
  margin-left: 1rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirthDay{
  width: 33%;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthDay span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthDay:after{
  content: "日";
  margin-left: 1rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirth select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 93% center no-repeat;
  background-size: 1.6rem;
  padding: 1.5rem;
  border: 1px solid #fff;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem;
}
.formSecList_itemBirth p{
  width: 100%;
}
.formSecList_itemTextArea textarea {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #fff;
  height: 34rem;
  font-size: 1.4rem;
}
.formSecList_itemCheck{
  margin: 2rem 0 6rem;
  text-align: left;
}
.formSecList_itemCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.formSecList_itemCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.formSecList_itemCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.formSecList_itemInput input.addFormBtn{
  background: #EAF0EC;
  border: 1px solid #EAF0EC;
  color: #716046;
  cursor: pointer;
}
.formSecList_itemCheck a{
  color: #B80711;
}
.sendBtn {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.sendBtn .button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 30rem;
  display: block;
  background: #707070 url(../../src/img/cmn_btn_arrow_wh.png) 95% center no-repeat;
  background-size: 1.6rem 1.6rem;
  border: 1px solid #707070;
  text-align: center;
  height: 6rem;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
}
.sendBtn .button:hover{
  opacity: 0.6;
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
::placeholder {
  color: #CBCBCB;
}
.formSecList_itemCheck .wpcf7-list-item{
  margin: 0;
}
.codedropz-upload-handler{
  border: 1px solid #707070!important;
  border-radius: 0!important;
}
.formSecList_itemInputFileTxt01{
  margin-bottom: 1rem;
}
.formSecList_itemInputFileTxt01 span{
  color: #a31c1b;
  display: inline-block;
  font-weight: 500;
}
.formSecList_itemInputFileTxt02{
  margin-top: 1rem;
}
.cd-upload-btn{
  display: inline-block;
  padding: 1rem 1rem;
  background: #716046;
  border: 2px solid #716046;
  color: #fff;
  border-radius: 100px;
  width: 18rem;
  line-height: 1;
  margin-top: 0.6rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.contactBox_top {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.formSec {
  width: 75%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.contactBox{
  width: 100%;
  margin: 2rem auto -0.4rem;
  background: #EDEDED;
  padding: 6rem 0 8rem;
}
.contactBox_top{
  width: 85%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.contactBox_topTxt01{
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.contactBox_topBnr{
  display: block;
  margin-bottom: 3rem;
}
.contactBox_topNote{

}
.contactBox_topNote_txt01{

}
.contactBox_topNote_txt02{
  color: #E20000;
}

.formSec{
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.formSecList_item{
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
.formSecList_itemTtl{
  margin-bottom: 1rem;
  position: relative;
  font-weight: 500;
}
.formSecList_itemTtl.hissu{
  padding-left: 6rem;
}
.formSecList_itemTtl.hissu:after{
  content: "必須";
  color: #fff;
  background: #B80610;
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.6rem 1rem;
  border-radius: 6px;
}
.formSecList_itemInput2col{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.formSecList_itemInput2col div{
  width: 48%;
}
.formSecList_itemInput input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #fff;
  font-size: 1.4rem;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1.6rem;
  padding: 1.5rem;
  border: 1px solid #fff;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem;
}
.formSecList_itemName{
  display: flex;
  justify-content: space-between;
}
.formSecList_itemNameCol{
  width: 49%;
}

.formSecList_itemInputRadio{

}
.formSecList_itemInputRadio .wpcf7-radio{
  display: flex;
}
.formSecList_itemInputRadio .wpcf7-radio label{
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.formSecList_itemInputRadio input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border:1px solid #707070;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative;
}
.formSecList_itemInputRadio input[type=radio]:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0;
  transition: 0.3s ease;
}
.formSecList_itemInputRadio input[type=radio]:checked:after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background: #716046;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
.formSecList_itemBirth{
  display: flex;
  align-items: flex-start;
  width: 75%;
  justify-content: space-between;
}
.formSecList_itemBirthYear{
  width: 33%;
  position: relative;
  padding-right: 0.7rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthYear span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthYear input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
}
.formSecList_itemBirthYear:after{
  content: "年";
  margin-left: 1rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirthMonth{
  width: 33%;
  position: relative;
  padding-right: 0.7rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthMonth span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthMonth:after{
  content: "月";
  margin-left: 1rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirthDay{
  width: 33%;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthDay span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthDay:after{
  content: "日";
  margin-left: 1rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirth select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 93% center no-repeat;
  background-size: 1.6rem;
  padding: 1.5rem;
  border: 1px solid #fff;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem;
}
.formSecList_itemBirth p{
  width: 100%;
}
.formSecList_itemTextArea textarea {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #fff;
  height: 24rem;
  font-size: 1.4rem;
}
.formSecList_itemCheck{
  margin: 2rem 0 6rem;
  text-align: left;
}
.formSecList_itemCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.formSecList_itemCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.formSecList_itemCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.formSecList_itemInput input.addFormBtn{
  background: #EAF0EC;
  border: 1px solid #EAF0EC;
  color: #716046;
  cursor: pointer;
}
.formSecList_itemCheck a{
  color: #B80711;
}
.sendBtn {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.sendBtn .button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 32rem;
  display: block;
  background: #707070 url(../../src/img/cmn_btn_arrow_wh.png) 95% center no-repeat;
  background-size: 1.6rem 1.6rem;
  border: 1px solid #707070;
  text-align: center;
  height: 6rem;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
}
.sendBtn .button:hover{
  opacity: 0.6;
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
::placeholder {
  color: #CBCBCB;
}
.formSecList_itemCheck .wpcf7-list-item{
  margin: 0;
}
.codedropz-upload-handler{
  border: 1px solid #707070!important;
  border-radius: 0!important;
}
.formSecList_itemInputFileTxt01{
  margin-bottom: 1rem;
}
.formSecList_itemInputFileTxt01 span{
  color: #a31c1b;
  display: inline-block;
  font-weight: 500;
}
.formSecList_itemInputFileTxt02{
  margin-top: 1rem;
}
.cd-upload-btn{
  display: inline-block;
  padding: 1rem 1rem;
  background: #716046;
  border: 2px solid #716046;
  color: #fff;
  border-radius: 100px;
  width: 18rem;
  line-height: 1;
  margin-top: 0.6rem;
}
}
/*-----------------------------------------------------------

CONTACT CONFIRM

-------------------------------------------------------------*/
.contactBoxConfirm{

}
.contactBoxConfirm .formSecList{
  margin-bottom: 5rem;
}
.contactBoxConfirm .formSecList_itemTtl.hissu{
  padding-left: 0;
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_itemTtl.hissu:after{
  display: none;
}
.contactBoxConfirm .formSecList_item{
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_item .formSecList_itemTtl{
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.contactBoxConfirm .formSecList_item .formSecList_itemInput{
  width: 100%;
}
.contactBoxConfirm .buttonBack{
  background: #fff url(../../src/img/cmn_btn_arrow_bk.png) 95% center no-repeat;
  background-size: 1.6rem 1.6rem;
  color: #707070;
}
.contactBoxConfirm .sendBtn{
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  width: 100%;
}
.contactBoxConfirm .sendBtn .button{
  margin: 0 2rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.contactBoxConfirm{

}
.contactBoxConfirm .contactBox_top{
  margin-bottom: 2rem;
}
.contactBoxConfirm .formSecList{
  margin-bottom: 2rem;
}
.contactBoxConfirm .formSecList_itemTtl.hissu{
  padding-left: 0;
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_itemTtl.hissu:after{
  display: none;
}
.contactBoxConfirm .formSecList_item{
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_item .formSecList_itemTtl{
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.contactBoxConfirm .formSecList_item .formSecList_itemInput{
  width: 100%;
}
.contactBoxConfirm .buttonBack{
  background: #fff url(../../src/img/cmn_btn_arrow_bk.png) 95% center no-repeat;
  background-size: 1.6rem 1.6rem;
  color: #707070;
}
.contactBoxConfirm .sendBtn{
  margin-top: 0rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.contactBoxConfirm .sendBtn .button{
  margin: 1rem 2rem;
}
}
/*-----------------------------------------------------------

CONTACT THANKS

-------------------------------------------------------------*/
.thanksWrap{
  height: 75rem;
  background: #fff url(../../src/img/thanks_bg.png) 0 6rem no-repeat;
  background-size: 100% 69rem;
  display: flex;
  align-items: center;
}
.thanksBox{
  width: 85%;
  margin: 0 auto;
  padding-top: 9rem;
}
.thanksBox_ttl{
  margin-bottom: 1rem;
}
.thanksBox_ttl_en{
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.thanksBox_ttl_jp{
  font-size: 2rem;
}
.thanksBox_txt{
  margin-bottom: 3rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.thanksWrap {
  height: 75rem;
  background: #fff url(../../src/img/thanks_bg.png) 54% 6rem no-repeat;
  background-size: 150% 69rem;
  display: flex;
  align-items: center;
}
.thanksBox {
  width: 90%;
  margin: 0 auto;
  padding-top: 9rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.thanksWrap{
  height: auto;
  background: #fff url(../../src/img/sp/thanks_bg@2x.png) 0 6rem no-repeat;
  background-size: 100% 30.8rem;
  display: flex;
  align-items: center;
}
.thanksBox{
  width: 85%;
  margin: 0 auto 8rem;
  padding-top: 16rem;
}
.thanksBox_ttl{
  margin-bottom: 1rem;
}
.thanksBox_ttl_en{
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 15rem;
  mix-blend-mode: hard-light;
  color: #5C5D5D;
}
.thanksBox_ttl_jp{
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
.thanksBox_txt{
  margin-bottom: 3rem;
  text-align: center;
}
.cmnBtn01Box--thanksBox{
  justify-content: center;
}
}
/*-----------------------------------------------------------

POLICY

-------------------------------------------------------------*/
.policyBox{
  width: 55%;
  margin: 7rem auto;
}
.ggLink{
  color: #D80000;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.policyBox{
  width: 90%;
  margin: 7rem auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.policyBox{
  width: 85%;
  margin: 5rem auto;
}
.ggLink{
  color: #D80000;
}
}
/*-----------------------------------------------------------

SITEMAP

-------------------------------------------------------------*/
.sitemapBox{
  margin: 4rem 0 8rem;
}
.sitemapBoxList{
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.sitemapBoxList li{
  margin:0 2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.sitemapBox{
  margin: 4rem 0 8rem;
}
.sitemapBoxList{
  display: flex;
  justify-content: center;
  margin-bottom: 0rem;
  flex-direction: column;
}
.sitemapBoxList li{
  margin:0 0rem 3rem;
  font-size: 1.6rem;
  text-align: center;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.sitemapBox{
  margin: 4rem 0 8rem;
}
.sitemapBoxList{
  display: flex;
  justify-content: center;
  margin-bottom: 0rem;
  flex-direction: column;
}
.sitemapBoxList li{
  margin:0 0rem 3rem;
  font-size: 1.6rem;
  text-align: center;
}
}
/*-----------------------------------------------------------

404

-------------------------------------------------------------*/
.nfWrap{
  height: 75rem;
  background: #fff url(../../src/img/nf_bg.png) 0 6rem no-repeat;
  background-size: 100% 69rem;
  display: flex;
  align-items: center;
}
.nfBox{
  width: 85%;
  margin: 0 auto;
  padding-top: 9rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.nfBox_ttl{
  margin-bottom: 1rem;
}
.nfBox_ttl_en{
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.nfBox_ttl_jp{
  font-size: 2rem;
}
.nfBox_txt{
  margin-bottom: 3rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.nfWrap {
  height: 75rem;
  background: #fff url(../../src/img/nf_bg.png) 40% 6rem no-repeat;
  background-size: 160% 69rem;
  display: flex;
  align-items: center;
}
.nfBox{
  width: 90%;
  margin: 0 auto;
  padding-top: 9rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.nfWrap{
  height: auto;
  background: #fff url(../../src/img/sp/nf_bg@2x.png) 0 6rem no-repeat;
  background-size: 100% 30.8rem;
  display: flex;
  align-items: center;
}
.nfBox{
  width: 85%;
  margin: 0 auto 8rem;
  padding-top: 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 18rem;
}
.nfBox_ttl{
  margin-bottom: 1rem;
  width: 100%;
}
.nfBox_ttl_en{
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 15rem;
  mix-blend-mode: hard-light;
  color: #5C5D5D;
  width: 100%;
  text-align: right;
}
.nfBox_ttl_jp{
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
.nfBox_txt{
  margin-bottom: 3rem;
  text-align: center;
}
.cmnBtn01Box--nfBox{
  justify-content: center;
}
}
/*-----------------------------------------------------------

OTHER

-------------------------------------------------------------*/
.noPost{
  margin: 4rem 0;
  text-align: center;
}
.grWrap .noPost{
  color: #fff;
}
.slick-prev,.slick-next{
  transition: 0.2s ease;
}
.slick-prev:hover,.slick-next:hover{
  opacity: 0.5;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
/*.mainVSub{
  height: 52rem;
}
.mainVSub.noMv{
  height: auto;
}*/
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
}

/*-----------------------------------------------------------

EFFECT

-------------------------------------------------------------*/
/*------------- section全体　---------------*/
.ivSec{
  opacity: 0;
  transform: translateY(4rem);
}
.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------- fadeIN　---------------*/
.fadeIn {
  animation-name:fadeInAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
  opacity: 0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*------------- top　---------------*/
.fadeR{
  opacity: 0;
}
.fadeR.on {
  animation-name:fadeRAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes fadeRAnime{
  from {
    opacity: 0;
    transform: translateX(-4rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeL{
  opacity: 0;
}
.fadeL.on {
  animation-name:fadeLAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes fadeLAnime{
  from {
    opacity: 0;
    transform: translateX(4rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

