@charset "euc-jp";

/* ------------------------------
 基本設定
------------------------------- */

/* 基本フォント */

body {
	color: #222222;
  font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-text-size-adjust:none;
}

input,textarea,select {
  font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}


/* 基本タグ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	background: #f5f5ee;
	text-align: center;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

address,em,cite {
	font-style: normal;
}

/* 基本テキストリンク */

a {
	overflow: hidden;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}

a:hover {
opacity:.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
input[type="button"]:hover ,
input[type="submit"]:hover {
opacity:.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
cursor:pointer;
}

/* ------------------------------
 ページレイアウト
------------------------------- */

#wrapper{
	background: url(../img/bg.png) no-repeat center top;
    background-attachment: fixed;
}

.pcHide{
    display: none;
}

.inner{
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}
.inner .ttl{
    position: relative;
    margin-bottom: 44px;
    padding-bottom: 30px;
    text-align: center;
    color: #e60013;
    font-size: 32px;
    font-weight: 800;
}
.inner .ttl:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70px;
    height: 5px;
    background: #e60013;
    margin: 0 auto;
}
.inner .sttl{
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}
.inner .sttl span{
    padding: 0 10px;
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222222;
}
.inner .center{
    text-align: center;
}
.inner .btn{
width: 286px;
margin: 0 auto;
background: #e60012;
border-radius: 10px;
}
.inner .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    background: #E60012;
    z-index: 3;
}

.header .logo{
    padding-top: 13px;
}

.header nav {
    position: absolute;
    top: 0;
    right: 20px;
}

.header nav li{
    display: flex;
    align-items: center;
    float: left;
    height: 90px;
    margin-left: 50px;
    font-size: 22px;
    font-weight: 800;
}
.header nav li a{
    color: #ffffff;
    text-decoration: none;
}
.header .menu,
.header .close{
    display: none;
}
@media screen and (max-width: 750px) {


.inner{
    padding: 0 8vw;
}
.pcHide{
    display: block;
}
    .spHide{
        display: none;
    }
    
.header {
    top: inherit;
    bottom: 0;
    right: 0;
    height: 18.66vw;
    z-index: 10;
}
.header .inner{
    padding: 0;
}
.header .logo{
    width: 26.133vw;
    padding: 3.2vw 0 0 4.8vw;
}
.header .menu{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 7.466vw;
    margin: 6.4vw 5.866vw 0 0;
}
.header nav{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E60012;
}
.header .close{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 5.866vw;
    margin: 6.933vw 6.933vw 0 0;
}
.header nav .wrap{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.header nav {
    width: 100%;
}
.header nav li{
    display: block;
    float: none;
    height: auto;
    margin: 0 0 16vw;
    text-align: center;
    font-size: 5.066vw;
}
.header nav li a{
    display: block;
}
}

/* ------------------------------
 main
------------------------------- */

.main{
    position: relative;
    padding-top: 40px;
    min-height: 997px;
	background: #f5f5ee url(../img/main.png) no-repeat center 40px;
    z-index: 5;
}
.main .logo {
    padding-top: 383px;
}

.main nav {
    position: absolute;
    top: 190px;
    right: 20px;
}

.main nav li{
    float: left;
    margin-left: 50px;
    font-size: 26px;
    font-weight: 800;
}
.main nav li a{
    color: #222222;
    text-decoration: none;
}

@media screen and (max-width: 750px) {
.main{
    padding-top: 0;
    min-height: 216.533vw;
	background: #f5f5ee url(../img/main_sp.png) no-repeat center top;
    background-size: 100% auto;
}
.main .inner{
    padding: 0;
}
.main .logo {
    width: 51.7vw;
    padding: 65.6vw 0 0 24vw;
}
.main nav {
    display: none;
}
}

/* ------------------------------
 about
------------------------------- */

#about{
    padding-top: 160px;
}
.aboutwrap{
    display: flex;
}
.aboutwrap{
    display: flex;
    justify-content: space-between;
    margin: 72px 0 0;
    padding-left: 116px;
}
.aboutwrap .txt{
    width: 432px;
}
.aboutwrap .txt p{
    font-size: 18px;
    font-weight: 700;
}
.aboutwrap .txt p .txts{
    font-size: 12px;
}
.aboutwrap .txt ul{
    margin-top: 20px;
}
.aboutwrap .txt ul li{
    position: relative;
    padding-left: 1em;
}
.aboutwrap .txt ul li span{
    position: absolute;
    top: 0;
    left: 0;
}
.aboutwrap .img01{
    width: 612px;
}
#about .img02{
    margin-top: 56px;
    text-align: center;
}

@media screen and (max-width: 750px) {
#about{
    padding-top: 20vw;
}
.aboutwrap{
    display: block;
    margin: 7.2vw 0 0;
    padding: 0;
}
.aboutwrap .txt,
.aboutwrap .img01{
    width: 100%;
}
.aboutwrap .img01{
    margin-top: 20px;
}
}

/* ------------------------------
 howto
------------------------------- */

#howto{
    padding-top: 160px;
}
#howto .list{
    display: flex;
    justify-content: space-between;
    max-width: 938px;
    margin: 90px auto 0;
}
#howto .list li{
    position: relative;
    width: 286px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}
#howto .list li .no{
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
#howto .list li .line{
    min-height: 316px;
    border: 1px solid #e60013;
    border-radius: 10px;
    overflow: hidden;
}

#howto .list li p{
    margin: 20px 15px 0;
    font-size: 18px;
    font-weight: 700;
}
#howto .note{
    margin-top: 26px;
    text-align: center;
}
#howto .sttl{
    margin: 84px 0 50px;
}

@media screen and (max-width: 750px) {
#howto{
    padding-top: 20vw;
}
#howto .list{
    display: block;
    margin: 0;
    padding: 0;
}
#howto .list li{
    max-width: 286px;
    width: 100%;
    margin: 10vw auto 0;
}
    #howto .list li .line{
        min-height: 1em;
        padding-bottom: 20px;
    }
    #howto .note{
        text-align: left;
    }
    
}

/* ------------------------------
 ingredients
------------------------------- */

#ingredients{
    padding-top: 160px;
}
#ingredients .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
#ingredients .box{
    width: 48.7%;
    margin-bottom: 20px;
    overflow: hidden;
}
#ingredients .box .img{
    float: left;
    margin-right: 24px;
}
#ingredients .box .txt{
    overflow: hidden;
}
#ingredients .box .name {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (max-width: 750px) {
#ingredients{
    padding-top: 20vw;
}
#ingredients .wrap{
    display: block;
    margin: 7.2vw 0 0;
    padding: 0;
}
#ingredients .box{
    width: 100%;
}
#ingredients .box .img{
    width: 25%;
}
}

/* ------------------------------
 lineup
------------------------------- */

#lineup{
    padding-top: 160px;
}

#lineup .wrap {
    max-width: 840px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 128px auto 0;
}
#lineup .wrap .box1{
    width: 282px;
}
#lineup .wrap .box1 .txt{
    margin-left: 25px;
}
#lineup .wrap .box2{
    width: 230px;
    text-align: center;
}
#lineup .wrap .box2 .txt{
    text-align: left;
    margin-left: 12px;
}
#lineup .wrap p {
    font-size: 18px;
    font-weight: 700;
}
#lineup table {
    width: 692px;
    margin: 85px auto 0;
    background: #fff;
}
#lineup table th,
#lineup table td{
    border: 1px solid #707070;
}
#lineup table th{
    width: 123px;
    padding: 10px 0;
    text-align: center;
    font-weight: normal;
}
#lineup table td{
    padding: 10px 40px;
}
#lineup .btn{
    margin-top: 68px;
}

@media screen and (max-width: 750px) {
#lineup{
    padding-top: 20vw;
}
#lineup .wrap{
    display: block;
    margin: 0;
}
#lineup .wrap p{
    width: 100%;
    text-align: center;
}
#lineup .wrap p.txt{
    margin: 0;
    text-align: left;
}
    #lineup .wrap .box1,
    #lineup .wrap .box2{
        width: 100%;
        margin-top: 10vw;
    }
    #lineup .wrap .box1 img{
        width: 37vw;
    }
    #lineup .wrap .box2 img{
        width: 23vw;
    }
#lineup table {
    width: 100%;
    margin-top: 10vw;
}
#lineup table tr.pcHide{
    display: table-row;
}
#lineup table td{
    padding: 10px;
}

}
/* ------------------------------
 store
------------------------------- */

#store{
    padding-top: 160px;
}

#store dl{
    width: 440px;
    margin: 90px auto 0;
    font-size: 18px;
    font-weight: 700;
}
#store dl dt{
    float: left;
    width: 130px;
    margin-right: 30px;
    text-align: right;
}
#store dl dd{
    margin-bottom: 1em;
    overflow: hidden;
}
#store .btn{
    margin-top: 80px;
}

@media screen and (max-width: 750px) {
#store{
    padding-top: 20vw;
}
#store dl{
    width: auto;
    margin: 10vw auto 0;
    font-size: 16px;
}
}

/* ------------------------------
 contact
------------------------------- */

#contact{
    padding-top: 160px;
}

#contact .inner {
    text-align: center;
}
#contact .lead {
    margin: 70px 0 35px;
    font-size: 18px;
    font-weight: 700;
}

#contact dl{
    max-width: 800px;
    margin: 0 auto 0;
    text-align: left;
}
#contact dt,
#contact dt.textarea{
    margin-top: 24px;
    font-weight: bold;
}
#contact dd +dt {
    margin-top: 4px;
}
#contact .wrap{
    display: flex;
    max-width: 800px;
    margin: 0 auto 0;
    justify-content: space-between;
}
#contact .wrap dl{
    width: 48%;
    margin: 0;
}
#contact dd input,
#contact dd textarea {
    width: 100%;
    padding: 11px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 6px 6px 6px;
    opacity: 1;
    box-sizing: border-box;
}
#contact dd textarea {
    height: 180px;
}
#contact .kiyaku{
    margin: 50px 0 15px;
}

#contact .submit agree{
    vertical-align: middle;
}
#contact .submit {
    margin-top: 44px;
}
#contact .submit input{
width: 286px;
height: 46px;
background: #e60012;
border-radius: 10px;
    border: none;
    color: #fff;
}


.confirm {
    padding-top: 160px;
}
.confirm h1 {
    margin: 0 0 18px;
    font-size: 26px;
    font-weight: bold;
    line-height: 150%;
}
.confirm .lead {
    margin: 0 0 63px;
    font-size: 20px;
    font-weight: 700;
}
.confirm dl {
    max-width: 1200px;
	margin:0 auto 43px;
	letter-spacing:-0.4em;
	text-align:left;
}

.confirm dl dt {
	display:inline-block;
	width:150px;
	margin:17px 0 0 240px;
	font-size:16px;
	font-weight: 700;
	letter-spacing:0;
	vertical-align:top;
}
.confirm dl dt.db {
	margin:0 0 0 240px;
}

.confirm.confirm dl dt {
	margin:0 0 30px 240px;
}

.confirm dl dd.select {
	position: relative;
	margin:-12px 0 0 193px;
}

.confirm dl dd {
	display:inline-block;
	width:556px;
	margin:0 193px 11px 0;
	font-size:14px;
	letter-spacing:0;
}

.confirm dl dd {
	margin:0 193px 30px 0;
}

.confirm .submit02 input {
width: 286px;
height: 46px;
background: #e60012;
border-radius: 10px;
    border: none;
    color: #fff;
}
.confirm .submit02 #back {
background: #000;
}

.confirm .link {
	font-size: 18px;
}


#footer{
    padding-top: 200px;
}

.copyright {
    margin: 30px 0;
    font-size: 12px;
}


@media screen and (max-width: 750px) {

#contact{
    padding-top: 20vw;
}
#contact .wrap{
    display: block;
}
#contact .wrap dl{
    width: 100%;
}
    .confirm {
    padding-top: 20vw;
}
    .confirm dl {
        margin: 0 8vw;
    }
    .confirm.confirm dl dt{
        margin: 0;
    }
    .confirm.confirm dl dd{
        margin: 0 0 12px;
    }
    .confirm .submit02 input{
        margin-top: 5vw;
    }
    
    
    
#footer{
    padding-top: 200px;
    padding-bottom: 20vw;
}
}

