@charset "utf-8";
/*---------------------------------------------
Reset
---------------------------------------------*/

html {
	color: #333;
	overflow-y: scroll;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 62.5%;
	line-height:1.5;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; padding: 0; }
img { border: none; vertical-align: bottom; max-width: 100%; height: auto; margin: 0; padding: 0; }
div, dl, dt, dd, form, input, ul, ol, li, p, select, textarea, span, th, td { margin: 0; padding: 0;}
*, *:before, *:after { box-sizing: border-box;}

/*---------------------------------------------
Style
---------------------------------------------*/
body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size:1.8rem;
}


.for_pc{
	display:block;
	margin:0 auto;
}

.for_sp{
	display:none;
	margin:0 auto;
}

/* sp */
@media screen and (max-width: 750px){

	body {
		font-size:1.5rem;
	}
	.for_pc{
		display:none;
		margin:0 auto;
	}
	.for_sp{
		display:block;
		margin:0 auto;
	}
}

/* =========================================================
メインビジュアル
========================================================= */
main{
    background: url("../img/main_bg.webp");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
    padding: 2rem;
}

h2{
	padding: 4rem 0 3rem;
}

/* -- アニメーション -- */

.anim-box.popup.is-animated {
  animation: popup 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
 
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.6);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

.anim-box.slidein.is-animated {
  animation: slideIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slideIn {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    transform: translateY();
  }
  60%,100% {
    opacity: 1;
  }
}


@media screen and (max-width: 750px){
main{
	padding: 4rem 2rem 0rem;
	}
	h2{
		max-width: 90%;
		margin: 0 auto;
	}
}
 
/* =========================================================
商品一覧
========================================================= */
#menu{
    padding: 4rem 2rem;
    transition:background-color 0.5s;
    background-color: #EA5514;
	background-image: url("../img/bg_left.webp"),url("../img/bg_right.webp");
	background-position: top left, bottom right;
	background-repeat: no-repeat, no-repeat;
}

#tabs{
	max-width: 900px;
	margin: 4rem auto;
	font-size: 2rem;
	font-weight: 600;
}
#tab1{
    cursor: default;
}
#tab2{
    background-color: #ccc;
}

.tabs-nav li{
	font-weight: bold;
	line-height: 1.2;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.tabs-nav li .schedule{
	color: #e60012;
	font-size: 2.4rem;
}

.tabs-nav li .schedule span{
	font-size: 1.6rem;
}

.tab1_product, .tab2_product{
	background-color: #fff;
	padding: 4rem 0 1rem;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.product_name{
	background: linear-gradient(90deg, #e7bd1a 0, #ffd768 15%, #ffe587 20%, #fbf8cf 40%, #fbf8cf 60%, #ffd768 85%, #e7bd1a 100%);
	padding: 1rem 1rem 1.5rem;
	font-weight: 800;
	line-height: 1.2;
}

.product_name span{
	font-size: 3rem;
	font-weight: 800;
}

.product_box{
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1rem;
	background-image: url("../img/product_bg.webp");
    background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
    padding: 2rem 2rem 2rem;
}

.product_box_image{
	justify-content: baseline;
	align-items: center;
}

.product_textbox{
	border-top: solid 1px #333;
	margin: 0rem 3rem 3rem;
	padding-top: 1rem;
	text-align: center;
	font-weight: 600;
}

.shoplist_btn a{
	display: block;
	max-width: 600px;
	margin: 6rem auto 0;
	padding: 2rem;
	color: #333;
	font-weight: 800;
	border: solid 3px #333;
	border-radius: 100px;
	font-size: 2.2rem;
	background-color: #fff100;
	text-decoration: none;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
	transition-duration: .4s;
}

.shoplist_btn a:hover {
  transform: scale(1.1);
}

.note{
	font-size: 1.4rem;
	font-weight: 600;
	padding-top: 1.2rem;
	color: #fff;
}

/*--- マジボイスボタン ---*/
.btn.majivoice {
  position: relative;
  margin: 0 auto 6rem;
  width: 100%;
  max-width: 235px;
  height: 72px;
  min-height: 60px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #209bd2;
  border-radius: 50px;
  border-bottom: 0;
  padding: 8px 0 3px 0;
  box-shadow:
    0 6px 0 #127cbf,
    0 8px 10px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease;
}

.btn.majivoice>p:first-child {
  display: flex;
  align-items: center;
}

.btn.majivoice:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #127cbf;
}

.btn.majivoice .majivoice-logo4 {
  width: 140px !important;
  margin: -3px 5px -5px 0 !important;
  vertical-align: middle;
  border: none !important;
}


@media screen and (max-width: 750px){
	#menu{
    padding: 4rem 1.5rem;
	background-image: url("../img/bg_left.webp"),url("../img/bg_right.webp");
	background-size: 30%, 30%;
	background-position: top left, bottom right;
	background-repeat: no-repeat, no-repeat;
}
	h3{
		max-width: 70%;
		margin: 0 auto;
	}
#tabs{
	max-width: 900px;
	margin: 3rem auto;
}
.tab1_product, .tab2_product{
	background-color: #fff;
	padding: 3rem 0 1rem;
    }
.tabs-nav li .schedule{
	color: #e60012;
	font-size: 1.8rem;
}
.tabs-nav li .schedule span{
	font-size: 1.4rem;
}
	h4 img{
		max-width: 100%;
		margin: 0 auto;
	}
	.product_name{
		font-size: 1.6rem;
	}
	
	.product_name span{
	font-size: 2.4rem;
}
    .tab_img{
        max-width: 50%;
        margin: 0 auto;
    }
.product_box{
    padding: 2rem 0.5rem 1rem;
    grid-gap: 0rem;
    }
	.product_textbox{
		font-size: 1.5rem;
        margin: 2rem 1rem 3rem;
}
	.shoplist_btn a{
		max-width: 90%;
		font-size: 2rem;
	}
    
.note{
	font-size: 1.2rem;
	}
}

@media screen and (max-width: 480px){
	.btn.majivoice {
		font-size: 1.6rem;
		height: 60px;
	}
}

/* =========================================================
ページトップ リンク
========================================================= */

/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background: linear-gradient(45deg, #e7bd1a 0, #ffd768 15%, #ffe587 20%, #fbf8cf 40%, #fbf8cf 60%, #ffd768 85%, #e7bd1a 100%);
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #333;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:1.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #333;
	color: #FFF;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
    bottom: 10px;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

@media screen and (max-width: 960px) {

#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
    bottom: 10px;
}
}

/* sp */
@media screen and (max-width: 520px){
	#page-top a{
	margin: 0 -10px 0 0;
	}
}




