@charset "UTF-8";

:root {
  --corelexColor: #0068B7;
  --basicColor: #666;
  --lightGray: #F7F7F7;
}

html{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: var(--basicColor);
  line-height: 1.86;
  line-break: strict;
  font-feature-settings: "palt";
}
h1,h2,h3,h4,h5{
  font-weight: inherit;
}

a[href*="tel:"]{
  cursor: default;
}

sub{
  display: inline-block;
  padding: 0 .03em;
  transform: translateY(-.26em);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  html{
    font-size: 3.73vw;
  }
}
@media print, screen and (min-width: 768px) {
  html{
    font-size: 16px;
  }
  a[href*="tel:"]{
    pointer-events: none;
  }
}



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


 layout


-----------------------------------------------------------------------*/
#wrap{
  position: relative;
  overflow: hidden;
}
.container,
.b-header .inner{
  width: 86.667vw;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #wrap{
    padding-top: 65px;
  }
  .pc{ display: none; }
}
@media print, screen and (min-width: 768px) {
  #wrap{
    padding-top: 98px;
  }
  .sp{ display: none; }
}


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


 GlovalNavigation


-----------------------------------------------------------------------*/
.b-header{
  width: 100%;
  line-height: 1;
  font-weight: 500;
  background: rgba(255,255,255,.9);
  position: fixed;
  top: 0;
  z-index: 1000;
  transition: .5s all;
  opacity: 1;
}
.b-header.hide{
  opacity: 0;
  pointer-events: none;
}
.b-header .inner{
  display: flex;
  max-width: 86.666%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.b-header .b-hdLogo{
  margin: 0;
}
.b-header .b-hdLogo a{
  display: block;
}
.b-navMegaChilds{
  display: none;
}
@media screen and (max-width: 767px) {
  .b-header{
    display: flex;
    justify-content: space-between;
    height: 65px;
    border-top: 5px solid var(--corelexColor);
    border-bottom: 0;
  }
  .b-header .b-hdLogo{
    width: 27.2vw;
    max-width: 102px;
  }
  .b-gnavWrap{
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    background: #fff;
    border-top: 5px solid var(--corelexColor);
    padding: 0 calc( (100% - 87.66%)/2);
    height: calc( 100vh - 65px);
    overflow-y: scroll;
  }
  .b-gnavWrap li{
    display: block;
    width: 100%;
    line-height: 1;
  }
  .b-header .b-navParent .e-icon,
  .b-gnavWrap a::after{
    display: block;
    margin-right: 2vw;
  }
  .b-header .b-navParent,
  .b-gnavWrap a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .b-header .b-navParent,
  .b-header .b-navMegaChilds .e-listTtl,
  .b-header .b-navMegaChilds li,
  .b-header .b-subNav li {
    border-bottom: 1px solid var(--basicColor);
  }
  .b-gnavWrap a::after{
    content: "";
    width: 5vw;
    height: 5vw;
    background: url(../images/icon-hd-lnk.png) center center / contain no-repeat;
  }
  .b-gnavWrap li.e-onlineshop.m-youtube{
    margin-bottom: .5em;
  }
  .b-gnavWrap li.e-onlineshop a::after{
    background: url(../images/icon-hd-blank.png) center center / contain no-repeat;
  }
  .b-header .b-navOne .b-banners{
    display: none;
  }
  .b-header .b-navParent,
  .b-header .b-subNav li,
  .b-footer dt{
    font-size: 4.267vw;
    padding: 1em 0;
  }
  .b-header .b-navParent.m-hasCld > a{
    pointer-events: none;
  }
  .b-header .b-navParent > a::after{
    display: none;
  }
  .b-header .b-navParent .e-en{
    display: none;
  }
  .b-header .b-navParent .e-icon,
  .b-footer dt .e-icon{
    width: 1em;
    height: 1em;
    position: relative;
  }
  .b-header .b-navParent .e-icon::before,
  .b-header .b-navParent .e-icon::after,
  .b-footer dt .e-icon::before,
  .b-footer dt .e-icon::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: var(--basicColor);
    position: absolute;
    top: 50%;
    transform-origin: center center;
    transform: translateY(-50%) rotate(0);
    opacity: 1;
    transition: .3s all;
  }
  .b-footer dt{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .b-footer dt .e-icon::before,
  .b-footer dt .e-icon::after{
    background: #ccc;
  }
  .b-header .b-navParent:not(.open) .e-icon::before,
  .b-footer dt:not(.open) .e-icon::before{
    transform: translateY(-50%) rotate(-90deg);
    opacity: 1;
  }
  .b-header .b-navMegaChilds .inner{
    max-width: 94%;
    margin-right: 0;
  }
  .b-header .b-navMegaChilds .inner .e-close{
    display: none;
  }
  .b-header .b-navMegaChilds .b-lstWrap{
    width: 100%;
  }
  .b-header .b-navMegaChilds .e-navCategory{
    display: none;
  }
  .b-header .b-navMegaChilds a{
    font-size: 3.733vw;
    padding: .7em 0;
  }
  .b-header .b-navMegaChilds li:nth-last-of-type(1){
    border-bottom: 0 none;
    margin-bottom: 2vw;
  }
  .b-header .b-navMegaChilds li.m-anchor {
    display: none;
  }
  
  .b-header .b-subNav{
    padding-bottom: 30px;
  }
  .b-gnavWrap li.e-banner{
    padding: 0;
    border: 0 none;
    margin-top: 1em;
  }
  .b-gnavWrap li.e-banner a::after{
    display: none;
  }
  #MENU{
    width: 34px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  #MENU span{
    display: block;
    width: 100%;
    height: 2px;
    background: var(--corelexColor);
    position: absolute;
    transform-origin: center center;
    transition: .3s all;;
  }
  #MENU span:nth-child(1){
    
  }
  #MENU span:nth-child(2){
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
  }
  #MENU span:nth-child(3){
    bottom: 0;
  }
  #MENU.open span:nth-child(1){
    transform: rotate(29deg) scale(1.1,1) translateY(-50%);
    top: 50%;
  }
  #MENU.open span:nth-child(2){
    transform: translateY(-50%) scale(0,0);
  }
  #MENU.open span:nth-child(3){
    transform: rotate(-29deg) scale(1.1,1) translateY(50%);
    bottom: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  .b-header{
    border-top: 8px solid var(--corelexColor);
    font-size: 16px;
  }
  .b-header .inner{
    width: 95%;
    max-width: 93%;
    height: 90px;
  }
  .b-header .b-hdLogo{
    width: 140px;
    min-width: 140px;
  }
  .b-header .b-gnavWrap{
    display: flex;
    margin-left: auto;
  }
  .b-header .b-gnavWrap,
  .b-header .b-gnav,
  .b-header .b-gnavWrap .b-navOne,
  .b-header .b-gnavWrap .b-navParent{
    height: 100%;
  }
  .b-header .b-gnavWrap .b-navParent{
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
  .b-header .b-gnavWrap .b-navParent::after{
    content: "";
    display: block;
    width: 100%;
    background: transparent linear-gradient(0deg, #019898 0%, #0068B7 100%) 0% 0% no-repeat padding-box;position: absolute;
    height: 3px;
    position: absolute;
    top: calc( 50% + 1em);
    transition: .3s all;
    transform-origin: left;
    transform: scale(0,1);
  }
  .b-header .b-gnavWrap .b-navOne:hover .b-navParent{
    color: var(--corelexColor);
  }
  .b-header .b-gnavWrap .b-navOne:hover .b-navParent::after{
    transform: scale(1,1)
  }
  .b-header .b-gnavWrap .b-navOne+.b-navOne .b-navParent{
    margin-left: 1em;
  }
  .b-header .b-gnav{
    margin-right: 15px;
  }
  .b-header .b-subNav{
    display: flex;
    flex-direction: column-reverse;
    width: 160px;
    margin: 0;
    align-self: flex-start;
    position: relative;
  }
  .b-header .b-subNav li:not(.e-banner){
    display: block;
    text-align: center;
  }
  .b-header .e-onlineshop{
    position: absolute;
    top: 0;
  }
  .b-header .e-onlineshop.m-youtube{
    right: 0;
  }
  .b-header .e-onlineshop:not(.m-youtube){
    right: 200px;
  }
  .b-header .e-onlineshop a,
  .b-header .e-contact a{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .b-header .e-onlineshop a{
    width: 190px;
    height: 30px;
    margin-top: -8px;
    border-radius: 0 0 5px 5px;
    background: var(--corelexColor);
    color: #fff;
    font-size: 14px;
  }
  .b-header .e-onlineshop a::after,
  .b-header .e-contact a::before{
    content: "";
    display: block;
  }
  .b-header .e-onlineshop a::after{
    width: 12px;
    height: 12px;
    background: url(../images/icon-blank-wh.png) center center / contain no-repeat;
    margin-left: 5px;
  }
  .b-header .e-contact{
    margin-top: 35px;
  }
  .b-header .e-contact a:hover{
    color: var(--corelexColor);
  }
  .b-header .e-contact a::before{
    width: 20px;
    height: 20px;
    background: url(../images/icon-contact.png) center center / contain no-repeat;
    margin-right: 7px;
    transform: translateY(1px);
  }
  .b-header .b-navParent .e-en,
  .b-header .e-banner,
  #MENU{
    display: none;
  }
  /**/
  .b-header .b-navMegaChilds{
    width: 100%;
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 100;
    background: rgba(209,209,209,.9);
  }
  .b-header .b-navMegaChilds .inner{
    display: flex;
    align-items: flex-start;
    background: #fff;
    max-width: 1200px;
    min-height: 390px;
    border-radius: 10px 10px 0 10px;
    margin: 30px auto 70px;
    padding: 30px 30px 30px 42px;
    position: relative;
  }
  .b-header .b-navMegaChilds .inner .e-close{
    display: flex;
    align-items: center;
    background: var(--corelexColor);
    border-radius: 0 0 5px 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0 ,95%);
    line-height: 1;
    padding: .7em 2.5em .8em 3em;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    z-index: -1;
  }
  .b-header .b-navMegaChilds .inner .e-close span{
    display: block;
    width: 16px;
    height: 16px;
    margin-left: .3em;
    position: relative;
  }
  .b-header .b-navMegaChilds .inner .e-close span::before,
  .b-header .b-navMegaChilds .inner .e-close span::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform-origin: center center;
  }
  .b-header .b-navMegaChilds .inner .e-close span::before{
    transform: translateY(-1px) rotate(-45deg)
  }
  .b-header .b-navMegaChilds .inner .e-close span::after{
    transform: translateY(-1px) rotate(45deg)
  }
  .b-navMegaChilds .e-navCategory{
    min-width: 190px;
    height: 100%;
    margin-left: 0;
    margin-right: 40px;
    padding-right: 40px;
    font-size: 24px;
    letter-spacing: .15em;
    border-right: 1px solid #cecece;
    /*
    white-space: nowrap;
    */
  }
  .b-navMegaChilds .e-navCategory .e-span {
    display: inline-block;
    white-space: nowrap;
  }
  .b-navMegaChilds .e-navCategory.m-longTxt{
    letter-spacing: 0;
  }
  .b-navMegaChilds .e-navCategory .e-en{
    display: block;
    color: var(--corelexColor);
    margin-left: 0;
    font-size: 16px;
    font-weight: 600;;
    letter-spacing: .1em;
    margin-top: .8em;
  }
  .b-navMegaChilds .b-lstWrap {
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .b-navMegaChilds .b-lstWrap .b-innerWrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .b-navMegaChilds .b-lstWrap .b-innerWrap .e-listTtl {
    width: 100%;
    border-bottom: 1px solid #888;
    padding-bottom: .8em;
    margin-bottom: .7em;
  }
  .b-navMegaChilds .b-lst{
    margin: 0 85px 30px 0;
  }
  .b-navMegaChilds .b-lstWrap .b-innerWrap .b-lst:last-child {
    margin-right: -85px;
  }
  .b-navMegaChilds .b-lst li {
    display: block;
    line-height: 2;
    white-space: nowrap;
  }
  .b-navMegaChilds .b-lst li.m-anchor {
    padding-left: 1em;
  }
  .b-navMegaChilds .b-lst li a{
    transition: .3s all;
  }
  .b-navMegaChilds .b-lst li.m-parent a {
    border-left: 5px solid var(--corelexColor);
    line-height: 1;
    padding-left: .5em;
  }
  .b-navMegaChilds .b-lst li.m-anchor a::before {
    content: "・";
    display: inline-block;
    margin-right: .3em;
  }
  
  .b-navMegaChilds .b-lst li a:hover,
  .b-navMegaChilds .b-lstWrap .b-innerWrap .e-listTtl a:hover {
    color: var(--corelexColor);
  }
  .b-navMegaChilds .b-banners{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-left: auto;
  }
  .b-navMegaChilds .b-banners li{
    display: block;
    max-width: 250px;
    margin-bottom: 20px;
  }
  .b-navMegaChilds .b-banners li+li{
    margin-left: 20px;
  }
}
@media screen and (min-width: 830px) {
  .b-header .inner{
    width: 86.666%;
  }
  .b-header .b-hdLogo{
    width: 145px;
    min-width: 145px;
  }
}
@media screen and (min-width: 900px) {
/*  .b-header .b-gnavWrap{
    margin-right: 50px;
  }
  */
  .b-header .b-gnavWrap .b-navOne+.b-navOne .b-navParent{
    margin-left: 1.5em;
  }
}
@media screen and (min-width: 1191px) {
  .b-header .b-gnav{
    margin-right: 10px;
  }
  .b-header .b-gnavWrap .b-navOne+.b-navOne .b-navParent{
    margin-left: 2em;
  }
  .b-header .b-subNav{
    width: 190px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .b-header .b-navMegaChilds .inner {
    padding-left: 30px;
  }
  .b-navMegaChilds .e-navCategory {
    margin-right: 3vw;
    padding-right: 3vw;
    width: min(20vw,190px);
    min-width: auto;
    font-size: min(2.3vw,22px);
  }
  .b-navMegaChilds.m-products .e-navCategory {
    width: 14vw;
  }
  .b-navMegaChilds .e-navCategory .e-en {
    font-size: min(1.3vw,15px);
  }
  .b-navMegaChilds .b-lst {
    margin-right: 3vw;
  }
  .b-navMegaChilds .b-banners li {
    width: 20vw;
  }
  .b-navMegaChilds .b-lst li a {
    font-size: min(1.8vw,15px);
  }
}

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


 b-fxSide


-----------------------------------------------------------------------*/
.b-fxSide{
  position: fixed;
  z-index: 50;
  display: none;
  opacity: 0;
  transform: translateY(30px);
  transition: .3s all;
  filter: drop-shadow(3px 3px 5px #00000050) ;
}
.b-fxSide.show{
  opacity: 1;
  transform: translateY(0);
}
.page-index .b-fxSide{
  display: block;
}

@media screen and (max-width: 767px) {
  .b-fxSide{
    width: 96%;
    bottom: 26px;
    left: 2%;
    overflow: hidden;
    
  }
}
@media print, screen and (min-width: 768px) {
  .b-fxSide{
    width: 150px;
    right: 15px;
    bottom: 15px;
  }
}

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


 footer


-----------------------------------------------------------------------*/
.b-footer{
  background: var(--basicColor);
  color: #ccc;
}
.b-footer .container{
  max-width: 1000px;
}
.b-footer-1 .b-fNav .b-snsBox{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.b-footer-1 .b-fNav .b-snsBox span{
  display: block;
}
/*
.b-footer-1 .b-fNav .b-snsBox .b-sns{
  margin-left: 1em;
}
*/
@media screen and (max-width: 767px) {
  .b-footer{
    padding-top: 6vw;
  }
  .b-footer .e-logo{
    display: block;
    width: 26.67vw;
    margin: 0 auto 2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .b-footer{
    padding-top: 40px;
  }
  .b-footer .e-logo{
    display: block;
    width: 180px;
    margin: 0 auto 20px;
  }
}
/* .b-footer-1 */
.b-footer-1 .b-fNav dt{
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}
.b-footer-1 .b-fNav .b-snsBox .b-sns{
  width: 100%;
}
@media screen and (max-width: 767px) {
  .b-footer-1 .b-fNav dt{
    padding: .7em 0 .6em;
    border-width: 2px;
  }
  .b-footer-1 .b-fNav dt .e-icon,
  .b-footer-1 .b-fNav dt a::after{
    margin-right: 1.5vw;
  }
  .b-footer-1 dt a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .b-footer-1 dt a::after{
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    background: url(../images/icon-ft-lnk.png) center center / contain no-repeat;
  }
  .b-footer-1 dt.e-onlineshop a::after{
    background: url(../images/icon-ft-blank.png) center center / contain no-repeat;
  }
  .b-footer-1 .b-cld{
    display: none;
  }
  .b-footer-1 .b-cld ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .b-footer-1 .b-cld ul::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: 0;
  }
  .b-footer-1 .b-cld li{
    width: 43%;
    font-size: 2.66vw;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    padding: 1.3em 0;
  }
  .b-footer-1 .b-cld li:nth-child(1),
  .b-footer-1 .b-cld li:nth-child(2){
    border-top: 0;
  }
  .b-footer-1 .b-fNav .b-cld a{
    display: block;
  }
  .b-footer-1 .b-fNav .b-snsBox{
    text-align: center;
    font-size: 3.2vw;
    padding: .8em 0 1.5em;
  }
  .b-footer-1 .b-fNav .b-snsBox .b-sns{
    margin-top: 1vw;
  }
  .b-footer-1 .b-fNav .b-snsBox .b-sns img{
    width: auto;
    height: 8vw;
  }
  .b-footer-1 .b-fNav .b-snsBox .b-sns li+li{
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .b-footer-1{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .b-footer-1 .b-fNav{
    width: 47%;
    max-width: 47%;
    margin-top: 30px;
  }
  .b-footer-1 .b-fNav dt{
    line-height: 2.4;
  }
  .b-footer-1 .b-fNav .b-cld{
    padding-top: .3em;
  }
  .b-footer-1 .b-fNav .b-cld li{
    display: block;
    font-size: 12px;
    line-height: 2;
  }
  .b-footer-1 .b-fNav a:hover{
    text-decoration: underline;
  }
  .b-footer-1 .b-fNav .b-snsBox{
    margin-top: 30px;
    font-size: 14px;
  }
  .b-footer-1 .b-fNav .b-sns a{
    text-align: center;
    display: block;
    height: 31px;
  }
  .b-footer-1 .b-fNav .b-sns li+li{
    margin-left: 15px;
  }
  .b-footer-1 .b-fNav .b-sns a img{
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .b-footer-1 .b-fNav{
    width: 18%;
    min-width: 220px;
  }
}

/* .b-footer-2 */
.b-footer-2{
  background: #333;
  line-height: 1;
}
.b-footer-2 a::before{
  content: "■";
}

@media screen and (max-width: 767px) {
  .b-footer-2{
    padding: 6vw 0 35vw;
    text-align: center;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .b-footer-2 li+li{
    margin-left: .8em;
  }
}
@media print, screen and (min-width: 768px) {
  .b-footer-2{
    padding:1.2em 0;
    margin-top: 70px;
  }
  .b-footer-2 .container{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
  }
  .b-footer-2 li+li{
    margin-left: 1.5em;
  }
}
@media screen and (min-width: 1100px) {
  .b-footer-2 li+li{
    margin-left: 3.85em;
  }
}


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


 main


-----------------------------------------------------------------------*/
/* main */
.b-contents{
  padding: 50px 0 80px;
}
@media print, screen and (min-width: 768px) {
  .b-contents{
    padding: 80px 0 100px;
  }
}

/* b-lnks */
.b-lnks{
  display: flex;
  justify-content: center;
}
.b-lnks .b-lnk{
  display: inline-flex;
  justify-content: center;
  background: #515151;
  color: #fff;
  position: relative;
  transition: .3s all;
}
.b-lnks .b-lnk::after{
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  background: url(../images/icon-lnk.png) center center / contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.b-lnks .b-lnk.m-shop{
  background: transparent linear-gradient(90deg, #019898 0%, #0068B7 100%) 0% 0% no-repeat padding-box;
}
.b-lnks .b-lnk[target="_blank"]::after{
  width: 1.1em;
  height: 1.1em;
  background-image: url(../images/icon-blank.png)
}
.b-lnks .b-lnk.m-pdf[target="_blank"]::after{
  display: none;
}
.b-lnks .b-lnk .e-txt{
  line-height: 1;
  font-weight: 500;
}
.b-lnks .b-lnk.m-border{
  background: #fff;
  color: var(--corelexColor);
  border: 2px solid var(--corelexColor);
}
.b-lnks .b-lnk.m-border[target="_blank"]::after{
  background-image: url(../images/icon-blank-blue.png)
}
.b-lnks .b-lnk.m-border span,
.b-lnks .b-lnk.m-pdf span{
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-lnks .b-lnk.m-border span{
  transform: translateX(-.5em);
}
.b-lnks .b-lnk.m-border span::after,
.b-lnks .b-lnk.m-pdf span::after{
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-left: .3em;
  background: url(../images/icon-pdf.png) center center / contain no-repeat;
}
.b-lnks .b-lnk.m-pdf span::after{
  background: url(../images/icon-pdf-wh.png) center center / contain no-repeat;
}
@media screen and (max-width: 767px) {
  .b-lnks .b-lnk{
    min-width: 57.33vw;
    padding: .7em 3em .8em;
    border-radius: 5px;
  }
  .b-lnks .b-lnk::after{
    right: .6em;
  }
  .b-lnks .b-lnk .e-txt{
    font-size: 3.733vw;
    transform: translateX(-.5em);
  }
}
@media print, screen and (min-width: 768px) {
  .b-lnks .b-lnk{
    min-width: 400px;
    padding: .9em 1em 1em;
    border-radius: 10px;
  }
  .b-lnks .b-lnk::after{
    right: 1em;
  }
  .b-lnks .b-lnk:hover{
    opacity: .75;
  }
  .b-lnks .b-lnk .e-txt{
    font-size: 20px;
  }
}

/* corelexCircle */
.corelexCircle{
  display: block;
  border-radius: 50%;
  background: transparent linear-gradient(0deg, #019898 0%, #0068B7 100%) 0% 0% no-repeat padding-box;position: absolute;
  box-shadow: 5px 5px 10px #00000029;
}
@media print, screen and (min-width: 768px) {
  .corelexCircle{
    box-shadow: 10px 10px 20px #00000029;
  }
}
@keyframes animation01{
  0% { transform: translate( 0, 0); }
  35% { transform: translate( -20px, -10px); }
  65% { transform: translate( 20px, 50px); }
  100% { transform: translate( 0, 0); }
}
@keyframes animation02{
  0% { transform: translate( 0, 0); }
  25% { transform: translate( 70px, 20px) }
  50% { transform: translate( 10px, 70px) }
  75% { transform: translate( -30px, 10px) }
  100% { transform: translate( 0, 0) }
}
@keyframes animation03{
  0% { transform: translate( 0, 0) scale(1,1);  }
  25% { transform: translate( 30px, -10px) scale(0.95,0.95); }
  50% { transform: translate( 40px, 40px) scale(0.95,0.95); }
  75% { transform: translate( 20px, 20px) scale(0.95,0.95); }
  100% { transform: translate( 0, 0) scale(1,1);}
}
@keyframes animation04{
  0% { transform: translate( 0, 0) scale(1,1);  }
  25% { transform: translate( 30px, -10px) scale(0.95,0.95); }
  50% { transform: translate( 20px, 30px) scale(0.95,0.95); }
  75% { transform: translate( 10px, 10px) scale(0.95,0.95); }
  100% { transform: translate( 0, 0) scale(1,1);}
}



/* accordion */
.b-contents .m-parent{
  display: inline-flex;
  cursor: pointer;
  line-height: 1.5;
}
.b-contents .m-parent span{
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  margin-top: .28em;
}
.b-contents .m-parent span::before,
.b-contents .m-parent span::after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #999;
  position: absolute;
  top: 50%;
  transform-origin: center center;
  transition: .3s all;
  transform: translateY(-50%);
}
.b-contents .m-parent span::after{
  transform: translateY(-50%) rotate(-90deg);
}
.b-contents .m-parent.open span::after{
  transform: translateY(-50%) rotate(0);
}

/*----------------------------------
 form
----------------------------------*/
.b-contents .b-form{
  background: var(--lightGray);
}
.b-contents .b-form .container{
  width: 93.3vw;
  max-width: 1040px;
  background: #fff;
}
.b-contents .b-form .e-ttl{
  text-align: center;
}
.b-contents .b-form .b-lead,
.b-contents .b-form .e-caution{
  line-height: 1.5;
}
.b-contents .b-form .e-caution a{
  text-decoration: underline;
}
.b-formInner dt{
  letter-spacing: .2em;
  font-weight: 700;
}
.b-formInner dt .e-req{
  display: inline-block;
  text-align: center;
  background: #FF7171;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1;
  padding: .2em .3em .35em .4em;
}
.b-formInner dd{
  line-height: 1.65;
  width: 100%;
  max-width: 510px;
}
.b-formInner dd small{
  display: block;
  padding: 0;
  font-size: .9em;
  line-height: 1;
}
.b-formInner .b-peoples input[type="text"]{
  width: 3em;
}
.b-formInner .b-peoples .e-item{
  display: inline-block;
  width: 7em;
}
@media screen and (max-width: 767px) {
  .b-contents .b-form{
    padding-top: 4vw;
    margin-top: 13vw;
  }
  .b-contents .b-form .container{
    padding: 8vw 4vw;
  }
  .b-contents .b-form .e-ttl{
    font-size: 5.33vw;
  }
  .b-contents .b-form .b-lead{
    padding-bottom: 7vw;
    margin: 5vw 0 9vw;
    border-bottom: 1px solid #999;
  }
  .b-formInner dl+dl{
    margin-top: 5vw;
  }
  .b-formInner dt{
    margin-bottom: .5vw;
  }
  .b-formInner dt .e-req{
    margin-left: 1em;
  }
  .b-formInner dt .e-req,
  .b-contents .e-caution{
    font-size: 3.2vw;
  }
  .b-formInner .b-lnks{
    margin: 8vw auto 3vw;
  }
}
@media print, screen and (min-width: 768px) {
  .b-contents .b-form{
    padding-top: 50px;
    margin-top: 120px;
  }
  .b-contents .b-form .container{
    padding: 50px 5%;
  }
  .b-contents .b-form .e-ttl{
    font-size: 38px;
  }
  .b-contents .b-form .b-lead{
    margin: 50px 0 50px;
    padding-bottom: 0;
    border-bottom: 0 none;
  }
  .b-formInner{
    text-align: center;
  }
  .b-formInner dd{
    text-align: left;
  }
  .b-formInner dl{
    display: flex;
  }
  .b-formInner dl+dl{
    margin-top: 50px;
  }
  .b-formInner dt{
    min-width: 230px;
    padding-right: 2.5em;
    text-align: right;
    position: relative;
    margin-right: 8%;
  }
  .b-formInner dt .e-req{
    position: absolute;
    top: .6em;
    right: 0;
  }
  .b-formInner dt .e-req,
  .b-contents .e-caution{
    font-size: 12px;
  }
  .b-formInner .b-lnks{
    margin: 50px auto 30px;
  }
  .b-contents .e-caution{
    display: inline-block;
  }
  .b-contents dd .e-caution{
    margin-top: .5em;
  }
}

.b-formInner label{
  display: block;
}
.b-formInner label+label{
  margin-top: .5em;
}
.b-formInner input[type="text"],
.b-formInner input[type="url"],
.b-formInner input[type="tel"],
.b-formInner textarea{
  width: 100%;
  border: 1px solid #707070;
  background: #fff;
  padding: .3em .5em;
  margin-right: .3em;
}
.b-formInner textarea{
  min-height: 8.5em;
}

.b-formInner input[type="radio"],
.b-formInner input[type="checkbox"]{
 position: absolute;
 white-space: nowrap;
 border: 0;
 overflow: hidden;
 height: 0;
 width: 0;
 padding: 0;
}
.b-formInner input[type="radio"]+label,
.b-formInner input[type="checkbox"]+label{
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 1.5em;
  margin-bottom: .5em;
}
.b-formInner input[type="radio"]+label::before,
.b-formInner input[type="radio"]+label::after,
.b-formInner input[type="checkbox"]+label::before,
.b-formInner input[type="checkbox"]+label::after{
  content: "";
  display: block;
  position: absolute;
  top: .4em;
}
.b-formInner input[type="radio"]+label::before,
.b-formInner input[type="checkbox"]+label::before{
  background: #fff;
  border: 1px solid #707070;
  left: 0;
}
.b-formInner input[type="radio"]+label::before{
  border-radius: 50%;
}
.b-formInner input[type="checkbox"]+label::before{
  margin-top: .1em;
}
.b-formInner input[type="radio"]+label::after{
  background: var(--corelexColor);
  border-radius: 50%;
}
.b-formInner input[type="checkbox"]+label::after{
  border-left: 3px solid var(--corelexColor);
  border-bottom: 3px solid var(--corelexColor);
  transform-origin: center center;
  transform: rotate(-45deg) scale(1,.6);
}
.b-formInner input[type="radio"]+label::after,
.b-formInner input[type="checkbox"]+label::after{
  opacity: 0;
}
.b-formInner input[type="radio"]:checked + label::after,
.b-formInner input[type="checkbox"]:checked + label::after{
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .b-formInner input[type="radio"]+label::before,
  .b-formInner input[type="checkbox"]+label::before{
    width: 3.5vw;
    height: 3.5vw;
  }
  .b-formInner input[type="radio"]+label::after,
  .b-formInner input[type="checkbox"]+label::after{
    width: 2.3vw;
    height: 2.3vw;
  }
  .b-formInner input[type="radio"]+label::after{
    left: calc( 1px + .65vw);
    top: calc( .4em + .9vw) ;
  }
  .b-formInner input[type="checkbox"]+label::after{
    left: 1px;
    top: calc(.4em + .3vw);
  }
}
@media screen and (min-width: 768px) {
  .b-formInner input[type="radio"]+label::before,
  .b-formInner input[type="checkbox"]+label::before{
    width: 13px;
    height: 13px;
  }
  .b-formInner input[type="radio"]+label::after,
  .b-formInner input[type="checkbox"]+label::after{
    width: 9px;
    height: 9px;
  }
  .b-formInner input[type="radio"]+label::after{
    left: 3px;
    top: calc(.4em + 3px);
  }
  .b-formInner input[type="checkbox"]+label::after{
    left: 1px;
    top: calc(.4em + 1px);
  }
}
/* subTxt */
.b-formInner .e-subTxt {
  font-size: .85em;
}

/* zip */
.b-formInner .e-zip {
  margin-bottom: .5em;
}
.b-formInner .e-zip input {
  width: 5.5em;
}
/* pp */
.b-formInner .b-pp{
  text-align: center;
  line-height: 1.65;
}
.b-formInner .b-pp label[for="pp"]{
  display: inline-block;
}
.b-formInner label a{
  text-decoration: underline;
}
.b-formInner .e-lnk{
  background: #515151;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1em;
  text-indent: 1em;
  border-radius: 10px;
}
.b-lnks input[type="submit"]:disabled{
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .b-formInner .b-pp{
    margin-top: 8vw;
  }
  .b-formInner .e-lnk{
    width: 30vw;
    height: 10vw;
  }
}
@media print, screen and (min-width: 768px) {
  .b-formInner .b-pp{
    margin-top: 40px;
  }
  .b-formInner .e-lnk{
    width: 400px;
    height: 50px;
  }
}

/* table type */

.b-formInner.m-table dl{
  border: 1px solid #ddd;
}
.b-formInner.m-table dt {
  background: #f5f5f5;
}
.b-formInner.m-table dl+dl{
  margin-top: 0;
  border-top: 0 none;
}
@media screen and (max-width: 767px) {
  .b-formInner.m-table dt {
    border-bottom: 1px solid #ddd;
    padding: .3em .8em;
  }
  .b-formInner.m-table dd {
    padding: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .b-formInner.m-table dt {
    min-width: 280px;
    margin-right: 0;
    padding: 1.5em 0;
    padding-right: 4em;
    border-right: 1px solid #ddd;
  }
  .b-formInner.m-table dt .e-req{
    top: 2.6em;
    right: 2em;
  }
  .b-formInner.m-table dd {
    max-width: calc(100% - 280px);
    padding: 1.5em 2em;
  }
  
}
/*----------------------------------
 thanks
----------------------------------*/
.b-contents.m-thanks{
  padding-top: 40px;
}
.b-contents.m-thanks .e-pageTtl{
  font-size: 6.667vw;
  margin-bottom: 10vw;
  text-align: center;
  letter-spacing: .08em;
}
.b-contents.m-thanks .m-404 .e-pageTtl{
  
}
.b-contents.m-thanks .b-txt,
.b-contents.m-thanks .b-sign{
  max-width: 1000px;
  margin: auto;
  text-align: center;
  letter-spacing: .08em;
}
.b-contents.m-thanks .b-txt p+p{
  margin-top: 1.8em;
}
.b-contents.m-thanks .b-sign{
  max-width: 20em;
  border: 1px solid #B8B8B8;
  border-radius: 10px;
  padding: 1em 0;
  font-weight: 500;
  margin-top: 12vw;
}
.b-contents.m-thanks .b-txt p.e-reserveTxt{
  display: inline-block;
  padding: 1em 1.5em;
  background: #f6d7d2;
  color: #444;
}
@media screen and (max-width: 767px) {
  .b-contents.m-thanks .b-txt,
  .b-contents.m-thanks .b-sign{
    font-size: 3.733vw;
  }
  .b-contents.m-thanks .m-404 .e-pageTtl{
    font-size: 4.8vw;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 768px) {
  .b-contents.m-thanks .e-pageTtl{
    font-size: 40px;
    margin-bottom: 38px;
  }
  .b-contents.m-thanks .m-404 .e-pageTtl{
    font-size: 30px;
  }
  .b-contents.m-thanks .b-sign{
    max-width: 30em;
    margin-top: 80px;
  }
}
