@charset "utf-8";
/* ボタン */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn-wrap {
  margin: 90px 0;
  position: relative;
}
a.btn-c {
  font-size: 1.4rem;
  position: relative;
  /* padding: 1.5rem 2rem; */
  padding:10px 10px;
  color: #fff;
  background: #f05016;
  -webkit-box-shadow: 0 5px 0 #a23912;
  box-shadow: 0 5px 0 #a23912;
  border-radius: 100vh;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  margin-top: 15px;
}
a.btn-c span {
  font-size: 1.2rem;
  position: absolute;
  top: -3.8rem;
  /* left: calc(50% - 150px); */
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 165px;
  /* padding: 0.5rem 0.8rem; */
  padding: 5px 5px;
  color: #f05016;
  border: 2px solid #f05016;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.btn-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #f05016 transparent transparent transparent;
}
a.btn-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
/* a.btn-c i {
  margin-right: 1rem;
} */
a.btn-c:hover {
  /* -webkit-transform: translate(0, 3px); */
  /* transform: translate(0, 3px); */
  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
  transform: translate(-50%, -48%);
}
/* ボタン */
body{
    font-family: 'Noto Sans', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
}
.pc,.pc-img{
    display: none;
}
.cart{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    margin-left: 8px;
}
.cart img{
    box-sizing: border-box;
    padding-bottom: 4px;
}
h2{
    font-size: 2rem;
    text-align: center;
    margin-bottom:20px;
    line-height: 30px;
    color: #2b2b2b;
}
p,li,span,small,a{
    font-size: 1.2rem;
    color: #2b2b2b;
    line-height: 1.5;
}
a{
    transition: .4s;
}
a:hover{
	opacity: 0.8;
}
.sp ul.glonav li a{
    font-size: 2.2rem;
    color: #fff;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.mark1 {
    background: linear-gradient(transparent 60%, rgba(13, 220, 247, 0.222) 0%);
    font-weight: bold;
}
.mark2 {
    background: linear-gradient(transparent 60%, rgba(247, 247, 13, 0.334) 0%);
    font-weight: bold;
}
.mark3 {
    background: linear-gradient(transparent 60%, rgba(247, 13, 13, 0.136) 0%);
    font-weight: bold;
}
/* sec1 */
.wrapper{
    max-width: 500px;
    margin: 0 auto;
}
div.bg-or1{
    padding: 70px 12px;
    background-color: #f2e8e0;
}
div.bg-or2{
    padding: 70px 12px;
    background-color: #f0e0d4;
}
.top-text{
    /* margin: 100px 20px; */
    position: relative;
    margin-bottom:70px;
}
.top-text p{
    text-align: center;
    line-height: 4;
    margin-bottom: 0;
}
.top-text div{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
}
.menu img{
    border-radius: 12px;
    margin-bottom: 20px;
}
section{
    max-width: 500px;
    margin: 0 auto;
}
#sec1 h2::before{
    content: '';
    display: inline-block;
    /* width: 75px; */
    width: 21px;
    height: 100px;
    margin-right: 15px;
    background-image: url("../img/pez1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    transform: rotateZ(-20deg);
}
#sec1 h2::after{
    content: '';
    display: inline-block;
    /* width: 75px; */
    width: 25px;
    height: 100px;
    margin-left: 15px;
    background-image: url("../img/pez2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    transform: rotate(20deg);
}
#sec1 .flex li{
    width: calc(100% / 2);
    box-sizing: border-box;
    padding: 0 5px;
}
#sec1 .flex li img{
    border-radius: 12px;
}
/* .c-product-item_cha[data-product-id=item-1] .check {
    top: 8rem;
    left: 5.3125rem;
} */

 /* CHECK */
#sec1 .flex li{
    position: relative;
}
.check {
    position: absolute;
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 50%;
    /* top: 0.5rem;
    left: 1rem; */
    top: calc(15% - 2rem);
    left: calc(20% - 2rem);
}
.check-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.4375rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 0.3125rem;
    padding-right: 0.0625rem;
}
/* .is-animation .check-inner::before {
    animation-play-state: running;
} */
/* .c-product-item_cha[data-section-id=section-1] .check-inner::before {
    background-color:#eb5b30;
} */
.check-inner::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: currentcolor;
    border: 1px dashed #000;
    border-radius: 50%;
    animation: rotate 12s linear infinite;
    animation-play-state: running;
    /* animation-play-state: paused; */
    background-color:#eb5b30;
}
@keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
.check-text {
    width: 3.9375rem;
    /* height: 0.75rem; */
    color: #fff;
    font-weight: bold;
}
.check-text img {
    width: 100%;
    /* height: 100%; */
}
.check-plus {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.6875rem;
    height: 0.6875rem;
}
.check-plus::before, .check-plus::after {
    position: absolute;
    width: 0.1875rem;
    height: 100%;
    content: "";
    background-color:#fff;
}
.check-plus::after {
    rotate: 90deg;
}
.check-plus::before, .check-plus::after {
    position: absolute;
    width: 0.1875rem;
    height: 100%;
    content: "";
    background-color: #fff;
}
.check-inner::after {
    bottom: 0.625rem;
    left: calc(100% - 2.125rem);
    width: 5rem;
    transform-origin: bottom left;
    rotate: 50deg;
}
.check-inner::after {
    position: absolute;
    z-index: -2;
    height: 1px;
    content: "";
    background-color: #000;
}
 /* CHECK */
h3{
    font-size: 18px;
    text-align: center;
    margin:0 auto 20px;
    max-width: 300px;
}
h3.item1::before{
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right:10px;
    background-image: url("../img/item1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}
h3.item2::before{
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right:10px;
    background-image: url("../img/item2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}
h3.item3::before{
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right:10px;
    background-image: url("../img/item3.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}
.item-img{
    border-radius: 20px;
    margin-bottom: 30px;
}
.text-box{
    margin-bottom: 70px;
}
/* #sec2 */
#sec2 h2::before{
    content: '';
    display: inline-block;
    width: 40px;
    height: 50px;
    margin-right: 15px;
    background-image: url("../img/neko2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}
#sec2 h2::after{
    content: '';
    display: inline-block;
    width: 40px;
    height: 50px;
    margin-left: 15px;
    background-image: url("../img/neko3.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}
.sec2-img{
    position: relative;
}
#sec2 .check {
    /* top: 4rem;
    left: 2.5rem; */
    top: calc(17% - 2rem);
    left: calc(15% - 2rem);
}
#sec2 .check-inner::after {
    width: 7rem;
}
/* sec3 */
#sec3 h3::before{
    content: '';
    display: inline-block;
    width: 80px;
    height: 20px;
    margin-right: 15px;
    background-image: url("../img/deco.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}
#sec3 h3::after{
    content: '';
    display: inline-block;
    width: 80px;
    height: 20px;
    margin-left: 15px;
    background-image: url("../img/deco.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}
#sec3 .flex li{
    width: calc(100% / 2);
    box-sizing: border-box;
    padding: 0 5px 10px;
}
#sec3 .flex li img{
    border-radius: 12px;
}
/* .instagram-media {
    width: 80% !important;
    margin: 0 auto !important;
    margin-top: 40px !important;
} */
footer{
    padding:50px 0px;
    background-color: #f05016;
}
footer li{
    text-align: center;
    margin-bottom: 10px;
}
footer li {
    color: rgb(255, 255, 255);
}
.logo-ear{
    max-width: 70px;
    margin: 20px auto;
}
footer .flex a{
    background-image: url(../img/sns/sns-bg.png);
    margin: 20px 10px;
    padding: 10px;
    width: 55px;
    height: 55px;
}
footer .flex img{
    max-width: 35px;

}
footer .flex img.tw,header .glonav li.flex img.tw{
    margin-top: 3.5px;
}
small{
    display: block;
    margin-top: 20px;
    text-align: center;
    color:#fff;
}
.qr a{
    display: none;
}
@media screen and (min-width:500px){
    .check {
        width: 5.25rem;
        height: 5.25rem;
    }
    .check {
        top: calc(15% - 2rem);
        left: calc(15% - 2rem);
    }
    .check-text img {
        width: 130%;
        margin-left: -6px;
    }
    .check-inner::after {
        width: 7rem;
    }
    #sec2 .check-inner::after {
        width: 11rem;
    }
}
@media screen and (min-width:561px){
    header{
        display: block;
    }
}
@media screen and (min-width:1024px){
/*PC用として画面幅を1024pxまでに設定*/
.pc-img{
    display: block;
}
.pc{
    display: block;
    position: fixed;
    top:250px;
    left: 25px;
    z-index: 2;
    opacity: 0;
    transition: .5s;
}
.pc li{
    border-bottom: solid 1px #2b2b2b;
    margin-bottom: 20px;
}
.pc li a{
    color: #2b2b2b;
    font-size: 2rem;
    letter-spacing: 0.15em;
    line-height: 50px;
}
.pc li.qr{
    max-width: 250px;
    border-bottom: none;
}
.qr img{
    max-width: 90px;
    margin: 50px 0px 15px -5px;
}
.sp,.sp-img{
    display: none;
}
}