﻿@charset "UTF-8";
body,
header,
main,
section,
footer,
h1,
h2,
h3,
ul,
li,
dl,
dt,
dd,
p,
img {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

img {
  vertical-align: bottom;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

body {
  width: 100%;
  background-color: #f2f0e7;
  font-family: Helvetica, "メイリオ", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  font-size: 3.46667vw;
  line-height: 1.7;
  color: #443c35; }

main {
  width: 100%;
  margin: 0 auto;
  display: block; }

a:link, a:hover, a:visited {
  color: #443c35; }

a:hover {
  opacity: .7; }

/*********************
共通設定
*********************/
.wrap {
  width: 88vw;
  margin: 0 auto; }

.bgF {
  background: #fff; }

.txt {
  text-align: justify;
  text-justify: inter-ideograph; }
  .txtPink {
    color: #eb4482; }

.fz18 {
  font-size: 2.4vw; }

.fz22 {
  font-size: 2.93333vw; }

.fz24 {
  font-size: 3.2vw; }

.fz26 {
  font-size: 3.46667vw; }

.fz36 {
  font-size: 4.8vw; }

/*********************
余白
*********************/
.pt10 {
  padding-top: 1.33333vw; }

.pt20 {
  padding-top: 2.66667vw; }

.pt30 {
  padding-top: 4vw; }

.pt50 {
  padding-top: 6.66667vw; }

.pt80 {
  padding-top: 10.66667vw; }

.pb10 {
  padding-bottom: 1.33333vw; }

.pb20 {
  padding-bottom: 2.66667vw; }

.pb30 {
  padding-bottom: 4vw; }

.pb40 {
  padding-bottom: 5.33333vw; }

.pb45 {
  padding-bottom: 6vw; }

.pb50 {
  padding-bottom: 6.66667vw; }

.pb60 {
  padding-bottom: 8vw; }

.pb80 {
  padding-bottom: 10.66667vw; }

.pb100 {
  padding-bottom: 13.33333vw; }

.mt10 {
  margin-top: 1.33333vw; }

.mb10 {
  margin-bottom: 1.33333vw; }

/*********************
cv
*********************/
.cv {
  background-color: #a6e4e7;
  position: relative; }
  .cv_btn_area {
    position: relative; }
    .cv_btn_area a {
      display: block;
      width: 69.86667vw;
      position: absolute;
      bottom: 0;
      left: 14.66667vw; }
  .cv04 {
    position: relative; }
    .cv04 .txt {
      width: 89.06667vw;
      position: absolute;
      top: 2.66667vw;
      left: 6.66667vw;
      line-height: 1.2; }
  .cv08 a {
    bottom: 4.53333vw; }

/*********************
sec01
*********************/
.sec01Box {
  background-image: url(../img/lp_ct6_bk.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y; }

.sec01aBox {
  background-image: url(../img/lp_ct8_bk.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y; }

/*********************
sec06
*********************/
.sec06Box {
  padding: 3.33333vw 8.66667vw 0;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-image: url(../images/sec06_bg01.png);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .sec06Box.box01 .txt01 {
    letter-spacing: -.1em; }
  .sec06Box.box02 .txt01 {
    letter-spacing: .2em; }
  .sec06Box.box03 {
    background-image: url(../images/sec06_bg02.png); }

/*********************
sec09
*********************/
.sec09 dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .sec09 dl dt {
    width: 32.93333vw; }
  .sec09 dl dd {
    -ms-flex-negative: 9999;
    flex-shrink: 9999;
    padding: 0 6vw 0 3.33333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.sec09Box {
  background-image: url(../images/sec09_bg.png);
  background-size: 100% auto;
  background-position: top left; }

/*********************
sec10
*********************/
.sec10 .wrap {
  width: 86.66667vw;
  margin: 0 auto; }

.sec10 .list {
  background-color: rgba(255, 255, 255, 0.5); }
  .sec10 .list ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sec10 .list ul li {
      width: 50%;
      padding-left: 5.33333vw;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

.table dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px; }
  .table dl dt {
    width: 22.66667vw;
    margin-right: 1px;
    background-color: #e0ded5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .table dl dd {
    width: 100%;
    padding: 2vw;
    -ms-flex-negative: 9999;
    flex-shrink: 9999;
    background: #fff; }

/*********************
footer
*********************/
footer ul li {
  display: inline-block; }
  footer ul li:not(:last-child)::after {
    content: '|';
    padding: 0 .5em; }

.order header, .privacy header {
  border-bottom: solid 2px #a6e4e7; }

.order .logo, .privacy .logo {
  width: 26.26667vw; }

.privacy section .wrap {
  padding: 4vw;
  padding-top: 6.66667vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff; }

.privacy dl {
  margin-bottom: 6.66667vw; }
  .privacy dl dt {
    padding-bottom: 1.33333vw;
    font-size: 1.15em;
    font-weight: bold;
    text-align: left; }

.sfbk1 {
	  background: #bbdfff;
	  font-size: 0.9em;
}

.ftsz1 {
	  font-size: 0.9em;
}

.sfbk2 {
	  background: #438cc3;
	  font-size: 0.9em;
}
.ftsz2 {
	  font-size: 0.9em;
	  padding: 2em 0 0em;
	  color: #fff;
}
.ftsz3 {
	  font-size: 1.2em;
	  padding: 2em 0 0em;
	  color: #fff;
}
.ftsz4 {
	  font-size: 0.9em;
	  padding: 2em 0 0em;
}
.ftsz4 p.fz1{
	  padding: 0em 0 0em 0.6em;
}
.ftsz5 {
	  font-size: 0.9em;
	   padding: 0em 1em 1em 1em;
}

.table h3 {
	background: #438cc3;
	padding: 0.5em 0;
	font-size: 1.2em;
	color: #fff;
}
.table dl dt {
	background: #bbdfff;
}
.table {
	  width: 92.5%;
	  padding: 2em 1em 2em 1em;
	  font-size: 0.9em;
}

.copy {
	background: #438cc3;
	width: 100%;
	padding: 1em 1em 1em 0em;
	font-size: 0.8em;
	color: #fff;
}

/*********************
　カートボタンcss
*********************/

.cartbt_s1 {/*親div*/
  position: relative;/*相対配置*/
}
#cartbt_s1ph {
	width: 100%;
}

.cartbt_s2 {/*親div*/
  position: relative;/*相対配置*/
}
#cartbt_s2ph {
	width: 100%;
}
input#button {
    display: block;
    margin: 0 auto;
}
