@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: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.12em;
  background-color: #ffffff00;
  color: #000;
}

@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_sp { display: none !important; }
.is_tb { display: none !important; }
.is_tbsp { display: none !important; }
.is_pcOnly { display: block !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: 'Bodoni Moda', serif;
}
@font-face {
  font-family: 'quentin';
  src: url('../../src/font/Quentin.woff') format('woff'),
       url('../../src/font/Quentin.ttf') format('truetype');
}
.f_q{
  font-family: 'quentin', sans-serif;
  line-height: 1;
  font-weight: 500;
}
/*-----------------------------------------------------------

component

-------------------------------------------------------------*/
.c_pink{color: #E13C44;}
.c_blue{color: #1FAFE5;}
.c_blue02{color: #0054A4;}
.c_green{color: #0EC392;}
.c_green02{color: #0fa4a4;}
.c_orange{color: #F87549;}
/*-----------------------------------------------------------

cmn laypout

-------------------------------------------------------------*/
.header{
  background: #2B2B2B;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}
.headerInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  margin: 0 auto;
  padding: 0.6rem 0;
  padding-right: 2rem;
  line-height: 1;
}
.headerInner_logo{
  width: 15rem;
  display: block;
}
.headerInner_nav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerInner_nav ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerInner_nav ul li{
  margin-left: 3rem;
}
.headerInner_nav ul li a{
  color: #fff;
  font-size: 1.4rem;
}
.headerInner_nav ul li a:hover{
  color: #B7943C;
  opacity: 1;
}
.headerTop{
  background: #484848;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  height: 19rem;
}
.headerTopInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  margin: 0 auto;
  padding: 0.6rem 0;
  padding-right: 2rem;
  line-height: 1;
}
.headerTopInner_logo{
  width: 15rem;
  display: block;
}
.headerTopInner_nav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerTopInner_nav ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerTopInner_nav ul li{
  margin-left: 3rem;
}
.headerTopInner_nav ul li a{
  color: #fff;
  font-size: 1.4rem;
}
.headerTopInner_nav ul li a:hover{
  color: #B7943C;
  opacity: 1;
}
.headerTop_txt{
  position: absolute;
  right: 4rem;
  display: flex;
  align-items: baseline;
  line-height: 1;
  color: #fff;
  bottom: -3rem;
}
.headerTop_txt01{
  font-size: 5.9rem;
  margin-right: 2rem;
}
.headerTop_txt02{
  font-size: 10.3rem;
}

.footer{
  background: url(../../src/img/ft_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 6rem;
}
.footerPageBnr{
  margin-bottom: 5rem;
}
.footerPageBnr_list{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footerPageBnr_listItem{
  width: 48%;
}
.footerPageBnr_listItem_link{
  border: 1px solid #B7943C;
  display: block;
  position: relative;
  padding: 0.8rem;
}
.footerPageBnr_listItem_linkTxt01{
  position: absolute;
  font-size: 4.8rem;
  color: #fff;
  transform: rotate(345deg);
  left: -3rem;
  top: -1rem;
  z-index: 2;
}
.footerPageBnr_listItem_linkTxt02{
  position: absolute;
  font-size: 2.6rem;
  color: #fff;
  left: 4rem;
  top: 4rem;
  font-weight: 600;
  z-index: 2;
}
.footerPageBnr_listItem_linkImg{
  position: relative;
}
.footerPageBnr_listItem_linkImg:before{
  content: "";
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(229,229,229,0) 100%);
  background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(229,229,229,0) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(229,229,229,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00e5e5e5',GradientType=1 );
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.6;
  -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;
}
.footerPageBnr_listItem_link:hover{
  opacity: 1;
}
.footerPageBnr_listItem_link:hover .footerPageBnr_listItem_linkImg:before{
  opacity: 0;
}
.ftContact{
  background: url(../../src/img/ft_contact.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 6rem 0;
  margin-bottom: 6rem;
}
.ftContact_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3rem;
  line-height: 1;
}
.ftContact_ttl_en{
  color: #B7943C;
  font-size: 6.8rem;
}
.ftContact_ttl_jp{
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.ftContact_intro{
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
}
.ftContact_List{
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ftContact_List_item{
  width: 43%;
}
.ftContact_List_itemTxt{
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.ftContact_List_itemLink{
  background: #B7943C;
  display: block;
  
  height: 5.7rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 1rem;
}
.ftContact_List_itemLink:hover{
  background: #fff;
  color: #B7943C;
  opacity: 1;
}
.ftContact_List_itemLinkTel{
  font-size: 2.5rem;
  font-weight: 400;
}
.ftContact_List_itemTxt02{
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.ftContact_List_itemLinkMail{
  font-size: 1.8rem;
  font-weight: 600;
}
.ftContact_List_itemLinkMail p{
  position: relative;
}
.ftContact_List_itemLinkMail p:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0.4rem;
  right: -13rem;
  height: 1px;
  margin: auto;
  -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;
}
.ftContact_List_itemLinkMail p:before {
  width: 10rem;
  transform: translate(0, 0px);
  content: '';
  background: #ffffff;
}
.ftBtm{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.ftBtmL{
  width: 30%;
  color: #fff;
}
.ftBtmL_logo{
  display: block;
  width: 20rem;
  margin-bottom: 2rem;
}
.ftBtmL_txt01{
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.ftBtmL_txt02{
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.ftBtmL_txt03{
  font-weight: 500;
}
.ftBtmR{
  width: 55%;
}
.ftBtmR_top{
  margin-bottom: 1rem;
}
.ftBtmR_top ul{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.4rem;
}
.ftBtmR_top ul li{
  width: 20%;
  text-align: right;
}
.ftBtmR_top ul li:nth-child(1){
  width: 30%;
}
.ftBtmR_top ul li a{
  color: #B7943C;
  border-bottom: 1px solid #B7943C00;
  padding-bottom: 0.3rem;
}
.ftBtmR_top ul li a:hover{
  border-bottom: 1px solid #B7943C;
  opacity: 1;
}
.ftBtmR_btm{
  
}
.ftBtmR_btm ul{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
.ftBtmR_btm ul li{
  margin-left: 1rem;
  color: #9F9F9F;
  font-size: 1.2rem;
}
.copyRight{
  text-align: right;
  color: #fff;
  font-size: 1.2rem;
}
.navBox,.navTglOpen{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.footer {
  background: url(../../src/img/ft_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 6rem 4rem;
}
.footerPageBnr_listItem_linkTxt01 {
  position: absolute;
  font-size: 4.8rem;
  color: #fff;
  transform: rotate(345deg);
  left: -3rem;
  top: -3rem;
  z-index: 2;
}
.footerPageBnr_listItem_linkTxt02 {
  position: absolute;
  font-size: 2.6rem;
  color: #fff;
  left: 4rem;
  top: 2rem;
  font-weight: 600;
  z-index: 2;
}
.ftContact_List {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ftContact_List_item {
  width: 47%;
}
.ftContact_List_itemLinkMail p:before {
  width: 6rem;
  transform: translate(0, 0px);
  content: '';
  background: #ffffff;
}
.ftContact_List_itemLinkMail p:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0.4rem;
  right: -9rem;
  height: 1px;
  margin: auto;
  -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;
}
.ftBtm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.ftBtmL {
  width: 35%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  margin-bottom: 2rem;
}
.ftBtmR {
  width: 87%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}
.ftBtmR_top {
  margin-bottom: 1rem;
  width: 100%;
}
.ftBtmR_top ul li {
  text-align: center;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.header{
  background: #2B2B2B;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}
.headerInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  padding: 1rem 0;
  padding-right: 0rem;
  line-height: 1;
}
.headerInner_logo{
  width: 11rem;
  display: block;
}
.headerInner_nav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: none;
}
.headerInner_nav ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerInner_nav ul li{
  margin-left: 3rem;
}
.headerInner_nav ul li a{
  color: #fff;
  font-size: 1.4rem;
}
.headerInner_nav ul li a:hover{
  color: #B7943C;
  opacity: 1;
}
.headerTop{
  background: #484848;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  height: 16rem;
}
.headerTopInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  padding: 1rem 0;
  padding-right: 0rem;
  line-height: 1;
}
.headerTopInner_logo{
  width: 11rem;
  display: block;
}
.headerTopInner_nav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: none;
}
.headerTopInner_nav ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerTopInner_nav ul li{
  margin-left: 3rem;
}
.headerTopInner_nav ul li a{
  color: #fff;
  font-size: 1.4rem;
}
.headerTopInner_nav ul li a:hover{
  color: #B7943C;
  opacity: 1;
}
.headerTop_txt{
  position: absolute;
  right: 1rem;
  display: flex;
  align-items: baseline;
  line-height: 1;
  color: #fff;
  bottom: -1.5rem;
  white-space: nowrap;
}
.headerTop_txt01{
  font-size: 2.8rem;
  margin-right: 1rem;
}
.headerTop_txt02{
  font-size: 4.9rem;
}

.navTglOpen{
  width: 5rem;
  display: block;
  position: relative;
  z-index: 8888;
}
.navBox {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background: #484848;
  padding: 0rem 0rem 5rem;
  display: block;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
}
.navBox.active::-webkit-scrollbar {
  display:none;
}
.navBoxHeader{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  padding: 1rem 0;
  padding-right: 0rem;
  line-height: 1;
  margin-bottom: 6rem;
}
.navTglClose{
  width: 5.3rem;
}
.navBoxListBox{
  width: 85%;
  margin: 2rem auto;
}
.navBoxListBoxList01{
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navBoxListBoxList01 li{
  margin-bottom: 3rem;
}
.navBoxListBoxList01 li a{
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}

.footer{
  background: url(../../src/img/sp/ft_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 4rem 0;
  overflow: hidden;
}
.footerPageBnr{
  margin-bottom: 1rem;
}
.footerPageBnr_list{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  width: 85%;
  margin: 0 auto;
}
.footerPageBnr_listItem{
  width: 100%;
  margin-bottom: 3rem;
}
.footerPageBnr_listItem_link{
  border: 1px solid #B7943C;
  display: block;
  position: relative;
  padding: 0.3rem;
}
.footerPageBnr_listItem_linkTxt01{
  position: absolute;
  font-size: 3rem;
  color: #fff;
  transform: rotate(345deg);
  left: -1.5rem;
  top: -1rem;
  z-index: 2;
}
.footerPageBnr_listItem_linkTxt02{
  position: absolute;
  font-size: 1.6rem;
  color: #fff;
  left: 4rem;
  top: 2rem;
  font-weight: 600;
  z-index: 2;
}
.footerPageBnr_listItem_linkImg{
  position: relative;
}
.footerPageBnr_listItem_linkImg:before{
  content: "";
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(229,229,229,0) 100%);
  background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(229,229,229,0) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(229,229,229,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00e5e5e5',GradientType=1 );
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.6;
  -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;
}
.footerPageBnr_listItem_link:hover{
  opacity: 1;
}
.footerPageBnr_listItem_link:hover .footerPageBnr_listItem_linkImg:before{
  opacity: 0;
}
.ftContact{
  background: url(../../src/img/sp/ft_contact@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 4rem 0 2rem;
  margin-bottom: 6rem;
}
.ftContact_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3rem;
  line-height: 1;
}
.ftContact_ttl_en{
  color: #B7943C;
  font-size: 5.4rem;
}
.ftContact_ttl_jp{
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}
.ftContact_intro{
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
}
.ftContact_List{
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.ftContact_List_item{
  width: 100%;
  margin-bottom: 4rem;
}
.ftContact_List_itemTxt{
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.ftContact_List_itemLink{
  background: #B7943C;
  display: block;
  
  height: 4.6rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 1rem;
}
.ftContact_List_itemLink:hover{
  background: #fff;
  color: #B7943C;
  opacity: 1;
}
.ftContact_List_itemLinkTel{
  font-size: 2.5rem;
  font-weight: 400;
}
.ftContact_List_itemTxt02{
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.ftContact_List_itemLinkMail{
  font-size: 1.6rem;
  font-weight: 600;
}
.ftContact_List_itemLinkMail p{
  position: relative;
}
.ftContact_List_itemLinkMail p:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0.4rem;
  right: -7rem;
  height: 1px;
  margin: auto;
  -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;
}
.ftContact_List_itemLinkMail p:before {
  width: 5rem;
  transform: translate(0, 0px);
  content: '';
  background: #ffffff;
}
.ftBtm{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.ftBtmL{
  width: 85%;
  color: #fff;
  margin-bottom: 3rem;
}
.ftBtmL_logo{
  display: block;
  width: 20rem;
  margin-bottom: 2rem;
}
.ftBtmL_txt01{
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.ftBtmL_txt02{
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.ftBtmL_txt03{
  font-weight: 500;
}
.ftBtmR{
  width: 85%;
}
.ftBtmR_top{
  margin-bottom: 2rem;
}
.ftBtmR_top ul{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0rem;
  flex-direction: column;
}
.ftBtmR_top ul li{
  width: 100%;
  text-align: left;
  margin-bottom: 1.5rem;
}
.ftBtmR_top ul li:nth-child(1){
  width: 100%;
}
.ftBtmR_top ul li a{
  color: #B7943C;
  border-bottom: 1px solid #B7943C00;
  padding-bottom: 0.3rem;
}
.ftBtmR_top ul li a:hover{
  border-bottom: 1px solid #B7943C;
  opacity: 1;
}
.ftBtmR_btm{
  
}
.ftBtmR_btm ul{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
  flex-direction: column;
}
.ftBtmR_btm ul li{
  margin-left: 0rem;
  color: #9F9F9F;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.ftBtmR_btm ul li:nth-child(2),.ftBtmR_btm ul li:nth-child(4),.ftBtmR_btm ul li:nth-child(6){
  display: none;
}
.copyRight{
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
}
/*-----------------------------------------------------------

TOP

-------------------------------------------------------------*/
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainContent--top{
  overflow: unset;
}
.mainV{
  position: relative;
  display: flex;
  justify-content: center;
  background: url(../../src/img/main01.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 175rem;
}

.mainV_ttl{
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  white-space: nowrap;
  z-index: 1;
  color: #fff;
  bottom: 20rem;
  line-height: 1.6;
}
.mainV_ttl_txt01{

}
.mainV_ttl_txt01 span{
  position: relative;
  left: 0.6rem;
}
.mainV_ttl_txt02{
  margin-top: 12rem;
}
.topConcept{
  background: url(../../src/img/top_concept_bg.png) 0 0 no-repeat;
  background-size: 100% 233rem;
  padding-top: 10rem;
}
.topConceptInner{
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.topConceptInnerL{
  width: 45%;
  position: sticky;
  top: 17rem;
  height: 100%;
  padding-bottom: 16rem;
}
.topConceptInnerR{
  width: 45%;
}
.cmnTtl01Box{

}
.cmnTtl01Box--topConcept{
  color: #B7943C;
  opacity: 0.65;
  transform: rotate(345deg);
  position: relative;
  left: -4rem;
  margin-bottom: 2rem;
}
.cmnTtl01{
  font-size: 13rem;
  overflow: hidden;
}
.cmnTtl01_in{
  overflow: hidden;
  display: inline-block;
}
.cmnTtl01_in_inner{
  display: inline-block;
}
.leftAnime{
    opacity: 0;
}
.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextX100 {
  from {
  transform: translateX(-100%);
        opacity: 0;
  }

  to {
  transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);
    opacity: 0;
  }

  to {
  transform: translateX(0);
    opacity: 1;
  }
}
.topConceptInnerL_box{
  padding-left: 10%;
}
.topConceptInnerL_boxTxt{
  color: #fff;
  margin-bottom: 4rem;
}
.cmnBtn01Box{
  display: flex;
}
.cmnBtn01Box--topConcept{

}
.cmnBtn01{
  display: flex;
  color: #B7943C;
  font-size: 1.8rem;
}
.cmnBtn01 p{
  position: relative;
  padding-right: 12rem;
}
.cmnBtn01 p:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0.4rem;
  right: 0;
  height: 1px;
  margin: auto;
  -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;
}
.cmnBtn01 p:before {
  width: 10rem;
  transform: translate(0, 0px);
  content: '';
  background: #B7943C;
}
.cmnBtn01:hover{
  opacity: 1;
  color: #fff;
}
.cmnBtn01:hover p:before{
  background: #fff;
}
.topGallery{
  background: url(../../src/img/top_gallery_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-top: -30rem;
  padding-top: 26rem;
  padding-bottom: 5rem;
  margin-bottom: -0.2rem;
}
.cmnTtl01Box--topGallery{
  color: #fff;
  transform: rotate(345deg);
  position: relative;
  left: -6rem;
  margin-bottom: -2rem;
  z-index: 1;
}
.cmnTtl01Box--topGallery .cmnTtl01{
  font-size: 11rem;
}
.cmnTtl01Box--topGallery .cmnTtl01_in{
  height: 17rem;
}
.topGalleryInner{
  width: 85%;
  margin: 0 auto;
}
.topGallerySlide{
  margin-bottom: 1rem;
}
.topGallerySlide .slick-counter {
  position: absolute;
  color: #fff;
  right: -3rem;
  bottom: 1rem;
  width: 6.5rem;
  height: 8rem;
}
.topGallerySlide .slick-counter .current{
  position: absolute;
  top: 0;
  font-size: 5rem;
  line-height: 1;
  font-weight: 400;
}
.topGallerySlide .slick-counter .current:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: -3.3rem;
  display: inline-block;
  width: 6rem;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(310deg);
  transform: rotate(310deg);
}
.topGallerySlide .slick-counter .total{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
}
.spinTxt{
  background: url(../../src/img/top_gallery_txt.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 16.5rem;
  height: 16.5rem;
  position: absolute;
  left: -5.5rem;
  top: -3.5rem;
  animation:26s linear infinite circle;
}
@keyframes circle{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.topGallerySlide .slick-prev {
  left: 0;
  right: unset;
  width: 3rem;
  height: 3rem;
  top: unset;
  bottom: -6rem;
}
.topGallerySlide .slick-prev:before {
  content: '';
  background: url(../../src/img/slick_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 3rem;
  height: 3rem;
  display: block;
}
.topGallerySlide .slick-next {
  right: unset;
  left: 4rem;
  width: 3rem;
  height: 3rem;
  top: unset;
  bottom: -6rem;
}
.topGallerySlide .slick-next:before {
  content: '';
  background: url(../../src/img/slick_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 3rem;
  height: 3rem;
  display: block;
}
.topGallerySlide li div {
  width: 100%;
  height: 61.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.5rem;
}
.topGallerySlide li div img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.cmnBtn01Box--topGallery{
  justify-content: center;
}
.cmnBtn01Box--topGallery .cmnBtn01{
  color: #fff;
}
.cmnBtn01Box--topGallery .cmnBtn01:hover{
  color: #B7943C;
}
.cmnBtn01Box--topGallery .cmnBtn01 p:before {
  background: #fff;
}
.cmnBtn01Box--topGallery .cmnBtn01:hover p:before{
  background: #B7943C;
}
.topService{
  overflow: hidden;
  background: #262626
}
.topServiceInner{
  
}
.topServiceInnerBox{
  display: flex;
  background: url(../../src/img/top_service_sec_bg_all.png) ;
  background-repeat: no-repeat;
    background-size: 100% 76rem;
    background-position: 0 0;
    background-attachment: fixed;
} 
.topServiceInnerBox_item{
  height: 100vh;
  display: flex;
  align-items: center;
}
.topServiceInnerBox_itemBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 140rem;
  margin: 0 auto;
}
.topServiceInnerBox_item00{
  margin-left: -8%;
}
.topServiceInnerBox_item01{
  margin-right: 20rem;
  /*background: url(../../src/img/top_service_sec01_bg.png) center center no-repeat;
  background-size: 150% 80rem;*/
}
.topServiceInnerBox_item02{
  margin-right: 20rem;
  /*background: url(../../src/img/top_service_sec02_bg.png) center center no-repeat;
  background-size: 150% 80rem;*/
}
.topServiceInnerBox_item03{
  /*background: url(../../src/img/top_service_sec03_bg.png) center center no-repeat;
  background-size: 150% 80rem;*/
}
/*.topServiceInnerBox_item01 .topServiceInnerBox_itemBox{
  margin-right: -20%;
}
.topServiceInnerBox_item02 .topServiceInnerBox_itemBox{
  margin-right: -20%;
}
.topServiceInnerBox_item03 .topServiceInnerBox_itemBox{
  margin-right: -20%;
}*/
.topServiceInnerBox_itemBoxL{
  width: 39rem;
}
.cmnTtl01Box--topService {
  color: #B7943C;
  opacity: 0.3;
  transform: rotate(345deg);
  position: relative;
  left: -6rem;
  margin-bottom: -2rem;
}
.cmnTtl01Box--topService .cmnTtl01{
  font-size: 6rem;
}
.topServiceInnerBox_itemBoxL_ttl{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B7943C;
  line-height: 1;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.topServiceInnerBox_itemBoxL_ttl_num{
  font-size: 5rem;
  margin-right: 2rem;
  color: #B7943C;
}
.topServiceInnerBox_itemBoxL_ttl_jp{
  color: #fff;
  font-size: 2rem;
}
.topServiceInnerBox_itemBoxL_ttlSub{
  color: #fff;
  line-height: 1.6;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.topServiceInnerBox_itemBoxL_txt{
  color: #fff;
  margin-bottom: 2rem;
}
.tsAnim{
  opacity: 0;
}
.topServiceInnerBox_itemBoxR{
  width: 90rem;
}
@media only screen and (min-width: 900px) {
.topConcept{
  height: 179rem;
}
.topGallery{
  height: 120rem;
}
}
@media (orientation: landscape) and (min-width: 900px){
.mainV{
  position: relative;
  display: flex;
  justify-content: center;
  background: none;
  background-attachment: unset;
  height: 180rem;
}
.mainV:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-repeat:no-repeat;
  background-position:50% 100%;
  background-image:url(../../src/img/main01.png);
  background-size:cover;
}
.topServiceInnerBox{
  display: flex;
  background: url(../../src/img/top_service_sec_bg_all.png) ;
  background-repeat: no-repeat;
    background-size: 150% auto;
    background-position: 0 0;
    background-attachment: unset;
}
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainV{
  position: relative;
  display: flex;
  justify-content: center;
  background: none;
  background-attachment: unset;
  height: 180rem;
}
.mainV:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-repeat:no-repeat;
  background-position:50% 100%;
  background-image:url(../../src/img/main01.png);
  background-size:cover;
}
.cmnTtl01 {
  font-size: 8rem;
  overflow: hidden;
}
.cmnTtl01Box--topGallery {
  color: #fff;
  transform: rotate(345deg);
  position: relative;
  left: -5rem;
  margin-bottom: -8rem;
  z-index: 1;
}
.cmnTtl01Box--topGallery .cmnTtl01 {
  font-size: 8rem;
}
.cmnTtl01Box--topGallery {
  color: #fff;
  transform: rotate(345deg);
  position: relative;
  left: -5rem;
  margin-bottom: -8rem;
  z-index: 1;
}
.topConcept {
  background: url(../../src/img/top_concept_bg.png) 0 0 no-repeat;
  background-size: 100% 233rem;
  padding-top: 10rem;
  height: 84rem;
}
.topGallery{
  overflow: hidden;
}
.topGallery {
  background: url(../../src/img/top_gallery_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-top: -25rem;
  padding-top: 17rem;
  padding-bottom: 5rem;
  margin-bottom: -0.2rem;
}
.topGallerySlide li div {
  width: 100%;
  height: 47.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.5rem;
}
.topServiceInnerBox{
  display: flex;
  background: url(../../src/img/top_service_sec_bg_all.png) ;
  background-repeat: no-repeat;
    background-size: 150% auto;
    background-position: 0 0;
    background-attachment: unset;
} 
.topServiceInnerBox_item00{
  margin-left: 10%;
}
.topServiceInnerBox_item01{
  margin-right: 10rem;
  /*background: url(../../src/img/top_service_sec01_bg.png) center center no-repeat;
  background-size: 150% 80rem;*/
}
.topServiceInnerBox_item02{
  margin-right: 10rem;
  /*background: url(../../src/img/top_service_sec02_bg.png) center center no-repeat;
  background-size: 150% 80rem;*/
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainContent--top{
  overflow: hidden;
}
.mainV{
  position: relative;
  display: flex;
  justify-content: center;
  background: none;
  background-attachment: unset;
  height: 145rem;
}
.mainV:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-repeat:no-repeat;
  background-position:50% 100%;
  background-image:url(../../src/img/sp/main01@2x.png);
  background-size:cover;
}
.mainV_ttl{
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  white-space: nowrap;
  z-index: 1;
  color: #fff;
  bottom: 20rem;
  line-height: 1.6;
}
.mainV_ttl_txt01{

}
.mainV_ttl_txt01 span{
  position: relative;
  left: 0.6rem;
}
.mainV_ttl_txt02{
  margin-top: 12rem;
}
.topConcept{
  background: url(../../src/img/sp/top_concept_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 143rem;
  padding-top: 7rem;
}
.topConceptInner{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
}
.topConceptInnerL{
  width: 83%;
  position: relative;
  top: 0rem;
  height: 100%;
  padding-bottom: 6rem;
  margin: 0 auto;
}
.topConceptInnerR{
  width: 100%;
  padding-right: 5%;
}
.cmnTtl01Box{

}
.cmnTtl01Box--topConcept{
  color: #B7943C;
  opacity: 0.65;
  transform: rotate(345deg);
  position: relative;
  left: -2rem;
  margin-bottom: -1rem;
}
.cmnTtl01{
  font-size: 6.8rem;
  overflow: hidden;
}
.cmnTtl01_in{
  overflow: hidden;
  display: inline-block;
}
.cmnTtl01_in_inner{
  display: inline-block;
}
.leftAnime{
    opacity: 0;
}
.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextX100 {
  from {
  transform: translateX(-100%);
        opacity: 0;
  }

  to {
  transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);
    opacity: 0;
  }

  to {
  transform: translateX(0);
    opacity: 1;
  }
}
.topConceptInnerL_box{
  padding-left: 0%;
}
.topConceptInnerL_boxTxt{
  color: #fff;
  margin-bottom: 4rem;
  letter-spacing: 0.15em;
}
.cmnBtn01Box{
  display: flex;
}
.cmnBtn01Box--topConcept{
  justify-content: center;
}
.cmnBtn01{
  display: flex;
  color: #B7943C;
  font-size: 1.8rem;
}
.cmnBtn01 p{
  position: relative;
  padding-right: 12rem;
}
.cmnBtn01 p:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0.4rem;
  right: 0;
  height: 1px;
  margin: auto;
  -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;
}
.cmnBtn01 p:before {
  width: 10rem;
  transform: translate(0, 0px);
  content: '';
  background: #B7943C;
}
.cmnBtn01:hover{
  opacity: 1;
  color: #fff;
}
.cmnBtn01:hover p:before{
  background: #fff;
}
.topGallery{
  background: url(../../src/img/sp/top_gallery_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-top: -20rem;
  padding-top: 25rem;
  padding-bottom: 5rem;
  margin-bottom: -0.2rem;
}
.cmnTtl01Box--topGallery{
  color: #fff;
  transform: rotate(345deg);
  position: relative;
  left: 1rem;
  margin-bottom: -2rem;
  z-index: 1;
}
.cmnTtl01Box--topGallery .cmnTtl01{
  font-size: 4.6rem;
}
.cmnTtl01Box--topGallery .cmnTtl01_in{
  height: 6rem;
}
.topGalleryInner{
  width: 100%;
  margin: 0 auto;
}
.topGallerySlide{
  margin-bottom: 4rem;
}
.topGallerySlide .slick-counter {
  position: absolute;
  color: #fff;
  right: 0;
  bottom: -1rem;
  width: 2.8rem;
  height: 3.5rem;
  left: 0;
  margin: auto;
}
.topGallerySlide .slick-counter .current{
  position: absolute;
  top: 0;
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 400;
}
.topGallerySlide .slick-counter .current:after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  right: -1.6rem;
  display: inline-block;
  width: 3rem;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(310deg);
  transform: rotate(310deg);
}
.topGallerySlide .slick-counter .total{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
.spinTxt{
  background: url(../../src/img/top_gallery_txt.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  height: 7.5rem;
  position: absolute;
  left: -2.6rem;
  top: -1.7rem;
  animation: 26s linear infinite circle;
}
@keyframes circle{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.topGallerySlide .slick-prev {
  left: 10rem;
  right: unset;
  width: 3rem;
  height: 3rem;
  top: unset;
  bottom: -2.5rem;
}
.topGallerySlide .slick-prev:before {
  content: '';
  background: url(../../src/img/slick_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 3rem;
  height: 3rem;
  display: block;
}
.topGallerySlide .slick-next {
  right: 10rem;
  left: unset;
  width: 3rem;
  height: 3rem;
  top: unset;
  bottom: -2.5rem;
}
.topGallerySlide .slick-next:before {
  content: '';
  background: url(../../src/img/slick_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 3rem;
  height: 3rem;
  display: block;
}
.topGallerySlide li div {
  width: 100%;
  height: 20.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.5rem;
}
.topGallerySlide li div img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.cmnBtn01Box--topGallery{
  justify-content: center;
}
.cmnBtn01Box--topGallery .cmnBtn01{
  color: #fff;
}
.cmnBtn01Box--topGallery .cmnBtn01:hover{
  color: #B7943C;
}
.cmnBtn01Box--topGallery .cmnBtn01 p:before {
  background: #fff;
}
.cmnBtn01Box--topGallery .cmnBtn01:hover p:before{
  background: #B7943C;
}
.topService{
  overflow: hidden;
  background: #262626
}
.topServiceInner{
  
}
.topServiceInnerBox{
  display: flex;
  background: url(../../src/img/sp/top_service_sec_bg_all@2x.png) ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  background-attachment: unset;
  flex-direction: column;
  padding: 12rem 0 3rem;
} 
.topServiceInnerBox_item{
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 13rem;
}
.topServiceInnerBox_itemBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  flex-direction: column;
}
.topServiceInnerBox_itemBoxL{
  width: 100%;
  margin-bottom: 4rem;
}
.cmnTtl01Box--topService {
  color: #B7943C;
  opacity: 0.3;
  transform: rotate(345deg);
  position: relative;
  left: -2rem;
  margin-bottom: -0.6rem;
}
.cmnTtl01Box--topService .cmnTtl01{
  font-size: 5.1rem;
}
.topServiceInnerBox_itemBoxL_ttl{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B7943C;
  line-height: 1;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.topServiceInnerBox_itemBoxL_ttl_num{
  font-size: 5rem;
  margin-right: 2rem;
  color: #B7943C;
}
.topServiceInnerBox_itemBoxL_ttl_jp{
  color: #fff;
  font-size: 2rem;
}
.topServiceInnerBox_itemBoxL_ttlSub{
  color: #fff;
  line-height: 1.6;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.topServiceInnerBox_itemBoxL_txt{
  color: #fff;
  margin-bottom: 2rem;
}
.tsAnim{
  opacity: 0;
}
.topServiceInnerBox_itemBoxR{
  width: 90%;
  margin: 0 auto;
}
}
/*-----------------------------------------------------------

ABOUT

-------------------------------------------------------------*/
.mainVSub{
  position: relative;
  background: #484848;
  padding-top: 19rem;
}
.mainVSub_ttl{
  position: absolute;
  right: 5rem;
  top: 11rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  z-index: 2;
}
.mainVSub_ttl_jp{
  font-size: 1.8rem;
  margin-right: 0.5rem;
}
.mainVSub_ttl_en{
  font-size: 10rem;
}
.mainVSub_img {
  overflow: hidden;
  position: relative;
}
.mainVSub_img:before {
  animation: mainVSub_img 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #484848;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes mainVSub_img {
  100% {
    transform: translateX(100%);
  }
}

.punkuz{
  width: 97%;
  margin: 0rem auto;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.punkuz li{
  font-size: 1.2rem;
  margin-right: 0.8rem;
  color: #fff;
}
.punkuz li a{
  display: block;
}
.punkuz li br{
  display: none;
}
.punkuzMainSub01{
  position: absolute;
  left: 0;
  right: 0;
  top: 6rem;
}
.aboutConcept{
  background: url(../../src/img/about_concept_bg.png) 0 0 no-repeat;
  background-size: 100% 85rem;
  padding: 4rem 0 10rem;
  margin-bottom: 5rem;
}
.aboutConcept_ttlBox{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
  position: relative;
  line-height: 1.6;
}
.aboutConcept_ttlBox_en{
  font-size: 7.8rem;
  color: #B7943C;
  opacity: 0.65;
  transform: rotate(345deg);
  position: relative;
  left: -16rem;
  margin-bottom: -5rem;
}
.aboutConcept_ttlBox_jp{
  font-size: 3.5rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.aboutConcept_ttlBox_jp:first-letter{
  margin-left: 3rem;
}
.aboutConcept_txt{
  text-align: center;
  color: #fff;
  margin-bottom: 7rem;
}
.aboutConceptSlide{
  width: 300%;
}
.aboutConceptSlide li{
  padding: 0 4rem;
}
.aboutStr{

}
.aboutStr_ttlBox{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
  position: relative;
  line-height: 1.6;
}
.aboutStr_ttlBox_en{
  font-size: 7.8rem;
  color: #B7943C;
  opacity: 0.65;
  transform: rotate(345deg);
  position: relative;
  left: -28rem;
  margin-bottom: -5rem;
}
.aboutStr_ttlBox_jp{
  font-size: 3.5rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.aboutStrAnch{
  width: 80%;
  margin: 0 auto 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutStrAnch li{
  width: 32%;
}
.aboutStrAnch li a{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 8rem;
  color: #fff;
  padding: 1rem;
  background: #484848;
  position: relative;
}
.aboutStrAnch li a:after{
  content: "";
  width: 3rem;
  height: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -3rem;
  background: url(../../src/img/about_str_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.aboutStrAnch li a p{
  border: 1px solid #fff;
  width: 100%;
  font-size: 2.5rem;
  text-align: center;
}
.aboutStrSec{
  margin-bottom: 10rem;
}
.aboutStrSecInner{
  width: 70%;
  margin: -10rem auto 0;
  background: #fff;
  padding: 4rem 0;
}
.aboutStrSecInner_ttl{
  font-weight: 400;
  display: flex;
  justify-content: center;
  font-size: 2.5rem;
  margin-bottom: 4rem;
  letter-spacing: 0.15em;
}
.aboutStrSecInner_ttl span{
  border-bottom: 1px solid #B7943C;
}
.aboutStrSecInner_txt{
  text-align: center;
}
.aboutStrSec01{
  background: url(../../src/img/about_img01.png) 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 66rem;
}
.aboutStrSec02{
  background: url(../../src/img/about_img02.png) 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 66rem;
}
.aboutStrSec03{
  background: url(../../src/img/about_img03.png) 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 66rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainVSub_ttl {
  position: absolute;
  right: 5rem;
  top: 13rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  z-index: 2;
}
.mainVSub_ttl_en {
  font-size: 6rem;
}
.aboutConcept {
  background: url(../../src/img/about_concept_bg.png) 0 0 no-repeat;
  background-size: 100% 63rem;
  padding: 4rem 0 10rem;
  margin-bottom: 5rem;
}
.aboutConcept_txt {
  text-align: center;
  color: #fff;
  margin-bottom: 3rem;
}
.aboutStrAnch {
  width: 94%;
  margin: 0 auto 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutStrAnch li a p {
  border: 1px solid #fff;
  width: 100%;
  font-size: 2rem;
  text-align: center;
}
.aboutStrSec01{
  background: url(../../src/img/about_img01.png) 0 0 no-repeat;
  background-size: cover;
  background-attachment: unset;
  height: 66rem;
}
.aboutStrSec02{
  background: url(../../src/img/about_img02.png) 0 0 no-repeat;
  background-size: cover;
  background-attachment: unset;
  height: 66rem;
}
.aboutStrSec03{
  background: url(../../src/img/about_img03.png) 0 0 no-repeat;
  background-size: cover;
  background-attachment: unset;
  height: 66rem;
}
.aboutStrSecInner {
  width: 80%;
  margin: -10rem auto 0;
  background: #fff;
  padding: 4rem 0;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContent--about{
  overflow: unset;
}
.mainVSub{
  position: relative;
  background: #484848;
  padding-top: 14rem;
}
.mainVSub_ttl{
  position: absolute;
  right: 2rem;
  top: 9rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  z-index: 2;
}
.mainVSub_ttl_jp{
  font-size: 1.4rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
.mainVSub_ttl_en{
  font-size: 4rem;
}
.mainVSub_img {
  overflow: hidden;
  position: relative;
}
.mainVSub_img:before {
  animation: mainVSub_img 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #484848;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes mainVSub_img {
  100% {
    transform: translateX(100%);
  }
}

.punkuz{
  width: 90%;
  margin: 0rem auto;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: auto;
}
.punkuz li{
  font-size: 1.2rem;
  margin-right: 0.8rem;
  color: #fff;
}
.punkuz li a{
  display: block;
}
.punkuz li br{
  display: none;
}
.punkuzMainSub01{
  position: absolute;
  left: 0;
  right: 0;
  top: 6rem;
}
.aboutConcept{
  background: url(../../src/img/sp/about_concept_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 72rem;
  padding: 6rem 0 4rem;
  margin-bottom: 5rem;
  overflow: hidden;
}
.aboutConcept_ttlBox{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
  position: relative;
  line-height: 1.6;
}
.aboutConcept_ttlBox_en{
  font-size: 5.5rem;
  color: #B7943C;
  opacity: 0.65;
  transform: rotate(345deg);
  position: relative;
  left: -6rem;
  margin-bottom: -4rem;
}
.aboutConcept_ttlBox_jp{
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.aboutConcept_ttlBox_jp:first-letter{
  margin-left: 3rem;
}
.aboutConcept_txt{
  text-align: center;
  color: #fff;
  margin-bottom: 7rem;
  width: 85%;
  margin: 0 auto 3rem;
}
.aboutConceptSlide{
  margin: 0 -18rem;
  width: 500%;
}
.aboutConceptSlide li{
  padding: 0 1rem;
}
.aboutStr{

}
.aboutStr_ttlBox{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
  position: relative;
  line-height: 1.6;
}
.aboutStr_ttlBox_en{
  font-size: 5.5rem;
  color: #B7943C;
  opacity: 0.65;
  transform: rotate(345deg);
  position: relative;
  left: -6rem;
  margin-bottom: -4rem;
}
.aboutStr_ttlBox_jp{
  font-size: 2.5rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.aboutStrAnch{
  width: 80%;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.aboutStrAnch li{
  width: 100%;
  margin-bottom: 6rem;
}
.aboutStrAnch li a{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1rem;

  color: #fff;
  padding: 0.5rem;
  background: #484848;
  position: relative;
}
.aboutStrAnch li a:after{
  content: "";
  width: 3rem;
  height: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -3rem;
  background: url(../../src/img/about_str_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.aboutStrAnch li a p{
  border: 1px solid #fff;
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutStrSec{
  margin-bottom: 10rem;
}
.aboutStrSecInner{
  width: 88%;
  margin: -10rem auto 0;
  background: #fff;
  padding: 3rem 0;
}
.aboutStrSecInner_ttl{
  font-weight: 400;
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
  margin-bottom: 4rem;
  letter-spacing: 0.15em;
}
.aboutStrSecInner_ttl span{
  border-bottom: 1px solid #B7943C;
}
.aboutStrSecInner_txt{
  text-align: center;
  padding: 0 2rem;
  letter-spacing: 0.05em;
}
.aboutStrSec01{
  background: url(../../src/img/sp/about_img01@2x.png) 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background: unset;
  position: relative;
  height: 85rem;
  position: sticky;
  z-index: -1;
  top: 0;
}
.aboutStrSec02{
  background: url(../../src/img/sp/about_img02@2x.png) 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background: unset;
  position: relative;
  height: 85rem;
  position: sticky;
  z-index: -1;
  top: 0;
}
.aboutStrSec03{
  background: url(../../src/img/sp/about_img03@2x.png) 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background: unset;
  position: relative;
  height: 85rem;
  position: sticky;
  z-index: -1;
  top: 0;
}
.aboutStrSec01:before{
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  background-repeat:no-repeat;
  background-position:50% 100%;
  background-image:url(../../src/img/sp/about_img01@2x.png);
  background-size:cover;
}
.aboutStrSec02:before{
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-repeat:no-repeat;
  background-position:50% 100%;
  background-image:url(../../src/img/sp/about_img02@2x.png);
  background-size:cover;
}
.aboutStrSec03:before{
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-repeat:no-repeat;
  background-position:50% 100%;
  background-image:url(../../src/img/sp/about_img03@2x.png);
  background-size:cover;
}
}
/*-----------------------------------------------------------

SERVICE

-------------------------------------------------------------*/
.serviceIntro{
  margin: 5rem 0;
}
.serviceIntro_txt{
  text-align: center;
  margin-bottom: 2rem;
}
.serviceIntroAnch{
  width: 80%;
  margin: 0 auto 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serviceIntroAnch li{
  width: 32%;
}
.serviceWrap{
  background: #F3F3F3;
  padding: 8rem 0 5rem;
}
.serviceSec{
  margin-bottom: 16rem;
}
#service03{
  margin-bottom: 4rem;
}
.serviceSecInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
  padding-right: 15%;
}
.serviceSecInnerRev{
  padding-right: 0;
  padding-left: 15%;
  flex-direction: row-reverse;
}
.serviceSecInnerL{
  width: 53%;
}
.serviceSecInnerR{
  width: 40%;
}
.serviceSecInnerR_box{
  position: relative;
}
.serviceSecInnerR_box_en{
  position: absolute;
  font-size: 6.4rem;
  color: #B7943C;
  opacity: 0.2;
  left: -6rem;
  top: -6rem;
  transform: rotate(336deg);
  line-height: 0.8;
  display: flex;
  flex-direction: column;
}
.serviceSecInnerR_box_en span{

}
.serviceSecInnerR_box_en span + span{
  margin-left: 18rem;
}
#service02 .serviceSecInnerR_box_en{
  left: -15rem;
  top: -7rem;
}
#service02 .serviceSecInnerR_box_en span + span{
  margin-left: 13rem;
}
#service03 .serviceSecInnerR_box_en{
  left: -8rem;
  top: -1rem;
}
.serviceSecInnerR_boxCont{

}
.serviceSecInnerR_boxCont_ttl{
  font-size: 3.5rem;
  border-bottom: 1px solid #B7943C;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  font-weight: 400;
}
.serviceSecInnerR_boxCont_txt{

}
.serviceSecGallery{

}
.serviceSecGallery_ttl{
  text-align: center;
  font-size: 6.7rem;
  color: #B7943C;
  margin-bottom: 0rem;
}
.serviceSecGalleryBox{
  padding-bottom: 2rem;
  position: relative;
}
.serviceSecGalleryBox:before{
  content: "";
  width: 100%;
  height: 30rem;
  background: #484848;
  position: absolute;
  left: 0;
  bottom: 0;
}
.serviceSecGalleryList{
  margin-bottom: 2rem;
}
.serviceSecGalleryList .slick-prev {
    left: 39.3rem;
   width: 3rem;
    height: 3rem;
    top: 14rem;
}
.serviceSecGalleryList .slick-prev:before {
    content: '';
    background: url(../../src/img/slick_gal_prev.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 3rem;
    height: 3rem;
    display: block;
}
.serviceSecGalleryList .slick-next {
    right: 39.3rem;
    width: 3rem;
    height: 3rem;
    top: 14rem;
}
.serviceSecGalleryList .slick-next:before {
    content: '';
    background: url(../../src/img/slick_gal_next.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 3rem;
    height: 3rem;
    display: block;
}
.serviceSecGalleryList_item{
  padding: 0 3rem;
  position: relative;
}
.serviceSecGalleryList_itemLink_cat{
  position: absolute;
  background: #aaa;
  top: 0rem;
  width: 100%;
  clip-path: polygon(0 70%, 40% 0%, 0% 0%);
  padding: 5rem;
  z-index: 1;
}
.serviceSecGalleryList_itemLink_cat span{
  position: absolute;
  color: #FFFFFF;
  -webkit-transform: rotate(340deg);
  transform: rotate(340deg);
  display: block;
  left: 0;
  top: 1.6rem;
  text-align: center;
  width: 10rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.serviceSecGalleryList_itemLink_cat.house{
  background: #DBD8D5;
}
.serviceSecGalleryList_itemLink_cat.house span{
  color: #484848;
}
.serviceSecGalleryList_itemLink_cat.dormitory{
  background: #2A2623;
}
.serviceSecGalleryList_itemLink_cat.store{
  background: #866822;
}
.serviceSecGalleryList_itemLink_img {
  width: 100%;
  height: 29.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.5rem;
}
.serviceSecGalleryList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.cmnBtn01Box--serviceSecGallery{
  justify-content: center;
}
.serviceToTop{
  width: 8.3rem;
  margin: 0 auto;
  display: block;
}
.ssAnim{
  opacity: 0;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.serviceIntroAnch {
  width: 94%;
  margin: 0 auto 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serviceSecInnerR_box_en {
  position: absolute;
  font-size: 4.4rem;
  color: #B7943C;
  opacity: 0.2;
  left: -6rem;
  top: -3rem;
  transform: rotate(336deg);
  line-height: 0.8;
  display: flex;
  flex-direction: column;
}
#service02 .serviceSecInnerR_box_en {
  left: -9rem;
  top: -5rem;
}
#service03 .serviceSecInnerR_box_en {
  left: -4rem;
  top: -1rem;
}
.serviceSecGalleryList_itemLink_img {
  width: 100%;
  height: 20.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.5rem;
}
.serviceSecGalleryBox:before {
  content: "";
  width: 100%;
  height: 24rem;
  background: #484848;
  position: absolute;
  left: 0;
  bottom: 0;
}
.serviceSecGalleryList_itemLink_cat span {
  position: absolute;
  color: #FFFFFF;
  -webkit-transform: rotate(340deg);
  transform: rotate(330deg);
  display: block;
  left: 0;
  top: 1.4rem;
  text-align: center;
  width: 9rem;
  font-size: 1.4rem;
  font-weight: bold;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.serviceIntro{
  margin: 5rem 0;
}
.serviceIntro_txt{
  text-align: center;
  margin-bottom: 2rem;
}
.serviceIntroAnch{
  width: 80%;
  margin: 0 auto 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.serviceIntroAnch li{
  width: 100%;
  margin-bottom: 2rem;
}
.serviceWrap{
  background: #F3F3F3;
  padding: 12rem 0 5rem;
}
.serviceSec{
  margin-bottom: 16rem;
}
#service03{
  margin-bottom: 4rem;
}
.serviceSecInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
  padding-right: 0%;
  flex-direction: column;
  width: 85%;
  margin: 0 auto 8rem;
}
.serviceSecInnerRev{
  padding-right: 0;
  padding-left: 0%;
  flex-direction: row-reverse;
}
.serviceSecInnerL{
  width: 100%;
  margin-bottom: 2rem;
}
.serviceSecInnerR{
  width: 100%;
  
}
.serviceSecInnerR_box{
  position: relative;
}
.serviceSecInnerR_box_en{
  position: absolute;
  font-size: 4rem;
  color: #B7943C;
  opacity: 0.2;
  left: -2rem;
  top: -3rem;
  transform: rotate(336deg);
  line-height: 0.8;
  display: flex;
  flex-direction: column;
}
.serviceSecInnerR_box_en span{

}
.serviceSecInnerR_box_en span + span{
  margin-left: 10rem;
}
#service02 .serviceSecInnerR_box_en{
  left: -2rem;
  top: -5rem;
}
#service02 .serviceSecInnerR_box_en span + span{
  margin-left: 7rem;
}
#service03 .serviceSecInnerR_box_en{
  left: -2rem;
  top: -2rem;
}
.serviceSecInnerR_boxCont{

}
.serviceSecInnerR_boxCont_ttl{
  font-size: 2.5rem;
  border-bottom: 1px solid #B7943C;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  font-weight: 400;
}
.serviceSecInnerR_boxCont_txt{

}
.serviceSecGallery{

}
.serviceSecGallery_ttl{
  text-align: center;
  font-size: 5.5rem;
  color: #B7943C;
  margin-bottom: 0rem;
}
.serviceSecGalleryBox{
  padding-bottom: 2rem;
  position: relative;
}
.serviceSecGalleryBox:before{
  content: "";
  width: 100%;
  height: 19rem;
  background: #484848;
  position: absolute;
  left: 0;
  bottom: 0;
}
.serviceSecGalleryList{
  margin-bottom: 2rem;
}
.serviceSecGalleryList .slick-prev {
    left: 3.6rem;
   width: 3rem;
    height: 3rem;
    top: 10rem;
}
.serviceSecGalleryList .slick-prev:before {
    content: '';
    background: url(../../src/img/slick_gal_prev.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 3rem;
    height: 3rem;
    display: block;
}
.serviceSecGalleryList .slick-next {
    right: 3.6rem;
    width: 3rem;
    height: 3rem;
    top: 10rem;
}
.serviceSecGalleryList .slick-next:before {
    content: '';
    background: url(../../src/img/slick_gal_next.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 3rem;
    height: 3rem;
    display: block;
}
.serviceSecGalleryList_item{
  padding: 0 1.6rem;
  position: relative;
}
.serviceSecGalleryList_itemLink_cat{
  position: absolute;
  background: #aaa;
  top: 0rem;
  width: 100%;
  clip-path: polygon(0 70%, 40% 0%, 0% 0%);
  padding: 5rem;
  z-index: 1;
}
.serviceSecGalleryList_itemLink_cat span {
  position: absolute;
  color: #FFFFFF;
  -webkit-transform: rotate(340deg);
  transform: rotate(327deg);
  display: block;
  left: -0.4rem;
  top: 1.6rem;
  text-align: center;
  width: 8rem;
  font-size: 1rem;
  font-weight: bold;
}
.serviceSecGalleryList_itemLink_img {
  width: 100%;
  height: 17.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.5rem;
}
.serviceSecGalleryList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.cmnBtn01Box--serviceSecGallery{
  justify-content: center;
}
.serviceToTop{
  width: 8.3rem;
  margin: 0 auto;
  display: block;
}
.ssAnim{
  opacity: 0;
}
}
/*-----------------------------------------------------------

COMPANY

-------------------------------------------------------------*/
.companyBox{
  width: 70%;
  margin: 8rem auto 12rem;
}
.companyBox_list{
  margin-bottom: 5rem;
}
.companyBox_listItem{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #707070;
  padding: 2rem 0;
}
.companyBox_listItem_txt01{
  width: 30%;
  font-weight: 600;
}
.companyBox_listItem_txt02{
  width: 70%;
}
.companyBoxMap{

}
.companyBoxMap iframe{
  width: 100%;
  height: 32rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.companyBox{
  width: 85%;
  margin: 8rem auto 6rem;
}
.companyBox_list{
  margin-bottom: 5rem;
}
.companyBox_listItem{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #707070;
  padding: 1rem 0;
  flex-direction: column;
}
.companyBox_listItem_txt01{
  width: 100%;
  font-weight: 600;
}
.companyBox_listItem_txt02{
  width: 100%;
}
.companyBoxMap{

}
.companyBoxMap iframe{
  width: 100%;
  height: 32rem;
}
}
/*-----------------------------------------------------------

GALLERY

-------------------------------------------------------------*/
.mainContentGr{
  background: #484848;
}
.galleryBox{
  width: 80%;
  margin: 8rem auto 6rem;
}
.galleryBox_cat{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
}
.galleryBox_cat li{
  width: 24%;
}
.galleryBox_cat li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  border: 1px solid #fff;
  background: #484848;
  color: #fff;
  font-size: 2rem;
}
.galleryBox_cat li.nowUrl a{
  border: 1px solid #B7943C;
  background: #B7943C;
}
.galleryBoxList{
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.galleryBoxList_item{
  position: relative;
  width: 48.5%;
  margin-bottom: 3rem;
}
.galleryBoxList_itemLink_cat{
  position: absolute;
  background: #aaa;
  top: 0rem;
  width: 100%;
  clip-path: polygon(0 60%, 30% 0%, 0% 0%);
  padding: 5rem;
  z-index: 1;
}
.galleryBoxList_itemLink_cat span{
  position: absolute;
  color: #FFFFFF;
  -webkit-transform: rotate(340deg);
  transform: rotate(340deg);
  display: block;
  left: 0;
  top: 1rem;
  text-align: center;
  width: 9rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.galleryBoxList_itemLink_cat.house{
  background: #DBD8D5;
}
.galleryBoxList_itemLink_cat.house span{
  color: #484848;
}
.galleryBoxList_itemLink_cat.dormitory{
  background: #2A2623;
}
.galleryBoxList_itemLink_cat.store{
  background: #866822;
}
.galleryBoxList_itemLink_img {
  width: 100%;
  height: 29.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  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;
}
.galleryBoxList_itemLink_ttl {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -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;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.galleryBoxList_itemLink:hover{
  opacity: 1;
}
.galleryBoxList_itemLink .galleryBoxList_itemLink_img:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #00000080;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  -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;
}
.galleryBoxList_itemLink:hover .galleryBoxList_itemLink_img:before{
  opacity: 1;
}
.galleryBoxList_itemLink:hover .galleryBoxList_itemLink_ttl{
  opacity: 1;
  z-index: 3;
}
.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: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  width: 3rem;
  height: auto;
  font-size: 2rem;
  padding-top: 0.2rem;
}
.wp-pagenavi .current{
  color: #B7943C;
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  width: 3rem;
  height: auto;
  font-size: 2rem;
  padding-top: 0.2rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.galleryBox {
  width: 90%;
  margin: 8rem auto 6rem;
}
.galleryBoxList_itemLink_img {
  width: 100%;
  height: 25.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.5rem;
}
.galleryBoxList_itemLink_cat span {
  position: absolute;
  color: #FFFFFF;
  -webkit-transform: rotate(333deg);
  transform: rotate(333deg);
  display: block;
  left: 0;
  top: 1rem;
  text-align: center;
  width: 9rem;
  font-size: 1.4rem;
  font-weight: bold;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContentGr{
  background: #484848;
}
.galleryBox{
  width: 85%;
  margin: 8rem auto 6rem;
}
.galleryBox_cat{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.galleryBox_cat li{
  width: 48%;
  margin-bottom: 2rem;
}
.galleryBox_cat li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.5rem;
  border: 1px solid #fff;
  background: #484848;
  color: #fff;
  font-size: 1.4rem;
}
.galleryBox_cat li.nowUrl a{
  border: 1px solid #B7943C;
  background: #B7943C;
}
.galleryBoxList{
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.galleryBoxList_item{
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}
.galleryBoxList_itemLink_cat{
  position: absolute;
  background: #aaa;
  top: 0rem;
  width: 100%;
  clip-path: polygon(0 60%, 30% 0%, 0% 0%);
  padding: 5rem;
  z-index: 1;
}
.galleryBoxList_itemLink_cat span {
  position: absolute;
  color: #FFFFFF;
  -webkit-transform: rotate(329deg);
  transform: rotate(329deg);
  display: block;
  left: 0;
  top: 1.4rem;
  text-align: center;
  width: 7rem;
  font-size: 1rem;
  font-weight: bold;
}
.galleryBoxList_itemLink_img {
  width: 100%;
  height: 17.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  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;
}
.galleryBoxList_itemLink_ttl {
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  opacity: 1;
  -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;
  text-align: left;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.cmnBtn01Box--galleryBox{
  justify-content: flex-end;
}
.cmnBtn01Box--galleryBox .cmnBtn01 p {
  position: relative;
  padding-right: 7rem;
}
.cmnBtn01Box--galleryBox .cmnBtn01 p:before {
  width: 6rem;
}
.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: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  width: 3rem;
  height: auto;
  font-size: 2rem;
  padding-top: 0.2rem;
}
.wp-pagenavi .current{
  color: #B7943C;
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  width: 3rem;
  height: auto;
  font-size: 2rem;
  padding-top: 0.2rem;
}
}
/*-----------------------------------------------------------

GALLERY DETAIL

-------------------------------------------------------------*/
.mainVSub--simple{
  padding-top: 10rem;
}
.galleryD_ttlBox{
  width: 93%;
  margin: 0 auto 4rem;
}
.galleryD_ttlBox_info{
  display: flex;
  align-items: center;
}
.galleryD_ttlBox_infoTxt01{
  padding-right: 7rem;
  position: relative;
  font-size: 1.2rem;
  color: #fff;
}
.galleryD_ttlBox_infoTxt01:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0rem;
  right: 1rem;
  height: 1px;
  margin: auto;
  -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;
}
.galleryD_ttlBox_infoTxt01:before {
  width: 5rem;
  transform: translate(0, 0px);
  content: '';
  background: #ffffff;
}
.galleryD_ttlBox_infoTxt02{
  font-size: 1.6rem;
  color: #B7943C;
}
.galleryD_ttlBox_infoTtl{
  font-size: 3rem;
  color: #fff;
  line-height: 1.6;
}
.galleryD_intro{
  margin: 0 0 12rem;
}
.galleryD_introMain{
  margin: 0 0 12rem;
}
.galleryD_introBox{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.galleryD_introBoxL{
  width: 45%;
}
.galleryD_introBoxL_ttl{
  color: #fff;
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.galleryD_introBoxL_txt{
  color: #fff;
}
.galleryD_introBoxR {
  width: 50%;
  height: 62.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.5rem;
}
.galleryD_introBoxR img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.galleryD_clone{
  width: 80%;
  margin: 0 auto 10rem;
}
.galleryD_cloneList{

}
.galleryD_cloneList_item{
  margin-bottom: 12rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.galleryD_cloneList_item:nth-child(even){
  flex-direction: row;
}
.galleryD_cloneList_itemL{
  width: 32%;
}
.galleryD_cloneList_itemL_ttl{
  color: #fff;
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.galleryD_cloneList_itemL_txt{
  color: #fff;
}
.galleryD_cloneList_itemR {
  width: 63%;
  height: 40.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.5rem;
}
.galleryD_cloneList_itemR img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.galleryD_slideBox{
  width: 68%;
  margin: 0 auto 6rem;
}
.galleryD_Slide{
  margin-bottom: 1.2rem;
  
}
.galleryD_Slide .slick-prev {
    left: -7rem;
   width: 4.2rem;
    height: 4.2rem;
    top: 26rem;
}
.galleryD_Slide .slick-prev:before {
    content: '';
    background: url(../../src/img/slick_gal_prev.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 4.2rem;
    height: 4.2rem;
    display: block;
}
.galleryD_Slide .slick-next {
    right: -7rem;
    width: 4.2rem;
    height: 4.2rem;
    top: 26rem;
}
.galleryD_Slide .slick-next:before {
    content: '';
    background: url(../../src/img/slick_gal_next.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 4.2rem;
    height: 4.2rem;
    display: block;
}
.galleryD_Slide img{

}
.galleryD_Slide .slick-list {
  padding-right: 1px;
}
.galleryD_Slide .slick-slide{
  
}

.galleryD_Slide li{
  height: 54rem;
  text-align: center;
}
.galleryD_Slide li img{
  height: 100%;
  display: inline-block;
  width: auto;
  object-fit: none;
}
.galleryD_Slide li div {
    width: 100%;
    height: 54rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.galleryD_Slide li div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
@media only screen and (min-width: 900px) {
.galleryD_Nav .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-right: 1px;
}

.galleryD_Nav .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  width: 100%!important;
  transform: unset!important;
  justify-content: flex-start;
}

.galleryD_Nav .slick-slide {
  display: none;
  float: left;
  height: 100%;
  width: 18.4%!important;
  min-height: 1px;
  margin-bottom: 1.8rem;
  margin-right: 1.8rem;
  cursor: pointer;
}
.galleryD_Nav .slick-slide:nth-child(5n) {
  margin-right: 0;
}
.galleryD_Nav li.slick-current div{
  background: #000;
  display: block;
}
.galleryD_Nav li.slick-current div img{
  opacity: 0.4;
  transition: all 300ms ease;
}
.galleryD_Nav .slick-slide div {
    width: 100%;
    height: 10rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.galleryD_Nav .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
}
.galleryD_relate{
  width: 80%;
  margin: 0 auto 8rem;
}
.galleryD_relate_ttl{
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 3rem;
}
.postBackBtnBox{
  display: flex;
  justify-content: center;
}
.postBackBtn{
  background: #B7943C;
  display: block;
  width: 29rem;
  height: 4.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.6rem;
  position: relative;
}
.postBackBtn:hover{
  background: #fff;
  color: #B7943C;
  opacity: 1;
}
.postBackBtn{
  position: relative;
}
.postBackBtn:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0.4rem;
  right: -4rem;
  height: 1px;
  margin: auto;
  -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;
}
.postBackBtn:before {
  width: 8rem;
  transform: translate(0, 0px);
  content: '';
  background: rgb(255,255,255);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(183,148,60,1) 50%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 50%,rgba(183,148,60,1) 50%);
  background: linear-gradient(to right, rgba(255,255,255,1) 50%,rgba(183,148,60,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7943c',GradientType=1 );
  z-index: 1;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.galleryD_introBox {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.galleryD_introBoxR {
  width: 50%;
  height: 32.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.5rem;
}
.galleryD_clone {
  width: 90%;
  margin: 0 auto 10rem;
}
.galleryD_cloneList_itemR {
  width: 63%;
  height: 32.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.5rem;
}
.galleryD_Slide li {
  height: 42rem;
  text-align: center;
}
.galleryD_Slide li div {
  width: 100%;
  height: 42rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.galleryD_Slide .slick-prev {
    left: -7rem;
    width: 4.2rem;
    height: 4.2rem;
    top: 21rem;
}
.galleryD_Slide .slick-next {
    right: -7rem;
    width: 4.2rem;
    height: 4.2rem;
    top: 21rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSub--simple{
  padding-top: 10rem;
}
.galleryD_ttlBox{
  width: 90%;
  margin: 0 auto 3rem;
}
.galleryD_ttlBox_info{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.galleryD_ttlBox_infoTxt01{
  padding-right: 7rem;
  position: relative;
  font-size: 1.4rem;
  color: #fff;
}
.galleryD_ttlBox_infoTxt01:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0rem;
  right: 1rem;
  height: 1px;
  margin: auto;
  -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;
}
.galleryD_ttlBox_infoTxt01:before {
  width: 5rem;
  transform: translate(0, 0px);
  content: '';
  background: #ffffff;
}
.galleryD_ttlBox_infoTxt02{
  font-size: 1.4rem;
  color: #B7943C;
}
.galleryD_ttlBox_infoTtl{
  font-size: 2rem;
  color: #fff;
  line-height: 1.6;
}
.galleryD_intro{
  margin: 0 0 6rem;
}
.galleryD_introMain{
  margin: 0 0 6rem;
}
.galleryD_introBox{
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.galleryD_introBoxL{
  width: 100%;
  margin-bottom: 2rem;
}
.galleryD_introBoxL_ttl{
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.galleryD_introBoxL_txt{
  color: #fff;
}
.galleryD_introBoxR {
  width: 100%;
  height: 36.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.5rem;
}
.galleryD_introBoxR img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.galleryD_clone{
  width: 85%;
  margin: 0 auto 10rem;
}
.galleryD_cloneList{

}
.galleryD_cloneList_item{
  margin-bottom: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.galleryD_cloneList_item:nth-child(even){
  flex-direction: column;
}
.galleryD_cloneList_itemL{
  width: 100%;
  margin-bottom: 2rem;
}
.galleryD_cloneList_itemL_ttl{
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.galleryD_cloneList_itemL_txt{
  color: #fff;
}
.galleryD_cloneList_itemR {
  width: 100%;
  height: 19.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.5rem;
}
.galleryD_cloneList_itemR img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.galleryD_slideBox{
  width: 85%;
  margin: 0 auto 6rem;
}
.galleryD_Slide{
  margin-bottom: 1.2rem;
  
}
.galleryD_Slide .slick-prev {
    left: -2rem;
   width: 4.2rem;
    height: 4.2rem;
    top: 10rem
}
.galleryD_Slide .slick-prev:before {
    content: '';
    background: url(../../src/img/slick_gal_prev.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 4.2rem;
    height: 4.2rem;
    display: block;
}
.galleryD_Slide .slick-next {
    right: -2rem;
    width: 4.2rem;
    height: 4.2rem;
    top: 10rem
}
.galleryD_Slide .slick-next:before {
    content: '';
    background: url(../../src/img/slick_gal_next.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 4.2rem;
    height: 4.2rem;
    display: block;
}
.galleryD_Slide img{

}
.galleryD_Slide .slick-list {
  padding-right: 1px;
}
.galleryD_Slide .slick-slide{
  
}

.galleryD_Slide li{
  height: 19rem;
  text-align: center;
}
.galleryD_Slide li img{
  height: 100%;
  display: inline-block;
  width: auto;
  object-fit: none;
}
.galleryD_Slide li div {
    width: 100%;
    height: 19rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.galleryD_Slide li div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.galleryD_Nav .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-right: 1px;
}

.galleryD_Nav .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  width: 100%!important;
  transform: unset!important;
  justify-content: flex-start;
}

.galleryD_Nav .slick-slide {
  display: none;
  float: left;
  height: 100%;
  width: 23.1%!important;
  min-height: 1px;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  cursor: pointer;
}
.galleryD_Nav .slick-slide:nth-child(4n) {
  margin-right: 0;
}
.galleryD_Nav li.slick-current div{
  background: #000;
  display: block;
}
.galleryD_Nav li.slick-current div img{
  opacity: 0.4;
  transition: all 300ms ease;
}
.galleryD_Nav .slick-slide div {
    width: 100%;
    height: 5rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.galleryD_Nav .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.galleryD_relate{
  width: 80%;
  margin: 0 auto 8rem;
}
.galleryD_relate_ttl{
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 3rem;
}
.postBackBtnBox{
  display: flex;
  justify-content: center;
}
.postBackBtn{
  background: #B7943C;
  display: block;
  width: 25rem;
  height: 4.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.6rem;
  position: relative;
}
.postBackBtn:hover{
  background: #fff;
  color: #B7943C;
  opacity: 1;
}
.postBackBtn{
  position: relative;
}
.postBackBtn:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0.4rem;
  right: -3rem;
  height: 1px;
  margin: auto;
  -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;
}
.postBackBtn:before {
  width: 6rem;
  transform: translate(0, 0px);
  content: '';
  background: rgb(255,255,255);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(183,148,60,1) 50%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 50%,rgba(183,148,60,1) 50%);
  background: linear-gradient(to right, rgba(255,255,255,1) 50%,rgba(183,148,60,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7943c',GradientType=1 );
  z-index: 1;
}
}
/*-----------------------------------------------------------

NEWS

-------------------------------------------------------------*/
.newsBox {
  width: 70%;
  margin: 6rem auto 6rem;
}
.newsSelectBox{
  width: 35%;
  margin-bottom: 6rem;
}
.newsSelectBox_ttl{
  font-size: 3rem;
  color: #fff;
  margin-bottom: 1rem;
}
.newsSelectBox select{
  width: 100%;
  background:#fff url(../../src/img/select_arrow.png) 97% center no-repeat;
  background-size: 1.6rem 1rem;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  font-size: 1.4rem;
  line-height: 1;
  height: 4.5rem;
}
.newsSelectBox select.selected{
  color: #aaa;
}
.newsBoxList{
  margin-bottom: 8rem;
}
.newsBoxList_item{
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.newsBoxList_itemLink{
  display: block;
}
.newsBoxList_itemLinkTop{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
}
.newsBoxList_itemLinkTop ul{
  margin-right: 1rem;
}
.newsBoxList_itemLinkTop ul li{
  color: #fff;
  padding: 0.6rem 1rem;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 1.2rem;
}
.newsBoxList_itemLinkTop time{
  color: #fff;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.newsBoxList_itemLinkTtl{
  font-size: 1.7rem;
  color: #fff;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsBox {
  width: 90%;
  margin: 6rem auto 6rem;
}

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsBox {
  width: 85%;
  margin: 6rem auto 6rem;
}
.newsSelectBox{
  width: 100%;
  margin-bottom: 4rem;
}
.newsSelectBox_ttl{
  font-size: 3rem;
  color: #fff;
  margin-bottom: 1rem;
}
.newsSelectBox select{
  width: 100%;
  background:#fff url(../../src/img/select_arrow.png) 97% center no-repeat;
  background-size: 1.6rem 1rem;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  font-size: 1.4rem;
  line-height: 1;
  height: 4.5rem;
}
.newsSelectBox select.selected{
  color: #aaa;
}
.newsBoxList{
  margin-bottom: 8rem;
}
.newsBoxList_item{
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.newsBoxList_itemLink{
  display: block;
}
.newsBoxList_itemLinkTop{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
}
.newsBoxList_itemLinkTop ul{
  margin-right: 1rem;
}
.newsBoxList_itemLinkTop ul li{
  color: #fff;
  padding: 0.6rem 1rem;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 1.2rem;
}
.newsBoxList_itemLinkTop time{
  color: #fff;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.newsBoxList_itemLinkTtl{
  font-size: 1.4rem;
  color: #fff;
}
}
/*-----------------------------------------------------------

NEWS DETAIL

-------------------------------------------------------------*/
.newsBoxD{
  width: 70%;
  margin: 8rem auto 12rem;
}
.newsBoxDTop{
  display: flex;
  align-items: center;
  line-height: 1;

}
.newsBoxDTop ul{
  margin-right: 1rem;
}
.newsBoxDTop ul li{
  color: #fff;
  padding: 0.6rem 1rem;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 1.2rem;
}
.newsBoxDTop time{
  color: #fff;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.newsBoxDTtl{
  font-size: 2rem;
  color: #fff;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
}
.newsBoxD_cont{
  color: #fff;
  margin-bottom: 6rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsBoxD{
  width: 90%;
  margin: 8rem auto 12rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsBoxD{
  width: 85%;
  margin: 6rem auto 8rem;
}
.newsBoxDTop{
  display: flex;
  align-items: center;
  line-height: 1;

}
.newsBoxDTop ul{
  margin-right: 1rem;
}
.newsBoxDTop ul li{
  color: #fff;
  padding: 0.6rem 1rem;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 1.2rem;
}
.newsBoxDTop time{
  color: #fff;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.newsBoxDTtl{
  font-size: 2rem;
  color: #fff;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
}
.newsBoxD_cont{
  color: #fff;
  margin-bottom: 6rem;
}
}
/*-----------------------------------------------------------

CONTACT

-------------------------------------------------------------*/
.mainContentLightGr{
  background: #F3F3F3;
}
.contactBox{
  width: 60%;
  margin: 6rem auto 12rem;
}
.contactBox_txt{
  text-align: center;
  margin-bottom: 2rem;
}
.contactTab{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
.contactTab li{
  width: 48%;
  background: #808080;
  padding: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.contactTab li.selected{
  background: #B7943C;
}
.contactTab li p{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  width: 100%;
  height: 5.5rem;
  font-size: 2rem;
}
.contactBox_intro{
  margin-bottom: 2rem;
}
.contactBox_introTxt01{

}
.contactBox_introTxt02{
  color: #E20000;
}
.formSec{
  width: 100%;
  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: 49%;
}
.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: 1rem;
  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: #516993;
    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;
}
.formSecList_itemBirthYear{
  width: 25%;
  position: relative;
  padding-right: 2rem;
  margin-right: 4rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthYear span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthYear input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #fff;
}
.formSecList_itemBirthYear:after{
  content: "";
  border-right: 1px solid #707070;
  transform: rotate(30deg);
  position: absolute;
  right: -1rem;
  top: 0.4rem;
  height: 4.5rem;
}
.formSecList_itemBirthMonth{
  width: 15%;
  position: relative;
  padding-right: 2rem;
  margin-right: 4rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthMonth span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthMonth:after{
  content: "";
  border-right: 1px solid #707070;
  transform: rotate(30deg);
  position: absolute;
  right: -1rem;
  top: 0.4rem;
  height: 4.5rem;
}
.formSecList_itemBirthDay{
  width: 15%;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthDay span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirth select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 93% center no-repeat;
  background-size: 1rem;
  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: 18rem;
  font-size: 1.4rem;
}
.formSecList_itemCheckText{
  margin-bottom: 6rem;
  margin-top: -1rem;
}
.formSecList_itemCheckText a{
  color: #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
}
.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: #00085D;
  border: 1px solid #00085D;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
}
.formSecList_itemCheck a{
  color: #B7943C;
  font-weight: 500;
}
.sendBtn {
  position: relative;
  width: 31rem;
  margin: 0 auto;
}
.sendBtn:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0.4rem;
  right: -5rem;
  height: 1px;
  margin: auto;
  -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;
}
.sendBtn:before {
  width: 10rem;
  transform: translate(0, 0px);
  content: '';
  background: rgb(255,255,255);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(183,148,60,1) 50%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 50%,rgba(183,148,60,1) 50%);
  background: linear-gradient(to right, rgba(255,255,255,1) 50%,rgba(183,148,60,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7943c',GradientType=1 );
  z-index: 1;
}
.sendBtn .button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #B7943C;
  border: none;
  text-align: center;
  padding: 1.5rem 0;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
}
.sendBtn .button:hover{
  opacity: 0.6;
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
::placeholder {
  color: #CBCBCB;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.contactBox {
  width: 80%;
  margin: 6rem auto 12rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContentLightGr{
  background: #F3F3F3;
}
.contactBox{
  width: 85%;
  margin: 6rem auto 12rem;
}
.contactBox_txt{
  text-align: center;
  margin-bottom: 2rem;
}
.contactTab{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.contactTab li{
  width: 48%;
  background: #808080;
  padding: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.contactTab li.selected{
  background: #B7943C;
}
.contactTab li p{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  width: 100%;
  height: 4rem;
  font-size: 1.4rem;
}
.contactBox_intro{
  margin-bottom: 2rem;
}
.contactBox_introTxt01{

}
.contactBox_introTxt02{
  color: #E20000;
}
.formSec{
  width: 100%;
  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;
  flex-direction: column;
}
.formSecList_itemInput2col div{
  width: 100%;
}
.formSecList_itemInput2col div + div{
  margin-top: 1rem;
}
.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: 1rem;
  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: #516993;
    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;
}
.formSecList_itemBirthYear{
  width: 25%;
  position: relative;
  padding-right: 2rem;
  margin-right: 4rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthYear span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthYear input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #fff;
}
.formSecList_itemBirthYear:after{
  content: "";
  border-right: 1px solid #707070;
  transform: rotate(30deg);
  position: absolute;
  right: -1rem;
  top: 0.4rem;
  height: 4.5rem;
}
.formSecList_itemBirthMonth{
  width: 15%;
  position: relative;
  padding-right: 2rem;
  margin-right: 4rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthMonth span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthMonth:after{
  content: "";
  border-right: 1px solid #707070;
  transform: rotate(30deg);
  position: absolute;
  right: -1rem;
  top: 0.4rem;
  height: 4.5rem;
}
.formSecList_itemBirthDay{
  width: 15%;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthDay span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirth select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 93% center no-repeat;
  background-size: 1rem;
  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: 18rem;
  font-size: 1.4rem;
}
.formSecList_itemCheckText{
  margin-bottom: 6rem;
  margin-top: -1rem;
}
.formSecList_itemCheckText a{
  color: #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
}
.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: #00085D;
  border: 1px solid #00085D;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
}
.formSecList_itemCheck a{
  color: #B7943C;
  font-weight: 500;
}
.sendBtn {
  position: relative;
  width: 25rem;
  margin: 0 auto;
}
.sendBtn:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0.4rem;
  right: -3rem;
  height: 1px;
  margin: auto;
  -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;
}
.sendBtn:before {
  width: 6rem;
  transform: translate(0, 0px);
  content: '';
  background: #B7943C;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(183,148,60,1) 50%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 50%,rgba(183,148,60,1) 50%);
  background: linear-gradient(to right, rgba(255,255,255,1) 50%,rgba(183,148,60,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7943c',GradientType=1 );
  z-index: 1;
}
.sendBtn .button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #B7943C;
  border: none;
  text-align: center;
  padding: 1.5rem 0;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
}
.sendBtn .button:hover{
  opacity: 0.6;
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
::placeholder {
  color: #CBCBCB;
}
}
/*-----------------------------------------------------------

CONTACT CONFIRM

-------------------------------------------------------------*/
.formSecConfirm{

}
.formSecConfirm .contactBox_intro{
  margin-bottom: 4rem;
}
.formSecConfirm .formSecList{
  margin-bottom: 7rem;
}
.formSecConfirm .formSecList_itemTtl{
  border-bottom: 1px solid #707070;
}
.formSecConfirm .formSecList_itemTtl.hissu{
  padding-left: 0;
}
.formSecConfirm .formSecList_itemTtl.hissu:after{
  display: none;
}
.sendBtnWrap{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.formSecConfirm .sendBtn{
  margin: 0rem;
  display: flex;
  justify-content: space-between;
  width: 43%;
}
.formSecConfirm .sendBtnBack input{
  background-color: #808080;
}
.formSecConfirm .sendBtnBack:before {
  background: #808080;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

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

}
.formSecConfirm .contactBox_intro{
  margin-bottom: 4rem;
}
.formSecConfirm .formSecList{
  margin-bottom: 7rem;
}
.formSecConfirm .formSecList_itemTtl{
  border-bottom: 1px solid #707070;
}
.formSecConfirm .formSecList_itemTtl.hissu{
  padding-left: 0;
}
.formSecConfirm .formSecList_itemTtl.hissu:after{
  display: none;
}
.sendBtnWrap{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.formSecConfirm .sendBtn{
  margin: 0rem;
  display: flex;
  justify-content: space-between;
  width: 25rem;
  margin-bottom: 2rem;
}
.formSecConfirm .sendBtnBack input{
  background-color: #808080;
}
.formSecConfirm .sendBtnBack:before {
  background: #808080;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(128 128 128) 50%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 50%,rgba(128 128 128) 50%);
  background: linear-gradient(to right, rgba(255,255,255,1) 50%,rgba(128 128 128) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7943c',GradientType=1 );
  z-index: 1;
}
}
/*-----------------------------------------------------------

THANKS

-------------------------------------------------------------*/
.mainVSubThanks{
  padding-top: 14rem;
}
.thanksBox{
  background: #484848 url(../../src/img/thanks_bg.png) 0 bottom no-repeat;
  background-size: 100% 39rem;
  height: 46rem;
  padding-top: 1rem;
}
.thanksBox_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  line-height: 1;
  margin-bottom: 4rem;
}
.thanksBox_ttl_en{
  font-size: 10rem;
  margin-bottom: 2rem;
}
.thanksBox_ttl_jp{
  font-size: 2.5rem;
}
.thanksBox_txt{
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.thanksBox {
  background: #484848 url(../../src/img/thanks_bg.png) 0 bottom no-repeat;
  background-size: 100% 39rem;
  height: 46rem;
  padding-top: 3rem;
}
.thanksBox_ttl_en {
  font-size: 7rem;
  margin-bottom: 2rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSubThanks{
  padding-top: 11rem;
}
.thanksBox{
  background: #484848 url(../../src/img/sp/thanks_bg@2x.png) 0 bottom no-repeat;
  background-size: 100% 39rem;
  height: 43rem;
  padding-top: 1rem;
}
.thanksBox_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  line-height: 1;
  margin-bottom: 2rem;
}
.thanksBox_ttl_en{
  font-size: 4rem;
  margin-bottom: 2rem;
}
.thanksBox_ttl_jp{
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}
.thanksBox_txt{
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
  line-height: 1.6;
}
}
/*-----------------------------------------------------------

ITEM

-------------------------------------------------------------*/
.itemBox{
  width: 80%;
  margin: 6rem auto 8rem;
}
.itemBox .newsSelectBox{
  margin-bottom: 4rem;
}
.itemBox .newsSelectBox_ttl{
  color: #484848;
}
.itemBox .newsSelectBox select{
  border: 1px solid #fff;
}
.itemBoxList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.itemBoxList::after {
  content: "";
  display: block;
  width: 31%;
}
.itemBoxList_item{
  width: 31%;
  margin-bottom: 5rem;
}
.itemBoxList_itemLink{
  display: block;
}
.itemBoxList_itemLink_img {
  width: 100%;
  height: 23.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.6rem;
}
.itemBoxList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.itemBoxList_itemLink_cat{
  color: #959595;
  font-size: 1.6rem;
  font-weight: 600;
}
.itemBoxList_itemLink_ttl{
  font-size: 1.6rem;
  font-weight: 600;
}
.itemBoxList_itemLink_price{
  font-size: 1.6rem;
  font-weight: 600;
}
.itemBox {

}
.itemBox .wp-pagenavi .first:before{
  border-top: 1px solid #484848;
  border-right: 1px solid #484848;
}
.itemBox .wp-pagenavi .first:after{
  border-top: 1px solid #484848;
  border-right: 1px solid #484848;
}
.itemBox .wp-pagenavi .last:before{
  border-top: 1px solid #484848;
  border-right: 1px solid #484848;
}
.itemBox .wp-pagenavi .last:after{
  border-top: 1px solid #484848;
  border-right: 1px solid #484848;
}
.itemBox .previouspostslink:before{
  border-top: 1px solid #484848;
  border-right: 1px solid #484848;
}
.itemBox .nextpostslink:before{
  border-top: 1px solid #484848;
  border-right: 1px solid #484848;
}
.itemBox .wp-pagenavi .page {
  color: #484848;
}
.itemGuide{
  position: relative;
  z-index: 1;
}
.itemGuide_ttl{
  padding: 2rem 0;
  border-bottom: 1px solid #484848;
}
.itemGuide_ttlIco{
  width: 2.3rem;
  margin: 0 auto 1rem;
}
.itemGuideTtl{
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #484848;
  line-height: 1.6;

}
.itemGuideTtl_en{
  font-size: 3rem;
}
.itemGuideTtl_jp{
  font-size: 1.6rem;
}
.itemGuide_list01{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.itemGuide_item{
  width: 50%;
  padding: 2rem 0;
  border-bottom: 1px solid #484848;
}
.itemGuide_itemLine{
  border-left: 1px solid #484848;
}
.itemGuide_itemTtl{
  color: #484848;
  line-height: 1;
  padding-left: 4rem;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
}
.itemGuide_itemTxt{
  padding: 2rem 4rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 500;
}
.itemGuide_itemTxt a{
  color: #B7943C;
  border-bottom: 1px solid #B7943C;
}
.itemGuide_itemInnerLine{
  border-top: 1px solid #484848;
  padding-top: 2rem;
}

.modal_delivBox{
  padding: 3rem 5rem;
  background: #fff;
}
.modal_delivBox_ttl{
  font-size: 2rem;
  text-align: left;
  margin-bottom: 2rem;
}
.modal_delivBox_img{
  margin-bottom: 1rem;
}
.modal_delivBox_txt{
  text-align: right;
  color: #B7943C;
  font-size: 1.4rem;
}
.modal_delivBox_txt a{
  border-bottom: 1px solid #B7943C;
}
.remodal.remodalGuide{
  width: 70%!important;
}
.remodal-cancel {
  color: #fff;
  top: 1rem!important;
  right: 1rem!important;
  width: 2rem!important;
  height: 2rem!important;
  line-height: 0;
  font-size: 38px;
  font-family: serif;
  background: none!important;
  border: none;
}
.itemFix{
  width: 7.6rem;
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  z-index: 100;
  height: 17rem;
  margin: auto;
}
.itemFix_item{
  margin-bottom: 1rem;
}
.itemFix_item a{
  display: block;
  position: relative;
}
.itemFix_item a span {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  background: #DD0000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 0.2rem;
  right: 0rem;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.itemBox{
  width: 90%;
  margin: 6rem auto 8rem;
}
.itemBoxList_itemLink_img {
  width: 100%;
  height: 16.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.6rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.itemBox{
  width: 85%;
  margin: 6rem auto 8rem;
}
.itemBox .newsSelectBox{
  margin-bottom: 4rem;
}
.itemBox .newsSelectBox_ttl{
  color: #484848;
}
.itemBox .newsSelectBox select{
  border: 1px solid #fff;
}
.itemBoxList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.itemBoxList::after {
  content: "";
  display: block;
  width: 100%;
}
.itemBoxList_item{
  width: 100%;
  margin-bottom: 5rem;
}
.itemBoxList_itemLink{
  display: block;
}
.itemBoxList_itemLink_img {
  width: 100%;
  height: 23.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.6rem;
}
.itemBoxList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.itemBoxList_itemLink_cat{
  color: #959595;
  font-size: 1.6rem;
  font-weight: 600;
}
.itemBoxList_itemLink_ttl{
  font-size: 1.6rem;
  font-weight: 600;
}
.itemBoxList_itemLink_price{
  font-size: 1.6rem;
  font-weight: 600;
}
.itemBox {

}
.itemBox .wp-pagenavi .first:before{
  border-top: 1px solid #484848;
  border-right: 1px solid #484848;
}
.itemBox .wp-pagenavi .first:after{
  border-top: 1px solid #484848;
  border-right: 1px solid #484848;
}
.itemBox .wp-pagenavi .last:before{
  border-top: 1px solid #484848;
  border-right: 1px solid #484848;
}
.itemBox .wp-pagenavi .last:after{
  border-top: 1px solid #484848;
  border-right: 1px solid #484848;
}
.itemBox .previouspostslink:before{
  border-top: 1px solid #484848;
  border-right: 1px solid #484848;
}
.itemBox .nextpostslink:before{
  border-top: 1px solid #484848;
  border-right: 1px solid #484848;
}
.itemBox .wp-pagenavi .page {
  color: #484848;
}
.itemGuide{
  position: relative;
  z-index: 1;
}
.itemGuide_ttl{
  padding: 2rem 0;
  border-bottom: 1px solid #484848;
}
.itemGuide_ttlIco{
  width: 2.3rem;
  margin: 0 auto 1rem;
}
.itemGuideTtl{
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #484848;
  line-height: 1.6;

}
.itemGuideTtl_en{
  font-size: 3rem;
}
.itemGuideTtl_jp{
  font-size: 1.6rem;
}
.itemGuide_list01{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}
.itemGuide_item{
  width: 100%;
  padding: 0rem 0;
  border-bottom: 1px solid #484848;
}
.itemGuide_itemLine{
  border-left: none;
}
.itemGuide_itemTtl{
  color: #484848;
  line-height: 1;
  padding-left: 4rem;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  background: url(../../src/img/sp/guide_ac_on@2x.png) 96% center no-repeat;
  background-size: 1.2rem 1rem;
  padding: 2rem 4rem;
}
.itemGuide_itemTtl.on{
  background: url(../../src/img/sp/guide_ac_off@2x.png) 96% center no-repeat;
  background-size: 1.2rem 1rem;
}
.itemGuide_itemTxt{
  padding: 2rem 4rem 3rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 500;
  display: none;
}
.itemGuide_itemTxt a{
  color: #C9391A;
  border-bottom: 1px solid #C9391A;
}
.itemGuide_itemInnerLine{
  border-top: 1px solid #010E5B;
  padding-top: 0;
}

.modal_delivBox{
  padding: 3rem 2rem;
  background: #fff;
}
.modal_delivBox_ttl{
  font-size: 2rem;
  text-align: left;
  margin-bottom: 1rem;
}
.modal_delivBox_img{
  margin-bottom: 1rem;
}
.modal_delivBox_txt{
  text-align: left;
  color: #C9391A;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.modal_delivBox_txt a{
  border-bottom: 1px solid #C9391A;
}
.remodal.remodalGuide{
  width: 85%!important;
}
.remodal-cancel {
  color: #fff;
  top: 1rem!important;
  right: 1rem!important;
  width: 2rem!important;
  height: 2rem!important;
  line-height: 0;
  font-size: 38px;
  font-family: serif;
  background: none!important;
  border: none;
}
.itemFix{
  width: 7.6rem;
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  z-index: 100;
  height: 17rem;
  margin: auto;
}
.itemFix_item{
  margin-bottom: 1rem;
}
.itemFix_item a{
  display: block;
  position: relative;
}
.itemFix_item a span {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  background: #DD0000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 0.2rem;
  right: 0rem;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0;
}
}
/*-----------------------------------------------------------

ITEM DETAIL

-------------------------------------------------------------*/
.itemDetailBox{
  width: 80%;
  margin: 12rem auto 8rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.itemDetailBoxImg{
  width: 50%;
}
.itemDetailBoxImgSlide{
  margin-bottom: 1.2rem;
}
.itemDetailBoxImgSlide li div {
    width: 100%;
    height: 35rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.itemDetailBoxImgSlide li div  img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}

.itemDetailBoxImgNav .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.itemDetailBoxImgNav .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  width: 100%!important;
  transform: unset!important;
  justify-content: space-between;
}
.itemDetailBoxImgNav .slick-track::after {
    content: "";
    display:block;
    width:24%;
}
.itemDetailBoxImgNav .slick-track::before { 
    content: ""; 
    display:block; 
    width:24%;
    order: 1;
}

.itemDetailBoxImgNav .slick-slide {
  display: none;
  float: left;
  height: 100%;
  width: 24%!important;
  min-height: 1px;
  margin-bottom: 1.2rem;
  cursor: pointer;
}
.itemDetailBoxImgNav li.slick-current div{
  background: #000;
  display: block;
}
.itemDetailBoxImgNav li.slick-current div img{
  opacity: 0.6;
  transition: all 300ms ease;
}
.itemDetailBoxImgNav .slick-slide div {
    width: 100%;
    height: 12rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.itemDetailBoxImgNav .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.itemDetailBoxShop{
  width: 46%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.itemDetailBoxShopTop{

}
.itemDetailBoxShopTopCat{
  display: flex;
  color: #959595;
  flex-wrap: wrap;
}
.itemDetailBoxShopTopCat li{
  margin-right: 2rem;
}
.itemDetailBoxShopTopTtl{
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.itemDetailBoxShopTopIntro{
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
.itemDetailBoxShopTopIntro a{
  color: #66D0E3;
}
.itemDetailBoxShopBtm{
  padding-bottom: 0rem;
}
.itemDetailBoxShopBtmPrice{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  color: #383838;
}
.itemDetailBoxShopBtmPriceNum{
  font-size: 3rem;
}
.itemOptionBox{
  margin-bottom: 2rem;
}
.itemOptionBox dl{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.itemOptionBox dt{
  margin-right: 1rem;
}
.itemOptionBox dd {
  width: 70%;
}
.itemOptionBox dd select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 0rem 1rem;
  padding-right: 4rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #383838;
  font-size: 1.6rem;
  text-align: left;
  height: 5rem;
}
.itemDetailBoxShopBtmCart {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.itemDetailBoxShopBtmInput{
  width: 25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.itemDetailBoxShopBtmInput p{
  margin-right: 1rem;
  white-space: nowrap;
}
.itemDetailBoxShopBtmInput select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 90% center no-repeat;
  background-size: 1rem;
  padding: 0rem 1rem;
  padding-right: 2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #383838;
  font-size: 1.6rem;
  text-align: center;
  height: 5rem;
}
.itemDetailBoxShopBtmbtn{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.itemDetailBoxShopBtmbtn input{
  width: 31rem;
  display: block;
  padding: 1.6rem 0;
  background: #B7943C;
  border: none;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: ease .2s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-appearance: none;
}
.itemDetailBoxShopBtmbtn input:hover{
  opacity: 0.5;
}
.itemDetail_content{
  width: 80%;
  margin: 0 auto 5rem;
  position: relative;
  z-index: 1;
}
.itemDetail_contentTtl{
  font-size: 1.6rem;
  font-weight:600;
  margin-bottom: 1rem;
}
.itemDetail_contentBody{
  margin-bottom: 6rem;
}
.itemDetail_contentBody p{
  margin-bottom: 2rem;
}
.itemDetail_contentBody img{
  margin-bottom: 2rem;
}
.postBackBtnBox--itemD{

}
.postBackBtnBox--itemD .postBackBtn{
  background: #808080;
}
.postBackBtnBox--itemD .postBackBtn:hover{
  background: #fff;
  color: #808080;
  opacity: 1;
}
.postBackBtnBox--itemD .postBackBtn:before {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(128 128 128) 50%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 50%,rgba(128 128 128) 50%);
  background: linear-gradient(to right, rgba(255,255,255,1) 50%,rgba(128 128 128) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7943c',GradientType=1 );
  z-index: 1;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.itemDetailBox{
  width: 90%;
  margin: 12rem auto 8rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.itemDetailBoxImgSlide li div {
  width: 100%;
  height: 30rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.itemDetailBoxImgNav .slick-slide div {
  width: 100%;
  height: 7rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.itemDetailBoxShopBtmInput {
  width: 35%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.itemDetail_content {
  width: 90%;
  margin: 0 auto 5rem;
  position: relative;
  z-index: 1;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.itemDetailBox{
  width: 85%;
  margin: 6rem auto 8rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 1;
  flex-direction: column;
}
.itemDetailBoxImg{
  width: 100%;
  margin-bottom: 4rem;
}
.itemDetailBoxImgSlide{
  margin-bottom: 1.2rem;
}
.itemDetailBoxImgSlide li div {
    width: 100%;
    height: 23rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.itemDetailBoxImgSlide li div  img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}

.itemDetailBoxImgNav .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.itemDetailBoxImgNav .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  width: 100%!important;
  transform: unset!important;
  justify-content: space-between;
}
.itemDetailBoxImgNav .slick-track::after {
    content: "";
    display:block;
    width:24%;
}
.itemDetailBoxImgNav .slick-track::before { 
    content: ""; 
    display:block; 
    width:24%;
    order: 1;
}

.itemDetailBoxImgNav .slick-slide {
  display: none;
  float: left;
  height: 100%;
  width: 24%!important;
  min-height: 1px;
  margin-bottom: 1.2rem;
  cursor: pointer;
}
.itemDetailBoxImgNav li.slick-current div{
  background: #000;
  display: block;
}
.itemDetailBoxImgNav li.slick-current div img{
  opacity: 0.6;
  transition: all 300ms ease;
}
.itemDetailBoxImgNav .slick-slide div {
    width: 100%;
    height: 5rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.itemDetailBoxImgNav .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.itemDetailBoxShop{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.itemDetailBoxShopTop{

}
.itemDetailBoxShopTopCat{
  display: flex;
  color: #959595;
  flex-wrap: wrap;
}
.itemDetailBoxShopTopCat li{
  margin-right: 2rem;
}
.itemDetailBoxShopTopTtl{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.itemDetailBoxShopTopIntro{
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
.itemDetailBoxShopTopIntro a{
  color: #66D0E3;
}
.itemDetailBoxShopBtm{
  padding-bottom: 0rem;
}
.itemDetailBoxShopBtmPrice{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  color: #383838;
}
.itemDetailBoxShopBtmPriceNum{
  font-size: 2.5rem;
}
.itemOptionBox{
  margin-bottom: 2rem;
}
.itemOptionBox dl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.itemOptionBox dt{
  margin-right: 1rem;
}
.itemOptionBox dd {
  width: 70%;
}
.itemOptionBox dd select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 0rem 1rem;
  padding-right: 4rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #383838;
  font-size: 1.6rem;
  text-align: left;
  height: 5rem;
}
.itemDetailBoxShopBtmCart {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.itemDetailBoxShopBtmInput{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
}
.itemDetailBoxShopBtmInput p{
  margin-right: 1rem;
  white-space: nowrap;
  padding-left: 1em;
}
.itemDetailBoxShopBtmInput select {
  width: 30%;
  background: #fff url(../../src/img/select_arrow.png) 90% center no-repeat;
  background-size: 1rem;
  padding: 0rem 1rem;
  padding-right: 2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #383838;
  font-size: 1.6rem;
  text-align: center;
  height: 5rem;
}
.itemDetailBoxShopBtmbtn{
  width: 100%;
  display: flex;
  justify-content: center;
}
.itemDetailBoxShopBtmbtn input{
  width: 31rem;
  display: block;
  padding: 1.6rem 0;
  background: #B7943C;
  border: none;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: ease .2s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
}
.itemDetailBoxShopBtmbtn input:hover{
  opacity: 0.5;
}
.itemDetail_content{
  width: 80%;
  margin: 0 auto 5rem;
  position: relative;
  z-index: 1;
}
.itemDetail_contentTtl{
  font-size: 1.6rem;
  font-weight:600;
  margin-bottom: 1rem;
}
.itemDetail_contentBody{
  margin-bottom: 6rem;
}
.itemDetail_contentBody p{
  margin-bottom: 2rem;
}
.itemDetail_contentBody img{
  margin-bottom: 2rem;
}
.postBackBtnBox--itemD{

}
.postBackBtnBox--itemD .postBackBtn{
  background: #808080;
}
.postBackBtnBox--itemD .postBackBtn:hover{
  background: #fff;
  color: #808080;
  opacity: 1;
}
.postBackBtnBox--itemD .postBackBtn:before {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(128 128 128) 50%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 50%,rgba(128 128 128) 50%);
  background: linear-gradient(to right, rgba(255,255,255,1) 50%,rgba(128 128 128) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7943c',GradientType=1 );
  z-index: 1;
}
}
/*-----------------------------------------------------------

CART

-------------------------------------------------------------*/
.mainContentEc .mainVSub{
  background: #F3F3F3;
  padding-top: 7rem;
}
.mainContentEc .punkuz li{
  color: #484848;
}
.cartBox{
  margin-top: 6rem;
  position: relative;
  z-index: 1;
}
.cartBoxInner{
  width: 80%;
  margin: 0 auto 8rem;
}
.wc_ttl{
  font-size: 2.5rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #383838;
  font-weight: 600;
}
.wc_currentlist{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 2rem;
  width: 100%;
  overflow: hidden;
  border-right: 1px solid #383838;
}
.wc_currentlist li{
  background: url(../../src/img/wc_current.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin-right: -2rem;
  padding: 2.5rem 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: stretch;
  line-height: 1;
  z-index: 1;
  font-size: 1.6rem;
}
.wc_currentlist li.on{
  background: url(../../src/img/wc_current_on.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.wc_currentlist li span{
  color: #212121;
}
.wc_currentlist li.on span{
  color: #fff;
}
.cartChange{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom:2rem;
}
.cartChange_txt{
  margin-right: 1rem;
}
.cartChange_btn {
  position: relative;
  width: 10rem;
}
.cartChange_btn input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #808080;
  border: none;
  text-align: center;
  padding: 0.6rem 0;
  color: #fff;
  position: relative;
  border-radius: 50px;
  font-size: 1.4rem;
}
.cartChange_btn:hover {
    opacity: 0.6;
}
.cartTable{
  width: 100%;
  margin-bottom: 2rem;
  background: #fff;
}
.cartTable td{
  border: 1px solid #383838;
  vertical-align: middle;
}
.tdpt_01{
  background: #CECECE;
  padding: 1rem;
  text-align: center;
}
.td01_01{
  width: 5%;
}
.td01_02{
  width: 15%;
}
.td01_03{
  width: 27%;
}
.td01_04{
  width: 10%;
}
.td01_05{
  width: 8%;
}
.td01_06{
  width: 10%;
}
.td01_07{
  width: 10%;
}
.td01_08{
  width: 8%;
}
.tdpt_02{
  text-align: center;
  padding: 1rem;
}
.num{
  text-align: center;
}
.thumbnail{
  padding: 1.6rem;
}
.thumbnail a {
  width: 100%;
  height: 9.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.thumbnail a img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.productname{
  text-align: left;
  font-weight: 600;
}
.unitprice{
  text-align: center;
  white-space: nowrap;
}
.quantity input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  font-size: 1.4rem;
}
.subtotal{
  text-align: center;
}
.stock{
  text-align: center;
}
.action input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #808080;
  border: none;
  text-align: center;
  padding: 0.6rem 0;
  color: #fff;
  position: relative;
  border-radius: 50px;
  font-size: 1.4rem;
}
.action:hover {
    opacity: 0.6;
}
.td03_01{
  background: #CECECE;
  padding: 1rem;
  text-align: center;
  text-align: right;
}
.wc_btnListBox{
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.wc_btnList{
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.wc_btnList_item01{
  width:28rem;
  margin-bottom: 2rem;
}
.wc_btnList_item01 input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #B7943C;
  border: 1px solid #B7943C;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
}
.wc_btnList_item01:hover {
    opacity: 0.6;
}
.wc_btnList_item02{
  width:28rem;
}
.wc_btnList_item02 input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #808080;
  border: 1px solid #808080;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
}
.wc_btnList_item02:hover {
    opacity: 0.6;
}
.wc_btnList li{
  margin: 0 3rem;
}
.wc_btnListBoxCenter{
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.cartBoxInner {
  width: 95%;
  margin: 0 auto 8rem;
}
.unitprice {
  text-align: center;
  white-space: nowrap;
}
.cartTable td {
  border: 1px solid #383838;
  vertical-align: middle;
  white-space: nowrap;
}
.thumbnail {
  padding: 0.6rem;
}
.thumbnail a {
  width: 100%;
  height: 5.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContentEc{
  padding-top: 6rem;
}
.mainContentEc .punkuz{
  top: 1rem;
}
.cartBox{
  margin-top: 0rem;
}
.cartBoxInner{
  width: 90%;
  margin: 0 auto 4rem;
}
.wc_ttl{
  font-size: 1.8rem;
  padding-bottom: 1rem;
  margin-bottom: 0rem;
  border-bottom: none;
  border-bottom: 1px solid #383838;
  margin-bottom: 2rem;
}
.wc_currentlist{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 2rem;
  width: 100%;
  overflow: hidden;
  border-right: 1px solid #383838;
}
.wc_currentlist li {
  background: url(../../src/img/sp/wc_current@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin-right: -1rem;
  padding: 1rem 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  
}
.wc_currentlist li.on{
  background: url(../../src/img/sp/wc_current_on@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.wc_currentlist li span{
  color: #212121;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 400;
}
.wc_currentlist li.on span{
  color: #fff;
}
.cartChange{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:2rem;
  width: 100%;
  margin: 0 auto 2rem;

}
.cartChange_txt{
  margin-right: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.cartChange_btn {
  position: relative;
  width: 10rem;
}
.cartChange_btn input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #808080;
  border: none;
  text-align: center;
  padding: 0.6rem 0;
  color: #fff;
  position: relative;
  font-weight: 400;
  font-size: 1.4rem;
}
.cartChange_btn:hover {
    opacity: 0.6;
}
.cartTable{
  width: 100%;
  margin: 0 auto;
}
.cartTable tr{
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #707070;
  clear: both;
  border-right: 1px solid #707070;
  position: relative;
  justify-content: stretch;
  flex-wrap: wrap;
}
.cartTable td {
  border: 1px solid #383838;
  vertical-align: middle;
  font-weight: 400;
}
.cartTable tr td{
 float: left;
 border: none;
}
.tdpt_01{
  background: #F2F2F2;
  padding: 1rem;
  text-align: center;
  display: none;
}
.tdpt_01.td03_02{
  display: block;
}
.cartTable .num {
  display: none;
}
.cartTable .thumbnail {
  width: 30%;
  height: 100%;
  padding: 1rem;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  vertical-align: middle;
  display: flex;
  align-items: center;
  position: absolute;
}
.cartTable .thumbnail a {
  width: 100%;
  height: 9.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.cartTable .thumbnail a img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.cartTable .productname{
  text-align: left;
  font-weight: 600;
  width: 100%;
  padding: 1rem;
  padding-left: 13rem;
}
.cartTable .unitprice{
  text-align: left;
  width: 100%;
  font-size: 1.4rem;
  padding: 0 1rem;
  padding-left: 13rem;
}
.cartTable .unitprice:before{
   content: "単価:";
   margin-right: 0.4rem;
}
.cartTable .quantity {
  width: 100%;
  font-size: 1.4rem;
  padding: 1rem;
  padding-left: 13rem;
}
.cartTable .quantity:before{
   content: "数量:";
   margin-right: 0.4rem;
}
.cartTable .quantity input{
  background: #fff;
  padding: 0.4rem 1rem;
  width: 30%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
}
.cartTable .subtotal{
  text-align: left;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 13rem;
}
.cartTable .subtotal:before{
   content: "金額(税込):";
   margin-right: 0.4rem;
   font-weight: 400;
}
.cartTable .stock{
  text-align: left;
  width: 100%;
  font-size: 1.4rem;
  padding-left: 13rem;
}
.cartTable .stock:before{
   content: "在庫状態:";
   margin-right: 0.4rem;
}
.cartTable .action{
  width: 100%;
  padding-left: 13rem;
  padding-bottom: 1rem;
}
.cartTable .action input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 22%;
  display: block;
  background: #808080;
  border: none;
  text-align: center;
  padding: 0.5rem 0;
  color: #fff;
  position: absolute;
  font-size: 1.4rem;
  bottom: 8.3rem;
  right: 1rem;
  font-weight: 400;
}
.cartTable .action:hover {
    opacity: 0.6;
}
.cartTable tr.wc_cart_btm{
  display: flex;
  flex-direction: row;
}
.cartTable .td03_01{
  width: 70%;
  text-align: right;
  border-left: 1px solid #707070;
  background: #fff;
}
.cartTable .td03_02{
  width: 30%;
  background: #fff;
}
.cartTable tr.wc_cart_btm {
  display: flex;
  flex-direction: row;
}

.wc_btnListBox{
  display: flex;
  justify-content: center;
  margin-top: 3rem;

}
.wc_btnList{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.wc_btnList_item01{
  width:31rem;
  margin-bottom: 2rem;
}
.wc_btnList_item01 input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #B7943C;
  background-size: 1.3rem;
  border: 1px solid #B7943C;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
}
.wc_btnList_item01:hover {
    opacity: 0.6;
}
.wc_btnList_item02{
  width:31rem;
  margin-bottom: 2rem;
}
.wc_btnList_item02 input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #808080;
  border: 1px solid #808080;
  background-size: 1.3rem;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
}
.wc_btnList_item02:hover {
    opacity: 0.6;
}
.wc_btnList li{
  margin: 0 0 2rem;
}
.wc_btnListBoxCenter{
  justify-content: center;
  margin-top: 4rem;
}
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

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

CART CUSTOMER

-------------------------------------------------------------*/
.cartCustomoer{
  width: 60%;
  margin: 0 auto;
}
#customer-info h5 {
  font-size: 2rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 2rem;
}
.cartCustomoerTop tr{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1rem!important;
}
.cartCustomoerTop tr th{
  display: block;
  background: none!important;
  width: 100%!important;
  text-align: left;
  padding: 1rem 0!important;
  margin: 1rem 0;
  padding: 0!important;
  font-weight: 600!important;
}
.cartCustomoerTop tr td{
  display: block;
  width: 100%!important;
  padding: 0!important;
}
.cartCustomoerTop tr td input {
  background: #fff;
  padding: 1rem;
  width: 100%!important;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
  font-size: 1.4rem;
}
.cartCustomoerTop th {
  border: none!important;
  font-weight: 600;
}
.cartCustomoerTop td {
  border: none!important;
}
.cartCustomoerTop .wc_btnList_item01 input{
  font-weight: 600;
}
.forgetPw{
  text-align: center;
  margin: 2rem 0 4rem;
}
.customer_form{
  width: 100%;
}
.customer_formNote{
  color: #B80610;
  margin: 2rem 0;
}
.cartCustomoerBtm tr{
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem!important;
  flex-wrap: wrap;
}
.cartCustomoerBtm tr th {
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  padding: 0;
  background: none;
  border: none;
  letter-spacing: 0;
  font-weight: 600;
}
.cartCustomoerBtm tr th em.hissu {
  color: #fff;
  font-size: 1.4rem;
  background: #B80610;
  line-height: 1;
  padding: 0.2rem 1rem;
  height: 1.3rem;
  margin-right: 1rem;
  font-style: normal;
  font-weight: 400!important;
  border-radius: 6px;
}
.cartCustomoerBtm tr td{
  width: 100%;
  border: none!important;
  margin: 0!important;
  padding: 0;
}
.cartCustomoerBtm tr td input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
  margin: 0!important;
  font-size: 1.4rem;
}
.cartCustomoerBtm #zipcode_row td{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cartCustomoerBtm #zipcode_row td input{
  width: 48%;
}
.cartCustomoerBtm  tr#zipcode_row td input#search_zipcode {
  background: #B7943C;
  padding: 1rem;
  width: 48%;
  -webkit-appearance: none;
  color: #fff;
  border: 1px solid #B7943C;
  margin: 0;
  cursor: pointer;
  font-weight: 600;
}
.cartCustomoerBtm tr td select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 97% center no-repeat;
  background-size: 1rem;
  padding: 1rem 1rem;
  border: 1px solid #fff;
  -webkit-appearance: none;
  color: #212121;
  font-size: 1.4rem;
}
.cartCustomoerBtm .member_name{
  display: none;
}
.cartCustomoerBtm .member_furigana{
  display: none;
}
.cartCustomoerBtm #name_row{
  display: flex;
  justify-content: space-between;
}
.cartCustomoerBtm #name_row .name_td{
  width: 48%;
}
.cartCustomoerBtm #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
}

.cartCustomoerBtm #furikana_row{
  display: flex;
  justify-content: space-between;
}
.cartCustomoerBtm #furikana_row td{
  width: 48%;
}
.cartCustomoerBtm #furikana_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
}
.cartCustomoerBtm .customer_form input#loginmail,.cartCustomoerBtm .customer_form input#mailaddress1,.cartCustomoerBtm .customer_form input#mailaddress2 {
  width: 100%!important;
}
.agree_member_area {
  width: 100%!important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.at_check_area a{
  border-bottom: 1px solid #707070;
}
.at_cont_text{
  display: none;
}
.at_check_note{
  font-size: 1.6rem;
  width: 55%;
  margin: 0 auto 3rem;
}
.at_check_area{
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
/*.at_check_area a{
  color: #C9391A;
  border-bottom: 1px solid #C9391A;
  margin-left: 0.6rem;
}*/
.at_check_area label{
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  justify-content: flex-start;
}
.at_check_area a{
  border-bottom: 1px solid #B7943C;
  color: #B7943C;
}
.at_check_area 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;
}
.at_check_area 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;
}
.wc_btnListBoxcartCS{
  width: 100%;
}
.wc_btnListBoxcartCS .wc_btnList{
  width: 100%;
  justify-content: space-between;
}
.wc_btnListBoxcartCS .wc_btnList .wc_btnList_item01 {
  width: 40%;
  margin: 0;
  font-weight: 600;
}
.wc_btnListBoxcartCS .wc_btnList .wc_btnList_item02 {
  width: 15%;
  margin: 0;
}
.wc_btnListBoxcartCS .wc_btnList_item01 input {
  background: #B7943C;
  font-weight: 600;
  padding-right: 1rem;
}
.wc_btnListBoxcartCS .wc_btnList_item02 input.back_cart_button{
  background: #808080;
  font-weight: 600;
}
.forgetPw.forgetPwCustomer{
  justify-content: center;
  color: #B7943C;
}
.cartCSpw .hissu,.cartCSpw02 .hissu{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.cartCustomoer {
  width: 80%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.cartCustomoer{
  width: 100%;
  margin: 0 auto;
}
#customer-info h5 {
  font-size: 1.8rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 1rem;
}
.cartCustomoerTop tr{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 0rem!important;
}
.cartCustomoerTop tr th{
  display: block;
  background: none!important;
  width: 100%!important;
  text-align: left;
  padding: 1rem 0!important;
  margin: 1rem 0;
  padding: 0!important;
  font-weight: 600!important;
  font-size: 1.5rem;
}
.cartCustomoerTop tr td{
  display: block;
  width: 100%!important;
  padding: 0!important;
}
.cartCustomoerTop tr td input {
  background: #fff;
  padding: 1rem;
  width: 100%!important;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
  font-size: 1.4rem;
}
.cartCustomoerTop th {
  border: none!important;
  font-weight: 600;
}
.cartCustomoerTop td {
  border: none!important;
}
.cartCustomoerTop .wc_btnList_item01 input{
  font-weight: 600;
}
.wc_btnListBoxCFT{
  margin: 2rem auto -2rem;
}
.forgetPw{
  text-align: center;
  margin: 2rem 0 4rem;
}
.customer_form{
  width: 90%;
  margin: 0 auto;
}
.customer_formNote{
  color: #B80610;
  margin: 2rem 0;
}
.cartCustomoerBtm tr{
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem!important;
  flex-wrap: wrap;
}
.cartCustomoerBtm tr th {
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  padding: 0;
  background: none;
  border: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.5rem;
}
.cartCustomoerBtm tr th em.hissu {
  color: #fff;
  font-size: 1.2rem;
  background: #B80610;
  line-height: 1;
  padding: 0.2rem 0.6rem;
  height: 1.3rem;
  margin-right: 1rem;
  font-style: normal;
  font-weight: 400!important;
  border-radius: 6px;
}
.cartCustomoerBtm tr td{
  width: 100%;
  border: none!important;
  margin: 0!important;
  padding: 0;
}
.cartCustomoerBtm tr td input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
  margin: 0!important;
  font-size: 1.4rem;
}
.cartCustomoerBtm #zipcode_row td{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cartCustomoerBtm #zipcode_row td input{
  width: 48%;
}
.cartCustomoerBtm  tr#zipcode_row td input#search_zipcode {
  background: #B7943C;
  padding: 1rem;
  width: 48%;
  -webkit-appearance: none;
  color: #fff;
  border: 1px solid #B7943C;
  margin: 0;
  cursor: pointer;
  font-weight: 600;
}
.cartCustomoerBtm tr td select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 97% center no-repeat;
  background-size: 1rem;
  padding: 1rem 1rem;
  border: 1px solid #fff;
  -webkit-appearance: none;
  color: #212121;
  font-size: 1.4rem;
}
.cartCustomoerBtm .member_name{
  display: none;
}
.cartCustomoerBtm .member_furigana{
  display: none;
}
.cartCustomoerBtm #name_row{
  display: flex;
  justify-content: space-between;
}
.cartCustomoerBtm #name_row .name_td{
  width: 100%;
}
.cartCustomoerBtm #name_row .name_td + .name_td{
  margin-top: 2rem!important;
}
.cartCustomoerBtm #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
}

.cartCustomoerBtm #furikana_row{
  display: flex;
  justify-content: space-between;
}
.cartCustomoerBtm #furikana_row td{
  width: 100%;
  margin-top: 2rem;
}
.cartCustomoerBtm #furikana_row td + td{
  margin-top: 2rem!important;
}
.cartCustomoerBtm #furikana_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
}
.cartCustomoerBtm .customer_form input#loginmail,.cartCustomoerBtm .customer_form input#mailaddress1,.cartCustomoerBtm .customer_form input#mailaddress2 {
  width: 100%!important;
}
.agree_member_area {
  width: 100%!important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.at_check_area a{
  border-bottom: 1px solid #707070;
}
.at_cont_text{
  display: none;
}
.at_check_note{
  font-size: 1.6rem;
  width: 55%;
  margin: 0 auto 3rem;
}
.at_check_area{
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
/*.at_check_area a{
  color: #C9391A;
  border-bottom: 1px solid #C9391A;
  margin-left: 0.6rem;
}*/
.at_check_area label{
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  justify-content: flex-start;
}
.at_check_area a{
  border-bottom: 1px solid #B7943C;
  color: #B7943C;
}
.at_check_area 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;
}
.at_check_area 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;
}
.wc_btnListBoxcartCS{
  width: 100%;
}
.wc_btnListBoxcartCS .wc_btnList{
  width: 100%;
  justify-content: space-between;
}
.wc_btnListBoxcartCS .wc_btnList .wc_btnList_item01 {
  width: 100%;
  margin: 0 0 2rem;
  font-weight: 600;
}
.wc_btnListBoxcartCS .wc_btnList .wc_btnList_item02 {
  width: 100%;
  margin: 0;
}
.wc_btnListBoxcartCS .wc_btnList_item01 input {
  background: #B7943C;
  font-weight: 600;
  padding-right: 1rem;
}
.wc_btnListBoxcartCS .wc_btnList_item02 input.back_cart_button{
  background: #808080;
  font-weight: 600;
}
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

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

WELCART

-------------------------------------------------------------*/
.wcCmnBox{
  width: 80%;
  margin: 5rem auto 6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.wcCmnBox{
  width: 90%;
  margin: 0 auto 6rem;
  position: relative;
  z-index: 1;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.wcCmnBox{
  width: 85%;
  margin: 0 auto 6rem;
  position: relative;
  z-index: 1;
}
}
/*-----------------------------------------------------------

LOGIN

-------------------------------------------------------------*/
.loginWrap{
  
}
.loginInner{
  width: 80%;
  margin: 8rem auto;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0rem 0;
}
.loginInnerBox{
  width: 46%;
  padding: 6rem 0 6rem;
  background: #fff;
  display: flex;
  align-items: center;
}
.loginInnerBox form{
  width: 100%;
}
.loginInnerBoxLine{
  
}
.loginInnerBoxIn{
  width: 75%;
  margin: 0 auto;
}
.loginInnerBox_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  color: #484848;
  line-height: 1;
  font-size: 2rem;
}
.loginInnerBox_cont{

}
.loginInnerBox_contTxt{
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.loginInnerBox_contList{
  margin-bottom: 1rem;
}
.loginInnerBox_contList li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  flex-direction: column;
}
.loginInnerBox_contList li p{
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.loginInnerBox_contList li div{
  width: 100%;
}
.loginInnerBox_contList li div input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  font-size: 1.4rem;
}
.loginInnerBox_contCheck{
  margin-bottom: 2rem;
}
.loginInnerBox_contCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.loginInnerBox_contCheck 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;
}
.loginInnerBox_contCheck 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;
}
.loginInnerBox_contBtn{
  width: 31rem;
  position: relative;
  margin: 0 auto;
}
.loginInnerBox_contBtn input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #B7943C;
  border: 1px solid #B7943C;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  font-size: 1.7rem;
  position: relative;
  letter-spacing: 0.15em;
}
.loginInnerBox_contBtn:hover {
    opacity: 0.6;
}
.loginForget{
  text-align: center;
  color: #B80711;
  margin-top: 3rem;
}
.forgetPw{
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
.loginInnerLostPw .loginInnerBox{
  width: 100%;
}
.sendBtnLostPw{
  width: 30rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.loginInner{
  width: 95%;
  margin: 8rem auto;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0rem 0;
}
.loginInnerBox {
  width: 49%;
  padding: 6rem 0 6rem;
  background: #fff;
  display: flex;
  align-items: center;
}
.loginInnerBoxIn {
  width: 88%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.loginWrap{
  
}
.loginInner{
  width: 95%;
  margin: 8rem auto;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0rem 0;
  flex-direction: column;
}
.loginInnerBox{
  width: 100%;
  padding: 6rem 0 6rem;
  background: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
.loginInnerBoxLine{
  
}
.loginInnerBoxIn{
  width: 88%;
  margin: 0 auto;
}
.loginInnerBox_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  color: #484848;
  line-height: 1;
  font-size: 1.8rem;
}
.loginInnerBox_cont{

}
.loginInnerBox_contTxt{
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.loginInnerBox_contList{
  margin-bottom: 1rem;
}
.loginInnerBox_contList li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  flex-direction: column;
}
.loginInnerBox_contList li p{
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.loginInnerBox_contList li div{
  width: 100%;
}
.loginInnerBox_contList li div input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.loginInnerBox_contCheck{
  margin-bottom: 2rem;
}
.loginInnerBox_contCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.loginInnerBox_contCheck 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;
}
.loginInnerBox_contCheck 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;
}
.loginInnerBox_contBtn{
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.loginInnerBox_contBtn input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #B7943C;
  border: 1px solid #B7943C;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  font-size: 1.7rem;
  position: relative;
  letter-spacing: 0.15em;
}
.loginInnerBox_contBtn:hover {
    opacity: 0.6;
}
.loginForget{
  text-align: center;
  color: #B80711;
  margin-top: 3rem;
}
.forgetPw{
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
.loginInnerLostPw .loginInnerBox{
  width: 100%;
}
.sendBtnLostPw{
  width: 30rem;
}
}
/*-----------------------------------------------------------

SIGNUP

-------------------------------------------------------------*/
.formSecSignup{
  width: 50%;
  margin: 8rem auto 8rem;
}
.formSecSignup_note01{

}
.formSecSignup_note02{
  color: #B80610;
}
.newMemberForm{
  width: 100%;
}
.newMemberForm tr{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.newMemberForm tr th{
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 600;
  padding: 0;
}
.newMemberForm tr th em.hissu {
  color: #fff;
  font-size: 1.2rem;
  background: #B80610;
  border-radius: 6px;
  line-height: 1;
  padding: 0.2rem 0.6rem;
  height: 1.3rem;
  margin-right: 1rem;
  font-style: normal;
}
.newMemberForm tr td{
  width: 100%;
  padding: 0;
}
.newMemberForm tr td input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
  font-size: 1.4rem;
}
.newMemberForm tr td select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 95% center no-repeat;
  background-size: 1rem;
  padding: 1rem 2rem;
  border: 1px solid #fff;
  -webkit-appearance: none;
  color: #212121;
  font-size: 1.4rem;
}
.newMemberForm .member_name{
  display: none;
}
.newMemberForm .member_furigana{
  display: none;
}
.newMemberForm #name_row{
  display: flex;
  justify-content: space-between;
}
.newMemberForm #name_row .name_td{
  width: 49%;
}
.newMemberForm #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
}

.newMemberForm #furikana_row{
  display: flex;
  justify-content: space-between;
}
.newMemberForm #furikana_row td{
  width: 49%;
}
.newMemberForm #furikana_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
}
.newMemberFormSend {
  position: relative;
  width: 31rem;
  margin: 5rem auto;
}
.newMemberFormSend input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #B7943C;
  font-weight: 600;
  border: none;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
}
.newMemberForm #zipcode_row td{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newMemberForm #zipcode_row td input{
  width: 48%;
}
.newMemberForm  tr#zipcode_row td input#search_zipcode {
  background: #B7943C;
  padding: 1rem;
  width: 48%;
  -webkit-appearance: none;
  color: #fff;
  border: 1px solid #B7943C;
  margin: 0;
  cursor: pointer;
  font-size: 1.6rem;
}
.error_message{
  font-size: 1.2rem;
  color: #B80610;
  margin-bottom: 2rem;
  text-align: center;
}
.mainContentNewMember .agree_member_area{
  margin-top: 0;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.formSecSignup{
  width: 80%;
  margin: 8rem auto 8rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.formSecSignup{
  width: 85%;
  margin: 8rem auto 8rem;
}
.formSecSignup_note01{

}
.formSecSignup_note02{
  color: #B80610;
}
.newMemberForm{
  width: 100%;
}
.newMemberForm tr{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.newMemberForm tr th{
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 600;
  padding: 0;
}
.newMemberForm tr th em.hissu {
  color: #fff;
  font-size: 1.2rem;
  background: #B80610;
  border-radius: 6px;
  line-height: 1;
  padding: 0.2rem 0.6rem;
  height: 1.3rem;
  margin-right: 1rem;
  font-style: normal;
}
.newMemberForm tr td{
  width: 100%;
}
.newMemberForm tr td input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
}
.newMemberForm tr td select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 95% center no-repeat;
  background-size: 1rem;
  padding: 1rem 2rem;
  border: 1px solid #fff;
  -webkit-appearance: none;
  color: #212121;
}
.newMemberForm .member_name{
  display: none;
}
.newMemberForm .member_furigana{
  display: none;
}
.newMemberForm #name_row{
  display: flex;
  justify-content: space-between;
}
.newMemberForm #name_row .name_td{
  width: 100%;
}
.newMemberForm #name_row .name_td + .name_td{
  margin-top: 1rem;
}
.newMemberForm #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
}

.newMemberForm #furikana_row{
  display: flex;
  justify-content: space-between;
}
.newMemberForm #furikana_row td{
  width: 100%;
}
.newMemberForm #furikana_row td + td{
  margin-top: 1rem;
}
.newMemberForm #furikana_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
}
.newMemberFormSend {
  position: relative;
  width: 31rem;
  margin: 5rem auto;
}
.newMemberFormSend input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #B7943C;
  font-weight: 600;
  border: none;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
}
.newMemberForm #zipcode_row td{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newMemberForm #zipcode_row td input{
  width: 48%;
}
.newMemberForm  tr#zipcode_row td input#search_zipcode {
  background: #B7943C;
  padding: 1rem;
  width: 48%;
  -webkit-appearance: none;
  color: #fff;
  border: 1px solid #B7943C;
  margin: 0;
  cursor: pointer;
}
.error_message{
  font-size: 1.2rem;
  color: #B80610;
  margin-bottom: 2rem;
  text-align: center;
}
.mainContentNewMember .at_check_area{
  width: 100%;
}

}
/*-----------------------------------------------------------

MEMBER PAGE

-------------------------------------------------------------*/
#memberinfo .customer_form th {
  display: table-cell;
  width: 30%;
  padding: 2rem!important;
  background-color: #efefef;
  border: 1px solid #ccc;
  vertical-align: middle;
}
#memberinfo .customer_form td {
  display: table-cell;
  padding: 2rem!important;
}
#memberinfo .customer_form td input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  margin: 0;
}
#memberinfo .customer_form td select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 1rem 1rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
}
.member_name{
  display: none;
}
.member_furigana{
  display: none;
}
.history-area table .thumbnail{
  width: 15%;
}
#memberinfo .customer_form #zipcode_row td #search_zipcode{
  background: #F4F4F4;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #000000;
  border: 1px solid #000;
  margin: 0;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 2rem;
}
#memberinfo .member_submenu{
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
#memberinfo .member_submenu li{
  margin: 0 0.5rem;
  
}
#memberinfo select{
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 95% center no-repeat;
  background-size: 1rem;
  padding: 1rem 1rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
}
.usce_period{
  display: flex;
  align-items: center;
  width: 20%;
  white-space: nowrap;
}
#memberinfo .history-area table .rightnum {
  text-align: right;
  white-space: nowrap;
}
#wc_member .wc_btnList{
  width: 100%;
}
#wc_member .wc_btnList li{
  width: 33%;
  margin: 0 1rem;
}
.wcCmnBoxMember .member_submenu a{
  background: #dbdbdb;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
#memberinfo #history_head {
  font-size: 1.2rem!important;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.member_submenu a{
  font-size: 1.2rem;
}
#memberinfo .customer_form tr{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
#memberinfo .customer_form tr th{
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 400;
  padding: 0;
}
.customer_form tr {
  display: block;
  margin-bottom: 1rem;
  padding: 0 0!important;
  border-bottom: 2px solid #efefef;
}
#memberinfo .customer_form th {
  display: table-cell;
  width: 30%;
  padding: 0rem!important;
  background-color: #efefef;
  border: 1px solid #ccc;
  vertical-align: middle;
}
#memberinfo .customer_form td {
  display: table-cell;
  padding: 1rem 0rem!important;
  width: 100%;
}
#memberinfo .customer_form td input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  margin: 0;
}
#memberinfo .customer_form td select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 96% center no-repeat;
  background-size: 1rem;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
}
.member_name{
  display: none;
}
.member_furigana{
  display: none;
}
#memberinfo #name_row{
  display: flex;
  justify-content: space-between;
}
#memberinfo #name_row .name_td{
  width: 49%;
}
#memberinfo #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

#memberinfo #furikana_row{
  display: flex;
  justify-content: space-between;
}
#memberinfo #furikana_row td{
  width: 49%;
}

.history-area{
  overflow-x: scroll;
}
.history-area table{
  width: 200%!important;
  white-space: nowrap;
}
.history-area table .thumbnail{
  width: 20%;
}
.usce_period {
  display: flex;
  align-items: center;
  width: 46%;
  white-space: nowrap;
}
#wc_member .wc_btnList{
  width: 100%;
}
#wc_member .wc_btnList li{
  width: 100%;
  margin: 0 0 2rem;
}
}
/*-----------------------------------------------------------

POLICY

-------------------------------------------------------------*/
.policyBox{
  width: 70%;
  margin: 10rem auto 12rem;
}
.ggLink{
  color: #B7943C;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.policyBox{
  width: 90%;
  margin: 10rem auto 12rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.policyBox{
  width: 85%;
  margin: 6rem auto 6rem;
}
.ggLink{
  color: #B7943C;
}
.policyBox .spaceNone{
  display: none!important;
}
}
/*-----------------------------------------------------------

NOTATION

-------------------------------------------------------------*/
.notationBox{
  width: 70%;
  margin: 10rem auto 12rem;
  position: relative;
  z-index: 1;
}
.notationBoxList{

}
.notationBoxList_item{
  margin-bottom: 4rem;
}
.notationBoxList_item h3{
  border-bottom: 1px solid #707070;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.notationBox{
  width: 90%;
  margin: 10rem auto 12rem;
  position: relative;
  z-index: 1;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.notationBox{
  width: 85%;
  margin: 6rem auto 6rem;
  position: relative;
  z-index: 1;
}
.notationBoxList{

}
.notationBoxList_item{
  margin-bottom: 4rem;
}
.notationBoxList_item h3{
  border-bottom: 1px solid #707070;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
}
/*-----------------------------------------------------------

SITEMAP

-------------------------------------------------------------*/
.sitemapBox{
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 10rem auto 8rem;
  position: relative;
  z-index: 1;
}
.sitemapBoxList01{
  border-left: 1px solid #B7943C;
  padding-left: 1rem;
}
.sitemapBoxList01 li{
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.sitemapBoxList01 li:last-child{
  margin-bottom: 0;
}
.sitemapBoxList02{
  border-left: 1px solid #B7943C;
  padding-left: 1rem;
}
.sitemapBoxList02 li{
  font-size: 1.4rem;
  margin-bottom: 1.9rem;
  font-weight: 500;
}
.sitemapBoxList02 li:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.sitemapBox{
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 10rem auto 8rem;
  position: relative;
  z-index: 1;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.sitemapBox{
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 6rem auto 6rem;
  position: relative;
  z-index: 1;
  flex-direction: column;
}
.sitemapBoxList01{
  border-left: 1px solid #B7943C;
  padding-left: 1rem;
  margin-bottom: 5rem;
}
.sitemapBoxList01 li{
  font-size: 1.4rem;
  margin-bottom: 1.9rem;
  font-weight: 500;
}
.sitemapBoxList01 li:last-child{
  margin-bottom: 0;
}
.sitemapBoxList02{
  border-left: 1px solid #B7943C;
  padding-left: 1rem;
  margin-bottom: 5rem;
}
.sitemapBoxList02 li{
  font-size: 1.4rem;
  margin-bottom: 1.9rem;
  font-weight: 500;
}
.sitemapBoxList02 li:last-child{
  margin-bottom: 0;
}
}
/*-----------------------------------------------------------

404

-------------------------------------------------------------*/
.nfBox{
  background: #484848 url(../../src/img/404_bg.png) 0 bottom no-repeat;
  background-size: 100% 28rem;
  height: 35rem;
  padding-top: 1rem;
}
.nfBox_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  line-height: 1;
  margin-bottom: 2rem;
}
.nfBox_ttl_en{
  font-size: 10rem;
  margin-bottom: 2rem;
}
.nfBox_ttl_jp{
  font-size: 2.5rem;
}
.nfBox_txt{
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.nfBox{
  background: #484848 url(../../src/img/sp/404_bg@2x.png) 0 bottom no-repeat;
  background-size: 100% 29rem;
  height: 32rem;
  padding-top: 1rem;
}
.nfBox_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  line-height: 1;
  margin-bottom: 2rem;
}
.nfBox_ttl_en{
  font-size: 4rem;
  margin-bottom: 2rem;
}
.nfBox_ttl_jp{
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}
.nfBox_txt{
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
  line-height: 1.6;
}
}
/*-----------------------------------------------------------

CART DELIVERY

-------------------------------------------------------------*/
#wc_delivery{
  width: 90%;
  margin: 0 auto;
}
#wc_delivery td{
  padding: 1rem 2rem;
}
#wc_delivery td input{
  padding: 0.5rem;
  width: 100%;
}
#wc_delivery td select{
  padding: 0.5rem;
  padding: 1rem 0;
  width: 50%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 1rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
  font-size: 1.4rem;
}
#wc_delivery  td input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem!important;
  height: 2rem!important;
  border:1px solid #B1B1B1;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative;
}
#wc_delivery  td input[type=radio]:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0;
  transition: 0.3s ease;
}
#wc_delivery  td input[type=radio]:checked:after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background: #707070;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
#wc_delivery #zipcode_row td input{
  width: 48%;
}
#wc_delivery td textarea{
  padding: 0.5rem;
  width: 100%;
  height: 15rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
#wc_delivery {
  width: 100%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
#wc_delivery{
  width: 100%;
  margin: 0 auto;
}
#wc_delivery th{
  text-align: left;
  background: #e8e8e8;
  padding: 1rem 2rem;
}
#wc_delivery td{
  padding: 1rem 2rem;
}
#wc_delivery td input{
  padding: 0.5rem;
  width: 100%;
}
#wc_delivery td select{
  padding: 0.5rem;
  width: 100%;
  padding: 1rem 0;
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 1rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
  font-size: 1.4rem;
}
#wc_delivery  td input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem!important;
  height: 2rem!important;
  border:1px solid #B1B1B1;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative;
}
#wc_delivery  td input[type=radio]:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0;
  transition: 0.3s ease;
}
#wc_delivery  td input[type=radio]:checked:after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background: #707070;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
#wc_delivery .customer_form td{
  padding: 1rem 0rem;
}
#wc_delivery .customer_form .name_td{
  margin-right: 1rem;
}
#wc_delivery .customer_form .name_td input{
  width: 100%;
}
#wc_delivery .customer_form #furikana_row td{
  margin-right: 1rem;
}
#wc_delivery .customer_form .furikana_row input{
  width: 100%;
}
#wc_delivery .customer_form #zipcode_row input{
  width: 100%;
}
#wc_delivery .customer_form td input{
  margin: 0.6rem 0!important;
}
}
/*-----------------------------------------------------------

CART CONFIRM

-------------------------------------------------------------*/
#cart_table .thumbnail {
  display: table-cell;
  width: 15%;
}
#info-confirm #cart_table .unitprice{
  white-space: nowrap;
}
#info-confirm #cart_table .amount {
  white-space: nowrap;
}
.cartConfirm .send{

}
.cartConfirm .send{
  margin:0 auto 2rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 31rem;
}
.cartConfirm .send input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #808080;
  background-size: 1.3rem;
  border: 1px solid #808080;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
}
.cartConfirm .send input#purchase_button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #B7943C;
  background-size: 1.3rem;
  border: 1px solid #B7943C;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.cartConfirm .send input:hover {
    opacity: 0.6;
}
.cartConfirm .send input#purchase_button:hover{
  background: #B7943C;
  background-size: 1.3rem;
}
.cartConfirmNote{
  padding: 4rem 0 2rem;
  text-align: center;
}
.cartConfirmNote a{
  color: #B7943C;
  border-bottom: 1px solid #B7943C;
}
.cartConfirm .wc_btnList_item01 {
  width: 30rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.cartConfirm{
  width: 100%;
  margin: 0 auto;
}
.cartConfirm #cart_table .amount {
  white-space: nowrap;
}
.cartConfirmNote{
  padding: 4rem 0 2rem;
  text-align: center;
  font-size: 1.3rem;
}
.cartConfirmNote a{
  color: #B7943C;
  border-bottom: 1px solid #B7943C;
}
}
/*-----------------------------------------------------------

CREDIT

-------------------------------------------------------------*/
.settlement_form{
  font-size: 1.4rem;
}
#escott-token-form input{
  border: 1px solid #ccc;
  padding: 1rem;
  margin: 1rem;
  margin-left: 0;
  width: 60%;
}
#escott-token-form select{
  border: 1px solid #ccc;
  padding: 1rem;
  margin: 1rem;
  margin-left: 0;
}
.settlement_form_send input.back_to_delivery_button{
  border: none;
  border-radius: 3px;
  background-color: #efefef;
  transition: all .3s ease;
  padding: 1.071428em 2.142856em;
}
.settlement_form_send input.back_to_delivery_button:hover{
  opacity: 0.6;
}
.settlement_form_send input.to_confirm_button{
  border: none;
  border-radius: 3px;
  background-color: #efefef;
  transition: all .3s ease;
  padding: 1.071428em 2.142856em;
  background-color: #00085D!important;
  color: #fff;
}
.settlement_form_send input.to_confirm_button:hover{
  background-color: #00085D!important;
  color: #fff;
  opacity: 0.6;
}
#escott-token-response-loading {
  width: 3%;
  margin: 0 auto;
}

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

OTHER

-------------------------------------------------------------*/
.noPost{
  margin: 4rem 0;
  text-align: center;
}
div.favorite-button{
  width: 100%;
}
.favorite-icon{
  width: 3rem;
  left: 1rem;
  top: 1rem;
  position: absolute;
}
/*-----------------------------------------------------------

EFFECT

-------------------------------------------------------------*/
/*------------- section全体　---------------*/
.ivSec{
  opacity: 0;
  transform: translateY(6rem);
}
.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(6rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------- fadeIN　---------------*/
.fadeIn {
  animation-name:fadeInAnime;
  animation-duration:1.6s;
  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);
  }
}
