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

input,select,textarea{
  font-family: 'Noto 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 / 1680 * 10);
}

@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
html {
  width: 100%;
  font-size: calc(100vw / 899 * 10);
}
a{
  color: inherit;
    -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
}
@media only screen and (max-width: 599px) {
html {
  width: 100%;
  font-size: calc(100vw / 375 * 10);
}
a{
  color: inherit;
    -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
}
body {
  position: relative;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: 'Noto Sans JP', "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #000;
}

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

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

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

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

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
a[href^="tel:"] {
    pointer-events: none;
}
}
.is_pc { display: block !important; }
.is_sp { display: none !important; }
.is_tb { display: none !important; }
@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.2rem;
}
}

.f_en{
  font-family: 'Montserrat', sans-serif;
}
/*-----------------------------------------------------------

component

-------------------------------------------------------------*/
.c_red{color: #d30000;}
/*-----------------------------------------------------------

cmn laypout

-------------------------------------------------------------*/
body{
  background: #dedede url(../../src/img/bg_dott.png) 0 0 repeat-y;
  background-size: 100%;
  background-attachment: fixed;
}
.header{
  position: relative;
  padding-top: 5rem;
}
.headerInner{
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 3rem;
}
.headerInner_logo{
  width: 32rem;
}
.headerInner_page{
  width: 80%;
}
.headerInner_pageNav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerInner_pageNavList{
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 4rem;
}
.headerInner_pageNavList_item{
  width: 19%;
}
.headerInner_pageNavList_itemLink{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  line-height: 1;
  border-bottom: 1px solid #000000;
  padding-bottom: 2rem;
}
.headerInner_pageNavList_itemLink:hover{
  opacity: 1;
  color: #d30000;
}
.headerInner_pageNavList_itemLink:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d30000;
  bottom: -1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.headerInner_pageNavList_itemLink:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
}

.headerInner_pageNavList_itemLink_num{
  color: #d30000;
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}
.headerInner_pageNavList_itemLink_en{
  color: #d30000;
  font-size: 2.8rem;
  margin-bottom: 0.8rem;  
}
.headerInner_pageNavList_itemLink_jp{
  font-size: 1.6rem;
}
.headerInner_pageNav_mail{
  width: 8rem;
  height: 8rem;
  background: #d30000;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.headerInner_pageNav_mail img{
  width: 3rem;
  position: relative;
  z-index: 1;
}
.headerInner_pageNav_mail:hover{
  opacity: 1;
}
.headerInner_pageNav_mail:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.headerInner_pageNav_mail:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
  background: #000;
}

/* header transform */

/* hmb menu */

/* footer */
.footer{
  background: #fff;
  padding: 5rem 0 3rem;
  border-bottom: 20px solid #d30000;
}
.footerInner{
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 4rem;
}
.footerInnerL{
  width: 46%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.footerInnerL_logo{
  width: 32rem;
  display: block;
}
.footerInnerL_info{
  width: 50%;
}
.footerInnerL_infoTxt{
  font-size: 2rem;
  line-height: 1.6;
}
.footerInnerL_infoList{
  display: flex;
  align-items: center;
}
.footerInnerL_infoList li{
  
}
.footerInnerL_infoList li + li{
  margin-left: 2rem;
}
.footerInnerL_infoList li a{
  display: flex;
  align-items: center;
  color: #d30000;
  font-size: 1.8rem;
  position: relative;
}
.footerInnerL_infoList li a img{
  height: 1.8rem;
  width: auto;
  margin-right: 0.5rem;
}
.footerInnerL_infoList li a:hover{
  opacity: 1;
  color: #d30000;
}
.footerInnerL_infoList li a:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d30000;
  bottom: -1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.footerInnerL_infoList li a:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
}
.footerInnerR{
  width: 50%;
}
.footerInnerR_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footerInnerR_list li{
  width: 25%;
  margin-bottom: 2rem;
}
.footerInnerR_list li a{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-left: 2rem;
  line-height: 1.4;
  font-weight: 900;
}
.footerInnerR_list li a:hover{
  color: #d30000;
  opacity: 1;
}
.footerInnerR_list li a:hover span{
  color: #d30000;
  opacity: 1;
}
.footerInnerR_list li a:before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0.3rem;
  color: #d30000;
}
.footerInnerR_list li a span + span{
  color: #c8c8c8;
  font-size: 1.4rem;
}

.navTglOpen, .navBox {
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.header{
  position: fixed;
  padding-top: 0rem;
  width: 100%;
  z-index: 9999;
  transition: 0.3s ease;
  top: 0;
}
.header.transform{
  background: #ffffffd6;
  /*backdrop-filter: blur(12px);*/
  padding: 0.6rem 0;
}
.headerInner{
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem;
}
.headerInner_logo{
  width: 16rem;
  transition: 0.6s ease;
}
.header.transform .headerInner_logo{
  width: 12rem;
}
.headerInner_page{
  width: 80%;
  display: none;
}
/* hmb menu */
.navTglOpen{
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 8888;
  background: #d30000;
  border-radius: 50%;
}
.navTglOpen img{
  width: 1.5rem;
  height: 1.2rem;
}
.navBox {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background: #dedede url(../../src/img/sp/bg_dott@2x.png) 0 0 repeat-y;
  background-size: 100%;
  background-attachment: fixed;
  padding: 0rem 0rem 5rem;
  display: block;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
}
.navBox.active::-webkit-scrollbar {
  display:none;
}
.navBoxHeader{
  width: 98%;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem;
}
.navBoxHeader_logo{
  width: 16rem;
}
.navTglClose{
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 8888;
  background: #000;
  border-radius: 50%;
}
.navTglClose img{
  width: 1.2rem;
  height: 1.2rem;
}
.navBoxListBox_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
.navBoxListBox_list li{
  width: 48%;
  margin-bottom: 1rem;
}
.navBoxListBox_list li a{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-left: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #c8c8c8;
  line-height: 1.4;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.navBoxListBox_list li a:hover{
  color: #d30000;
  opacity: 1;
}
.navBoxListBox_list li a:hover span{
  color: #d30000;
  opacity: 1;
}
.navBoxListBox_list li a:before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: #d30000;
}
.navBoxListBox_list li a span + span{
  color: #d30000;
  font-size: 1.6rem;
}
.navInsta{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d30000;
  font-size: 1.6rem;
  position: relative;
}
.navInsta img{
  height: 1.6rem;
  width: auto;
  margin-right: 0.5rem;
}
.footerInner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0rem;
}
.footerInnerL {
  width: 46%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  flex-direction: column;
}
.footerInnerL_logo {
  width: 20rem;
  display: block;
}
.footerInnerL_info {
  width: 100%;
}
.footerInnerR_list li {
  width: 47%;
  margin-bottom: 1rem;
}
.footerInnerL_infoList{
  white-space: nowrap;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
body{
  background: #dedede url(../../src/img/sp/bg_dott@2x.png) 0 0 repeat-y;
  background-size: 100%;
  background-attachment: fixed;
}
.header{
  position: fixed;
  padding-top: 0rem;
  width: 100%;
  z-index: 9999;
  transition: 0.3s ease;
  top: 0;
}
.header.transform{
  background: #ffffffd6;
  /*backdrop-filter: blur(12px);*/
  padding: 0.6rem 0;
}
.headerInner{
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem;
}
.headerInner_logo{
  width: 16rem;
  transition: 0.6s ease;
}
.header.transform .headerInner_logo{
  width: 12rem;
}
.headerInner_page{
  width: 80%;
  display: none;
}
.headerInner_pageNav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerInner_pageNavList{
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 4rem;
}
.headerInner_pageNavList_item{
  width: 19%;
}
.headerInner_pageNavList_itemLink{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  line-height: 1;
  border-bottom: 1px solid #000000;
  padding-bottom: 2rem;
}
.headerInner_pageNavList_itemLink:hover{
  opacity: 1;
  color: #d30000;
}
.headerInner_pageNavList_itemLink:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d30000;
  bottom: -1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.headerInner_pageNavList_itemLink:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
}

.headerInner_pageNavList_itemLink_num{
  color: #d30000;
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}
.headerInner_pageNavList_itemLink_en{
  color: #d30000;
  font-size: 2.8rem;
  margin-bottom: 0.8rem;  
}
.headerInner_pageNavList_itemLink_jp{
  font-size: 1.6rem;
}
.headerInner_pageNav_mail{
  width: 8rem;
  height: 8rem;
  background: #d30000;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.headerInner_pageNav_mail img{
  width: 3rem;
  position: relative;
  z-index: 1;
}
.headerInner_pageNav_mail:hover{
  opacity: 1;
}
.headerInner_pageNav_mail:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.headerInner_pageNav_mail:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
  background: #000;
}

/* header transform */

/* hmb menu */
.navTglOpen{
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 8888;
  background: #d30000;
  border-radius: 50%;
}
.navTglOpen img{
  width: 1.5rem;
  height: 1.2rem;
}
.navBox {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background: #dedede url(../../src/img/sp/bg_dott@2x.png) 0 0 repeat-y;
  background-size: 100%;
  background-attachment: fixed;
  padding: 0rem 0rem 5rem;
  display: block;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
}
.navBox.active::-webkit-scrollbar {
  display:none;
}
.navBoxHeader{
  width: 98%;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem;
}
.navBoxHeader_logo{
  width: 16rem;
}
.navTglClose{
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 8888;
  background: #000;
  border-radius: 50%;
}
.navTglClose img{
  width: 1.2rem;
  height: 1.2rem;
}
.navBoxListBox_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
.navBoxListBox_list li{
  width: 48%;
  margin-bottom: 1rem;
}
.navBoxListBox_list li a{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-left: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #c8c8c8;
  line-height: 1.4;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.navBoxListBox_list li a:hover{
  color: #d30000;
  opacity: 1;
}
.navBoxListBox_list li a:hover span{
  color: #d30000;
  opacity: 1;
}
.navBoxListBox_list li a:before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: #d30000;
}
.navBoxListBox_list li a span + span{
  color: #d30000;
  font-size: 1.6rem;
}
.navInsta{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d30000;
  font-size: 1.6rem;
  position: relative;
}
.navInsta img{
  height: 1.6rem;
  width: auto;
  margin-right: 0.5rem;
}

/* footer */
.footer{
  background: #fff;
  padding: 3rem 0 1rem;
  border-bottom: 10px solid #d30000;
}
.footerInner{
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0rem;
  flex-direction: column;
}
.footerInnerL{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.footerInnerL_logo{
  width: 16rem;
  display: block;
}
.footerInnerL_info{
  width: 53%;
  letter-spacing: 0;
}
.footerInnerL_infoTxt{
  font-size: 1.2rem;
  line-height: 1.6;
}
.footerInnerL_infoList{
  display: flex;
  align-items: center;
}
.footerInnerL_infoList li{
  
}
.footerInnerL_infoList li + li{
  margin-left: 1rem;
}
.footerInnerL_infoList li a{
  display: flex;
  align-items: center;
  color: #d30000;
  font-size: 1.1rem;
  position: relative;
  white-space: nowrap;
}
.footerInnerL_infoList li a img{
  height: 1rem;
  width: auto;
  margin-right: 0.5rem;
}
.footerInnerL_infoList li a:hover{
  opacity: 1;
  color: #d30000;
}
.footerInnerL_infoList li a:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d30000;
  bottom: -1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.footerInnerL_infoList li a:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
}
.footerInnerR{
  width: 95%;
}
.footerInnerR_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footerInnerR_list::after {
    content: "";
    display:block;
    width:33%;
}
.footerInnerR_list li{
  width: 33%;
  margin-bottom: 1rem;
}
.footerInnerR_list li a{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.4;
  font-weight: 900;
}
.footerInnerR_list li a:hover{
  color: #d30000;
  opacity: 1;
}
.footerInnerR_list li a:hover span{
  color: #d30000;
  opacity: 1;
}
.footerInnerR_list li a:before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: #d30000;
}
.footerInnerR_list li a span + span{
  color: #c8c8c8;
  font-size: 1rem;
}
}
/*-----------------------------------------------------------

TOP

-------------------------------------------------------------*/
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainV{
  margin: 6rem 0 6rem;
  position: relative;
}
.mainV_ttlBox{
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.mainV_ttl{
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  line-height: 1;
  left: 8rem;
  top: 5rem;
  bottom: 0;
  margin: auto;
}
.mainV_ttl_en{
  display: flex;
  flex-direction: column;
  font-size: 9.6rem;
  margin-bottom: 3rem;
  overflow: hidden;
}
.mainV_ttl_en_txt{
  opacity: 0;
}
.mainV_ttl_en_txt::first-letter {
  color: #d00000;
}
.mainV_ttl_jp{
  font-size: 3.6rem;
  overflow: hidden;
  opacity: 0;
}
.fadeUp_main {
  animation-name:fadeUp_mainAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes fadeUp_mainAnime{
  from {
    opacity: 0;
    transform: translateY(8rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUp_main02 {
  animation-name:fadeUp_main02Anime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-delay: 0.1s;
}
@keyframes fadeUp_main02Anime{
  from {
    opacity: 0;
    transform: translateY(8rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUp_main03 {
  animation-name:fadeUp_main03Anime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-delay: 0.3s;
}
@keyframes fadeUp_main03Anime{
  from {
    opacity: 0;
    transform: translateY(5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mainV_ttlImgWrap{
  padding-left: 28%;
}
.mainV_ttlImg{
  width: 100%;
  
  position: relative;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
.topNews{
  width: 80%;
  margin: 0 auto 14rem;
}
.topNewsList{
  margin-bottom: 3rem;
}
.topNewsList_item{
  margin-bottom: 3rem;
}
.topNewsList_itemLink{
  display: flex;
  justify-content: space-between;
  position: relative;
  line-height: 1;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 2rem;
  font-size: 2rem;
}
.topNewsList_itemLink:hover{
  opacity: 1;
  color: #d30000;
}
.topNewsList_itemLink:after{
  content: "";
  position: absolute;
  width: 9%;
  height: 1px;
  background: #d30000;
  bottom: -1px;
  left: 0;
}
.topNewsList_itemLink:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d30000;
  bottom: -1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.topNewsList_itemLink:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
}
.topNewsList_itemLink time{
  width: 13%;
}
.topNewsList_itemLink p{
  width: 87%;
}
.topNewsLinkBox{
  display: flex;
  justify-content: flex-end;
}
.topNewsLinkBox a{
  color: #d30000;
  font-size: 1.8rem;
  padding-right: 2rem;
  background: url(../../src/img/btn_arrow01.png) center right no-repeat;
  background-size: 0.9rem 1.3rem;
  line-height: 1;
}
.topAbout{
  width: 92%;
  margin: 15rem auto 10rem;
  background: #fff;
  border-radius: 20px;
  padding-bottom: 3rem;
}
.topAbout_topTxt{
  width: 68rem;
  margin: 0 auto;
  position: relative;
  top: -15rem;
  margin-bottom: -12rem;
}
.cmnTtl01Box{
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.cmnTtl01Box--topAbout{

}
.cmnTtl01{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.cmnTtl01_en{
  font-size: 6.4rem;
  margin-bottom: 1rem;
}
.cmnTtl01_jp{
  color: #d30000;
  font-size: 3.2rem;
}
.cmnTtl01Box--topAbout .cmnTtl01_jp{
  font-size: 2.4rem;
}
.topAboutInner{
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topAboutInnerL{
  width: 48%;
}
.topAboutInnerL p{
  line-height: 1.8;
}
.topAboutInnerL p span{
  float: left;
  font-size: 5rem;
  line-height: 1.3;
  padding-right: 1rem;
}
.topAboutInnerR{
  width: 48%;
}
.cmnBtn01Box{
  display: flex;
  justify-content: center;
  position: relative;
}
.cmnBtn01Box--topAbout{
  top: 5.5rem;
}
.cmnBtn01{
  width: 24rem;
  background: #d30000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  line-height: 1;
  font-size: 2.4rem;
  color: #fff;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.cmnBtn01:hover{
  opacity: 1;
}
.cmnBtn01:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.cmnBtn01:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
  background: #000;
}
.cmnBtn01 p{
  position: relative;
  z-index: 1;
}
.topWorks{
  padding-right: 4%;
  position: relative;
  margin-bottom: 10rem;
}
.topWorksImg{
  width: 75%;
  height: 64rem;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border-radius: 0 30px 30px 0;
}
.topWorksCont{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 22rem;
}
.cmnTtl01Box--topWorks{
  margin-bottom: 7rem;
}
.cmnTtl01Box--topWorks .cmnTtl01{
  align-items: flex-end;
}
.topWorksContBtm{
  background: #fff;
  padding: 6rem;
  padding-bottom: 2rem;
  border-radius: 20px;
  width: 52%;
}
.topWorksContBtm_txt{

}
.topWorksContBtm_txt p{
  line-height: 1.8;
}
.topWorksContBtm_txt p span{
  float: left;
  font-size: 5rem;
  line-height: 1.3;
  padding-right: 1rem;
}
.cmnBtn01Box--topWorks{
  top: 4.5rem;
}
.topWorksEx{
  width: 92%;
  margin: 0 auto;
  margin-top: -2rem;
}
.topWorksEx_ttl{
  display: flex;
  align-items: baseline;
  line-height: 1;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.topWorksEx_ttl span{
  font-size: 4.8rem;
  margin-right: 1rem;
}
.topWorksExList{
  display: flex;
  justify-content: space-between;
}
.topWorksExList_item{
  width: 23%;
}
.topWorksExList_item div{
  margin-bottom: 2rem;
}
.topWorksExList_item p{
  text-align: center;
  font-size: 2.1rem;
}
.topRecruit{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.topRecruit:before{
  content: "";
  width: 100%;
  height: 83%;
  background: #fff url(../../src/img/bg_dott.png) 0 0 repeat-y;
  background-size: 100%;
  background-attachment: fixed;
  position: absolute;
  left: 0;
  bottom: 0;
}
.topRecruitL{
  width: 38%;
  position: relative;
  z-index: 1;
}
.topRecruitLInner{
  width: 80%;
  margin: 0 auto;
  padding-left: 2rem;
}
.cmnTtl01Box--topRecruit{
  justify-content: flex-start;
  margin-bottom: 4rem;
}
.cmnTtl01Box--topRecruit .cmnTtl01{
  align-items: flex-start;
}
.topRecruitLInner_ttl{
  font-size: 3.6rem;
  margin-bottom: 4rem;
  line-height: 1.4;
}
.topRecruitLInner_txt{
  margin-bottom: 2rem;
}
.cmnBtn01Box--topRecruit{
  justify-content: flex-start;
}
.topRecruitR{
  width: 60%;
  position: relative;
  z-index: 1;
  margin-bottom: 8rem;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
.topItem{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10rem 0;
}
.topItemL{
  width: 30%;
}
.topItemLInner{
  width: 50%;
  margin: 0 auto;
}
.cmnTtl01Box--topItem{
  justify-content: flex-start;
  margin-bottom: 5rem;
}
.cmnTtl01Box--topItem .cmnTtl01{
  align-items: flex-start;
}
.cmnBtn01Box--topItem{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cmnBtn01Box--topItem .cmnBtn01{
  width: 18rem;
}
.topItemInsta{
  width: 5rem;
  height: 5rem;
  background: #d30000;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-left: 2rem;
}
.topItemInsta img{
  width: 3rem;
  position: relative;
  z-index: 1;
}
.topItemInsta:hover{
  opacity: 1;
}
.topItemInsta:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.topItemInsta:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
  background: #000;
}
.topItemR{
  width: 70%;
}
.topItemList{
  margin-bottom: 4rem;
}
.topItemList .slick-list {
  padding: 0 13% 0 0!important;
}
.topItemList_item{
  padding-right: 5rem;
}
.topItemListLink{
  display: block;
  background: #fff;
  border-radius: 20px ;
}
.topItemListLink_img {
  width: 100%;
  height: 40.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 20px 20px 0 0;
  border-bottom: 6px solid #d30000;
}
.topItemListLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: transform 0.5s;
}
.topItemListLink:hover{
  color: #d30000;
}
.topItemListLink:hover img{
  transform: scale(1.1);
}
.topItemListLink_cont{
  padding: 3rem 3rem;
  padding-top: 2rem;
  font-size: 2.4rem;
  line-height: 1;
}
.topItemListLink_contTtl{
  margin-bottom: 0.6rem;
}
.topItemListLink_contPrice{
  color: #d30000;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainV {
  margin: 10rem 0 6rem;
  position: relative;
}
.mainV_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  line-height: 1;
  left: 4rem;
  top: 5rem;
  bottom: 0;
  margin: auto;
}
.mainV_ttl_en {
  display: flex;
  flex-direction: column;
  font-size: 5.6rem;
  margin-bottom: 3rem;
  overflow: hidden;
}
.mainV_ttl_jp {
  font-size: 2.6rem;
  overflow: hidden;
  opacity: 0;
}
.topNews {
  width: 90%;
  margin: 0 auto 14rem;
}
.topNewsList_itemLink time{
  width: 20%;
}
.topNewsList_itemLink p{
  width: 80%;
}
.topAbout_topTxt {
  width: 50rem;
  margin: 0 auto;
  position: relative;
  top: -13rem;
  margin-bottom: -12rem;
}
.topAboutInner {
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topAboutInnerL {
  width: 92%;
  margin-bottom: 2rem;
}
.topAboutInnerR {
  width: 68%;
}
.topWorksCont {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 15rem;
}
.topWorksContBtm {
  background: #fff;
  padding: 6rem;
  padding-bottom: 2rem;
  border-radius: 20px;
  width: 96%;
}
.topWorksImg {
  width: 75%;
  height: 37rem;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border-radius: 0 30px 30px 0;
}
.topWorksEx {
  width: 92%;
  margin: 0 auto;
  margin-top: 4rem;
}
.topWorksExList_item p {
  text-align: center;
  font-size: 1.5rem;
}
.topWorksExList_item div {
  margin-bottom: 1rem;
}
.topRecruit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  flex-direction: column;
}
.topRecruit:before {
  content: "";
  width: 100%;
  height: 97%;
  background: #fff url(../../src/img/bg_dott.png) 0 0 repeat-y;
  background-size: 100%;
  background-attachment: fixed;
  position: absolute;
  left: 0;
  bottom: 0;
}
.topRecruitL {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
}
.topRecruitLInner {
  width: 90%;
  margin: 0 auto;
  padding-left: 0rem;
}
.topRecruitR {
  width: 80%;
  position: relative;
  z-index: 1;
  margin-bottom: 8rem;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
.topItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10rem 0;
  flex-direction: column;
}
.topItemL {
  width: 100%;
  margin-bottom: 4rem;
}
.topItemLInner {
  width: 90%;
  margin: 0 auto;
}
.topItemR {
  width: 100%;
  padding-left: 5%;
}
.topItemListLink_img {
  width: 100%;
  height: 24.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 20px 20px 0 0;
  border-bottom: 6px solid #d30000;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainV{
  margin: 2rem 0 4rem;
  position: relative;
  padding-bottom: 8rem;
  padding-top: 8rem;
}
.mainV_ttlBox{
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.mainV_ttl{
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  line-height: 1;
  left: 2rem;
  top: unset;
  bottom: 9rem;
  margin: auto;
}
.mainV_ttl_en{
  display: flex;
  flex-direction: column;
  font-size: 3.8rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
.mainV_ttl_en_txt{
  opacity: 0;
}
.mainV_ttl_jp{
  font-size: 1.6rem;
  overflow: hidden;
  opacity: 0;
}
.fadeUp_main {
  animation-name:fadeUp_mainAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes fadeUp_mainAnime{
  from {
    opacity: 0;
    transform: translateY(8rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUp_main02 {
  animation-name:fadeUp_main02Anime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-delay: 0.1s;
}
@keyframes fadeUp_main02Anime{
  from {
    opacity: 0;
    transform: translateY(8rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUp_main03 {
  animation-name:fadeUp_main03Anime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-delay: 0.3s;
}
@keyframes fadeUp_main03Anime{
  from {
    opacity: 0;
    transform: translateY(5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mainV_ttlImgWrap{
  padding-left: 8%;
}
.mainV_ttlImg{
  width: 100%;
  
  position: relative;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.topNews{
  width: 90%;
  margin: 0 auto 10rem;
}
.topNewsList{
  margin-bottom: 3rem;
}
.topNewsList_item{
  margin-bottom: 1.5rem;
}
.topNewsList_itemLink{
  display: flex;
  justify-content: space-between;
  position: relative;
  line-height: 1;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 1.5rem;
  font-size: 1.2rem;
}
.topNewsList_itemLink:hover{
  opacity: 1;
  color: #d30000;
}
.topNewsList_itemLink:after{
  content: "";
  position: absolute;
  width: 20%;
  height: 1px;
  background: #d30000;
  bottom: -1px;
  left: 0;
}
.topNewsList_itemLink:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d30000;
  bottom: -1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.topNewsList_itemLink:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
}
.topNewsList_itemLink time{
  width: 25%;
}
.topNewsList_itemLink p{
  width: 75%;
}
.topNewsLinkBox{
  display: flex;
  justify-content: flex-end;
  display: none;
}
.topNewsLinkBox a{
  color: #d30000;
  font-size: 1.8rem;
  padding-right: 2rem;
  background: url(../../src/img/btn_arrow01.png) center right no-repeat;
  background-size: 0.9rem 1.3rem;
  line-height: 1;
}
.topAbout{
  width: 90%;
  margin: 1rem auto 6rem;
  background: #fff;
  border-radius: 20px;
  padding-bottom: 1rem;
}
.topAbout_topTxt{
  width: 25rem;
  margin: 0 auto;
  position: relative;
  top: -6rem;
  margin-bottom: -4rem;
}
.cmnTtl01Box{
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.cmnTtl01Box--topAbout{

}
.cmnTtl01{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.cmnTtl01_en{
  font-size: 3.6rem;
  margin-bottom: 1rem;
}
.cmnTtl01_jp{
  color: #d30000;
  font-size: 1.4rem;
}
.cmnTtl01Box--topAbout .cmnTtl01_jp{
  font-size: 1.4rem;
}
.topAboutInner{
  width: 87%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.topAboutInnerL{
  width: 100%;
  margin-bottom: 2rem;
}
.topAboutInnerL p{
  line-height: 1.8;
}
.topAboutInnerL p span{
  float: left;
  font-size: 3.2rem;
  line-height: 1.3;
  padding-right: 1rem;
}
.topAboutInnerR{
  width: 100%;
}
.cmnBtn01Box{
  display: flex;
  justify-content: center;
  position: relative;
}
.cmnBtn01Box--topAbout{
  top: 2.2rem;
}
.cmnBtn01{
  width: 12rem;
  background: #d30000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
.cmnBtn01:hover{
  opacity: 1;
}
.cmnBtn01:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.cmnBtn01:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
  background: #000;
}
.cmnBtn01 p{
  position: relative;
  z-index: 1;
}
.topWorks{
  padding-right: 0%;
  position: relative;
  margin-bottom: 3rem;
}
.topWorksImg{
  width: 90%;
  height: 32rem;
  position: absolute;
  left: 0;
  top: 2rem;
  overflow: hidden;
  border-radius: 0 30px 30px 0;
}
.topWorksCont{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 0rem;
  width: 90%;
  margin: 0 auto;
}
.cmnTtl01Box--topWorks{
  margin-bottom: 26rem;
}
.cmnTtl01Box--topWorks .cmnTtl01{
  align-items: flex-end;
}
.topWorksContBtm{
  background: #fff;
  padding: 2rem;
  padding-bottom: 0rem;
  border-radius: 20px;
  width: 100%;
}
.topWorksContBtm_txt{

}
.topWorksContBtm_txt p{
  line-height: 1.8;
}
.topWorksContBtm_txt p span{
  float: left;
  font-size: 3.2rem;
  line-height: 1.3;
  padding-right: 1rem;
}
.cmnBtn01Box--topWorks{
  top: 1.3rem;
}
.topWorksEx{
  width: 90%;
  margin: 0 auto;
  margin-top: 4rem;
}
.topWorksEx_ttl{
  display: flex;
  align-items: baseline;
  line-height: 1;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.topWorksEx_ttl span{
  font-size: 2.4rem;
  margin-right: 1rem;
}
.topWorksExList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topWorksExList_item{
  width: 48%;
  margin-bottom: 2rem;
}
.topWorksExList_item div{
  margin-bottom: 0.6rem;
}
.topWorksExList_item p{
  text-align: center;
  font-size: 1.2rem;
}
.topRecruit{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-direction: column;
}
.topRecruit:before{
  content: "";
  width: 100%;
  height: 97%;
  background: #fff url(../../src/img/sp/bg_dott@2x.png) 0 0 repeat-y;
  background-size: 100%;
  background-attachment: fixed;
  position: absolute;
  left: 0;
  bottom: 0;
}
.topRecruitL{
  width: 90%;
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}
.topRecruitLInner{
  width: 95%;
  margin: 0 auto;
  padding-left: 0rem;
}
.cmnTtl01Box--topRecruit{
  justify-content: flex-start;
  margin-bottom: 3rem;
}
.cmnTtl01Box--topRecruit .cmnTtl01{
  align-items: flex-start;
}
.topRecruitLInner_ttl{
  font-size: 2.4rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.topRecruitLInner_txt{
  margin-bottom: 2rem;
}
.cmnBtn01Box--topRecruit{
  justify-content: flex-start;
}
.topRecruitR{
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  margin-left: 10%;
}
.topItem{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem 0;
  flex-direction: column;
}
.topItemL{
  width: 90%;
  margin: 0 auto;
}
.topItemLInner{
  width: 100%;
  margin: 0 auto;
}
.cmnTtl01Box--topItem{
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.cmnTtl01Box--topItem .cmnTtl01{
  align-items: flex-start;
}
.cmnBtn01Box--topItem{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
}
.cmnBtn01Box--topItem .cmnBtn01{
  width: 9rem;
}
.topItemInsta{
  width: 2.5rem;
  height: 2.5rem;
  background: #d30000;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-left: 1rem;
}
.topItemInsta img{
  width: 1.4rem;
  position: relative;
  z-index: 1;
}
.topItemInsta:hover{
  opacity: 1;
}
.topItemInsta:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.topItemInsta:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
  background: #000;
}
.topItemR{
  width: 100%;
  padding-left: 5%;
}
.topItemList{
  margin-bottom: 2rem;
}
.topItemList .slick-list {
  padding: 0 45% 0 0!important;
}
.topItemList_item{
  padding-right: 2rem;
}
.topItemListLink{
  display: block;
  background: #fff;
  border-radius: 20px ;
}
.topItemListLink_img {
  width: 100%;
  height: 17.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 20px 20px 0 0;
  border-bottom: 6px solid #d30000;
}
.topItemListLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: transform 0.5s;
}
.topItemListLink:hover{
  color: #d30000;
}
.topItemListLink:hover img{
  transform: scale(1.1);
}
.topItemListLink_cont{
  padding: 1rem 1rem;
  padding-top: 1rem;
  font-size: 1.2rem;
  line-height: 1;
}
.topItemListLink_contTtl{
  margin-bottom: 0.6rem;
}
.topItemListLink_contPrice{
  color: #d30000;
}
}
/*-----------------------------------------------------------

ABOUT

-------------------------------------------------------------*/
.aboutIntro{
  width: 61%;
  margin: 2rem auto 10rem;
}
.aboutIntro p{
  line-height: 1.8;
}
.aboutIntro p span{
  float: left;
  font-size: 5rem;
  line-height: 1.3;
  padding-right: 1rem;
}
.aboutSec01 {
  position: relative;
  padding: 0rem 0 8rem;
  margin-bottom: 10rem;
}
.aboutSec01:before {
  content: "";
  width: 100%;
  height: 70rem;
  background: #fff url(../../src/img/bg_dott.png) 0 0 repeat-y;
  background-size: 100%;
  background-attachment: fixed;
  position: absolute;
  left: 0;
  bottom: 0;
}
.aboutSec01Inner{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.aboutSec01L{
  width: 60%;
  overflow: hidden;
  border-radius: 0 30px 30px 0;
  position: relative;
}
.aboutSec01R{
  width: 40%;
}
.aboutSec01R_inner{
  width: 75%;
  margin: 0 auto;
  padding-right: 5%;
}
.aboutSec01R_innerLetter {
  position: relative;
  width: 69rem;
  left: -18rem;
  top: -6rem;
  margin-bottom: -3rem;
}
.aboutSec01R_inner_ttl{
  font-size: 3.6rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.aboutSec01R_inner_txt{
  font-size: 2rem;
}
.aboutWorries{
  margin-bottom: 10rem;
}
.aboutWorriesInner{
  width: 80%;
  margin: 0 auto 8rem;
}
.aboutWorriesInner_ttl{
  text-align: center;
  font-size: 4.8rem;
  margin-bottom: 8rem;
}
.aboutWorriesInner_list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.aboutWorriesInner_listItem{
  width: 32rem;
  height: 32rem;
  margin: 0 2rem 3rem;
}
.aboutWorriesInner_listItem:nth-child(1){
  background: url(../../src/img/about_ico01.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.aboutWorriesInner_listItem:nth-child(2){
  background: url(../../src/img/about_ico02.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.aboutWorriesInner_listItem:nth-child(3){
  background: url(../../src/img/about_ico03.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.aboutWorriesInner_listItem:nth-child(4){
  background: url(../../src/img/about_ico04.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.aboutWorriesInner_listItem:nth-child(5){
  background: url(../../src/img/about_ico05.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.aboutWorriesInner_listItem h3{
  text-align: center;
  font-size: 2.8rem;
  padding-top: 4rem;
  margin-bottom: 14rem;
}
.aboutWorriesInner_listItem p{
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
}
.aboutWorries_txt{
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.6;
}
.aboutWorriesSupport{
  background: #fff;
  padding: 10rem 0;
  border-radius: 20px;
  width: 80%;
  margin: 0 auto;
}
.aboutWorriesSupport_ttl{
  text-align: center;
  font-size: 4.8rem;
}
.aboutWorriesSupport_ttl .space{
  margin-left: -3rem;
}
.aboutWorriesSupport_txt{
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
.aboutWorriesSupportList{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.aboutWorriesSupportList_item{
  width: 47%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.aboutWorriesSupportList_item h3{
  background: #d00000;
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  padding: 2rem 0;  
}
.aboutWorriesSupportList_item p{
  background: #d7d7d7;
  padding: 4rem;
  line-height: 1.6;
}
.aboutCustomer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.aboutCustomer:before{
  content: "";
  width: 100%;
  height: 82%;
  background: #fff url(../../src/img/bg_dott.png) 0 0 repeat-y;
  background-size: 100%;
  background-attachment: fixed;
  position: absolute;
  left: 0;
  bottom: 0;
}
.aboutCustomerL{
  width: 38%;
  position: relative;
  z-index: 1;
}
.aboutCustomerLInner{
  width: 80%;
  margin: 0 auto;
  padding-left: 4rem;
}
.cmnTtl01Box--aboutCustomer{
  justify-content: flex-start;
  margin-bottom: 4rem;
}
.cmnTtl01Box--aboutCustomer .cmnTtl01{
  align-items: flex-start;
}
.cmnTtl01Box--aboutCustomer .cmnTtl01_en{
  white-space: nowrap;
}
.aboutCustomerLInner_ttl{
  font-size: 3.6rem;
  margin-bottom: 4rem;
  line-height: 1.4;
}
.aboutCustomerLInner_txt{
  margin-bottom: 2rem;
}
.cmnBtn01Box--aboutCustomer{
  justify-content: flex-start;
}
.aboutCustomerR{
  width: 60%;
  position: relative;
  z-index: 1;
  margin-bottom: 8rem;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
.cmnContact{
  padding: 14rem 0 10rem;
}
.cmnContact_txt{
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 3rem;
}
.cmnContactBox{
  display: flex;
  justify-content: center;
}
.cmnContactBox_btn{
  background: #d30000;
  width: 40rem;
  height: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.cmnContactBox_btn P{
  font-size: 3.6rem;
  position: relative;
  z-index: 1;
}
.cmnContactBox_btn P + p{
  font-size: 2rem;
}
.cmnContactBox_btn:hover{
  opacity: 1;
}
.cmnContactBox_btn:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.cmnContactBox_btn:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
  background: #000;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.aboutIntro {
  width: 90%;
  margin: 2rem auto 10rem;
}
.aboutSec01Inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.aboutSec01L {
  width: 70%;
  overflow: hidden;
  border-radius: 0 30px 30px 0;
  position: relative;
}
.aboutSec01R {
  width: 100%;
}
.aboutSec01R_inner {
  width: 90%;
  margin: 0 auto;
  padding-right: 0;
  margin-top: -8rem;
}
.aboutSec01R_innerLetter {
  position: relative;
  width: 56rem;
  left: 22rem;
  top: -1rem;
  margin-bottom: -3rem;
}
.aboutWorriesInner {
  width: 90%;
  margin: 0 auto 8rem;
}
.aboutWorries_txt {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.6;
}
.aboutWorriesSupport_ttl {
  text-align: center;
  font-size: 3.8rem;
}
.aboutWorriesSupport {
  background: #fff;
  padding: 10rem 0;
  border-radius: 20px;
  width: 90%;
  margin: 0 auto;
}
.aboutWorriesSupportList {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.aboutWorriesSupportList_item {
  width: 48%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.aboutCustomer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  flex-direction: column;
}
.aboutCustomer:before {
  content: "";
  width: 100%;
  height: 96%;
  background: #fff url(../../src/img/bg_dott.png) 0 0 repeat-y;
  background-size: 100%;
  background-attachment: fixed;
  position: absolute;
  left: 0;
  bottom: 0;
}
.aboutCustomerLInner {
  width: 90%;
  margin: 0 auto;
  padding-left: 0;
}
.aboutCustomerL {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
}
.aboutCustomerR {
  width: 70%;
  position: relative;
  z-index: 1;
  margin-bottom: 8rem;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
.cmnContact {
  padding: 6rem 0 6rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.aboutIntro{
  width: 90%;
  margin: 2rem auto 13rem;
}
.aboutIntro p{
  line-height: 1.8;
}
.aboutIntro p span{
  float: left;
  font-size: 2.5rem;
  line-height: 1.3;
  padding-right: 1rem;
}
.aboutSec01 {
  position: relative;
  padding: 0rem 0 5rem;
  margin-bottom: 7rem;
}
.aboutSec01:before {
  content: "";
  width: 100%;
  height: 40rem;
  background: #fff url(../../src/img/bg_dott.png) 0 0 repeat-y;
  background-size: 100%;
  background-attachment: fixed;
  position: absolute;
  left: 0;
  bottom: 0;
}
.aboutSec01Inner{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.aboutSec01L{
  width: 90%;
  overflow: hidden;
  border-radius: 0 30px 30px 0;
  position: relative;
}
.aboutSec01R{
  width: 90%;
  margin: 0 auto;
}
.aboutSec01R_inner{
  width: 100%;
  margin: 0 auto;
  padding-right: 5%;
}
.aboutSec01R_innerLetter {
  position: relative;
  width: 29rem;
  left: 0rem;
  top: -33rem;
  margin-bottom: -8rem;
}
.aboutSec01R_inner_ttl{
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.aboutSec01R_inner_txt{
  font-size: 1.2rem;
}
.aboutWorries{
  margin-bottom: 10rem;
}
.aboutWorriesInner{
  width: 90%;
  margin: 0 auto 8rem;
}
.aboutWorriesInner_ttl{
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
.aboutWorriesInner_list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.aboutWorriesInner_listItem{
  width: 24rem;
  height: 24rem;
  margin: 0 2rem 3rem;
}
.aboutWorriesInner_listItem:nth-child(1){
  background: url(../../src/img/sp/about_ico01@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.aboutWorriesInner_listItem:nth-child(2){
  background: url(../../src/img/sp/about_ico02@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.aboutWorriesInner_listItem:nth-child(3){
  background: url(../../src/img/sp/about_ico03@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.aboutWorriesInner_listItem:nth-child(4){
  background: url(../../src/img/sp/about_ico04@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.aboutWorriesInner_listItem:nth-child(5){
  background: url(../../src/img/sp/about_ico05@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.aboutWorriesInner_listItem h3{
  text-align: center;
  font-size: 2.1rem;
  padding-top: 4rem;
  margin-bottom: 9rem;
}
.aboutWorriesInner_listItem p{
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
}
.aboutWorries_txt{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  white-space: nowrap;
}
.aboutWorriesSupport{
  background: #fff;
  padding: 4rem 0;
  border-radius: 20px;
  width: 90%;
  margin: 0 auto;
}
.aboutWorriesSupport_ttl{
  text-align: center;
  font-size: 1.8rem;
}
.aboutWorriesSupport_ttl .space{
  margin-left: -1rem;
}
.aboutWorriesSupport_txt{
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 4rem;
}
.aboutWorriesSupportList{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}
.aboutWorriesSupportList_item{
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.aboutWorriesSupportList_item:first-child{
  margin-bottom: 2rem;
}
.aboutWorriesSupportList_item h3{
  background: #d00000;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  padding: 2rem 0;  
}
.aboutWorriesSupportList_item p{
  background: #d7d7d7;
  padding: 2.5rem;
  line-height: 1.6;
}
.aboutCustomer{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  flex-direction: column;
}
.aboutCustomer:before{
  content: "";
  width: 100%;
  height: 60rem;
  background: #fff url(../../src/img/bg_dott.png) 0 0 repeat-y;
  background-size: 100%;
  background-attachment: fixed;
  position: absolute;
  left: 0;
  bottom: 0;
}
.aboutCustomerL{
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto 2rem;
}
.aboutCustomerLInner{
  width: 80%;
  margin: 0 auto;
  padding-left: 0rem;
}
.cmnTtl01Box--aboutCustomer{
  justify-content: flex-start;
  margin-bottom: 3rem;
}
.cmnTtl01Box--aboutCustomer .cmnTtl01{
  align-items: flex-start;
}
.cmnTtl01Box--aboutCustomer .cmnTtl01_en{
  white-space: nowrap;
}
.aboutCustomerLInner_ttl{
  font-size: 2.4rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.aboutCustomerLInner_txt{
  margin-bottom: 0rem;
}
.cmnBtn01Box--aboutCustomer{
  justify-content: flex-start;
}
.aboutCustomerR{
  width: 90%;
  position: relative;
  z-index: 1;
  margin-bottom: 8rem;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
.cmnContact{
  padding: 6rem 0 6rem;
}
.cmnContact_txt{
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  line-height: 1.6;
}
.cmnContactBox{
  display: flex;
  justify-content: center;
}
.cmnContactBox_btn{
  background: #d30000;
  width: 25rem;
  height: 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.cmnContactBox_btn P{
  font-size: 2.4rem;
  position: relative;
  z-index: 1;
}
.cmnContactBox_btn P + p{
  font-size: 1.2rem;
}
.cmnContactBox_btn:hover{
  opacity: 1;
}
.cmnContactBox_btn:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.cmnContactBox_btn:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
  background: #000;
}
}
/*-----------------------------------------------------------

WORKS

-------------------------------------------------------------*/
.worksSec01{
  width: 80%;
  margin: 0 auto 6rem;
  background: #fff;
  border-radius: 20px;
  padding: 8rem 0;
}
.worksSec01Inner{
  width: 80%;
  margin: 0 auto;
}
.worksSec01InnerList{
  display: flex;
  justify-content: space-between;
}
.worksSec01InnerList_item{
  width: 47%;
}
.worksSec01InnerList_itemTtl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.worksSec01InnerList_itemTtl_num{
  font-size: 7.2rem;
}
.worksSec01InnerList_itemTtl_jp{
  font-size: 3.2rem;
}
.worksSec01InnerList_itemTxt{
  margin-bottom: 3rem;
  line-height: 1.6;
}
.worksSec01InnerList_itemImg{
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
}
.worksSec01InnerList_itemBox{
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
}
.worksSec01InnerList_itemBox_txt01{
  width: 23%;
  padding: 1rem 0;
  padding-right: 1rem;
  border-right: 1px solid #cf0000;
  text-align: right;

}
.worksSec01InnerList_itemBox_txt02{
  width: 74%;
  padding: 1rem 0;
}
.worksSec02{
  width: 80%;
  margin: 0 auto 6rem;
  background: #fff;
  border-radius: 20px;
  padding: 8rem 0 10rem;
}
.worksSec02Inner{
  width: 75%;
  margin: 0 auto;
}
.worksCmn_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 7rem;
  line-height: 1.2;
}
.worksCmn_ttl_en{
  font-size: 7.2rem;
}
.worksCmn_ttl_jp{
  font-size: 3.2rem;
}
.worksSec02InnerList{
  position: relative;
  padding: 2rem 0;
}
.worksSec02InnerList:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #cf0000;
  position: absolute;
  left: 23.5%;
  top: 0;
}
.worksSec02InnerList_item{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.worksSec02InnerList_item h3{
  width: 20%;
  text-align: right;
  font-size: 2rem;
}
.worksSec02InnerList_item p{
  width: 73%;
}
.worksSec03{
  width: 80%;
  margin: 0 auto 6rem;
  background: #fff;
  border-radius: 20px;
  padding: 8rem 0 10rem;
}
.worksSec03Inner{
  width: 75%;
  margin: 0 auto;
}
.worksSec03InnerList{
  position: relative;
}
.worksSec03InnerList:before {
  content: "";
  width: 2px;
  height: 89%;
  background: #cf0000;
  position: absolute;
  left: 26.4%;
  top: 1rem;
}
.worksSec03InnerList_item{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.worksSec03InnerList_item time{
  width: 23%;
  text-align: right;
  font-size: 2.4rem;
  color: #d30000;
  line-height: 1.3;
}
.worksSec03InnerList_item div{
  width: 70%;
}
.worksSec03InnerList_item div h3{
  font-size: 2.4rem;
  color: #d30000;
  line-height: 1.2;
  position: relative;
  margin-bottom: 1rem;
}
.worksSec03InnerList_item div h3:before{
  content: "";
  width: 3rem;
  height: 3rem;
  background: #d30000;
  border-radius: 50%;
  position: absolute;
  left: -5rem;
  top: 0;
}
.worksSec03InnerList_item div p{
  line-height: 1.6;
}
.worksSec04{
  width: 80%;
  margin: 0 auto 0rem;
  background: #fff;
  border-radius: 20px;
  padding: 8rem 0 10rem;
}
.worksSec04Inner{
  width: 75%;
  margin: 0 auto;
}
.worksSec04InnerList{
  position: relative;
}
.worksSec04InnerList:before {
  content: "";
  width: 2px;
  height: 95%;
  background: #cf0000;
  position: absolute;
  left: 26.4%;
  top: 1rem;
}
.worksSec04InnerList_item{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.worksSec04InnerList_item time{
  width: 23%;
  text-align: right;
  font-size: 2.4rem;
  color: #d30000;
  line-height: 1.3;
}
.worksSec04InnerList_item div{
  width: 70%;
}
.worksSec04InnerList_item div p{
  position: relative;
  line-height: 1.6;
}
.worksSec04InnerList_item div p:before{
  content: "";
  width: 3rem;
  height: 3rem;
  background: #d30000;
  border-radius: 50%;
  position: absolute;
  left: -5rem;
  top: 0;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.worksSec01 {
  width: 90%;
  margin: 0 auto 6rem;
  background: #fff;
  border-radius: 20px;
  padding: 8rem 0;
}
.worksSec01Inner {
  width: 90%;
  margin: 0 auto;
}
.worksSec01InnerList_item {
  width: 48%;
}
.worksSec01InnerList_itemTxt {
  margin-bottom: 3rem;
  line-height: 1.6;
  font-size: 1.6rem;
}
.worksSec01InnerList_itemBox {
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
  font-size: 1.6rem;
}
.worksSec02 {
  width: 90%;
  margin: 0 auto 6rem;
  background: #fff;
  border-radius: 20px;
  padding: 8rem 0 10rem;
}
.worksSec02InnerList_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
.worksSec02InnerList_item h3 {
  width: 20%;
  text-align: right;
  font-size: 1.6rem;
}
.worksSec03 {
  width: 90%;
  margin: 0 auto 6rem;
  background: #fff;
  border-radius: 20px;
  padding: 8rem 0 10rem;
}
.worksSec03Inner {
  width: 90%;
  margin: 0 auto;
}
.worksSec03InnerList_item time {
  width: 23%;
  text-align: right;
  font-size: 1.6rem;
  color: #d30000;
  line-height: 1.3;
}
.worksSec03InnerList_item div h3 {
  font-size: 1.6rem;
  color: #d30000;
  line-height: 1.2;
  position: relative;
  margin-bottom: 1rem;
}
.worksSec03InnerList_item div p {
  line-height: 1.6;
  font-size: 1.6rem;
}
.worksSec03InnerList:before {
  content: "";
  width: 2px;
  height: 89%;
  background: #cf0000;
  position: absolute;
  left: 26.4%;
  top: 1rem;
}
.worksSec03InnerList_item div h3:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #d30000;
  border-radius: 50%;
  position: absolute;
  left: -3.5rem;
  top: 0;
}
.worksSec04 {
  width: 90%;
  margin: 0 auto 0rem;
  background: #fff;
  border-radius: 20px;
  padding: 8rem 0 10rem;
}
.worksSec04Inner {
  width: 90%;
  margin: 0 auto;
}
.worksSec04InnerList_item time {
  width: 23%;
  text-align: right;
  font-size: 1.6rem;
  color: #d30000;
  line-height: 1.3;
}
.worksSec04InnerList_item div p {
  position: relative;
  line-height: 1.6;
  font-size: 1.6rem;
}
.worksSec04InnerList_item div p:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #d30000;
  border-radius: 50%;
  position: absolute;
  left: -3.5rem;
  top: 0;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.aboutIntroWorks{
  margin-bottom: 4rem;
}
.worksSec01{
  width: 90%;
  margin: 0 auto 2rem;
  background: #fff;
  border-radius: 20px;
  padding: 5rem 0;
}
.worksSec01Inner{
  width: 90%;
  margin: 0 auto;
}
.worksSec01InnerList{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.worksSec01InnerList_item{
  width: 100%;
}
.worksSec01InnerList_item:nth-child(1){
  margin-bottom: 5rem;
}
.worksSec01InnerList_itemTtl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.worksSec01InnerList_itemTtl_num{
  font-size: 3.6rem;
}
.worksSec01InnerList_itemTtl_jp{
  font-size: 1.6rem;
}
.worksSec01InnerList_itemTxt{
  margin-bottom: 1rem;
  line-height: 1.6;
}
.worksSec01InnerList_itemImg{
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
}
.worksSec01InnerList_itemBox{
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
}
.worksSec01InnerList_itemBox_txt01{
  width: 23%;
  padding: 1rem 0;
  padding-right: 1rem;
  border-right: 1px solid #cf0000;
  text-align: right;

}
.worksSec01InnerList_itemBox_txt02{
  width: 74%;
  padding: 1rem 0;
  letter-spacing: 0.05em;
}
.worksSec02{
  width: 90%;
  margin: 0 auto 2rem;
  background: #fff;
  border-radius: 20px;
  padding: 4rem 0 4rem;
}
.worksSec02Inner{
  width: 90%;
  margin: 0 auto;
}
.worksCmn_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 4rem;
  line-height: 1.2;
}
.worksCmn_ttl_en{
  font-size: 3.6rem;
}
.worksCmn_ttl_jp{
  font-size: 1.6rem;
}
.worksSec02InnerList{
  position: relative;
  padding: 1rem 0;
}
.worksSec02InnerList:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #cf0000;
  position: absolute;
  left: 23.5%;
  top: 0;
}
.worksSec02InnerList_item{
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.worksSec02InnerList_item:last-child{
  margin-bottom: 0;
}
.worksSec02InnerList_item h3{
  width: 20%;
  text-align: right;
  font-size: 1.2rem;
}
.worksSec02InnerList_item p{
  width: 73%;
}
.worksSec03{
  width: 90%;
  margin: 0 auto 2rem;
  background: #fff;
  border-radius: 20px;
  padding: 4rem 0 4rem;
}
.worksSec03Inner{
  width: 90%;
  margin: 0 auto;
}
.worksSec03InnerList{
  position: relative;
}
.worksSec03InnerList:before {
  content: "";
  width: 2px;
  height: 84%;
  background: #cf0000;
  position: absolute;
  left: 32.6%;
  top: 1rem;
}
.worksSec03InnerList_item{
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.worksSec03InnerList_item time{
  width: 28%;
  text-align: right;
  font-size: 1.2rem;
  color: #d30000;
  line-height: 1.3;
  letter-spacing: 0;
}
.worksSec03InnerList_item div{
  width: 62%;
}
.worksSec03InnerList_item div h3{
  font-size: 1.2rem;
  color: #d30000;
  line-height: 1.2;
  position: relative;
  margin-bottom: 1rem;
}
.worksSec03InnerList_item div h3:before{
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: #d30000;
  border-radius: 50%;
  position: absolute;
  left: -2.3rem;
  top: 0;
}
.worksSec03InnerList_item div p{
  line-height: 1.6;
  font-size: 1rem;
}
.worksSec04{
  width: 90%;
  margin: 0 auto 0rem;
  background: #fff;
  border-radius: 20px;
  padding: 4rem 0 4rem;
}
.worksSec04Inner{
  width: 90%;
  margin: 0 auto;
}
.worksSec04InnerList{
  position: relative;
}
.worksSec04InnerList:before {
  content: "";
  width: 2px;
  height: 92%;
  background: #cf0000;
  position: absolute;
  left: 32.6%;
  top: 1rem;
}
.worksSec04InnerList_item{
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.worksSec04InnerList_item time{
  width: 28%;
  text-align: right;
  font-size: 1.2rem;
  color: #d30000;
  line-height: 1.3;
}
.worksSec04InnerList_item div{
  width: 62%;
}
.worksSec04InnerList_item div p{
  position: relative;
  line-height: 1.6;
}
.worksSec04InnerList_item div p:before{
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: #d30000;
  border-radius: 50%;
  position: absolute;
  left: -2.3rem;
  top: 0;
}
}
/*-----------------------------------------------------------

RECRUIT

-------------------------------------------------------------*/
.recruitIntro{
  width: 61%;
  margin: 2rem auto 10rem;
  display: flex;
  justify-content: space-between;
}
.recruitIntroL{
  width: 40%;
  font-size: 3.6rem;
  line-height: 1.6;
}
.recruitIntroR{
  width: 47%;
  line-height: 1.8;
}
.recruitSec{
  width: 80%;
  margin: 0 auto 0rem;
  background: #fff;
  border-radius: 20px;
  padding: 8rem 0;
}
.recruitSecInner{
  width: 80%;
  margin: 0 auto;
}
.recruitSecInnerList{
  display: flex;
  justify-content: space-between;
}
.recruitSecInnerList_item{
  width: 47%;
}
.recruitSecInnerList_itemTtl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.recruitSecInnerList_itemTtl_num{
  font-size: 7.2rem;
}
.recruitSecInnerList_itemTtl_jp{
  font-size: 3.2rem;
}
.recruitSecInnerList_itemTxt{
  margin-bottom: 3rem;
  line-height: 1.6;
}
.recruitSecInnerList_itemImg{
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
}
.recruitSecInnerList_itemBox{

}
.recruitSecInnerList_itemBox_item{
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
}
.recruitSecInnerList_itemBox_txt01{
  width: 23%;
  padding: 1rem 0;
  padding-right: 1rem;
  border-right: 1px solid #b3b3b3;
  text-align: right;

}
.recruitSecInnerList_itemBox_txt02{
  width: 74%;
  padding: 1rem 0;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.recruitIntro {
  width: 90%;
  margin: 2rem auto 10rem;
  display: flex;
  justify-content: space-between;
}
.recruitIntroL {
  width: 48%;
  font-size: 3.2rem;
  line-height: 1.6;
}
.recruitSec {
  width: 90%;
  margin: 0 auto 0rem;
  background: #fff;
  border-radius: 20px;
  padding: 8rem 0;
}
.recruitSecInner {
  width: 90%;
  margin: 0 auto;
}
.recruitSecInnerList_itemTtl_jp {
  font-size: 2.3rem;
}
.recruitSecInnerList_itemTxt {
  margin-bottom: 3rem;
  line-height: 1.6;
  font-size: 1.6rem;
}
.recruitSecInnerList_itemBox_item {
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
  font-size: 1.6rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.recruitIntro{
  width: 90%;
  margin: 2rem auto 5rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.recruitIntroL{
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.recruitIntroR{
  width: 100%;
  line-height: 1.8;
}
.recruitSec{
  width: 90%;
  margin: 0 auto 0rem;
  background: #fff;
  border-radius: 20px;
  padding: 4rem 0;
}
.recruitSecInner{
  width: 90%;
  margin: 0 auto;
}
.recruitSecInnerList{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.recruitSecInnerList_item{
  width: 100%;
}
.recruitSecInnerList_item:first-child{
  margin-bottom: 5rem;
}
.recruitSecInnerList_itemTtl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.recruitSecInnerList_itemTtl_num{
  font-size: 3.6rem;
}
.recruitSecInnerList_itemTtl_jp{
  font-size: 1.6rem;
}
.recruitSecInnerList_itemTxt{
  margin-bottom: 1rem;
  line-height: 1.6;
}
.recruitSecInnerList_itemImg{
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
}
.recruitSecInnerList_itemBox{

}
.recruitSecInnerList_itemBox_item{
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
}
.recruitSecInnerList_itemBox_txt01{
  width: 23%;
  padding: 1rem 0;
  padding-right: 1rem;
  border-right: 1px solid #b3b3b3;
  text-align: right;

}
.recruitSecInnerList_itemBox_txt02{
  width: 74%;
  padding: 1rem 0;
}
}
/*-----------------------------------------------------------

COMPANY

-------------------------------------------------------------*/
.mainVSub{
  margin: 6rem 0 2rem;
  position: relative;
}
.mainVSub_ttlBox{
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.mainVSub_ttl{
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  line-height: 1;
  left: 8rem;
  top: 5rem;
  bottom: 0;
  margin: auto;
}
.mainVSub_ttl_en{
  display: flex;
  flex-direction: column;
  font-size: 9.6rem;
  margin-bottom: 1rem;
}

.mainVSub_ttl_en_txt{
  opacity: 0;
}
.mainVSub_ttl_en_txt:first-letter{
  color: #d30000;
}
.mainVSub_ttl_jp{
  font-size: 3.6rem;
  overflow: hidden;
  opacity: 0;
}
.mainVSub_ttlImgWrap{
  padding-left: 28%;
}
.mainVSub_ttlImg{
  width: 100%;
  
  position: relative;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
.punkuz{
  width: 90%;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.punkuz li{
  letter-spacing: 0;
  margin-right: 0.8rem;
}
.punkuz li a{
  display: block;
}
.punkuz li br{
  display: none;
}
.companyOutline{
  width: 85%;
  margin: 2rem auto 8rem;
  background: #fff;
  border-radius: 20px;
  padding: 12rem 0;
}
.cmnTtl01Box--companyOutline{
  margin-bottom: 10rem;
}
.cmnTtl01Box--companyOutline span{
  color: #000;
}
.companyOutlineList{
  width: 70%;
  margin: 0 auto;
  position: relative;
  padding: 4rem 0 4rem;
}
.companyOutlineList:after{
  content: "";
  width: 1px;
  height: 100%;
  background: #b7b7b7;
  position: absolute;
  top: 0;
  left: 30%;
}
.companyOutlineList_item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.companyOutlineList_item h3{
  width: 25%;
  text-align: right;
  font-size: 2rem;
}
.companyOutlineList_item div{
  width: 65%;
  font-size: 2rem;
}
.companyOutlineList_itemMap a{
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #d30000;
  font-size: 1.8rem;
  position: relative;
}
.companyOutlineList_itemMap a img{
  height: 1.8rem;
  width: auto;
  margin-right: 0.5rem;
}
.companyOutlineList_itemMap a:hover{
  opacity: 1;
  color: #d30000;
}
.companyOutlineList_itemMap a:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d30000;
  bottom: -1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.companyOutlineList_itemMap a:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
}
.companyMap{

}
.cmnBtn01Box--companyMap{
  margin-bottom: -2rem;
}
.companyMapBox{

}
.companyMapBox iframe{
  width: 100%;
  height: 58rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainVSub {
  margin: 10rem 0 2rem;
  position: relative;
}
.mainVSub_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  line-height: 1;
  left: 4rem;
  top: 5rem;
  bottom: 0;
  margin: auto;
}
.mainVSub_ttl_en {
  display: flex;
  flex-direction: column;
  font-size: 5.6rem;
  margin-bottom: 1rem;
}
.mainVSub_ttl_jp {
  font-size: 2.6rem;
  overflow: hidden;
  opacity: 0;
}
.companyOutline {
  width: 90%;
  margin: 2rem auto 8rem;
  background: #fff;
  border-radius: 20px;
  padding: 12rem 0;
}
.companyOutlineList {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 4rem 0 4rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSub{
  margin: 6rem 0 6rem;
  position: relative;
  padding-top: 3rem;
}
.mainVSub_ttlBox{
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.mainVSub_ttl{
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  line-height: 1;
  left: 2rem;
  top: unset;
  bottom: -0.5rem;
  margin: auto;
}
.mainVSub_ttl_en{
  display: flex;
  flex-direction: column;
  font-size: 3.8rem;
  margin-bottom: 0.4rem;
}

.mainVSub_ttl_en_txt{
  opacity: 0;
}
.mainVSub_ttl_en_txt:first-letter{
  color: #d30000;
}
.mainVSub_ttl_jp{
  font-size: 1.6rem;
  overflow: hidden;
  opacity: 0;
}
.mainVSub_ttlImgWrap{
  padding-left: 8%;
}
.mainVSub_ttlImg{
  width: 100%;
  
  position: relative;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
.punkuz{
  width: 90%;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  white-space: normal;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.punkuz li{
  letter-spacing: 0;
  margin-right: 0.8rem;
}
.punkuz li a{
  display: block;
}
.punkuz li br{
  display: none;
}
.companyOutline{
  width: 90%;
  margin: 2rem auto 6rem;
  background: #fff;
  border-radius: 20px;
  padding: 6rem 0 4rem;
}
.cmnTtl01Box--companyOutline{
  margin-bottom: 4rem;
}
.cmnTtl01Box--companyOutline span{
  color: #000;
}
.companyOutlineList{
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 2rem 0 2rem;
}
.companyOutlineList:after{
  content: "";
  width: 1px;
  height: 100%;
  background: #b7b7b7;
  position: absolute;
  top: 0;
  left: 30%;
}
.companyOutlineList_item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.companyOutlineList_item h3{
  width: 25%;
  text-align: right;
  font-size: 1.2rem;
}
.companyOutlineList_item div{
  width: 65%;
  font-size: 1.2rem;
}
.companyOutlineList_itemMap a{
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #d30000;
  font-size: 1.2rem;
  position: relative;
}
.companyOutlineList_itemMap a img{
  height: 1.2rem;
  width: auto;
  margin-right: 0.5rem;
}
.companyOutlineList_itemMap a:hover{
  opacity: 1;
  color: #d30000;
}
.companyOutlineList_itemMap a:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d30000;
  bottom: -1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.companyOutlineList_itemMap a:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
}
.companyMap{

}
.cmnBtn01Box--companyMap{
  margin-bottom: -1rem;
}
.companyMapBox{

}
.companyMapBox iframe{
  width: 100%;
  height: 29rem;
}
}
/*-----------------------------------------------------------

NEWS

-------------------------------------------------------------*/
.newsBox{
  width: 85%;
  margin: 4rem auto 12rem;
}
.newsBoxList{
  margin-bottom: 3rem;
}
.newsBoxList_item{
  margin-bottom: 3rem;
  background: #fff;
  padding: 6rem 7rem;
  border-radius: 10px;
}
.newsBoxList_itemLink{
  position: relative;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 2rem;
  font-size: 2rem;
  display: block;
}
.newsBoxList_itemLink:hover{
  opacity: 1;
  color: #d30000;
}
.newsBoxList_itemLink:after{
  content: "";
  position: absolute;
  width: 9%;
  height: 1px;
  background: #d30000;
  bottom: -1px;
  left: 0;
}
.newsBoxList_itemLink:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d30000;
  bottom: -1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.newsBoxList_itemLink:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
}
.newsBoxList_itemLink_time{
  width: 100%;
  color: #d30000;
  font-size: 3.2rem;
  margin-bottom: 1rem;
  display: block;
  line-height: 1;
}
.newsBoxList_itemLinkBox{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.newsBoxList_itemLinkBox_ttl{
  width: 75%;
  font-size: 3.6rem;
  line-height: 1.6;
}
.newsBoxList_itemLinkBox_btn{
  width: 24rem;
  background: #d30000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  line-height: 1;
  font-size: 2.4rem;
  color: #fff;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  margin-top: 0.6rem;
}
.newsBoxList_itemLink:hover .newsBoxList_itemLinkBox_btn{
  opacity: 1;
}
.newsBoxList_itemLinkBox_btn:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.newsBoxList_itemLink:hover .newsBoxList_itemLinkBox_btn:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
  background: #000;
}
.newsBoxList_itemLinkBox_btn p{
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsBox {
  width: 90%;
  margin: 4rem auto 12rem;
}
.newsBoxList_item {
  margin-bottom: 3rem;
  background: #fff;
  padding: 3rem 4rem;
  border-radius: 10px;
}
.newsBoxList_itemLink_time {
  width: 100%;
  color: #d30000;
  font-size: 2rem;
  margin-bottom: 1rem;
  display: block;
  line-height: 1;
}
.newsBoxList_itemLinkBox_ttl {
  width: 75%;
  font-size: 2.6rem;
  line-height: 1.6;
}
.newsBoxList_itemLinkBox_btn {
  width: 24rem;
  background: #d30000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  line-height: 1;
  font-size: 2rem;
  color: #fff;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  margin-top: 0rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsBox{
  width: 90%;
  margin: 4rem auto 8rem;
}
.newsBoxList{
  margin-bottom: 3rem;
}
.newsBoxList_item{
  margin-bottom: 2rem;
  background: #fff;
  padding: 2rem 2rem;
  border-radius: 10px;
}
.newsBoxList_itemLink{
  position: relative;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 1rem;
  font-size: 2rem;
  display: block;
}
.newsBoxList_itemLink:hover{
  opacity: 1;
  color: #d30000;
}
.newsBoxList_itemLink:after{
  content: "";
  position: absolute;
  width: 34%;
  height: 1px;
  background: #d30000;
  bottom: -1px;
  left: 0;
}
.newsBoxList_itemLink:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d30000;
  bottom: -1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.newsBoxList_itemLink:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
}
.newsBoxList_itemLink_time{
  width: 100%;
  color: #d30000;
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
  display: block;
  line-height: 1;
}
.newsBoxList_itemLinkBox{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.newsBoxList_itemLinkBox_ttl{
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.4;
}
.newsBoxList_itemLinkBox_btn{
  width: 24rem;
  background: #d30000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  line-height: 1;
  font-size: 2.4rem;
  color: #fff;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  margin-top: 0.6rem;
  display: none;
}
.newsBoxList_itemLink:hover .newsBoxList_itemLinkBox_btn{
  opacity: 1;
}
.newsBoxList_itemLinkBox_btn:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.newsBoxList_itemLink:hover .newsBoxList_itemLinkBox_btn:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
  background: #000;
}
.newsBoxList_itemLinkBox_btn p{
  position: relative;
  z-index: 1;
}
}
/*-----------------------------------------------------------

NEWS DETAIL

-------------------------------------------------------------*/
.newsBoxD{
  width: 85%;
  margin: 4rem auto 12rem;
}
.newsBoxDInner{
  margin-bottom: 5rem;
  background: #fff;
  padding: 6rem 7rem 8rem;
  border-radius: 20px;
}
.newsBoxDInner_top{
  position: relative;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 2rem;
  font-size: 2rem;
  display: block;
  margin-bottom: 6rem;
}
.newsBoxDInner_top:after{
  content: "";
  position: absolute;
  width: 9%;
  height: 1px;
  background: #d30000;
  bottom: -1px;
  left: 0;
}
.newsBoxDInner_top:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d30000;
  bottom: -1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.newsBoxDInner time{
  width: 100%;
  color: #d30000;
  font-size: 3.2rem;
  margin-bottom: 1rem;
  display: block;
  line-height: 1;
}
.newsBoxDInner h1{
  width: 100%;
  font-size: 4.8rem;
  line-height: 1.6;
}
.newsBoxDInnerCont{
  line-height: 1.6;
}
.newsBoxDInnerCont p{
  margin-bottom: 2rem;
}
.newsBoxDNextPrev{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsBoxDNextPrev_item{
  width: 30rem;
}
.newsBoxDNextPrev_itemLink{
  width: 100%;
  background: #d30000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  line-height: 1;
  font-size: 2.4rem;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.newsBoxDNextPrev_itemLink:hover{
  opacity: 1;
}
.newsBoxDNextPrev_itemLink:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.newsBoxDNextPrev_itemLink:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
  background: #000;
}
.newsBoxDNextPrev_itemLink p{
  position: relative;
  z-index: 1;
}
.newsBoxDNextPrev_itemLinkPrev p:before {
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: -2rem;
  top: 0.5rem;
  bottom: 0;
  margin: auto;
}
.newsBoxDNextPrev_itemLinkNext p:before {
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -2rem;
  top: 0.5rem;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsBoxD {
  width: 90%;
  margin: 4rem auto 12rem;
}
.newsBoxDInner time {
  width: 100%;
  color: #d30000;
  font-size: 2rem;
  margin-bottom: 1rem;
  display: block;
  line-height: 1;
}
.newsBoxDInner h1 {
  width: 100%;
  font-size: 2.8rem;
  line-height: 1.6;
}
.newsBoxDNextPrev_itemLink {
  width: 100%;
  background: #d30000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  line-height: 1;
  font-size: 2rem;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.newsBoxDNextPrev_item {
  width: 30%;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsBoxD{
  width: 90%;
  margin: 4rem auto 6rem;
}
.newsBoxDInner{
  margin-bottom: 2rem;
  background: #fff;
  padding: 2rem 2rem 4rem;
  border-radius: 20px;
}
.newsBoxDInner_top{
  position: relative;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 1rem;
  font-size: 2rem;
  display: block;
  margin-bottom: 2rem;
}
.newsBoxDInner_top:after{
  content: "";
  position: absolute;
  width: 34%;
  height: 1px;
  background: #d30000;
  bottom: -1px;
  left: 0;
}
.newsBoxDInner_top:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d30000;
  bottom: -1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.newsBoxDInner time{
  width: 100%;
  color: #d30000;
  font-size: 1.2rem;
  margin-bottom: 0rem;
  display: block;
  line-height: 1;
}
.newsBoxDInner h1{
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.4;
}
.newsBoxDInnerCont{
  line-height: 1.6;
}
.newsBoxDInnerCont p{
  margin-bottom: 2rem;
}
.newsBoxDNextPrev{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsBoxDNextPrev_item{
  width: 32%;
}
.newsBoxDNextPrev_itemLink{
  width: 100%;
  background: #d30000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  letter-spacing: 0;
}
.newsBoxDNextPrev_itemLink:hover{
  opacity: 1;
}
.newsBoxDNextPrev_itemLink:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.newsBoxDNextPrev_itemLink:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
  background: #000;
}
.newsBoxDNextPrev_itemLink p{
  position: relative;
  z-index: 1;
}
.newsBoxDNextPrev_itemLinkPrev p:before {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: -1rem;
  top: 0.1rem;
  bottom: 0;
  margin: auto;
}
.newsBoxDNextPrev_itemLinkNext p:before {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -1rem;
  top: 0.1rem;
  bottom: 0;
  margin: auto;
}
}
/*-----------------------------------------------------------

CONTACT

-------------------------------------------------------------*/
.contactBoxIntro{
  width: 85%;
  margin: 1rem auto 6rem;
}
.contactBoxIntro_txt{
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
.contactBoxIntro_box{
  margin-bottom: 5rem;
  background: #fff;
  padding: 8rem 7rem 8rem;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactBoxIntro_boxL{
  width: 35%;
  line-height: 1.6;
  border-right: 1px solid #b7b7b7;
  padding: 1rem 0;
}
.contactBoxIntro_boxL_txt01{
  font-size: 3.2rem;
}
.contactBoxIntro_boxL_txt02{
  font-size: 2.4rem;
}
.contactBoxIntro_boxR{
  width: 60%;
  line-height: 1.2;
}
.contactBoxIntro_box_tel{
  font-size: 7.2rem;
}
.contactBoxIntro_box_note{

}
.formSec{
  width: 85%;
  margin: 0 auto 10rem;
  background: #fff;
  padding: 8rem 15rem 8rem;
  border-radius: 20px;
}
.formSec_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.6;
  margin-bottom: 4rem;
}
.formSec_ttl_jp{
  font-size: 3.2rem;
}
.formSec_ttl_en{
  font-size: 2.4rem;
}
.formSecList_item{
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.formSecList_itemTtl{
  position: relative;
  letter-spacing: 0.1em;
  width: 30%;
  padding-left: 0rem;
  font-size: 2rem;
}
.formSecList_itemTtl.hissu{
  padding-left: 0rem;
}
.formSecList_itemTtl.hissu:after {
  content: "必須";
  color: #fff;
  font-size: 1.6rem;
  background: #d30000;
  border-radius: 30px;
  line-height: 1;
  padding: 0.2rem 2rem;
  position: relative;
  top: 0rem;
  height: 2rem;
  margin-left: 2rem;
}
.formSecList_itemInput{
  width: 65%;
}
.formSecList_itemInput2col{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.formSecList_itemInput2col div{
  width: 48%;
}
.formSecList_itemInput input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #b7b7b7;
  font-size: 2rem;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 1.5rem;
  border: 1px solid #b7b7b7;
  -webkit-appearance: none;
  color: #212121;
  font-size: 2rem;
}
.formSecList_itemName{
  display: flex;
  justify-content: space-between;
}
.formSecList_itemNameCol{
  width: 49%;
}

.formSecList_itemInputRadio{

}
.formSecList_itemInputRadio .wpcf7-radio{
  display: flex;
}
.formSecList_itemInputRadio .wpcf7-radio label{
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.formSecList_itemInputRadio input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border:1px solid #b7b7b7;
  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: #0E3365;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}

.formSecList_itemBirth{
  display: flex;
  align-items: flex-start;
  width: 65%;
  justify-content: space-between;
}
.formSecList_itemBirthYear{
  width: 33%;
  position: relative;
  padding-right: 0.7rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthYear span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthYear input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #b7b7b7;
}
.formSecList_itemBirthYear:after{
  content: "年";
  margin-left: 1rem;
  position: relative;
  top: 3.2rem;
}
.formSecList_itemBirthMonth{
  width: 33%;
  position: relative;
  padding-right: 0.7rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthMonth span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthMonth:after{
  content: "月";
  margin-left: 1rem;
  position: relative;
  top: 3.2rem;
}
.formSecList_itemBirthDay{
  width: 33%;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthDay span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthDay:after{
  content: "日";
  margin-left: 1rem;
  position: relative;
  top: 3.2rem;
}
.formSecList_itemBirth select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 93% center no-repeat;
  background-size: 1rem;
  padding: 1.5rem;
  border: 1px solid #b7b7b7;
  -webkit-appearance: none;
  color: #212121;
  font-size: 2rem;
}
.formSecList_itemInputAge {
  display: flex;
  align-items: flex-start;
  width: 65%;
  padding-right: 48%;
}
.formSecList_itemInputAge input{
  width: 100%;
}
.formSecList_itemInputAge:after{
  content: "歳";
  margin-left: 1rem;
  position: relative;
  top: 3.2rem;
}
.formSecList_itemTextArea{
  width: 65%;
}
.formSecList_itemFS{
  align-items: flex-start;
}
.formSecList_itemTextArea textarea {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #b7b7b7;
  height: 28rem;
  font-size: 2rem;
}
.formSecList_itemCheckNote{
  margin-bottom: 2rem;
  margin-top: -1rem;
}
.formSecList_itemCheckText a{
  color: #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
}
.formSecList_itemCheck{
  margin: 2rem 0 6rem;
  text-align: left;
}
.formSecList_itemCheck label{
  display: flex;
  align-items: center;
  font-size: 2rem;
  justify-content: flex-start;
}
.formSecList_itemCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #b7b7b7;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.formSecList_itemCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.formSecList_itemInput input.addFormBtn{
  background: #0E3365;
  border: 1px solid #0E3365;
  color: #fff;
  cursor: pointer;
}
.formSecList_itemCheck a{
  color: #000;
  border-bottom: 1px solid #000;
  display: inline-block;
  font-weight: 600;
}
.sendBtn {
  position: relative;
  width: 31rem;
  margin: 0 auto;
  overflow: hidden;
}
.sendBtn .button {
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    display: block;
    background: #d30000;
    border: none;
    text-align: center;
    padding: 3rem 0;
    color: #fff;
    position: relative;
    border-radius: 0;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}
.button:hover{
  opacity: 0.6;
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
::placeholder {
  color: #cecece;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.contactBoxIntro {
  width: 90%;
  margin: 1rem auto 6rem;
}
.contactBoxIntro_box {
  margin-bottom: 5rem;
  background: #fff;
  padding: 5rem 4rem 5rem;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactBoxIntro_boxL {
  width: 36%;
  line-height: 1.6;
  border-right: 1px solid #b7b7b7;
  padding: 1rem 0;
}
.contactBoxIntro_boxL_txt01 {
  font-size: 2rem;
}
.contactBoxIntro_boxL_txt02 {
  font-size: 1.4rem;
}
.contactBoxIntro_box_tel {
  font-size: 5.2rem;
}
.formSec {
  width: 90%;
  margin: 0 auto 10rem;
  background: #fff;
  padding: 6rem 5rem 5rem;
  border-radius: 20px;
}
.formSecList_itemTtl {
  position: relative;
  letter-spacing: 0.1em;
  width: 33%;
  padding-left: 0rem;
  font-size: 2rem;
}
.formSecList_itemTtl.hissu:after {
  content: "必須";
  color: #fff;
  font-size: 1.2rem;
  background: #d30000;
  border-radius: 30px;
  line-height: 1;
  padding: 0.2rem 0.6rem;
  position: relative;
  top: 0rem;
  height: 2rem;
  margin-left: 0.5rem;
  white-space: nowrap;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.contactBoxIntro{
  width: 90%;
  margin: 1rem auto 2rem;
}
.contactBoxIntro_txt{
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 3rem;
  display: none;
}
.contactBoxIntro_box{
  margin-bottom: 0rem;
  background: #fff;
  padding: 2rem 2rem 2rem;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.contactBoxIntro_boxL{
  width: 100%;
  line-height: 1.6;
  border-right:none;
  border-bottom: 1px solid #b7b7b7;
  padding: 0rem 0 1rem;
  margin-bottom: 1rem;
}
.contactBoxIntro_boxL_txt01{
  font-size: 1.6rem;
}
.contactBoxIntro_boxL_txt02{
  font-size: 1.2rem;
}
.contactBoxIntro_boxR{
  width: 100%;
  line-height: 1.2;
}
.contactBoxIntro_box_tel{
  font-size: 3.6rem;
}
.contactBoxIntro_box_note{

}
.formSec{
  width: 90%;
  margin: 0 auto 10rem;
  background: #fff;
  padding: 2rem 2rem 5rem;
  border-radius: 20px;
}
.formSec_ttl{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.formSec_ttl_jp{
  font-size: 1.6rem;
}
.formSec_ttl_en{
  font-size: 1.4rem;
}
.formSecList_item{
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.formSecList_itemTtl{
  position: relative;
  letter-spacing: 0.1em;
  width: 100%;
  padding-left: 0rem;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.formSecList_itemTtl.hissu{
  padding-left: 0rem;
}
.formSecList_itemTtl.hissu:after {
  content: "必須";
  color: #fff;
  font-size: 1rem;
  background: #d30000;
  border-radius: 30px;
  line-height: 1;
  padding: 0.2rem 1rem;
  position: relative;
  top: 0rem;
  height: 2rem;
  margin-left: 1rem;
}
.formSecList_itemInput{
  width: 100%;
}
.formSecList_itemInput2col{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.formSecList_itemInput2col div{
  width: 48%;
}
.formSecList_itemInput input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #b7b7b7;
  font-size: 1.2rem;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 1.5rem;
  border: 1px solid #b7b7b7;
  -webkit-appearance: none;
  color: #212121;
  font-size: 1.2rem;
}
.formSecList_itemName{
  display: flex;
  justify-content: space-between;
}
.formSecList_itemNameCol{
  width: 49%;
}

.formSecList_itemInputRadio{

}
.formSecList_itemInputRadio .wpcf7-radio{
  display: flex;
}
.formSecList_itemInputRadio .wpcf7-radio label{
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.formSecList_itemInputRadio input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border:1px solid #b7b7b7;
  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: #0E3365;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}

.formSecList_itemBirth{
  display: flex;
  align-items: flex-start;
  width: 65%;
  justify-content: space-between;
}
.formSecList_itemBirthYear{
  width: 33%;
  position: relative;
  padding-right: 0.7rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthYear span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthYear input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #b7b7b7;
}
.formSecList_itemBirthYear:after{
  content: "年";
  margin-left: 1rem;
  position: relative;
  top: 3.2rem;
}
.formSecList_itemBirthMonth{
  width: 33%;
  position: relative;
  padding-right: 0.7rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthMonth span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthMonth:after{
  content: "月";
  margin-left: 1rem;
  position: relative;
  top: 3.2rem;
}
.formSecList_itemBirthDay{
  width: 33%;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthDay span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthDay:after{
  content: "日";
  margin-left: 1rem;
  position: relative;
  top: 3.2rem;
}
.formSecList_itemBirth select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 93% center no-repeat;
  background-size: 1rem;
  padding: 1.5rem;
  border: 1px solid #b7b7b7;
  -webkit-appearance: none;
  color: #212121;
  font-size: 1.2rem;
}
.formSecList_itemInputAge {
  display: flex;
  align-items: flex-start;
  width: 65%;
  padding-right: 48%;
}
.formSecList_itemInputAge input{
  width: 100%;
}
.formSecList_itemInputAge:after{
  content: "歳";
  margin-left: 1rem;
  position: relative;
  top: 3.2rem;
}
.formSecList_itemTextArea{
  width: 100%;
}
.formSecList_itemFS{
  align-items: flex-start;
}
.formSecList_itemTextArea textarea {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #b7b7b7;
  height: 18rem;
  font-size: 1.2rem;
}
.formSecList_itemCheckNote{
  margin-bottom: 2rem;
  margin-top: -1rem;
}
.formSecList_itemCheckText a{
  color: #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
}
.formSecList_itemCheck{
  margin: 2rem 0 6rem;
  text-align: left;
}
.formSecList_itemCheck label{
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  justify-content: flex-start;
}
.formSecList_itemCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #b7b7b7;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.formSecList_itemCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.formSecList_itemInput input.addFormBtn{
  background: #0E3365;
  border: 1px solid #0E3365;
  color: #fff;
  cursor: pointer;
}
.formSecList_itemCheck a{
  color: #000;
  border-bottom: 1px solid #000;
  display: inline-block;
  font-weight: 600;
}
.sendBtn {
  position: relative;
  width: 11rem;
  margin: 0;
  overflow: hidden;
}
.sendBtn .button {
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    display: block;
    background: #d30000;
    border: none;
    text-align: center;
    padding: 1.6rem 0;
    color: #fff;
    position: relative;
    border-radius: 0;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}
.button:hover{
  opacity: 0.6;
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
::placeholder {
  color: #cecece;
}
}
/*-----------------------------------------------------------

CONTACT CONFIRM

-------------------------------------------------------------*/
.formSecConfirm{
  padding-bottom: 12rem;
}
.formSecConfirm .formSecList_item{
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.formSecConfirm .formSecList{
  margin-bottom: 10rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.formSecConfirm{
  padding-bottom: 4rem;
}
.formSecConfirm .formSecList_item{
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.formSecConfirm .formSecList_itemTtl {
  position: relative;
  letter-spacing: 0.1em;
  width: 100%;
  padding-left: 0rem;
  font-size: 1.2rem;
  margin-bottom: 0rem;
}
.formSecConfirm .formSecList{
  margin-bottom: 2rem;
}
}
/*-----------------------------------------------------------

CONTACT THANKS

-------------------------------------------------------------*/
.thanksBox {
  width: 85%;
  margin: 0 auto 10rem;
  background: #fff;
  padding: 8rem 15rem 8rem;
  border-radius: 20px;
}
.thanksBox_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.6;
  margin-bottom: 4rem;
}
.thanksBox_ttl_jp{
  font-size: 3.2rem;
}
.thanksBox_ttl_en{
  font-size: 2.4rem;
}
.thanksBox_txt01{
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 4rem;
}
.thanksBox_txt02{
  text-align: center;
  margin-bottom: 7rem;
  line-height: 1.6;
}
.thanksBoxBtnBox{
  display: flex;
  justify-content: center;
}
.thanksBoxBtn{
  width: 30rem;
  background: #d30000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  line-height: 1;
  font-size: 2.4rem;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.thanksBoxBtn:hover{
  opacity: 1;
}
.thanksBoxBtn:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.thanksBoxBtn:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
  background: #000;
}
.thanksBoxBtn p{
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.thanksBox {
  width: 90%;
  margin: 0 auto 10rem;
  background: #fff;
  padding: 8rem 15rem 8rem;
  border-radius: 20px;
}
.thanksBox {
  width: 90%;
  margin: 0 auto 10rem;
  background: #fff;
  padding: 8rem 4rem 8rem;
  border-radius: 20px;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.thanksBox {
  width: 90%;
  margin: 0 auto 10rem;
  background: #fff;
  padding: 4rem 2rem 4rem;
  border-radius: 20px;
}
.thanksBox_ttl{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.thanksBox_ttl_jp{
  font-size: 1.8rem;
}
.thanksBox_ttl_en{
  font-size: 1.4rem;
}
.thanksBox_txt01{
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.thanksBox_txt02{
  text-align: left;
  margin-bottom: 3rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 1rem;
}
.thanksBoxBtnBox{
  display: flex;
  justify-content: flex-start;
}
.thanksBoxBtn{
  width: 12rem;
  background: #d30000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.thanksBoxBtn:hover{
  opacity: 1;
}
.thanksBoxBtn:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.thanksBoxBtn:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
  background: #000;
}
.thanksBoxBtn p{
  position: relative;
  z-index: 1;
}
}
/*-----------------------------------------------------------

ITEM

-------------------------------------------------------------*/
.mainVSubItem{
  margin: 5rem 0 5rem;
}
.mainVSubItem_ttlBox{

}
.mainVSubItem_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  position: relative;
}
.mainVSubItem_ttl_en{
  margin-bottom: 1rem;
  position: relative;
}
.mainVSubItem_ttl_en_txt{
  font-size: 6.4rem;
  opacity: 0;
}
.mainVSubItem_ttl_en_txt span{
  color: #d30000;
}
.mainVSubItem_ttl_jp{
  font-size: 2.4rem;
  opacity: 0;
}
.itemBox{
  width: 80%;
  margin: 0 auto 8rem;
}
.itemBoxList{
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.itemBoxList::after {
    content: "";
    display:block;
    width: 31%;
}
.itemBoxList_item{
  width: 31%;
  margin-bottom: 6rem;
}
.itemBoxListLink{
  display: block;
  background: #fff;
  border-radius: 20px ;
}
.itemBoxListLink_img {
  width: 100%;
  height: 40.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 20px 20px 0 0;
  border-bottom: 6px solid #d30000;
}
.itemBoxListLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: transform 0.5s;
}
.itemBoxListLink:hover{
  color: #d30000;
}
.itemBoxListLink:hover img{
  transform: scale(1.1);
}
.itemBoxListLink_cont{
  padding: 3rem 3rem;
  padding-top: 2rem;
  font-size: 2.4rem;
  line-height: 1;
}
.itemBoxListLink_contTtl{
  margin-bottom: 0.6rem;
}
.itemBoxListLink_contPrice{
  color: #d30000;
}
.itemNav{
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
  position: relative;
  left: -2rem;
}
.itemNavCart{
  width: 8rem;
  height: 8rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50%;
  position: relative;
  margin-right: 3rem;
}
.itemNavCart img{
  width: 3rem;
  position: relative;
  z-index: 1;
}
/*.itemNavCart:hover{
  opacity: 1;
}
.itemNavCart:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d30000;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.itemNavCart:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
  background: #d30000;
}*/
.itemNavCart span {
  width: 3rem;
  height: 3rem;
  position: absolute;
  background: #d30000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -0.6rem;
  right: -0.6rem;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0;
}
.itemNavLink{
  display: flex;

}
.itemNavLink li{
  margin-right: 2rem;
  position: relative;
}

.itemNavLink li a:before{
  content: "・";
  color: #d30000;

}
.wp-pagenavi{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0rem auto;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a{
  color: #fff;
}
.wp-pagenavi a:hover{
  opacity: 0.5;
}

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

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

.previouspostslink{
  display: flex;
  padding-left: 2rem;
  margin-right: 1rem;
  position: relative;
  align-items: center;
  background: #a5a5a5;
  width: 8rem;
  height: 8rem;
  border-radius: 8px;
}
.previouspostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
}
.nextpostslink{
  display: flex;
  padding-right: 2rem;
  margin-right: 1rem;
  position: relative;
  align-items: center;
  background: #a5a5a5;
  width: 8rem;
  height: 8rem;
  border-radius: 8px;
}
.nextpostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  left: 0;
  margin: auto;
}
.wp-pagenavi .page{
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  width: 3rem;
  height: auto;
  font-size: 2.6rem;
  padding-top: 0.2rem;
  background: #a5a5a5;
  width: 8rem;
  height: 8rem;
  border-radius: 8px;
}
.wp-pagenavi .current{
  color: #fff;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  width: 3rem;
  height: auto;
  font-size: 2.6rem;
  padding-top: 0.2rem;
  background: #d30000;
  width: 8rem;
  height: 8rem;
  border-radius: 8px;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.itemBox {
  width: 90%;
  margin: 0 auto 8rem;
}
.mainVSubItem {
  margin: 10rem 0 5rem;
}
.itemBoxListLink_img {
  width: 100%;
  height: 19.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 20px 20px 0 0;
  border-bottom: 6px solid #d30000;
}
.itemBoxListLink_cont {
  padding: 2rem 2rem;
  padding-top: 2rem;
  font-size: 2rem;
  line-height: 1;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSubItem{
  margin: 10rem 0 3rem;
}
.mainVSubItem_ttlBox{

}
.mainVSubItem_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  position: relative;
}
.mainVSubItem_ttl_en{
  margin-bottom: 1rem;
  position: relative;
}
.mainVSubItem_ttl_en_txt{
  font-size: 3.2rem;
  opacity: 0;
}
.mainVSubItem_ttl_en_txt span{
  color: #d30000;
}
.mainVSubItem_ttl_jp{
  font-size: 1.2rem;
  opacity: 0;
}
.itemBox{
  width: 90%;
  margin: 0 auto 8rem;
}
.itemBoxList{
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.itemBoxList::after {
    content: "";
    display:block;
    width: 48%;
}
.itemBoxList_item{
  width: 48%;
  margin-bottom: 1rem;
}
.itemBoxListLink{
  display: block;
  background: #fff;
  border-radius: 20px ;
}
.itemBoxListLink_img {
  width: 100%;
  height: 16.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 20px 20px 0 0;
  border-bottom: 6px solid #d30000;
}
.itemBoxListLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: transform 0.5s;
}
.itemBoxListLink:hover{
  color: #d30000;
}
.itemBoxListLink:hover img{
  transform: scale(1.1);
}
.itemBoxListLink_cont{
  padding: 1rem 1.6rem;
  padding-top: 1rem;
  font-size: 1.2rem;
  line-height: 1;
}
.itemBoxListLink_contTtl{
  margin-bottom: 0.6rem;
}
.itemBoxListLink_contPrice{
  color: #d30000;
}
.itemNav{
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
  position: relative;
  left: 0rem;
}
.itemNavCart{
  width: 4rem;
  height: 4rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50%;
  position: relative;
  margin-right: 2rem;
}
.itemNavCart img{
  width: 1.7rem;
  position: relative;
  z-index: 1;
}
/*.itemNavCart:hover{
  opacity: 1;
}
.itemNavCart:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d30000;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.itemNavCart:hover:before{
  content: "";
  transform: scale(1, 1);
  transform-origin: left top;
  background: #d30000;
}*/
.itemNavCart span {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  background: #d30000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -0.3rem;
  right: -0.3rem;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0;
}
.itemNavLink{
  display: flex;
  flex-direction: column;
}
.itemNavLink li{
  margin-right: 2rem;
  position: relative;
}

.itemNavLink li a:before{
  content: "・";
  color: #d30000;

}
.wp-pagenavi{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0rem auto;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a{
  color: #fff;
}
.wp-pagenavi a:hover{
  opacity: 0.5;
}

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

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

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

ITEM DETAIL

-------------------------------------------------------------*/
.itemD_wrap{
  width: 80%;
  margin: 0 auto 8rem;
  background: #fff;
  padding: 7rem;
  border-radius: 20px;
}
.itemD_top{
  margin-bottom: 4rem;
}
.itemSecDetailBoxImgSlide{
  margin-bottom: 2rem;
}
.itemSecDetailBoxImgNav{
  margin: 0 -1rem;
}
.itemSecDetailBoxImgNav li{
  margin: 0 1rem;
}
.itemSecDetailBoxImgNav li.slick-current div{
  background: #fff;
  display: block;
}
.itemSecDetailBoxImgNav li.slick-current div img{
  opacity: 1;
  transition: all 300ms ease;
}
.itemSecDetailBoxImgNav .slick-slide div {
    width: 100%;
    height: 12rem;
    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;
    opacity: 0.4;
    transition: all 300ms ease;
}
.itemD_btm{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
}
.itemD_btmL{
  width: 55%;
}
.itemD_btmL_ttl{
  font-size: 4.8rem;
  line-height: 1.6;
}
.itemD_btmR{
  width: 40%;
  margin-top: 1rem;
}
.itemD_btmRBox{
  background: #f7f7f7;
  padding: 4rem;
}
.itemSecDetailBoxContTop_price{
  display: flex;
  align-items: flex-end;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 2rem;
  font-weight: bold;
}
.itemSecDetailBoxContTop_price span{
  font-size: 2rem;
  font-weight: bold;
}
.itemSecDetailBoxContBtmInputBox{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3rem;
}
.itemSecDetailBoxContBtmInputBox_txt{
  font-size: 2rem;
  margin-right: 2rem;
}
.itemSecDetailBoxContBtmInput{
  width: 25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 0rem;
  border: none;
  background: #fff;
  position: relative;
}
.itemSecDetailBoxContBtmInput input.skuquantity {
  width: 100%;
  padding: 0rem;
  border: none;
  -webkit-appearance: none;
  color: #000;
  font-size: 2.4rem;
  text-align: center;
  height: 6rem;
  padding-bottom: 0.2rem;
  padding-right: 2rem;
}
.itemSecDetailBoxContBtmInput input.minus {
  -webkit-appearance: none;
  background: url(../../src/img/down_btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 2rem;
  height: 3rem;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.itemSecDetailBoxContBtmInput input.plus {
  -webkit-appearance: none;
  background: url(../../src/img/up_btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 2rem;
  height: 3rem;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.itemSecDetailBoxContBtmInput input.minus:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmInput input.plus:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmbtn{
  margin-bottom: 0rem;
}
.itemSecDetailBoxContBtmbtn input{
  width: 100%;
  display: block;
  padding: 2rem 0;
  background: #d30000;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: ease .2s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #d30000;
  font-size: 2.4rem;
}
.itemSecDetailBoxContBtmbtn input:hover{
  opacity: 0.5;
}
.itemD_body{

}
.itemD_bodyTtl{
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.itemD_bodyCont{
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 6rem;
}
.cmnBtn01Box--itemDetail{
  justify-content: center;
}
.cmn_ec_linkDetail .itemNav{
  width: 80%;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.itemD_wrap {
  width: 90%;
  margin: 0 auto 8rem;
  background: #fff;
  padding: 4rem;
  border-radius: 20px;
}
.itemD_btmL_ttl {
  font-size: 2.8rem;
  line-height: 1.6;
}
.itemD_btmRBox {
  background: #f7f7f7;
  padding: 3rem;
}
.itemSecDetailBoxContTop_price {
  display: flex;
  align-items: flex-end;
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 2rem;
  font-weight: bold;
}
.itemSecDetailBoxContBtmInput {
  width: 69%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 0rem;
  border: none;
  background: #fff;
  position: relative;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.itemD_wrap{
  width: 90%;
  margin: 0 auto 2rem;
  background: #fff;
  padding: 2rem;
  border-radius: 20px;
}
.itemD_top{
  margin-bottom: 4rem;
}
.itemSecDetailBoxImgSlide{
  margin-bottom: 1rem;
}

.itemSecDetailBoxImgNav{
  margin: 0 0rem;
}
.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.4%!important;
  min-height: 1px;
  margin-bottom: 0.8rem;
  margin-right: 0.6rem;
  cursor: pointer;
}
.itemSecDetailBoxImgNav .slick-slide:nth-child(4n) {
  margin-right: 0;
}
.itemSecDetailBoxImgNav li{
  margin: 0 0rem;
}
.itemSecDetailBoxImgNav li.slick-current div{
  background: #fff;
  display: block;
}
.itemSecDetailBoxImgNav li.slick-current div img{
  opacity: 1;
  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;
    opacity: 0.4;
    transition: all 300ms ease;
}
.itemD_btm{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  flex-direction: column;
}
.itemD_btmL{
  width: 100%;
}
.itemD_btmL_ttl{
  font-size: 2.4rem;
  line-height: 1.6;
}
.itemD_btmR{
  width: 100%;
  margin-top: 1rem;
}
.itemD_btmRBox{
  background: #f7f7f7;
  padding: 3rem 2rem;
}
.itemSecDetailBoxContTop_price{
  display: flex;
  align-items: flex-end;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.itemSecDetailBoxContTop_price span{
  font-size: 1.2rem;
  font-weight: bold;
}
.itemSecDetailBoxContBtmInputBox{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}
.itemSecDetailBoxContBtmInputBox_txt{
  font-size: 1.2rem;
  margin-right: 2rem;
}
.itemSecDetailBoxContBtmInput{
  width: 25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 0rem;
  border: none;
  background: #fff;
  position: relative;
}
.itemSecDetailBoxContBtmInput input.skuquantity {
  width: 100%;
  padding: 0rem;
  border: none;
  -webkit-appearance: none;
  color: #000;
  font-size: 1.6rem;
  text-align: center;
  height: 3rem;
  padding-bottom: 0.2rem;
  padding-right: 1rem;
}
.itemSecDetailBoxContBtmInput input.minus {
  -webkit-appearance: none;
  background: url(../../src/img/down_btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1rem;
  height: 1.5rem;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.itemSecDetailBoxContBtmInput input.plus {
  -webkit-appearance: none;
  background: url(../../src/img/up_btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1rem;
  height: 1.5rem;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.itemSecDetailBoxContBtmInput input.minus:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmInput input.plus:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmbtn{
  margin-bottom: 0rem;
}
.itemSecDetailBoxContBtmbtn input{
  width: 100%;
  display: block;
  padding: 1.5rem 0;
  background: #d30000;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: ease .2s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #d30000;
  font-size: 1.2rem;
  -webkit-appearance: none;
}
.itemSecDetailBoxContBtmbtn input:hover{
  opacity: 0.5;
}
.itemD_body{

}
.itemD_bodyTtl{
  font-size: 2.4rem;
  margin-bottom: 2rem;
  display: none;
}
.itemD_bodyCont{
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
.cmnBtn01Box--itemDetail{
  justify-content: center;
}
.cmn_ec_linkDetail .itemNav{
  width: 90%;
  margin: 0 auto 2rem;
}
}
/*-----------------------------------------------------------

LAW

-------------------------------------------------------------*/
.companyOutlineListLaw{
  width: 75%;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSubSimple{
  margin-top: 2rem;
}
.companyOutlineListLaw{
  width: 90%;
}
.companyOutlineListLaw .companyOutlineList_item h3{
  width: 28%;
}
}
/*-----------------------------------------------------------

PRIVACY

-------------------------------------------------------------*/
.policyWrap{
  width: 80%;
  margin: 0 auto;
}
.policyBox{
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #cf0000;
}
.policyBox_txt01{
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.policyBox_txt02{
  font-size: 1.8rem;
}
.policyBox_txt03{
  padding-left: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.policyWrap{
  width: 90%;
  margin: 0 auto;
}
.policyBox{
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cf0000;
}
.policyBox_txt01{
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.policyBox_txt02{
  font-size: 1.2rem;
}
.policyBox_txt03{
  padding-left: 1rem;
  margin-top: 1rem;
}
}
/*-----------------------------------------------------------

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 #BCBCBC;
}
.wc_currentlist{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 2rem;
  width: 100%;
  overflow: hidden;
  border-right: 1px solid #383838;
  font-weight: 700;
}
.wc_currentlist li{
  background: url(../../src/img/wc_current.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin-right: -3rem;
  padding: 2.5rem 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: stretch;
  line-height: 1;
  z-index: 1;
  font-size: 2rem;
}
.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;
  font-weight: 700;
}
.cartChange_btn {
  position: relative;
  width: 14rem;
}
.cartChange_btn input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #4D4D4D;
  border: none;
  text-align: center;
  padding: 0.6rem 0;
  color: #fff;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.cartChange_btn:hover {
    opacity: 0.6;
}
.cartTable{
  width: 100%;
  margin-bottom: 2rem;
}
.cartTable td{
  border: 1px solid #383838;
  vertical-align: middle;
  font-weight: 700;
}
.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;
  font-family: 'Noto Sans JP', sans-serif;
}
.subtotal{
  text-align: center;
}
.stock{
  text-align: center;
}
.action input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #4D4D4D;
  border: none;
  text-align: center;
  padding: 0.6rem 0;
  color: #fff;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.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: 4rem;
}
.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: #000;
  border: 1px solid #000;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.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;
  border: 1px solid #000;
  text-align: center;
  padding: 1rem 0;
  color: #000;
  position: relative;
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.wc_btnList_item02:hover {
    opacity: 0.6;
}
.wc_btnList li{
  margin: 0 3rem;
}
.wc_btnListBoxCenter{
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.cartBoxInner {
  width: 95%;
  margin: 0 auto 8rem;
}
.unitprice {
  text-align: center;
  white-space: nowrap;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.cartBox{
  margin-top: 0rem;
}
.cartBoxInner{
  width: 90%;
  margin: 0 auto 4rem;
}
.wc_ttl{
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 0rem;
  border-bottom: none;
}
.wc_currentlist{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 2rem;
  width: 100%;
  overflow: hidden;
  border-right: 1px solid #383838;
}
.wc_currentlist li {
  background: url(../../src/img/sp/wc_current@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin-right: -1rem;
  padding: 1rem 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  
}
.wc_currentlist li.on{
  background: url(../../src/img/sp/wc_current_on@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.wc_currentlist li span{
  color: #212121;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 400;
}
.wc_currentlist li.on span{
  color: #fff;
}
.cartChange{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:2rem;
  width: 100%;
  margin: 0 auto 2rem;

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

.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: #000;
  border: 1px solid #000;
  text-align: center;
  padding: 1rem 0;
  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;
  background-size: 4.5rem 0.6rem;
  border: 1px solid #707070;
  text-align: center;
  padding: 1rem 0;
  color: #555555;
  position: relative;
  font-size: 1.2rem;
}
.wc_btnList_item02:hover {
    opacity: 0.6;
}
.wc_btnList li{
  margin: 0 0 2rem;
}
.wc_btnListBoxCenter{
  justify-content: center;
  margin-top: 4rem;
}
}
/*-----------------------------------------------------------

CART THANKS

-------------------------------------------------------------*/
.cartThanksBox{
  border-top: 1px solid #BCBCBC;
  padding: 12rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cartThanksBox_ttl{
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.2em;
}
.cartThanksBox_txt01{
  letter-spacing: 0.2em;
  font-size: 1.7rem;
  margin-bottom: 2rem;
  font-weight: 500;
}
.cartThanksBox_txt02{
  text-align: center;
  margin-bottom:5rem;
}
.cartThanksBox_link{
  background: #000;
  width: 19rem;
  margin: 0 auto;
  padding: 1rem 0;
  font-size: 1.7rem;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.cartThanksBox{
  border-top: 1px solid #BCBCBC;
  padding: 8rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cartThanksBox_ttl{
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 0rem;
  letter-spacing: 0.2em;
}
.cartThanksBox_txt01{
  letter-spacing: 0.2em;
  font-size: 1.7rem;
  margin-bottom: 2rem;
  font-weight: 500;
}
.cartThanksBox_txt02{
  text-align: center;
  margin-bottom:5rem;
}
.cartThanksBox_link{
  background: #000;
  width: 19rem;
  margin: 0 auto;
  padding: 1rem 0;
  font-size: 1.7rem;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
}
/*-----------------------------------------------------------

LOGIN

-------------------------------------------------------------*/
.loginWrap{
  border-top: 1px solid #BCBCBC;
}
.loginInner{
  width: 85%;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0rem 0;
}
.loginInnerBox{
  width: 50%;
  padding: 8rem 0 12rem;
}
.loginInnerBoxLine{
  border-right: 1px solid #BCBCBC;
}
.loginInnerBoxIn{
  width: 80%;
  margin: 0 auto;
}
.loginInnerBox_ttl{
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 2rem;
}
.loginInnerBox_ttl span{
  font-size: 1.4rem;
  margin-left: 1rem;
  font-weight: 500;
}
.loginInnerBox_cont{

}
.loginInnerBox_contTxt{
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
.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;
}
.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{
  margin-bottom: 4rem;
}
.loginInnerBox_contCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.loginInnerBox_contCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.loginInnerBox_contCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.loginInnerBox_contBtn{
  width: 31rem;
  position: relative;
}
.loginInnerBox_contBtn:before{
  content: "";
  position: absolute;
  height: 1px;
  width: 5rem;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  transition: 0.3s ease;
  z-index: 1;
}
.loginInnerBox_contBtn:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.6rem;
  border-color: transparent transparent transparent #fff;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease;
  z-index: 1;
}
.loginInnerBox_contBtn input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #000 url(../../src/img/wc_login_line.png) 85% center no-repeat;
  background-size: 1px 100%;
  border: 1px solid #000;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  font-size: 1.7rem;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  letter-spacing: 0.2em;
  padding-right: 4rem;
}
.loginInnerBox_contBtnLogin input{
  padding-right: 4rem;
}
.loginInnerBox_contBtn:hover {
    opacity: 0.6;
}

.forgetPw{
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
.loginInnerLostPw .loginInnerBox{
  width: 100%;
}
.sendBtnLostPw{
  width: 30rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.loginInner {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0rem 0;
}
.loginInnerBox_contList li p {
  width: 35%;
  font-size: 1.4rem;
}
.loginInnerBox_contList li div {
  width: 62%;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.loginWrap{
  border-top: 1px solid #BCBCBC;
}
.loginInner{
  width: 90%;
  background: #fff;
  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: 4rem 0 6rem;
}
.loginInnerBoxLine{
  border-right: none;
  border-bottom: 1px solid #BCBCBC;
}
.loginInnerBoxIn{
  width: 100%;
  margin: 0 auto;
}
.loginInnerBox_ttl{
  font-size: 2.7rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 1rem;
}
.loginInnerBox_ttl span{
  font-size: 1.4rem;
  margin-left: 1rem;
  font-weight: 500;
}
.loginInnerBox_cont{

}
.loginInnerBox_contTxt{
  font-size: 1.4rem;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.loginInnerBox_contList{
  margin-bottom: 1rem;
}
.loginInnerBox_contList li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-direction: column;
}
.loginInnerBox_contList li p{
  width: 100%;
  font-size: 1.2rem;
}
.loginInnerBox_contList li div{
  width: 100%;
}
.loginInnerBox_contList li div input{
  background: #fff;
  padding: 1.4rem 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  font-size: 1.4rem;
}
.loginInnerBox_contCheck{
  margin-bottom: 4rem;
}
.loginInnerBox_contCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.loginInnerBox_contCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.loginInnerBox_contCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.loginInnerBox_contBtn{
  width: 25rem;
  position: relative;
}
.loginInnerBox_contBtn:before{
  content: "";
  position: absolute;
  height: 1px;
  width: 5rem;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  transition: 0.3s ease;
  z-index: 1;
}
.loginInnerBox_contBtn:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.6rem;
  border-color: transparent transparent transparent #fff;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease;
  z-index: 1;
}
.loginInnerBox_contBtn input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #000 url(../../src/img/wc_login_line.png) 82% center no-repeat;
  background-size: 1px 100%;
  border: 1px solid #000;
  text-align: left;
  padding: 1rem 0;
  padding-left: 4rem;
  color: #fff;
  position: relative;
  font-size: 1.7rem;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  font-weight: 500;
}
.loginInnerBox_contBtnLogin input{
  padding-right: 4rem;
}
.loginInnerBox_contBtn:hover {
    opacity: 0.6;
}

.forgetPw{
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
.loginInnerLostPw .loginInnerBox{
  width: 100%;
}
.sendBtnLostPw{
  width: 30rem;
}
}
/*-----------------------------------------------------------

SIGN UP

-------------------------------------------------------------*/
.formSignup {
  width: 100%;
  margin: 0rem auto 10rem;
  border-top: 1px solid #BCBCBC;
  padding-top: 5rem;
}
.formSignupBox{
  display: flex;
  justify-content: center;
  margin-bottom: 8rem;
}
.formSignupBox_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.formSignupBox_ttl_en{
  font-size: 2.5rem;
  font-weight: 700;
}
.formSignupBox_ttl_jp{
  font-size: 1.4rem;
}
.signUpIntro{
  width: 55%;
  margin: 0 auto;
}
.newMemberForm{
  width: 55%;
  margin: 0 auto;
}
.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/select_arrow.png) 97% center no-repeat;
  background-size: 1rem;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
  font-family: 'Noto Sans JP', sans-serif;
}
.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{
  width: 31rem;
  position: relative;
  margin: 8rem auto 0;
}
.newMemberFormSend:before{
  content: "";
  position: absolute;
  height: 1px;
  width: 5rem;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  transition: 0.3s ease;
  z-index: 1;
}
.newMemberFormSend:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.6rem;
  border-color: transparent transparent transparent #fff;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease;
  z-index: 1;
}
.newMemberFormSend input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #000 url(../../src/img/wc_login_line.png) 85% center no-repeat;
  background-size: 1px 100%;
  border: 1px solid #000;
  text-align: center;
  padding: 1rem 0;
  padding-left: 0rem;
  color: #fff;
  position: relative;
  font-size: 1.7rem;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  letter-spacing: 0.2em;
  padding-right: 4rem;
}
.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: #F4F4F4;
  padding: 1rem;
  width: 48%;
  -webkit-appearance: none;
  color: #000000;
  border: 1px solid #000;
  margin: 0;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
}
.at_cont_text{
  display: none;
}
.at_check_note{
  font-size: 1.4rem;
  width: 55%;
  margin: 0 auto 3rem;
}
.at_check_area{
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  margin: 0 auto;
}
/*.at_check_area a{
  color: #C9391A;
  border-bottom: 1px solid #C9391A;
  margin-left: 0.6rem;
}*/
.at_check_area label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.at_check_area a{
  border-bottom: 1px solid #000000;
  color: #000000;
}
.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 ============== */
.signUpIntro {
  width: 80%;
  margin: 0 auto;
}
.newMemberForm {
  width: 80%;
  margin: 0 auto;
}
.at_check_note {
  font-size: 1.4rem;
  width: 80%;
  margin: 0 auto 3rem;
}
.at_check_area {
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.formSignup {
  width: 100%;
  margin: 0rem auto 10rem;
  border-top: 1px solid #BCBCBC;
  padding-top: 3rem;
}
.formSignupBox{
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.formSignupBox_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.formSignupBox_ttl_en{
  font-size: 2.5rem;
  font-weight: 700;
}
.formSignupBox_ttl_jp{
  font-size: 1.4rem;
}
.signUpIntro{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
}
.newMemberForm{
  width: 90%;
  margin: 0 auto;
}
.newMemberForm tr{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  flex-direction: column;
}
.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/select_arrow.png) 97% center no-repeat;
  background-size: 1rem;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
  font-family: 'Noto Sans JP', sans-serif;
}
.newMemberForm .member_name{
  display: none;
}
.newMemberForm .member_furigana{
  display: none;
}
.newMemberForm #name_row{
  display: flex;
  justify-content: space-between;
}
.newMemberForm #name_row .name_td{
  width: 100%;

}
.newMemberForm #name_row .name_td + .name_td{
  margin-top: 1rem;
}
.newMemberForm #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

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

.newMemberFormSend{
  width: 90%;
  position: relative;
  margin: 8rem auto 0;
}
.newMemberFormSend:before{
  content: "";
  position: absolute;
  height: 1px;
  width: 5rem;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  transition: 0.3s ease;
  z-index: 1;
}
.newMemberFormSend:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.6rem;
  border-color: transparent transparent transparent #fff;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease;
  z-index: 1;
}
.newMemberFormSend input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #000 url(../../src/img/wc_login_line.png) 85% center no-repeat;
  background-size: 1px 100%;
  border: 1px solid #000;
  text-align: center;
  padding: 1rem 0;
  padding-right: 4rem;
  color: #fff;
  position: relative;
  font-size: 1.7rem;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  font-weight: 500;
}
.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: #F4F4F4;
  padding: 1rem;
  width: 48%;
  -webkit-appearance: none;
  color: #000000;
  border: 1px solid #000;
  margin: 0;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
}
.at_cont_text{
  display: none;
}
.at_check_note{
  font-size: 1.4rem;
  width: 90%;
  margin: 0 auto 3rem;
  letter-spacing: 0.05em;
}
.at_check_area{
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
/*.at_check_area a{
  color: #C9391A;
  border-bottom: 1px solid #C9391A;
  margin-left: 0.6rem;
}*/
.at_check_area label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.at_check_area a{
  border-bottom: 1px solid #000000;
  color: #000000;
}
.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;
}
}
/*-----------------------------------------------------------

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: none!important;
  width: 20%!important;
  text-align: left;
  padding: 1rem 0!important;
  margin: 1rem 0;
  padding: 0!important;
  font-weight: 400!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;
  font-family: 'Noto Sans JP', sans-serif;
}
.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: none;
  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: #F4F4F4;
  padding: 1rem;
  width: 48%;
  -webkit-appearance: none;
  color: #000000;
  border: 1px solid #000;
  margin: 0;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
}
.caerCustomoerBtm tr td select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 97% center no-repeat;
  background-size: 1rem;
  padding: 1rem 1rem;
  border: 1px solid #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-around;
}
.wc_btnListBoxcartCS .wc_btnList .wc_btnList_item01 {
  width: 48%;
  margin: 0;
}
.wc_btnListBoxcartCS .wc_btnList .wc_btnList_item02 {
  width: 48%;
  margin: 0;
}

.agree_member_area {
  width: 100%!important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.at_check_area a{
  border-bottom: 1px solid #707070;
}
.caerCustomoerBtm .wc_btnList_item01 input {
  background: #000;
}
@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: none!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: none;
  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: #F4F4F4;
  padding: 1rem;
  width: 47.5%;
  -webkit-appearance: none;
  color: #000000;
  border: 1px solid #000;
  margin: 0;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
}
.caerCustomoerBtm tr td select {
  width: 100%;
  background: #fff url(../../src/img/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;
}

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

CART CONFIRM

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

}
.cartConfirm .send{
  margin:0 2rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.cartConfirm .send input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 30rem;
  display: block;
  background: #fff;
  border: 1px solid #707070;
  text-align: center;
  padding: 1rem 0;
  color: #555555;
  position: relative;
  font-size: 1.6rem;
}
.cartConfirm .send input#purchase_button {
 --webkit-appearance: none;
  cursor: pointer;
  width: 30rem;
  display: block;
  background: #000;
  background-size: 4.5rem 0.6rem;
  border: 1px solid #000;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.cartConfirm .send input#purchase_button:hover{
  background: #000;
}
.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;
}

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

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

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

OTHER

-------------------------------------------------------------*/
.newMemberFormNote{
  margin: 2rem 0 4rem;
  font-weight: 200;
}
.sendBtn .button#member_login{
  padding-left: 2rem;
}
.mainContentEc input,.mainContentEc select,.mainContentEc textarea{
  font-family: 'Noto Sans JP', sans-serif;
}
.noPost{
  text-align: center;
  margin: 6rem 0;
  width: 100%;
}
/*-----------------------------------------------------------

XXXXXXX

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

XXXXXXX

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

XXXXXXX

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

XXXXXXX

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

XXXXXXX

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

XXXXXXX

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

XXXXXXX

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

XXXXXXX

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

XXXXXXX

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

OTHER

-------------------------------------------------------------*/
.noPost{
  margin: 4rem 0;
  text-align: center;
}
/*-----------------------------------------------------------

EFFECT

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

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

/*------------- top　---------------*/
.flowR{
  isolation: isolate;
}
.flowR img{
  opacity: 0;
}
.flowR.on img {
  animation-name:flowR_anim;
  animation-duration:1.5s;
  animation-delay: 0.9s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes flowR_anim{
  from {
    opacity:0;
    transform:scale(0.98);
  }
  to {
    opacity:1;
    transform:scale(1);
  }
}
.flowR.on .flowRMask::before{
  animation-name:flowRMask_anime;
  animation-duration:1.5s;
  animation-delay: 0s;
  animation-fill-mode:forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d30000;
  z-index: 1;
  transform-origin:left;
  transform:scaleX(0);
  opacity: 0;
}
@keyframes flowRMask_anime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
    opacity: 1;
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
    opacity: 1;
  }
}
