@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: 'source-han-sans-japanese', 'Noto Sans JP', "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, 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.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;
}
h1,h2,h3,h4,h5{font-weight: 500;}

input,select,textarea{
  font-family: 'Noto Sans JP', "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-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.6;
  -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 / 428 * 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.6;
  -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: 'source-han-sans-japanese', 'Noto Sans JP', "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #434343;
}

@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; }
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.is_tb { display: block !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; }
body {
  font-size: 1.6rem;
}
}

.f_en{
  font-family: source-sans-pro, sans-serif;
  font-style: normal;
}
/*-----------------------------------------------------------

component

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

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

cmn laypout

-------------------------------------------------------------*/
.mainWrap{
  position: relative;
  z-index: 100;
}
.headerTop{
  height: 100%;
  background: #000000AA;
  position: absolute;
  z-index: 11;
  right: 0;
  padding: 8rem 6rem;
}
.topNav{

}
.topNavList{

}
.topNavList_itemLogo{
  margin-bottom: 4rem;
}
.topNavList_itemLogo a{
  display: block;
}
.topNavList_itemLogo01{

}
.topNavList_itemLogo02{
  padding: 0 0.4rem;
}
.topNavList_itemLogo03{
  margin-bottom: 5rem;
}
.topNavList_itemTxt{
  margin-bottom: 1rem;
}
.topNavList_itemTxt a{
  display: block;
  color: #fff;
}
/*------------- SUB NAV -------------*/
.headerSub{
  background: #fff;
  position: fixed;
  width: 100%;
  padding: 2rem 4rem;
  left: 0;
  top: 0;
  z-index: 1000;
}
.subNav{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subNavListL{
  width: 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subNavListR{
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.subNavList_itemTxt a{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subNavList_itemTxt a span{
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  background: #f00;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 0;
  margin-left: 0.3rem;
}
/*------------- FOOTER -------------*/
.footer{
  background: #F1F1F1;
  padding: 4rem 0 2rem;
}
.footerInstaList{
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: 0 auto 6rem;
}
.footerInstaList li{
  width: 18%;
}
.footerInstaList li a{
  display: block;
}
.footerBtm{

}
.footerBtm_logo{
  display: block;
  width: 5%;
  margin: 0 auto 2rem;
}
.footerBtm_company{
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.footerBtmLink{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 60%;
  margin: 0 auto 3rem;
}
.footerBtmLink li{
  padding: 0.2rem 3rem;
  border-right: 1px solid #707070;
  line-height: 1;
  margin-bottom: 2rem;
}
.footerBtmLink li a{
  display: block;
}
.footerBtmLink li.noBd{
  border: none;
}
.copyRight{
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}
.produceby {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 300;
}
.fixBtn{
  width: 3.6rem;
  position: fixed;
  right: 0;
  top: 10rem;
  z-index: 10;
  display: none;
}
.fixBtn ul{
  display: flex;
  flex-direction: column-reverse;
}
.fixBtn a{
  display: block;
}
.spNav{
  display: none;
}
.spNavManuOpen{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.headerSub {
  background: #fff;
  position: fixed;
  width: 100%;
  padding: 2rem 2rem;
  left: 0;
  top: 0;
  z-index: 1000;
}
.subNavListL {
  width: 25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subNavListR {
  width: 70%;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0;
}
.footerInstaList {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 6rem;
}
.footerInstaList li {
  width: 19%;
}
.footerBtm_logo {
  display: block;
  width: 11%;
  margin: 0 auto 2rem;
}
.footerBtmLink {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 91%;
  margin: 0 auto 3rem;
}
.footerBtmLink li.noBd {
  border-right: 1px solid #707070;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainWrap{
  position: relative;
  z-index: 100;
}
.headerTop{
  height: auto;
  width: 100%;
  background: #000000AA;
  position: fixed;
  z-index: 11;
  right: 0;
  left: 0;
  top: 0;
  padding: 1.5rem 2rem;
}
.topNav{
  display: none;
}
.spNav{
  display: flex;
  justify-content: space-between;
}
.spNavList{
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.spNavList_itemLogo{
  margin-bottom: 0;
  margin-right: 2rem;
}
.spNavList_itemLogo a{
  display: block;
}
.spNavList_itemLogo01{

}
.spNavList_itemLogo02{
  padding: 0 0.4rem;
}
.spNavList_itemLogo03{
  margin-bottom: 0;
}
.spNavList_itemTxt{
  margin-bottom: 2rem;
}
.spNavList_itemTxt a{
  display: block;
  color: #fff;
}
.spNavMenu{
  width: 2.6rem;
}

.spNavManuOpen {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #4C4C4C;
  background-size: cover;
  opacity: 0;
  transition: 0.3s ease;
  display: block;
}

.spNavManuOpen.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  color: #4B4B4B;
}
.navHeader{
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 2rem;
}
.navBtmLink{
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
  padding: 0 0 4rem;
}
.navBtmLink li{
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.2rem;
}
.navBtmLink li a{
  color: #fff;
}
/*------------- SUB NAV -------------*/
.headerSub{
  background: #000000AA;
  position: fixed;
  width: 100%;
  padding: 1.5rem 2rem;
  left: 0;
  top: 0;
  z-index: 1000;
}
.subNav{
  display: none;
  justify-content: space-between;
  align-items: center;
}
.subNavListL{
  width: 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subNavListR{
  width: 40%;
  display: flex;
  justify-content: space-between;
}
/*------------- FOOTER -------------*/
.footer{
  background: #F1F1F1;
  padding: 4rem 0 2rem;
}
.footerInstaList{
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto 1rem;
  flex-wrap: wrap;
}
.footerInstaList li{
  width: 49%;
  margin-bottom: 3rem;
}
.footerInstaList li:nth-child(1){
  order: 0;
}
.footerInstaList li:nth-child(2){
  order: 2;
}
.footerInstaList li:nth-child(3){
  order: 5;
}
.footerInstaList li:nth-child(4){
  order: 1;
}
.footerInstaList li:nth-child(5){
  order: 3;
}
.footerInstaList li a{
  display: block;
}
.footerInstaListRow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

}
.footerBtm{

}
.footerBtm_logo{
  display: block;
  width: 20%;
  margin: 0 auto 2rem;
}
.footerBtm_company{
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.footerBtmLink{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width:80%;
  margin: 0 auto 3rem;
}
.footerBtmLink li{
  padding: 0.2rem 1.5rem;
  padding-left: 0;
  margin-right: 1.5rem;
  border-right: 1px solid #707070;
  line-height: 1;
  margin-bottom: 2rem;
}
.footerBtmLink li a{
  display: block;
}
.footerBtmLink li.noBd{
  border: none;
}
.copyRight{
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  padding-bottom: 8rem;
}
.fixBtn{
  width: 100%;
  position: fixed;
  right: 0;
  left: 0;
  top: unset;
  bottom: -2px;
  z-index: 10;
}
.fixBtn ul{
  display: flex;
  flex-direction: row;
}
.fixBtn ul li{
  width: 50%;
}


.fixBtn.fixBtnStudio{
  width: 100%;
  position: fixed;
  right: 0;
  left: 0;
  top: unset;
  bottom: -2px;
  z-index: 10;
}
.fixBtn.fixBtnStudio ul{
  display: flex;
  flex-direction: row;
}
.fixBtn.fixBtnStudio ul li:nth-child(1){
  width: 50%;
}
.fixBtn.fixBtnStudio ul li:nth-child(2){
  width: 50%;
}
.fixBtn.fixBtnStudio ul li:nth-child(3){
  width: 50%;
}
.fixBtn a{
  display: block;
}
}
@media only screen and (max-width: 375px) {
  .fixBtn ul li.c-btn_01 {
    width: 187px;
  }
  .fixBtn ul li.c-btn_02 {
    width: 188px;
  }
  .fixBtn ul li:first-child a img {
    width: 187px;
  }
  .fixBtn ul li:nth-child(2) a img {
    width: 188px;
  }
}

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

TOP

-------------------------------------------------------------*/
.mainContent{

}
.mainV{
  position: relative;
  z-index: 10;
}
.main_slide{
  height: unset;
}
.main_slide img{
  position: absolute;
  width: auto!important;
  max-width: none!important;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  top: 0!important;
  margin: auto;
  transform: scale(1);
}
.main_slideTtl{
  position: absolute;
  left: 10rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 9rem;
  color: #fff;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2.4;
  text-shadow: 0 0px 10px rgb(0 0 0 / 50%), 0 0px 10px rgb(0 0 0 / 50%), 0 0px 10px rgb(0 0 0 / 50%), 0 0px 10px rgb(0 0 0 / 50%), 0 0px 10px rgb(0 0 0 / 50%), 0 0 10px rgb(0 0 0 / 50%);
}
.main_scroll {
  position: absolute;
  bottom: 10rem;
  left: 8rem;
  right: 0;
  width: 10rem;
}
.main_scroll div{
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
}
.main_scroll div:after {
  content: '';
  display: block;
  width: 1px;
  z-index: 10;
  height: 0px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 2rem;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:1rem;
    opacity: 0;
  }
  80%{
    height:10rem;
    opacity: 1;
  }
  100%{
    height:0;
    top:11rem;
    opacity: 0;
  }
}
.topService{
  width: 80%;
  margin: 10rem auto 12rem;
  position: relative;
}
.topService:before {
  content: "";
  width: 86rem;
  height: 66rem;
  position: absolute;
  left: 7rem;
  top: 4.5rem;
  background: #F1F1F1;
}
.topServiceInner{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}
.topServiceInnerL{
  width: 52%;
  position: relative;
}
.topServiceInnerR{
  width: 40%;
  padding: 0 5rem;
  padding-right: 15rem;
  padding-top: 8rem;
}
.cmnTtl01_jp{
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.cmnTtl01_jpTopService{
  white-space: nowrap;
}
.topServiceInnerR_txt{
  margin-bottom: 2rem;
  font-weight: 100;
  line-height: 1.6;
}
.cmnBtn01Box01{
  display: flex;
  justify-content: flex-end;
}
.cmnBtn01{
  font-size: 1.2rem;
  position: relative;
  display: block;
  width: 12rem;
  line-height: 1;
}
.cmnBtn01:before,
.cmnBtn01:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.6rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #434343;
  -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:before {
  width: 4rem;
  content: '';
  right: 0rem;
  top: 0;
}
.cmnBtn01:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 0rem;
}
.cmnTtl01_en{
  font-weight: bold;
  font-size: 3rem;
  transform:rotate(90deg); 
  transform-origin:50% 50% 0;
  display: inline-block;
}
.cmnTtl01_enTopService{
  position: absolute;
  right: -8rem;
  top: 3rem;
}
.topServiceInnerBtm{
  display: flex;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 16rem;
  padding-right: 4rem;
}
.topServiceInnerBtmList{
  width: 55%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-right: 3rem;
}
.topServiceInnerBtmList_item{
  width: 30%;
  margin-bottom: 2rem;
}
.topServiceInnerBtmList_itemLink{
  display: block;
}
.topServiceInnerBtmList_itemLink_img{
  margin-bottom: 1rem;
}
.topServiceInnerBtmList_itemLink_ttl{
  padding-left: 1rem;
  border-left: 2px solid #707070;
}
.topServiceInnerBtmList_itemLink_ttl_en{
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.topServiceInnerBtmList_itemLink_ttl_jp{
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}
.topServiceInnerBtmListSingle{
  width: 40.9%;
}
.topAbout{
  width: 80%;
  margin: 0rem auto 12rem;
  position: relative;
}
.topAbout:before {
  content: "";
  width: 84rem;
  height: 64rem;
  position: absolute;
  left: 10rem;
  top: 4.5rem;
  background: #F1F1F1;
}
.topAboutInner{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}
.topAboutInnerL{
  width: 40%;
  padding: 0 4rem;
  padding-left: 14rem;
  padding-top: 8rem;
}
.topAboutInnerL_txt {
  margin-bottom: 2rem;
  font-weight: 100;
  line-height: 1.6;
}
.topAboutInnerR{
  width: 52%;
  position: relative;
}
.cmnTtl01_enTopAbout{
  position: absolute;
  left: -10rem;
  top: 4.5rem;
}
.topAboutInnerBtm{
  display: flex;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 14rem;
}
.topAboutInnerBtmList{
  width: 55%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.topAboutInnerBtmList_item{
  width: 30%;
  margin-bottom: 2rem;
}
.topAboutInnerBtmList_itemLink{
  display: block;
}
.topAboutInnerBtmList_itemLink_img{
  margin-bottom: 1rem;
}
.topAboutInnerBtmList_itemLink_ttl{
  padding-left: 1rem;
  border-left: 2px solid #707070;
}
.topAboutInnerBtmList_itemLink_ttl_en{
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.topAboutInnerBtmList_itemLink_ttl_jp{
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}
.topAboutInnerBtmList_itemLink_ttl_en.lsFix{
  letter-spacing: 0.04;
  white-space: nowrap;
}
.topShop{
  width: 80%;
  margin: 0rem auto 8rem;
  position: relative;
}
.cmnTtl02Box{
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.cmnTtl02{
  display: inline-block;
  font-weight: 600;
  padding: 0 1rem 1rem;
  border-bottom: 1px solid #707070;
  font-size: 2.5rem;
  line-height: 1;
}
.cmnTtl02BoxtopShop{
  margin-bottom: 4rem;
}
.topShopList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.topShopList_item{
  width: 17%;
  margin-bottom: 3rem;
}
.topShopList_itemWrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.topShopList_itemTop{
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
.topShopList_itemImg{
  margin-bottom: 1rem;
  overflow: hidden;
  height: 19rem;
}
.topShopList_itemTtl{
  padding-left: 1rem;
  border-left: 2px solid #707070;
}
.topShopList_item_en{
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.4rem;
}
.topShopList_itemInfo{
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.8;
  height: 16rem;
}
/*.topShopList_itemInfo span br{
  display: none;
}*/
.topShopList_itemKind{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.topShopList_itemKind li{
  width: 48%;
  border: 1px solid #707070;
  line-height: 1;
  text-align: center;
  padding: 0.6rem;
  white-space: nowrap;
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0.02em;
}
.topReading{
  background: #F1F1F1;
  padding: 5rem 0;
  margin-bottom: 10rem;
}
.topReadingIntro{
  text-align: center;
  font-size: 1.4rem;
  font-weight: 100;
  margin-bottom: 3rem;
}
.topReadingList{
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.topReadingList_item{
  width: 25%;
}
.topReadingList_itemLink{
  display: block;
}
.topReadingList_itemLink_img {
    width: 100%;
    height: 28.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1rem;
}
.topReadingList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.topReadingList_itemLinkTips{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0 2rem;
}
.topReadingList_itemKind {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.topReadingList_itemKind li {
  width: auto;
  border: 1px solid #707070;
  line-height: 1;
  text-align: center;
  padding: 0.2rem 0.6rem;
  white-space: nowrap;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-right: 1rem;
}
.topReadingList_itemLink_info{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0 2rem;
}
.topReadingList_itemLink_infoDate{
  width: 47%;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1rem;
  border-left: 1px solid #707070;
  line-height: 1;
}
.topReadingList_itemLink_infoTtl{
  width: 73%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
.topReadingList_itemLink_author{
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0 2rem;
}
.cmnBtn02Box{
  display: flex;
  justify-content: center;
}
.cmnBtn01WBox{
  background: #fff;
  width: 20rem;
  padding: 1rem;
  text-align: center;
}
.cmnBtn02{
  font-size: 1.2rem;
  position: relative;
  display: block;
  width: 20rem;
  line-height: 1;
  background: #fff;
  padding: 1.2rem;
  border: 1px solid #707070;
  text-align: center;
}
.cmnBtn02 span{
  padding-right: 4rem;
}
.cmnBtn02:before,
.cmnBtn02:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.6rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #434343;
  -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;
}
.cmnBtn02:before {
  width: 4rem;
  content: '';
  right: 4rem;
  top: 0;
}
.cmnBtn02:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 4rem;
}
.topNews{
  width: 50%;
  margin: 0 auto 10rem;
}
.cmnTtl02TopNews{
  margin-bottom: 4rem;
}
.topNewsList{

}
.topNewsList_item{
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.topNewsList_itemLink{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.topNewsList_itemLink_img{

}
.topNewsList_itemLink_img {
    width: 15%;
    height: 12.8rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.topNewsList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.topNewsList_itemLink_imgSP{
  display: none;
}

.topNewsList_itemLink_content{
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.topNewsList_itemKind {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  width: 100%;
}
.topNewsList_itemKind li {
  width: auto;
  border: 1px solid #707070;
  line-height: 1;
  text-align: center;
  padding: 0.4rem;
  white-space: nowrap;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-right: 0.5rem;
}
.topNewsList_itemLink_contentBox{
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 2px solid #707070;
}
.topNewsList_itemLink_contentBox_date{
  font-size: 1.2rem;
  line-height: 1.4;
}
.topNewsList_itemLink_contentBox_ttl{
  font-size: 1.4rem;
  font-weight: bold;
}
.topNewsList_itemLink_contentTxt{
  font-size: 1.2rem;
  font-weight: 100;
}
.topNewsList_itemLink_btn{
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.topApplication{
  width: 40%;
  margin: 0 auto 6rem;
  padding-left: 3rem;
}
.topApplicationInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topApplicationInnerL{
  width: 45%;
}
.cmnTtl01_jpTopApplication{

}
.topApplicationInnerL_txt {
  margin-bottom: 2rem;
  font-weight: 100;
  line-height: 1.6;
  padding-right: 0rem;
}
.topApplicationInnerLBtn{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topApplicationInnerLBtn li{
  width: 49%;
}
.topApplicationInnerLBtn li a{
  display: block;
}
.topApplicationInnerR{
  width: 45%;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.topService {
  width: 90%;
  margin: 10rem auto 12rem;
  position: relative;
}
.topService:before {
  content: "";
  width: 100%;
  height: 51rem;
  position: absolute;
  left: 9rem;
  top: 4.5rem;
  background: #F1F1F1;
}
.topServiceInnerR {
  width: 40%;
  padding: 0 5rem;
  padding-right: 0rem;
  padding-top: 8rem;
}
.topServiceInnerBtmList_itemLink_ttl_en {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.topAbout {
  width: 90%;
  margin: 0rem auto 12rem;
  position: relative;
}
.topAbout:before {
  content: "";
  width: 90%;
  height: 37rem;
  position: absolute;
  left: -10rem;
  top: 4.5rem;
  background: #F1F1F1;
}
.topAboutInnerL {
  width: 40%;
  padding: 0 4rem;
  padding-left: 0;
  padding-top: 8rem;
}
.topAboutInnerBtmList_itemLink_ttl_en {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.topAboutInnerBtmList {
  width: 66%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.topShop {
  width: 90%;
  margin: 0rem auto 8rem;
  position: relative;
}
.topShopList {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.topShopList_item {
  width: 26%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 2rem;
  margin-bottom: 6rem;
}
.topShopList_itemImg{
  margin-bottom: 1rem;
  overflow: hidden;
  height: 21rem;
}
.topReadingList {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.topReadingList_item {
  width: 50%;
  margin-bottom: 3rem;
}
.topReadingList_itemLink_img {
  width: 100%;
  height: 15.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
}
.topNews {
  width: 80%;
  margin: 0 auto 10rem;
}
.topApplication {
  width: 78%;
  margin: 0 auto 6rem;
  padding-left: 3rem;
}

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContent{
  overflow: hidden;
}
.mainV{
  position: relative;
  z-index: 10;
}
.main_slide{
  height: unset;
}
.main_slide img{
  position: absolute;
  width: auto!important;
  max-width: none!important;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  top: 0!important;
  margin: auto;
  transform: scale(1);
}
.main_slideTtl{
  position: absolute;
  left: 4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 9rem;
  color: #fff;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2.4;
  text-shadow: 0 0px 10px rgb(0 0 0 / 50%), 0 0px 10px rgb(0 0 0 / 50%), 0 0px 10px rgb(0 0 0 / 50%), 0 0px 10px rgb(0 0 0 / 50%), 0 0px 10px rgb(0 0 0 / 50%), 0 0 10px rgb(0 0 0 / 50%);
}
.main_scroll {
  position: absolute;
  bottom: 10rem;
  left: 3rem;
  right: 0;
  width: 10rem;
}
.main_scroll div{
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
}
.main_scroll div:after {
  content: '';
  display: block;
  width: 1px;
  z-index: 10;
  height: 0px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 2rem;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:1rem;
    opacity: 0;
  }
  80%{
    height:7rem;
    opacity: 1;
  }
  100%{
    height:0;
    top:8rem;
    opacity: 0;
  }
}
.topService{
  width: 100%;
  margin: 6rem auto 6rem;
  position: relative;
}
.topService:before {
  content: "";
  width: 100%;
  height: 100rem;
  position: absolute;
  left: 0rem;
  top: 7.5rem;
  background: #F1F1F1;
}
.topServiceInner{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
  flex-direction: column;
}
.topServiceInnerL{
  width: 80%;
  position: relative;
  margin-bottom: 3rem;
}
.topServiceInnerR{
  width: 80%;
  padding: 0 0rem;
  padding-right: 0;
  padding-top: 0rem;
  margin: 0 auto 3rem;
}
.cmnTtl01_jp{
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.cmnTtl01_jpTopService{
  white-space: nowrap;
}
.topServiceInnerR_txt{
  margin-bottom: 2rem;
  font-weight: 100;
  line-height: 1.6;
}
.cmnBtn01Box01{
  display: flex;
  justify-content: flex-end;
}
.cmnBtn01{
  font-size: 1.2rem;
  position: relative;
  display: block;
  width: 12rem;
  line-height: 1;
}
.cmnBtn01:before,
.cmnBtn01:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.6rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #434343;
  -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:before {
  width: 4rem;
  content: '';
  right: 0rem;
  top: 0;
}
.cmnBtn01:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 0rem;
}
.cmnTtl01_en{
  font-weight: bold;
  font-size: 3rem;
  transform:rotate(90deg); 
  transform-origin:50% 50% 0;
  display: inline-block;
}
.cmnTtl01_enTopService{
  position: absolute;
  right: -8rem;
  top: 3rem;
}
.topServiceInnerBtm{
  display: flex;
  justify-content: flex-start;
  flex-direction: column-reverse;
  width: 80%;
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 0rem;
  margin: 0 auto;
}
.topServiceInnerBtmList{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-right: 3rem;
}
.topServiceInnerBtmList_item{
  width: 31%;
  margin-bottom: 2rem;
}
.topServiceInnerBtmList_itemLink{
  display: block;
}
.topServiceInnerBtmList_itemLink_img{
  margin-bottom: 1rem;
}
.topServiceInnerBtmList_itemLink_ttl{
  padding-left: 1rem;
  border-left: 2px solid #707070;
}
.topServiceInnerBtmList_itemLink_ttl_en{
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0.4rem;
  white-space: nowrap;
  letter-spacing: 0;
}
.topServiceInnerBtmList_itemLink_ttl_jp{
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}
.topServiceInnerBtmListSingle{
  width: 100%;
  margin-bottom: 3rem;
}
.topAbout{
  width: 100%;
  margin: 0rem auto 5rem;
  position: relative;
}
.topAbout:before {
  content: "";
  width: 100%;
  height: 58rem;
  position: absolute;
  left: 0;
  top: 6.5rem;
  background: #F1F1F1;
}
.topAboutInner{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column-reverse;
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}
.topAboutInnerL{
  width: 80%;
  padding: 0 0;
  margin: 0 auto 3rem;
}
.topAboutInnerL_txt {
  margin-bottom: 2rem;
  font-weight: 100;
  line-height: 1.6;
}
.topAboutInnerR{
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
  padding-left: 20%;
}
.cmnTtl01_enTopAbout{
  position: absolute;
  left: -1rem;
  top: 4.5rem;
}
.topAboutInnerBtm{
  display: flex;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 0rem;
}
.topAboutInnerBtmList{
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
}
.topAboutInnerBtmList_item{
  width: 31%;
  margin-bottom: 2rem;
}
.topAboutInnerBtmList_itemLink{
  display: block;
}
.topAboutInnerBtmList_itemLink_img{
  margin-bottom: 1rem;
}
.topAboutInnerBtmList_itemLink_ttl{
  padding-left: 1rem;
  border-left: 2px solid #707070;
}
.topAboutInnerBtmList_itemLink_ttl_en{
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0.4rem;
  letter-spacing: 0;
}
.topAboutInnerBtmList_itemLink_ttl_jp{
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}
.topAboutInnerBtmList_itemLink_ttl_en.lsFix{
  letter-spacing: 0.04;
  white-space: nowrap;
}
.topShop{
  width: 100%;
  margin: 0rem auto 8rem;
  position: relative;
}
.cmnTtl02Box{
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.cmnTtl02{
  display: inline-block;
  font-weight: bold;
  padding: 0 1rem 1rem;
  border-bottom: 1px solid #707070;
  font-size: 2.5rem;
  line-height: 1;
}
.cmnTtl02BoxtopShop{
  margin-bottom: 4rem;
}
.topShopList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.topShopList .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.topShopList .slick-initialized .slick-slide {
  display: flex;
}
.topShopList .slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
}
.topShopList_item{
  width: 17%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 9rem;
  margin-left: -6rem;
}
.topShopList_itemTop{
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
.topShopList_itemImg{
  margin-bottom: 1rem;
  overflow: hidden;
  height: 19rem;
}
.topShopList_itemTtl{
  padding-left: 1rem;
  border-left: 2px solid #707070;
}
.topShopList_item_en{
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.4rem;
}
.topShopList_itemInfo{
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.8;
  height: 18rem;
}
.topShopList_itemKind{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.topShopList_itemKind li{
  width: 48%;
  border: 1px solid #707070;
  line-height: 1;
  text-align: center;
  padding: 0.6rem;
  white-space: nowrap;
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0.02em;
}
.topReading{
  background: #F1F1F1;
  padding: 5rem 0;
  margin-bottom: 10rem;
}
.topReadingIntro{
  text-align: center;
  font-size: 1.4rem;
  font-weight: 100;
  margin-bottom: 3rem;
}
.topReadingList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  width: 100%;
  margin: 0 auto 3rem;
}
.topReadingList_item{
  width: 48%;
  margin: 0 0.5rem;
  margin-bottom: 3rem;
}
.topReadingList_itemLink{
  display: block;
}
.topReadingList_itemLink_img {
    width: 100%;
    height: 16.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1rem;
}
.topReadingList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.topReadingList_itemLinkTips{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0 0rem;
  margin-bottom: 0rem;
  flex-wrap: wrap;
}
.topReadingList_itemKind {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.topReadingList_itemKind li {
  width: auto;
  border: 1px solid #707070;
  line-height: 1;
  text-align: center;
  padding: 0.2rem 0.6rem;
  white-space: nowrap;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-right: 1rem;
}
.topReadingList_itemLink_info{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  margin-bottom: 0;
  padding: 0 1rem;
  padding-right: 0;
  border-left: 1px solid #707070;
}
.topReadingList_itemLink_infoDate{
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1rem;
  border-left: 1px solid #707070;
  line-height: 1;
}
.topReadingList_itemLink_infoTtl{
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 0;
  margin-left: 0rem;
  border-left: none;
  line-height: 1.4;
  padding: 0.6rem 0 0;
}
.topReadingList_itemLink_author{
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0 1rem;
  padding-right: 0;
  border-left: 1px solid #707070;
}
.cmnBtn02Box{
  display: flex;
  justify-content: center;
}
.cmnBtn01WBox{
  background: #fff;
  width: 20rem;
  padding: 1rem;
  text-align: center;
}
.cmnBtn02{
  font-size: 1.2rem;
  position: relative;
  display: block;
  width: 20rem;
  line-height: 1;
  background: #fff;
  padding: 1.2rem;
  border: 1px solid #707070;
  text-align: center;
  margin: 0 auto;
}
.cmnBtn02 span{
  padding-right: 4rem;
}
.cmnBtn02:before,
.cmnBtn02:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.6rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #434343;
  -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;
}
.cmnBtn02:before {
  width: 4rem;
  content: '';
  right: 4rem;
  top: 0;
}
.cmnBtn02:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 4rem;
}
.topNews{
  width: 80%;
  margin: 0 auto 10rem;
}
.cmnTtl02TopNews{
  margin-bottom: 4rem;
}
.topNewsList{

}
.topNewsList_item{
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.topNewsList_itemLink{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
.topNewsList_itemLink_img{
  display: none;
}
.topNewsList_itemLink_imgSP {
    width: 30%;
    height: 9.8rem;
    position: absolute;
    overflow: hidden;
    display: block;
}
.topNewsList_itemLink_imgSP img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.topNewsList_itemLink_content{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.topNewsList_itemKind {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  width: 100%;
  padding-left: 35%;
}
.topNewsList_itemKind li {
  width: auto;
  border: 1px solid #707070;
  line-height: 1;
  text-align: center;
  padding: 0.4rem;
  white-space: nowrap;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-right: 0.5rem;
}
.topNewsList_itemLink_contentBox{
  margin-bottom: 2rem;
  padding-left: 1rem;
  border-left: 2px solid #707070;
  width: 100%;
  margin-left: 35%;
}
.topNewsList_itemLink_contentBox_date{
  font-size: 1.2rem;
  line-height: 1.4;
}
.topNewsList_itemLink_contentBox_ttl{
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.topNewsList_itemLink_contentTxt{
  font-size: 1.2rem;
  font-weight: 100;
  width: 100%;
  margin: 1rem 0;
}
.topNewsList_itemLink_btn{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.topApplication{
  width: 80%;
  margin: 0 auto 3rem;
  padding-left: 0rem;
}
.topApplicationInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
}
.topApplicationInnerL{
  width: 100%;
}
.cmnTtl01_jpTopApplication{

}
.topApplicationInnerL_txt {
  margin-bottom: 2rem;
  font-weight: 100;
  line-height: 1.6;
  padding-right: 0rem;
}
.topApplicationInnerLBtn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
.topApplicationInnerLBtn li{
  width: 48%;
}
.topApplicationInnerLBtn li a{
  display: block;
}
.topApplicationInnerR{
  width: 60%;
  margin-top: -3rem;
  margin-bottom: 2rem;
}
}
/*-----------------------------------------------------------

SERVICE

-------------------------------------------------------------*/
.mainVSub{
  padding-top: 7rem;
  position: relative;
  margin-bottom: 1rem;
}
.main_sub{

}
.main_subTtl{
  position: absolute;
  bottom: 8rem;
  left: 13rem;
  color: #fff;
  font-size: 3.5rem;
  display: inline-block;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  /*text-shadow: 0 0px 10px rgb(0 0 0 / 50%), 0 0px 10px rgb(0 0 0 / 50%), 0 0px 10px rgb(0 0 0 / 50%), 0 0px 10px rgb(0 0 0 / 50%), 0 0px 10px rgb(0 0 0 / 50%), 0 0 10px rgb(0 0 0 / 50%);*/
}
.service_secList{
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}
.service_secList li{
  padding: 0.2rem 2.5rem;
  border-right: 1px solid #707070;
  line-height: 1;
  font-size: 1.2rem;
}
.service_secList li:last-child{
  border: none;
}
.service_secList li a{
  display: block;
}
.serviceSec01{
  width: 70%;
  margin: 0 auto 15rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.serviceSec01:before {
  content: "";
  width: 90rem;
  height: 39rem;
  position: absolute;
  left: 4rem;
  top: 4.5rem;
  background: #F1F1F1;
}
#sec05.serviceSec01:before {
  height: 42rem;
  top: 2.5rem;
}
.serviceSec02{
  width: 70%;
  margin: 0 auto 15rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
}
.serviceSec02:before {
  content: "";
  width: 90rem;
  height: 39rem;
  position: absolute;
  right: 4rem;
  top: 4.5rem;
  background: #F1F1F1;
}
.serviceSec01L{
  width:55%;
  position: relative;
}
.serviceSec01LNavWrap{
  display: flex;
  position: relative;
  justify-content: space-between;
}
.serviceSec01_slide{
  margin-bottom: 1rem;
}
.serviceSec02_slide{
  margin-bottom: 1rem;
}
.serviceSec01_slideNav{
  width: 60%;
}
.serviceSec01_slideNav li{
  margin-right: 1rem;
}
.serviceSec02 .serviceSec01_slideNav li{
  margin-right: 0rem;
  margin-left: 1rem;
}
.serviceSec01_slideNav .slick-track {
  transform: unset !important;
}
.slider_progress {
  width: 18%;
  height:4px;
  background: #CFCFCF;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-right: 4rem;
  margin-top: 1.2rem;
}
.slider_progress .progress {
  width: 0%;
  height: 2px;
  background: #707070;
  border-radius: 10px;
}
.serviceSec01R{
  width: 40%;
  padding-right: 5rem;
  position: relative;
}

.serviceCmn_ttl {
  padding-left: 1rem;
  border-left: 2px solid #707070;
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 2rem;
}
.serviceCmn_ttl_en{
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.serviceCmn_ttl_jp{
  font-size: 1.4rem;
  font-weight: 500;
}
.serviceCmn_txt {
  margin-bottom: 2rem;
  font-weight: 100;
  line-height: 1.8;
  font-size: 1.4rem;
}
.serviceSec02 .serviceSec01LNavWrap{
  flex-direction: row-reverse;
}
.serviceSec02 .serviceSec01LNavWrap .slider_progress{
  margin-right: unset;
  margin-left: 4rem;
}
.serviceSec02L{
  width:55%;
  position: relative;
}
.serviceSec02R{
  width: 40%;
  padding-right: unset;
  padding-left: 5rem;
  position: relative;
}
.cmnBtn02Service{
  margin-bottom: 2rem;
}

.serviceSec01_slide .slick-prev {
    left: unset;
    right: 15.5rem;
    width: 1.6rem;
    height: 1.6rem;
    top: unset;
    bottom: -4rem;
}
.serviceSec01_slide .slick-prev:before {
    content: '';
    background: url(../../src/img/slick_prev.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.6rem;
    height: 1.6rem;
    display: block;
}
.serviceSec01_slide .slick-next {
    right: 0;
    width: 1.6rem;
    height: 1.6rem;
    top: unset;
    bottom: -4rem;
}
.serviceSec01_slide .slick-next:before {
    content: '';
    background: url(../../src/img/slick_next.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.6rem;
    height: 1.6rem;
    display: block;
}

.serviceSec02_slide .slick-prev {
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    top: unset;
    bottom: -4rem;
}
.serviceSec02_slide .slick-prev:before {
    content: '';
    background: url(../../src/img/slick_prev.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.6rem;
    height: 1.6rem;
    display: block;
}
.serviceSec02_slide .slick-next {
    right: unset;
    left: 15.5rem;
    width: 1.6rem;
    height: 1.6rem;
    top: unset;
    bottom: -4rem;
}
.serviceSec02_slide .slick-next:before {
    content: '';
    background: url(../../src/img/slick_next.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.6rem;
    height: 1.6rem;
    display: block;
}
.aboutSec01R_btn.aboutSec01R_btnService li{
  width: 60%;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.serviceSec01 {
  width: 90%;
  margin: 0 auto 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.serviceSec01:before {
  content: "";
  width: 90rem;
  height: 32rem;
  position: absolute;
  left: 4rem;
  top: 3.5rem;
  background: #F1F1F1;
}
#sec05.serviceSec01:before {
  height: 36rem;
  top: 0.5rem;
}
.serviceSec02 {
  width: 90%;
  margin: 0 auto 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
}
.serviceSec02:before {
  content: "";
  width: 90rem;
  height: 32rem;
  position: absolute;
  right: 4rem;
  top: 3.5rem;
  background: #F1F1F1;
}
.aboutSec01R_btn.aboutSec01R_btnService li {
  width: 73%;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSub{
  padding-top: 0rem;
  position: relative;
  margin-bottom: 1rem;
}
.main_sub{

}
.main_subTtl{
  position: absolute;
  bottom: 17rem;
  left: 5rem;
  color: #fff;
  font-size: 3.1rem;
  display: inline-block;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  /*text-shadow: 0 0px 10px rgb(0 0 0 / 50%), 0 0px 10px rgb(0 0 0 / 50%), 0 0px 10px rgb(0 0 0 / 50%), 0 0px 10px rgb(0 0 0 / 50%), 0 0px 10px rgb(0 0 0 / 50%), 0 0 10px rgb(0 0 0 / 50%);*/
}
.service_secList{
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto 3rem;
}
.service_secList li{
  padding: 0.2rem 0.6rem;
  border-right: 1px solid #bcbcbc;
  line-height: 1;
  font-size: 1.2rem;
  margin-right: 0.6rem;
  margin-bottom: 2rem;
  font-weight: 100;
}
.service_secList li:nth-child(4){
  border: none;
}
.service_secList li:last-child{
  border: none;
}
.service_secList li a{
  display: block;
}
.serviceSec01{
  width: 100%;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-direction: column-reverse;
  padding-top: 2rem;
}
.serviceSec01:before {
  content: "";
  width: 90rem;
  height: 91%;
  position: absolute;
  left: 2rem;
  top: 0rem;
  background: #F1F1F1;
}
#sec05.serviceSec02:before {
  height: 96%;
  top: 0rem;
}
#sec07.serviceSec01:before {
  height: 99%;
  top: 0rem;
}
.serviceSec02{
  width: 100%;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
  position: relative;
  padding-top: 2rem;
}
.serviceSec02:before {
  content: "";
  width: 90rem;
  height: 91%;
  position: absolute;
  right: 2rem;
  top: 0rem;
  background: #F1F1F1;
}
.serviceSec01L{
  width:100%;
  position: relative;
}
.serviceSec01LNavWrap{
  display: flex;
  position: relative;
  justify-content: flex-end;
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.serviceSec01_slide{
  margin-bottom: 1rem;
  width: 100%;
}
.serviceSec02_slide{
  margin-bottom: 1rem;
}
.serviceSec01_slideNav{
  width: 100%;
  margin-bottom: 1rem;
}
.serviceSec01_slideNav li{
  margin-right: 1rem;
}
.serviceSec02 .serviceSec01_slideNav li{
  margin-right: 0rem;
  margin-left: 1rem;
}
.serviceSec01_slideNav .slick-track {
  transform: unset !important;
}
.slider_progress {
  width: 38%;
  height:4px;
  background: #CFCFCF;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-right: 4rem;
  margin-top: 1.2rem;
}
.slider_progress .progress {
  width: 0%;
  height: 2px;
  background: #707070;
  border-radius: 10px;
}
.serviceSec01R{
  width: 80%;
  padding-right: 0rem;
  position: relative;
}

.serviceCmn_ttl {
  padding-left: 1rem;
  border-left: 2px solid #707070;
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 2rem;
}
.serviceCmn_ttl_en{
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.serviceCmn_ttl_jp{
  font-size: 1.4rem;
  font-weight: 500;
}
.serviceCmn_txt {
  margin-bottom: 2rem;
  font-weight: 100;
  line-height: 1.8;
  font-size: 1.4rem;
}
.serviceSec02 .serviceSec01LNavWrap{
  flex-direction: row;
}
.serviceSec02 .serviceSec01LNavWrap .slider_progress{
  margin-right: unset;
  margin-left: 0rem;
  margin-right: 4rem;
}
.serviceSec02L{
  width:100%;
  position: relative;

}
.serviceSec02R{
  width: 80%;
  padding-right: unset;
  padding-left: 0;
  position: relative;
  margin-bottom: 0 auto 2rem;
}


.serviceSec01_slide .slick-prev {
    left: unset;
    right: 22.5rem;
    width: 1.6rem;
    height: 1.6rem;
    top: unset;
    bottom: -10rem;
}
.serviceSec01_slide .slick-prev:before {
    content: '';
    background: url(../../src/img/slick_prev.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.6rem;
    height: 1.6rem;
    display: block;
}
.serviceSec01_slide .slick-next {
    right: 5rem;
    width: 1.6rem;
    height: 1.6rem;
    top: unset;
    bottom: -10rem;
}
.serviceSec01_slide .slick-next:before {
    content: '';
    background: url(../../src/img/slick_next.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.6rem;
    height: 1.6rem;
    display: block;
}

.serviceSec02_slide .slick-prev {
    left: unset;
    right: 22.5rem;
    width: 1.6rem;
    height: 1.6rem;
    top: unset;
    bottom: -10rem;
}
.serviceSec02_slide .slick-prev:before {
    content: '';
    background: url(../../src/img/slick_prev.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.6rem;
    height: 1.6rem;
    display: block;
}
.serviceSec02_slide .slick-next {
    right: 5rem;
    left: unset;
    width: 1.6rem;
    height: 1.6rem;
    top: unset;
    bottom: -10rem;
}
.serviceSec02_slide .slick-next:before {
    content: '';
    background: url(../../src/img/slick_next.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.6rem;
    height: 1.6rem;
    display: block;
}
.cmnBtn02Service{
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
}
/*-----------------------------------------------------------

ABOUT

-------------------------------------------------------------*/
.aboutIntro{
  margin-bottom: 6rem;
}
.cmnTtl02BoxaboutIntro{
  margin-bottom: 4rem;
}
.aboutIntroBox{

}
.aboutIntroBox_logo{
  width: 8rem;
  margin: 0 auto 2rem;
}
.aboutIntroBox_ttl{
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.aboutIntroBoxList{
  width: 75%;
  margin: 4rem auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.aboutIntroBoxList_item{
  width: 28%;
}
.aboutIntroBoxList_itemLine{
  width: 1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAAXNSR0IArs4c6QAAABpJREFUGFdjnDNnzv+UlBRGBiSAwoGJD6wgAJUGBAnziZWQAAAAAElFTkSuQmCC) 0 0 repeat-y;
}
.aboutIntroBoxList_itemLogo{
  width: 40%;
  margin: 0 auto 1rem;
}
.aboutIntroBoxList_itemTxt{
  font-size: 1.4rem;
  font-weight: 100;
}
.aboutIntroBox_txt{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 100;
}
.aboutSLideWrap{
  background: #F1F1F1;
  padding: 6rem 0 2rem;
  margin-bottom: 10rem;
}
.aboutSec01{
  width: 80%;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.aboutSec01L{
  width:55%;
  position: relative;
}
.aboutSec01LNavWrap{
  display: flex;
  position: relative;
  justify-content: space-between;
}
.aboutSec01_slide{
  margin-bottom: 1rem;
}
/*.serviceSec02_slide{
  margin-bottom: 1rem;
}*/
.aboutSec01_slideNav{
  width: 60%;
}
.aboutSec01_slideNav li{
  margin-right: 1rem;
}
.serviceSec02 .aboutSec01_slideNav li{
  margin-right: 0rem;
  margin-left: 1rem;
}
.aboutSec01_slideNav .slick-track {
  transform: unset !important;
}
/*.slider_progress {
  width: 18%;
  height:4px;
  background: #CFCFCF;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-right: 4rem;
  margin-top: 1.2rem;
}
.slider_progress .progress {
  width: 0%;
  height: 2px;
  background: #707070;
  border-radius: 10px;
}*/
.aboutSec01R{
  width: 40%;
  padding-right: 5rem;
  position: relative;
}

/*.serviceCmn_ttl {
  padding-left: 1rem;
  border-left: 1px solid #707070;
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 2rem;
}
.serviceCmn_ttl_en{
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.serviceCmn_ttl_jp{
  font-size: 1.4rem;
  font-weight: 500;
}
.serviceCmn_txt {
  margin-bottom: 2rem;
  font-weight: 100;
  line-height: 1.8;
  font-size: 1.4rem;
}
.serviceSec02 .aboutSec01LNavWrap{
  flex-direction: row-reverse;
}
.serviceSec02 .aboutSec01LNavWrap .slider_progress{
  margin-right: unset;
  margin-left: 4rem;
}
.serviceSec02L{
  width:55%;
  position: relative;
}
.serviceSec02R{
  width: 40%;
  padding-right: unset;
  padding-left: 5rem;
  position: relative;
}*/


.aboutSec01_slide .slick-prev {
    left: unset;
    right: 15.5rem;
    width: 1.6rem;
    height: 1.6rem;
    top: unset;
    bottom: -4rem;
}
.aboutSec01_slide .slick-prev:before {
    content: '';
    background: url(../../src/img/slick_prev.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.6rem;
    height: 1.6rem;
    display: block;
}
.aboutSec01_slide .slick-next {
    right: 0;
    width: 1.6rem;
    height: 1.6rem;
    top: unset;
    bottom: -4rem;
}
.aboutSec01_slide .slick-next:before {
    content: '';
    background: url(../../src/img/slick_next.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.6rem;
    height: 1.6rem;
    display: block;
}
.aboutSec01R_btn{
  display: flex;
  justify-content: space-between;
}
.aboutSec01R_btn li{
  width: 48%;
}
.aboutSec01R_btn li .cmnBtn02 {
  width: 100%;
  padding-right: 6rem;
}
.aboutSec01R_btn li .cmnBtn02:before {
  right: 3rem;
}
.aboutSec01R_btn li .cmnBtn02:after {
  right: 3rem;
}
.aboutCompany{
  width: 80%;
  margin: 0 auto 10rem;
}
.aboutCompanyList{
  width: 60%;
  margin: 0 auto 6rem;
}
.aboutCompanyList_item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAAXNSR0IArs4c6QAAABRJREFUGFdjLCgo+D9hwgRGBhwAAHN+BAIATbHVAAAAAElFTkSuQmCC) 0 bottom repeat-x;
  padding: 2rem 0;
}
.aboutCompanyList_itemL{
  width: 20%;
  font-size: 1.4rem;
  font-weight: 100;
}
.aboutCompanyList_itemR{
  width: 80%;
  font-size: 1.4rem;
  font-weight: 100;
}
.aboutCompanyMap{
  width: 65%;
  margin: 0 auto 6rem;
}
.aboutCompanyMap iframe{
  width: 100%;
  height: 50rem;
}
.aboutCompanyBnr{
  display: flex;
  justify-content: space-between;
}
.aboutCompanyBnr li{
  width: 49%;
}
.aboutRecruit{
  width: 80%;
  margin: 0 auto 12rem;
}
.aboutRecruit_ttl{
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.aboutRecruit_txt{
  width: 100%;
  margin: 0 auto 4rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 100;
}
.aboutRecruitBnr{
  display: flex;
  justify-content: center;
}
.aboutRecruitBnr li{
  width: 50%;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.aboutIntroBox_logo {
  width: 14rem;
  margin: 0 auto 2rem;
}
.aboutIntroBox_txt {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 100;
}
.aboutSec01 {
  width: 90%;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.aboutSec01R_btn {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.aboutSec01R_btn li {
  width: 100%;
  margin-bottom: 1rem;
}
.aboutCompanyList {
  width: 90%;
  margin: 0 auto 6rem;
}
.aboutCompanyMap {
  width: 90%;
  margin: 0 auto 6rem;
}
.aboutCompanyBnr {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin: 0 auto;
}
.aboutCompanyBnr li {
  width: 100%;
  margin-bottom: 2rem;
}
.aboutIntroBoxList {
  width: 90%;
  margin: 4rem auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.aboutIntroBoxList_itemLogo {
  width: 60%;
  margin: 0 auto 1rem;
}
.aboutRecruitBnr li {
  width: 80%;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.aboutIntro{
  margin-bottom: 4rem;
}
.cmnTtl02BoxaboutIntro{
  margin-bottom: 4rem;
}
.aboutIntroBox{

}
.aboutIntroBox_logo{
  width: 8rem;
  margin: 0 auto 2rem;
}
.aboutIntroBox_ttl{
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.aboutIntroBoxList{
  width: 75%;
  margin: 4rem auto;
  display: flex;
  justify-content: space-between;
  align-items: unset;
  flex-direction: column;
}
.aboutIntroBoxList_item{
  width: 100%;
  margin-bottom: 3rem;
}
.aboutIntroBoxList_itemLine{
  width: 100%;
  height: 1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAAXNSR0IArs4c6QAAABRJREFUGFdjLCgo+D9hwgRGBhwAAHN+BAIATbHVAAAAAElFTkSuQmCC) 0 bottom repeat-x;
  margin-bottom: 3rem;
}
.aboutIntroBoxList_itemLogo{
  width: 40%;
  margin: 0 auto 1rem;
}
.aboutIntroBoxList_itemTxt{
  font-size: 1.4rem;
}

.aboutIntroBoxListSP .slick-dots{
    position: absolute;
    bottom: 0rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.aboutIntroBoxListSP .slick-dots li {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 1rem;
  padding: 0;
  cursor: pointer;
}
.aboutIntroBoxListSP .slick-dots li button:before {
  font-family: unset!important;
  font-size: 5px;
  line-height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  content: '•';
  text-align: center;
  color: #A1A1A1;
  background: #A1A1A1;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
}
.aboutIntroBoxListSP .slick-dots li.slick-active button:before{
    color:#6E6E6E;
    border-radius: 50%;
    background:#6E6E6E;
}
.aboutIntroBoxListSP .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.aboutIntroBoxListSP .slick-prev {
  left: -4.5rem;
  width: 4rem;
  height: 4rem;
  top: 12rem;
}
.aboutIntroBoxListSP .slick-prev:before {
  content: '';
  background: url(../../src/img/about_slick_prev.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 4rem;
  height: 4rem;
  display: block;
}
.aboutIntroBoxListSP .slick-next {
  right: -4.5rem;
  width: 4rem;
  height: 4rem;
  top: 12rem;
}
.aboutIntroBoxListSP .slick-next:before {
  content: '';
  background: url(../../src/img/about_slick_next.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 4rem;
  height: 4rem;
  display: block;
}

.aboutIntroBox_txt{
  width: 80%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 100;
}
.aboutSLideWrap{
  background: #F1F1F1;
  padding: 6rem 0 2rem;
  margin-bottom: 10rem;
}
.aboutSLideWrap .service_secList {
  width: 92%;
}
.aboutSec01{
  width: 100%;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-direction: column-reverse;
}
.aboutSec01L{
  width:100%;
  position: relative;
}
.aboutSec01LNavWrap{
  display: flex;
  position: relative;
  justify-content: flex-end;
  width: 80%;
  flex-wrap: wrap;
  margin: 0 auto;
}
.aboutSec01_slide{
  margin-bottom: 1rem;
}
/*.serviceSec02_slide{
  margin-bottom: 1rem;
}*/
.aboutSec01_slideNav{
  width: 100%;
  margin-bottom: 1rem;
}
.aboutSec01_slideNav li{
  margin-right: 1rem;
}
.serviceSec02 .aboutSec01_slideNav li{
  margin-right: 0rem;
  margin-left: 1rem;
}
.aboutSec01_slideNav .slick-track {
  transform: unset !important;
}
/*.slider_progress {
  width: 18%;
  height:4px;
  background: #CFCFCF;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-right: 4rem;
  margin-top: 1.2rem;
}
.slider_progress .progress {
  width: 0%;
  height: 2px;
  background: #707070;
  border-radius: 10px;
}*/
.aboutSec01R{
  width: 80%;
  padding-right: 0;
  position: relative;
  margin-bottom: 4rem;
}

/*.serviceCmn_ttl {
  padding-left: 1rem;
  border-left: 1px solid #707070;
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 2rem;
}
.serviceCmn_ttl_en{
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.serviceCmn_ttl_jp{
  font-size: 1.4rem;
  font-weight: 500;
}
.serviceCmn_txt {
  margin-bottom: 2rem;
  font-weight: 100;
  line-height: 1.8;
  font-size: 1.4rem;
}
.serviceSec02 .aboutSec01LNavWrap{
  flex-direction: row-reverse;
}
.serviceSec02 .aboutSec01LNavWrap .slider_progress{
  margin-right: unset;
  margin-left: 4rem;
}
.serviceSec02L{
  width:55%;
  position: relative;
}
.serviceSec02R{
  width: 40%;
  padding-right: unset;
  padding-left: 5rem;
  position: relative;
}*/


.aboutSec01_slide .slick-prev {
    left: unset;
    right: 22.5rem;
    width: 1.6rem;
    height: 1.6rem;
    top: unset;
    bottom: -10rem;
}
.aboutSec01_slide .slick-prev:before {
    content: '';
    background: url(../../src/img/slick_prev.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.6rem;
    height: 1.6rem;
    display: block;
}
.aboutSec01_slide .slick-next {
    right: 5rem;
    width: 1.6rem;
    height: 1.6rem;
    top: unset;
    bottom: -10rem;
}
.aboutSec01_slide .slick-next:before {
    content: '';
    background: url(../../src/img/slick_next.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.6rem;
    height: 1.6rem;
    display: block;
}
.aboutSec01R_btn{
  display: flex;
  justify-content: center;
}
.aboutSec01R_btnSP{
  margin-top: 4rem;
}
.aboutSec01R_btn li{
  width: 48%;
}
.aboutSec01R_btn li .cmnBtn02 {
  width: 100%;
  padding-right: 6rem;
}
.aboutSec01R_btn li .cmnBtn02:before {
  right: 3rem;
}
.aboutSec01R_btn li .cmnBtn02:after {
  right: 3rem;
}
.aboutCompany{
  width: 80%;
  margin: 0 auto 10rem;
}
.aboutCompanyList{
  width: 100%;
  margin: 0 auto 6rem;
}
.aboutCompanyList_item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAAXNSR0IArs4c6QAAABRJREFUGFdjLCgo+D9hwgRGBhwAAHN+BAIATbHVAAAAAElFTkSuQmCC) 0 bottom repeat-x;
  padding: 2rem 0;
}
.aboutCompanyList_itemL{
  width: 30%;
  font-size: 1.4rem;
  font-weight: 100;
}
.aboutCompanyList_itemR{
  width: 70%;
  font-size: 1.4rem;
  font-weight: 100;
}
.aboutCompanyMap{
  width: 100%;
  margin: 0 auto 6rem;
}
.aboutCompanyMap iframe{
  width: 100%;
  height: 20rem;
}
.aboutCompanyBnr{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.aboutCompanyBnr li{
  width: 100%;
  margin-bottom: 2rem;
}
.aboutRecruit{
  width: 80%;
  margin: 0 auto 12rem;
}
.aboutRecruit_ttl{
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.aboutRecruit_txt{
  width: 100%;
  margin: 0 auto 4rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 100;
}
.aboutRecruitBnr{
  display: flex;
  justify-content: center;
}
.aboutRecruitBnr li{
  width: 100%;
}
}
/*-----------------------------------------------------------

SHOP LIST

-------------------------------------------------------------*/
.allShopList{
  margin: 6rem auto 0;
}
.shopListNav{
  margin-bottom: 8rem;
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.allShopList{
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 6rem auto 0;
}
.allShopList .topShopList_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 0;
  margin-left: 0rem;
  margin-bottom: 3rem;
}
.allShopList .topShopList_itemTopInner{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding-left: 50%;
  position: relative;
  height: auto;
  min-height: 21rem;
}
.allShopList .topShopList_itemImg{
  width: 45%;
  position: absolute;
  left: 0;
  overflow: unset;
  height: 21rem;
}
.allShopList .topShopList_itemInfo {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.8;
  height: auto;
  letter-spacing: 0.08em;
}
.allShopList .topShopList_itemKind li {
  width: 32%;
}
.allShopList .topShopList_itemKind::after {
  content: "";
  display: block;
  width: 32%;
}
}
/*-----------------------------------------------------------

TOP

-------------------------------------------------------------*/
.main_subShopTtl {
  position: absolute;
  bottom: 5rem;
  left: 0rem;
  background: #434343d1;
  width: 45rem;
  padding: 3rem 8rem;
  padding-left: 14rem;
}
.shopListSubIntro{
  width: 70%;
  margin: 5rem auto 6rem;
}
.shopListSubIntroInner{
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.shopListSubIntroL{
  width: 48%;
}
.shopListSubIntroL_list{
  margin-bottom: 3rem;
}
.shopListSubIntroL_listItem{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.shopListSubIntroL_listItem_l{
  width: 25%;
  font-size: 1.4rem;
}
.shopListSubIntroL_listItem_r{
  width: 75%;
  font-size: 1.4rem;
  line-height: 1.6;
}
.shopListSubIntroKind{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.shopListSubIntroKind:after,
.shopListSubIntroKind:before{
  content:"";
  display:block;
  width: 23%;
  height:0;
}
.shopListSubIntroKind:before{
  order:1;
}
.shopListSubIntroKind li{
  width: 23%;
  border: 1px solid #707070;
  line-height: 1;
  text-align: center;
  padding: 0.6rem;
  white-space: nowrap;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}
.shopListSubIntroR{
  width: 48%;
}
.shopListSubIntroR iframe{
  width: 100%;
  height: 29rem;
}
.shopListSubIntroBtm{
  display: flex;
}
.shopListSubIntroBtmL{
  padding-right: 4rem;
  border-right: 1px solid #707070;
  font-size: 1.4rem;
  display: flex;
  align-items: flex-start;
}
.shopListSubIntroBtmR{
  padding-left: 4rem;
  font-size: 1.4rem;
  display: flex;
  align-items: flex-start;
}
.shopListSub_gallery{
  width: 70%;
  margin: 0 auto 8rem;
}
.cmnTtl02BoxshopsubGallery{

}
.shopListSub_galleryList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shopListSub_galleryList::after {
    content: "";
    display:block;
    width:23%;
}
.shopListSub_galleryList::before { 
    content: ""; 
    display:block; 
    width:23%;
    order: 1;
}
.shopListSub_galleryList li{
  width: 23%;
  margin-bottom: 3rem;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: unset!important;
  border: unset!important;
}
.lb-outerContainer{
  border-radius: unset!important;
  background-color: #333!important;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../src/js/lightbox/images/spin.svg) no-repeat!important;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../../src/img/lb_close.svg) top right no-repeat!important;
  background-size: 100% 100%!important;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=100)!important;
  opacity: 1!important;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  top: -4rem!important;
  position: absolute!important;
  right: 0!important;
  left: 0!important;
}
.shopListSub_mov{
  width: 55%;
  margin: 0 auto 10rem;
}
.shopListSub_movInner{

}
.shopListSub_movInner iframe{
  width: 100%;
  height: 39rem;
}
#garellynext{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.shopListSubIntro {
  width: 90%;
  margin: 5rem auto 6rem;
}
.shopListSub_gallery {
  width: 90%;
  margin: 0 auto 8rem;
}
.shopListSub_mov {
  width: 75%;
  margin: 0 auto 10rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.main_subShopTtl{
  position: absolute;
  bottom: 12rem;
  left: 0rem;
  background: #434343d1;
  width: 70%;
  padding: 3rem 4rem;
}
.shopListSubIntro{
  width: 80%;
  margin: 5rem auto 6rem;
}
.shopListSubIntroInner{
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  flex-direction: column;
}
.shopListSubIntroL{
  width: 100%;
}
.shopListSubIntroL_list{
  margin-bottom: 3rem;
}
.shopListSubIntroL_listItem{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  align-items: center;
}
.shopListSubIntroL_listItem_l{
  width: 25%;
  font-size: 1.4rem;
}
.shopListSubIntroL_listItem_r{
  width: 75%;
  font-size: 1.4rem;
  line-height: 1.6;
}
.shopListSubIntroKind{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.shopListSubIntroKind:after,
.shopListSubIntroKind:before{
  content:"";
  display:block;
  width: 23%;
  height:0;
}
.shopListSubIntroKind:before{
  order:1;
}
.shopListSubIntroKind li{
  width: 23%;
  border: 1px solid #707070;
  line-height: 1;
  text-align: center;
  padding: 0.6rem;
  white-space: nowrap;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}
.shopListSubIntroR{
  width: 100%;
}
.shopListSubIntroR iframe{
  width: 100%;
  height: 29rem;
}
.shopListSubIntroBtm{
  display: flex;
  flex-direction: column;
}
.shopListSubIntroBtmL{
  padding-right: 0;
  border-right: none;
  font-size: 1.4rem;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  width: 100%;
}
.shopListSubIntroBtmR{
  padding-left: 0rem;
  font-size: 1.4rem;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.shopListSub_gallery{
  width: 80%;
  margin: 0 auto 8rem;
  position: relative;
}
.cmnTtl02BoxshopsubGallery{

}
.shopListSub_galleryList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shopListSub_galleryList li{
  width: 48%;
  margin-bottom: 2rem;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: unset!important;
  border: unset!important;
}
.lb-outerContainer{
  border-radius: unset!important;
  background-color: #333!important;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../src/js/lightbox/images/spin.svg) no-repeat!important;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../../src/img/lb_close.svg) top right no-repeat!important;
  background-size: 100% 100%!important;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=100)!important;
  opacity: 1!important;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  top: -4rem!important;
  position: absolute!important;
  right: 0!important;
  left: 0!important;
}
.shopListSub_mov{
  width: 80%;
  margin: 0 auto 10rem;
}
.shopListSub_movInner{

}
.shopListSub_movInner iframe{
  width: 100%;
  height: 18rem;
}

#garellynext{
  position: absolute;
  bottom: 2rem;
  width: 100%;
  padding: 2rem;
  text-align: center;
  color: #fff;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(64,64,64,1) 99%, rgba(62,62,62,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(64,64,64,1) 99%,rgba(62,62,62,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(64,64,64,1) 99%,rgba(62,62,62,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#3e3e3e',GradientType=0 );
}

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

NEWS

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












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

NEWS DETAIL

-------------------------------------------------------------*/
.newsDetailBox{
  width: 60%;
  margin: 0 auto 6rem;
  padding-top: 2rem;
}
.newsDetailBoxMain{
  margin-bottom: 4rem;
}
.newsDetailBoxInner{

}
.newsDetailBoxInfo{
  margin-bottom: 2rem;
  padding-left: 1rem;
  border-left: 2px solid #707070;
}
.newsDetailBoxInfo_date{
  font-size: 1.2rem;
  line-height: 1.4;
}
.newsDetailBoxInfo_ttl{
  font-size: 1.4rem;
  font-weight: bold;
}
.newsDetailBoxContent{
  margin-bottom: 6rem;
  font-size: 1.4rem;
  font-weight: 100;
}
.newsDetailBoxContent p{
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 100;
}
/*.newsDetailBoxContent p *{
  margin-bottom: 2rem;
  font-size: 1.4rem!important;
  font-weight: 100;
}*/
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsDetailBox {
  width: 80%;
  margin: 0 auto 6rem;
  padding-top: 2rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsDetailBox{
  width: 80%;
  margin: 0 auto 6rem;
  padding-top: 2rem;
}
.newsDetailBoxMain{
  margin-bottom: 4rem;
}
.newsDetailBoxInner{

}
.newsDetailBoxInfo{
  margin-bottom: 2rem;
  padding-left: 1rem;
  border-left: 2px solid #707070;
}
.newsDetailBoxInfo_date{
  font-size: 1.2rem;
  line-height: 1.4;
}
.newsDetailBoxInfo_ttl{
  font-size: 1.4rem;
  font-weight: bold;
}
.newsDetailBoxContent{
  margin-bottom: 4rem;
  font-size: 1.2rem;
  font-weight: 100;
}
.newsDetailBoxContent p{
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 100;
}
}
/*-----------------------------------------------------------

READING

-------------------------------------------------------------*/
.readingCatBtnWrap{
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.readingCatBtn{
  display: flex;
  justify-content: center;
  align-content: center;
}
.readingCatBtn li{
  margin: 0 2rem;
  line-height: 1;
}
.readingCatBtn li a{
  display: block;
  padding: 0 1rem 0.5rem;
  border-bottom: 1px solid #fff;
  color: #B4B4B4;
}
.readingCatBtn li a:hover{
  display: block;
  padding: 0 1rem 0.5rem;
  border-bottom: 1px solid #707070;
  color: #707070;
}
.readingListWrap{
  width: 80%;
  margin: 0 auto 6rem;
}
.readingList{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.readingList:after{
  content:"";
  display:block;
  width: 32%;
  height:0;
}
.readingList_item{
  width: 32%;
  margin-bottom: 4rem;
}
.readingList_itemLink{
  display: block;
}
.readingList_itemLink_img {
    width: 100%;
    height: 29.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1rem;
}
.readingList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.readingList_itemLinkTips{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
.readingList_itemKind {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.readingList_itemKindNews{
  margin-bottom: 1rem;
}
.readingList_itemKind li {
  width: auto;
  border: 1px solid #707070;
  line-height: 1;
  text-align: center;
  padding: 0.2rem 0.6rem;
  white-space: nowrap;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-right: 1rem;
}
.readingList_itemLink_info{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0;
}
.readingList_itemLink_infoDate{
  width: 27%;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1rem;
  border-left: 1px solid #707070;
  line-height: 1;
}
.readingList_itemLink_infoTtl{
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
.readingList_itemLink_author{
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0;
  line-height: 1.5;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.readingListWrap {
  width: 90%;
  margin: 0 auto 6rem;
}
.readingList_itemLink_img {
  width: 100%;
  height: 17.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
}
.readingList_itemKind li {
  width: auto;
  border: 1px solid #707070;
  line-height: 1;
  text-align: center;
  padding: 0.2rem 0.6rem;
  white-space: nowrap;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-right: 1rem;
}
.readingList_itemLink_info {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0;
  flex-direction: column;
}
.readingList_itemLink_infoDate {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1rem;
  border-left: 1px solid #707070;
  line-height: 1;
}
.readingList_itemLink_infoTtl {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 0rem;
  margin-left: 0rem;
  border-left: none;
  line-height: 1.4;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.readingCatBtnWrap{
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.readingCatBtn{
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 80%;
}
.readingCatBtn li{
  margin: 0 0rem;
  line-height: 1;
}
.readingCatBtn li a{
  display: block;
  padding: 0 1rem 0.5rem;
  border-bottom: 1px solid #fff;
  color: #B4B4B4;
  font-size: 1.4rem;
}
.readingCatBtn li a:hover{
  display: block;
  padding: 0 1rem 0.5rem;
  border-bottom: 1px solid #707070;
  color: #707070;
}
.readingCatBtnNews{
  flex-wrap: wrap;
  justify-content: center;
}
.readingCatBtnNews li{
  margin: 0 1rem 2rem;
}
.readingListWrap{
  width: 80%;
  margin: 0 auto 6rem;
}
.readingList{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.readingList:after{
  content:"";
  display:block;
  width: 48%;
  height:0;
}
.readingList_item{
  width: 48%;
  margin-bottom: 4rem;
}
.readingList_itemLink{
  display: block;
}
.readingList_itemLink_img {
    width: 100%;
    height: 13.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1rem;
}
.readingList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.readingList_itemLinkTips{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0rem;
  flex-wrap: wrap;
}
.readingList_itemKind {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  width: 100%;
}
.readingList_itemKind li {
  width: auto;
  border: 1px solid #707070;
  line-height: 1;
  text-align: center;
  padding: 0.4rem;
  white-space: nowrap;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-right: 0.5rem;
}
.readingList_itemLink_info{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0rem;
  padding: 0;
  border-left: 1px solid #707070;
  padding: 0 1rem;
  padding-right: 0;
  flex-wrap: wrap;
}
.readingList_itemLink_infoDate{
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1rem;
  border-left: 1px solid #707070;
  line-height: 1;
}
.readingList_itemLink_infoTtl{
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 0;
  margin-left: 0;
  border-left: none;
  line-height: 1.4;
  padding: 0.4rem 0;
}
.readingList_itemLink_author{
  ffont-size: 1.2rem;
  font-weight: 400;
  padding: 0 1rem;
  padding-right: 0;
  border-left: 1px solid #707070;
}
}
/*-----------------------------------------------------------

READING DETAIL

-------------------------------------------------------------*/
.redingDetailBox{
  width: 80%;
  margin: 0 auto 6rem;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.redingDetailBoxL{
  width: 70%;
}
.redingDetailBoxLMain{
  margin-bottom: 4rem;
}
.redingDetailBoxLTips{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.redingDetailBoxLKind {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.redingDetailBoxLKind li {
  width: auto;
  border: 1px solid #707070;
  line-height: 1;
  text-align: center;
  padding: 0.4rem 0.6rem;
  white-space: nowrap;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-right: 2rem;
}
.redingDetailBoxLLink_info{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0;
}
.redingDetailBoxLLink_infoDate{
  width: 25%;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 2rem;
  border-left: 1px solid #707070;
  line-height: 1;
}
.redingDetailBoxLLink_infoTtl{
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
.redingDetailBoxLLink_author{
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0;
  margin-bottom: 3rem;
  line-height: 1;
}
.redingDetailBoxLContent{
  margin-bottom: 5rem;
}
.redingDetailBoxLContent p{
  font-size: 1.6rem;
  margin-bottom: 2rem;
  font-weight: 100;
}
/*.redingDetailBoxLContent p *{
  font-size: 1.4rem!important;
  font-weight: 100;
}*/
.redingDetailBoxLContent ul{
  display: flex;
  margin-bottom: 2rem;
}
.redingDetailBoxLContent ul li{
  margin-right: 4rem;
}
.redingDetailBoxLContent h2{
  font-size: 2rem;
  margin-bottom: 1rem;
}
.redingDetailBoxRBox{
  width: 25%;
}
.redingDetailBoxR_ttl{
  font-size: 2rem;
  padding-left: 1rem;
  border-left: 3px solid #707070;
  line-height: 1;
  margin-bottom: 2rem;
}
.redingDetailBoxR{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  flex-direction: column;
}
.redingDetailBoxR_item{
  width: 100%;
  margin-bottom: 4rem;
}
.redingDetailBoxR_itemLink{
  display: block;
}
.redingDetailBoxR_itemLink_img {
    width: 100%;
    height: 19.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1rem;
}
.redingDetailBoxR_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.redingDetailBoxLTips{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.redingDetailBoxR_itemLinkTips {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.redingDetailBoxR_itemKind li {
  width: auto;
  border: 1px solid #707070;
  line-height: 1;
  text-align: center;
  padding: 0.4rem 0.6rem;
  white-space: nowrap;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-right: 1.5rem;
}
.redingDetailBoxR_itemLink_info{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0;
}
.redingDetailBoxR_itemLink_infoDate{
  width: 40%;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1.5rem;
  border-left: 1px solid #707070;
  line-height: 1;
}
.redingDetailBoxR_itemLink_infoTtl{
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
.redingDetailBoxR_itemLink_author{
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.redingDetailBox {
  width: 90%;
  margin: 0 auto 6rem;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.redingDetailBoxLTips{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.redingDetailBoxLKind li {
  width: auto;
  border: 1px solid #707070;
  line-height: 1;
  text-align: center;
  padding: 0.6rem;
  white-space: nowrap;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-right: 2rem;
}
.redingDetailBoxLLink_infoDate{
  width: 25%;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 2rem;
  border-left: 1px solid #707070;
  line-height: 1;
}
.redingDetailBoxLLink_infoTtl {
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
.redingDetailBoxR_itemLink_img {
  width: 100%;
  height: 13.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
}
.redingDetailBoxR_itemLinkTips {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.redingDetailBoxR_itemLink_info {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0;
  flex-direction: column;
}
.redingDetailBoxR_itemLink_infoDate {
  width: 50%;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1.5rem;
  border-left: 1px solid #707070;
  line-height: 1;
}
.redingDetailBoxR_itemLink_infoTtl {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 0rem;
  margin-left: 0rem;
  border-left: none;
  line-height: 1.4;
}
.redingDetailBoxR_ttl {
  font-size: 1.6rem;
  padding-left: 1rem;
  border-left: 3px solid #707070;
  line-height: 1;
  margin-bottom: 2rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.redingDetailBox{
  width: 80%;
  margin: 0 auto 6rem;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.redingDetailBoxL{
  width: 100%;
  margin-bottom: 8rem;
}
.redingDetailBoxLMain{
  margin-bottom: 2rem;
}
.redingDetailBoxLTips{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.redingDetailBoxLKind {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.redingDetailBoxLKind li {
  width: auto;
  border: 1px solid #707070;
  line-height: 1;
  text-align: center;
  padding: 0.6rem;
  white-space: nowrap;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-right: 2rem;
}
.redingDetailBoxLLink_info{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0;
  flex-wrap: wrap;
}
.redingDetailBoxLLink_infoDate{
  width: 45%;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 2rem;
  border-left: 1px solid #707070;
  line-height: 1;
}
.redingDetailBoxLLink_infoTtl{
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  padding-left: 0rem;
  margin-left: 0rem;
  border-left: none;
  line-height: 1.4;
}
.redingDetailBoxLLink_author{
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0;
  margin-bottom: 3rem;
}
.redingDetailBoxLContent{
  margin-bottom: 5rem;
}
.redingDetailBoxLContent p{
  font-size: 1.6rem;
  margin-bottom: 2rem;
  font-weight: 100;
}
.redingDetailBoxLContent ul{
  display: flex;
  margin-bottom: 2rem;
}
.redingDetailBoxLContent ul li{
  margin-right: 2rem;
}
.redingDetailBoxLContent h2{
  font-size: 2rem;
  margin-bottom: 1rem;
}
.redingDetailBoxRBox{
  width: 100%;
}
.redingDetailBoxR_ttl{
  font-size: 2rem;
  padding-left: 1rem;
  border-left: 3px solid #707070;
  line-height: 1;
  margin-bottom: 2rem;
}
.redingDetailBoxR{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  flex-direction: column;
}
.redingDetailBoxR_item{
  width: 100%;
  margin-bottom: 4rem;
}
.redingDetailBoxR_itemLink{
  display: block;
}
.redingDetailBoxR_itemLink_img {
    width: 100%;
    height: 21.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1rem;
}
.redingDetailBoxR_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.redingDetailBoxR_itemLinkTips {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.redingDetailBoxR_itemKind {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.redingDetailBoxR_itemKind li {
  width: auto;
  border: 1px solid #707070;
  line-height: 1;
  text-align: center;
  padding: 0.4rem 0.6rem;
  white-space: nowrap;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.redingDetailBoxR_itemLink_info{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0;
}
.redingDetailBoxR_itemLink_infoDate {
  width: 50%;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1.5rem;
  border-left: 1px solid #707070;
  line-height: 1;
}
.redingDetailBoxR_itemLink_infoTtl{
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
.redingDetailBoxR_itemLink_author{
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0;
}
}
/*-----------------------------------------------------------

PAGE NAV

-------------------------------------------------------------*/
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  line-height: 1;
}
.wp-pagenavi .current{
  display: block;
  margin: 0 1rem;
  padding: 0 0.2rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #707070;
  font-weight: 600;
}
.wp-pagenavi .page{
  display: block;
  margin: 0 1rem;
  padding: 0 0.2rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  color: #ACACAC;
}
.wp-pagenavi .previouspostslink{
  display: block;
  margin: 0 0.5rem;
  padding: 0 0.2rem;
  padding-bottom: 0.4rem;
  font-size: 1rem;
}
.wp-pagenavi .first{
  display: block;
  margin: 0 0.5rem;
  padding: 0 0.2rem;
  padding-bottom: 0.4rem;
  font-size: 1rem;
}
.wp-pagenavi .nextpostslink{
  display: block;
  margin: 0 0.5rem;
  padding: 0 0.2rem;
  padding-bottom: 0.4rem;
  font-size: 1rem;
}
.wp-pagenavi .last{
  display: block;
  margin: 0 0.5rem;
  padding: 0 0.2rem;
  padding-bottom: 0.4rem;
  font-size: 1rem;
}
/*-----------------------------------------------------------

404

-------------------------------------------------------------*/
.nfWrap{
  padding: 25rem 10rem;
}
.nfBox{
}
.nfBox_ttl{
  text-align: center;
  font-size: 5rem;
  margin-bottom: 1rem;
  line-height: 1;
  font-weight: bold;
}
.nfBox_txt{
  text-align: center;
  margin-bottom: 0rem;
  font-weight: bold;
  font-size: 1.8rem;
}
.nfBox_txt02{
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
.thanks_tel{
  display: flex;
  justify-content: center;
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.nfWrap{
  padding: 24rem 10rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.nfWrap{
  padding: 20rem 4rem;
}
.nfBox{
}
.nfBox_ttl{
  text-align: center;
  font-size: 5rem;
  margin-bottom: 1rem;
  line-height: 1;
  font-weight: bold;
}
.nfBox_txt{
  text-align: center;
  margin-bottom: 0rem;
  font-weight: bold;
  font-size: 1.8rem;
}
.nfBox_txt02{
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
}
/*-----------------------------------------------------------

OTHERS

-------------------------------------------------------------*/
.punkuz{
  width: 80%;
  margin: 1rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.punkuz li{
  margin-right: 1rem;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.punkuz li br{
  display: none;
}

.mainContentNoMv{
  padding-top: 7rem;
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.punkuz{
  width: 90%;
  margin: 1rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow-x: auto;
}
.punkuz li{
  margin-right: 1rem;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.punkuz li br{
  display: none;
}
}
/*-----------------------------------------------------------

PROFILE

-------------------------------------------------------------*/
.profBox{
  width: 50%;
  margin: 0 auto 4rem;
  padding: 1.5rem;
  border: 1px solid #707070;
}
.profBoxTop{
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.profBoxTopImg {
    width: 30%;
    height: 9.8rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.profBoxTopImg img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.profBoxTopInfo{
  width: 65%;
}
.profBoxTopInfo_ttl{
  font-size: 1.2rem;
  font-weight:300;
}
.profBoxTopInfo_name{
  font-size: 1.4rem;
}
.profBoxTopInfo_intro{
  font-size: 1rem;
  font-weight: 100;
}
.profBoxBtm{
  font-size: 1rem;
  font-weight: 100;
  margin-top: 2rem;
  padding-top: 1rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAAXNSR0IArs4c6QAAABRJREFUGFdjLCgo+D9hwgRGBhwAAHN+BAIATbHVAAAAAElFTkSuQmCC) 0 top repeat-x;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.profBox {
  width: 60%;
  margin: 0 auto 4rem;
  padding: 1.5rem;
  border: 1px solid #707070;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.profBox{
  width: 100%;
  margin: 0 auto 4rem;
  padding: 1.5rem;
  border: 1px solid #707070;
}
.profBoxTop{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profBoxTopImg {
    width: 30%;
    height: 9.8rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.profBoxTopImg img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.profBoxTopInfo{
  width: 65%;
}
.profBoxTopInfo_ttl{
  font-size: 1.2rem;
  font-weight:300;
}
.profBoxTopInfo_name{
  font-size: 1.4rem;
}
.profBoxTopInfo_intro{
  font-size: 1rem;
  font-weight: 100;
}
.profBoxBtm{
  font-size: 1rem;
  font-weight: 100;
  margin-top: 2rem;
  padding-top: 1rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAAXNSR0IArs4c6QAAABRJREFUGFdjLCgo+D9hwgRGBhwAAHN+BAIATbHVAAAAAElFTkSuQmCC) 0 top repeat-x;
}
}
/*-----------------------------------------------------------

STUDIO

-------------------------------------------------------------*/
.studioIntro{
  margin-bottom: 6rem;
}
.cmnTtl02BoxstudioIntro{
  margin-bottom: 4rem;
}
.studioIntroBox{

}
.studioIntroBox_ttl{
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}


.studioSLideWrap {
  background: #F1F1F1;
  padding: 6rem 0 2rem;
  margin-bottom: 20rem;
}
.studioIntroBox_txt{
  width: 100%;
  margin: 0 auto 4rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 100;
}

.studio_secList{
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}
.studio_secList li{
  padding: 0.2rem 2.5rem;
  border-right: 1px solid #707070;
  line-height: 1;
  font-size: 1.2rem;
}
.studio_secList li:last-child{
  border: none;
}
.studio_secList li a{
  display: block;
}
.studioSec{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 10rem;
}
.studioSec01{
  padding-right: 8%;
}
.studioSecL{
  width: 64%;
}
.studioSecR{
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.studioSecR_top_ttl {
  padding-left: 2rem;
  border-left: 2px solid #707070;
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 2rem;
}
.studioSecR_top_ttl_en{
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.studioSecR_top_ttl_jp{
  font-size: 1.4rem;
  font-weight: 500;
}
.studioSecR_top_ttl_jp.ltsp{
  letter-spacing: 0.1rem;
}
.studioSecR_topPrice{

}
.studioSecR_topPrice_ttl{
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0.1em;
}
.studioSecR_topPrice_list{
  margin-bottom: 0.6rem;

}
.studioSecR_topPrice_list li{
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-weight: 100;
  font-size: 1.4rem;
}
.studioSecR_topPrice_list li span{
  font-size: 1.2rem;
}
.studioSecR_btm{
  /* background: #fff; */
  /* padding: 2rem 4rem; */
  margin-bottom: 4rem;
}
.studioSecR_btm02{
  padding: 4rem;
}
.studioSecR_btmTtl{
  font-weight: 300;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.studioSecR_btmList{
  margin-bottom: 0.5rem;
}
.studioSecR_btmList li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 100;
  margin-bottom: 0.2rem;
  position: relative;
}
.studioSecR_btmList li:after{
  content: "";
  width: 100%;
  height: 1px;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAAXNSR0IArs4c6QAAABZJREFUGFdjLCgo+D9hwgRGBihA5wMAproIAtqPrTUAAAAASUVORK5CYII=) 0 0 repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.studioSecR_btmList li p{
  display: inline-block;
  background: #fff;
  padding: 0 1rem 0 0;
  position: relative;
  z-index: 1;
}
.studioSecR_btmList li p + p{
  display: inline-block;
  background: #fff;
  padding: 0 0 0 1rem;
  position: relative;
  z-index: 1;
}
.studioSecR_btmList li p + p span{
  display: inline-block;
  padding-right: 0.8rem;
}
.studioSecR_btmTxt{
  font-size: 1.2rem;
  font-weight: 100;
  margin-bottom: 0.4rem;
  letter-spacing: 0.1em;
}
.studioSecR_btmTxt a{
  color: #0043A7;
  display: inline-block;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #a5bee2;
  line-height: 1;
}
.studio_gallery{
  width: 70%;
  margin: 0 auto 16rem;
  position: relative;
}

.cmnTtl02BoxstudioGallery{
  margin-bottom: 4rem;
}
.studio_galleryList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.studio_galleryList::after {
    content: "";
    display:block;
    width:30%;
}
.studio_galleryList li{
  width: 30%;
  margin-bottom: 3rem;
}

.studioSec02{
  flex-direction: row-reverse;
  padding-right: 0%;
  padding-left: 8%;
  margin-bottom: -2rem;
}
.studio_gallery02{
  margin-bottom: 0;
  position: relative;
  bottom: -14rem;
}
.studioUse{
  width: 80%;
  margin: 0 auto 10rem;
}
.cmnTtl02BoxstudioUse{
  margin-bottom: 4rem;
}
.studioUseBox{
  margin-bottom: 6rem;
}
.studioUseBox_txt {
  width: 100%;
  margin: 0 auto 4rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 100;
}
.studioUseBtm{
  display: flex;
  justify-content: space-between;
}
.studioUseBtmL{
  width: 50%;
  border-right: 1px solid #707070;
  padding-right: 6rem;
  margin-right: 6rem;
}
.studioUseBtmL_ttl{
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.studioUseBtmList{
  margin-bottom: 1rem;
}
.studioUseBtmList li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
  position: relative;
}
.studioUseBtmList li:after{
  content: "";
  width: 100%;
  height: 1px;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAAXNSR0IArs4c6QAAABZJREFUGFdjLCgo+D9hwgRGBihA5wMAproIAtqPrTUAAAAASUVORK5CYII=) 0 0 repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.studioUseBtmList li p{
  display: inline-block;
  background: #fff;
  padding: 0 1rem 0 0;
  position: relative;
  z-index: 1;
}
.studioUseBtmList li p + p{
  display: inline-block;
  background: #fff;
  padding: 0 0 0 1rem;
  position: relative;
  z-index: 1;
}
.studioUseBtmList li p + p span{
  display: inline-block;
  padding-right: 0.8rem;
}
.studioUseBtmL_txt{
  font-size: 1rem;
  font-weight: 100;
}
.studioUseBtmL_txt.figcaption {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  text-align: center;
}
.studioUseBtmL_txt.figcaption span {
  padding: 0.2rem 1rem;
}
.studioUseBtmR{
  width: 50%;
}
.studioUseBtmR_ttl{
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.studioUseBtmR_txt{
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.studioUseBtm .studioUseBtmR {
  display: flex;
  align-items: center;
}
.studioFaq{
  width: 80%;
  margin: 0 auto 10rem;
}
.cmnTtl02BoxstudioFaq{
  margin-bottom: 4rem;
}
.studioFaqList{

}
.studioFaqList_item{
  margin-bottom: 4rem;
}
.studioFaqList_itemTtl{
  border-bottom: 1px solid #707070;
  padding-left: 5rem;
  padding-right: 3rem;
  background: url(../../src/img/ac_on.png) 98% center no-repeat;
  background-size: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  position: relative;
  font-size: 1.6rem;
  cursor: pointer;
}
.studioFaqList_itemTtl.on{
  background: url(../../src/img/ac_off.png) 98% center no-repeat;
  background-size: 1rem;
}
.studioFaqList_itemTtl:before{
  content: "Q.";
  position: absolute;
  left: 1rem;
}

.studioFaqList_itemContent{
  padding-left: 5rem;
  padding-right: 3rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: 100;
  display: none;
}
.studioFaqList_itemContent *{
  white-space: break-spaces;
}
.studioFaqList_itemContent:before{
  content: "A.";
  position: absolute;
  left: 1rem;
}
.studioContactWrap {
  background: #F1F1F1;
  padding: 6rem 0 2rem;
  margin-bottom: 0rem;
}

.formSec{
  width: 70%;
  margin: 0 auto 10rem;
}

.formSecList_item{
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.formSecList_itemNote{
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 100;
}
.formSecList_itemTtl{
  position: relative;
  letter-spacing: 0.1em;
  width: 25%;
  padding-left: 5rem;
  padding-top: 1.2rem;
}
.formSecList_itemTtl.hissu{
  padding-left: 5rem;
}
.formSecList_itemTtl.hissu:before{
  content: "必須";
  color: #fff;
  font-size: 1.2rem;
  background: #CE1E1E;
  border-radius: 4px;
  line-height: 1;
  padding: 0.2rem 0.6rem;
  position: absolute;
  left: 0;
  top: 1.8rem;
  height: 1.3rem;
}
.formSecList_itemInput{
  width: 75%;
}
.formSecList_itemInput input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
  font-weight: 700;
}
.formSecList_itemInput input::placeholder {
  color: #757575;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff url(../../src/img/form_arrow.png) 98% center no-repeat;
  background-size: 2rem;
  padding: 1.5rem;
  border: 1px solid #fff;
  -webkit-appearance: none;
  color: #212121;
  font-weight: 700;
}
.formSecList_itemInput select::placeholder {
  color: #757575;
}
.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: 4rem;
}
.formSecList_itemInputRadio input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border:1px solid #B1B1B1;
  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: #333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}

.formSecList_itemBirth{
  display: flex;
}
.formSecList_itemBirthYear{
  width: 20%;
  position: relative;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthYear span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthYear input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #B1B1B1;
  font-weight: 700;
}
.formSecList_itemBirthMonth{
  width: 20%;
  position: relative;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthMonth span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthDay{
  width: 20%;
  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/form_arrow.svg) 93% center no-repeat;
  background-size: 1rem;
  padding: 1rem 2rem;
  border: 1px solid #B1B1B1;
  -webkit-appearance: none;
  color: #212121;
  font-weight: 700;
}

.formSecList_itemTextArea textarea {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
  height: 28rem;
  font-weight: 700;
}
.formSecList_itemTextArea textarea::placeholder {
  color: #757575;
}
.formSecList_itemCheckText{
  margin-bottom: 6rem;
  margin-top: -1rem;
  text-align: center;
}
.formSecList_itemCheckText a{
  color: #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
}
.formSecList_itemCheck{
  margin: -2rem 0 6rem;
  text-align: left;
}
.formSecList_itemCheck p{
  font-size: 1.4rem;
  font-weight: 100;
  margin-bottom: 2rem;
}
.formSecList_itemCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 100;
  justify-content: flex-start;
}
.formSecList_itemCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.formSecList_itemCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.formSecList_itemCheck a{
  color: #000;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #000;
}
.sendBtn {
  position: relative;
  width: 19rem;
  margin: 0 auto;
}
.sendBtn:before,
.sendBtn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.6rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #434343;
  -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;
  z-index: 1;
}
.sendBtn:before {
  width: 4rem;
  content: '';
  right: 4rem;
  top: 0;
}
.sendBtn:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 4rem;
}
.sendBtn:hover:after,.sendBtn:hover:before {
    opacity: 0.6;
}
.sendBtn .button {
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #707070;
    text-align: center;
    padding: 1rem 0;
    color: #707070;
    position: relative;
    border-radius: 0px;
    font-size: 1.2rem;
    padding-right: 4rem;
    line-height: 1;
}
.sendBtn .button{
  background: #fff;
  position: relative;
}

.button:hover{
  opacity: 0.7;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
::placeholder {
  color: #DFDFDF;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.studioSec {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 10rem;
  flex-direction: column;
  width: 80%;
  margin: 0 auto 10rem;
}
.studioSec01 {
  padding-right: 0%;
}
.studioSecL {
  width: 100%;
  margin-bottom: 3rem;
}
.studioSecR {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.studioSecR_topPrice_list {
  margin-bottom: 2rem;
}
.studioSec02 {
  flex-direction: column;
  padding-right: 0%;
  padding-left: 0%;
  margin-bottom: -2rem;
}
.studioUseBtmL {
  width: 60%;
  border-right: 1px solid #707070;
  padding-right: 3rem;
  margin-right: 3rem;
}
.studioUseBtmR {
  width: 35%;
}
.formSec {
  width: 85%;
  margin: 0 auto 10rem;
}
.formSecList_itemTtl {
  position: relative;
  letter-spacing: 0.1em;
  width: 25%;
  padding-left: 0rem;
  padding-top: 1.8rem;
}
.formSecList_itemTtl.hissu:before {
  content: "必須";
  color: #fff;
  font-size: 1.2rem;
  background: #CE1E1E;
  border-radius: 4px;
  line-height: 1;
  padding: 0.2rem 0.6rem;
  position: absolute;
  left: 0;
  top: 2.5rem;
  height: 1.3rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.main_subTtlStudio{
  line-height: 1.4;
  padding-bottom: 1rem;
  padding-right: 1rem;
}
.studioIntro{
  margin-bottom: 6rem;
}
.cmnTtl02BoxstudioIntro{
  margin-bottom: 2rem;
}
.studioIntroBox{

}
.studioIntroBox_ttl{
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}


.studioSLideWrap {
  background: #F1F1F1;
  padding: 6rem 0 34rem;
  margin-bottom: 0rem;
}
.studioIntroBox_txt{
  width: 100%;
  margin: 0 auto 4rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 100;
}

.studio_secList{
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}
.studio_secList li{
  padding: 0.2rem 2.5rem;
  border-right: 1px solid #707070;
  line-height: 1;
  font-size: 1.2rem;
}
.studio_secList li:last-child{
  border: none;
}
.studio_secList li a{
  display: block;
}
.studioSec{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 10rem;
  flex-wrap: wrap;
}
.studioSec01{
  padding-right: 0%;
  margin-bottom: 6rem;
}
.studioSecL{
  width: 100%;
  margin-bottom: 4rem;
}
.studioSecR{
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
}

.studioSecR_top_ttl {
  padding-left: 2rem;
  border-left: 2px solid #707070;
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 2rem;
}
.studioSecR_top_ttl_en{
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.studioSecR_top_ttl_jp{
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}

.studioSecR_topPrice{

}
.studioSecR_topPrice_ttl{
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}
.studioSecR_topPrice_list{
  margin-bottom: 2rem;
}
.studioSecR_topPrice_list li{
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: 1.4rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.studioSecR_topPrice_list li span{
  font-size: 1.2rem;
}
.studioSecR_btm{
  /* background: #fff;
  padding: 2rem 2rem; */
  margin-bottom: 4rem;
}
.studioSecR_btm02{
  padding: 4rem 2rem;
}
.studioSecR_btmTtl{
  font-weight: 300;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.studioSecR_btmList{
  margin-bottom: 0.5rem;
}
.studioSecR_btmList li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 100;
  margin-bottom: 0.2rem;
  position: relative;
}
.studioSecR_btmList li:after{
  content: "";
  width: 100%;
  height: 1px;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAAXNSR0IArs4c6QAAABZJREFUGFdjLCgo+D9hwgRGBihA5wMAproIAtqPrTUAAAAASUVORK5CYII=) 0 0 repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.studioSecR_btmList li p{
  display: inline-block;
  background: #fff;
  padding: 0 1rem 0 0;
  position: relative;
  z-index: 1;
}
.studioSecR_btmList li p + p{
  display: inline-block;
  background: #fff;
  padding: 0 0 0 1rem;
  position: relative;
  z-index: 1;
}
.studioSecR_btmList li p + p span{
  display: inline-block;
  padding-right: 0.8rem;
}
.studioSecR_btmTxt{
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 0.4rem;
}
.studioSecR_btmTxt a{
  color: #0043A7;
  display: inline-block;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #a5bee2;
  line-height: 1;
}
.studio_gallery{
  width: 85%;
  margin: 0 auto 4rem;
}

.cmnTtl02BoxstudioGallery{
  margin-bottom: 4rem;
}
.studio_galleryList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.studio_galleryList::after {
    content: "";
    display:block;
    width:48%;
}
.studio_galleryList li{
  width: 48%;
  margin-bottom: 2rem;
}

.studioSec02{
  flex-direction: row;
  padding-right: 0%;
  padding-left: 0%;
  margin-bottom: 6rem;
}
.studio_gallery02{
  margin-bottom: 0;
  position: relative;
  bottom: 0;
}
.studioUse{
  width: 80%;
  margin: -27rem auto 10rem;
}
.cmnTtl02BoxstudioUse{
  margin-bottom: 4rem;
}
.studioUseBox{
  margin-bottom: 6rem;
}
.studioUseBox_txt {
  width: 100%;
  margin: 0 auto 4rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 100;
}
.studioUseBtm{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.studioUseBtmL{
  width: 100%;
  border-right: none;
  padding-right: 0rem;
  margin-right: 0rem;
  margin-bottom: 4rem;
}
.studioUseBtmL_ttl{
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.studioUseBtmList{
  margin-bottom: 1rem;
}
.studioUseBtmList li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
  position: relative;
}
.studioUseBtmList li:after{
  content: "";
  width: 100%;
  height: 1px;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAAXNSR0IArs4c6QAAABZJREFUGFdjLCgo+D9hwgRGBihA5wMAproIAtqPrTUAAAAASUVORK5CYII=) 0 0 repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.studioUseBtmList li p{
  display: inline-block;
  background: #fff;
  padding: 0 1rem 0 0;
  position: relative;
  z-index: 1;
}
.studioUseBtmList li p + p{
  display: inline-block;
  background: #fff;
  padding: 0 0 0 1rem;
  position: relative;
  z-index: 1;
}
.studioUseBtmList li p + p span{
  display: inline-block;
  padding-right: 0.8rem;
}
.studioUseBtmL_txt{
  font-size: 1.2rem;
  font-weight: 300;
}
.studioUseBtmR{
  width: 100%;
}
.studioUseBtmR_ttl{
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.studioUseBtmR_txt{
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.studioFaq{
  width: 80%;
  margin: 0 auto 5rem;
}
.cmnTtl02BoxstudioFaq{
  margin-bottom: 4rem;
}
.studioFaqList{

}
.studioFaqList_item{
  margin-bottom: 3rem;
}
.studioFaqList_itemTtl{
  border-bottom: 1px solid #707070;
  padding-left: 5rem;
  padding-right: 3rem;
  background: url(../../src/img/ac_on.png) 98% center no-repeat;
  background-size: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  position: relative;
  font-size: 1.6rem;
  cursor: pointer;
}
.studioFaqList_itemTtl.on{
  background: url(../../src/img/ac_off.png) 98% center no-repeat;
  background-size: 1rem;
}
.studioFaqList_itemTtl:before{
  content: "Q.";
  position: absolute;
  left: 1rem;
}

.studioFaqList_itemContent{
  padding-left: 5rem;
  padding-right: 1rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: 100;
  display: none;
}
.studioFaqList_itemContent:before{
  content: "A.";
  position: absolute;
  left: 1rem;
}
.studioContactWrap {
  background: #F1F1F1;
  padding: 10rem 0 2rem;
  margin-bottom: 0rem;
}

.formSec{
  width: 85%;
  margin: 0 auto 4rem;
}

.formSecList_item{
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.formSecList_itemNote{
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 100;
}
.formSecList_itemTtl{
  position: relative;
  letter-spacing: 0.1em;
  width: 100%;
  padding-left: 0rem;
  padding-top: 1.2rem;
  margin-bottom: 1rem;
}
.formSecList_itemTtl.hissu{
  padding-left: 6rem;
}
.formSecList_itemTtl.hissu:before{
  content: "必須";
  color: #fff;
  font-size: 1.4rem;
  background: #CE1E1E;
  border-radius: 4px;
  line-height: 1;
  padding: 0.2rem 0.6rem;
  position: absolute;
  left: 0;
  top: 2rem;
  height: 1.6rem;
}
.formSecList_itemInput{
  width: 100%;
}
.formSecList_itemInput input {
  background: #fff;
  padding: 2rem 2rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
  font-size: 1.54rem;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff url(../../src/img/form_arrow.png) 98% center no-repeat;
  background-size: 2rem;
  padding: 2rem 2rem;
  border: 1px solid #fff;
  -webkit-appearance: none;
  color: #212121;
  font-size: 1.54rem;
}
.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: 4rem;
}
.formSecList_itemInputRadio input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border:1px solid #B1B1B1;
  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: #333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}

.formSecList_itemBirth{
  display: flex;
}
.formSecList_itemBirthYear{
  width: 20%;
  position: relative;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthYear span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthYear input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #B1B1B1;
}
.formSecList_itemBirthMonth{
  width: 20%;
  position: relative;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthMonth span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthDay{
  width: 20%;
  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/form_arrow.svg) 93% center no-repeat;
  background-size: 1rem;
  padding: 1rem 2rem;
  border: 1px solid #B1B1B1;
  -webkit-appearance: none;
  color: #212121;
}

.formSecList_itemTextArea textarea {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #fff;
  height: 28rem;
  font-size: 1.54rem;
}
.formSecList_itemCheckText{
  margin-bottom: 6rem;
  margin-top: -1rem;
  text-align: center;
}
.formSecList_itemCheckText a{
  color: #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
}
.formSecList_itemCheck{
  margin: -2rem 0 6rem;
  text-align: left;
}
.formSecList_itemCheck p{
  font-size: 1.4rem;
  font-weight: 100;
  margin-bottom: 2rem;
}
.formSecList_itemCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 100;
  justify-content: flex-start;
}
.formSecList_itemCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2rem;
    height: 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: 2rem;
    line-height: 1;
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.formSecList_itemCheck a{
  color: #000;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #000;
}
.sendBtn {
  position: relative;
  width: 19rem;
  margin: 0 auto;
}
.sendBtn:before,
.sendBtn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.6rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #434343;
  -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;
  z-index: 1;
}
.sendBtn:before {
  width: 4rem;
  content: '';
  right: 4rem;
  top: 0;
}
.sendBtn:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 4rem;
}
.sendBtn:hover:after,.sendBtn:hover:before {
    opacity: 0.6;
}
.sendBtn .button {
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #707070;
    text-align: center;
    padding: 1rem 0;
    color: #707070;
    position: relative;
    border-radius: 0px;
    font-size: 1.2rem;
    padding-right: 4rem;
    line-height: 1;
}
.sendBtn .button{
  background: #fff;
  position: relative;
}

.button:hover{
  opacity: 0.7;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
::placeholder {
  color: #DFDFDF;
}
}

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

ITEM

-------------------------------------------------------------*/
.itemWrap{
  width: 80%;
  margin: 8rem auto 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.itemSide{
  width: 20%;
}
.itemSideSearch{
  margin-bottom: 6rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #707070;
}
.itemSideSearch form{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.itemSideSearch_input{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
.itemSideSearch_input input{
  width: 100%;
  padding: 1rem;
  border: none;
  font-size: 1.4rem;
  -webkit-appearance: none;
  height: 3.6rem;
}
.itemSideSearch_send {
    width: 10%;
    display: block;
    position: relative;
    text-align: center;
    color: #000;
    background: #fff;
}
.itemSideSearch_send input {
    display: block;
    letter-spacing: 2px;
    -webkit-appearance: none;
    cursor: pointer;
    background: #fff;
    width: 100%;
    border: none;
    padding: 1rem;
    font-size: 1.4rem;
    color: #123D69;
    background: url(../../src/img/item_search_ico.png) center center no-repeat;
    background-size: 2rem;
    height: 3.6rem;
}
.itemSideCat {
  margin-bottom: 4rem;
}
.cmnTtl03{
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #707070;
}
.cmnTtl03_en{
  font-weight: 600;
  margin-right: 1rem;
  font-size: 2.5rem;
}
.cmnTtl03_jp{
  font-size: 1.2rem;
  font-weight: 300;
}
.itemSideCatList  ul.children{
  margin-top: 2rem;
}
.itemSideCatList li{
  margin-bottom: 2rem;
}
.itemSideCatList li a{
  display: block;
}
.itemSideCatList ul.children li {
  margin-left: 2rem;
}
.itemSideCatList ul.children li:before {
  content: '—';
  position: absolute;
  margin-left: -2rem;
}
.brandBnr {
  border: 1px solid #707070;
}

.itemSecBox{
  width: 70%;
  margin-top: -1.3rem;
}
.itemSec{
  margin-bottom: 8rem;
}
.itemSecTtlBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #707070;
}
.itemSecTtl{
  display: flex;
  align-items: center;
}
.itemSecTtl_en{
  font-weight: 600;
  margin-right: 1rem;
  font-size: 2.5rem;
}
.itemSecTtl_jp{
  font-size: 1.2rem;
  font-weight: 300;
}
.itemMore{
  display: flex;
}
.itemMore p{
  position: relative;
  padding-right: 6rem;
  font-size: 1.2rem;
  color: #434343;
  font-weight: 300;
}
.itemMore p:before,
.itemMore p:after {
  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;
}
.itemMore p:before {
  width: 5rem;
  transform: translate(0, 0px);
  content: '';
  background: #434343;
}
.itemMore p:after {
  width: 1rem;
  transform-origin: right center;
  transform: translate(0, 0px) rotate(40deg);
  content: '';
  background: #434343;
}
.itemSecList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.itemSecList::after {
  content: "";
  display:block;
  width:28%;
}
.itemSecList_item{
  width: 28%;
  margin-bottom: 8rem;
}
.itemSecListReco .itemSecList_item:nth-child(n + 4){
  display: none;
}
.itemSecList_itemLink{
  display: block;
  position: relative;
}

.soldoutTag {
  position: absolute;
  padding: 0 1rem;
  text-align: center;
  color: #fff;
  background-color: rgb(221, 0, 0);
  z-index: 10;
  transform: rotate(45deg);
}
.soldoutTag.thumb {
  width: 85%;
  top: 2.4rem;
  right: -5rem;
}
.itemSecList_itemLink_img {
  width: 100%;
  /* height: 25.8rem; */
  height: 26.68rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.5rem;
}
.itemSecList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;  
  width: 100%;
  height: 100%;
  margin: auto;
}
.itemSecList_itemLink_ttl{
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
}
.itemSecList_itemLink_cat{
  font-size: 1.2rem;
  font-weight: 200;
  display: flex;
  flex-wrap: wrap;
}
.itemSecList_itemLink_cat li{
  margin-right: 1rem;
}
.itemSecList_itemLink_price{
  font-weight: 300;
}
.itemSecListRanking .itemSecList_itemLink:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.2rem;
  height: 4.2rem;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}
.itemSecListRanking .itemSecList_item:nth-child(1) .itemSecList_itemLink:before{
  content: "1";
  background: #C3A134;
}
.itemSecListRanking .itemSecList_item:nth-child(2) .itemSecList_itemLink:before{
  content: "2";
  background: #9295A5;
}
.itemSecListRanking .itemSecList_item:nth-child(3) .itemSecList_itemLink:before{
  content: "3";
  background: #8D443B;
}
.itemSecListRanking .itemSecList_item:nth-child(4) .itemSecList_itemLink:before{
  content: "4";
  background: #707070;
}
.itemSecListRanking .itemSecList_item:nth-child(5) .itemSecList_itemLink:before{
  content: "5";
  background: #707070;
}
.itemSecListRanking .itemSecList_item:nth-child(6) .itemSecList_itemLink:before{
  content: "6";
  background: #707070;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
  .itemWrap {
    width: 90%;
    margin: 8rem auto 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .itemSide {
    width: 24%;
  }
  .itemSec {
    margin-bottom: 1rem;
  }
  .itemSecBox {
    width: 72%;
    margin-top: -1.3rem;
  }
  .itemSecList_itemLink_img {
    width: 100%;
    height: 18.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 0.5rem;
  }
  .soldoutTag.thumb {
    width: 90%;
    top: 2.4rem;
    right: -3.5rem;
  }
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
  .soldoutTag.thumb {
    width: 90%;
    top: 2.4rem;
    right: -3.2rem;
  }
}

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

ITEM CAT

-------------------------------------------------------------*/
.itemSecSort{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 300;
}
.itemSecSort li{
  margin-left: 1.6rem;
}
.itemSecSort li:nth-child(2){
  margin-left: 1rem;
}
.itemSecSort li a{
  padding-right: 1.6rem;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.itemSecTtlBoxCat{
  flex-direction: column;
  align-items: flex-end;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.itemWrap{
  width: 80%;
  margin: 8rem auto 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.itemSide{
  width: 20%;
  display: none;
}
.itemSide.itemSideSP{
  display: block;
  width: 80%;
  margin: 0 auto;
  padding-top: 6rem;
}
.itemSideSearch{
  margin-bottom: 6rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
}
.itemSideSearch form{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.itemSideSearch_input{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
.itemSideSearch_input input{
  width: 100%;
  padding: 1rem;
  border: none;
  font-size: 1.4rem;
  -webkit-appearance: none;
  height: 3.6rem;
  background: none;
  color: #fff;
}
.itemSideSearch_send {
    width: 10%;
    display: block;
    position: relative;
    text-align: center;
    color: #000;
    background: none;
}
.itemSideSearch_send input {
    display: block;
    letter-spacing: 2px;
    -webkit-appearance: none;
    cursor: pointer;
    background: #fff;
    width: 100%;
    border: none;
    padding: 1rem;
    font-size: 1.4rem;
    color: #123D69;
    background: url(../../src/img/sp/item_search_ico@2x.png) center center no-repeat;
    background-size: 2rem;
    height: 3.6rem;
}
.itemSideCat{
  margin-bottom: 6rem;
}
.cmnTtl03{
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.cmnTtl03_en{
  font-weight: 600;
  margin-right: 1rem;
  font-size: 2.5rem;
}
.cmnTtl03_jp{
  font-size: 1rem;
  font-weight: 300;
}
.itemSideCatList  ul.children{
  margin-top: 1rem;
}
.itemSideCatList li{
  margin-bottom: 1rem;
}
.itemSideCatList li a{
  display: flex;
  align-items: center;
  color: #fff;
}
.itemSideCatList li a span {
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  background: #f00;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 0;
  margin-left: 0.3rem;
}
.itemSecBox{
  width: 100%;
  margin-top: 0;
}
.brandBnr {
  margin-bottom: 2rem;
}
.itemSec{
  margin-bottom: 6rem;
}
.itemSecTtlBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #707070;
  position: relative;
}
.itemSecTtl{
  display: flex;
  align-items: center;
  letter-spacing: 0;
}
.itemSecTtl_en{
  font-weight: 600;
  margin-right: 0.4rem;
  font-size: 2.5rem;
}
.itemSecTtl_jp{
  font-size: 1.2rem;
  font-weight: 300;
}
.itemMore{
  display: flex;
}
.itemMore p{
  position: relative;
  padding-right: 5rem;
  font-size: 1.2rem;
  color: #434343;
  font-weight: 300;
  letter-spacing: 0;
}
.itemMore p:before,
.itemMore p:after {
  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;
}
.itemMore p:before {
  width: 4rem;
  transform: translate(0, 0px);
  content: '';
  background: #434343;
}
.itemMore p:after {
  width: 1rem;
  transform-origin: right center;
  transform: translate(0, 0px) rotate(40deg);
  content: '';
  background: #434343;
}
.itemSecList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.itemSecList::after {
  content: "";
  display:block;
  width:47%;
}
.itemSecList_item{
  width: 47%;
  margin-bottom: 5rem;
}
.itemSecListReco .itemSecList_item:nth-child(4){
  display: block;
}
.itemSecListReco .itemSecList_item:nth-child(n + 5){
  display: none;
}
.itemSecList_itemLink{
  display: block;
  position: relative;
}
.itemSecList_itemLink_img {
  width: 100%;
  /* height: 18.8rem; */
  height: 20.2rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.5rem;
}
.itemSecList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  object-position: 50% 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.itemSecList_itemLink_ttl{
  font-weight: 500;
  font-size: 1.4rem;
}
.itemSecList_itemLink_cat{
  font-size: 1.2rem;
  font-weight: 200;
}
.itemSecList_itemLink_price{
  font-weight: 300;
}
.itemSecListRanking .itemSecList_itemLink:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.2rem;
  height: 4.2rem;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}
.itemSecListRanking .itemSecList_item:nth-child(1) .itemSecList_itemLink:before{
  content: "1";
  background: #C3A134;
}
.itemSecListRanking .itemSecList_item:nth-child(2) .itemSecList_itemLink:before{
  content: "2";
  background: #9295A5;
}
.itemSecListRanking .itemSecList_item:nth-child(3) .itemSecList_itemLink:before{
  content: "3";
  background: #8D443B;
}
.itemSecListRanking .itemSecList_item:nth-child(4) .itemSecList_itemLink:before{
  content: "4";
  background: #707070;
}
.itemSecListRanking .itemSecList_item:nth-child(5) .itemSecList_itemLink:before{
  content: "5";
  background: #707070;
}
.itemSecListRanking .itemSecList_item:nth-child(6) .itemSecList_itemLink:before{
  content: "6";
  background: #707070;
}
}
/*-----------------------------------------------------------

ITEM CAT

-------------------------------------------------------------*/
.itemSecSort{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 300;
}
.itemSecSort li{
  margin-left: 1.6rem;
}
.itemSecSort li:nth-child(2){
  margin-left: 1rem;
}
.itemSecSort li a{
  padding-right: 1.6rem;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.itemSecTtlBoxCat{
  margin-bottom: 8rem;
}
.itemSecSort {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 300;
  position: absolute;
  bottom: -5rem;
  width: 100%;
}
.itemSecSort li{
  margin-left: 0;
  white-space: nowrap;
}
.itemSecSort li:nth-child(2){
  margin-left: 0;
}
.itemSecSort li a{
  padding: 0 1rem;
  border-right: 1px solid #707070;
}
}
/*-----------------------------------------------------------

ITEM DETAIL

-------------------------------------------------------------*/
.itemSecDetail{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 12rem;
}
.itemSecDetailBoxImg{
  width: 52%;
}
.itemSecDetailBoxImgSlide{
  margin-bottom: 1.2rem;
  
}
.itemSecDetailBoxImgSlide img{

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

/*.itemSecDetailBoxImgSlide li{
  height: 50rem;
  text-align: center;
}
.itemSecDetailBoxImgSlide li img{
  height: 100%;
  display: inline-block;
  width: auto;
  object-fit: none;
}*/
.itemSecDetailBoxImgSlide li div {
  width: 100%;
  /* height: 48rem;  */
  height: 49.52rem;
  position: relative;
  /* overflow: hidden; */
  overflow-y: hidden;
  display: block;
}
.itemSecDetailBoxImgSlide li div.imageCaption {
    width: 100%;
    height: 2.2rem;
    display: block;
}
.itemSecDetailBoxImgSlide li div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
}
.itemSecDetailBoxImgNav .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-right: 1px;
}

.itemSecDetailBoxImgNav .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;
}

.itemSecDetailBoxImgNav .slick-slide {
  display: none;
  float: left;
  height: 100%;
  width: 23.1%!important;
  min-height: 1px;
  margin-bottom: 0.8rem;
  margin-right: 0.9rem;
  cursor: pointer;
}
.itemSecDetailBoxImgNav .slick-slide:nth-child(4n) {
  margin-right: 0;
}
.itemSecDetailBoxImgNav li.slick-current div{
  background: #000;
  display: block;
}
.itemSecDetailBoxImgNav li.slick-current div img{
  opacity: 0.6;
  transition: all 300ms ease;
}
.itemSecDetailBoxImgNav .slick-slide div {
    width: 100%;
    height: 9rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.itemSecDetailBoxImgNav .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.itemSecDetailBoxCont{
  width: 44%;
}
.itemSecDetailBoxCont{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.itemSecDetailBoxContTop{
  margin-bottom: 4rem;
}
.itemSecDetailBoxContTop_ttl{
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.8;
}
.itemSecDetailBoxContTop_cat{
  font-weight: 200;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.itemSecDetailBoxContTop_cat li{
  margin-right: 1rem;
}
.itemSecDetailBoxContTop_body{
  margin-bottom: 2rem;
}
.itemSecDetailBoxContTop_body a{
  color: #2271b1;
  text-decoration: none;
}
.itemSecDetailBoxContTop_price{
  display: flex;
  align-items: flex-end;
  font-size: 1.7rem;
  line-height: 1;
}
.itemSecDetailBoxContTop_price span{
  font-size: 1.2rem;
}
.iopt_select {
  width: 100%;
  background: #fff url(../../src/img/f_select_arrow.png) 97% center no-repeat;
  background-size: 1rem;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
  margin-bottom: 2.4rem;
}
.itemSecDetailBoxContBtmInputBox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.itemSecDetailBoxContTop_priceBox{
  margin: 1rem 0 2rem;
}
.itemSecDetailBoxContBtmInputBox_txt{
  font-size: 1.4rem;
}
.itemSecDetailBoxContBtmInput{
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 1rem;
  border: 1px solid #707070;
}
.itemSecDetailBoxContBtmInput input.skuquantity {
  width: 4rem;
  padding: 0rem;
  border: none;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem;
  text-align: center;
  height: 3rem;
}
.itemSecDetailBoxContBtmInput input.minus {
  -webkit-appearance: none;
  background: url(../../src/img/down_btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.6rem;
  height: 1.6rem;
  border: none;
  cursor: pointer;
}
.itemSecDetailBoxContBtmInput input.plus {
  -webkit-appearance: none;
  background: url(../../src/img/up_btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.6rem;
  height: 1.6rem;
  border: none;
  cursor: pointer;
}
.itemSecDetailBoxContBtmbtn{
  margin-bottom: 1rem;
}
.itemSecDetailBoxContBtmbtn input{
  width: 100%;
  display: block;
  padding: 2rem 0;
  background: #fff;
  color: #434343;
  text-align: center;
  line-height: 1;
  transition: ease .2s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #707070;
  font-size: 1.6rem;
}
.itemSecDetailBoxContBtmbtn input:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmbtn02{
  margin-bottom: 3rem;
}
.itemSecDetailBoxContBtmbtn02 input{
  border: 1px solid #707070;
  background: #707070;
  color: #fff;
}
.itemSecDetailBoxCont .ship_chrg {
  margin-bottom: 0.6rem;
}
.itemSecDetailBoxCont span.shipping_bdr {
  display: inline-block;
  border: 1px solid #707070;
  margin: 0 0 0 -1rem;
  padding: 0 1rem;
  font-weight: 200;
}
.itemSecDetailBoxContBtmSpec{
  font-weight: 200;
  margin-bottom: 2rem;
}
.itemSecDetailBoxContBtmSpec li{
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.6rem;
}
.itemSecDetailBoxContBtmSpec li p:first-child{
  white-space: nowrap;
}
.itemSecDetailBoxContBtmSpec li.shippingList {
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
.itemSecDetailBoxContBtmSpec li.shippingList p span{
  font-size: 1.2rem;
}
.itemSecDetailBoxContBtmSpec a {
  color: #2271b1;
  font-weight: 400;
}
.itemSecDetailBoxContBtmSpec li.caution {
  font-weight: 400;
}
.itemDetailReccomend{
  width: 80%;
  margin: 0 auto 10rem;
}
.itemDetailReccomendList{
  display: flex;
  justify-content: flex-start;
  margin-top: 4rem;
}
/*.itemDetailReccomendList::after {
  content: "";
  display:block;
  width:19%;
}
.itemDetailReccomendList::before { 
    content: ""; 
    display:block; 
    width:19%;
    order: 1;
}*/
.itemDetailReccomendList_item{
  width: 19%;
  margin-bottom: 8rem;
  margin-right: 9rem;
}
.itemDetailReccomendList_item:nth-child(n + 5){
  display: none;
}
.itemDetailReccomendList_item:nth-child(4){
  margin-right: 0;
}
.itemDetailReccomendList_itemLink{
  display: block;
  position: relative;
}
.itemDetailReccomendList_itemLink_img {
  width: 100%;
  height: 24.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.5rem;
}
.itemDetailReccomendList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.itemDetailReccomendList_itemLink_ttl{
  font-weight: 500;
  font-size: 1.4rem;
}
.itemDetailReccomendList_itemLink_cat{
  font-size: 1.2rem;
  font-weight: 200;
  display: flex;
  flex-wrap: wrap;
}
.itemDetailReccomendList_itemLink_cat li{
  margin-right: 1rem;
}
.itemDetailReccomendList_itemLink_price{
  font-weight: 300;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.itemSecDetailBoxImgSlide li div {
  width: 100%;
  /* height: 36rem; */
  height: 37.81rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.itemSecDetailBoxImgNav .slick-slide div {
  width: 100%;
  height: 7rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.itemSecDetailBoxImgNav .slick-slide {
  display: none;
  float: left;
  height: 100%;
  width: 22.7%!important;
  min-height: 1px;
  margin-bottom: 0.8rem;
  margin-right: 0.9rem;
  cursor: pointer;
}
.itemDetailReccomend {
  width: 90%;
  margin: 0 auto 10rem;
}
.itemDetailReccomendList_itemLink_img {
  width: 100%;
  height: 16.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.5rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.itemSecDetail{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 8rem;
  flex-wrap: wrap;
}
.itemSecDetailBoxImg{
  width: 100%;
  margin-bottom: 3rem;
}
.itemSecDetailBoxImgSlide{
  margin-bottom: 1.2rem;
}
.itemSecDetailBoxImgSlide img{

}
.itemSecDetailBoxImgSlide li div.imageCaption {
  height: 3rem;
}
.itemSecDetailBoxImgSlide .slick-list {
  padding-right: 1px;
}
.itemSecDetailBoxImgSlide .slick-slide{
  
}

/*.itemSecDetailBoxImgSlide li{
  height: 50rem;
  text-align: center;
}
.itemSecDetailBoxImgSlide li img{
  height: 100%;
  display: inline-block;
  width: auto;
  object-fit: none;
}*/
.itemSecDetailBoxImgSlide li div {
    width: 100%;
    /* height: 40rem; */
    height: 42.7rem;
    position: relative;
    /* overflow: hidden; */
    overflow-y: hidden;
    display: block;
}
.itemSecDetailBoxImgSlide li div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: 0;
}
.itemSecDetailBoxImgNav .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-right: 1px;
}

.itemSecDetailBoxImgNav .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;
}

.itemSecDetailBoxImgNav .slick-slide {
  display: none;
  float: left;
  height: 100%;
  width: 22.9%!important;
  min-height: 1px;
  margin-bottom: 0.8rem;
  margin-right: 0.9rem;
  cursor: pointer;
}
.itemSecDetailBoxImgNav .slick-slide:nth-child(4n) {
  margin-right: 0;
}
.itemSecDetailBoxImgNav li.slick-current div{
  background: #000;
  display: block;
}
.itemSecDetailBoxImgNav li.slick-current div img{
  opacity: 0.6;
  transition: all 300ms ease;
}
.itemSecDetailBoxImgNav .slick-slide div {
    width: 100%;
    height: 7rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.itemSecDetailBoxImgNav .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.itemSecDetailBoxCont{
  width: 100%;
}
.itemSecDetailBoxCont{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.itemSecDetailBoxContTop{
  margin-bottom: 4rem;
}
.itemSecDetailBoxContTop_ttl{
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.8;
}
.itemSecDetailBoxContTop_cat{
  font-weight: 200;
  margin-bottom: 2rem;
}
.itemSecDetailBoxContTop_body{
  margin-bottom: 2rem;
}
.itemSecDetailBoxContTop_price{
  display: flex;
  align-items: flex-end;
  font-size: 1.7rem;
  line-height: 1;
}
.itemSecDetailBoxContTop_price span{
  font-size: 1.2rem;
}
.itemSecDetailBoxContBtmInputBox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.itemSecDetailBoxContBtmInputBox_txt{
  font-size: 1.4rem;
}
.itemSecDetailBoxContBtmInput{
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 1rem;
  border: 1px solid #707070;
}
.itemSecDetailBoxContBtmInput input.skuquantity {
  width: 4rem;
  padding: 0rem;
  border: none;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem;
  text-align: center;
  height: 3rem;
}
.itemSecDetailBoxContBtmInput input.minus {
  -webkit-appearance: none;
  background: url(../../src/img/down_btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.6rem;
  height: 1.6rem;
  border: none;
  cursor: pointer;
}
.itemSecDetailBoxContBtmInput input.plus {
  -webkit-appearance: none;
  background: url(../../src/img/up_btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.6rem;
  height: 1.6rem;
  border: none;
  cursor: pointer;
}
.itemSecDetailBoxContBtmbtn{
  margin-bottom: 1rem;
}
.itemSecDetailBoxContBtmbtn input{
  width: 100%;
  display: block;
  padding: 2rem 0;
  background: #fff;
  color: #434343;
  text-align: center;
  line-height: 1;
  transition: ease .2s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #707070;
  font-size: 1.6rem;
}
.itemSecDetailBoxContBtmbtn input:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmbtn02{
  margin-bottom: 3rem;
}
.itemSecDetailBoxContBtmbtn02 input{
  border: 1px solid #707070;
  background: #707070;
  color: #fff;
}
.itemSecDetailBoxContBtmSpec{
  font-weight: 200;
}
.itemSecDetailBoxContBtmSpec li{
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.6rem;
}
.itemDetailReccomend{
  width: 80%;
  margin: 0 auto 10rem;
}
.itemDetailReccomendList{
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  flex-wrap: wrap;
}
/*.itemDetailReccomendList::after {
  content: "";
  display:block;
  width:20%;
}
.itemDetailReccomendList::before { 
    content: ""; 
    display:block; 
    width:20%;
    order: 1;
}*/
.itemDetailReccomendList_item{
  width: 47%;
  margin-bottom: 5rem;
  margin-right: 0;
}
.itemDetailReccomendList_itemLink{
  display: block;
  position: relative;
}
.itemDetailReccomendList_itemLink_img {
  width: 100%;
  height: 18.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0.5rem;
}
.itemDetailReccomendList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.itemDetailReccomendList_itemLink_ttl{
  font-weight: 500;
  font-size: 1.4rem;
}
.itemDetailReccomendList_itemLink_cat{
  font-size: 1.2rem;
  font-weight: 200;
}
.itemDetailReccomendList_itemLink_price{
  font-weight: 300;
}
}
/*-----------------------------------------------------------

CART

-------------------------------------------------------------*/
.cartBox{
  margin-top: 6rem;
}
.cartBoxInner{
  width: 80%;
  margin: 0 auto 8rem;
}
.wc_ttl{
  font-size: 2.5rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #383838;
}
.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;
}
.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: 14rem;
}
.cartChange_btn input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #707070;
  border: none;
  text-align: center;
  padding: 0.6rem 0;
  color: #fff;
  position: relative;
}
.cartChange_btn:hover {
    opacity: 0.6;
}
.cartTable{
  width: 100%;
  margin-bottom: 2rem;
}
.cartTable td{
  border: 1px solid #383838;
  vertical-align: middle;
}
.tdpt_01{
  background: #F1F1F1;
  padding: 1rem;
  text-align: center;
}
.td01_01{
  width: 5%;
}
.td01_02{
  width: 12%;
}
.td01_03{
  width: 30%;
}
.td01_04{
  width: 8%;
}
.td01_05{
  width: 8%;
}
.td01_06{
  width: 10%;
}
.td01_07{
  width: 10%;
}
.td01_08{
  width: 10%;
}
.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: 700;
}
.unitprice{
  text-align: center;
}
.quantity input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.subtotal{
  text-align: center;
}
.stock{
  text-align: center;
}
.action input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #707070;
  border: none;
  text-align: center;
  padding: 0.6rem 0;
  color: #fff;
  position: relative;
}
.action:hover {
    opacity: 0.6;
}
.td03_01{
  background: #F1F1F1;
  padding: 1rem;
  text-align: center;
  text-align: right;
}
.wc_btnListBox{
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
.wc_btnList{
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.wc_btnList_item01{
  width:20rem;
  margin-bottom: 2rem;
}
.wc_btnList_item01 input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #707070 url(../../src/img/wc_next_arrow.png) 70% center no-repeat;
  background-size: 4.5rem 0.6rem;
  border: 1px solid #707070;
  text-align: center;
  padding: 1rem 0;
  padding-right: 5rem;
  color: #fff;
  position: relative;
  font-size: 1.2rem;
}
.wc_btnList_item01:hover {
    opacity: 0.6;
}
.wc_btnList_item02{
  width:20rem;
}
.wc_btnList_item02 input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #fff url(../../src/img/wc_prev_arrow.png) 2rem center no-repeat;
  background-size: 4.5rem 0.6rem;
  border: 1px solid #707070;
  text-align: center;
  padding: 1rem 0;
  color: #555555;
  position: relative;
  font-size: 1.2rem;
  padding-left: 5rem;
}
.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: 90%;
  margin: 0 auto 8rem;
}
.unitprice {
  text-align: center;
  white-space: nowrap;
}
.td01_06 {
  width: 10%;
  white-space: nowrap;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.cartBox{
  
}
.cartBoxInner{
  width: 90%;
  margin: 0 auto 4rem;
}
.wc_ttl{
  font-size: 2.5rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #383838;
}
.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;
}
.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;
}
.cartChange_btn {
  position: relative;
  width: 10rem;
}
.cartChange_btn input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #707070;
  border: none;
  text-align: center;
  padding: 0.6rem 0;
  color: #fff;
  position: relative;
}
.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 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: 700;
  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: 50%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
}
.cartTable .subtotal{
  text-align: left;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 13rem;
}
.cartTable .subtotal:before{
   content: "金額(税込):";
   margin-right: 0.4rem;
   font-weight: 300;
}
.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: 50%;
  display: block;
  background: #707070;
  border: none;
  text-align: center;
  padding: 0.5rem 0;
  color: #fff;
  position: relative;
  font-size: 1.4rem;
}
.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%;
  font-weight: 700;
  background: #fff;
}


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

}
.wc_btnList{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.wc_btnList_item01{
  width:22rem;
  margin-bottom: 2rem;
}
.wc_btnList_item01 input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #707070 url(../../src/img/wc_next_arrow.png) 70% center no-repeat;
  background-size: 4.5rem 0.6rem;
  border: 1px solid #707070;
  text-align: center;
  padding: 1rem 0;
  padding-right: 5rem;
  color: #fff;
  position: relative;
  font-size: 1.2rem;
}
.wc_btnList_item01:hover {
    opacity: 0.6;
}
.wc_btnList_item02{
  width:22rem;
  margin-bottom: 2rem;
}
.wc_btnList_item02 input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #fff url(../../src/img/wc_prev_arrow.png) 2rem center no-repeat;
  background-size: 4.5rem 0.6rem;
  border: 1px solid #707070;
  text-align: center;
  padding: 1rem 0;
  color: #555555;
  position: relative;
  font-size: 1.2rem;
  padding-left: 5rem;
}
.wc_btnList_item02:hover {
    opacity: 0.6;
}
.wc_btnList li{
  margin: 0 0 2rem;
}
.wc_btnListBoxCenter{
  justify-content: center;
  margin-top: 4rem;
}
}
/*-----------------------------------------------------------

CART THANKS

-------------------------------------------------------------*/
.cThanksWrap{
  padding: 12rem 10rem;
}
.cThanksBox{
}
.cThanksBox_txt{
  text-align: center;
  margin: 5rem 0 4rem;
  font-weight: bold;
  font-size: 1.4rem;
}
.cThanksBox_txt02{
  text-align: center;
  margin-bottom: 5rem;
  font-size: 1.4rem;
  font-weight: 200;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.cThanksWrap{
  padding: 5rem 0rem 8rem;
}
.cThanksBox{
}
.cThanksBox_txt{
  text-align: center;
  margin: 3rem 0 3rem;
  font-weight: bold;
  font-size: 1.4rem;
}
.cThanksBox_txt02{
  text-align: center;
  margin-bottom: 5rem;
  font-size: 1.4rem;
  font-weight: 200;
}
}
/*-----------------------------------------------------------

LOGIN

-------------------------------------------------------------*/
.loginWrap{
  background: #F1F1F1;
  padding: 5rem 0;
}
.loginInner{
  width: 80%;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 3rem 0;
}
.loginInnerBox{
  width: 50%;
  padding-bottom: 4rem;
}
.loginInnerBoxLine{
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAAXNSR0IArs4c6QAAABBJREFUGFdjKCgo+M9AGAAAVeQCUKMSNU8AAAAASUVORK5CYII=) right 0 repeat-y;
}
.loginInnerBoxIn{
  width: 85%;
  margin: 0 auto;
}
.loginInnerBox_ttl{
  font-size: 1.4rem;
  border-bottom: 1px solid #707070;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
}
.loginInnerBox_cont{

}
.loginInnerBox_contTtl{
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.loginInnerBox_contTxt{
  text-align: center;
  font-size: 1.4rem;
  font-weight: 200;
  margin-bottom: 2rem;
}
.loginInnerBox_contList{
  margin-bottom: 1rem;
}
.loginInnerBox_contList li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.loginInnerBox_contList li p{
  width: 30%;
  font-size: 1.4rem;
  font-weight: 200;
}
.loginInnerBox_contList li div{
  width: 70%;
}
.loginInnerBox_contList li div input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.loginInnerBox_contCheck{
  padding-left: 30%;
  margin-bottom: 4rem;
}
.loginInnerBox_contCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 200;
  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{
  display: flex;
  justify-content: center;
  align-items: center;
}
.loginInnerBox_contBtn input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 18.5rem;
  display: block;
  background: #fff url(../../src/img/wc_login_arrow.png) 80% center no-repeat;
  background-size: 4.5rem 0.6rem;
  border: 1px solid #707070;
  text-align: center;
  padding: 1rem 0;
  padding-right: 5rem;
  color: #707070;
  position: relative;
  font-size: 1.2rem;
}
.loginInnerBox_contBtnLogin input{
  padding-right: 4rem;
}
.loginInnerBox_contBtn:hover {
    opacity: 0.6;
}
.forgetPw{
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.loginInnerLostPw .loginInnerBox{
  width: 100%;
}
.sendBtnLostPw{
  width: 30rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.loginInner {
  width: 90%;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 3rem 0;
  flex-wrap: wrap;
}
.loginInnerBox {
  width: 100%;
  padding-bottom: 4rem;
}
.loginInnerBoxLine {
  background: none;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.loginWrap{
  background: #F1F1F1;
  padding: 3rem 0;
}
.loginInner{
  width: 90%;
  background: none;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0rem 0;
  flex-direction: column;
}
.loginInnerBox{
  width: 100%;
  padding: 3rem 0 5rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 3rem;
}
.loginInnerBoxLine{
  background: #fff;
}
.loginInnerBoxIn{
  width: 85%;
  margin: 0 auto;
}
.loginInnerBox_ttl{
  font-size: 1.4rem;
  border-bottom: 1px solid #707070;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
}
.loginInnerBox_cont{

}
.loginInnerBox_contTtl{
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.loginInnerBox_contTxt{
  text-align: center;
  font-size: 1.4rem;
  font-weight: 200;
  margin-bottom: 2rem;
}
.loginInnerBox_contList{
  margin-bottom: 1rem;
}
.loginInnerBox_contList li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
}
.loginInnerBox_contList li p{
  width: 100%;
  font-size: 1.4rem;
  font-weight: 200;
  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{
  padding-left: 0%;
  margin-bottom: 4rem;
}
.loginInnerBox_contCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 200;
  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{
  display: flex;
  justify-content: center;
  align-items: center;
}
.loginInnerBox_contBtn input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 18.5rem;
  display: block;
  background: #fff url(../../src/img/wc_login_arrow.png) 80% center no-repeat;
  background-size: 4.5rem 0.6rem;
  border: 1px solid #707070;
  text-align: center;
  padding: 1rem 0;
  padding-right: 5rem;
  color: #707070;
  position: relative;
  font-size: 1.2rem;
}
.loginInnerBox_contBtnLogin input{
  padding-right: 4rem;
}
.loginInnerBox_contBtn:hover {
    opacity: 0.6;
}
}
/*-----------------------------------------------------------

SIGN UP

-------------------------------------------------------------*/
.formSignup {
  width: 60%;
  margin: 4rem auto 10rem;
}
.signUpIntro{
  margin: 8rem 0 3rem;
}
.newMemberForm{
  width: 100%;
}
.newMemberForm tr{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.newMemberForm tr th{
  width: 40%;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 400;
  padding: 0;
  font-size: 1.4rem;
}
.newMemberForm tr th em.hissu {
  color: #fff;
  font-size: 1.2rem;
  background: #A31B1B;
  line-height: 1;
  padding: 0.2rem 0.6rem;
  height: 1.3rem;
  margin-right: 1rem;
  font-style: normal;
}
.newMemberForm tr td{
  width: 60%;
}
.newMemberForm tr td input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.newMemberForm tr td select {
  width: 100%;
  background: #fff url(../../src/img/f_select_arrow.png) 97% center no-repeat;
  background-size: 1rem;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  -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: 30%;
}
.newMemberForm #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

.newMemberForm #furikana_row{
  display: flex;
  justify-content: space-between;
}
.newMemberForm #furikana_row td{
  width: 30%;
}
.newMemberForm #furikana_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

.newMemberFormSend{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem 0;
}
.newMemberFormSend input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 18.5rem;
  display: block;
  background: #fff url(../../src/img/wc_login_arrow.png) 80% center no-repeat;
  background-size: 4.5rem 0.6rem;
  border: 1px solid #707070;
  text-align: center;
  padding: 1rem 0;
  padding-right: 5rem;
  color: #707070;
  position: relative;
  font-size: 1.2rem;
}
.newMemberFormSend:hover {
    opacity: 0.6;
}
.error_message{
  font-size: 1.2rem;
  color: #FF0000;
  margin-bottom: 2rem;
}
.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: #B2B2B2;
  padding: 1rem;
  width: 48%;
  -webkit-appearance: none;
  color: #fff;
  border: 1px solid #B2B2B2;
  margin: 0;
  cursor: pointer;
}
.at_cont_text{
  display: none;
}
.at_check_note{
  margin: 3rem 0 3rem;
  font-size: 1.4rem;
  font-weight: 200;
}
.at_check_area{
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/*.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.4rem;
  font-weight: 200;
  justify-content: flex-start;
}
.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;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.formSignup {
  width: 90%;
  margin: 4rem auto 10rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.formSignup {
  width: 80%;
  margin: 4rem auto 10rem;
}
.signUpIntro{
  margin: 3rem 0 3rem;
}
.newMemberForm{
  width: 100%;
}
.newMemberForm tr{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.newMemberForm tr th{
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 400;
  padding: 0;
  font-size: 1.4rem;
}
.newMemberForm tr th em.hissu {
  color: #fff;
  font-size: 1.2rem;
  background: #A31B1B;
  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 #707070;
}
.newMemberForm tr td select {
  width: 100%;
  background: #fff url(../../src/img/f_select_arrow.png) 97% center no-repeat;
  background-size: 1rem;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  -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: 48%;
}
.newMemberForm #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

.newMemberForm #furikana_row{
  display: flex;
  justify-content: space-between;
}
.newMemberForm #furikana_row td{
  width: 48%;
}
.newMemberForm #furikana_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

.newMemberFormSend{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem 0;
}
.newMemberFormSend input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 18.5rem;
  display: block;
  background: #fff url(../../src/img/wc_login_arrow.png) 80% center no-repeat;
  background-size: 4.5rem 0.6rem;
  border: 1px solid #707070;
  text-align: center;
  padding: 1rem 0;
  padding-right: 5rem;
  color: #707070;
  position: relative;
  font-size: 1.2rem;
}
.newMemberFormSend:hover {
    opacity: 0.6;
}
.error_message{
  font-size: 1.2rem;
  color: #FF0000;
  margin-bottom: 2rem;
}
.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: #B2B2B2;
  padding: 1rem;
  width: 48%;
  -webkit-appearance: none;
  color: #fff;
  border: 1px solid #B2B2B2;
  margin: 0;
  cursor: pointer;
}
.at_cont_text{
  display: none;
}
.at_check_note{
  margin: 3rem 0 3rem;
  font-size: 1.4rem;
  font-weight: 200;
}
.at_check_area{
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/*.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.4rem;
  font-weight: 200;
  justify-content: flex-start;
}
.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;
}

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

NOTATION

-------------------------------------------------------------*/
.notationBox{
  width: 70%;
  margin: 5rem auto 10rem;
}
.notationBoxList{
  margin: 8rem 0 5rem;
  border-top: 1px solid #B2B2B2;
}
.notationBoxList li{
  padding: 2rem 0;
  padding-left: 6rem;
  border-bottom: 1px solid #B2B2B2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.notationBoxList li p{
  width: 25%;
  font-weight: 200;
}
.notationBoxList li div{
  width: 75%;
  font-weight: 200;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.notationBox{
  width: 90%;
  margin: 5rem auto 10rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.notationBox{
  width: 80%;
  margin: 5rem auto 10rem;
}
.notationBoxList{
  margin: 3rem 0 5rem;
  border-top: none;
}
.notationBoxList li{
  padding: 2rem 0;
  padding-left: 0;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.notationBoxList li p{
  width: 100%;
  font-weight: 200;
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 0.6rem;
  margin-bottom: 1rem;
}
.notationBoxList li div{
  width: 100%;
  font-weight: 200;
}
}
/*-----------------------------------------------------------

TERMS

-------------------------------------------------------------*/
.termsBox{
  width: 70%;
  margin: 5rem auto 10rem;
}
.termsBoxInner{
  margin: 8rem 0 5rem;
  font-weight: 200;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.termsBox{
  width: 90%;
  margin: 5rem auto 10rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.termsBox{
  width: 80%;
  margin: 5rem auto 10rem;
}
.termsBoxInner{
  margin:5rem 0 5rem;
  font-weight: 200;
}
}
/*-----------------------------------------------------------

GUIDE

-------------------------------------------------------------*/
.guideBox{
  width: 70%;
  margin: 5rem auto 10rem;
}
.guideAnch{
  margin: 8rem 0 8rem;
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.guideAnch li{
  padding: 0 3rem;
  border-right: 1px solid #707070;
  line-height: 1;
  margin-bottom: 3rem;
}
.guideSec{
  border-bottom: 1px solid #E3E3E3;
  padding: 0rem 0 6rem;
  margin-bottom: 6rem;
}
#guide01{
  padding-top: 6rem;
  border-top: 1px solid #E3E3E3;
}
.guideSec_ttl{
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.guideSec_txt{
  font-size: 1.4rem;
  font-weight: 200;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.guideBox{
  width: 90%;
  margin: 5rem auto 10rem;
}
.guideAnch li {
  padding: 0 2rem;
  border-right: 1px solid #707070;
  line-height: 1;
  margin-bottom: 3rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.guideBox{
  width: 80%;
  margin: 5rem auto 10rem;
}
.guideAnch{
  margin: 5rem auto 8rem;
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
}
.guideAnch li{
  padding: 0 0 2rem;
  border-right: none;
  border-bottom: 1px solid #B2B2B2;
  line-height: 1;
  margin-bottom: 3rem;
  width: 100%;
  text-align: center;
}
.guideSec{
  border-bottom: 1px solid #E3E3E3;
  padding: 0rem 0 6rem;
  margin-bottom: 6rem;
}
#guide01{
  padding-top: 0rem;
  border-top: none;
}
.guideSec_ttl{
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.guideSec_txt{
  font-size: 1.4rem;
  font-weight: 200;
}
}
/*-----------------------------------------------------------

CART CUSTOMER

-------------------------------------------------------------*/
.caerCustomoer{
  width: 90%;
  margin: 0 auto;
}
#customer-info h5 {
  font-size: 2rem;
}
.caerCustomoerTop tr{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem!important;
}
.caerCustomoerTop tr th{
  display: block;
  background: #fff!important;
  width: 20%!important;
  text-align: left;
  padding: 1rem 0!important;
  margin-bottom: 1rem;
  padding: 0!important;
}
.caerCustomoerTop tr td{
  display: block;
  width: 70%!important;
  padding: 0!important;
}
.caerCustomoerTop tr td input {
  background: #fff;
  padding: 1rem;
  width: 100%!important;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  font-size: 1.6rem;
}
.caerCustomoerTop th {
  border: none!important;
}
.caerCustomoerTop td {
  border: none!important;
}

.customer_form{

}


.caerCustomoerBtm tr{
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem!important;
}
.caerCustomoerBtm tr th {
  width: 40%;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 400;
  padding: 0;
  background: #fff;
  border: none;
  letter-spacing: 0;
}
.caerCustomoerBtm tr th em.hissu {
  color: #fff;
  font-size: 1.2rem;
  background: #A31B1B;
  line-height: 1;
  padding: 0.2rem 0.6rem;
  height: 1.3rem;
  margin-right: 1rem;
  font-style: normal;
  font-weight: 400!important;
}
.caerCustomoerBtm tr td{
  width: 60%;
  border: none!important;
  margin: 0!important;
}
.caerCustomoerBtm tr td input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  margin: 0!important;
}
.caerCustomoerBtm #zipcode_row td{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.caerCustomoerBtm #zipcode_row td input{
  width: 47.5%;
}
.caerCustomoerBtm  tr#zipcode_row td input#search_zipcode {
  background: #B2B2B2;
  padding: 1rem;
  width: 47.5%;
  -webkit-appearance: none;
  color: #fff;
  border: 1px solid #B2B2B2;
  margin: 0;
  cursor: pointer;
}
.caerCustomoerBtm tr td select {
  width: 100%;
  background: #fff url(../../src/img/f_select_arrow.png) 97% center no-repeat;
  background-size: 1rem;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
}
.caerCustomoerBtm .member_name{
  display: none;
}
.caerCustomoerBtm .member_furigana{
  display: none;
}
.caerCustomoerBtm #name_row{
  display: flex;
  justify-content: space-between;
}
.caerCustomoerBtm #name_row .name_td{
  width: 30%;
}
.caerCustomoerBtm #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

.caerCustomoerBtm #furikana_row{
  display: flex;
  justify-content: space-between;
}
.caerCustomoerBtm #furikana_row td{
  width: 30%;
}
.caerCustomoerBtm #furikana_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.caerCustomoerBtm .customer_form input#loginmail,.caerCustomoerBtm .customer_form input#mailaddress1,.caerCustomoerBtm .customer_form input#mailaddress2 {
  width: 100%!important;
}
.wc_btnListBoxcartCS{
  width: 100%;
}
.wc_btnListBoxcartCS .wc_btnList{
  width: 100%;
  justify-content: space-between;
}
.wc_btnListBoxcartCS .wc_btnList .wc_btnList_item01 {
  width: 38%;
  margin: 0;
}
.wc_btnListBoxcartCS .wc_btnList .wc_btnList_item02 {
  width: 20%;
  margin: 0;
}

.agree_member_area {
  width: 100%;
  margin: 1.42857em auto 0;
  display: flex;
  justify-content: center;
}
.at_check_area a{
  border-bottom: 1px solid #707070;
}
.caerCustomoerBtm .wc_btnList_item01 input {
  background: #707070 url(../../src/img/wc_next_arrow.png) 80% center no-repeat;
  background-size: 4.5rem 0.6rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.caerCustomoer{
  width: 100%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.caerCustomoer{
  width: 100%;
  margin: 0 auto;
}
#customer-info h5 {
  font-size: 2rem;
}
.caerCustomoerTop tr{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem!important;
}
.caerCustomoerTop tr th{
  display: block;
  background: #fff!important;
  width: 100%!important;
  text-align: left;
  padding: 1rem 0!important;
  margin-bottom: 1rem;
  padding: 0!important;
}
.caerCustomoerTop tr td{
  display: block;
  width: 100%!important;
  padding: 0!important;
}
.caerCustomoerTop tr td input {
  background: #fff;
  padding: 1rem;
  width: 100%!important;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  font-size: 1.6rem;
}
.caerCustomoerTop th {
  border: none!important;
}
.caerCustomoerTop td {
  border: none!important;
}
.caerCustomoerTop .wc_btnListBoxCenter{
  margin-top: 0;
}
.customer_form{

}


.caerCustomoerBtm .customer_form tr{
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem!important;
  flex-wrap: wrap;
  padding-bottom: 1rem!important;
}
.caerCustomoerBtm tr th {
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 400;
  padding: 0;
  background: #fff;
  border: none;
}
.caerCustomoerBtm tr th em.hissu {
  color: #fff;
  font-size: 1.2rem;
  background: #A31B1B;
  line-height: 1;
  padding: 0.2rem 0.6rem;
  height: 1.3rem;
  margin-right: 1rem;
  font-style: normal;
  font-weight: 400!important;
}
.caerCustomoerBtm tr td{
  width: 100%;
  border: none!important;
  margin: 0!important;
}
.caerCustomoerBtm tr td input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  margin: 0!important;
}
.caerCustomoerBtm #zipcode_row td{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.caerCustomoerBtm #zipcode_row td input{
  width: 47.5%;
}
.caerCustomoerBtm  tr#zipcode_row td input#search_zipcode {
  background: #B2B2B2;
  padding: 1rem;
  width: 47.5%;
  -webkit-appearance: none;
  color: #fff;
  border: 1px solid #B2B2B2;
  margin: 0;
  cursor: pointer;
}
.caerCustomoerBtm tr td select {
  width: 100%;
  background: #fff url(../../src/img/f_select_arrow.png) 97% center no-repeat;
  background-size: 1rem;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
}
.caerCustomoerBtm .member_name{
  display: none;
}
.caerCustomoerBtm .member_furigana{
  display: none;
}
.caerCustomoerBtm #name_row{
  display: flex;
  justify-content: space-between;
}
.caerCustomoerBtm #name_row .name_td{
  width: 47%;
}
.caerCustomoerBtm #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

.caerCustomoerBtm #furikana_row{
  display: flex;
  justify-content: space-between;
}
.caerCustomoerBtm #furikana_row td{
  width: 47%;
}
.caerCustomoerBtm #furikana_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.caerCustomoerBtm .customer_form input#loginmail,.caerCustomoerBtm .customer_form input#mailaddress1,.caerCustomoerBtm .customer_form input#mailaddress2 {
  width: 100%!important;
}
.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;
  margin-bottom: 1rem;
}
.wc_btnListBoxcartCS .wc_btnList .wc_btnList_item02 {
  width: 100%;
  margin: 0;
  margin-bottom: 1rem;
}
.caerCustomoerBtm .wc_btnList_item02 input {
  background: #fff url(../../src/img/wc_prev_arrow.png) 14rem center no-repeat;
  background-size: 4.5rem 0.6rem;
}
.agree_member_area {
  width: 100%;
  margin: 1.42857em auto 0;
  display: flex;
  justify-content: center;
}
}
/*-----------------------------------------------------------

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/f_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/f_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 2rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.cartConfirm .send input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 30rem;
  display: block;
  background: #fff url(../../src/img/wc_prev_arrow.png) 2rem center no-repeat;
  background-size: 4.5rem 0.6rem;
  border: 1px solid #707070;
  text-align: center;
  padding: 1rem 0;
  color: #555555;
  position: relative;
  font-size: 1.2rem;
  padding-left: 5rem;
}
.cartConfirm .send input#purchase_button {
 --webkit-appearance: none;
  cursor: pointer;
  width: 30rem;
  display: block;
  background: #707070 url(../../src/img/wc_next_arrow.png) 90% center no-repeat;
  background-size: 4.5rem 0.6rem;
  border: 1px solid #707070;
  text-align: center;
  padding: 1rem 0;
  padding-right: 5rem;
  color: #fff;
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.cartConfirm .send input:hover {
    opacity: 0.6;
}
.cartConfirmNote{
  padding: 4rem 0 2rem;
  text-align: center;
}
.cartConfirmNote a{
  color: #FF2D00;
  border-bottom: 1px solid #FF2D00;
}
.cartConfirm .wc_btnList_item01 {
  width: 30rem;
  margin-bottom: 2rem;
}
.cartConfirm .wc_btnList_item01 input{
  background: #707070 url(../../src/img/wc_next_arrow.png) 90% center no-repeat;
  background-size: 4.5rem 0.6rem;
}
@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: #FF2D00;
  border-bottom: 1px solid #FF2D00;
}
}
/*-----------------------------------------------------------

WELCART

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

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/search_arrow.svg) 93% 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;
}
.history-area table .thumbnail{
  width: 15%;
}
#memberinfo .customer_form #zipcode_row td #search_zipcode{
  background: #B2B2B2;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #fff;
  border: 1px solid #B2B2B2;
  margin: 0;
  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/f_select_arrow.png) 97% 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;
}
#wc_member .wc_btnList_item01 input {
  background: #707070 url(../../src/img/wc_next_arrow.png) 90% center no-repeat;
  background-size: 4.5rem 0.6rem;
}
@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 ============== */
#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/search_arrow.svg) 93% 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;
}
.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;
}
}
/*-----------------------------------------------------------

OTHER

-------------------------------------------------------------*/
.newMemberFormNote{
  margin: 2rem 0 4rem;
  font-weight: 200;
}













