@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

img{
	line-height:1;
	vertical-align:bottom;
}

/************** layout base ********************/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img{ max-width:100%;}

a{text-decoration:none; color:#000000;}
a:hover{text-decoration: none;}
a:link{}

a:visited{color:#000;}

/* ボタンrollover */
a:hover img{
   opacity:0.8;
}

sup {
	line-height: 100%;
	font-size:10px;
	vertical-align: 0.4em;
}
sub{
	line-height: 100%;
	font-size:10px;
	vertical-align: -0.1em;
}

.txtLeft{text-align:left;}
.txtRight{text-align:right;}
.txtCenter{text-align:center;}

.fw{font-weight:bold !important;}
.f10{ font-size:10px !important;}
.f11{ font-size:11px !important;}
.f12{ font-size:12px !important;}
.f13{ font-size:13px !important;}
.f14{ font-size:14px !important;}
.f15{ font-size:15px !important;}
.f16{ font-size:16px !important;}
.f17{ font-size:17px !important;}
.f18{ font-size:18px !important;}
.f20{ font-size:20px !important;}
.f22{ font-size:22px !important;}
.f24{ font-size:24px !important;}

.txtRed{ color:#D80000;}

.fLeft{ float:left;}
.fRight{ float:right;}

.mTop0{ margin-top:0 !important;}
.mTop5{ margin-top:5px !important;}
.mTop10{ margin-top:10px !important;}
.mTop15{ margin-top:15px !important;}
.mTop20{ margin-top:20px !important;}
.mTop25{ margin-top:25px !important;}
.mTop30{ margin-top:30px !important;}
.mTop35{ margin-top:35px !important;}
.mTop40{ margin-top:40px !important;}
.mTop45{ margin-top:45px !important;}
.mTop50{ margin-top:50px !important;}
.mTop55{ margin-top:55px !important;}
.mTop60{ margin-top:60px !important;}

.mBtm0{ margin-bottom:0 !important;}
.mBtm5{ margin-bottom:5px !important;}
.mBtm10{ margin-bottom:10px !important;}
.mBtm15{ margin-bottom:15px !important;}
.mBtm20{ margin-bottom:20px !important;}
.mBtm25{ margin-bottom:25px !important;}
.mBtm30{ margin-bottom:30px !important;}
.mBtm35{ margin-bottom:35px !important;}
.mBtm40{ margin-bottom:40px !important;}
.mBtm45{ margin-bottom:45px !important;}
.mBtm50{ margin-bottom:50px !important;}
.mBtm55{ margin-bottom:55px !important;}
.mBtm60{ margin-bottom:60px !important;}
.mBtm70{ margin-bottom:70px !important;}
.mBtm80{ margin-bottom:80px !important;}
.mBtm90{ margin-bottom:90px !important;}
.mBtm100{ margin-bottom:100px !important;}

.pTop0{ padding-top:0 !important;}
.pTop5{ padding-top:5px !important;}
.pTop10{ padding-top:10px !important;}
.pTop15{ padding-top:15px !important;}
.pTop20{ padding-top:20px !important;}
.pTop25{ padding-top:25px !important;}
.pTop30{ padding-top:30px !important;}
.pTop35{ padding-top:35px !important;}
.pTop40{ padding-top:40px !important;}
.pTop45{ padding-top:45px !important;}
.pTop50{ padding-top:50px !important;}

.pBtm0{ padding-bottom:0 !important;}
.pBtm5{ padding-bottom:5px !important;}
.pBtm10{ padding-bottom:10px !important;}
.pBtm15{ padding-bottom:15px !important;}
.pBtm20{ padding-bottom:20px !important;}
.pBtm25{ padding-bottom:25px !important;}
.pBtm30{ padding-bottom:30px !important;}
.pBtm35{ padding-bottom:35px !important;}
.pBtm40{ padding-bottom:40px !important;}
.pBtm45{ padding-bottom:45px !important;}
.pBtm50{ padding-bottom:50px !important;}
.pBtm55{ padding-bottom:55px !important;}
.pBtm60{ padding-bottom:60px !important;}

/************** layout base ********************/
body{
	position: relative;
	background: #ffffff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: left;
	line-height: 1.5;
}
body::before{
	content: ""; 
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("images/mv_bg.png") no-repeat center top / cover;/*1366px 769px*/
	width: 100%;
	height: 100vh;
	z-index: -1;
}

ol,ul {
	list-style:none;
}

p,dt,dd,li,td,th{
	font-size: 24px;
	color: #000;
	line-height: 1.58em;
}

div,p,dl{
	text-align:left;
}

h1,h2,h3,h4,h5,h6{
	color: #000000;
	font-weight: 900;
	font-size: 24px;
}


/* common
---------------------------------------------------------------------------- */
:root{
	scroll-padding-top: 81px;
}
html {
	scroll-behavior: smooth;
}
body{
}
.inner{
	width: 750px;
	margin: 0 auto;
}

.fontSenkaku {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
  }

.wrapper{
	width: 750px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}
main{
	margin-top: 81px;
}


/* header
---------------------------------------------------------------------------- */
header{ 
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin: 0 auto;
   padding: 0 88px 0 16px;
   width: 750px;
   height: 81px;
   z-index: 1000;
   background: #000000;
}
header.inner{
	position: relative;
}
#logo{
	font-size: 0;
}
#logo img{
	width: 105px;
	height: 63px;
}

.headerSns{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.headerSns a{
	display: inline-block;
	width: 34px;
	height: 34px;
	font-size: 0;
}
.headerSns a.headerSnsX{
	padding: 4px;
}
.headerSns a.headerSnsX img{	
	width: 28px;
	height: 28px;
}
/* =======================================
	.menu
========================================== */
.menu {
	position: absolute;
	right: 0;
	top: 0;
	display: grid;
	place-content: center;
	padding-top: 32px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	z-index: 101;
  	background: #000;
	text-align: center;
}
.menu::after{
	content: "MENU";
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.05em;
}
.menu span {
	position: absolute;
	left: 22px;
	margin-bottom: 6px;
	width: 35px;
	height: 3px;
	background-color: #fefefe;
	transition: all 0.6s;
}
.menu span.menuLine01 {
      top: 21px;
}
.menu span.menuLine02{
      top: 31px;
}
.menu span.menuLine03{
      top: 41px;
}
.menu.active  span.menuLine01{
      transform: rotate(45deg);
      top: 32px;
}
.menu.active  span.menuLine02{
      width: 0;
      left: 50%;
}
.menu.active  span.menuLine03 {
      transform: rotate(-45deg);
      top: 32px;
} 

.menuBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}
.menuBg.active {
    opacity: 0.8;
    visibility: visible;
}


/* gNavi
---------------------------------------------------------------------------- */
#gNavi{
	position: fixed;
	right: -100vw;
	top: 0;
	height: 100vh;
	transition: all 0.6s;
	z-index: 100;
	overflow-y: auto;
	background: #000;
  }
  #gNavi.active{
	right: 0;
  }
  #gNavi ul{
	padding: 60px 0 0 0;
	  width: 100vw;
  }
  #gNavi ul li{
	border-bottom: 1px solid #fff;
  }
  #gNavi ul li a{
	display: block;
	padding: 0.8em 4%;
	font-size: 16px;
	color: #fff;
  }


/* #footerBtns
---------------------------------------------------------------------------- */  
#footerBtns{
	display: flex;
	background: #FFE110;
	padding: 20px 0;
}
#footerBtns a{
	display: block;
	width: calc(100%/3);
	font-size: 20px;
	text-align: center;
	color: #000548;
	
}
#footerBtns a + a{
	border-left: 1px solid #000548;
}

/*.footerFixed*/
.footerFixed{
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 100px;
	background: #fff;
	z-index: 10;
}
.footerFixed.fixed{
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	transition: position 0.3s;
	padding-top: 20px;
	padding-bottom: 30px;
}


/* footer
---------------------------------------------------------------------------- */
footer{	
	padding: 50px 0 70px;
	background: #fff;
}
footer > div{
	padding: 60px 0 10px;
}
.footLogo{
	font-size: 0;
}
.footLogo a{
	display: block;
	text-align: center;
}
.footLogo img{
	width: 423px;
	height: auto;
	transition: width 0.1s;
}
.footSns{
	margin: 60px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 45px;
}
.footSns a{
	display: inline-block;
	width: 45px;
	height: 45px;
	font-size: 0;
}
.footSns a.footSnsX{
	padding: 4px 5px 5px;
}
.footSns a.footSnsX img{	
	width: 35px;
	height: 36px;
}

.footerBnrWrap{
	padding-bottom: 50px;
	text-align: center;
	display: flex;
	justify-content: space-between
}
.footerBnrWrap a{
	display: block;
	margin: 30px auto 0;
}



/*		title
-----------------------------*/
.titleImg{
	font-size: 0;
}


/*		btn
-----------------------------*/

/* btn */
.btn{
	text-align: center;
}
.btn a{
	position: relative;
	width: 433px;
	height: 88px;
	background: #000548;
	display: grid;
	place-content: center;
	margin: 114px auto 0;
	font-size: 26px;
	font-weight: 800;
	text-align: center;
	color: #fff;
	
}

/*		#mv
-----------------------------*/
#mv h1{
	position: relative;
}
#mv h1 img{
	width: 100%;
	height: auto;
}
#mv .mvBtn{
	position: relative;
	margin: calc(-79px - 36px) auto 0;
	display: flex;
	justify-content: center;
	gap: 0 20px
}
#mv .mvBtn a{
	display: grid;
	place-content: center;
	font-size: 0;
	width: 198px;
	height: 79px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
#mv .mvBtn a img{
	width: auto;
	height: 46px;
}
#mv .mvBtn .mvBtn01 a{
	background-image: url("images/mv_btn_recipe_bg.svg");
}
#mv .mvBtn .mvBtn01 a img{
	height: 54px;
}
#mv .mvBtn .mvBtn02 a{
	background-image: url("images/mv_btn_menu_bg.svg");
}
#mv .mvBtn .mvBtn03 a{
	background-image: url("images/mv_btn_sale_bg.svg");
}



/*		#catch
-----------------------------*/


/*		#campaign
-----------------------------*/
#campaign{
	background: #FFE111;
	padding: 0 0 80px 0;
}
#campaign h2{
	padding: 60px 0 0;
	text-align: center;
}
#campaign h2 img{
	height: 157px;
}
#campaign h3{
	height: 123px;
	margin-top: 38px;
	padding: 0 0 10px 80px;
	display: grid;
	align-items: center;
	background: rgb(0, 0, 0, 0.11);
	color: #001650;
}
#campaign h3 > span{
	display: flex;
	align-items: center;
}
#campaign h3 .num{
	position: relative;
	display: grid;
	place-content: center;
	margin-right: 20px;
	width: 114px;
	height: 43px;
	font-size: 18px;
	font-weight: 700;
	z-index: 1;
}
#campaign h3 .num::before,
#campaign h3 .num::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: auto;
	content: "";
	display: block;
	z-index: -1;
}
#campaign h3 .num::before{
	width: 114px;
	height: 38px;
	background: #001650;
}
#campaign h3 .num::after{
	content: "";
	display: block;
	width: 91px;
	height: 43px;
	background: #fff;
	border: 1px solid #001650;	
}
#campaign h3 .text{
	font-size: 32px;
	font-weight: 900;
	line-height: 1.4em;
}
#campaign figure{
	margin-top: -20px;
	padding: 0 22px 0 45px;
}
#campaign figure{
}
#campaign p{
    width: 624px;
    margin: 22px auto 0;
    padding-left: 20px;
    font-size: 22px;
    line-height: 1.4em;
}
#campaign p.note{
    margin-top: 0.4em;
    font-size: 0.96em;
}


/*		#sakaba
-----------------------------*/
#sakaba{
	padding: 120px 0 60px;
}
#sakaba h2{
	margin-bottom: 27px;
	text-align: center;
}
#sakaba h2 img{
	width: 624px;
	height: auto;
}
#sakaba p.lead{
	width: 630px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 900;
}
#sakaba h3{
	margin-top: 30px;
	background: #FFE111;
	display: grid;
	place-content: center;
	height: 145px;
}
#sakaba h3 img{
	height: 88px;
}
#sakaba h4{
	margin: 58px 0 31px;
	text-align: center;
}
#sakaba h4 img{
	height: 110px;
}
.imgTxt{
	display: flex;
	justify-content: space-between;
}
#sakaba .imgTxt{
	width: 634px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#sakaba .imgTxt .txts{
	width: 47.3%;
}
#sakaba .imgTxt .txts p{
	font-size: 24px;
	line-height: 38px;
	font-weight: 500;
}

#sakaba .imgTxt figure{
	width: 48.2%;
	text-align: right;
}


/*		#about
-----------------------------*/
#about{
	padding: 70px 0 0;
}
#about h2{
	background: #000548;
	margin-bottom: 60px;
	padding: 20px 0;
	text-align: center;
}
#about h2 img{
	height: 50px;
}
.aboutSliderItem{
	text-align: center;
}
.aboutSliderItem img{
    margin: 0 auto;
	width: calc(100% - 37px);
}
#about h3{
	font-size: 36px;
	line-height: 1.44em;
	font-weight: 900;
	text-align: center;
}
#about p{
	width: 592px;
	margin: 15px auto 0;
	font-size: 24px;
	line-height: 1.58em;
	font-weight: 500;
}
#about figure{
	margin-top: 74px;
	text-align: center;
}
/*#profile*/
#profile{
	border-top: 1px solid #000;
	margin-top: 90px;
	padding: 71px 21px 86px 55px;
}
#profile .imgTxt{
	align-items: start;
}
#profile .imgTxt .txts{
	width: 376px;
}
#profile .imgTxt .txts h3{
	text-align: left;
}
#profile .imgTxt .txts p{
	width: 100%;
}
#profile .imgTxt .img{
	width: 285px;
}
#profile .imgTxt .img figure{
	margin-top: 0;
}
#profile .imgTxt .img figure img{
	width: 100%;
}
.profileIcons{
	width: 160px;
	margin: 69px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}
.profileIcons li{
	width: 72px;
	height: 72px;
	font-size: 0;
}

/*		#recipe
-----------------------------*/
#recipe{
	padding: 0 0 90px;
}
#recipe h2{
	background: #B40019;
	padding: 45px 0 44px;
	text-align: center;
}
#recipe h2 img{}
#recipe figure{
	padding: 50px 0 28px 10px;
}

/*menuBox*/
.menuBoxs{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 45px 18px;
	width: 688px;
	margin: 38px auto 0;
}
.menuBox{
	width: 48%;
}
.menuBox .img{
	margin-bottom: 14px;
	margin-left: -16px;
	font-size: 0;
}
.menuBoxs p{
	width: 100%;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.58;
}
.menuBoxs p.note{
	margin-top: 10px;
}


/*		#collabo
-----------------------------*/
#collabo{
	padding: 0 0 130px;
}
#collabo h2{
	background: #F38201;
	padding: 45px 0 44px;
	text-align: center;
}
.collaboMV{
	margin-bottom: 42px;
}

/*course
-----------------------------*/

#course{
	padding: 0 30px 130px;
	text-align: center;
}

#course h2 {
  font-size: 36px;
  line-height: 1.44em;
  font-weight: 900;
  text-align: center;
}
#course figure{
	margin-top: 36px;
	margin-bottom: 42px;
}

#course p{
	font-size: 28px;
	text-align: center;
}

#course p a{
	text-decoration: underline;
}

/*		#sale
-----------------------------*/
#sale{
	padding: 0 0 160px;
}
#sale h2{
	background: #399D25;
	margin-bottom: 35px;
	padding: 45px 0 44px;
	text-align: center;
}
#sale .lead01{
	margin-bottom: 20px;
	text-align: center;
}
#sale .lead02{
	margin: 0 30px;
	text-align: center;
}

#sale h3{
	font-size: 36px;
  line-height: 1.44em;
  font-weight: 900;
  text-align: center;
	margin-bottom: 15px;
}
#sale figure{
	text-align: center;
	margin-bottom: 40px
}

#sale p{
	margin: 0 10% 28px
}

#sale figure.stecker{
	margin: 0 10% 40px
}

#sale p.btn.btnBuy{
	margin: 50px auto 0;
	position: relative;
	text-align: center
}
.btn.btnBuy span{
	position: absolute;
	background: rgba(77,77,77,0.7);
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	z-index: 100;
	line-height: 1.4;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 473px;
  height: 128px;
	top:-20px;
	left:50%;
	translate: -50%;
}
.btn.btnBuy a{
	background: #399D25;
	display: block;
  margin: auto;
	
}

/*		#news
-----------------------------*/
#news{
	padding: 0 0 169px;
}
#news h2{
	background: #000548;
	padding: 47px 0;
	text-align: center;
}
.newsList{
	width: 670px;
	margin: 0 auto;
}
.newsList li{
	padding: 47px 0 32px;
	border-bottom: 1px solid #151515;	
}
.newsList li a{
	display: block;
}
.newsList li span{
	display: block;
}
.newsList li .date{
	margin-bottom: 19px;
}

/*		#store
-----------------------------*/
#store{
	padding: 0;
}
#store h2{
	background: #000548;
	margin-bottom: 7px;
	padding: 47px 0;
	text-align: center;
}



/*		tab
-----------------------------*/
#tabArea{
	margin: 0 auto;
}
#tabArea .tabBtns{
	display: flex;
	justify-content: space-between;
	margin-bottom: 76px;
}
#tabArea .tabBtns li {
	width:49.6%;
	padding: 8px 0;
	font-size:0;
	text-align: center;
	cursor: pointer;
}
#tabArea .tabBtns li.east {
	background: #D6006C;
}
#tabArea .tabBtns li.west {
	background: #780072;
}
#tabArea .tabBtns li a img{
	height: 72px;
	width: auto;
}

#tabArea .tabBtns li.current a,
#tabArea .tabBtns li a:hover {
}
#tabArea .tabConts{
}

#tabArea .tabConts .tabContBox {
    display: none;
	padding: 0 16px;
}
#tabArea .tabConts .tabContBox.show {
    display: block;
}



/*		locationsList
-----------------------------*/
.tabContBox h3.titleImg{
	margin: 0 0 16px;
	height: 104px;
	text-align: center;
}

.locationBox{
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 35px 39px;
}
.locationBox .img{
	width: 200px;
    margin-right: 40px;
}
.locationBox .txts{
	width: calc(100% - 200px - 40px);
}
.locationBox .txts .title01{
    margin-top: -10px;
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: bold;
}
.locationBox .txts p {
    padding-left: 2.8em;
    text-indent: -2.8em;
    font-size: 25px;
}


.locationBox .btnList{
    width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.locationBox li{
    width: calc(50% - 5px);
}
.locationBox li .btn{
	background: #fff;
    padding: 13px 10px;
    font-size: 12px;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    display: block;
    color: #000;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 5px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    cursor: pointer;
    display: block;
}
.locationBox li .btnRed{
	background: #9d2d29;
	color: #fff;
	border-right: 2px solid #4f2b29;
	border-bottom: 2px solid #4f2b29;
}
