@charset "UTF-8";
.bg-area {
  position: fixed;
  z-index: -1;
  background: url(../images/pc_bg.jpg) bottom repeat-x;
  background: url(../images/pc_bg.webp) bottom repeat-x;
  background-size: auto 100%;
  height: 100vh;
  width: 100%;
}
.bg-area-ill01 {
  position: absolute;
  width: 111px;
  height: 251px;
  margin: auto;
  bottom: 0;
  top: -100px;
  right: calc(50% - 500px/2 - 200px);
}
.bg-area-ill02 {
  position: absolute;
  width: 168px;
  height: 163px;
  margin: auto;
  bottom: 0;
  top: -100px;
  left: calc(50% - 500px/2 - 250px);
}
@media screen and (min-width: 1px) and (max-width: 1010px) {
  .bg-area-ill01,.bg-area-ill02 {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
.bg-area {
    display: none;
}
}

/* kv
//* -------------------------------------------------- */
.home-kv {
	display: block;
  position: relative;
  /* padding-top: 65px; */
  padding-top: calc(50px * 500 / 750);
  overflow: hidden;
}
.home-kv-imgs {
  max-width: 750px;
  /* padding: 0 100px 0 40px; */
  padding: 0 calc(100px * 500 / 750) 0 calc(40px * 500 / 750);
  /* margin: 20px auto 0; */
  margin: calc(20px * 500 / 750) auto 0;
  position: relative;
}
.home-kv-imgs .slick-list {
  overflow: hidden;
  /* padding-right: 100px;
  margin-right: -100px; */
  padding-right: calc(100px * 500 / 750);
  margin-right: calc(-100px * 500 / 750);
}
.home-kv-imgs .slick-track {
  transform: translateX(0);
}
.home-kv-img {
  padding-right: calc(5px * 500 / 750);
}
.home-kv-logo {
  margin-left: calc(40px * 500 / 750);
  width: calc(541px * 500 / 750);
  animation: blur-anim 0.5s linear forwards;
  animation-delay: 0.5s;
  z-index: 1;
}
@keyframes blur-anim {
  0% { 
    transform: scale(1.2);
  }
  100% { 
    transform: scale(1);
  }
}


@media screen and (min-width: 1px) and (max-width: 500px) {
.home-kv {
  padding-top: calc(65vw / 7.5);
}
.home-kv-imgs {
  max-width: calc(750vw / 7.5);
  padding: 0 50px 0 20px;
  margin: 15px auto 0;
}
.home-kv-imgs .slick-list {
  overflow: hidden;
  padding-right: 50px;
  margin-right: -50px;
}
.home-kv-img {
  padding-right: 5px;
}
.home-kv-logo {
  margin-left: 20px;
  width: calc(541vw / 7.5);
}
}

/* news
//* -------------------------------------------------- */
.url {
  overflow-wrap: anywhere;
  word-break: normal;
}
.home-news {
  width: 90%;
  margin: 0 auto;
  padding-top: calc(50px * 500 / 750);
  position: relative;
}
.home-news-heading {
  color: #fffcdb;
  position: relative;
  padding-bottom: calc(20px * 500 / 750);
}
.home-news-heading:after {
  background: url(../images/line_dots02.png) repeat-x;
  background-size: 100% auto;
  width: 100%;
  height: 4px;
  margin: auto;
  content: '';
  position: absolute;
  display: block;
  bottom: -4px;
  left: 0;
}
.home-news-heading .c-section-heading_en {
  font-size: calc(8rem * 500 / 750);
}
.home-news-block {
  width: 100%;
	padding: calc(30px * 500 / 750) 0;
	color: #51211a;
  font-size: calc(2.6rem * 500 / 750);
}
.home-news-block a {
	color: #51211a;
	display: inline;
  text-decoration: underline;
  transition: all 0.3s;
}
.home-news-txt {
  word-break: break-all;
}
.home-news-list {
  padding: 0;
  position: relative;
  height: calc(140px * 500 / 750);
  padding-bottom: 3em;
}
.home-news-date {
	position: absolute;
	bottom: 0;
  color: #ffe309;
	left: 0;
  font-weight: 500;
}
.home-news-art {
  position: absolute;
  width: calc(396px * 500 / 750);
  right: 0;
  top:  calc(-55px * 500 / 750);
}

@media screen and (min-width: 501px) {
  .home-news-block a:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 1px) and (max-width: 500px) {
  .home-news {
    padding-top: 25px;
  }
  .home-news-heading {
    padding-bottom: 10px;
  }
  .home-news-heading:after {
    background: url(../images/line_dots02.png) repeat-x;
    background-size: 100% auto;
    width: 100%;
    height: 5px;
    bottom: -5px;
  }
  .home-news-heading .c-section-heading_en {
    font-size: 4rem;
  }
  .home-news-block {
    padding: 15px 0;
    font-size: 1.3rem;
  }
  .home-news-list {
    height: 70px;
  }
  .home-news-art {
    width: calc(396vw / 7.5);
    top: -27px;
  }
}


/* about
//* -------------------------------------------------- */
.home-about {
  position: relative;
  background: url(../images/about_bg.jpg) repeat-y;
  background: url(../images/about_bg.webp) repeat-y;
  background-size: 100% auto;
  margin-top: -2px;
  padding: calc(70px * 500 / 750) 0;
}
.home-about-heading {
  color: #51211a;
  text-align: center;
  position: relative;
}
.home-about-inner {
  margin: calc(40px * 500 / 750) auto 0;
  text-align: center;
  background: #fff;
  padding: calc(30px * 500 / 750) 0 calc(50px * 500 / 750);
  position: relative;
  border-radius: calc(40px * 500 / 750);
}
.home-about-ttl {
  position: relative;
  margin: calc(30px * 500 / 750) auto 0;
  width: calc(641px * 500 / 750);
}
.home-about-txt {
  font-weight: 700;
  color: #00853e;
  margin: calc(40px * 500 / 750) auto 0;
  line-height: 2;
  font-size: calc(2.4rem * 500 / 750);
}
.home-about-txt img {
  width: 90%;
}
.home-about-txt_sm {
  font-size: calc(2rem * 500 / 750);
}
.home-about-ill {
  position: relative;
  width: calc(357px * 500 / 750);
}
.home-about-ill01 {
  width: calc(116px * 500 / 750);
  margin: 0 auto;
}
.home-about-ill02 {
  width: calc(510px * 500 / 750);
  margin: calc(30px * 500 / 750) auto 0;
  /* animation: anm-about 1s ease infinite alternate; */
}
/* @keyframes anm-about {
  0% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(0);
  }
  85% {
    transform: translateY(-20px)rotate(-5deg);
  }
  100% {
    transform: translateY(0);
  }
} */
@media screen and (min-width: 1px) and (max-width: 500px) {
  .home-about {
    padding: 40px 0;
  }
  .home-about-inner {
    margin: 30px auto 0;
    padding: 20px 0 30px;
    border-radius: 20px;
  }
  .home-about-ttl {
    margin: 20px auto 0;
    width: calc(641vw / 7.5);
  }
  .home-about-txt {
    margin: 20px auto 0;
    font-size: 1.2rem;
  }
  .home-about-txt_sm {
    font-size: 1rem;
  }
  .home-about-ill {
    width: calc(375vw / 7.5);
  }
  .home-about-ill01 {
    width: calc(116vw / 7.5);
  }
  .home-about-ill02 {
    width: calc(510vw / 7.5);
    margin: 20px auto 0;
  }
}

/* product
//* -------------------------------------------------- */
.product {
  position: relative;
  background: #ffcccc;
  padding: calc(70px * 500 / 750) 0 calc(110px * 500 / 750);
  color: #0da183;
}
.product-kv {
  text-align: right;
}
.product-art {
  position: absolute;
  width: calc(220px * 500 / 750);
  left: calc(-20px * 500 / 750);
  top: calc(-90px * 500 / 750);
}
.product-cap {
  font-size: calc(2.2rem * 500 / 750);
  font-feature-settings: "palt" 1;
  text-align: center;
  margin-top: calc(50px * 500 / 750);
}
.product .u-lists_kome {
  margin-top: calc(50px * 500 / 750);
}
.product-tabwrap {
  margin-top: calc(90px * 500 / 750);
}
.product-tablist {
  display: flex;
  justify-content: space-between;
}
.product-tabitem {
  width: 49.5%;
  padding: calc(15px * 500 / 750) 0;
  font-size: calc(3.2rem * 500 / 750);
  font-weight: 700;
  border-radius: calc(30px * 500 / 750) calc(30px * 500 / 750) 0 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: .4s ease-in-out;
}
.product-tabitem.standard {
  background-color: #00b1ab;
}
.product-tabitem.strawberry {
  background-color: #fb8a9b;
}
.product-panellist {
  position: relative;
  min-height: 300px;
}
.product-panelittem {
  background-color: #54bfbe;
  border-left: 3px solid #54bfbe;
  border-right: 3px solid #54bfbe;
}
.product-panelittem.strawberry {
  background-color: #fdafbb;
  border-color: #fdafbb;
}
.product-panelittem {
  opacity: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
  padding: 26px 0 43px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 0 0 calc(30px * 500 / 750) calc(30px * 500 / 750);
}
.product-panelittem.is-active {
  opacity: 1;
  height: auto;
  top: 0;
  position: relative;
}
.product-name {
  font-size: calc(3.2rem * 500 / 750);
  font-weight: 700;
  position: relative;
  padding-bottom: calc(70px * 500 / 750);
  line-height: 1.3;
}
.product-name:after {
  background: url(../images/product/product_line.svg) repeat-x;
  background-size: 100% auto;
  width: calc(361px * 500 / 750);
  height: calc(37px * 500 / 750);
  margin: auto;
  content: '';
  position: absolute;
  display: block;
  bottom: calc(15px * 500 / 750);
  left: 0;
  right: 0;
}
.strawberry .product-name:after {
  background: url(../images/product/product_line_strawberry.svg) repeat-x;
  background-size: 100% auto;
}
.product-txt {
  font-size: calc(2.6rem * 500 / 750);
  line-height: 2;
}
.product-mainimg {
  margin-top: calc(40px * 500 / 750);
  position: relative;
}
.product-mainimg:before {
  display: block;
  content: '';
  position: absolute;
  background: #54bfbe;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  transition: 0.8s all ease-in;
}
.strawberry .product-mainimg:before {
  background: #fdafbb;
}
.is_animed.product-mainimg:before {
  height: 0%;
}
.product-content {
  position: relative!important;
  display: flex;
}
.standard .product-content {
  border-top: 3px solid #54bfbe;
}
.strawberry .product-content {
  border-top: 3px solid #fdafbb;
}
.product-content:before {
  width: 3px;
  height: 100%;
  background: #54bfbe;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
.strawberry .product-content:before {
  background: #fdafbb;
}
.product-pkg {
  width: 50%;
  position: relative;
}
.product-sbt {
  width: 50%;
  position: relative;
}
.standard .product-pkg {
  background-color: #aee2a8;
}
.standard .product-sbt {
  background-color: #f9ffb8;
}
.strawberry .product-pkg {
  background-color: #ffedee;
}
.strawberry .product-sbt {
  background-color: #f9ffb8;
}
.product-pkg img { 
  width: 80%;
  margin: calc(15px * 500 / 750) auto;
}
.product-sbt img { 
  width: 70%;
  margin: calc(46px * 500 / 750) auto;
}
.product-content .slick-slide { 
  height: auto!important;
}
.product-content .slick-track {
  display: block;
}
.product-content .slick-num {
  background-color: rgba(255,255,255,.5);
  bottom: calc(20px * 500 / 750);
  font-size: calc(2.4rem * 500 / 750);
  left: 0;
  line-height: 1.8;
  width: calc(120px * 500 / 750);
  border-radius: calc(30px * 500 / 750);
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.standard .slick-num {
  color: #00b1ab;
}
.strawberry .slick-num {
  color: #ee7c81;
}

.product-materialslink {
  font-size: calc(2.4rem * 500 / 750);
  height: 1em;
  text-align: right;
  margin-top: calc(50px * 500 / 750);
  padding-right: 1.5em;
}
.product-materialslink a {
  color: #51211a;
  position: relative;
  padding-right: 1.2em;
  line-height: 1;
}
.product-materialslink a:after {
  display: block;
  content: '';
  position: absolute;
  bottom: calc(-15px * 500 / 750);
  background: #51211a;
  height: 1px;
  width: 6em;
  right: 1.2em;
}
.product-materialslink .u-plus {
  position: absolute;
  right: -.5em;
  top: 0em;
  border: none;
  background: #51211a;
  width: 1.3em;
  height: 1.3em;
}
.product-materialslink .u-plus:before,.product-materialslink .u-plus:after {
  background: #fff;
  width: 1.5px;
  height: .8em;
}

.looptext {
  padding: 20px 0;
  background: #fffcdb;
  border-top: 2px solid #51211a;
  border-bottom: 2px solid #51211a;
  font-size: calc(3.2rem * 500 / 750);
  font-weight: 700;
  color: #f8ba28;
}
.looptext p {
  position: relative;
}
.looptext p:after {
  background: url(../images/art_ws.svg) no-repeat;
  background-size: 100% auto;
  width: calc(59px * 500 / 750);
  height: calc(52px * 500 / 750);
  margin: auto;
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  top: 0;
  left: 34.5em;
}

@media screen and (min-width: 1px) and (max-width: 500px) {
  .product {
    padding: 35px 0 55px;
  }
  .product-art {
     width: calc(250vw / 8);
     left: -10px;
     top: -50px;
  }
  .product-cap {
    font-size: 1.1rem;
    margin-top: 25px;
  }
  .product .u-lists_kome {
    margin-top: 25px;
  }
  .product-tabwrap {
    margin-top: 45px;
  }
  .product-tabitem {
    padding: 8px 0;
    font-size: 1.8rem;
    border-radius: 15px 15px 0 0;
  }
  .product-panelittem {
    border-width: 2px;
  }
  .product-panelittem {
    padding: 20px 0 33px;
    border-radius: 0 0 15px 15px;
  }
  .product-name {
    font-size: 1.6rem;
    padding-bottom: 35px;
  }
  .product-name:after {
    width: calc(361vw / 7.5);
    height: calc(37vw / 7.5);
    bottom: 7px;
  }
  .product-txt {
    font-size: 1.3rem;
  }
  .product-mainimg {
    margin-top: 20px;
  }
  .standard .product-content {
    border-width: 2px;
  }
  .strawberry .product-content {
    border-width: 2px;
  }
  .product-content:before {
    width: 2px;
  }
  .product-pkg img { 
    margin: 8px auto;
  }
  .product-sbt img { 
    width: 70%;
    margin: 23px auto;
  }
  .product-content .slick-num {
    bottom: 10px;
    font-size: 1.2rem;
    width: calc(120vw / 7.5);
    border-radius: 15px;
  }
  .product-materialslink {
    font-size: 1.2rem;
    margin-top: 25px;
  }
  .product-materialslink a:after {
    bottom: -8px;
  }
  .product-materialslink .u-plus:before,.product-materialslink .u-plus:after {
    width: 1px;
  }
  
  .looptext {
    padding: 10px 0;
    border-width: 2px;
    font-size: 1.6rem;
  }
  .looptext p:after {
    width: 30px;
    height: 26px;
  }
}


/* lineup
//* -------------------------------------------------- */
.lineup {
  display: block;
  position: relative;
  background: #e7f665;
  padding: calc(80px * 500 / 750) 0 calc(70px * 500 / 750);
}
.lineup-lead,
.lineup-heading {
  color: #fc787d;
  text-align: center;
}
.lineup-main { 
  position: relative;
  margin-top: calc(45px * 500 / 750);
}
.lineup-lineupbox {
  background: #fffcd1;
  padding: calc(40px * 500 / 750) 4% calc(40px * 500 / 750);
  border-radius: calc(30px * 500 / 750);
  color: #51211a;
  text-align: center;
}
.lineup-name {
  font-size: calc(3.2rem * 500 / 750);
  font-weight: 700;
  margin-top: 0.8em;
}
.lineup-tastes {
  font-size: calc(2.6rem * 500 / 750);
  margin-top: 0.5em;
  line-height: 1.5;
}
.lineup-price {
  margin-top: 0.2em;
  font-size: calc(5rem * 500 / 750);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.lineup-price-sm {
  font-size: calc(2.6rem * 500 / 750);
  font-weight: 500;
}
.lineup-cap {
  margin-top: 0.5em;
  line-height: 1.4;
  font-size: calc(2.2rem * 500 / 750);
}
.lineup .u-lists_kome {
  color: #51211a;
  margin-top: calc(40px * 500 / 750);
}

.lineup-btnbox { 
  display: flex;
  justify-content: center;
  margin: calc(40px * 500 / 750) auto 0;
}
.lineup-btnbox .u-hoverButton-round {
  padding: calc(18px * 500 / 750) 2em calc(18px * 500 / 750) 2em;
  border-radius: calc(30px * 500 / 750);
  font-size: calc(2.2rem * 500 / 750);
  margin: 0 calc(6px * 500 / 750);
  border: 2px solid;
}
.lineup-btnbox .u-hoverButton-round_t:after {
  width: calc(14px * 500 / 750);
  height: calc(14px * 500 / 750);
}


@media screen and (min-width: 1px) and (max-width: 500px) {
  .lineup {
    padding: 50px 0 35px;
  }
  .lineup-main { 
    margin-top: 30px;
  }
  .lineup-lineupbox {
    padding: 20px 4% 20px;
    border-radius: 15px;
  }
  .lineup-name {
    font-size: 1.6rem;
  }
  .lineup-tastes {
    font-size: 1.3rem;
  }
  .lineup-price {
    font-size: 2.5rem;
  }
  .lineup-price-sm {
    font-size: 1.3rem;
  }
  .lineup-cap {
    font-size: 1.1rem;
  }
  .lineup .u-lists_kome {
    margin-top: 25px;
  }
  
  .lineup-btnbox { 
    margin: 20px auto 0;
  }
  .lineup-btnbox .u-hoverButton-round {
    padding: 10px 2em 10px 2em;
    border-radius: 20px;
    font-size: 1.1rem;
    margin: 0 5px;
    border-width: 1px;
  }
  .lineup-btnbox .u-hoverButton-round_t:after {
    width: 7px;
    height: 7px;
  }
}

/* goods
//* -------------------------------------------------- */
.goods {
  background: #3673cf;
  position: relative;
  padding: calc(160px * 500 / 750) 0 calc(100px * 500 / 750);
}
.goods:before {
  display: block;
  content: '';
  width: 100%;
  height: calc(70px * 500 / 750);
  position: absolute;
  top: -1px;
  left: 0;
  background: url(../images/lineup/lineup-bg_SS.png) top repeat-x;
  background-size: auto 100%;
  z-index: 1;
}
.goods-kv {
  color: #fabe23;
  position: relative;
}
.goods-art {
  position: absolute;
  width: calc(250px * 450 / 750);
  right: 0%;
  top: calc(-30px * 450 / 750);
}
.goods-kv-img {
  margin-top: calc(40px * 500 / 750);
  position: relative;
  display: block;
  overflow: hidden;
}
.goods-kv-img:before {
  display: block;
  content: '';
  position: absolute;
  background: #51211a;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  transition: 0.8s all ease-in;
}
.is_animed.goods-kv-img:before {
  height: 0%;
}

.goods-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: calc(50px * 500 / 750);
}
.goods-lists li {
  width: 48%;
}
.goods-lists a {
  color: #fff;
}
.goods-lists li:nth-child(n+3) {
  margin-top: calc(30px * 500 / 750);
}
.goods-img {
  position: relative;
}
.goods-img:before {
  display: block;
  content: '';
  position: absolute;
  bottom: calc(-8px * 500 / 750);
  right: calc(-8px * 500 / 750);
  background: #51211a;
  width: 100%;
  height: 100%;
  border-radius: calc(34px * 500 / 750);
  z-index: 0;
}
.goods-img img {
  position: relative;
  z-index: 1;
  transition: transform 0.2s linear;
}
.goods-box {
  margin-top: 30px;
}
.goods-name {
  font-size: calc(2.2rem * 500 / 750);
  margin-top: 0.5em;
  line-height: 1.3;
}
.goods-cap {
  color: #ffe309;
  border: 2px solid;
  border-radius: calc(30px * 500 / 750);
  line-height: 2;
  text-align: center;
  padding: 0 1em;
  width: fit-content;
  margin-top: 1.5em;
  font-size: calc(2.4rem * 500 / 750);
}
.goods-price {
  margin-top: -0.2em;
  font-size: calc(4rem * 500 / 750);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.goods-price-sm {
  font-size: calc(100px * 500 / 750);
  font-weight: 500;
}
.goods .lineup-btnbox {
  margin-top: calc(2.4rem * 500 / 750);
}
.goods .u-lists_kome {
  color: #fff;
}



@media screen and (min-width: 501px) {
.goods-lists a:hover .goods-img img {
  transform: translateY(5px) translateZ(5px) translateX(5px);
}
}

@media screen and (min-width: 1px) and (max-width: 500px) {
  .goods {
    padding: 80px 0 50px;
  }
  .goods:before {
    height: 35px;
  }
  .goods-art {
    width: calc(180vw / 7.5);
    top: 5px;
    right: 3%;
  }
  .goods-kv-img {
    margin-top: 20px;
  }
  
  .goods-lists {
    margin-top: 25px;
  }
  .goods-lists li:nth-child(n+3) {
    margin-top: 15px;
  }
  .goods-img:before {
    bottom: -4px;
    right: -4px;
    border-radius: 17px;
  }
  .goods-box {
    margin-top: 15px;
  }
  .goods-name {
    font-size: 1.1rem;
  }
  .goods-cap {
    border: 1px solid;
    border-radius: 15px;
    font-size: 1.2rem;
  }
  .goods-price {
    font-size: 2rem;
  }
  .goods-price-sm {
    font-size: 1.1rem;
  }
  
  .goods .lineup-btnbox {
    margin-top: 50px;
  }
  .goods .u-lists_kome {
    margin-top: 20px;
  }
  .goods .u-lists_kome {
    margin-top: 20px;
  }
}

/* goods モーダル
//* -------------------------------------------------- */
.js-modal_goods {
  overflow: hidden;
}
.js-modal_goods:before {
  position: absolute;
  content: '';
  display: block;
  height: 450px;
  width: 20px;
  background: #fae2bf;
  border-radius: 0 100px 100px 0;
  top: calc(40px * 500 / 750);
  left: -10px;
  z-index: 1;
  opacity: 0.6;
}
.js-modal_goods:after {
  position: absolute;
  content: '';
  display: block;
  height: 450px;
  width: 20px;
  background: #fae2bf;
  border-radius: 100px 0 0 100px;
  top: calc(40px * 500 / 750);
  right: -10px;
  z-index: 1;
  opacity: 0.6;
}
.js-modal_goods .u-modal-bg {
  background: #3673cf;
}
.js-modal_goods .u-modal-content {
  background: none;
  overflow-y: auto;
  padding: calc(40px * 500 / 750) 0 calc(100px * 500 / 750);
  border-radius: 0;
  color: #fff;
  overflow-y: scroll;
  height: 100%;
  scrollbar-width: none;
  z-index: 2;
}
.js-modal_goods .u-modal-contentx::-webkit-scrollbar {
  display: none;
}

.prev-modal,.next-modal {
  position: absolute;
  top: 225px;
  z-index: 3;
}
.prev-modal::before,.next-modal::before {
  content: '';
  width: calc(24px * 500 / 750);
  height: calc(24px * 500 / 750);
  border-top: solid 3px #51211a;
  border-right: solid 3px #51211a;
  position: absolute;
  top: calc(40px * 500 / 750);
}
.prev-modal {
  display: inline-block;
  width: calc(50px * 500 / 750);
  height: calc(100px * 500 / 750);
  border-radius: 0 100% 100% 0% / 50%;
  background: #fff;
  left: 0;
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.next-modal {
  display: inline-block;
  width: calc(50px * 500 / 750);
  height: calc(100px * 500 / 750);
  border-radius: 100% 0 0 100% / 50%;
  background: #fff;
  right: 0;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.prev-modal::before {
  left: calc(14px * 500 / 750);
  transform: rotate(-135deg);
}
.next-modal::before {
  left: calc(14px * 500 / 750);
  transform: rotate(45deg);
}
.js-modal_goods .news-btn_close {
  width: calc(180px * 500 / 750);
  font-size: calc(2.4rem * 500 / 750);
}
.js-modal_goods .news-btn_close .u-batsu:before, .js-modal_goods .news-btn_close .u-batsu:after {
  width: 2px;
  height: 1em;
  background: #ffe309;
}
.js-modal_goods .goods-name {
  font-size: calc(3.2rem * 500 / 750);
}
.js-modal_goods .goods-price {
  font-size: calc(5rem * 500 / 750);
  margin-top: calc(20px * 500 / 750);
}
.js-modal_goods .goods-material {
  font-size: calc(2.6rem * 500 / 750);
  margin-top: calc(20px * 500 / 750);
}
.js-modal_goods .goods-box {
  width: 95%;
  margin: calc(40px * 500 / 750) auto 0;
}
.goods-moadal-kv {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
}
.goods-moadal-slider {
  position: relative;
  height: calc(675px * 500 / 750);
}
.goods-moadal-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0s linear;
}
.goods-moadal-thumbnails {
  display: flex;
  flex-wrap: wrap;
  width: 86%;
  margin: calc(30px * 500 / 750) auto 0;
}
.goods-moadal-thumb {
  width: calc(100px * 500 / 750);
  margin-right: calc(15px * 500 / 750);
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.1s;
  border-radius: calc(10px * 500 / 750);
}
.goods-moadal-thumb:nth-child(5) {
  margin-right: 0;
}
.goods-moadal-thumb:nth-child(n+6) {
  margin-top: calc(20px * 500 / 750);
}
.goods-moadal-thumb.active {
  opacity: 1;
  border: 3px solid #51211a;
}


@media screen and (min-width: 1px) and (max-width: 500px) {
  .js-modal_goods:before {
    height: calc(675vw / 7.5);
    border-radius: 0 50px 50px 0;
    top: 20px;
  }
  .js-modal_goods:after {
    height: calc(675vw / 7.5);
    border-radius: 50px 0 0 50px;
    top: 20px;
  }
  .js-modal_goods .u-modal-content {
    padding: 20px 0 100px;
  }
  .goods-moadal-slider {
    height: calc(675vw / 7.5);
  }
  .prev-modal,.next-modal {
    top: calc(330vw / 7.5);
  }
  .prev-modal::before,.next-modal::before {
    width: calc(24vw / 7.5);
    height: calc(24vw / 7.5);
    border-width: 2px;
    top: calc(40vw / 7.5);
  }
  .prev-modal {
    width: calc(50vw / 7.5);
    height: calc(100vw / 7.5);
  }
  .next-modal {
    width: calc(50vw / 7.5);
    height: calc(100vw / 7.5);
  }
  .prev-modal::before {
    left: 8px;
  }
  .next-modal::before {
    left: 8px;
  }
  .js-modal_goods .news-btn_close {
    width: calc(180px * 500 / 750);
    font-size: 1.2rem;
  }
  .js-modal_goods .news-btn_close .u-batsu:before, .js-modal_goods .news-btn_close .u-batsu:after {
    width: 1.5px;
  }
  .js-modal_goods .goods-name {
    font-size: 1.6rem;
  }
  .js-modal_goods .goods-price {
    font-size: 2.5rem;
    margin-top: 10px;
  }
  .js-modal_goods .goods-material {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .js-modal_goods .goods-box {
    margin: 20px auto 0;
  }
  .goods-moadal-thumbnails {
    margin: 15px auto 0;
  }
  .goods-moadal-thumb {
    width: calc(100vw / 7.5);
    margin-right: 8px;
    border-radius: 5px;
  }
  .goods-moadal-thumb:nth-child(n+6) {
    margin-top: 10px;
  }
  .goods-moadal-thumb.active {
    border-width: 1.5px;
  }
}


/* shop
//* -------------------------------------------------- */
.home-shop {
  background: #b8ddde;
  position: relative;
  padding: calc(100px * 500 / 750) 0 calc(60px * 500 / 750);
}
.home-shop-heading {
  text-align: center;
  color: #00b1ab;
}
.home-shop .u-inner {
  position: relative;
  width: 96%;
}
.home-shop-btns {
  padding-top: calc(30px * 500 / 750);
  max-width: calc(240px * 500 / 750);
  margin: 0 auto;
}
.home-shop-btns .u-hoverButton-round {
  background-color: #c65430;
  color: #fff;
  padding: calc(18px * 500 / 750) 0 calc(18px * 500 / 750);
  font-size: calc(2.2rem * 500 / 750);
}
.home-shop-btns .u-hoverButton-round_t:after {
  width: calc(12px * 500 / 750);
  height: calc(12px * 500 / 750);
  background: url(../images/ico_tab_w.png) no-repeat;
  background-size: 100% auto;
}
.home-shop-btn {
  margin-top: calc(60px * 500 / 750);
}
.home-shop-art {
  position: absolute;
  width: calc(259px * 500 / 750);
  right: 0;
  top: calc(-130px * 500 / 750);
}
.u-hoverButton-round_plus {
  background: #fffcdb;
  font-size: calc(2.6rem * 500 / 750);
  color: #ee7c81;
  max-width: calc(440px * 500 / 750);
  font-weight: 700;
}
.u-hoverButton-round_plus .u-plus {
  position: absolute;
  right: 5%;
  top: 2px;
  bottom: 0;
  margin: auto;
}

.home-shop-lists li {
  background: #fffcdb;
  border-radius: calc(40px * 500 / 750);
  margin-top: calc(30px * 500 / 750);
  padding: calc(25px * 500 / 750) 4% calc(30px * 500 / 750);
  color: #51211a;
}
.home-shop-name {
  font-size: calc(3.2rem * 500 / 750);
  font-weight: 700;
  line-height: 1.5;
}
.home-shop-txt {
  font-size: calc(2.4rem * 500 / 750);
  line-height: 1.5;
  margin-top: calc(10px * 500 / 750);
}
.home-shop-links {
  display: flex;
  justify-content: center;
  margin-top: calc(25px * 500 / 750);
}
.home-shop-links .u-hoverButton-round {
  padding: calc(18px * 500 / 750) 2em calc(18px * 500 / 750) 2em;
  border: 2px solid;
  margin: 0 calc(10px * 500 / 750);
}
.home-shop-lists .info-btn {
  margin: calc(20px * 500 / 750) auto 0;
  border: 2px solid;
  font-size: calc(2.2rem* 500 / 750);
}
.home-shop .u-lists_kome,
.home-online .u-lists_kome {
  margin: calc(40px * 500 / 750) auto 0;
  width: 90%;
}

@media screen and (min-width: 1px) and (max-width: 500px) {
  .home-shop {
    padding: 50px 0 30px;
  }
  .home-shop-btns {
    padding-top: 30px;
    width: calc(240vw / 7.5);
  }
  .home-shop-btns .u-hoverButton-round {
    padding: 18px 0 18px;
    font-size: 1.3rem;
  }
  .home-shop-btns .u-hoverButton-round_t:after {
    width: 6px;
    height: 6px;
  }
  .home-shop-btn {
    margin-top: 40px;
  }
  .home-shop-art {
    width: calc(259vw / 7.5);
    top: calc(-125vw / 7.5);
  }
  .u-hoverButton-round_plus {
    font-size: 1.3rem;
    width: calc(440vw / 7.5);
  }
  .u-hoverButton-round_plus .u-plus {
    top: 2px;
  }

  .home-shop-lists {
    width: 100%;
    margin-top: 30px;
  }
  .home-shop-lists li {
    border-radius: 20px;
    margin-top: 20px;
    padding: 15px 5% 20px;
  }
  .home-shop-name {
    font-size: 1.6rem;
  }
  .home-shop-txt {
    font-size: 1.2rem;
  }
  .home-shop-lists .u-hoverButton-round {
    margin-top: 15px;
    padding: 10px 2em 10px 2em;
    font-size: 1.1rem;
    border: 1px solid;
  }
  .home-shop-lists .info-btn {
    border: 1px solid;
    font-size: 1.1rem;
  }
  .home-shop .u-lists_kome,
  .home-online .u-lists_kome {
    margin: 20px auto 0;
  }
}

/* online
//* -------------------------------------------------- */
.home-online {
  background: #ffe1de;
  position: relative;
  padding: calc(100px * 500 / 750) 0 calc(60px * 500 / 750);
}
.home-online .u-inner {
  position: relative;
  width: 96%;
}
.home-online-heading {
  text-align: center;
  color: #f78491;
}
.home-online-btns .u-hoverButton-round {
  padding: calc(18px * 500 / 750) 2em calc(18px * 500 / 750) 2em;
  border-radius: calc(30px * 500 / 750);
  font-size: calc(2.2rem * 500 / 750);
  margin: 0  auto;
  border: none;
  width: fit-content;
}
.home-online-btn {
  margin: calc(30px * 500 / 750) auto 0;
}
@media screen and (min-width: 1px) and (max-width: 500px) {
}




/* present
//* -------------------------------------------------- */
.home-present {
  background: #54bfbe;
  position: relative;
}
.home-present-inner {
  margin: 0 auto;
  padding: calc(50px * 500 / 750) 0 calc(70px * 500 / 750);
  position: relative;
}
.home-present-ttl {
  display: block;
  text-align: center;
  position: relative;
  font-size: calc(3rem * 500 / 750);
  color: #fff;
}
.home-present-ttl span {
  position: relative;
  z-index: 1;
}
.home-present-ttl:before {
  background: url(../images/wallpaper/wallpaper_ttlbg.png) no-repeat;
  background-size: 100% auto;
  width: calc(287px * 500 / 750);
  height: calc(70px * 500 / 750);
  margin: auto;
  content: '';
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 0;
}
.home-present-heading {
  color: #f9e654;
  text-align: center;
  padding-top: calc(70px * 500 / 750);
}

.home-present-txt {
  margin-top: calc(30px * 500 / 750);
  line-height: 2;
  font-size: calc(2.6rem * 500 / 750);
  color: #f9e654;
  text-align: center;
}
.home-present-wallpapers {
  margin: calc(50px * 500 / 750) auto 0;
  display: flex;
  justify-content: space-between;
}
.home-present-wallpaper {
  margin: 0;
  width: 46%;
  max-width: calc(300px * 500 / 750);
}
.home-present .u-textbox {
  max-width: 750px;
  margin: calc(40px * 500 / 750) auto 0;
}
.home-present .u-hoverButton-round {
  background-color: #51211a;
  color: #fff;
  padding: calc(18px * 500 / 750) 0 calc(18px * 500 / 750);
  font-size: calc(2.2rem * 500 / 750);
  max-width: calc(260px * 500 / 750);
}
.u-hoverButton-round_d:after {
  width: calc(16px * 500 / 750);
  height: calc(18px * 500 / 750);
  background: url(../images/ico_dl_w.png) no-repeat;
  background-size: 100% auto;
}
.home-present .u-textbox {
  color: #fff;
}
@media screen and (min-width: 501px) {
  .home-present-wallpaper a:hover {
    transform: scale(1.05);
    cursor: pointer;
  }
  .u-hoverButton-round:hover {
    transform: scale(1);
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  .home-present-inner {
    padding: 30px 0 40px;
  }
  .home-present-ttl {
    font-size: 1.5rem;
  }
  .home-present-ttl:before {
    width: calc(287vw / 7.5);
    height: calc(70vw / 7.5);
  }
  .home-present-heading {
    padding-top: 35px;
  }
  .home-present-txt {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  .home-present-wallpapers {
    margin: 30px auto 0;
  }
  .home-present-wallpaper {
    width: 46%;
    max-width: 300px;
  }
  .home-present .u-textbox {
    margin: 20px auto 0;
  }
  .home-present .home-shop-btn {
    margin-top: 20px;
  }
  .home-present .u-hoverButton-round {
    padding: 9px 0 9px;
    font-size: 1.1rem;
    width: calc(240vw / 7.5);
  }
  .u-hoverButton-round_d:after {
    width: 8px;
    height: 9px;
  }
}




.teaser .g-footer-link {
  max-width: calc(164px * 500 / 750);
  margin: 0px auto 0;
}
.teaser .g-footer {
  padding: calc(100px * 500 / 750) 0 calc(20px * 500 / 750);
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  .teaser .g-footer-link {
    width: calc(164vw / 7.5);
  }
  .teaser .g-footer {
    padding: 40px 0 15px;
  }
  .teaser .home-news-block {
    padding: 15px 0 0;
  }
  .teaser .lineup-btnbox .u-hoverButton-round {
    font-size: 1.3rem;
  }
  .teaser .lineup-btnbox {
    margin: 25px auto 0;
  }
  .teaser .home-shop-lists {
      width: 90%;
  }
}

@media screen and (min-width: 501px) {
  .u-hoverButton-round:hover {
    transform: scale(1.05);
    cursor: pointer;
  }
}





.noteBox {
  margin: 20px auto 20px;
  max-width: calc(480px * 500 / 750);
}
.noteBox a {
  margin: 0 auto;
  display: flex;
  border-radius: 10px;
  border: 2px solid #0a7dd2;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: scale(1);
}
.tit_note_sub {
  width: 30%;
  background-color: #0a7dd2;
  color: #fff;
  padding: 10px 0 10px 1.5em;
  position: relative;
  font-size: calc(24px * 500 / 750);
}
.tit_note_sub::after {
    display: block;
    content: "";
    width: calc(30px * 500 / 750);
    height: calc(30px * 500 / 750);
    background: url(../../../common/images/common/ico_caution.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 1em;
}
.tit_note {
  width: 70%;
  color: #0a7dd2;
  padding: 10px 1em 10px 0;
  position: relative;
  font-size: calc(21px * 500 / 750);
  line-height: calc(24px * 500 / 750);
}
.tit_note::after {
    display: block;
    content: "";
    width: calc(20px * 500 / 750);
    height: calc(18px * 500 / 750);
    background: url(../../../common/images/common/icn_ar_blue.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    top: 1px;
    margin: auto;
    right: 0.8em;
}

@media screen and (min-width: 1px) and (max-width: 500px) {
.noteBox {
  margin: 20px auto 20px;
  max-width: calc(480vw / 7.5);
}
.noteBox a {
  border-radius: 5px;
  border-width: 1px;
}
.tit_note_sub {
  padding: 8px 0 8px 1.5em;
  font-size: 1.2rem;
}
.tit_note_sub::after {
  width: 15px;
  height: 15px;
}
.tit_note {
  padding: 8px 1em 8px 0;
  font-size: 1.1rem;
  line-height: 1.2rem;
}
.tit_note::after {
  width: 10px;
  height: 9px;
}
}

@media screen and (min-width: 501px) {
  .noteBox a:hover {
    transform: scale(1.05);
  }
}
