html,body{
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F9F6E5;
  color: #221714;
  line-height: 1.77;
  letter-spacing: 0.05em;
}
a{
  color: #221714;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.6; }
a svg path{
  transition: fill 0.3s, stroke 0.3s;
}
img,picture{
	max-width: 100%;
	display: block;
}
.overflow{ overflow: hidden; }

.en{
  font-family: "Montserrat", "M PLUS 1", sans-serif;
}

.gr{ color: #0A804B; }
.pi{ color: #DB2E73; }
.ye{ color: #F4DF37; }

.bg-wh{
  background-color: #fff;
}
.bg-gr{
  background-color: #0A804B;
  color: #fff;
}
.bg-pi{
  background-color: #DB2E73;
  color: #fff;
}
.bg-ye{
  background-color: #F4DF37;
}
.bg-bk{
  background-color: #221714;
  color: #fff;
}
.bg-gray{
  background-color: #F5F5F5;
}

/* aria-describedby用 */
.visually-hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}




body{
  padding-top: 12rem;
}
.anchor{
  padding-top: 12rem;
  margin-top: -12rem;
}

.skip-link{
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
.skip-link:not(:focus){
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.nav{
  width: 100%;
  height: 12rem;
  background-color: #fff;
  border-bottom: 0.5rem solid #221714;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav a.logo{
  display: block;
  width: 25.4rem;
  margin: 0 auto 0 5.5rem;
}
.nav ul.nav-li{
  display: flex;
  justify-content: flex-end;
  gap: 3.2rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.nav ul.nav-li li{
  position: relative;
}
.nav ul.nav-li li a{
  display: block;
  padding: 0 0.4rem;
  opacity: 1;
  position: relative;
  z-index: 1;
}
.nav ul.nav-li li::before{
  content: '';
  width: 100%;
  height: 100%;
  background: #F4DF37;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.nav ul.nav-li li.active::before,
.nav ul.nav-li li:hover::before{
  transform-origin: left top;
  transform: scale(1, 1);
}
.nav a.nav-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25.2rem;
  height: 100%;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: center;
  font-weight: 800;
  margin-left: 6rem;
}


ul.pankuzu{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
}
ul.pankuzu li{
  display: inline;
}
ul.pankuzu li a{
  text-decoration: underline;
}
ul.pankuzu li + li::before{
  content: "";
  display: inline-block;
  width: 0.5em;
  aspect-ratio: 9 / 14;
  background: url(../images/common/pankuzu-arrow.svg) center center no-repeat;
  background-size: contain;
  margin: 0 0.6em 0 0.4em;
}


.low-header{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32rem;
  background: url(../images/common/low-header.png) center bottom no-repeat #F4DF37;
  background-size: cover;
  position: relative;
}
.low-header ul.pankuzu{
  width: calc(100% - 11rem);
  position: absolute;
  left: 5.5rem;
  top: 2rem;
}
.low-header h1{
  font-size: 3.7rem;
  letter-spacing: 0.05em;
  line-height: 1.46;
  text-align: center;
}


.no-h1-header{
  padding: 2rem 5.5rem 0;
}


.sec{
  padding-top: 12rem;
}
.ro{
  border-radius: 1.6rem;
}
.ro-bd{
  border-radius: 1.6rem;
  border: 0.5rem solid #221714;
}
.wh-box{
  padding: 7rem;
}
a.u-bl{
  text-decoration: underline;
  color: #2567EC;
}


.ttl-paint{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 7.2rem;
  background: url(../images/common/ttl-paint.png) center center no-repeat;
  background-size: contain;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 7rem;
  position: relative;
}


.c-label{
  display: block;
  width: 14rem;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 4.2rem;
  border-radius: 2.4rem;
  border: 0.3rem solid;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}


.ico-btn{
  display: flex;
  align-items: center;
  width: 43.6rem;
  height: 8rem;
  border-radius: 1rem;
  padding-left: 7.6rem;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
}
.ico-btn::before{
  content: "";
  display: block;
  width: 4.5rem;
  height: 100%;
  position: absolute;
  left: 1.8rem;
  top: 0;
}
.ico-btn::after{
  content: "";
  display: block;
  width: 1.3rem;
  height: 100%;
  background: url(../images/common/arrow-right_w.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  top: 0;
}
.ico-btn.store::before{
  background: url(../images/common/c-ico-store.png) center center no-repeat;
  background-size: contain;
}
.ico-btn.entry::before{
  background: url(../images/common/c-ico-entry.png) center center no-repeat;
  background-size: contain;
}
.ico-btn.bg-wh::after{
  background: url(../images/common/arrow-right_g.svg) center center no-repeat;
  background-size: contain;
}
.ico-btn.bg-wh.entry::before{
  background: url(../images/common/c-ico-entry_g.png) center center no-repeat;
  background-size: contain;
}
.ico-btn.big{
  width: 100%;
  height: 10.7rem;
  padding-left: 10.2rem;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}
.ico-btn.big::before{
  width: 6.1rem;
  left: 2.5rem;
}
.ico-btn.big::after{
  width: 1.6rem;
  right: 2.2rem;
}


.arrow-btn,
.dl-btn{
  display: flex;
  align-items: center;
  width: 43.6rem;
  min-height: 8rem;
  border-radius: 1rem;
  border: 0.4rem solid #221714;
  padding: 1.3rem 5rem 1.3rem 2rem;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
.arrow-btn::before{
  content: "";
  display: block;
  width: 1.2rem;
  height: 100%;
  background: url(../images/common/arrow-right.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.8rem;
  top: 0;
}
.dl-btn::before{
  content: "";
  display: block;
  width: 2.3rem;
  height: 100%;
  background: url(../images/common/ico-download.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: 0;
}


ul.anchor-li{
  display: flex;
  gap: 2.4rem;
}
ul.anchor-li li{
  display: block;
  width: 100%;
}
ul.anchor-li li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  border-radius: 4rem;
  border: 0.4rem solid #221714;
  padding: 0 2rem 0.14em 0;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 700;
  position: relative;
}
ul.anchor-li li a::before{
  content: "";
  display: block;
  width: 2rem;
  height: 100%;
  background: url(../images/common/arrow-btm.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.8rem;
  top: 0;
}


.support{
  padding-top: 12rem;
}
.support .wh-box{
  background: url(../images/common/support-bg.png) center center no-repeat #fff;
  background-size: cover;
  text-align: center;
}
.support h3{
  font-size: 2.7rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
.support .tel-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
.support .tel-wrap .tel{
  font-size: 7.7rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  white-space: nowrap;
}
.support .tel-wrap .tel::before{
  content: "";
  display: inline-block;
  width: 0.57em;
  aspect-ratio: 44 / 61;
  background: url(../images/common/ico-tel_g.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.03em;
  vertical-align: -0.07em;
}
.support .tel-wrap span{
  display: inline-block;
  font-size: 2.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.45;
  padding-bottom: 0.14em;
  border-top: 0.3rem solid;
  border-bottom: 0.3rem solid;
}
.support .tel-time{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  gap: 1.2rem;
  margin-top: 1rem;
}
.support .tel-time h4{
  line-height: 3.3rem;
  padding: 0 1.5rem;
  border-radius: 1.7rem;
  letter-spacing: 0.05em;
}


footer{
  padding: 7rem 0 2rem;
  border-top: 0.5rem solid #221714;
  margin-top: 12rem;
}
footer .wrap{
  display: flex;
  justify-content: space-between;
}
footer .wrap .left a.logo{
  display: block;
  width: 34.8rem;
}
footer .wrap .right ul.f-nav-1,
footer .wrap .right ul.f-nav-2{
  display: flex;
  justify-content: flex-end;
  column-gap: 4rem;
  font-weight: 800;
}
footer .wrap .right ul.f-nav-1 li,
footer .wrap .right ul.f-nav-2 li{
  display: block;
}
footer .wrap .right ul.f-nav-1 li{
  letter-spacing: 0.05em;
}
footer .wrap .right ul.f-nav-2{
  font-size: 1.6rem;
  margin-top: 2rem;
  letter-spacing: 0.05em;
}
footer .copy{
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  font-weight: 800;
  text-align: center;
  margin-top: 7rem;
}




/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  background: #ddd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 24rem;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  background-color: #0A804B;
}
#pagetop a img {
  width: 1.6rem;
  margin-top: -0.2rem;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.8rem; }

.content{
  width: 100%;
	max-width: 130rem;
  padding: 0 5rem;
	margin: 0 auto;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1300px){

html{ font-size: 0.769vw; }




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.66vw; }
body{
  font-size: 1.8rem;
  line-height: 1.7;
}

.content{
	width: 100%;
	padding: 0 2.4rem;
}




body{
  padding-top: 6.4rem;
}
.anchor{
  padding-top: 6.4rem;
  margin-top: -6.4rem;
}

.nav{
  height: 6.4rem;
  border-bottom: 0.3rem solid #221714;
}
.nav a.logo{
  width: 13.4rem;
  margin: 0 auto 0 1.3rem;
}
.nav a.nav-btn{
  width: 12.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-left: auto;
}


#nav-open {
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
#nav-open span,#nav-open span:before,#nav-open span:after {
  content: "";
  display: block;
  background: #000;
  width: 2.1rem;
  height: 3px;
  border-radius: 1.5px;
  position: absolute;
  transition: .3s ease-in-out;
}
#nav-open span{
  transition: background 0s .15s;
}
#nav-open span:before {
  bottom: 0.7rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}
#nav-open span:after {
  bottom: -0.7rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}

#nav-bg {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
#nav-content {
  display: block;
  width: 100%;
  height: calc(100% - 6.4rem);
  padding: 3rem 0 5rem;
  background: #F4DF37;
  position: fixed;
  top: 6.4rem;
  right: 0;
  z-index: 2;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
#nav-content::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
}
/* バー非表示 Chrome・Safari用 */
#nav-content::-webkit-scrollbar{
  display: none;
}
#nav-content.active {
  opacity: 1;
  pointer-events: unset;
}
#nav-open.active span {
  background: transparent;
}
#nav-open.active span:before {
  bottom: 0;
  transform: rotate(-40deg);
  transition: bottom .15s, transform .15s .15s;
}
#nav-open.active span:after {
  bottom: 0;
  transform: rotate(40deg);
  transition: bottom .15s, transform .15s .15s;
}

#nav-content ul.h-nav-1 li{
  position: relative;
}
#nav-content ul.h-nav-1 li::before{
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background: url(../images/common/nav-bd.png) center bottom no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
}
#nav-content ul.h-nav-1 li a{
  display: block;
  font-size: 2.3rem;
  letter-spacing: 0.09em;
  font-weight: 700;
  padding: 1.2rem 0;
  background: url(../images/common/arrow-right.svg) right center no-repeat;
  background-size: 1.1rem auto;
}

#nav-content ul.h-nav-2{
  margin-top: 3rem;
}
#nav-content ul.h-nav-2 li{
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
#nav-content ul.h-nav-2 li + li{
  margin-top: 0.8em;
}

#nav-content a.ico-btn{
  margin-top: 4.8rem;
}


ul.pankuzu li{
  font-size: 1.5rem;
}


.low-header{
  width: 100%;
  height: 20rem;
  background: url(../images/common/low-header_sp.png) center bottom no-repeat #F4DF37;
  background-size: cover;
}
.low-header ul.pankuzu{
  width: calc(100% - 4.8rem);
  left: 2.4rem;
  top: 0.5rem;
}
.low-header h1{
  font-size: 2.4rem;
}


.no-h1-header{
  padding: 0.7rem 2.4rem 0;
}


.sec{
  padding-top: 6.4rem;
}
.ro-bd{
  border: 0.3rem solid #221714;
}
.wh-box{
  padding: 3rem 1.5rem;
}


.ttl-paint{
  min-height: 4.9rem;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}


.c-label{
  width: 13.2rem;
  font-size: 1.6rem;
  line-height: 3rem;
}


.ico-btn,
.ico-btn.big{
  width: 100%;
  height: 7.2rem;
  border-radius: 0.6rem;
  padding-left: 6.4rem;
  font-size: 2rem;
}
.ico-btn::before,
.ico-btn.big::before{
  width: 4rem;
  left: 1.6rem;
}
.ico-btn::after,
.ico-btn.big::after{
  width: 1.1rem;
  right: 1.6rem;
}


.arrow-btn,
.dl-btn{
  width: 100%;
  min-height: 5.6rem;
  border-radius: 0.8rem;
  border: 0.3rem solid #221714;
  padding: 1rem 4.3rem 1rem 1.3rem;
  font-size: 1.8rem;
}
.arrow-btn::before{
  width: 1.1rem;
  right: 1.2rem;
}
.dl-btn::before{
  width: 2rem;
  right: 1.2rem;
}


ul.anchor-li{
  flex-wrap: wrap;
  gap: 0.8rem;
}
ul.anchor-li li a{
  justify-content: flex-start;
  height: 5.4rem;
  border: 0.3rem solid #221714;
  padding: 0 3.2rem;
  font-size: 1.8rem;
  text-align: left;
}
ul.anchor-li li a::before{
  width: 1.5rem;
}


.support{
  padding-top: 6.4rem;
}
.support .wh-box{
  background: url(../images/common/support-bg_sp.png) center center no-repeat #fff;
  background-size: cover;
  padding: 3.7rem 1.3rem;
}
.support h3{
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}
.support .tel-wrap{
  flex-wrap: wrap;
  gap: 1rem;
}
.support .tel-wrap .tel{
  font-size: 3.9rem;
  line-height: 0.9;
}
.support .tel-wrap .tel::before{
  width: 0.51em;
  vertical-align: -0.03em;
}
.support .tel-wrap span{
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.3;
  border-top: 0.2rem solid;
  border-bottom: 0.2rem solid;
}
.support .tel-time{
  flex-wrap: wrap;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
  gap: 0.6rem;
  margin-top: 3rem;
}
.support .tel-time h4{
  line-height: 2.4rem;
  padding: 0 2.6rem;
  font-size: 1.6rem;
}


footer{
  padding: 4rem 0 2rem;
  border-top: 0.3rem solid #221714;
  margin-top: 5.6rem;
}
.support + footer{
  margin-top: 8rem;
}
footer .wrap{
  display: block;
}
footer .wrap .left a.logo{
  width: 13.9rem;
  margin: 0 auto 3rem;
}
footer .wrap .right ul.f-nav-1{
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 4.4rem;
  row-gap: 0.1em;
  font-size: 1.8rem;
  justify-content: center;
  text-align: center;
}
footer .wrap .right ul.f-nav-2{
  flex-direction: column;
  align-items: center;
  row-gap: 0.1em;
  text-align: center;
  margin-top: 3rem;
}
footer .copy{
  font-size: 1.1rem;
  margin-top: 4.8rem;
}




}/*　スマホここまで */



