@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 / 1366 * 10);
}

@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
html {
  width: 100%;
  font-size: calc(100vw / 899 * 10);
}
a{
  color: inherit;
    -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
}
@media only screen and (max-width: 599px) {
html {
  width: 100%;
  font-size: calc(100vw / 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: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.12em;
  background-color: #fff;
  color: #000000;
}

@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.4rem;
}
}

.f_min{
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.f_en{
  font-family: 'Urbanist', sans-serif;
  font-weight: 200;
}
/*-----------------------------------------------------------

component

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

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

cmn laypout

-------------------------------------------------------------*/
/*header*/
.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, .45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
}
.headerInner{
  width: 96%;
  margin: 0 auto;
  padding: 1.6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.headerInnerBox{
  display: flex;
  align-items: center;
  width: 35%;
}
.headerInnerBoxLogo{
  width: 9.6rem;
  display: block;
  line-height: 1;
}
.headerInnerBoxInfo{
  margin-left: 2rem;
  line-height: 1;
}
.headerInnerBoxInfo_txt01{
  font-size: 1rem;
  line-height: 1.4;
}
.headerInnerBoxInfo_txt02{
  font-size: 1.4rem;
  margin-top: 0.7rem;
  font-weight: 600;
}
.headerInnerNav{
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerInnerNavList{
  width: 85%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 4rem;
}
.headerInnerNavList li{
  margin-left: 4rem;
}
.headerInnerNavList li:first-child{
  margin-left: 0;
}
.headerInnerNavList li a{
  display: block;
  font-weight: 600;
}
.headerNav_open{
  width: 6.4rem;
  height: 6.4rem;
  border: 1px solid #980820;
  border-radius: 50%;
  position: relative;
  z-index: 9999;
}
.headerNav_open span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 1px;
    background-color: #980820;
    margin: auto;
}
.headerNav_open span:nth-of-type(1) {
  top:-2.4rem; 
  width: 40%;
}

.headerNav_open span:nth-of-type(2) {
  top:-1rem; 
  width: 40%;
}
.headerNav_open.active{
  border: 1px solid #fff;
}
.headerNav_open.active span{
  background-color: #fff;
}
.headerNav_open.active span:nth-of-type(1) {
  top: -2rem; 
  transform: translateY(0) rotate(-45deg);
  width: 40%;
}
.headerNav_open.active span:nth-of-type(2) {
  top: -2rem; 
  transform: translateY(0) rotate(45deg);
  width: 40%;
}
.headerNav_open p{
  position: absolute;
  width: 100%;
  text-align: center;
  color: #980820;
  font-size: 1.7rem;
  letter-spacing: 0;
  bottom: 0.3rem;
}
.headerNav_open.active p{
  color: #fff;
}
.navBox {
  visibility: hidden;
  z-index: 9998;
  position: fixed;
  top: -30rem;
  right: -30rem;
  width: 55%;
  height: 100vh;
  opacity: 0;
  transition: 0.5s ease;
  padding: 0rem 0rem;
  display: block;
  background: #980720e8 url(../../src/img/nav_logo_bg.png) center center no-repeat;
  background-size: 53rem 28rem;
  padding-bottom: 3rem;
  border-radius: 50% 0 0 50%;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  overflow-x: hidden;
  top: 0rem;
  right: 0rem;
  border-radius: 0;
}
.navBoxInner{
  width: 70%;
  margin: 0 auto 12rem;
  padding-top: 14rem;
  display: flex;
  justify-content: center;
}
.navBoxInnerBox{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding-left: 6rem;
}
.navBoxInnerBoxList{
  margin: 2rem 0;
}
.navBoxInnerBoxList01{
  width: 40%;
}
.navBoxInnerBoxList02{
  width: 55%;
}
.navBoxInnerBoxList03{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.navBoxInnerBoxList li{
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  color: #E0B5BC;
  line-height: 1;
}
.navBoxInnerBoxList li.parent{
  font-size: 2rem;
  margin-bottom: 2.2rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.navBoxInnerBoxList li.parent img{
  width: 1.4rem;
  margin-left: 0.6rem;
}
.navBoxInnerBoxList03 li{
  width: 40%;
}
.navBoxInnerBtmList{
  display: flex;
  justify-content: flex-end;
  width: 90%;
  margin: 0 auto;
}
.navBoxInnerBtmList li{
  margin-left: 2rem;
  color: #E3C6C6;
}
/*footer*/
.footer{
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.footerContact{
  padding: 10rem 0;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerContactL{
  width: 30%;
}
.footerContactR{
  width: 65%;
}
.footerContactRList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.footerContactRList_item{
  width: 49%;
}
.footerContactRList_itemLink{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14rem;
  border: 1px solid #980820;
  border-radius: 10px;
  line-height: 1;
}
.footerContactRList_itemLink_telBox{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerContactRList_itemLink_telBox_txt01{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 0.12em;
}
.footerContactRList_itemLink_telBox_txt01 img{
  width: 2.2rem;
  margin-right: 1rem;
}
.footerContactRList_itemLink_telBox_txt01 svg{
  width: 2.2rem;
  margin-right: 1rem;
  fill: #980820;
}
.footerContactRList_itemLink_telBox_txt02{
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.footerContactRList_itemLink_mailTxt{
  font-size: 2rem;
}
.footerContactRList_itemLink:hover{
  opacity: 1;
  background: #980820;
}
.footerContactRList_itemLink:hover *{
  color: #fff;
  fill: #fff;
}
.footerBtm{
  background: #980820;
  padding: 5rem 0;
}
.footerBtmInner{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.footerBtmInnerL{
  width: 30%;
}
.footerBtmInnerL_logo{
  width: 13rem;
  display: block;
  margin-bottom: 2.4rem;
}
.footerBtmInnerL_info{
  margin-bottom: 1rem;
  color: #fff;
}
.footerBtmInnerL_infoTxt01{
  font-size: 1.7rem;
  font-weight: 500;
}
.footerBtmInnerL_infoTxt02{
  font-size: 1.4rem;
}
.footerBtmInnerL_sns{
  display: flex;
  align-items: center;
}
.footerBtmInnerL_sns li{
  width: 2.3rem;
  margin-right: 1rem;
}
.footerBtmInnerR{
  width: 68%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footerBtmInnerRBox{
  display: flex;
  justify-content: space-between;
}
.footerBtmInnerRBoxList{

}
.footerBtmInnerRBoxList li{
  margin-bottom: 1.4rem;
  font-size: 1.2rem;
  color: #E0B5BC;
  line-height: 1;
}
.footerBtmInnerRBoxList li.parent{
  font-size: 1.4rem;
  margin-bottom: 2.2rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.footerBtmInnerRBoxList li.parent img{
  width: 1.1rem;
  margin-left: 0.6rem;
}
.copyRight{
  text-align: right;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
/*header*/
.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, .45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
}
.headerInner{
  width: 94%;
  margin: 0 auto;
  padding: 1.6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.headerInnerBox{
  display: flex;
  align-items: center;
  width: 35%;
}
.headerInnerBoxLogo{
  width: 9.6rem;
  display: block;
  line-height: 1;
}
.headerInnerBoxInfo{
  margin-left: 2rem;
  line-height: 1;
  display: none;
}
.headerInnerBoxInfo_txt01{
  font-size: 1rem;
  line-height: 1.4;
}
.headerInnerBoxInfo_txt02{
  font-size: 1.4rem;
  margin-top: 0.7rem;
  font-weight: 600;
}
.headerInnerNav{
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerInnerNavList{
  width: 85%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 4rem;
  display: none;
}
.headerInnerNavList li{
  margin-left: 4rem;
}
.headerInnerNavList li:first-child{
  margin-left: 0;
}
.headerInnerNavList li a{
  display: block;
  font-weight: 600;
}
.headerNav_open{
  width: 6.4rem;
  height: 6.4rem;
  border: 1px solid #980820;
  border-radius: 50%;
  position: relative;
  z-index: 9999;
}
.headerNav_open span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 1px;
    background-color: #980820;
    margin: auto;
}
.headerNav_open span:nth-of-type(1) {
  top:-2rem; 
  width: 40%;
}

.headerNav_open span:nth-of-type(2) {
  top:-0.5rem; 
  width: 40%;
}
.headerNav_open.active{
  border: 1px solid #fff;
}
.headerNav_open.active span{
  background-color: #fff;
}
.headerNav_open.active span:nth-of-type(1) {
  top: -1.5rem; 
  transform: translateY(0) rotate(-45deg);
  width: 40%;
}
.headerNav_open.active span:nth-of-type(2) {
  top: -1.5rem; 
  transform: translateY(0) rotate(45deg);
  width: 40%;
}
.headerNav_open p{
  position: absolute;
  width: 100%;
  text-align: center;
  color: #980820;
  font-size: 1.4rem;
  letter-spacing: 0;
  bottom: 0.3rem;
}
.headerNav_open.active p{
  color: #fff;
}
.navBox {
  visibility: hidden;
  z-index: 9998;
  position: fixed;
  top: -0rem;
  right: -0rem;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: 0.5s ease;
  padding: 0rem 0rem;
  display: block;
  background: #980720e8 url(../../src/img/nav_logo_bg.png) center center no-repeat;
  background-size: 32rem 17rem;
  padding-bottom: 3rem;
  border-radius: 0% 0 0 50%;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  overflow-x: hidden;
  top: 0rem;
  right: 0rem;
  border-radius: 0;
}
.navBoxInner{
  width: 90%;
  margin: 0 auto 2rem;
  padding-top: 15rem;
  display: flex;
  justify-content: center;
}
.footerContact {
  padding: 10rem 0;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.footerContactL {
  width: 90%;
}
.footerContactR {
  width: 90%;
}
.footerBtmInner {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.footerBtmInner *{
  letter-spacing: 0.03em;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
/*header*/
.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, .45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
}
.headerInner{
  width: 94%;
  margin: 0 auto;
  padding: 1.6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.headerInnerBox{
  display: flex;
  align-items: center;
  width: 35%;
}
.headerInnerBoxLogo{
  width: 9.6rem;
  display: block;
  line-height: 1;
}
.headerInnerBoxInfo{
  margin-left: 2rem;
  line-height: 1;
  display: none;
}
.headerInnerBoxInfo_txt01{
  font-size: 1rem;
  line-height: 1.4;
}
.headerInnerBoxInfo_txt02{
  font-size: 1.4rem;
  margin-top: 0.7rem;
  font-weight: 600;
}
.headerInnerNav{
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerInnerNavList{
  width: 85%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 4rem;
  display: none;
}
.headerInnerNavList li{
  margin-left: 4rem;
}
.headerInnerNavList li:first-child{
  margin-left: 0;
}
.headerInnerNavList li a{
  display: block;
  font-weight: 600;
}
.headerNav_open{
  width: 6.4rem;
  height: 6.4rem;
  border: 1px solid #980820;
  border-radius: 50%;
  position: relative;
  z-index: 9999;
}
.headerNav_open span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 1px;
    background-color: #980820;
    margin: auto;
}
.headerNav_open span:nth-of-type(1) {
  top:-2.4rem; 
  width: 40%;
}
.headerNav_open span:nth-of-type(2) {
  top: -1rem; 
  width: 40%;
}
.headerNav_open.active{
  border: 1px solid #fff;
}
.headerNav_open.active span{
  background-color: #fff;
}
.headerNav_open.active span:nth-of-type(1) {
  top: -2rem; 
  transform: translateY(0) rotate(-45deg);
  width: 40%;
}
.headerNav_open.active span:nth-of-type(2) {
  top: -2rem; 
  transform: translateY(0) rotate(45deg);
  width: 40%;
}
.headerNav_open p{
  position: absolute;
  width: 100%;
  text-align: center;
  color: #980820;
  font-size: 1.5rem;
  letter-spacing: 0;
  bottom: 0.5rem;
}
.headerNav_open.active p{
  color: #fff;
}
.navBox {
  visibility: hidden;
  z-index: 9998;
  position: fixed;
  top: -0rem;
  right: -0rem;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: 0.5s ease;
  padding: 0rem 0rem;
  display: block;
  background: #980720e8 url(../../src/img/nav_logo_bg.png) center center no-repeat;
  background-size: 32rem 17rem;
  padding-bottom: 3rem;
  border-radius: 0% 0 0 50%;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  overflow-x: hidden;
  top: 0rem;
  right: 0rem;
  border-radius: 0;
}
.navBoxInner{
  width: 90%;
  margin: 0 auto 2rem;
  padding-top: 15rem;
  display: flex;
  justify-content: center;
}
.navBoxInnerBox{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding-left: 0rem;
}
.navBoxInnerBoxList{
  margin: 0rem 0 0;
  width: 100%;
}
.navBoxInnerBoxList01{
  width: 100%;
}
.navBoxInnerBoxList02{
  width: 100%;
}
.navBoxInnerBoxList03{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.navBoxInnerBoxList li{
  margin-bottom: 2rem;
  font-size: 1.4rem;
  color: #E0B5BC;
  line-height: 1;
  width: 100%;
}
.navBoxInnerBoxList li.parent{
  font-size: 1.7rem;
  margin-bottom: 3rem;
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
}
.navBoxInnerBoxList li.parent img{
  width: 1.4rem;
  margin-left: 0.6rem;
}
.navBoxInnerBoxList03 li{
  width: 40%;
}
.navBoxInnerBoxList li.parent.acTgl{
  background: url(../../src/img/sp/ft_ac_on@2x.png) 100% center no-repeat;
  background-size: 1.5rem 1.5rem;
}
.navBoxInnerBoxList li.parent.acTgl.on{
  background: url(../../src/img/sp/ft_ac_off@2x.png) 100% center no-repeat;
  background-size: 1.5rem 1.5rem;
}
.navBoxInnerBoxList .acBox{
  display: none;
  padding-bottom: 3rem;
}
.navBoxInnerBtmList{
  display: flex;
  justify-content: flex-start;
  width: 90%;
  margin: 0 auto;
}
.navBoxInnerBtmList li{
  margin-left: 0rem;
  margin-right: 2rem;
  color: #E3C6C6;
}
/*footer*/
.footer{
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.footerContact{
  padding: 3rem 0;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.footerContactL{
  width: 100%;
}
.footerContactR{
  width: 100%;
}
.footerContactRList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}
.footerContactRList_item{
  width: 100%;
  margin-bottom: 2rem;
}
.footerContactRList_itemLink{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12rem;
  border: 1px solid #980820;
  border-radius: 10px;
  line-height: 1;
}
.footerContactRList_itemLink_telBox{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerContactRList_itemLink_telBox_txt01{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 0.12em;
}
.footerContactRList_itemLink_telBox_txt01 img{
  width: 2.2rem;
  margin-right: 1rem;
}
.footerContactRList_itemLink_telBox_txt01 svg{
  width: 2.2rem;
  margin-right: 1rem;
  fill: #980820;
}
.footerContactRList_itemLink_telBox_txt02{
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
.footerContactRList_itemLink_mailTxt{
  font-size: 1.8rem;
}
.footerContactRList_itemLink:hover{
  opacity: 1;
  background: #980820;
}
.footerContactRList_itemLink:hover *{
  color: #fff;
  fill: #fff;
}
.footerBtm{
  background: #980820;
  padding: 5rem 0 2rem;
}
.footerBtmInner{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}
.footerBtmInnerL{
  width: 100%;
  margin-bottom: 3rem;
}
.footerBtmInnerL_logo{
  width: 13rem;
  display: block;
  margin-bottom: 2.4rem;
}
.footerBtmInnerL_info{
  margin-bottom: 1rem;
  color: #fff;
}
.footerBtmInnerL_infoTxt01{
  font-size: 1.7rem;
  font-weight: 500;
}
.footerBtmInnerL_infoTxt02{
  font-size: 1.4rem;
}
.footerBtmInnerL_sns{
  display: flex;
  align-items: center;
}
.footerBtmInnerL_sns li{
  width: 2.3rem;
  margin-right: 1rem;
}
.footerBtmInnerR{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footerBtmInnerRBox{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.footerBtmInnerRBoxList{
  width: 100%;
  margin-bottom: 0rem;
}
.footerBtmInnerRBoxListNoMb{
  margin-bottom: 0;
}
.footerBtmInnerRBoxList li{
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  color: #E0B5BC;
  line-height: 1;
  margin-bottom: 2.2rem;
}
.footerBtmInnerRBoxList li.parent{
  font-size: 1.7rem;
  margin-bottom: 4rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.footerBtmInnerRBoxList li.parent img{
  width: 1.1rem;
  margin-left: 0.6rem;
}
.footerBtmInnerRBoxList li.parent.acTgl{
  background: url(../../src/img/sp/ft_ac_on@2x.png) 100% center no-repeat;
  background-size: 1.5rem 1.5rem;
}
.footerBtmInnerRBoxList li.parent.acTgl.on{
  background: url(../../src/img/sp/ft_ac_off@2x.png) 100% center no-repeat;
  background-size: 1.5rem 1.5rem;
}
.footerBtmInnerRBoxList .acBox{
  display: none;
  padding-bottom: 3rem;
}
.copyRight{
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
}
/*-----------------------------------------------------------

TOP

-------------------------------------------------------------*/
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainV{
  position: relative;
  padding: 18rem 0 10rem;
  height: 63rem;
  z-index: 1;
}
.mainV_ttlBox{
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 15rem;
  top: 20rem;
}
.mainV_ttl{
  line-height: 1;
  color: #3B3B3B;
  margin-bottom: 3rem;
}
.mainV_ttlTop{
  margin-bottom: 5rem;
  display: block;
}
.mainV_ttlTopInner{
  display: flex;
  align-items: flex-end;
}
.mainV_ttlTopInner_Cursive{
  position: relative;
  width: 39rem;
  height: 11rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-right: 1rem;
}
.mainV_ttlTopInner_CursiveSvg{
  width: 36rem;
  position: absolute;
  top: -1rem;
}
.mainV_ttlTopInner_CursiveQuate {
  width: 43rem;
  position: relative;
  top: -4rem;
  left: -2rem;
}
.mainV_ttlTopInner_en{
  font-size: 3rem;
  letter-spacing: 0.08em;
  overflow: hidden;
  display: inline-block;
}
.mainV_ttlTopInner_enInner{

}
.mainV_ttlTopInner_en span{
  display: inline-block;
}
/*.mainV_ttlTopInner_en span:nth-child(-n+5){
  color: #980820;
}*/
.mainV_ttlBtm{
  font-size: 9.1rem;
  letter-spacing: 0.13em;
  overflow: hidden;
  display: block;
}
.mainV_ttlBtm span{
  display: inline-block;
}
.mainV_subTtl{
  font-size: 2.6rem;
  letter-spacing: 0.23em;
  font-weight: 400;
}
.mainArrow{
  width: 13rem;
  height: 13rem;
  position: absolute;
  right: 18rem;
  bottom: -4rem;
  border: 1px solid #980820;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainArrow div{
  width: 1.5rem;
}
.topIntro{
  position: relative;
  overflow: hidden;
}
.topIntroMain{
  width: 95%;
  margin: 0 auto;
}
/*.topIntro.active .pin-spacer{
  padding: 0!important;
  width: 100%!important;
  margin: 0!important;
}
.topIntro.active .pin-spacer .topIntroMain{
  padding: 0!important;
  width: 100%!important;
  max-width: 100%!important;
  left: 0!important;
}*/
.topIntroCont{
  width: 100%;
  height: 54rem;
  background-color: rgba(255, 255, 255, .7);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  /*background: url(../../src/img/top_intro_bg.png) center center no-repeat;
  background-size: 100% 100%;*/
  display: flex;
  align-items: center;
  position: relative;
}
.topIntroContInner{
  width: 80%;
  margin: 0 auto;
}
.topIntroContInner_ttl{
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.topIntroContInner_ttl_txt01{
  font-size: 2.1rem;
}
.topIntroContInner_ttl_txt02{
  font-size: 5.5rem;
}
.topIntroContInner_txt{

}
.topIntroContShopName{
  position: absolute;
  top: 0;
  right: 6rem;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.topIntroContShopName_item{
  margin-left: 3rem;
  display: flex;
  justify-content: flex-end;
  width: 5.6rem;
}
.topIntroContShopName_item ul{
  display: flex;
  flex-direction: column;
}
.topIntroContShopName_item ul li{
  margin-bottom: 1rem;
  writing-mode: vertical-lr;
  font-size: 5.6rem;
  color: #fff;
  font-weight: 400;
  height: 32rem;
  white-space: nowrap;
}
.topIntroContShopName_item01 ul li{
  animation: loopShopName01 10s linear 0s infinite
}
.topIntroContShopName_item02 ul li{
  animation: loopShopName02 10s linear 0s infinite
}
.topIntroContShopName_item03 ul li{
  animation: loopShopName03 10s linear 0s infinite
}
@keyframes loopShopName01 {
  0% {
    transform: translateY(-32rem)
  }

  to {
    transform: translateY(-70rem)
  }
}

@keyframes loopShopName02 {
  0% {
    transform: translateY(-70rem)
  }

  to {
    transform: translateY(-32rem)
  }
}

@keyframes loopShopName03 {
  0% {
    transform: translateY(-43rem)
  }

  to {
    transform: translateY(-80rem)
  }
}
.topBusiness{
  padding: 14rem 0 0rem;
  margin-bottom: 20rem;
}
.topBusinessInner{
  width: 80%;
  margin: 0 auto 5rem;
}
.cmnTtl01Box{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3rem;
}
.cmnTtl01Box--topBusiness{

}
.cmnTtl01{
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.cmnTtl01_en{
  font-size: 7.2rem;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}
.cmnTtl01_jp{
  font-size: 1.4rem;
  color: #959595;
}
.topBusinessIntro{

}
.topBusinessIntro_ttl{
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.topBusinessBox{
  width: 80%;
  margin: 0 auto 8rem;
}
.topBusinessList{
  display: flex;
  justify-content: space-between;
}
.topBusinessList_item{
  width: 23.5%;
}
.topBusinessList_item:nth-child(1){

}
.topBusinessList_item:nth-child(2){
  margin-top: 9rem;
}
.topBusinessList_item:nth-child(3){
  margin-top: 3rem;
}
.topBusinessList_item:nth-child(4){
  margin-top: 9rem;
}
.topBusinessList_itemLink{
  display: block;
}
.topBusinessList_itemLink:hover{
  opacity: 1;
}
.topBusinessList_itemLink_img{
  opacity: 0;
}
.topBusinessList_item.on .topBusinessList_itemLink_img{
  animation-name:blurAnime;
  animation-duration:3s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.0);
  opacity: 0;
  }
  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}
.topBusinessList_itemLink_img {
  width: 100%;
  height: 31.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.topBusinessList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.5s ease;
}
.topBusinessList_itemLink:hover .topBusinessList_itemLink_img img{
  height: 120%;
  width: 120%;
}
.topBusinessList_itemLink_ttl{
  font-size: 2rem;
  margin-top: 1rem;
  line-height: 1;
}
.topBusinessList_itemLink_ttl span{
  display: inline-block;
}
@keyframes topBusinessList_itemLink {
  100% {
    transform: translate3d(0, -0.5rem, 0);
  }
}
.topBusinessList_itemLink:hover span {
  animation-name: topBusinessList_itemLink;
  animation-duration: .2s;
  animation-direction: alternate;
  animation-iteration-count: 2;
}

.topBusinessList_itemLink:hover span:nth-child(2) {
  animation-delay: .1s;
}
.topBusinessList_itemLink:hover span:nth-child(3) {
  animation-delay: .2s;
}
.topBusinessList_itemLink:hover span:nth-child(4) {
  animation-delay: .3s;
}
.topBusinessList_itemLink:hover span:nth-child(5) {
  animation-delay: .4s;
}
.topBusinessList_itemLink:hover span:nth-child(6) {
  animation-delay: .5s;
}
.topBusinessList_itemLink:hover span:nth-child(7) {
  animation-delay: .6s;
}
.cmnBtn01Box{
  display: flex;
  justify-content: center;
}
.cmnBtn01Box--topBusiness{

}
.cmnBtn01{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29rem;
  height: 6.5rem;
  font-size: 2rem;
  line-height: 1;
  border: 1px solid #980820;
  border-radius: 100px;
  color: #980720;
  background-color: #fff;
}
.cmnBtn01:hover{
  color: #fff;
  background-color: #980720;
  opacity: 1;
}
.topAbout{
  padding: 14rem 0 10rem;
  position: relative;
  height: 114rem;
  overflow: hidden;
}
.topAboutCircle {
  width: 100rem;
  height: 100rem;
  background: #980620;
  transform-origin: center 0;
  transform: scale(1);
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.topAboutInner{
  width: 80%;
  margin: 0 auto 5rem;
  position: relative;
  z-index: 1;
}
.cmnTtl01Box--topAbout{
  justify-content: center;
}
.cmnTtl01Box--topAbout .cmnTtl01{
  align-items: center;
}
.cmnTtl01Box--topAbout .cmnTtl01 *{
  color: #fff;
}
.topAboutIntro{

}
.topAboutIntro_ttl{
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
}
.topAboutIntro_txt{
  text-align: center;
  color: #fff;
}
.topAboutScroll{
  /*width: 230%!important;*/
  margin-bottom: 5rem;
}
.topAboutScrollList{
  display: flex;
  height: auto;
  overflow: hidden;
  
}
.topAboutScrollList_item{
  height: auto;
  width: auto;
  margin-right: 5rem;
}
.topAboutScrollList_item:first-child{
  margin-left: 14rem;
}
.topAboutScrollList_item:last-child{
  margin-right: -8rem;
}
.topAboutScrollList_item:nth-child(even){
  margin-top: 4rem;
}
.topAboutScrollList_itemLink{
  display: block;
}
.topAboutScrollList_itemLink:hover{
  opacity: 1;
}
.topAboutScrollList_itemLink_img {
  width: 100%;
  height: 30.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1500px) {
.topAbout{
  padding: 14rem 0 10rem;
  position: relative;
  height: 97rem;
  overflow: hidden;
}
.topAboutScrollList_itemLink_img {
  height: 18.8rem;
}
.cmnBtn01Box--topAbout {
  position: relative;
  z-index: 1;
}
}
.topAboutScrollList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.5s ease;
}
.topAboutScrollList_itemLink:hover .topAboutScrollList_itemLink_img img{
  height: 120%;
  width: 120%;
}
.topAboutScrollList_itemLink_ttl{
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  color: #fff;
}
.topAboutScrollList_itemLink_ttl_en{
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.topAboutScrollList_itemLink_ttl_jp{
  font-size: 1.4rem;
}
.cmnBtn01Box--topAbout{
  position: relative;
  z-index: 1;
}
.cmnBtn01--rev{
  color: #fff;
  background-color: #980720;
  border: 1px solid #fff;
}
.cmnBtn01--rev:hover{
  color: #980720;
  background-color: #fff;
}
.topNews{
  width: 80%;
  margin: 0 auto;
  padding: 14rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topNewsL{
  width: 29rem;
}
.cmnTtl01Box--topNews{

}
.cmnBtn01Box--topNews{
  justify-content: flex-start;
}
.topNewsR{
  width: 67%;
}
.topNewsRList{
  border-top: 1px solid #CCCCCC;
}
.topNewsRList_item{
  padding: 2rem 0;
  border-bottom: 1px solid #CCCCCC;
}
.topNewsRList_item a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topNewsRList_item a time{
  width: 15%;
}
.topNewsRList_item a p{
  width: 82%;
}
.topRecruit{
  width: 80%;
  margin: 0 auto 10rem;
  position: relative;
}
.topRecruitInner {
  position: absolute;
  left: 6.5rem;
  bottom: 7rem;
  z-index: 1;
}
.topRecruitInner_txt{
  font-weight: 500;
  margin-bottom: 3rem;
}
.topRecruitInner_link{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35rem;
  height: 5rem;
  border: 2px solid #CD0000;
  background: #fff;
  color: #CD0000;
  font-size: 1.7rem;
  font-weight: 700;
}
.topRecruitInner_link p:after{
  content: "▶︎";
  margin-left: 2rem;
  font-size: 1.4rem;
}
.topRecruitInner_link:hover{
  background: #CD0000;
  color: #fff;
  opacity: 1;
}
.topRecruitInner_link:hover *{
  color: #fff;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainV_ttlBox {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 4rem;
  top: 20rem;
}
.mainV_ttlBtm{
  font-size: 6.5rem;
  letter-spacing: 0.13em;
  overflow: hidden;
  display: block;
}
.mainArrow {
  width: 12rem;
  height: 12rem;
  position: absolute;
  right: 5rem;
  bottom: -3rem;
  border: 1px solid #980820;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topIntroCont {
  width: 100%;
  height: 54rem;
  background-color: rgb(214 214 214 / 60%);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  display: flex;
  align-items: center;
  position: relative;
}
.topIntroContInner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.topBusinessInner {
  width: 90%;
  margin: 0 auto 5rem;
}
.topBusinessBox {
  width: 90%;
  margin: 0 auto 8rem;
}
.topBusinessList_itemLink_img {
  width: 100%;
  height: 22.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.topAboutCircle {
  width: 60rem;
  height: 60rem;
  background: #980620;
  transform-origin: center 0;
  transform: scale(1);
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.topAboutInner {
  width: 100%;
  margin: 0 auto 5rem;
  position: relative;
  z-index: 1;
}
.topAboutScrollList_itemLink_img {
  width: 100%;
  height: 23.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.cmnBtn01 {
  width: 37rem;
  height: 6.5rem;
}
.topNews {
  width: 90%;
  margin: 0 auto;
  padding: 14rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.topNewsL {
  width: 49rem;
  margin-bottom: 3rem;
}
.cmnTtl01Box--topNews {
  justify-content: center;
}
.cmnBtn01Box--topNews {
  justify-content: center;
}
.topNewsR {
  width: 97%;
}
.topRecruit {
  width: 96%;
  margin: 0 auto 10rem;
  position: relative;
}
.topRecruitInner {
  position: absolute;
  left: 5.5rem;
  bottom: 3rem;
  z-index: 1;
}
.topRecruitInner_txt {
  font-weight: 500;
  margin-bottom: 2rem;
  width: 49%;
  line-height: 1.5;
}
.topRecruitInner_txt br{
  display: none!important;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainV{
  position: relative;
  padding: 8rem 0 10rem;
  height: 48rem;
  z-index: 1;
}
.mainV_ttlBox {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 2rem;
  top: 14rem;
}
.mainV_ttl{
  line-height: 1;
  color: #3B3B3B;
  margin-bottom: 1rem;
}
.mainV_ttlTop{
  margin-bottom: 2rem;
  display: block;
}
.mainV_ttlTopInner{
  display: flex;
  align-items: flex-end;
}
.mainV_ttlTopInner_Cursive{
  position: relative;
  width: 19rem;
  height: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-right: 1rem;
}
.mainV_ttlTopInner_CursiveSvg{
  width: 19rem;
  position: absolute;
  top: -0rem;
  left: 2rem;
  transform: rotate(356deg);
}
.mainV_ttlTopInner_CursiveQuate{
  width: 23rem;
  position: relative;
  top: -2rem;
  left: 1rem;
}
.mainV_ttlTopInner_en{
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  overflow: hidden;
  position: absolute;
  bottom: -4rem;
}
.mainV_ttlTopInner_en span{
  display: inline-block;
}
.mainV_ttlBtm{
  font-size: 4.3rem;
  letter-spacing: 0.1em;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.mainV_ttlBtm span{
  display: inline-block;
}
.mainV_ttlBtm span:nth-child(7){
  width: 100%;
  height: 0;
}
.mainV_subTtl{
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
.mainArrow{
  width: 7rem;
  height: 7rem;
  position: absolute;
  right: 2rem;
  bottom: -1rem;
  border: 1px solid #980820;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainArrow div{
  width: 1.5rem;
}
.topIntro{
  position: relative;
  overflow: hidden;
}
.topIntroMain{
  width: 100%;
  margin: 0 auto;
}
/*.topIntro.active .pin-spacer{
  padding: 0!important;
  width: 100%!important;
  margin: 0!important;
}
.topIntro.active .pin-spacer .topIntroMain{
  padding: 0!important;
  width: 100%!important;
  max-width: 100%!important;
  left: 0!important;
}*/
.topIntroCont{
  width: 100%;
  height: 43rem;
  background-color: rgba(255, 255, 255, .7);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  /*background: url(../../src/img/top_intro_bg.png) center center no-repeat;
  background-size: 100% 100%;*/
  display: flex;
  align-items: center;
  position: relative;
}
.topIntroContInner{
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.topIntroContInner_ttl{
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.topIntroContInner_ttl_txt01{
  font-size: 1.9rem;

}
.topIntroContInner_ttl_txt02{
  font-size: 4rem;
  line-height: 1.4;
}
.topIntroContInner_txt{

}
.topIntroContShopName{
  position: absolute;
  top: 0;
  right: 0rem;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  opacity: 0.4;
}
.topIntroContShopName_item{
  margin-left: 1.5rem;
  display: flex;
  justify-content: flex-end;
  width: 3.1rem;
}
.topIntroContShopName_item ul{
  display: flex;
  flex-direction: column;
}
.topIntroContShopName_item ul li{
  margin-bottom: 3rem;
  writing-mode: vertical-lr;
  font-size: 3.1rem;
  color: #fff;
  font-weight: 400;
  height: 18rem;
  white-space: nowrap;
}
.topIntroContShopName_item01 ul li{
  animation: loopShopName01 10s linear 0s infinite
}
.topIntroContShopName_item02 ul li{
  animation: loopShopName02 10s linear 0s infinite
}
.topIntroContShopName_item03 ul li{
  animation: loopShopName03 10s linear 0s infinite
}
@keyframes loopShopName01 {
  0% {
    transform: translateY(-21rem)
  }

  to {
    transform: translateY(-42rem)
  }
}

@keyframes loopShopName02 {
  0% {
    transform: translateY(-42rem)
  }

  to {
    transform: translateY(-21rem)
  }
}

@keyframes loopShopName03 {
  0% {
    transform: translateY(-31rem)
  }

  to {
    transform: translateY(-52rem)
  }
}
.topBusiness{
  padding: 2rem 0 0;
  margin-bottom: 8rem;
}
.topBusinessInner{
  width: 90%;
  margin: 0 auto 5rem;
}
.cmnTtl01Box{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3rem;
}
.cmnTtl01Box--topBusiness{

}
.cmnTtl01{
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.cmnTtl01_en{
  font-size: 5.5rem;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}
.cmnTtl01_jp{
  font-size: 1.4rem;
  color: #959595;
}
.topBusinessIntro{

}
.topBusinessIntro_ttl{
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.topBusinessBox{
  width: 90%;
  margin: 0 auto 4rem;
}
.topBusinessList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topBusinessList_item{
  width: 100%;
  margin-bottom: 3rem;
}
.topBusinessList_item:nth-child(1){

}
.topBusinessList_item:nth-child(2){
  margin-top: 0rem;
}
.topBusinessList_item:nth-child(3){
  margin-top: 0rem;
}
.topBusinessList_item:nth-child(4){
  margin-top: 0rem;
}
.topBusinessList_itemLink{
  display: block;
}
.topBusinessList_itemLink:hover{
  opacity: 1;
}
.topBusinessList_itemLink_img{
  opacity: 0;
}
.topBusinessList_item.on .topBusinessList_itemLink_img{
  animation-name:blurAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.0);
  opacity: 0;
  }
  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}
.topBusinessList_itemLink_img {
  width: 100%;
  height: 25.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.topBusinessList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.5s ease;
}
.topBusinessList_itemLink:hover .topBusinessList_itemLink_img img{
  height: 120%;
  width: 120%;
}
.topBusinessList_itemLink_ttl{
  font-size: 2rem;
  margin-top: 1rem;
  line-height: 1;
}
.topBusinessList_itemLink_ttl span{
  display: inline-block;
}
@keyframes topBusinessList_itemLink {
  100% {
    transform: translate3d(0, -0.5rem, 0);
  }
}
.topBusinessList_itemLink:hover span {
  animation-name: topBusinessList_itemLink;
  animation-duration: .2s;
  animation-direction: alternate;
  animation-iteration-count: 2;
}

.topBusinessList_itemLink:hover span:nth-child(2) {
  animation-delay: .1s;
}
.topBusinessList_itemLink:hover span:nth-child(3) {
  animation-delay: .2s;
}
.topBusinessList_itemLink:hover span:nth-child(4) {
  animation-delay: .3s;
}
.topBusinessList_itemLink:hover span:nth-child(5) {
  animation-delay: .4s;
}
.topBusinessList_itemLink:hover span:nth-child(6) {
  animation-delay: .5s;
}
.topBusinessList_itemLink:hover span:nth-child(7) {
  animation-delay: .6s;
}
.cmnBtn01Box{
  display: flex;
  justify-content: center;
}
.cmnBtn01Box--topBusiness{

}
.cmnBtn01{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 6rem;
  font-size: 2rem;
  line-height: 1;
  border: 1px solid #980820;
  border-radius: 100px;
  color: #980720;
  background-color: #fff;
}
.cmnBtn01:hover{
  color: #fff;
  background-color: #980720;
  opacity: 1;
}
.topAbout{
  padding: 8rem 0 7rem;
  position: relative;
  height: auto;
  overflow: hidden;
}
.topAboutCircle {
  width: 37rem;
  height: 37rem;
  background: #980620;
  transform-origin: center 0;
  transform: scale(1);
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.topAboutInner{
  width: 90%;
  margin: 0 auto 5rem;
  position: relative;
  z-index: 1;
}
.cmnTtl01Box--topAbout{
  justify-content: center;
}
.cmnTtl01Box--topAbout .cmnTtl01{
  align-items: center;
}
.cmnTtl01Box--topAbout .cmnTtl01 *{
  color: #fff;
}
.topAboutIntro{

}
.topAboutIntro_ttl{
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}
.topAboutIntro_txt{
  text-align: center;
  color: #fff;
}
.topAboutScroll{
  /*width: 230%!important;*/
  margin-bottom: 3rem;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.topAboutScrollList{
  display: flex;
  height: auto;
  overflow: hidden;
  flex-direction: column;
}
.topAboutScrollList_item{
  height: auto;
  width: auto;
  margin-right: 0rem;
  padding: 0 2rem;
  margin-bottom: 3rem;
}
.topAboutScrollList_item:first-child{
  margin-left: 0rem;
}
.topAboutScrollList_item:last-child{
  margin-right: -0rem;
}
.topAboutScrollList_item:nth-child(even){
  margin-top: 0rem;
}
.topAboutScrollList_itemLink{
  display: block;
}
.topAboutScrollList_itemLink:hover{
  opacity: 1;
}
.topAboutScrollList_itemLink_img {
  width: 100%;
  height: 20.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.topAboutScrollList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.5s ease;
}
.topAboutScrollList_itemLink:hover .topAboutScrollList_itemLink_img img{
  height: 120%;
  width: 120%;
}
.topAboutScrollList_itemLink_ttl{
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  color: #fff;
  position: relative;
  z-index: 1;
}
.topAboutScrollList_itemLink_ttl_en{
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.topAboutScrollList_itemLink_ttl_jp{
  font-size: 1.4rem;
}
.cmnBtn01Box--topAbout{
  position: relative;
  z-index: 1;
}
.cmnBtn01--rev{
  color: #fff;
  background-color: #980720;
  border: 1px solid #fff;
}
.cmnBtn01--rev:hover{
  color: #980720;
  background-color: #fff;
}
.topNews{
  width: 90%;
  margin: 0 auto 1rem;
  padding: 6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.topNewsL{
  width: 100%;
}
.cmnTtl01Box--topNews{

}
.cmnBtn01Box--topNews{
  justify-content: flex-start;
}
.topNewsR{
  width: 100%;
}
.topNewsRList{
  border-top: none;
  margin-bottom: 3rem;
}
.topNewsRList_item{
  padding: 1rem 0;
  border-bottom: none;
}
.topNewsRList_item a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.topNewsRList_item a time{
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
}
.topNewsRList_item a p{
  width: 100%;
}
.topRecruit{
  width: 90%;
  margin: 0 auto 4rem;
  position: relative;
}
.topRecruitInner {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  z-index: 1;
  width: 82%;
}
.topRecruitInner_txt{
  font-weight: 500;
  margin-bottom: 3rem;
}
.topRecruitInner_link{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  border: 2px solid #CD0000;
  background: #fff;
  color: #CD0000;
  font-size: 1.4rem;
  font-weight: 700;
}
.topRecruitInner_link p:after{
  content: "▶︎";
  margin-left: 1rem;
  font-size: 1.2rem;
}
.topRecruitInner_link:hover{
  background: #CD0000;
  color: #fff;
  opacity: 1;
}
.topRecruitInner_link:hover *{
  color: #fff;
}
}
/*-----------------------------------------------------------

BUSINESS

-------------------------------------------------------------*/
.mainContentBusiness{
  position: relative;
}
.mainContentBusiness:before{
  content: "";
  width: 100%;
  height: 104rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.mainVSub{
  padding: 16rem 0 0;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
.mainVSubTop{
  margin-bottom: 1rem;
}
.mainVSubTtlBox{
  display: flex;
  justify-content: flex-start;
  width: 80%;
  margin: 0 auto 5rem;
}
.mainVSubTtlBox--topBusiness{

}
.mainVSubTtl{
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.mainVSubTtl_en{
  font-size: 7.2rem;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}
.mainVSubTtl_jp{
  font-size: 1.4rem;
  color: #959595;
}
.mainVSubBtm{
  padding-left: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.punkuz{
  width: 36%;
  margin: 0rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.punkuz li{
  font-size: 1rem;
  margin-right: 0.8rem;
  color: #717171;
}
.punkuz li a{
  display: block;
}
.punkuz li br{
  display: none;
}
.mainVSubBtmCont{
  width: 60%;
  background-color: rgba(255, 255, 255, .6);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  padding: 4rem 0;
  border-radius: 10px 0 0 0;
  margin-top: -10rem;
}
.mainVSubBtmContInner{
  width: 85%;
  margin: 0 auto;
}
.mainVSubBtmContInner_ttl{
  font-size: 2.5rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-weight: 500;
}
.businessAnch{
  width: 75%;
  margin: 0 auto 13rem;
  position: relative;
  z-index: 1;
}
.businessAnchBox{
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.businessAnchBox_ttl{
  font-size: 2rem;
  width: 17%;
}
.businessAnchBox_list{
  width: 83%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.businessAnchBox_list::after {
  content: "";
  display: block;
  width: 21%;
}
.businessAnchBox_list::before { 
  content: ""; 
  display: block; 
  width: 21%;
  order: 1;
}
.businessAnchBox_list li{
  font-size: 2rem;
  width: 21%;
}
.businessAnchBox_list li a{
  display: block;
  border-bottom: 1px solid #980820;
  padding-bottom: 1rem;
  background: url(../../src/img/business_anch_arrow.png) 98% center no-repeat;
  background-size: 1.3rem 0.7rem ;
  line-height: 1;
}
.businessSec01Height{
  height: 91.1rem;
}
.businessSec01{
  background: url(../../src/img/business_sec01_bg.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 91.1rem;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.businessSec01Inner{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.businessSec01InnerL{
  width: 50%;
}
.cmnTtl01Box--businessSec .cmnTtl01_en{
  font-size: 5rem;
}
.businessSec01InnerL_cont{
  margin-bottom: 3rem;
}
.businessSec01InnerL_contTtl{
  font-size: 2.5rem;
  font-weight: 500;
}
.businessSec01InnerL_contTxt{

}
.businessSec01InnerL_shop{

}
.businessSec01InnerL_shopTtl{
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.businessSec01InnerL_shopBox{
  display: flex;
  justify-content: space-between;
}
.businessSec01InnerL_shopBox_sub{
  width: 16%;
  font-size: 1.4rem;
  font-weight: 700;
}
.businessSec01InnerL_shopBox_list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 84%;
}
.businessSec01InnerL_shopBox_list li{
  margin-right: 4rem;
  margin-bottom: 1.6rem;
}
.businessSec01InnerL_shopBox_list li a{
  display: inline-block;
  border-bottom: 1px solid #000000;
  line-height: 1.3;
}
.businessSec01InnerR{
  width: 45%;
}
/*@media only screen and (min-width: 1500px) {
.businessSec01Inner{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6rem;
}
.businessSec01InnerL{
  width: 55%;
}
.businessSec01InnerL_contTxt br{
  display: none!important;
}
.businessSec01InnerL_shopBox_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.businessSec01InnerL_shopBox_list li{
  margin-right: 2rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}
.businessSec01InnerR{
  width: 40%;
}
} */
.businessSec02_scrollWrap{
  background: url(../../src/img/business_sec02_bg.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 102.2rem;
}
.businessSec03_scrollWrap{
  background: url(../../src/img/business_sec03_bg.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 104.3rem;
}
.businessSec04_scrollWrap{
  background: url(../../src/img/business_sec04_bg.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 78.9rem;
}
.businessSec{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.businessSecInner{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.businessSec03 .businessSecInner{
  flex-direction: row-reverse;
}
.businessSecInnerL{
  width: 45%;
}
.businessSecInnerR{
  width: 50%;
}
.cmnTtl01Box--businessSecScroll{
  margin-bottom: 2rem;
}
.cmnTtl01Box--businessSecScroll .cmnTtl01_en{
  font-size: 5rem;
}
.businessSecInnerR_cont{

}
.businessSecInnerR_contTtl{
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.businessSec05_scrollWrap{
  background: #fff;
  margin-bottom: -1rem;
}
.businessSec05Inner{
  width: 80%;
  margin: 0 auto;
  padding: 14rem 0;
}
.businessSec05InnerList{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.businessSec05InnerList_item{
  width: 46%;
}
.businessSec05InnerList_item + .businessSec05InnerList_item{
  margin-top: 6rem;
}
.businessSec05InnerList_itemImg{
  margin-bottom: 2rem;
}
.cmnTtl01Box--businessSec05{
  margin-bottom: 2rem;
}
.cmnTtl01Box--businessSec05 .cmnTtl01_en{
  font-size: 5rem;
  white-space: nowrap;
}
.businessSec05InnerList_itemBox{

}
.businessSec05InnerList_itemBoxTxt{

}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainVSubTtlBox {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  margin: 0 auto 5rem;
}
.punkuz {
  width: 90%;
  margin: 0rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  top: 11rem;
  left: 0;
  right: 0;
  margin: auto;
}
.mainVSubBtm {
  padding-left: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mainVSubBtmCont {
  width: 100%;
  background-color: rgba(255, 255, 255, .6);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  padding: 4rem 0;
  border-radius: 10px 0 0 0;
  margin-top: -10rem;
}
.businessAnch {
  width: 90%;
  margin: 0 auto 13rem;
  position: relative;
  z-index: 1;
}
.businessSec01Inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.businessSec01InnerL {
  width: 55%;
}
.businessSec01InnerR {
  width: 40%;
}
.businessSec01InnerL_contTxt br{
  display: none!important;
}
.businessSecInner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.businessSecInnerR_contTtl br{
  display: none!important;
}
.businessSecInnerR_contTxt br{
  display: none!important;
}
.businessSec05Inner {
  width: 90%;
  margin: 0 auto;
  padding: 14rem 0;
}
.cmnTtl01Box--businessSec05 .cmnTtl01_en {
  font-size: 4rem;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.businessSec05InnerList_itemBoxTxt br{
  display: none!important;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContentBusiness{
  position: relative;
}
.mainContentBusiness:before{
  content: "";
  width: 100%;
  height: 104rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.mainVSub{
  padding: 15rem 0 0;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
.mainVSubTop{
  margin-bottom: 1rem;
}
.mainVSubTtlBox{
  display: flex;
  justify-content: flex-start;
  width: 90%;
  margin: 0 auto 4rem;
}
.mainVSubTtlBox--topBusiness{

}
.mainVSubTtl{
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.mainVSubTtl_en{
  font-size: 5.5rem;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}
.mainVSubTtl_jp{
  font-size: 1.4rem;
  color: #959595;
}
.mainVSubBtm{
  padding-left: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.punkuz {
  width: 90%;
  margin: 0rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  top: 10rem;
  left: 1rem;
  overflow: auto;
}
.punkuz li{
  font-size: 1rem;
  margin-right: 0.8rem;
  color: #717171;
}
.punkuz li a{
  display: block;
}
.punkuz li br{
  display: none;
}
.mainVSubBtmCont{
  width: 100%;
  background-color: rgba(255, 255, 255, .6);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  padding: 3rem 0;
  border-radius: 10px 0 0 0;
  margin-top: -10rem;
}
.mainVSubBtmContInner{
  width: 80%;
  margin: 0 auto;
}
.mainVSubBtmContInner_ttl{
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: 500;
}
.businessAnch{
  width: 90%;
  margin: 0 auto 13rem;
  position: relative;
  z-index: 1;
}
.businessAnchBox{
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  flex-direction: column;
}
.businessAnchBox_ttl{
  font-size: 2rem;
  width: 100%;
  margin-bottom: 1rem;
}
.businessAnchBox_list{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.businessAnchBox_list::after {
  content: "";
  display: block;
  width: 100%;
}
.businessAnchBox_list::before { 
  content: ""; 
  display: block; 
  width: 100%;
  order: 1;
}
.businessAnchBox_list li{
  font-size: 2rem;
  width: 100%;
  margin-bottom: 2rem;
}
.businessAnchBox_list li a{
  display: block;
  border-bottom: 1px solid #980820;
  padding-bottom: 1rem;
  background: url(../../src/img/business_anch_arrow.png) 96% center no-repeat;
  background-size: 1.3rem 0.7rem ;
  line-height: 1;
}
.businessSec01Height{
  min-height: auto;
  height: auto;
}
.businessSec01{
  background: url(../../src/img/sp/business_sec01_bg@2x.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8rem 0 5rem;
}
.businessSec01Inner{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
}
.businessSec01InnerL{
  width: 100%;
}
.businessSec01InnerL_cont{
  margin-bottom: 3rem;
}
.businessSec01InnerL_contTtl{
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.businessSec01InnerL_contTxt{

}
.businessSec01InnerL_shop{

}
.businessSec01InnerL_shopTtl{
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.businessSec01InnerL_shopBox{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.businessSec01InnerL_shopBox_sub{
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.businessSec01InnerL_shopBox_sub.acTgl{
  background: url(../../src/img/sp/bs_ac_on@2x.png) 100% center no-repeat;
  background-size: 1.5rem 1.5rem;
}
.businessSec01InnerL_shopBox_sub.acTgl.on{
  background: url(../../src/img/sp/bs_ac_off@2x.png) 100% center no-repeat;
  background-size: 1.5rem 1.5rem;
}
.businessSec01InnerL_shopBox_list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  display: none;
  margin-bottom: 2rem;
}
.businessSec01InnerL_shopBox_list li{
  margin-right: 4rem;
  margin-bottom: 1rem;
}
.businessSec01InnerL_shopBox_list li a{
  display: inline-block;
  border-bottom: 1px solid #000000;
  line-height: 1.3;
}
.businessSec01InnerR{
  width: 100%;
  margin-bottom: 4rem;
}
.businessSec02_scrollWrap{
  background: url(../../src/img/sp/business_sec02_bg@2x.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  height: auto;
  padding: 8rem 0 5rem;
}
.businessSec03_scrollWrap{
  background: url(../../src/img/sp/business_sec03_bg@2x.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  height: auto;
  padding: 8rem 0 5rem;
}
.businessSec04_scrollWrap{
  background: url(../../src/img/sp/business_sec04_bg@2x.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  height: auto;
  padding: 8rem 0 5rem;
}
.businessSec{
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.businessSecInner{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.businessSec03 .businessSecInner{
  flex-direction: column;
}
.businessSecInnerL{
  width: 100%;
  margin-bottom: 2rem;
}
.businessSecInnerR{
  width: 100%;
}
.cmnTtl01Box--businessSecScroll{
  margin-bottom: 2rem;
}
.cmnTtl01Box--businessSecScroll .cmnTtl01_en{
  font-size: 5rem;
  letter-spacing: 0;
}
.businessSecInnerR_cont{

}
.businessSecInnerR_contTtl{
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.6;
  letter-spacing: 0em;
}
.businessSec05_scrollWrap{
  background: #fff;
  margin-bottom: -1rem;
}
.businessSec05Inner{
  width: 90%;
  margin: 0 auto;
  padding: 8rem 0 5rem;
}
.businessSec05InnerList{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.businessSec05InnerList_item{
  width: 100%;
  margin-bottom: 4rem;
}
.businessSec05InnerList_item + .businessSec05InnerList_item{
  margin-top: 0rem;
}
.businessSec05InnerList_itemImg{
  margin-bottom: 2rem;
}
.cmnTtl01Box--businessSec05{
  margin-bottom: 2rem;
}
.cmnTtl01Box--businessSec05 .cmnTtl01_en{
  font-size: 5rem;
  white-space: nowrap;
}
.businessSec05InnerList_itemBox{

}
.businessSec05InnerList_itemBoxTxt{

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

SHOP DETAIL

-------------------------------------------------------------*/
.mainVSubShop {
  padding-top: 12rem;
}
.mainVSubShop .punkuz{
  width: 95%;
}
.shopD_main{
  width: 95%;
  margin: 0 auto 7rem;
}
.shopD_main div {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.shopD_main div img {
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.5s ease;
}
.shopD_info{
  width: 80%;
  margin: 0 auto 9rem;
}
.shopD_infoInner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.shopD_infoL{
  width: 52%;
}
.shopD_infoL_ttl{
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  margin-bottom: 3rem;
}
.shopD_infoL_listBox{

}
.shopD_infoL_listBox_ttl{
  font-size: 2rem;
  margin-bottom: 1rem;
}
.shopD_infoL_list{
  border-top: 1px solid #CCCCCC;
}
.shopD_infoL_listItem{
  padding: 1.6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #CCCCCC;
}
.shopD_infoL_listItem_ttl{
  width: 22%;
  font-weight: 600;
}
.shopD_infoL_listItem_txt{
  width: 78%;
}
.shopD_infoR{
  width: 40%;
}
.shopD_infoR_list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.shopD_infoR_list::after {
    content: "";
    display:block;
    width:23%;
}
.shopD_infoR_list::before { 
    content: ""; 
    display:block; 
    width:23%;
    order: 1;
}
.shopD_infoR_list li{
  width: 23%;
  margin-bottom: 1rem;
}
.spotMap{
  
}
.spotMap_ttl{
  width: 80%;
  margin: 0 auto 2rem;
  font-size: 2rem;
}
.spotMapInner{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.spotMapBox{
  width: 55%;
  height: 60rem;
}
.spotMapBoxCanvas{
  width: 100%;
  padding-top: 60rem;
}
.spotMapBox iframe{
  width: 100%;
  height: 60rem;
}
.spotMapBoxCanvas_pin_num{
  width: 2.3rem;
  height: 3.1rem;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  color: #fff;
  letter-spacing: 0.03em;
  padding-top: 0.6rem;
}
.gm-style .gm-style-iw-c{
  padding: 0!important;
  top: 1.8rem!important;
  background: none!important;
  border-radius: 0!important;
  box-shadow: none!important;
  overflow: unset!important;
}
.gm-style .gm-style-iw-d{
  padding: 0!important;
  overflow: unset!important;
}
.gm-style .gm-style-iw-tc{
  display: none!important;
}
.gm-ui-hover-effect {
  opacity: 1!important;
  border-radius: 50%;
  background: #fff!important;
  top: -2rem!important;
  right: -2rem!important;
  display: none!important;
}
.infoWindowBox{
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  padding: 0.6rem 2rem;
  border: 2px solid #aaa;
  background: #fff;
  border-radius: 100px;
}
.spotMapListWrap{
  width: 45%;
  height: 60rem;
  overflow-y: scroll;
}
.spotMapListWrap::-webkit-scrollbar {
  display: none;
}
.simplebar-track{
  right: 0.5rem!important;
  top: 1rem!important;
  bottom: 1rem!important;
}
.spotMapList{
  
}
.spotMapList_item{
  width: 100%;
  height: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efefef;
  padding: 4rem 0;
  cursor: pointer;
}
.spotMapList_item:hover{
  opacity: 0.7;
  transition: 0.5s ease;
}

.spotMapList_itemInner{
  width: 70%;
  margin: 0 auto;
}
.spotMapList_item .spotMapList_itemInner_cat{
  background-image: url(../../src/img/spot_ico01_orange.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 3.5rem 4.6rem;
  position: relative;
  height: 8rem;
  line-height: 1;
  margin-bottom: 3rem;
  white-space: nowrap;
  transition: 0.5s ease;
}
.spotMapList_item.clicked .spotMapList_itemInner_cat {
  animation-name:mapClickAnim01;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes mapClickAnim01{
  0% {
    background-position: 0 1rem;
  }
  33% {
    background-position: 0 0;
  }
  66% {
    background-position: 0 1rem;
  }
  100% {
    background-position: 0 0;
  }
}
.spotMapList_item .spotMapList_itemInner_cat:before{
  content: "Spot Category";
  position: absolute;
  left: 5rem;
  top: 0;
  font-size: 5rem;
}
.spotMapList_item .spotMapList_itemInner_cat:after{
  content: "施設カテゴリー";
  position: absolute;
  left: 5rem;
  bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
}
.spotMapList_itemInner_img{
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
.spotMapList_itemInner_imgWrap {
  width: 67%;
  height: 20.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.spotMapList_itemInner_imgWrap img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.5s ease;
}
.spotMapList_item.clicked .spotMapList_itemInner_imgWrap img{
  animation-name:mapClickAnim02;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes mapClickAnim02{
  0% {
    height: 100%;
    width: 100%;
  }
  50% {
    height: 120%;
    width: 120%;
  }
  100% {
    height: 100%;
    width: 100%;
  }
}
.spotMapList_itemInner_imgNavi{
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  border: 1px solid #aaa;
  background: #fff;
  position: absolute;
  right: 6rem;
  top: -3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
}
.spotMapList_itemInner_imgNavi p{
  text-align: center;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 600;
  padding-top: 0.3rem;
}
.spotMapList_itemInner_imgNavi p span{
  font-size: 1.7rem;
}
.spotMapList_itemInner_info{

}
.spotMapList_itemInner_infoTtl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  margin-bottom:1rem;
}
.spotMapList_itemInner_infoTtl_num{
  width: 2.3rem;
  height: 3.1rem;
  background-image: url(../../src/img/spot_ico02_orange.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  color: #fff;
  letter-spacing: 0.03em;
  padding-top: 0.5rem;
}
.spotMapList_itemInner_infoTtl_txt{
  width: 92%;
  font-size: 1.7rem;
}
.spotMapList_itemInner_infoList{
  border-top: 1px solid #CCCCCC;
}
.spotMapList_itemInner_infoListLi{
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #CCCCCC;
}
.spotMapList_itemInner_infoListLi_ttl{
  width: 20%;
  font-weight: 600;
}
.spotMapList_itemInner_infoListLi_txt{
  width: 80%;
}

/* Leisure Spot */
.spotMapList_item.leisure{
  background: #FFF4E9;
}
.spotMapList_item.leisure .spotMapList_itemInner_cat{
  background-image: url(../../src/img/spot_ico01_orange.png);
  color: #F27800;
}
.spotMapList_item.leisure .spotMapList_itemInner_cat:before{
  content: "Leisure Spot";
}
.spotMapList_item.leisure .spotMapList_itemInner_cat:after{
  content: "遊べる施設";
}
.spotMapList_item.leisure .spotMapList_itemInner_imgNavi{
  border-color: #F27800;
  color: #F27800;
}
.spotMapList_item.leisure .spotMapList_itemInner_infoTtl_num{
  background-image: url(../../src/img/spot_ico02_orange.png);
}
.spotMapList_item.leisure .spotMapList_itemInner_infoTtl_txt{
  color: #F27800;
}
.infoWindowBox.leisure{
  border-color: #F27800;
  color: #F27800;
}

/* Shopping Spot */
.spotMapList_item.shopping{
  background: #F0F7FF;
}
.spotMapList_item.shopping .spotMapList_itemInner_cat{
  background-image: url(../../src/img/spot_ico01_blue.png);
  color: #1A62C3;
}
.spotMapList_item.shopping .spotMapList_itemInner_cat:before{
  content: "Shopping Spot";
}
.spotMapList_item.shopping .spotMapList_itemInner_cat:after{
  content: "買い物ができる施設";
}
.spotMapList_item.shopping .spotMapList_itemInner_imgNavi{
  border-color: #1A62C3;
  color: #1A62C3;
}
.spotMapList_item.shopping .spotMapList_itemInner_infoTtl_num{
  background-image: url(../../src/img/spot_ico02_blue.png);
}
.spotMapList_item.shopping .spotMapList_itemInner_infoTtl_txt{
  color: #1A62C3;
}
.infoWindowBox.shopping{
  border-color: #1A62C3;
  color: #1A62C3;
}

/* Food Spot */
.spotMapList_item.food{
  background: #FFF5FC;
}
.spotMapList_item.food .spotMapList_itemInner_cat{
  background-image: url(../../src/img/spot_ico01_ppl.png);
  color: #DD37A3;
}
.spotMapList_item.food .spotMapList_itemInner_cat:before{
  content: "Food Spot";
}
.spotMapList_item.food .spotMapList_itemInner_cat:after{
  content: "飲食ができる施設";
}
.spotMapList_item.food .spotMapList_itemInner_imgNavi{
  border-color: #DD37A3;
  color: #DD37A3;
}
.spotMapList_item.food .spotMapList_itemInner_infoTtl_num{
  background-image: url(../../src/img/spot_ico02_ppl.png);
}
.spotMapList_item.food .spotMapList_itemInner_infoTtl_txt{
  color: #DD37A3;
}
.infoWindowBox.food{
  border-color: #DD37A3;
  color: #DD37A3;
}

/* Event Spot */
.spotMapList_item.event{
  background: #F5FFF5;
}
.spotMapList_item.event .spotMapList_itemInner_cat{
  background-image: url(../../src/img/spot_ico01_green.png);
  color: #1AA815;
}
.spotMapList_item.event .spotMapList_itemInner_cat:before{
  content: "Event Spot";
}
.spotMapList_item.event .spotMapList_itemInner_cat:after{
  content: "おでかけにオススメな施設";
}
.spotMapList_item.event .spotMapList_itemInner_imgNavi{
  border-color: #1AA815;
  color: #1AA815;
}
.spotMapList_item.event .spotMapList_itemInner_infoTtl_num{
  background-image: url(../../src/img/spot_ico02_green.png);
}
.spotMapList_item.event .spotMapList_itemInner_infoTtl_txt{
  color: #1AA815;
}
.infoWindowBox.event{
  border-color: #1AA815;
  color: #1AA815;
}

/* CURRENT */
.infoWindowBox.s_current{
  border-color: #980820;
  color: #fff;
  background: #980820!important;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.companySec06InnerList_item h4{
  width: 38%;
}
.companySec06InnerList_item h4.list_loca{
  align-items: center;
}
.companySec06InnerList_item h4.list_loca .ttl_R{
  font-size: 1rem;
  padding-top: 3px;
}
.shopD_info {
  width: 90%;
  margin: 0 auto 9rem;
}
.shopD_infoR_list::after {
    content: "";
    display:block;
    width:31%;
}
.shopD_infoR_list::before { 
    content: ""; 
    display:block; 
    width:31%;
    order: 1;
}
.shopD_infoR_list li{
  width: 31%;
  margin-bottom: 1rem;
}
.spotMap_ttl {
  width: 90%;
  margin: 0 auto 2rem;
  font-size: 2rem;
}
.spotMapInner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}
.spotMapBox{
  width: 100%;
  height: 40rem;
}
.spotMapBoxCanvas{
  width: 100%;
  padding-top: 40rem;
}
.spotMapListWrap {
  width: 100%;
  height: 60rem;
  overflow-y: unset;
  overflow-x: scroll;
}
.spotMapList {
  display: flex;
}
.spotMapList_item {
  width: 50vw;
  height: 54rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efefef;
  padding: 4rem 0;
  cursor: pointer;
  min-width: 50vw;
}
.spotMapList_itemInner {
  width: 85%;
  margin: 0 auto;
}
.spotMapList_item .spotMapList_itemInner_cat {
  height: 7rem;
}
.spotMapList_item .spotMapList_itemInner_cat:before {
  font-size: 4rem;
}
.spotMapList_itemInner_imgWrap {
  width: 86%;
  height: 18.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.spotMapList_itemInner_imgNavi {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  border: 1px solid #aaa;
  background: #fff;
  position: absolute;
  right: -1rem;
  top: -3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSubShop {
  padding-top: 12rem;
}
.mainVSubShop .punkuz{
  width: 95%;
}
.shopD_main{
  width: 100%;
  margin: 0 auto 3rem;
}
.shopD_main div {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 0px;
  margin-bottom: 1rem;
}
.shopD_main div img {
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.5s ease;
}
.shopD_info{
  width: 90%;
  margin: 0 auto 9rem;
}
.shopD_infoInner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.shopD_infoL{
  width: 100%;
  margin-bottom: 0rem;
}
.shopD_infoL_ttl{
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  margin-bottom: 3rem;
}
.shopD_infoL_listBox{

}
.shopD_infoL_listBox_ttl{
  font-size: 2rem;
  margin-bottom: 0rem;
}
.shopD_infoL_list{
  border-top: none;
}
.shopD_infoL_listItem{
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: none;
  flex-direction: column;
}
.shopD_infoL_listItem_ttl{
  width: 100%;
  font-weight: 600;
  border-bottom: 1px solid #CCCCCC;
}
.shopD_infoL_listItem_txt{
  width: 100%;
}
.shopD_infoR{
  width: 100%;
}
.shopD_infoR_list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.shopD_infoR_list::after {
    content: "";
    display:block;
    width:31%;
}
.shopD_infoR_list::before { 
    content: ""; 
    display:block; 
    width:31%;
    order: 1;
}
.shopD_infoR_list li{
  width: 31%;
  margin-bottom: 1rem;
}
.spotMap{
  
}
.spotMap_ttl{
  width: 90%;
  margin: 0 auto 2rem;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 600;
}
.spotMapInner{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}
.spotMapBox{
  width: 100%;
  height: 30rem;
}
.spotMapBoxCanvas{
  width: 100%;
  padding-top: 30rem;
}
.spotMapBox iframe{
  width: 100%;
  height: 30rem;
}
.spotMapBoxCanvas_pin_num{
  width: 2.3rem;
  height: 3.1rem;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  color: #fff;
  letter-spacing: 0.03em;
  padding-top: 0.6rem;
}
.gm-style .gm-style-iw-c{
  padding: 0!important;
  top: 0.4rem!important;
  background: none!important;
  border-radius: 0!important;
  box-shadow: none!important;
  overflow: unset!important;
}
.gm-style .gm-style-iw-d{
  padding: 0!important;
  overflow: unset!important;
}
.gm-style .gm-style-iw-tc{
  display: none!important;
}
.gm-ui-hover-effect {
  opacity: 1!important;
  border-radius: 50%;
  background: #fff!important;
  top: -2rem!important;
  right: -2rem!important;
}
.infoWindowBox{
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  padding: 0.6rem 2rem;
  border: 2px solid #aaa;
  background: #fff;
  border-radius: 100px;
}
.spotMapListWrap{
  width: 100%;
  height: 60rem;
  overflow-y: unset;
  overflow-x: scroll;
}
.spotMapListWrap::-webkit-scrollbar {
  display: none;
}
.simplebar-track{
  right: 0.5rem!important;
  top: 1rem!important;
  bottom: 1rem!important;
}
.spotMapList{
  display: flex;
}
.spotMapList_item{
  width: 100%;
  height: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efefef;
  padding: 4rem 0;
  cursor: pointer;
  min-width: 100vw;
}
.spotMapList_item:hover{
  opacity: 0.7;
  transition: 0.5s ease;
}

.spotMapList_itemInner{
  width: 90%;
  margin: 0 auto;
}
.spotMapList_item .spotMapList_itemInner_cat{
  background-image: url(../../src/img/spot_ico01_orange.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 3.5rem 4.6rem;
  position: relative;
  height: 7rem;
  line-height: 1;
  margin-bottom: 2rem;
  white-space: nowrap;
  transition: 0.5s ease;
}
.spotMapList_item.clicked .spotMapList_itemInner_cat {
  animation-name:mapClickAnim01;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes mapClickAnim01{
  0% {
    background-position: 0 1rem;
  }
  33% {
    background-position: 0 0;
  }
  66% {
    background-position: 0 1rem;
  }
  100% {
    background-position: 0 0;
  }
}
.spotMapList_item .spotMapList_itemInner_cat:before{
  content: "Spot Category";
  position: absolute;
  left: 5rem;
  top: 0;
  font-size: 4rem;
  letter-spacing: 0;
}
.spotMapList_item .spotMapList_itemInner_cat:after{
  content: "施設カテゴリー";
  position: absolute;
  left: 5rem;
  bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0;
}
.spotMapList_itemInner_img{
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
.spotMapList_itemInner_imgWrap {
  width: 100%;
  height: 20.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.spotMapList_itemInner_imgWrap img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.5s ease;
}
.spotMapList_item.clicked .spotMapList_itemInner_imgWrap img{
  animation-name:mapClickAnim02;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes mapClickAnim02{
  0% {
    height: 100%;
    width: 100%;
  }
  50% {
    height: 120%;
    width: 120%;
  }
  100% {
    height: 100%;
    width: 100%;
  }
}
.spotMapList_itemInner_imgNavi{
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 1px solid #aaa;
  background: #fff;
  position: absolute;
  right: -1rem;
  top: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
}
.spotMapList_itemInner_imgNavi p{
  text-align: center;
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: 600;
  padding-top: 0.3rem;
}
.spotMapList_itemInner_imgNavi p span{
  font-size: 1.7rem;
}
.spotMapList_itemInner_info{

}
.spotMapList_itemInner_infoTtl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  margin-bottom:1rem;
}
.spotMapList_itemInner_infoTtl_num{
  width: 2.3rem;
  height: 3.1rem;
  background-image: url(../../src/img/spot_ico02_orange.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  color: #fff;
  letter-spacing: 0.03em;
  padding-top: 0.5rem;
}
.spotMapList_itemInner_infoTtl_txt{
  width: 92%;
  font-size: 1.7rem;
}
.spotMapList_itemInner_infoList{
  border-top: 1px solid #CCCCCC;
}
.spotMapList_itemInner_infoListLi{
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #CCCCCC;
}
.spotMapList_itemInner_infoListLi_ttl{
  width: 16%;
  font-weight: 600;
}
.spotMapList_itemInner_infoListLi_txt{
  width: 84%;
}

/* Leisure Spot */
.spotMapList_item.leisure{
  background: #FFF4E9;
}
.spotMapList_item.leisure .spotMapList_itemInner_cat{
  background-image: url(../../src/img/spot_ico01_orange.png);
  color: #F27800;
}
.spotMapList_item.leisure .spotMapList_itemInner_cat:before{
  content: "Leisure Spot";
}
.spotMapList_item.leisure .spotMapList_itemInner_cat:after{
  content: "遊べる施設";
}
.spotMapList_item.leisure .spotMapList_itemInner_imgNavi{
  border-color: #F27800;
  color: #F27800;
}
.spotMapList_item.leisure .spotMapList_itemInner_infoTtl_num{
  background-image: url(../../src/img/spot_ico02_orange.png);
}
.spotMapList_item.leisure .spotMapList_itemInner_infoTtl_txt{
  color: #F27800;
}
.infoWindowBox.leisure{
  border-color: #F27800;
  color: #F27800;
}

/* Shopping Spot */
.spotMapList_item.shopping{
  background: #F0F7FF;
}
.spotMapList_item.shopping .spotMapList_itemInner_cat{
  background-image: url(../../src/img/spot_ico01_blue.png);
  color: #1A62C3;
}
.spotMapList_item.shopping .spotMapList_itemInner_cat:before{
  content: "Shopping Spot";
}
.spotMapList_item.shopping .spotMapList_itemInner_cat:after{
  content: "買い物ができる施設";
}
.spotMapList_item.shopping .spotMapList_itemInner_imgNavi{
  border-color: #1A62C3;
  color: #1A62C3;
}
.spotMapList_item.shopping .spotMapList_itemInner_infoTtl_num{
  background-image: url(../../src/img/spot_ico02_blue.png);
}
.spotMapList_item.shopping .spotMapList_itemInner_infoTtl_txt{
  color: #1A62C3;
}
.infoWindowBox.shopping{
  border-color: #1A62C3;
  color: #1A62C3;
}

/* Food Spot */
.spotMapList_item.food{
  background: #FFF5FC;
}
.spotMapList_item.food .spotMapList_itemInner_cat{
  background-image: url(../../src/img/spot_ico01_ppl.png);
  color: #DD37A3;
}
.spotMapList_item.food .spotMapList_itemInner_cat:before{
  content: "Food Spot";
}
.spotMapList_item.food .spotMapList_itemInner_cat:after{
  content: "飲食ができる施設";
}
.spotMapList_item.food .spotMapList_itemInner_imgNavi{
  border-color: #DD37A3;
  color: #DD37A3;
}
.spotMapList_item.food .spotMapList_itemInner_infoTtl_num{
  background-image: url(../../src/img/spot_ico02_ppl.png);
}
.spotMapList_item.food .spotMapList_itemInner_infoTtl_txt{
  color: #DD37A3;
}
.infoWindowBox.food{
  border-color: #DD37A3;
  color: #DD37A3;
}

/* Event Spot */
.spotMapList_item.event{
  background: #F5FFF5;
}
.spotMapList_item.event .spotMapList_itemInner_cat{
  background-image: url(../../src/img/spot_ico01_green.png);
  color: #1AA815;
}
.spotMapList_item.event .spotMapList_itemInner_cat:before{
  content: "Event Spot";
}
.spotMapList_item.event .spotMapList_itemInner_cat:after{
  content: "おでかけにオススメな施設";
}
.spotMapList_item.event .spotMapList_itemInner_imgNavi{
  border-color: #1AA815;
  color: #1AA815;
}
.spotMapList_item.event .spotMapList_itemInner_infoTtl_num{
  background-image: url(../../src/img/spot_ico02_green.png);
}
.spotMapList_item.event .spotMapList_itemInner_infoTtl_txt{
  color: #1AA815;
}
.infoWindowBox.event{
  border-color: #1AA815;
  color: #1AA815;
}

/* CURRENT */
.infoWindowBox.s_current{
  border-color: #980820;
  color: #fff;
  background: #980820!important;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
}
/*-----------------------------------------------------------

COMPANY

-------------------------------------------------------------*/
.companyNav{
  width: 13%;
  position: fixed;
  /*display: none;*/
  left: 8rem;
  top: 16rem;
  transition: 0.2s;
}
.companyNav.is-hidden {
  visibility: hidden;
  opacity: 0;
  top: 2rem;
}
.companyNav li{
  margin-bottom: 2rem;
  font-size: 1.9rem;
  color: #959595;
}
.companyNav li.current{
  color: #980820;
  position: relative;
}
@media only screen and (min-width: 899px) {
.mainContentCompany{
  position: relative;
}
.mainContentCompany:before{
  content: "";
  width: 100%;
  height: 35rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.mainContentCompany .mainVSub{
  position: relative;
  z-index: 2;
}
.companyNav{
  opacity: 0;
}
body.transform .companyNav{
  opacity: 1;
}
}
.companyBox{
  padding-left: 22%;
}
.companySec01{
  margin: 0 0 12rem;
  padding-top: 10rem;
}
.companySec01_main{
  margin-bottom: 3rem;
}
.companySec01_cont{
  background: url(../../src/img/company_sec01_logo.png) 85% 70% no-repeat;
  background-size: 51rem 30rem;
  margin-bottom: 7rem;
}
.companySec01_contTtl{
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.companySec01_btm{
  width: 85%;
}
.companySec02{
  margin: 0 0 12rem;
  padding-top: 10rem;
}
.companySec02_top{
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
.companySec02_topL{
  width: 50%;
}
.cmnTtl01Box--companySec02{
  margin-bottom: 3rem;
}
.cmnTtl01Box--companySec02 .cmnTtl01_en{
  font-size: 5rem;
}
.companySec02_topL_ttl{
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 3rem;
  line-height: 1.6;
}
.companySec02_topL_box{
  font-size: 2rem;
}
.companySec02_topL_boxTxt01{
  line-height: 1;
}
.companySec02_topL_boxTxt02{

}
.companySec02_topR{
  width: 45%;
}
.companySec02_btm{

}
.companySec02_btmTtl{
  font-size: 1.7rem;
  margin-bottom: 2rem;
}
.companySec02_btmTxt{

}
.companySec03{
  margin: 0 0 12rem;
  padding-top: 10rem;
}
.cmnTtl01Box--companySec03{
  margin-bottom: 3rem;
}
.cmnTtl01Box--companySec03 .cmnTtl01_en{
  font-size: 5rem;
}
.companySec03_main{
  margin-bottom: 4rem;
}
.companySec03_btm{

}
.companySec03_btmTtl {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.companySec03_btmTxt{

}
.companySec04{
  margin: 0 0 12rem;
  padding-top: 10rem;
}
.cmnTtl01Box--companySec04{
  margin-bottom: 3rem;
}
.cmnTtl01Box--companySec04 .cmnTtl01_en{
  font-size: 5rem;
}
.companySec04_main{
  margin-bottom: 4rem;
}
.companySec04_btm{
  width: 85%;
}
.companySec04_btmTtl {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 6rem;
  line-height: 1.6;
}
.companySec04_btmList{

}
.companySec04_btmList_item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
}
.companySec04_btmList_item + .companySec04_btmList_item{
  flex-direction: row-reverse;
}
.companySec04_btmList_itemL{
  width: 45%;
}
.companySec04_btmList_itemR{
  width: 50%;
}
.companySec04_btmList_itemR_ttl{
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.companySec04_btmList_itemR_txt{

}
.companySec05{
  margin: 0 0 12rem;
  padding-top: 10rem;
}
.companySec05_top{
  background: #980820;
  padding: 9rem 0rem 5rem;
}
.companySec05_topInner{
  width: 80%;
  margin: 0 auto;
}
.cmnTtl01Box--companySec05{

}
.cmnTtl01Box--companySec05 .cmnTtl01_en{
  color: #fff;
  font-size: 5rem;
}
.cmnTtl01Box--companySec05 .cmnTtl01_jp{
  color: #fff;
}
.companySec05_topBox{
  color: #fff;
}
.companySec05_topBox_ttl{
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.companySec05_topBox_txt{

}
.companySec05List{
 
}
.companySec05List_item{
  padding: 0 0 0rem;
  margin-bottom: -0.2rem;
}
.companySec05List_item01{
  background: url(../../src/img/company_sec05_bg01_on.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.companySec05List_item02{
  background: url(../../src/img/company_sec05_bg02_on.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.companySec05List_item03{
  background: url(../../src/img/company_sec05_bg03_on.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.companySec05List_item01.on{
  background: url(../../src/img/company_sec05_bg01_off.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.companySec05List_item02.on{
  background: url(../../src/img/company_sec05_bg02_off.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.companySec05List_item03.on{
  background: url(../../src/img/company_sec05_bg03_off.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.companySec05List_itemTtlBox{
  height: 14rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.companySec05List_itemTtl{
  position: relative;
  width: 80%;
  font-size: 2rem;
  color: #fff;
  transition: 0.5s ease;
}
.companySec05List_itemTtl:after{
  content: "";
  background: url(../../src/img/ac_on.png) right center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 2rem;
  top: 1rem;
  z-index: 1;
  width: 2.4rem;
  height: 2.4rem;
  transform: rotate(270deg);
  transition: 0.5s ease;
}
.companySec05List_itemTtlBox.on .companySec05List_itemTtl:after{
  background: url(../../src/img/ac_off.png) right center no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
}
.companySec05List_itemCont{
  display: none;
  width: 80%;
  margin: 0 auto;
}
.companySec05List_itemContList{
  padding-bottom: 4rem;
}
.companySec05List_itemContList li{
  margin-bottom: 4rem;
}
.companySec05List_itemContList li h4{
  font-size: 1.7rem;
  color: #fff;
}
.companySec05List_itemContList li div{
  font-size: 1.4rem;
  color: #fff;
}
.companySec06{
  margin: 0 0 12rem;
  padding-top: 10rem;
}
.cmnTtl01Box--companySec06{
  margin-bottom: 3rem;
}
.cmnTtl01Box--companySec06 .cmnTtl01_en{
  font-size: 5rem;
}
.companySec06Inner{
  width: 80%;
  margin: 0 auto;
}
.companySec06InnerList{
  border-top: 1px solid #DEDEDE;
}
.companySec06InnerList_item{
  padding: 2rem 0;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.companySec06InnerList_item h4{
  font-size: 1.4rem;
  font-weight: 600;
  width: 35%;
}
.companySec06InnerList_item h4.list_loca{
  display: flex;
}
.companySec06InnerList_item h4.list_loca .ttl_L{
  width: 6rem;
}
.companySec06InnerList_item h4.list_loca .ttl_R{
  color: #333;
}
.companySec06InnerList_item div{
  width: 75%;
  line-height: 2.2;
}
.companySec06InnerList_item div a{
  color: #980820;
  border-bottom: 1px solid #980820;
  display: inline-block;
}
.companySec07{
  margin: 0 0 18rem;
  padding-top: 10rem;
}
.cmnTtl01Box--companySec07{
  margin-bottom: 3rem;
}
.cmnTtl01Box--companySec07 .cmnTtl01_en{
  font-size: 5rem;
}
.companySec07Inner{
  width: 80%;
  margin: 0 auto;
}
.companySec07InnerList{
 
}
.companySec07InnerList_item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.companySec07InnerList_item h4{
  font-size: 1.4rem;
  font-weight: 600;
  width: 15%;
}
.companySec07InnerList_item div{
  width: 85%;
  line-height: 2.2;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainContentCompany{
  position: relative;
}
.mainContentCompany:before{
  content: "";
  width: 100%;
  height: 35rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.mainContentCompany .mainVSub{
  position: relative;
  z-index: 2;
}
.companyNav{
  opacity: 0;
}
body.transform .companyNav{
  opacity: 1;
}
.companyNav {
  width: 16%;
  position: fixed;
  /* display: none; */
  left: 3rem;
  top: 16rem;
  transition: 0.2s;
}
.companyBox {
  padding-left: 18%;
}
.companySec01_contTxt{
  letter-spacing: 0.03em;
}
.companySec02_top {
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
.companySec02_topL_ttl br{
  display: none!important;
}
.companySec02_btmTxt{
  letter-spacing: 0.03em;
  padding-right: 4rem;
}
.companySec04_btm {
  width: 95%;
}
.companySec04_btmList_itemR_txt br{
  display: none!important;
}
.companySec05List_item01{
  background: url(../../src/img/company_sec05_bg01_on.png) center center no-repeat;
  background-size: cover;
}
.companySec05List_item02{
  background: url(../../src/img/company_sec05_bg02_on.png) center center no-repeat;
  background-size: cover;
}
.companySec05List_item03{
  background: url(../../src/img/company_sec05_bg03_on.png) center center no-repeat;
  background-size: cover;
}
.companySec05List_item01.on{
  background: url(../../src/img/company_sec05_bg01_off.png) center center no-repeat;
  background-size: cover;
}
.companySec05List_item02.on{
  background: url(../../src/img/company_sec05_bg02_off.png) center center no-repeat;
  background-size: cover;
}
.companySec05List_item03.on{
  background: url(../../src/img/company_sec05_bg03_off.png) center center no-repeat;
  background-size: cover;
}
.companySec06Inner {
  width: 100%;
  margin: 0 auto;
  padding-right: 5%;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.companyNavSP{
  width: 90%;
  margin: 0 auto;
}
.companyNavSP li{
  margin-bottom: 2.4rem;
  font-size: 1.9rem;
  color: #980820;
}
.companyNavSP li a {
  display: block;
  border-bottom: 1px solid #980820;
  padding-bottom: 1rem;
  background: url(../../src/img/business_anch_arrow.png) 96% center no-repeat;
  background-size: 1.3rem 0.7rem;
  line-height: 1;
}
.companyBox{
  padding-left: 0%;
}
.companySec01{
  margin: 0 0 3rem;
  padding-top: 6rem;
}
.companySec01_main{
  margin-bottom: 3rem;
}
.companySec01_cont{
  background: url(../../src/img/sp/company_sec01_logo@2x.png) center center no-repeat;
  background-size: 35rem 20rem;
  margin-bottom: 7rem;
  width: 90%;
  margin: 0 auto 4rem;
}
.companySec01_contTtl{
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.companySec01_btm{
  width: 100%;
}
.companySec01Slide li{
  padding: 0 0.5rem;
}
.companySec02{
  margin: 0 0 3rem;
  padding-top: 6rem;
}
.companySec02_top{
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
  flex-direction: column;
  margin: 0 auto 4rem;
}
.companySec02_topL{
  width: 100%;

}
.cmnTtl01Box--companySec02{
  margin-bottom: 3rem;
}
.cmnTtl01Box--companySec02 .cmnTtl01_en{
  font-size: 5rem;
}
.companySec02_topL_ttl{
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.companySec02_topL_box{
  font-size: 2rem;
}
.companySec02_topL_boxTxt01{
  line-height: 1;
}
.companySec02_topL_boxTxt02{

}
.companySec02_topR{
  width: 100%;
  margin-bottom: 2rem;
}
.companySec02_btm{
  width: 90%;
  margin: 0 auto;
}
.companySec02_btmTtl{
  font-size: 1.7rem;
  margin-bottom: 2rem;
  letter-spacing: 0;
}
.companySec02_btmTxt{

}
.companySec03{
  margin: 0 0 3rem;
  padding-top: 6rem;
}
.cmnTtl01Box--companySec03{
  margin-bottom: 3rem;
  width: 90%;
  margin: 0 auto 3rem;
}
.cmnTtl01Box--companySec03 .cmnTtl01_en{
  font-size: 5rem;
}
.companySec03_main{
  margin-bottom: 4rem;
}
.companySec03_btm{
  width: 90%;
  margin: 0 auto;
}
.companySec03_btmTtl {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.companySec03_btmTxt{

}
.companySec04{
  margin: 0 0 3rem;
  padding-top: 6rem;
}
.cmnTtl01Box--companySec04{
  margin-bottom: 3rem;
  width: 90%;
  margin: 0 auto 3rem;
}
.cmnTtl01Box--companySec04 .cmnTtl01_en{
  font-size: 5rem;
}
.companySec04_main{
  margin-bottom: 4rem;
}
.companySec04_btm{
  width: 90%;
  margin: 0 auto;
}
.companySec04_btmTtl {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 4rem;
  line-height: 1.4;
}
.companySec04_btmList{

}
.companySec04_btmList_item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
  flex-direction: column;
}
.companySec04_btmList_item + .companySec04_btmList_item{
  flex-direction: column;
}
.companySec04_btmList_itemL{
  width: 100%;
  margin-bottom: 2rem;
}
.companySec04_btmList_itemR{
  width: 100%;
}
.companySec04_btmList_itemR_ttl{
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.companySec04_btmList_itemR_txt{

}
.companySec05{
  margin: 0 0 3rem;
  padding-top: 6rem;
}
.companySec05_top{
  background: #980820;
  padding: 6rem 0rem 5rem;
}
.companySec05_topInner{
  width: 90%;
  margin: 0 auto;
}
.cmnTtl01Box--companySec05{

}
.cmnTtl01Box--companySec05 .cmnTtl01_en{
  color: #fff;
  font-size: 5rem;
}
.cmnTtl01Box--companySec05 .cmnTtl01_jp{
  color: #fff;
}
.companySec05_topBox{
  color: #fff;
}
.companySec05_topBox_ttl{
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.companySec05_topBox_txt{

}
.companySec05List{
 
}
.companySec05List_item{
  padding: 0 0 0rem;
  margin-bottom: -0.2rem;
}
.companySec05List_item01{
  background: url(../../src/img/sp/company_sec05_bg01_on@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.companySec05List_item02{
  background: url(../../src/img/sp/company_sec05_bg02_on@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.companySec05List_item03{
  background: url(../../src/img/sp/company_sec05_bg03_on@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.companySec05List_item01.on{
  background: url(../../src/img/sp/company_sec05_bg01_off@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.companySec05List_item02.on{
  background: url(../../src/img/sp/company_sec05_bg02_off@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.companySec05List_item03.on{
  background: url(../../src/img/sp/company_sec05_bg03_off@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.companySec05List_itemTtlBox{
  height: 14rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.companySec05List_itemTtl{
  position: relative;
  width: 90%;
  font-size: 2rem;
  color: #fff;
  transition: 0.5s ease;
  line-height: 1.4;
}
.companySec05List_itemTtl:after{
  content: "";
  background: url(../../src/img/ac_on.png) right center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 1;
  width: 2.4rem;
  height: 2.4rem;
  transform: rotate(270deg);
  transition: 0.5s ease;
}
.companySec05List_itemTtlBox.on .companySec05List_itemTtl:after{
  background: url(../../src/img/ac_off.png) right center no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
}
.companySec05List_itemCont{
  display: none;
  width: 90%;
  margin: 0 auto;
}
.companySec05List_itemContList{
  padding-bottom: 4rem;
}
.companySec05List_itemContList li{
  margin-bottom: 4rem;
}
.companySec05List_itemContList li h4{
  font-size: 1.7rem;
  color: #fff;
}
.companySec05List_itemContList li div{
  font-size: 1.4rem;
  color: #fff;
}
.companySec06{
  margin: 0 0 3rem;
  padding-top: 6rem;
}
.cmnTtl01Box--companySec06{
  margin-bottom: 1rem;
}
.cmnTtl01Box--companySec06 .cmnTtl01_en{
  font-size: 5rem;
}
.companySec06Inner{
  width: 90%;
  margin: 0 auto;
}
.companySec06InnerList{
  border-top: none;
}
.companySec06InnerList_item{
  padding: 2rem 0;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.companySec06InnerList_item.pb{
  padding: 2rem 0 0.5rem;
}
.companySec06InnerList_item h4{
  font-size: 1.4rem;
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.companySec06InnerList_item h4.list_loca{
  flex-wrap: wrap;
  align-items: normal;
}
.companySec06InnerList_item h4.list_loca .ttl_L{
  width: 100%;
}
.companySec06InnerList_item h4.list_loca .ttl_R{
  font-size: 1.2rem;
  color: #666;
}
.companySec06InnerList_item div{
  width: 100%;
  line-height: 2.2;
}
.companySec06InnerList_item div a{
  color: #980820;
  border-bottom: 1px solid #980820;
  display: inline-block;
}
.companySec07{
  margin: 0 0 3rem;
  padding-top: 6rem;
}
.cmnTtl01Box--companySec07{
  margin-bottom: 3rem;
}
.cmnTtl01Box--companySec07 .cmnTtl01_en{
  font-size: 5rem;
}
.companySec07Inner{
  width: 90%;
  margin: 0 auto;
}
.companySec07InnerList{
 
}
.companySec07InnerList_item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  flex-direction: column;
}
.companySec07InnerList_item h4{
  font-size: 1.4rem;
  font-weight: 600;
  width: 100%;
}
.companySec07InnerList_item div{
  width: 100%;
  line-height: 2.2;
}
}
/*-----------------------------------------------------------

CSR

-------------------------------------------------------------*/
.csrBox{
  margin: 10rem 0 10rem;
  position: relative;
  height: 750vh;
}
.csrBox * {
  z-index: 999;
}
.csrBoxScroll{
  height: 750vh;
  position: relative;
  overflow: hidden;
  /*display: flex;
  align-items: center;*/
  position: relative;
}
.csrBoxScrollCont{
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;

  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.csrBoxScrollContInner{
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
/*  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;*/
}
.csrBoxScrollCont_img {
  width: 40%;
  height: 58.8rem;
  /*height: 70vh;*/
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.csrBoxScrollCont_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.5s ease;
  opacity: 0;
  border-radius: 10px;
}
.csrBoxScrollCont.active .csrBoxScrollCont_img img{
  left: 0;
  opacity: 1;
}
.csrBoxScrollCont_doc{
  width: 55%;
  display: flex;
  align-items: center;
}

.csrBoxScrollCont_docInner{
  width: 100%;
  opacity: 0;
}
.csrBoxScrollCont.active .csrBoxScrollCont_docInner{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
.csrBoxScrollCont_docInner_ttl{
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.csrBoxScrollCont_docInner_txt.linkBox{
  background: #efefef;
  padding: 25px 20px;
  margin-top: 20px;
}
.csrBoxScrollCont_docInner_txt.linkBox a{
  color: #980820;
}
.csrBoxCurrentBox {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.csrBoxCurrent{
  position: absolute;
  width: 100%;
/*  height: 10vh;*/
  top: 80vh;
  left: 46%;
  display: flex;
  align-items: flex-end;
}
.csrBoxCurrent_item{
  font-size: 3rem;
  color: #959595;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  line-height: 1;
  margin-right: 3rem;
  transition: 0.5s ease;
}
.csrBoxCurrent_item.active{
  border-bottom: 1px solid #980820;
  color: #980820;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.csrBoxScrollContInner {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.csrBoxScrollCont_img {
  width: 40%;
  /* height: 58.8rem; */
  height: 45vh;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.csrBoxCurrent {
  position: absolute;
  width: 100%;
  /* height: 10vh; */
  top: 76vh;
  left: 46%;
  display: flex;
  align-items: flex-end;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.csrBox{
  margin: 4rem 0 0rem;
  position: relative;
  height: auto;
}
.csrBoxScroll{
  height: auto;
  position: relative;
  overflow: hidden;
  /*display: flex;
  align-items: center;*/
  position: relative;
}
.csrBoxScrollCont{
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: auto;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  margin-bottom: 5rem;
}
.csrBoxScrollContInner{
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
/*  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;*/
  flex-direction: column;
}
.csrBoxScrollCont_img {
  width: 100%;
  /*height: 58.8rem;*/
  height: 25rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 0px;
  margin-bottom: 2rem;
}
.csrBoxScrollCont_img.tate {
  height: 58.8rem;
}
.csrBoxScrollCont_img.ps {
  height: 18rem;
}
.csrBoxScrollCont_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.5s ease;
  opacity: 1;
}
.csrBoxScrollCont.active .csrBoxScrollCont_img img{
  left: 0;
  opacity: 1;
}
.csrBoxScrollCont_doc{
  width: 90%;
  display: flex;
  align-items: center;
}

.csrBoxScrollCont_docInner{
  width: 100%;
  opacity: 1;
}
.csrBoxScrollCont.active .csrBoxScrollCont_docInner{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
.csrBoxScrollCont_docInner_ttl{
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.csrBoxScrollCont_docInner_txt{

}
.csrBoxCurrentBox {
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 0;
}
.csrBoxCurrent{
  position: absolute;
  width: 100%;
/*  height: 10vh;*/
  top: 80vh;
  left: 46%;
  display: flex;
  align-items: flex-end;
  display: none;
}
.csrBoxCurrent_item{
  font-size: 3rem;
  color: #959595;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  line-height: 1;
  margin-right: 3rem;
  transition: 0.5s ease;
}
.csrBoxCurrent_item.active{
  border-bottom: 1px solid #980820;
  color: #980820;
}
}
/*-----------------------------------------------------------

PROPERTY

-------------------------------------------------------------*/
/*.propertyArea{
  height: 100rem;
  position: relative;
  margin: 8rem 0 0rem;
}
.propertyAreaInner{
  width: 70%;
  margin: 0 auto;
  padding-top: 2rem;
  position: relative;
  z-index: 1;
}
.cmnTtl01Box--propertyArea{
  margin-bottom: 6rem;
}
.cmnTtl01Box--propertyArea .cmnTtl01_en{
  font-size: 5rem;
}
.propertyAreaInnerBox{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.propertyAreaInnerBox_item{
  margin-bottom:2rem;
  position: relative;
  cursor: pointer;
  padding-bottom: 2rem;
}
.propertyAreaInnerBox_item:before{
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  opacity: 0;
  transition: 0.5s ease;
}
.propertyAreaInnerBox_item.is-selected:before{
  opacity: 1;
  width: 100%;
  height: 1px;
  background: #980820;
}
.propertyAreaInnerBox_item:after{
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 100%;
  opacity: 0;
  transition: 0.5s ease;
  transform-origin: 0 0;
  height: 1px;
  background: #980820;
}
.propertyAreaInnerBox_item.is-selected:after{
  opacity: 1;
}
.propertyAreaInnerBox_item:nth-child(1):after{
  transform: rotate(54deg);
  width: 34rem;
}
.propertyAreaInnerBox_item:nth-child(2):after{
  transform: rotate(62deg);
  width: 25rem;
}
.propertyAreaInnerBox_item:nth-child(3):after{
  transform: rotate(9deg);
  width: 32rem;
}
.propertyAreaInnerBox_itemTtl{
  font-size: 2rem;
  font-weight: 600;
  color: #959595;
  transition: 0.5s ease;
}
.propertyAreaInnerBox_item.is-selected .propertyAreaInnerBox_itemTtl{
  color: #980720;
}
.propertyAreaInnerBox_itemList{
  display: flex;
  align-items: center;
  color: #959595;
  transition: 0.5s ease;
}
.propertyAreaInnerBox_item.is-selected .propertyAreaInnerBox_itemList{
  color: #000000;
}
.propertyAreaInnerBox_itemList li{
  margin-right: 3rem;
  font-size: 1.4rem;
}
.propertyAreaMapPin{
  position: absolute;
  top: 0;
  left: 0;
  height: 100rem;
  z-index: 1;
}
.propertyAreaMapPin_item{
  position: absolute;
  width: 4rem;
  height: 5.5rem;
  cursor: pointer;
  transition: 0.5s ease;
  margin-bottom: 0rem;
}
.propertyAreaMapPin_item.is-selected{
  opacity: 1;
  width: 5rem;
  height: 6.5rem;
  animation-name:areaSelectAnim;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
  margin-bottom: 1rem;
}
@keyframes areaSelectAnim{
  0% {
    margin-bottom: 1rem;
  }
  33% {
    margin-bottom: 0rem;
  }
  66% {
    margin-bottom: 1rem;
  }
  100% {
    margin-bottom: 0rem;
  }
}
.propertyAreaMapPin_item:nth-child(1){
  left: 46rem;
  bottom: 42rem;
}
.propertyAreaMapPin_item:nth-child(2){
  left:38rem;
  bottom: 37rem;
}
.propertyAreaMapPin_item:nth-child(3) {
  left: 59rem;
  bottom: 44rem;
}
.propertyAreaMapPin_item:before {
  content: "";
  width: 12rem;
  height: 12rem;
  background: url(../../src/img/property_map_ico_shdw.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -3.8rem;
  bottom: -5.5rem;
  opacity: 0;
  transition: 0.5s ease;
}
.propertyAreaMapPin_item.is-selected:before{
  opacity: 1;
}
.propertyAreaMapPin_item div{
  position: relative;
  z-index: 1;
}
.propertyAreaMap{
  position: absolute;
  left: 0rem;
  right: -12rem;
  top: 0;
  width: 101rem;
  margin: auto;
}*/


.propertyMap{
  position: relative;
  margin: 8rem 0 8rem;
  height: 64rem;
}
.propertyMapInner{
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.cmnTtl01Box--propertyMap{
  margin-bottom: 4rem;
}
.cmnTtl01Box--propertyMap .cmnTtl01_en{
  font-size: 5rem;
}
.propertyMapInnerBox{

}
.propertyMapInnerBoxList{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 55%;
  margin-bottom: 1rem;
}
.propertyMapInnerBoxList li{
  font-size: 2rem;
  color: #980720;
  margin-right: 3rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.propertyMapInnerBox_note{
  font-size: 1.4rem;
  color: #980720;
  border-top: 1px solid #CCCCCC;
  padding-top: 2rem;
  width: 46%;
}
.propertyMapInner_img{
  position: absolute;
  padding-left: 30rem;
  top: 0rem;
}

.propertyRequir{
  margin-bottom: 12rem;
}
.propertyRequirInner{
  width: 70%;
  margin: 0 auto;
}
.cmnTtl01Box--propertyRequir{
  margin-bottom: 6rem;
}
.cmnTtl01Box--propertyRequir .cmnTtl01_en{
  font-size: 5rem;
}
.propertyRequirList{

}
.propertyRequirList_item{
  margin-bottom: 4rem;
}
.propertyRequirList_item h3{
  font-size: 1.4rem;
  font-weight: 600;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #CCCCCC;
}
.propertyRequirList_item p{

}
.propertyContact{
  width: 80%;
  margin: 0 auto 14rem;
  background: #980820;
  border-radius: 10px;
  padding: 3rem 0;
}
.propertyContact_ttl{
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2rem;
}
.propertyContactList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.propertyContactList_item{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
}
.propertyContactList_item:nth-child(1){
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAAXNSR0IArs4c6QAAABJJREFUGFdj+P///38GNIBFDADbTAf5H1yuDAAAAABJRU5ErkJggg==) right 0 repeat-y;
}
.propertyContactList_item_ttl{
  color: #fff;
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}
.propertyContactList_itemLink{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  color: #fff;
}
.propertyContactList_itemLink_telBox{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.propertyContactList_itemLink_telBox_txt01{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.4rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  letter-spacing: 0.08em;
}
.propertyContactList_itemLink_telBox_txt01 img{
  width: 2.2rem;
  margin-right: 1rem;
}
.propertyContactList_itemLink_telBox_txt02{
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.propertyContactList_itemLink_mail{
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 2rem 5rem;
}
.propertyContactList_itemLink_mailTxt{
  font-size: 2rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.propertyMap {
  position: relative;
  margin: 8rem 0 8rem;
  height: 50rem;
}
.propertyMapInner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.propertyMapInnerBoxList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 70%;
  margin-bottom: 2rem;
}
.propertyRequirInner {
  width: 90%;
  margin: 0 auto;
}
.propertyContact {
  width: 95%;
  margin: 0 auto 14rem;
  background: #980820;
  border-radius: 10px;
  padding: 3rem 0;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.propertyMap{
  position: relative;
  margin: 4rem 0 6rem;
  height: auto;
}
.propertyMapInner{
  width: 90%;
  margin: 0 auto;
  position: relative;
  height: 48rem;
}
.cmnTtl01Box--propertyMap{
  margin-bottom: 4rem;
}
.cmnTtl01Box--propertyMap .cmnTtl01_en{
  font-size: 5rem;
}
.propertyMapInnerBox{

}
.propertyMapInnerBoxList{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 70%;
  margin-bottom: 0rem;
}
.propertyMapInnerBoxList li{
  font-size: 1.7rem;
  color: #980720;
  margin-right: 3rem;
  margin-bottom: 0.4rem;
  font-weight: 600;
}
.propertyMapInnerBox_note {
  font-size: 1.4rem;
  color: #980720;
  border-top: 1px solid #CCCCCC;
  padding-top: 1rem;
  width: 53%;
  margin-top: 1rem;
}
.propertyMapInner_img{
  position: absolute;
  padding-left: 0rem;
  top: unset;
  bottom: 0;
}

.propertyRequir{
  margin-bottom: 12rem;
}
.propertyRequirInner{
  width: 90%;
  margin: 0 auto;
}
.cmnTtl01Box--propertyRequir{
  margin-bottom: 6rem;
}
.cmnTtl01Box--propertyRequir .cmnTtl01_en{
  font-size: 5rem;
  letter-spacing: 0.05em;
}
.propertyRequirList{

}
.propertyRequirList_item{
  margin-bottom: 4rem;
}
.propertyRequirList_item h3{
  font-size: 1.4rem;
  font-weight: 600;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #CCCCCC;
}
.propertyRequirList_item p{

}
.propertyContact{
  width: 90%;
  margin: 0 auto 6rem;
  background: #980820;
  border-radius: 10px;
  padding: 3rem 0;
}
.propertyContact_ttl{
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0rem;
  line-height: 1.6;
}
.propertyContactList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
.propertyContactList_item{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
}
.propertyContactList_item:nth-child(1){
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAABCAYAAADn9T9+AAAAAXNSR0IArs4c6QAAABZJREFUGFdj/P///39GRkZGBiSATQwA5DIIAmayTlYAAAAASUVORK5CYII=) 0 bottom repeat-x;
}
.propertyContactList_item_ttl{
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.propertyContactList_itemLink{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  color: #fff;
}
.propertyContactList_itemLink_telBox{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.propertyContactList_itemLink_telBox_txt01{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.4rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  letter-spacing: 0.08em;
}
.propertyContactList_itemLink_telBox_txt01 img{
  width: 2.2rem;
  margin-right: 1rem;
}
.propertyContactList_itemLink_telBox_txt02{
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.propertyContactList_itemLink_mail{
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 2rem 0rem;
  text-align: center;
  width: 100%;
}
.propertyContactList_itemLink_mailTxt{
  font-size: 2rem;
}
}
/*-----------------------------------------------------------

NEWS

-------------------------------------------------------------*/
.mainVSubBtmNoLead{

}
.mainVSubBtmNoLead .punkuz{
  width: 100%;
}
.newsBox{
  width: 70%;
  margin: 8rem auto 18rem;
}
.newsBox .topNewsRList{
  margin-bottom: 6rem;
}
.newsBox .topNewsRList_item a time{
  width: 15%;
}
.newsBox .topNewsRList_item a p{
  width: 85%;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a{
  color: #980820;
}
.wp-pagenavi a:hover{
  opacity: 0.5;
}

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

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

.previouspostslink{
  display: flex;
  padding-left: 2rem;
  margin-right: 1rem;
  position: relative;
  align-items: center;
}
.previouspostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #980820;
  border-right: 1px solid #980820;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.nextpostslink{
  display: flex;
  padding-right: 2rem;
  margin-left: 1rem;
  position: relative;
  align-items: center;
}
.nextpostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #980820;
  border-right: 1px solid #980820;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .page{
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  color: #B2B2B2;
  width: 3rem;
  height: auto;
  font-size: 2rem;
  padding-top: 0.2rem;
}
.wp-pagenavi .current{
  color: #980820;
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  width: 3rem;
  height: auto;
  font-size: 2rem;
  padding-top: 0.2rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsBox{
  width: 90%;
  margin: 8rem auto 18rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSubBtmNoLead{

}
.mainVSubBtmNoLead .punkuz{
  width: 100%;
}
.newsBox{
  width: 90%;
  margin: 4rem auto 5rem;
}
.newsBox .topNewsRList{
  margin-bottom: 6rem;
}
.newsBox .topNewsRList_item{
  padding: 1.6rem 0;
}
.newsBox .topNewsRList_item a time{
  width: 100%;
}
.newsBox .topNewsRList_item a p{
  width: 100%;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a{
  color: #980820;
}
.wp-pagenavi a:hover{
  opacity: 0.5;
}

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

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

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

NEWS DETAIL

-------------------------------------------------------------*/
.mainVSub_simple{
  padding-top: 11rem;
}
.newsDBox{
  width: 70%;
  margin: 6rem auto 10rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.newsDBoxCont{
  width: 63%;
}
.newsDBoxCont_top{
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.newsDBoxCont_topTime{

}
.newsDBoxCont_topTtl{
  font-size: 2rem;
  font-weight: 500;
}
.newsDBoxCont_body{
  margin-bottom: 8rem;
}
.newsDBoxSide{
  width: 27%;
}
.newsDBoxSide_ttl{
  ont-size: 1.4rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAAXNSR0IArs4c6QAAABBJREFUGFdjZEACZ86c+Q8ACE0DZUzGL0oAAAAASUVORK5CYII=) 0 bottom repeat-x;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.newsDBoxSide .topNewsRList{
  border-top: none;
}
.newsDBoxSide .topNewsRList .topNewsRList_item{
  border-bottom: none;
  padding: 0;
  margin-bottom: 3rem;
}
.newsDBoxSide .topNewsRList .topNewsRList_item a{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.newsDBoxSide .topNewsRList .topNewsRList_item a *{
  width: 100%;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainVSubBtmNoLead .punkuz {
  width: 90%;
}
.newsDBox{
  width: 90%;
  margin: 6rem auto 10rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSub_simple{
  padding-top: 11rem;
}
.newsDBox{
  width: 90%;
  margin: 6rem auto 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.newsDBoxCont{
  width: 100%;
  margin-bottom: 6rem;
}
.newsDBoxCont_top{
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.newsDBoxCont_topTime{

}

.newsDBoxCont_topTtl{
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
}
.newsDBoxCont_body{
  margin-bottom: 4rem;
}
.newsDBoxSide{
  width: 100%;
}
.newsDBoxSide_ttl{
  ont-size: 1.4rem;
  background: none;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.newsDBoxSide .topNewsRList{
  border-top: none;
}
.newsDBoxSide .topNewsRList .topNewsRList_item{
  border-bottom: none;
  padding: 0;
  margin-bottom: 3rem;
}
.newsDBoxSide .topNewsRList .topNewsRList_item a{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.newsDBoxSide .topNewsRList .topNewsRList_item a *{
  width: 100%;
}
}
/*-----------------------------------------------------------

CONTACT

-------------------------------------------------------------*/
.contactBox{
  width: 50%;
  margin: 8rem auto 16rem;
}
.contactBox_top{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
}
.contactBox_topTxt01{
  font-weight: 700;
  font-size: 1.4rem;
}
.contactBox_topTxt02{
  font-size: 1.2rem;
  color: #292929;
}
.formSec{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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

.formSecList_itemInputRadio{

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

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

.formSecList_itemInputRadio{

}
.formSecList_itemInputRadio .wpcf7-radio{
  display: flex;
}
.formSecList_itemInputRadio .wpcf7-radio label{
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.formSecList_itemInputRadio input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border:1px solid #707070;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative;
}
.formSecList_itemInputRadio input[type=radio]:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0;
  transition: 0.3s ease;
}
.formSecList_itemInputRadio input[type=radio]:checked:after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background: #980820;
    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: 100%;
  justify-content: space-between;
}
.formSecList_itemBirthYear{
  width: 43%;
  position: relative;
  padding-right: 0rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthYear span{
  width: 100%;
  margin-right: 0.4rem;
}
.formSecList_itemBirthYear input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.formSecList_itemBirthYear:after{
  content: "年";
  margin-left: 0.4rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirthMonth{
  width: 28%;
  position: relative;
  padding-right: 0rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthMonth span{
  width: 100%;
  margin-right: 0.4rem;
}
.formSecList_itemBirthMonth:after{
  content: "月";
  margin-left: 0.4rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirthDay{
  width: 28%;
  padding-right: 0rem;
  margin-right: 0rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthDay span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthDay:after{
  content: "日";
  margin-left: 0.4rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirth select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 93% center no-repeat;
  background-size: 1.6rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem;
}
.formSecList_itemBirth p{
  width: 100%;
}
.formSecList_itemTextArea textarea {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  height: 34rem;
  font-size: 1.4rem;
}
.formSecList_itemCheck{
  margin: 2rem 0 6rem;
  text-align: left;
}
.formSecList_itemCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.formSecList_itemCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.formSecList_itemCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.formSecList_itemAddCol01{
  width: 35%;
}
.formSecList_itemAddCol01 .formSecList_itemTtl{
  white-space: nowrap;
}
.formSecList_itemAddCol02{
  width: 60%;
}
.formSecList_itemInput input.addFormBtn{
  background: #EAF0EC;
  border: 1px solid #EAF0EC;
  color: #980820;
  cursor: pointer;
}
.formSecList_itemCheck a{
  color: #000;
  border-bottom: 1px solid #980820;
  font-weight: 500;
}
.sendBtn {
  position: relative;
  width: 32rem;
  margin: 0 auto;
  overflow: hidden;
}
.sendBtn .button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #fff;
  background-size: 1rem 1.6rem;
  border: 1px solid #980820;
  text-align: center;
  height: 6.5rem;
  color: #980820;
  position: relative;
  border-radius: 100px;
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}
.sendBtn .button:hover{
  opacity: 0.6;
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
::placeholder {
  color: #CBCBCB;
}
.formSecList_itemCheck .wpcf7-list-item{
  margin: 0;
}
.codedropz-upload-handler{
  border: 1px solid #707070!important;
  border-radius: 0!important;
}
.formSecList_itemInputFileTxt01{
  margin-bottom: 1rem;
}
.formSecList_itemInputFileTxt02{
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0;
}
}
/*-----------------------------------------------------------

CONTACT CONFIRM

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

}
.contactBoxConfirm .formSecList{
  margin-bottom: 5rem;
}
.contactBoxConfirm .formSecList_itemTtl.hissu{
  padding-left: 0;
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_itemTtl.hissu:after{
  display: none;
}
.contactBoxConfirm .formSecList_item{
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_item .formSecList_itemTtl{
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
}
.contactBoxConfirm .formSecList_item .formSecList_itemInput{
  width: 100%;
}
.contactBoxConfirm .buttonBack{
  background: #EAEAEA;
  margin-top: 2rem;
  color: #8D8D8D;
  border: 2px solid #EAEAEA;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

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

}
.contactBoxConfirm .contactBox_top{
  margin-bottom: 2rem;
}
.contactBoxConfirm .formSecList{
  margin-bottom: 5rem;
}
.contactBoxConfirm .formSecList_itemTtl.hissu{
  padding-left: 0;
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_itemTtl.hissu:after{
  display: none;
}
.contactBoxConfirm .formSecList_item{
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_item .formSecList_itemTtl{
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
  font-weight: 600;
}
.contactBoxConfirm .formSecList_item .formSecList_itemInput{
  width: 100%;
}
.contactBoxConfirm .buttonBack{
  background: #EAEAEA;
  margin-top: 2rem;
  color: #8D8D8D;
  border: 2px solid #EAEAEA;
}
}
/*-----------------------------------------------------------

THANKS

-------------------------------------------------------------*/
.thanksBoxInnerWrap{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53rem;
}
.thanksBoxInner{

}
.thanksBoxInner_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #716046;
  line-height: 1;
  margin-bottom: 3rem;
}
.thanksBoxInner_ttl_en{
  font-size: 7.2rem;
  margin-bottom: 2rem;
  letter-spacing: 0.15em;
}
.thanksBoxInner_ttl_jp{
  font-size: 2rem;
  font-weight: 600;
}
.thanksBoxInner_txt{
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.thanksBoxInnerWrap{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50rem;
}
.thanksBoxInner{

}
.thanksBoxInner_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #716046;
  line-height: 1;
  margin-bottom: 3rem;
}
.thanksBoxInner_ttl_en{
  font-size: 5.5rem;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.thanksBoxInner_ttl_jp{
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
.thanksBoxInner_txt{
  text-align: center;
  margin-bottom: 4rem;
}
}
/*-----------------------------------------------------------

SITEMAP

-------------------------------------------------------------*/
.sitemapBox{
  width: 70%;
  margin: 8rem auto 10rem;
}
.sitemapBox_topWrap{
  width: 100%;
  margin-bottom: 6rem;
}
.sitemapBox_top{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sitemapBox_topList{

}
.sitemapBox_topList li{
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  line-height: 1;
}
.sitemapBox_topList li.parent{
  font-size: 2rem;
  margin-bottom: 2.2rem;
  color: #980720;
  display: flex;
  align-items: center;
}
.sitemapBox_topList li.parent img{
  width: 1.3rem;
  margin-left: 0.6rem;
}
.sitemapBox_btmWrap{
  background: #F9F4F4;
  padding: 5rem 0;
}
.sitemapBox_btmShopTtl{
  font-size: 1.7rem;
  font-weight: 500;
  width: 87%;
  margin: 0 auto 1rem;
}
.sitemapBox_btmShop{
  width: 87%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;

}
.sitemapBox_btmShopBox{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.sitemapBox_btmShopBox_sub{
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.sitemapBox_btmShopBox_list{

}
.sitemapBox_btmShopBox_list li{
  margin-bottom: 1.5rem;
  line-height: 1;
}
.sitemapBox_btmShopBox_list li a{

}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.sitemapBox{
  width: 90%;
  margin: 8rem auto 10rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.sitemapBox{
  width: 90%;
  margin: 2rem auto 3rem;
}
.sitemapBox_topWrap{
  width: 100%;
  margin-bottom: 0rem;
}
.sitemapBox_top{
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
.sitemapBox_topList{
  width: 100%;
  margin-bottom: 2rem;
}
.sitemapBox_topListNoMb{
  margin-bottom: 0;
}
.sitemapBox_topList li{
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1;
}
.sitemapBox_topList li.parent{
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #980720;
  display: flex;
  align-items: center;
}
.sitemapBox_topList li.parent img{
  width: 1.3rem;
  margin-left: 0.6rem;
}
.sitemapBox_btmWrap{
  background: #F9F4F4;
  padding: 3rem 0 2rem;
}
.sitemapBox_btmShopTtl{
  font-size: 1.7rem;
  font-weight: 500;
  width: 87%;
  margin: 0 auto 1rem;
}
.sitemapBox_btmShop{
  width: 87%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.sitemapBox_btmShopBox{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.sitemapBox_btmShopBox_sub{
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.sitemapBox_btmShopBox_sub.acTgl{
  background: url(../../src/img/sp/bs_ac_on@2x.png) 100% center no-repeat;
  background-size: 1.5rem 1.5rem;
}
.sitemapBox_btmShopBox_sub.acTgl.on{
  background: url(../../src/img/sp/bs_ac_off@2x.png) 100% center no-repeat;
  background-size: 1.5rem 1.5rem;
}
.sitemapBox_btmShopBox_list{
  margin-bottom: 2rem;
  display: none;
}
.sitemapBox_btmShopBox_list li{
  margin-bottom: 2rem;
  line-height: 1;
}
.sitemapBox_btmShopBox_list li a{
  border-bottom: 1px solid #707070;
}
}
/*-----------------------------------------------------------

POLICY

-------------------------------------------------------------*/
.mainVSubTtl_en--policy{

}
.policyBox{
  width: 70%;
  margin: 8rem auto 10rem;
}
.ggLink{
  color: #980820;
  font-weight: 600;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.policyBox{
  width: 90%;
  margin: 8rem auto 10rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSubTtl_en--policy{
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.policyBox{
  width: 90%;
  margin: 3rem auto 3rem;
}
.ggLink{
  color: #980820;
  font-weight: 600;
}
}
/*-----------------------------------------------------------

XXXXXX

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

XXXXXX

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

XXXXXX

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

XXXXXX

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

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: 0.2s;
}
@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);
  }
}


.mainV_ttlTopInner_Cursive{
  opacity: 0;
}
.mainV_ttlTopInner_Cursive.on{
  animation-name:main_en_animSvg;
  animation-duration:4s;
  animation-fill-mode:forwards;
  animation-delay: 0.6s;
  /*animation-iteration-count:infinite;*/
}
@keyframes main_en_animSvg{
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*.mainV_ttlTopInner_Cursive.on svg .mtc_anm {
  stroke-dasharray: 520px;
  stroke: #980820;
  stroke-width: 13px;
  animation-name:svgAnime;
  animation-duration:6s;
  animation-fill-mode:ease-in-out;
  animation-delay: 0.6s;
  animation-iteration-count:infinite;
}
@keyframes svgAnime {
    0% {
      stroke-dashoffset: 520px;
      stroke-dasharray: 320px;
    }
    30% {
      stroke-dashoffset: 0px;
    }
    55% {
      stroke-dashoffset: 0px;
      stroke-dasharray: 520px;
    }
    100% {
      stroke-dashoffset: -520px;
    }
}*/

/*
.mainV_ttlTopInner_CursiveSvg svg .svg-elem-1 {
  stroke-dashoffset: 521.625px;
  stroke-dasharray: 521.625px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
          transition: stroke-dashoffset 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

.mainV_ttlTopInner_CursiveSvg.on svg .svg-elem-1 {
  stroke-dashoffset: 0;
}

.mainV_ttlTopInner_CursiveSvg svg .svg-elem-2 {
  stroke-dashoffset: 554.8056640625px;
  stroke-dasharray: 554.8056640625px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
          transition: stroke-dashoffset 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.mainV_ttlTopInner_CursiveSvg.on svg .svg-elem-2 {
  stroke-dashoffset: 0;
}

.mainV_ttlTopInner_CursiveSvg svg .svg-elem-3 {
  stroke-dashoffset: 163.568603515625px;
  stroke-dasharray: 163.568603515625px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6000000000000001s;
}

.mainV_ttlTopInner_CursiveSvg.on svg .svg-elem-3 {
  stroke-dashoffset: 0;
}

.mainV_ttlTopInner_CursiveSvg svg .svg-elem-4 {
  stroke-dashoffset: 296.2783508300781px;
  stroke-dasharray: 296.2783508300781px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

.mainV_ttlTopInner_CursiveSvg.on svg .svg-elem-4 {
  stroke-dashoffset: 0;
}

.mainV_ttlTopInner_CursiveSvg svg .svg-elem-5 {
  stroke-dashoffset: 247.63970947265625px;
  stroke-dasharray: 247.63970947265625px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.mainV_ttlTopInner_CursiveSvg.on svg .svg-elem-5 {
  stroke-dashoffset: 0;
}

.mainV_ttlTopInner_CursiveSvg svg .svg-elem-6 {
  stroke-dashoffset: 245.22039794921875px;
  stroke-dasharray: 245.22039794921875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
          transition: stroke-dashoffset 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}

.mainV_ttlTopInner_CursiveSvg.on svg .svg-elem-6 {
  stroke-dashoffset: 0;
}

.mainV_ttlTopInner_CursiveSvg svg .svg-elem-7 {
  stroke-dashoffset: 445.238525390625px;
  stroke-dasharray: 445.238525390625px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4000000000000001s;
}

.mainV_ttlTopInner_CursiveSvg.on svg .svg-elem-7 {
  stroke-dashoffset: 0;
}*/

/***************************************************
 * Generated by SVG Artista on 12/25/2023, 6:13:14 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

.mainV_ttlTopInner_CursiveSvg svg .svg-elem-1 {
  stroke-dashoffset: 1322.34423828125px;
  stroke-dasharray: 1322.34423828125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.mainV_ttlTopInner_CursiveSvg.on svg .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(152, 8, 32);
}

.mainV_ttlTopInner_CursiveSvg svg .svg-elem-2 {
  stroke-dashoffset: 579.14990234375px;
  stroke-dasharray: 579.14990234375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.mainV_ttlTopInner_CursiveSvg.on svg .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(152, 8, 32);
}

.mainV_ttlTopInner_CursiveSvg svg .svg-elem-3 {
  stroke-dashoffset: 618.3008422851562px;
  stroke-dasharray: 618.3008422851562px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6000000000000001s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
          transition: stroke-dashoffset 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6000000000000001s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

.mainV_ttlTopInner_CursiveSvg.on svg .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(152, 8, 32);
}


/*.mainV_ttlTopInner_en span{
  opacity: 0;
  transform: translateY(4rem);
}
.mainV_ttlTopInner_en span.on{
  animation-name:main_en_anim01;
  animation-duration:6s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes main_en_anim01{
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(22rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}*/

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

.mainV_ttlBtm span{
  opacity: 0;
  transform: translateY(4rem);
}
.mainV_ttlBtm span.on{
  animation-name:main_en_anim02;
  animation-duration:6s;
  animation-fill-mode:forwards;
  animation-delay: 0.1s;
  /*animation-iteration-count:infinite;*/
}
@keyframes main_en_anim02{
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(22rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.mainArrow div{
  width: 2rem;
  margin-top: -2rem;
  opacity: 0;
  animation-name:mainArrowAnim;
  animation-duration:3s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
  animation-iteration-count:infinite;
}
@keyframes mainArrowAnim {
  0% {
    margin-top: -2rem;
    opacity: 0
  }

  20% {
    margin-top: 0;
    opacity: 1
  }

  70% {
    margin-top: 0;
    opacity: 1
  }

  to {
    margin-top: 2rem;
    opacity: 0
  }
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainArrow div{
  width: 1.2rem;
  margin-top: -3rem;
  opacity: 0;
  animation-name:mainArrowAnim;
  animation-duration:3s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
  animation-iteration-count:infinite;
  height: 3.6rem;
}
@keyframes mainArrowAnim {
  0% {
    margin-top: -3rem;
    opacity: 0
  }

  20% {
    margin-top: 0;
    opacity: 1
  }

  70% {
    margin-top: 0;
    opacity: 1
  }

  to {
    margin-top: 2rem;
    opacity: 0
  }
}
}

