@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, figcaption, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}

img {
  vertical-align: bottom;
  width: 100%;
  display: block;
}
ul {list-style: none;}

/* ========================================
General
======================================== */
html,body {
	font-size:62.5%;
	line-height: 1.75;
	box-sizing: border-box;
}


@media screen and (max-width:750px) {
  html,body {
    overflow-x: hidden;
  }
}

body {
    font-family: Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
    font-size: 1.4rem;
    color: #000;
    background:linear-gradient(#000000, #321d0c, #7a624c);
    word-wrap: break-word;
    min-width: 750px;
}

@media screen and (max-width:750px) {
  body {
    background: none;
    word-wrap: break-word;
    min-width: auto;
  }
}

.bg {
    background: url(../images/bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    position: relative;
}

.bg::before {
  content:"";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg2.png") no-repeat center center/ 100% auto;
  background-attachment: fixed;
}

@media screen and (max-width:750px) {
  .bg {
    background: none;
  }
}

.wrap {
    width: 100%;
    margin: 0 auto;
}


.inner {
    width: 38%;
    margin: 0 auto 0 48%;
    background: #fff;
    filter: drop-shadow(0px 0px 30px rgba(255, 235, 200, .2));
}

@media screen and (max-width:750px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

._mb_10 {margin-bottom: 10px;}
._mb_20 {margin-bottom: 20px;}
._mb_30 {margin-bottom: 30px;}
._mb_40 {margin-bottom: 40px;}

/* ========================================
Cart
======================================== */
.box_cart {position: relative;}

.box_cart a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	transition: .3s;
  top: 0;
  width: 80%;
display: block;
}

.box_cart_a a {bottom: 80px;}
.box_cart_b a {bottom: 130px;}
.box_cart a:hover  {opacity: .7;}

@media screen and (max-width:750px) {
  .box_cart a { 
    width: 84%;
  }
  .box_cart_a a {top: 5%;}
  .box_cart_b a {top: 5%;}
  .box_cart a:hover  {opacity: 1;}
}


/* ========================================
Note
======================================== */

.box-postage-wrapper {
  background: #f1f9fb;
  padding: 40px 0;
  }

.box-postage {
    width: 89.4%;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    border: 2px #182f70 solid;
    border-radius: 10px;
    color: #1a3071;
    padding: 1em;
    font-size: 1.6rem;
}

.info_wrapper {
  width: 89.4%;
  padding: 40px 0;
  margin: 0 auto;
}


@media screen and (max-width:750px) {
  .info_wrapper {
    padding: 40px 0 0;
  }
}

.info_inner,
.note_inner {
    width: 95%;
    margin: 0 auto 20px;
    font-size: 1.6rem;
}

@media screen and (max-width:750px) {
  .note_inner {
     margin: 0 auto;
  }
}

.info_ttl_a {
    background: #00b163;
    font-size: 1.8rem;
    color: #FFF;
    line-height: 1;
    padding: 1em 1em 0.8em;
    margin-bottom: 20px;
}

.info_ttl_b {
    font-size: 1.8rem;
    font-weight: bold;
    color: #002c6f;
}

.info_ttl_b {font-size: 1.6rem;}

.info_inner dl dt {
    font-weight: bold;
    color: #00b163;
}

.info_inner dl dd {margin: 0 0 20px;}

.info_inner dl dd p:first-of-type {
  margin-bottom: 20px;
}

.note_toggle>ul:first-child {
	border-top: 1px solid #CCC;
}

.note_toggle a.toggle {
    position: relative;
    display: block;
    padding: 14px 10px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #00b163;
    border-bottom: 1px solid #CCC;
    text-decoration: none;
}

.note_toggle a.toggle::after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: 3px solid #CCC;
    border-right: 3px solid #CCC;
    content: "";
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.note_toggle a.toggle.active:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.box_toggle {
    display: none;
    padding: 10px 0;
    border-bottom: 1px solid #CCC;
	width: 100%;
}

.note_toggle a {
  color: #00b163;
}

.note_toggle a.link {
    position: relative;
    display: block;
    padding: 14px 10px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #00b163;
    border-bottom: 1px solid #CCC;
    text-decoration: none;
}

.note_toggle a.link::after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: 3px solid #CCC;
    border-right: 3px solid #CCC;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.list_bullet_a > ul > li,
.list_bullet_b > ul > li {
	position: relative;
    padding-left: .6em;
}

.list_bullet_a > ul > li a,
.list_bullet_b > ul > li a {
  color: #00b163;
}

.list_bullet_a ul li::before,
.list_bullet_b ul li::before {
    position: absolute;
    top: 0;
    left: 0;
}

.list_bullet_a > ul > li::before {content: "・";}
.list_bullet_b ul li::before {content: "・";}


.list_bullet_b {
  margin-top: 20px;
}

.list_note_a li {display: flex;}
.list_note_a .mark {margin-right: .3rem;}

.note_em, .note_contents dl dt {
    font-weight: bold;
    color: #00b163;
}

.info_hr {border-top: 1px dashed #002c6f;}

[class^="list-note"] {
  position:relative;
  background: url("../images/cart07.jpg") repeat 0 0 / 100% 100%;
  padding-bottom: 20px
}

[class^="list-note"] ul {
  position: relative;
  top: 0;
  left: 6%;
  width: 88%;
  padding-top: 3%;
}

[class^="list-note"]>ul>li {
  display: flex;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  color: #687178;
}

[class^="list-note"]>ul>li>.mark {
  margin: 0 8px 0 0;
  white-space: nowrap;
}

[class^="list-note"] ul a {
  position: relative;
  left: 0;
transform: translateX(0);
}

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


[class^="list-note"] ul {
  position: relative;
  top: 0;
  left: 6%;
  width: 88%;
}
[class^="list-note"]>ul>li {
  display: flex;
  text-align: left;
  font-size: .9rem;
  font-weight: 400;
  color: #687178;
}

[class^="list-note"]>ul>li>.mark {
  margin: 0 8px 0 0;
  white-space: nowrap;
}

[class^="list-note"] ul a {
  position: relative;
  left: 0;
transform: translateX(0);
}
}


#floating {
  position: relative;
  z-index: 999;
}

@media screen and (max-width:750px) {
  
#floating {
  display: none !important;
}
  
}

.floating1 {
width: 30%;
position: fixed;
margin: auto;
top: 25%;
left: 15%;
transition: all .3s;
}

.floating1 a{
  display: block;
}

.floating2 {
width: 28%;
position: fixed;
margin: auto;
top: 30%;
left: 16%;
opacity: 0;
visibility: hidden;
transition: all .3s;
}

#floating.active1 .floating1,
#floating.active2 .floating1{
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}


#floating.active1 .floating2,
#floating.active2 .floating2{
  transition: all .3s;
  opacity: 1;
  visibility: visible;
}

/* ========================================
Fotter
======================================== */
footer .inner {
    padding: 20px 0;
    background: #fff;
}

footer p {
	text-align: center;
}


@media screen and (max-width:750px) {
footer p {
    padding: 0 4%;
    font-size: 1.2rem;
}
}