@charset "euc-jp";
@media screen and (min-width: 1000px) {
/*  ¾¦ÉÊ°ìÍ÷¥Ú¡¼¥¸
-------------------------------------------------------*/
.product-lists{
width:30%;
display: inline-block;
margin-left: 1.5%;
margin-right: 1.5%;
margin-bottom: 4%;
vertical-align: top;
color:#444!important;
}
.product-list img{
width:100%;
}
.product-list_box{
text-align: center;
}
}
@media (max-width: 680px){
/*  ¾¦ÉÊ°ìÍ÷¥Ú¡¼¥¸
-------------------------------------------------------*/
.product-lists{
width:47%;
display: inline-block;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 4%;
vertical-align: top;
color:#444!important;
}
.product-list img{
width:100%;
}
.product-list_box{
text-align: center;
}
}
/*  ¥Ê¥Ó¡¦¥É¥í¥Ã¥×¥À¥¦¥ó
-------------------------------------------------------*/
.menu-item {
  position: relative;
  text-align: center;
}
.menu-item a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
    padding-bottom:0!important;
padding-top:4%!important;
color:red!important;
}
.sub-menu .menu-item {
  opacity: 0;
  transform-origin: bottom;
  animation: enter 0.2s ease forwards;
font-size:90%;
margin-bottom:0;
background:rgba(255,255,255,0.90);
border:1px solid rgba(255,255,255,0.90);
}
.sub-menu .menu-item:hover {
}

.sub-menu {
position: absolute;
width: 170%;
top: 50%;
right: -34%;
display: none;
z-index:99;
text-align:center;
}
.sub-menu.wide {
  width: 270%;
  right: -84%;
}
.menu-item:hover > .sub-menu {
  display: block;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
}
@keyframes enter {
  from {
    opacity: 0;
    transform: scaleY(0.98) translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html{
scroll-behavior: smooth;
}
body {
  background-color: #fcf9ed;
  background-image: url(https://img.shop-pro.jp/tmpl_img/81/bgimage.png);
  color: #333;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #333;
}
a:hover {
  color: #ccc;
  text-decoration: none;
}

.btn {
  border-radius: 0;
}

ul, ol, form, p {
  margin: 0;
}

/*
 * layout
 */
.container {
  width: 1300px;
  margin: 0 auto;
}

/* header */
.promo__seciton {
  background-color: #238c00;
  width: 100%;
  min-height: 49px;
}

.promo {
  background: #238c00;
}

.promo__text {
  color: #fff;
  text-align: center;
  padding: 14px 0;
  letter-spacing: 1px;
  font-weight: bold;
  background: #238c00;
}

.header__section {
  text-align: center;
  margin-bottom: 60px;
}

.header-search {
  position: relative;
  float: left;
  margin-top: 20px;
  width: 310px;
}
.header-search i {
  position: absolute;
  top: 16px;
  left: 15px;
}

.header-search__box {
  min-width: 240px;
  padding: 15px 11px 17px 51px;
  background: none;
  border: none;
  border-radius: 3px;
  color: #333;
}
.header-search__box:focus {
  padding: 14px 10px 16px 50px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.header-tools {
  float: right;
  margin: 25px 0 0;
  width: 465px;
  text-align: right;
}

.header-tools__unit {
  display: inline;
  margin-left: 45px;
  line-height: 1.4;
}

.header-tools__unit-cart {
  margin-left: 21px;
}

.header-tools__btn {
  position: relative;
  padding: 7px 15px 7px 34px;
  font-size: 12px;
}
.header-tools__btn i {
  position: absolute;
  top: 9px;
  left: 6px;
  font-size: 14px;
}

.header-tools__count {
  padding: 0 2px;
  font-size: 14px;
}

.header__logo-img {
  margin: 90px 0;
}

.header__logo {
  margin: 70px 0;
}

.header-gnavi {
  list-style-type: none;
  position: relative;
}

.header-gnavi__unit {
  display: inline;
}

.header-gnavi__link {
  padding: 15px 30px;
}

.header-gnavi__link--menu {
  position: relative;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 14px 29px 15px;
  background: #fff;
  z-index: 55;
}

.mega-navi {
  display: none;
  list-style-type: none;
  border: 1px solid #ddd;
  width: 1220px;
  position: absolute;
  top: 32px;
  left: 0;
  padding: 39px;
  background: #fff;
  z-index: 50;
  text-align: left;
}

.mega-navi__unit {
  padding: 10px;
  text-align: left;
  width: 31%;
  display: inline-block;
  vertical-align: top;
}

.mega-navi__link {
  display: block;
  width: 100%;
}

/* slider */
#slider div {
  width: 1300px !important;
}

.slider {
  margin: 0 auto 60px;
  width: 1300px;
}
.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
.slider .bx-wrapper .bx-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.slider .bx-wrapper .bx-caption span {
  font-size: 18px;
  padding: 30px;
}
.slider .bx-wrapper .bx-pager {
  padding-top: 20px !important;
  bottom: -30px !important;
}

/* main */
.section__block {
margin-bottom: 120px;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}

.main__section {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  padding: 60px 0;
  overflow: hidden;
}

.main__section--product {
  padding: 20px 0 60px;
}

/* sidebar */
.sidebar__section {
  float: left;
  width: 270px;
  margin-right: 60px;
}

.menu__section {
  margin-bottom: 60px;
}

.more-prd span {
  cursor: pointer;
}

/* breadcrumb.sort */
.breadcrumb__section {
  padding-bottom: 60px;
}

.breadcrumb-list__unit {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.sort__section {
  position: absolute;
  top: 0;
  right: 0;
}

.sort--sub-layer {
  min-width: 200px;
  width: 100%;
}

/* contents */
.contents__section {
width: 100%;
}

#payment {
margin-bottom: 120px;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}

.info__section, .recommend__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 60px;
}

.product-list__section {
  position: relative;
}

.free-space__section {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.recommend-list, .seller-list, .together-list {
  margin-top: 40px;
}

.sub-list {
  padding-bottom: 60px;
  font-size: 0;
}

.sub-list__unit {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 20px;
  width: 32.3%;
  font-size: 14px;
}

.sub-list__img {
  padding-bottom: 10px;
}

.sub-list__link {
  display: block;
}

.sub-list__name {
  display: block;
}

.product-list__freespace-top {
  padding-bottom: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product-list__freespace-bottom {
  padding-top: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

/* information */
.info {
  margin-top: 40px;
}

.info-list {
  list-style-type: none;
}

.info-list__unit {
  padding-bottom: 30px;
}

.info-list__date {
  display: block;
  padding-bottom: 10px;
}

/* history */
.history__section {
  clear: both;
  border-top: 1px solid #ddd;
  padding-top: 60px;
}

/* footer */
.footer__section {
  border-bottom: 1px solid #000;
}

.footer__guide {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

.guide__col {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.guide__col--one-third {
  width: 410px;
}

.guide__col--half {
  width: 625px;
}

.guide__h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.guide__list {
  margin: 0;
}

.guide__name {
  padding-bottom: 15px;
}

.guide__other {
  margin: 0;
  padding-bottom: 30px;
  color: #666;
}

.footer__navi {
  margin-bottom: 40px;
}

.shop-owner {
  overflow: hidden;
}

.shop-owner__img {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.shop-owner__info {
  float: left;
  width: 290px;
}

.shop-owner__name {
  margin-bottom: 16px;
  font-weight: bold;
}

.shop-owner__memo {
  line-height: 1.8;
}

.sns-list {
  list-style-type: none;
  padding-bottom: 60px;
}

.sns-list__unit {
  display: table-cell;
  padding-right: 5px;
}

.footer-navi__col {
  list-style-type: none;
  line-height: 2.2;
}

.pagetop__btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  max-width: 50px;
  float: right;
}

/* copyright */
.copyright__section {
  padding: 20px 0;
  font-size: 10px;
}

.copyright {
  margin: 0 0 10px;
}

.copyright__img {
  width: 200px;
  height: 18px;
  margin: 0 0 5px 5px;
}

/* menu-list */
.menu-list {
  margin: 10px 0 0;
  list-style-type: none;
}

.menu-list--more-prd {
  margin: 10px 0 20px;
}

.menu-list__link {
  display: table;
  padding: 10px 0;
  width: 100%;
}

.menu-list__text {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  width: 90%;
}

.menu-list__icon {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: right;
}

.category-list__unit {
  position: relative;
}

/* calender */
.cal {
  margin: 20px 0 60px;
  text-align: center;
}

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
}
.tbl_calendar caption {
  text-align: center;
  padding: 6px 0;
}
.tbl_calendar th {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.tbl_calendar td {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}

/* qrcode */
.qrcode {
  margin: 20px 0 60px;
  text-align: center;
}

/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;
}

.product-list__unit {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 40px;
  vertical-align: top;
  position: relative;
  text-align: center;
}

.product-list__unit-sm {
  width: 110px;
}

.product-list__unit-md {
  width: 141px;
}

.product-list__unit-lg {
  width: 303px;
}

.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}

.product-list__image:hover {
  opacity: 0.8;
}

.product-list__image--sm {
  max-width: 110px;
}

.product-list__text {
  display: block;
}

.product-list__name {
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
}

.product-list__name--sidebar {
  margin-top: 0;
  margin-left: 10px;
}

.product-list__expl {
  margin-top: 20px;
  text-align: left;
}

.product-list__prices {
  margin-top: 10px;
  text-align: left;
}

.product-list__prices--sidebar {
  margin-left: 10px;
}

.product-list__price-regular {
  text-decoration: line-through;
}

.product-list__price-soldout {
  color: #ff0000;
}

.product-list__discount-rate {
  color: #ff0000;
}

.rank-box {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 5;
}

.rank-box--sidebar {
  top: 10px;
}

.rank-number {
  padding: 8px 0 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 32px;
  display: block;
  text-align: center;
}

.rank-number--sidebar {
  padding: 4px 0 0;
  width: 22px;
  height: 18px;
}

.rank-number-color--1 {
  background: #ffea22;
}

.rank-number-color--2 {
  background: #cbcbcb;
}

.rank-number-color--3 {
  background: #d9a300;
}

/* pagenation */
.pagenation {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.pagenation .disabled {
  color: #ccc;
}

.pagenation-prev {
  position: absolute;
  left: 0;
}

.pagenation-pos {
  line-height: 0.8;
}
.pagenation-pos__number {
  margin: 0 5px;
  font-size: 22px;
}

.pagenation-next {
  position: absolute;
  right: 0;
}

/* product */
.product__section,
.recommend__section{
margin-bottom: 120px;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
.product__section h2 {
border-bottom: 3px solid #000000;
font-size: 22px;
margin-top: 100px;
text-align: center;
font-weight: bold;
padding-bottom: 20px;
margin-bottom: 50px;
}

.product__explain {
  padding-top: 60px;
  line-height: 1.8;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product__model {
  color: #666;
}

.product__image-main {
  text-align: center;
}

.product__image-thumb ul li {
  cursor: pointer;
  margin-bottom: 25px;
  padding: 0 10px;
}

.image__thumb {
  padding: 2px;
  border: 2px solid #fff;
}

.image__thumb--active {
  border: 2px solid #ddd;
}

.product__guide {
  padding: 0 0 60px;
}

.product__price-part {
  font-size: 22px;
  padding-bottom: 5px;
}

.product__price-regular {
  padding-bottom: 5px;
}

.product__price-establish {
  padding-bottom: 5px;
  color: #666;
}

.product__price {
color: #E2383B;
font-weight: bold;
}

.product__discount {
  color: #ff0000;
}

.product__stock-str {
  padding-top: 30px;
  font-size: 22px;
}

.product__related-list__link {
  display: block;
  padding: 5px 0;
}
.product__related-list__link span {
  padding-left: 15px;
}

.product__order {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 40px 0 60px;
}

.option-list__name, .init-list__name, .text-titles-list__name {
  padding-bottom: 10px;
  font-weight: normal;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {
  margin: 0;
}

.option-list__select {
  height: 50px;
  border: 2px solid #ddd;
}

.text-titles-list__detail-text {
  height: 50px;
  border: 2px solid #ddd;
}

.init-list__detail-num {
  width: 200px;
  height: 38px;
  border: 2px solid #ddd;
  display: inline-block;
}

.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.init-list__detail-unit {
  padding-left: 10px;
}

.order-btn-list {
  margin: 0;
  padding-top: 30px;
}

.stock_error {
  text-align: center;
  color: #cf0400;
}

.option-table {
  margin: 40px 0;
}
.option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.option-table table th {
  text-align: center;
}
.option-table table td {
  vertical-align: top;
  text-align: center;
}

.related-list {
  text-align: right;
  padding-right: 15px;
}

.related-list__unit {
  display: inline-block;
}

/* option detail */
.option-detail__section {
  padding: 20px;
  text-align: center;
}

.option-detail__table th {
  text-align: center;
}
.option-detail__table td {
  text-align: center;
}

.option-detail__price--regular {
  text-decoration: line-through;
}

.option-detail__discount {
  color: #ff0000;
}

/* privacy.shopkeeper */
.shop-info__lead {
  margin: 40px 0 20px;
  line-height: 1.8;
}

.shop-info-list__title {
  padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
  padding: 0 0 5px;
}

.shop-info-list__note {
  margin: 0;
  line-height: 1.8;
}

/*
 * Module
 */
.section__title-h2 {
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid #ddd;
  font-size: 16px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.btn-primary {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.btn-primary:hover {
  background: #666;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-secondary {
  background: #48A3FF;
  border: 1px solid #48A3FF;
  color: #fff;
}
.btn-secondary:hover {
  background: #48A3FF;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-tertiary {
  background: #cf0400;
  border: 1px solid #cf0400;
  color: #fff;
}
.btn-tertiary:hover {
  background: #cf0400;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn__addcart, .btn__quick, .btn__soldout {
  padding: 20px 0 22px 0;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
  margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
  vertical-align: middle;
}

.btn__soldout.disabled,
.btn__soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.txt--sm {
  font-size: 10px;
}

.txt--md {
  font-size: 12px;
}

.txt--lg {
  font-size: 16px;
}

.txt--c {
  text-align: center;
}

.txt--r {
  text-align: right;
}

.txt--red {
  color: #ff0000;
}

.txt--gray {
  color: #999;
}

.border--none {
  border: none;
}

.mar-t--20 {
  margin-top: 20px;
}

.mar-b--20 {
  margin-bottom: 20px;
}

.mar-b--60 {
  margin-bottom: 60px;
}

.width--110 {
  width: 110px;
}

.width--160 {
  width: 160px;
}

.hide {
  display: none;
}

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}

/* ?¾¶ñá?&#138;&#65533;css
-------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Cinzel&display=swap");
/*  &#65533;&#159;???&#156;&#65533;
-------------------------------------------------------*/
html {
 font-size: 62.5%;
}

body {
 width: 100%;
 height: 100%;
 color: #333;
 background-color: #fff;
font-family: "ŽÞä§Ž´Ž¥Ž·Ž¥ŽÃŽ¥Ž¯ŽÂŽÎ", YuGothic, "ŽÞä§Ž´Ž¥Ž·Ž¥ŽÃŽ¥Ž¯", "Yu Gothic", sans-serif;
 font-size: 1.5em;
 font-weight: 400;
 line-height: 1.48em;
 word-wrap: break-word;
 overflow-wrap: break-word;
 overflow-x: hidden;
}

/*  &#65533;&#131;&#65533;&#131;ì¿&#65533;&#130;&#65533;
-------------------------------------------------------*/
a {
 -webkit-transition: all .3s;
 transition: all .3s;
}

a:hover {
 opacity: 0.8;
}

/*  &#65533;&#131;&#152;&#65533;&#131;&#131;&#65533;&#131;&#128;&#65533;&#131;&#65533;
-------------------------------------------------------*/
.l-header {
 position: relative;
 margin: 0 auto;
 width: 100%;
 height: 60px;
 background-color: #fff;
 z-index: 8;
}

@media screen and (min-width: 1000px) {
 .l-header {
  height: auto;
 }
}

/*  h1
-------------------------------------------------------*/
h1 {
 position: relative;
 display: block;
 padding: .5em 1em;
 width: 100%;
 background-color: #000;
 color: #fff;
font-family: "ŽÞä§Ž´Ž¥Ž·Ž¥ŽÃŽ¥Ž¯ŽÂŽÎ", YuGothic, "ŽÞä§Ž´Ž¥Ž·Ž¥ŽÃŽ¥Ž¯", "Yu Gothic", sans-serif;
 font-size: 10px;
 font-size: 1rem;
 text-align: center;
 z-index: 9;
}

@media screen and (min-width: 1000px) {
 h1 {
  font-size: 14px;
  font-size: 1.4rem;
 }
}

/*  &#65533;&#130;ìµ?&#130;?£ã&#131;&#136;&#65533;&#131;&#65533;&#130;&#65533;
-------------------------------------------------------*/
.site-logo {
 opacity: 1;
 position: absolute;
 top: 0;
 left: 10px;
 padding: 10px 0;
}

.site-logo img {
 width: auto;
 max-height: 40px;
}

@media screen and (min-width: 1000px) {
 .site-logo {
  position: relative;
  padding: 15px 0;
  text-align: center;
 }
 .site-logo img {
  width: auto;
  max-height: 48px;
 }
}

/*  &#65533;&#131;&#152;&#65533;&#131;&#131;&#65533;&#131;&#128;&#65533;&#131;ê±&#65533;&#65533;&#154;&#65533;&#147;&#65533;&#65533;&#131;&#65533;&#65533;&#131;&#139;&#65533;&#131;?&#65533;?&#131;?&#65533;?&#130;ì¿&#65533;&#131;ì¿&#65533;&#131;&#134;&#65533;&#131;&#138;
-------------------------------------------------------*/
.header-wrap {
 margin: 0 auto;
 width: calc(100% - 20px);
}

@media screen and (min-width: 1000px) {
 .header-wrap {
  display: flex;
  align-items: center;
  height: 70px;
  font-family: "ŽÞäÎŽÀŽÄŽ«ŽÂŽÎ", "Yu Mincho", YuMincho, "Ž¥ŽÒŽ¥ò§Ž®Ž¥ŽÎŽÌŽÀŽÄŽ« Pro", "Hiragino Mincho Pro", "MS PŽÌŽÀŽÄŽ«", "MS PMincho", serif;
  width: 100%;
 }
 .header-wrap > div {
  width: 50%;
 }
}

/*  &#65533;&#131;&#152;&#65533;&#131;&#131;&#65533;&#131;&#128;&#65533;&#131;ê±&#65533;&#65533;&#154;&#65533;&#147;&#65533;&#65533;&#131;&#65533;&#65533;&#131;&#139;&#65533;&#131;?&#65533;?&#131;&#65533;
-------------------------------------------------------*/
.member-menu {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
 margin-top: 10px;
 margin-left: -5px;
}

.member-menu a {
 display: block;
 margin-left: 5px;
 margin-bottom: 5px;
 padding: .5em 1em;
 width: calc(50% - 5px);
 border: 1px solid #ff7f7f;
}

@media screen and (min-width: 1000px) {
 .member-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
 }
 .member-menu a {
  display: block;
  margin: 0;
  padding: .5em 1em;
  width: auto;
  border: none;
 }
}

.multi-menu {
 display: flex;
 align-items: center;
}

.multi-menu p:first-child {
 margin-right: .3em;
}

/*  &#65533;&#130;ò¶?&#131;&#158;&#65533;&#131;&#155;&#65533;&#131;&#65533;&#65533;&#131;&#139;&#65533;&#131;?&#65533;?&#131;?&#65533;?&#130;ì¿&#65533;&#131;ì¿&#65533;&#131;&#134;&#65533;&#131;&#138;
-------------------------------------------------------*/
@media screen and (max-width: 999px) {
 .navi-container {
  padding: 90px 0 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.7s, visibility 0.7s, height 0.7s;
  transition: opacity 0.7s, visibility 0.7s, height 0.7s;
  overflow: hidden;
  z-index: 8;
 }
 .navi-container.close {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
 }
 .navi-container.open {
  opacity: 1;
  visibility: visible;
  width: 100%;
 }
}

/*  &#65533;&#131;&#138;&#65533;&#131;&#147;&#65533;&#130;ì¿&#65533;&#131;ì¿&#65533;&#131;&#134;&#65533;&#131;&#138;
-------------------------------------------------------*/
@media screen and (max-width: 999px) {
 .navi-inner {
  position: relative;
  margin-left: auto;
  width: 100%;
  padding-bottom: 200px;
  height: 100vh;
  background-color: #fff;
  overflow-x: scroll;
  z-index: 8;
 }
}

.navi-content {
 width: 100%;
}

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

/*  &#65533;&#131;&#152;&#65533;&#131;&#131;&#65533;&#130;êº?&#131;?&#65533;?&#131;&#65533;&#65533;&#131;&#139;&#65533;&#131;?&#65533;?&#131;&#65533;
-------------------------------------------------------*/
.header-navi {
 width: 100%;
}

.header-navi li {
 font-size: 16px;
 font-size: 1.6rem;
 text-align: center;
 border-bottom: 1px solid #ff7f7f;
}

.header-navi li a {
 display: block;
 padding: 1em 1.5em;
 color: #ff7f7f;
}

.header-navi li a:hover {
 background-color: #ff7f7f;
 color: #fff;
}

@media screen and (min-width: 1000px) {
 .header-navi {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
 }
 .header-navi li {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: none;
 }
 .header-navi li:last-child {
  margin-right: 0;
 }
 .header-navi li a {
  position: relative;
  display: inline-block;
  padding: 20px 0;
  color: #000;
 }
 .header-navi li a:hover {
  background-color: transparent;
  color: #000;
 }
 .header-navi li a::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ff7f7f;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
 }
 .header-navi li a:hover::after {
  transform: scale(1, 1);
 }
}

/*  &#65533;&#131;&#136;&#65533;&#130;?¡õ&#131;&#65533;
-------------------------------------------------------*/
.toggle {
 display: block;
 position: absolute;
 top: 0;
 right: 0;
 width: 60px;
 height: 60px;
 background-color: #ff7f7f;
 cursor: pointer;
 z-index: 10;
}

.toggle-taxt {
 position: absolute;
 bottom: 1px;
 left: 50%;
 margin-left: -17px;
 color: #fff;
 font-family: "ŽÞäÎŽÀŽÄŽ«ŽÂŽÎ", "Yu Mincho", YuMincho, "Ž¥ŽÒŽ¥ò§Ž®Ž¥ŽÎŽÌŽÀŽÄŽ« Pro", "Hiragino Mincho Pro", "MS PŽÌŽÀŽÄŽ«", "MS PMincho", serif;
 font-size: 10px;
 font-size: 1rem;
 font-weight: 700;
 text-align: center;
 letter-spacing: .1em;
}

@media screen and (min-width: 1000px) {
 .toggle {
  display: none;
 }
}

.toggle span {
 background-color: #fff;
 border: none;
 border-radius: 5px;
 height: 3px;
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -18px;
 width: 36px;
 cursor: pointer;
 transition: all .4s;
}

.toggle span:nth-of-type(1) {
 top: 10px;
}

.toggle span:nth-of-type(2) {
 top: 22px;
 opacity: 1;
}

.toggle span:nth-of-type(3) {
 top: 34px;
}

.toggle.active span:nth-of-type(1) {
 -webkit-transform: translateY(12px) rotate(-45deg);
 transform: translateY(12px) rotate(-45deg);
}

.toggle.active span:nth-of-type(2) {
 opacity: 0;
}

.toggle.active span:nth-of-type(3) {
 -webkit-transform: translateY(-12px) rotate(45deg);
 transform: translateY(-12px) rotate(45deg);
}

/*  &#65533;&#130;&#65533;&#131;?&#65533;?&#131;&#136;&#65533;&#131;&#156;&#65533;&#130;êº?&#131;&#65533;
-------------------------------------------------------*/
.btn-cart {
 background-color: #ff7f7f;
 color: #fff;
}

/*  &#65533;&#131;&#149;&#65533;&#131;&#131;&#65533;&#130;êº?&#131;&#65533;
-------------------------------------------------------*/
.l-footer {
 position: relative;
 background-color: #fff;
 font-size: 18px;
 font-size: 1.8rem;
}

.copyright {
 border-top: 1px dotted #c4c4c4;
}

/*  &#65533;&#130;&#65533;&#130;?£ã&#131;&#137;
-------------------------------------------------------*/
.guide-box {
 padding: 40px 35px;
 border: 1px solid #c4c4c4;
 background-color: #fbfbfb;
}

/*  &#65533;&#131;&#149;&#65533;&#131;&#131;&#65533;&#130;êº?&#131;?&#65533;?&#131;&#65533;&#65533;&#131;&#139;&#65533;&#131;?&#65533;?&#131;&#65533;
-------------------------------------------------------*/
.footer-navi {
 width: 100%;
}

.footer-navi li {
 font-size: 13px;
 font-size: 1.3rem;
 text-align: center;
}

.footer-navi li a {
 display: block;
 padding: .5em 1.5em;
}

.footer-navi li a:hover {
 background-color: #ff7f7f;
 color: #fff;
}

@media screen and (min-width: 1000px) {
 .footer-navi {
  display: flex;
  justify-content: flex-end;
 }
 .footer-navi li {
  margin-right: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
 }
 .footer-navi li:last-child {
  margin-right: 0;
 }
 .footer-navi li a {
  position: relative;
  display: inline-block;
  padding: 0;
 }
 .footer-navi li a:hover {
  background-color: transparent;
  color: #000;
 }
 .footer-navi li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ff7f7f;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
 }
 .footer-navi li a:hover::after {
  transform: scale(1, 1);
 }
}

/*  î¿&#65533;&#65533;&#65533;&#133;&#65533;&#156;&#128;î¶&#65533;?&#65533;?Çãî·?&#154;&#65533;&#130;ì¿&#65533;&#131;ì¿&#65533;&#131;&#134;&#65533;&#131;&#138;
-------------------------------------------------------*/
.l-inner {
 position: relative;
 margin: 0 auto;
 padding: 0 15px;
 width: 100%;
}

@media screen and (min-width: 1000px) {
 .l-inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
 }
}

.parallax-top {
 position: relative;
 height: 250px;
}

.parallax {
 position: relative;
 height: 250px;
 background: transparent;
}

.parallax-inner {
 margin: 0 auto;
 display: flex;
 justify-content: center;
 align-items: center;
 height: 100%;
 width: 100%;
 max-width: 1000px;
 line-height: 2.4em;
}

.parallax-inner_02 {
 margin: 0 auto;
 display: flex;
 justify-content: center;
 align-items: center;
 height: 100%;
 width: 100%;
 max-width: 1000px;
 line-height: 2.4em;
}
.parallax-top_02 {
 position: relative;
 height: 500px;
}

@media screen and (min-width: 1000px) {
 .parallax-top {
  height: 100vh;
 }
 .parallax {
  height: 450px;
 }
}

/*  &#65533;&#130;î§&#65533;&#130;&#65533;&#130;ìÁ&#65533;&#131;?&#65533;&#131;&#65533;
-------------------------------------------------------*/
.section-wrap .image {
 margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
 .section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 }
 .section-wrap .image {
  margin-bottom: 0;
  padding-right: 45px;
  width: 50%;
 }
 .section-wrap .content {
  padding: 0 30px;
  width: 50%;
 }
 .section:nth-of-type(odd) .section-wrap .image {
  padding-left: 45px;
  padding-right: 0;
  order: 2;
 }
 .section:nth-of-type(odd) .content {
  order: 1;
 }
}

.btn {
 display: inline-block;
 width: 100%;
 max-width: 190px;
 background-color: #ff7f7f;
 color: #fff;
 text-align: center;
 line-height: 2.25em;
}

/*  &#65533;&#128;&#154;?¼¤&#65533;&#149;&#134;&#65533;&#147;&#129;
-------------------------------------------------------*/
.product-wrap {
 display: flex;
 margin-left: -10px;
}

.product-wrap a {
 display: block;
 margin-left: 10px;
 width: calc(50% - 10px);
}

@media screen and (min-width: 768px) {
 .product-wrap {
  margin-left: -35px;
 }
 .product-wrap a {
  margin-left: 35px;
  width: calc(50% - 35px);
 }
}

/*  &#65533;&#130;ò¶?&#130;êº?&#130;?£ã&#131;&#65533;
-------------------------------------------------------*/
.fcw {
 color: #fff;
}

.fcm {
 color: #000;
}

.fc1 {
 color: #ff7f7f;
}

.fc2 {
 color: #ff0000;
}

.bgbase {
 background-color: #fff;
}

.bgmain {
 background-color: #000;
}

.bgaccent1 {
 background-color: #ff7f7f;
}

.bgthin {
 background-color: #f4f4f4;
}

.ffmincho {
font-family: "ŽÞäÎŽÀŽÄŽ«ŽÂŽÎ", "Yu Mincho", YuMincho, "Ž¥ŽÒŽ¥ò§Ž®Ž¥ŽÎŽÌŽÀŽÄŽ« Pro", "Hiragino Mincho Pro", "MS PŽÌŽÀŽÄŽ«", "MS PMincho", serif;
}

.ffen {
 font-family: "Cinzel", serif;
}

.fw6 {
 font-weight: 600;
}

.fw7 {
 font-weight: 700;
}

/*  î±?&#153;&#65533;&#153;&#65533;
-------------------------------------------------------*/
.fs12 {
 font-size: 10px;
 font-size: 1.0rem;
}

.fs14 {
 font-size: 13px;
 font-size: 1.3rem;
}

.fs18 {
 font-size: 16px;
 font-size: 1.6rem;
}

.fs20 {
 font-size: 18px;
 font-size: 1.8rem;
}

.fs22 {
 font-size: 16px;
 font-size: 1.6rem;
}

.fs23 {
 font-size: 18px;
 font-size: 1.8rem;
}

.fs24 {
 font-size: 18px;
 font-size: 1.8rem;
}

.fs25 {
 font-size: 18px;
 font-size: 1.8rem;
}

.fs26 {
 font-size: 20px;
 font-size: 2.0rem;
}

.fs28 {
 font-size: 22px;
 font-size: 2.2rem;
}

.fs30 {
 font-size: 22px;
 font-size: 2.2rem;
}

.fs36 {
 font-size: 30px;
 font-size: 3.0rem;
}

.fs40 {
 font-size: 30px;
 font-size: 3.0rem;
}

.fs44 {
 font-size: 32px;
 font-size: 3.2rem;
}

.fs48 {
 font-size: 34px;
 font-size: 3.4rem;
}

.fs55 {
 font-size: 40px;
 font-size: 4.0rem;
}

.fs58 {
 font-size: 40px;
 font-size: 4.0rem;
}

@media screen and (min-width: 768px) {
 .fs12 {
  font-size: 12px;
  font-size: 1.2rem;
 }
 .fs14 {
  font-size: 14px;
  font-size: 1.4rem;
 }
 .fs18 {
  font-size: 18px;
  font-size: 1.8rem;
 }
 .fs20 {
  font-size: 20px;
  font-size: 2.0rem;
 }
 .fs22 {
  font-size: 22px;
  font-size: 2.2rem;
 }
 .fs23 {
  font-size: 23px;
  font-size: 2.3rem;
 }
 .fs24 {
  font-size: 24px;
  font-size: 2.4rem;
 }
 .fs25 {
  font-size: 25px;
  font-size: 2.5rem;
 }
 .fs26 {
  font-size: 26px;
  font-size: 2.6rem;
 }
 .fs28 {
  font-size: 28px;
  font-size: 2.8rem;
 }
 .fs30 {
  font-size: 30px;
  font-size: 3.0rem;
 }
 .fs36 {
  font-size: 36px;
  font-size: 3.6rem;
 }
 .fs40 {
  font-size: 40px;
  font-size: 4.0rem;
 }
 .fs44 {
  font-size: 44px;
  font-size: 4.4rem;
 }
 .fs46 {
  font-size: 46px;
  font-size: 4.6rem;
 }
 .fs47 {
  font-size: 47px;
  font-size: 4.7rem;
 }
 .fs48 {
  font-size: 48px;
  font-size: 4.8rem;
 }
 .fs55 {
  font-size: 55px;
  font-size: 5.5rem;
 }
 .fs58 {
  font-size: 58px;
  font-size: 5.8rem;
 }
}

.left {
 text-align: left;
}

.right {
 text-align: right;
}

.center {
 text-align: center;
}

/* ------------------------------------margin */
.mt05 {
 margin-top: 5px;
}

.mt10 {
 margin-top: 10px;
}

.mt15 {
 margin-top: 10px;
}

.mt20 {
 margin-top: 15px;
}

.mt25 {
 margin-top: 20px;
}

.mt30 {
 margin-top: 20px;
}

.mt35 {
 margin-top: 25px;
}

.mt40 {
 margin-top: 25px;
}

.mt45 {
 margin-top: 30px;
}

.mt50 {
 margin-top: 30px;
}

.mt60 {
 margin-top: 40px;
}

.mt70 {
 margin-top: 50px;
}

.mt80 {
 margin-top: 60px;
}

.mt90 {
 margin-top: 70px;
}

.mt100 {
 margin-top: 80px;
}

.mb05 {
 margin-bottom: 5px;
}

.mb10 {
 margin-bottom: 10px;
}

.mb15 {
 margin-bottom: 10px;
}

.mb20 {
 margin-bottom: 15px;
}

.mb25 {
 margin-bottom: 20px;
}

.mb30 {
 margin-bottom: 20px;
}

.mb35 {
 margin-bottom: 25px;
}

.mb40 {
 margin-bottom: 25px;
}

.mb45 {
 margin-bottom: 30px;
}

.mb50 {
 margin-bottom: 30px;
}

.mb60 {
 margin-bottom: 40px;
}

.mb70 {
 margin-bottom: 50px;
}

.mb80 {
 margin-bottom: 60px;
}

.mb90 {
 margin-bottom: 70px;
}

.mb100 {
 margin-bottom: 80px;
}

.mb150 {
 margin-bottom: 100px;
}

.mb200 {
 margin-bottom: 150px;
}

@media screen and (min-width: 768px) {
 .mt05 {
  margin-top: 5px;
 }
 .mt10 {
  margin-top: 10px;
 }
 .mt15 {
  margin-top: 15px;
 }
 .mt20 {
  margin-top: 20px;
 }
 .mt25 {
  margin-top: 25px;
 }
 .mt30 {
  margin-top: 30px;
 }
 .mt35 {
  margin-top: 35px;
 }
 .mt40 {
  margin-top: 40px;
 }
 .mt45 {
  margin-top: 45px;
 }
 .mt50 {
  margin-top: 50px;
 }
 .mt60 {
  margin-top: 60px;
 }
 .mt70 {
  margin-top: 70px;
 }
 .mt80 {
  margin-top: 80px;
 }
 .mt90 {
  margin-top: 90px;
 }
 .mt100 {
  margin-top: 100px;
 }
 .mb05 {
  margin-bottom: 5px;
 }
 .mb10 {
  margin-bottom: 10px;
 }
 .mb15 {
  margin-bottom: 15px;
 }
 .mb20 {
  margin-bottom: 20px;
 }
 .mb25 {
  margin-bottom: 25px;
 }
 .mb30 {
  margin-bottom: 30px;
 }
 .mb35 {
  margin-bottom: 35px;
 }
 .mb40 {
  margin-bottom: 40px;
 }
 .mb45 {
  margin-bottom: 45px;
 }
 .mb50 {
  margin-bottom: 50px;
 }
 .mb60 {
  margin-bottom: 60px;
 }
 .mb70 {
  margin-bottom: 70px;
 }
 .mb80 {
  margin-bottom: 80px;
 }
 .mb90 {
  margin-bottom: 90px;
 }
 .mb100 {
  margin-bottom: 100px;
 }
 .mb150 {
  margin-bottom: 150px;
 }
 .mb200 {
  margin-bottom: 200px;
 }
}

.ml05 {
 margin-left: 5px;
}

.mr10 {
 margin-right: 10px;
}

/* ------------------------------------padding */
.pt05 {
 padding-top: 5px;
}

.pt10 {
 padding-top: 5px;
}

.pt15 {
 padding-top: 5px;
}

.pt20 {
 padding-top: 10px;
}

.pt25 {
 padding-top: 15px;
}

.pt30 {
 padding-top: 20px;
}

.pt35 {
 padding-top: 25px;
}

.pt40 {
 padding-top: 25px;
}

.pt45 {
 padding-top: 30px;
}

.pt50 {
 padding-top: 30px;
}

.pt60 {
 padding-top: 40px;
}

.pt70 {
 padding-top: 50px;
}

.pt80 {
 padding-top: 60px;
}

.pt90 {
 padding-top: 70px;
}

.pt100 {
 padding-top: 80px;
}

.pb05 {
 padding-bottom: 5px;
}

.pb10 {
 padding-bottom: 5px;
}

.pb15 {
 padding-bottom: 5px;
}

.pb20 {
 padding-bottom: 10px;
}

.pb25 {
 padding-bottom: 15px;
}

.pb30 {
 padding-bottom: 20px;
}

.pb35 {
 padding-bottom: 25px;
}

.pb40 {
 padding-bottom: 25px;
}

.pb45 {
 padding-bottom: 30px;
}

.pb50 {
 padding-bottom: 30px;
}

.pb60 {
 padding-bottom: 40px;
}

.pb70 {
 padding-bottom: 50px;
}

.pb80 {
 padding-bottom: 60px;
}

.pb90 {
 padding-bottom: 70px;
}

.pb100 {
 padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
 .pt05 {
  padding-top: 5px;
 }
 .pt10 {
  padding-top: 10px;
 }
 .pt15 {
  padding-top: 15px;
 }
 .pt20 {
  padding-top: 20px;
 }
 .pt25 {
  padding-top: 25px;
 }
 .pt30 {
  padding-top: 30px;
 }
 .pt35 {
  padding-top: 35px;
 }
 .pt40 {
  padding-top: 40px;
 }
 .pt45 {
  padding-top: 45px;
 }
 .pt50 {
  padding-top: 50px;
 }
 .pt60 {
  padding-top: 60px;
 }
 .pt70 {
  padding-top: 70px;
 }
 .pt80 {
  padding-top: 80px;
 }
 .pt90 {
  padding-top: 90px;
 }
 .pt100 {
  padding-top: 100px;
 }
 .pb05 {
  padding-bottom: 5px;
 }
 .pb10 {
  padding-bottom: 10px;
 }
 .pb15 {
  padding-bottom: 15px;
 }
 .pb20 {
  padding-bottom: 20px;
 }
 .pb25 {
  padding-bottom: 25px;
 }
 .pb30 {
  padding-bottom: 30px;
 }
 .pb35 {
  padding-bottom: 35px;
 }
 .pb40 {
  padding-bottom: 40px;
 }
 .pb45 {
  padding-bottom: 45px;
 }
 .pb50 {
  padding-bottom: 50px;
 }
 .pb60 {
  padding-bottom: 60px;
 }
 .pb70 {
  padding-bottom: 70px;
 }
 .pb80 {
  padding-bottom: 80px;
 }
 .pb90 {
  padding-bottom: 90px;
 }
 .pb100 {
  padding-bottom: 100px;
 }
}

@media screen and (max-width: 768px) {
 .sp-br {
  display: block;
 }
}

@media screen and (min-width: 768px) {
 .pc-br {
  display: block;
 }
}

@media screen and (max-width: 999px) {
 .sp-none {
  display: none;
 }
}

@media screen and (min-width: 1000px) {
 .pc-none {
  display: none;
 }
}

/*  &#65533;&#148;îµ?&#131;&#65533;
-------------------------------------------------------*/
.img-fit {
 width: 100%;
 max-width: 100%;
 height: auto;
}

/* ------------------------------------------------------
  reset.css
------------------------------------------------------ */

* {
margin: 0;
 padding: 0;
	box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html, body {
-webkit-overflow-scrolling: touch;
}

html {
	overflow-y: scroll;
	cursor: default;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-print-color-adjust: exact;
}

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

ol, ul, li {
	list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
  display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: normal;
}

td, th {
  padding: 0;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

a {
	color: inherit;
	background-color: transparent;
	text-decoration: none;
	-webkit-text-decoration-skip: objects;
	cursor: pointer;
}

a:active, a:hover {
	outline-width: 0;
}

a:focus, *:focus {
	outline: none;
}

img {
  border-style: none;
	vertical-align: bottom;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select {
  vertical-align: middle;
}

button, select {
	text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
}

/* IE&#65533;&#129;&#65533;input?¹à&#129;?&#65533;?&#65533;&#65533;&#129;&#65533;&#135;?&#65533;?&#129;&#65533;&#129;&#65533;&#130;&#139;&#65533;&#131;&#158;&#65533;&#131;?&#65533;?&#130;&#65533;&#130;&#146;îÀ&#65533;&#136;&#65533;&#65533;? */
input::-ms-clear {
  visibility: hidden;
}

/* IE&#65533;&#129;&#65533;input?¹à&#129;?&#65533;?&#65533;&#65533;&#129;&#65533;&#135;?&#65533;?&#129;&#65533;&#129;&#65533;&#130;&#139;&#65533;&#131;&#158;&#65533;&#131;?&#65533;?&#130;&#65533;&#130;&#146;îÀ&#65533;&#136;&#65533;&#65533;? */
input::-ms-reveal {
  visibility: hidden;
}
/*  &#65533;&#131;&#152;&#65533;&#130;?&#65533;?&#131;&#152;&#65533;&#131;&#65533;&#131;&#151;î±&#65533;&#139;î¿&#65533;&#65533;&#131;&#154;&#65533;&#131;?&#65533;?&#130;&#65533;
-------------------------------------------------------*/
@media screen and (min-width: 768px) {
.hairhelp_top{
width:90%;
margin-left: auto;
margin-right: auto;
border:5px solid #FF0000;
padding-right: 4%;
padding-left: 4%;
padding-bottom: 2%;
padding-top: 2%;
border-radius:4px;
}
.hairhelp_top p{
line-height: 1.7em;
font-size:18px;
padding-bottom:1%;
padding-top:1%;
}
.consept_box{
padding-bottom: 7%;
}
.consept_left{
width:30%;
float: left;
}
.consept_left img{
width:100%;
}
.consept_right{
width:68%;
float: right;
padding-left:2%;
}
.consept_right p{
line-height: 1.7em;
font-size:16px;
padding-top:2%;
}
.consept_right_ttl{
color:#FF0000;
font-size:26px;
vertical-align: middle;
font-weight:bold;
font-family: "ŽÞäÎŽÀŽÄŽ«ŽÂŽÎ", "Yu Mincho", YuMincho, "Ž¥ŽÒŽ¥ò§Ž®Ž¥ŽÎŽÌŽÀŽÄŽ« Pro", "Hiragino Mincho Pro", "MS PŽÌŽÀŽÄŽ«", "MS PMincho", serif;
}
.consept_right_ttl img{
width:30px;
vertical-align: middle;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.inner{
max-width:1000px;
margin-left: auto;
margin-right: auto;
}
.flow_box{
padding-bottom: 7%;
}
.flow_left{
width:20%;
float: left;
text-align: center;
}
.flow_left img{
width:120px;
}
.flow_right{
width:80%;
float: right;
text-align: left;
}
.flow_ttl{
font-size:28px;
font-weight:bold;
font-family: "ŽÞäÎŽÀŽÄŽ«ŽÂŽÎ", "Yu Mincho", YuMincho, "Ž¥ŽÒŽ¥ò§Ž®Ž¥ŽÎŽÌŽÀŽÄŽ« Pro", "Hiragino Mincho Pro", "MS PŽÌŽÀŽÄŽ«", "MS PMincho", serif;
padding-top:3%;
}
.flow_right p{
line-height: 1.7em;
font-size:16px;
padding-top:2%;
}
#flow_last{
padding: 2%;
font-size:18px;
border:2px dashed #DB0000;
}
#flow_last span{
color:#DB0000;
font-weight:bold; 
}
#flow_last p{
line-height: 1.7em;
}
.mani li{
	padding-bottom: 2.5%;
	font-size: 110%;
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.5em;
	color: #FF2020;
}
/*?¹à&#139;&#65533;&#135;?&#65533;?&#129;&#151;?¹ð&#65533;&#65533;&#154;
---------------------------------------------------------------------------*/
h3.secTtl {
	border-bottom: 1px solid #FF0000;
	color: #FF0000;
	font-size: 34px;
	 font-family: "Cinzel", serif;
	letter-spacing: 3px;
	line-height: 54px;
	text-align: center;
	margin-bottom: 100px;
	padding-bottom: 16px;
	width:60%;
	margin-left: auto;
	margin-right: auto;
}

h3.secTtl .subTtl {
display: block;
color: #222;
font-size: 20px;
font-family: "ŽÞäÎŽÀŽÄŽ«ŽÂŽÎ", "Yu Mincho", YuMincho, "Ž¥ŽÒŽ¥ò§Ž®Ž¥ŽÎŽÌŽÀŽÄŽ« Pro", "Hiragino Mincho Pro", "MS PŽÌŽÀŽÄŽ«", "MS PMincho", serif;
letter-spacing: 1px;
line-height: 22px;
text-align: center;
margin-top: 4px;
}
}
/*  &#65533;&#131;&#152;&#65533;&#130;?&#65533;?&#130;ìµ?&#131;&#65533;&#131;ì¿&#65533;&#131;&#154;&#65533;&#131;?&#65533;?&#130;&#65533;
-------------------------------------------------------*/
@media screen and (min-width: 768px) {
.tenpo_logo{
margin-left: auto;
margin-right: auto;
width:200px;
margin-bottom: 2%;
}
.tenpo_logo img{
width:100%;
}
.consept_left_shop{
width:26%;
float: left;
}
.consept_left_shop img{
width:242px;
}
.consept_right_shop{
width:72%;
float: right;
padding-left:2%;
}
.consept_right_shop p{
line-height: 1.7em;
font-size:16px;
padding-top:2%;
}
.sub_ttl{
color: #FF0000;
font-size: 26px;
font-family: "ŽÞäÎŽÀŽÄŽ«ŽÂŽÎ", "Yu Mincho", YuMincho, "Ž¥ŽÒŽ¥ò§Ž®Ž¥ŽÎŽÌŽÀŽÄŽ« Pro", "Hiragino Mincho Pro", "MS PŽÌŽÀŽÄŽ«", "MS PMincho", serif;
letter-spacing: 1px;
text-align: center;
margin-bottom: 6%;
}
.shop_concept h4{
font-size: 20px;
margin-bottom: 4%!important;
}
.shop_concept p{
line-height: 1.7em;
font-size:16px;
padding-top:2%;
width:80%;
margin-left: auto;
margin-right: auto;
}
.h4_box{
text-align: center;
}
.shop_concept h4 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
text-align: center;
}
.shop_concept h4:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
.menuTable {
margin: 2% auto 10px;
width: 100%;
border: 1px solid #FF393B;
}

.menuTable tr {
border-bottom: 1px solid #FF393B;
}

.menuTable tr:last-child {
border-bottom: none;
}

.menuTable th {
	padding: 15px;
	width: 50%;
	background-color: #C3C3C3;
	border-right: 1px solid #FF393B;
	text-align: center;
	color:#222;
font-size:16px!important;
}

.menuTable td {
padding: 15px;
line-height: 1.7em;
background-color: #fff;
color:#222;
text-align: right;
width: 50%;
font-size:20px;
}

.menu_bottom{
line-height: 1.7em;
font-size:16px;
}
.access_letf{
float: left;
width:48%;
vertical-align: top;
}
.map{
float: right;
width:48%;
vertical-align: top;
padding-top:1%;
}
.menuTable_02 {
margin: 2% auto 10px;
width: 100%;
border: 1px solid #FF393B;
}

.menuTable_02 tr {
border-bottom: 1px solid #FF393B;
}

.menuTable_02 tr:last-child {
border-bottom: none;
}

.menuTable_02 th {
	padding: 15px;
	width: 30%;
	background-color: #C3C3C3;
	border-right: 1px solid #FF393B;
	text-align: center;
	color:#222;
font-size:16px!important;
}

.menuTable_02 td {
padding: 15px;
line-height: 1.7em;
background-color: #fff;
color:#222;
width: 70%;
font-size:16px;
}
.map_p{
line-height: 1.5em;
padding-top:7px;
}
.pcNone{
display: none;
}
.menuTable_harajuku{
margin: 2% auto 10px;
width: 100%;
border: 1px solid #FF393B;
}
.menuTable_harajuku tr {
border-bottom: 1px solid #FF393B;
}

.menuTable_harajuku tr:last-child {
border-bottom: none;
}

.menuTable_harajuku th {
	padding: 15px;
	width: 40%;
	background-color: #C3C3C3;
	border-right: 1px solid #FF393B;
	text-align: center;
	color:#222;
font-size:16px!important;
}

.menuTable_harajuku td {
padding: 15px;
line-height: 1.7em;
background-color: #fff;
color:#222;
text-align: right;
width: 30%;
font-size:20px;
border-right: 1px solid #FF393B;
}
.ta_ttl{
text-align: center!important;
color: #FF393B!important;
}
.menuTable p{
font-weight:normal;
color:#000;
}
.font-bold{
font-weight:bold;
font-size:16px!important;
}
.price_att{
text-align: right;
margin-bottom: 10%;
}
}
@media screen and (min-width: 768px) {
.access_letf_company{
width:100%;
}
.map_company{
width:100%;
margin-top: 2%;
}
#to_tenpo_box{
text-align: center;
}
.to_tenpo{
width:40%;
display: inline-block;
margin-left: 2%;
margin-right: 2%;
}
.to_tenpo_text_{
display: block;
font-size: 20px;
color:#FF393B;
padding-top:3%;
}
.to_tenpo_logo{
margin-left: auto;
margin-right: auto;
width:300px;
margin-bottom: 2%;
}
.to_tenpo_logo img{
width: 200px;
}
.to_tenpo_name{
font-size: 26px;
color:#FF393B;
font-style: italic;
font-weight:bold;
}
.to_tenpo_text {
    position: relative;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 2% 0;
    margin-right: auto;
	margin-left: auto;
	width:300px;
	font-weight:bold;
}
    /* î¯&#65533;&#139;î¯&#65533;&#137;?&#65533;?&#146; */ 
.to_tenpo_text:after {
        border: 20px solid transparent;
        border-top-color: #000;
        border-bottom-width: 0;
        bottom: -14.5px;
        content: "";
        display: block;
        left: 45%;
        position: absolute;
        width: 0;
    }
    /* sp MV */ 
#mv_cosme{
display: none;
}
#mv_company{
display: none;
}
#mv_salon{
display: none;
}
#mv_help{
display: none;
}
}
/*  &#65533;&#131;&#149;&#65533;&#131;&#131;&#65533;&#130;êº?&#131;&#65533;
-------------------------------------------------------*/
@media screen and (min-width: 768px) {
#footer{
padding-top:100px;
}
}
/*  &#65533;&#131;&#149;&#65533;&#131;&#131;&#65533;&#130;êº?&#131;&#65533;
-------------------------------------------------------*/
@media screen and (min-width: 768px) {
.buy_btn_pc{
width:40%;
margin-left: auto;
margin-right: auto;
border:2px solid pink;
}
.buy_btn_sp{
display: none;
}
}
@media screen and (max-width: 767px) {
.buy_btn_sp{
width:40%;
margin-left: auto;
margin-right: auto;
border:2px solid pink;
}
.buy_btn_pc{
display: none;
}
}


/*-------------------------------------------*/
html {
	font-size: 100%;
}

body {
	font-size:0.9em;
	line-height: 1.6;
}

.ttl01{
	display: block;
	background: #ff3333;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 4px;
	text-align: center;
	margin-bottom: 15px;
	color: #FFF;
	border-radius: 5px;
}

a:hover {
	filter: brightness(110%);
	opacity: 1;
}

/*table?&#65533;?¤»åâŽ¿åâŽ¤åã?*/
table.table01 {
	width:100%;
	margin:0  0 20px 0;
}

table.table01 tr th,table.table01 tr td {
	padding:15px;
	border:1px solid #ff393b;
	vertical-align:top;
	font-size:1.2em;
	text-align:left;
	background:#fff;
}

table.table01 tr th {
	width:30%;
	background:#F1F1F1;
}

table.table01 th.ttl{
	background: #999;
	color: #FFF;
	font-weight: bold;
}

@media (max-width: 680px){
	table.table01 {
		width:100%;
		margin:0;
		word-break: break-all;
	}

	table.table01 tr th,table.table01 tr td {
		padding:10px;
		font-size:1.1em;
	}
}

/*img?&#65533;?£ê?ÖÁåá&#65533;?&#65533;?¤»åâŽ¿åâŽ¤åã?*/
.bigimg,
.smallimg {
	width: 100%;
	height: auto;
}

@media (min-width: 680px){
	.smallimg {
		display:none;
	}
}

/* footer */
@media (max-width: 680px){
	.bigimg {
		display:none;
	}
}

div#sp_banner{
	display: none;
}

@media (max-width: 680px){
	div#sp_banner{
		display: block;
		position:fixed;
		bottom:0;
	}
	div#sp_banner img{
		width: 100%;
		height: auto;
	}
}

/*titleimage*/
div#titleimage{
	display: block;
	margin-bottom: 30px;
}
@media (max-width:680px){
	div#titleimage{
		margin-bottom: 15px;
	}
}

/* index */
div#index div#mainimage{
	display: block;
	background:url(https://img21.shop-pro.jp/PA01431/521/etc/mainimage.png?cmsp_timestamp=20190819110805) no-repeat right;
	margin-bottom: 50px;
}
div#index div#mainimage img{
	width:100%;
	height: auto;
	max-width: 363px;
}
div#index01{
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}
div#index01 h2{
	display: block;
	background: url(https://img21.shop-pro.jp/PA01431/521/etc/img01.png?cmsp_timestamp=20190819110746) repeat-x bottom;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 20px;
}
div#index01 h2 img{
	width: 100%;
	height: auto;
	max-width: 700px;
}
div#index01 ul{
	display: block;
}
div#index01 ul li{
	display: block;
	width: 33%;
	float: left;
	text-align: center;
}
div#index01 ul li img{
	width: calc(100% - 20px);
	height: auto;
	max-width: 280px;
}
div#index02,
div#index04{
	display: block;
	margin-bottom: 30px;
}
div#index03{
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}
div#index03 ul li{
	display: block;
	width: 50%;
	float: left;
}
div#index03 ul li:last-child{
	text-align: right;
}
div#index03 ul li img{
	width:calc(100% - 10px);
	height: auto;
	max-width: 470px;
}
div#index05{
	display: block;
}
div#index05 h3{
	display: block;
	background: url(https://img21.shop-pro.jp/PA01431/521/etc/bg_t.png?cmsp_timestamp=20190819110704) no-repeat;
	padding: 40px 0 8px 130px;
	color: #FFF;
	font-size: 1.8em;
	font-weight: bold;
	margin:0 0 15px 0;
}
div#index05 .btn{
	display: block;
	text-align: center;
	margin-top: 20px;
	max-width: none;
	background: none;
	border: none!important;
}
div#index05 .btn img{
	width: 100%;
	height: auto;
	max-width: 680px;
}
div#index05 p.text{
	margin-bottom: 30px;
	font-size: 2.2rem;
	text-align: center;
}

@media (max-width: 680px){
	div#index01 ul li{
		width: 100%;
		float:none;
		margin-bottom: 15px;
	}
	div#index03 ul li{
		width: 100%;
		float:none;
		margin-bottom: 15px;
		text-align: center;
	}
	div#index03 ul li:last-child{
		text-align: center;
	}
	div#index05 h3{
		font-size: 1.3em;
	}
	div#index05 .btn{
		margin-top: 15px;
	}
}

/*schedule*/
div#schedule01{
	display: block;
	margin-bottom: 50px;
}
div#schedule01 dl{
	display: block;
	background: #e5e5e5;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 10px;
}
div#schedule01 dt{
	display: block;
	background: #FFF;
	padding: 10px;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 1.2rem;
}
div#schedule01 dt span.time{
	color: #ff3333;
	width: 5rem;
	margin-right: 20px;
}
div#schedule01 dd{
	display: block;
	margin-bottom: 30px;
	padding-left: 5.3rem;
}
div#schedule01 dd .naiyou{
	display: block;
	background: #FFF;
	padding: 15px;
	border-radius: 5px;
	margin-top: 15px;
	border: #ff3333 1px dotted;
}
div#schedule01 dd .naiyou b{
	font-weight: bold;
	color: #ff3333;
}

/*message*/
div#message01{
	display: block;
	margin-bottom: 50px;
}
div#message01 div.box{
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	border-bottom: #ff3333 2px dotted;
	padding-bottom: 30px;
}
div#message01 div.box img{
	max-width: 280px;
	height: auto;
	float: left;
	margin: 0 20px 0 0;
}
div#message01 div.box div.txt{
	display: block;
	float: left;
	background: #EEE;
	border-radius: 5px;
	padding: 25px;
	width: calc(100% - 300px);
}
div#message01 div.box div.txt h3{
	display: block;
	color: #ff3333;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
div#message01 div.box div.txt b{
	display: block;
	background: #FFF;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
}
div#message01 div.box div.txt p{
	display: block;
	margin-bottom: 15px;	
}
div#message01 div.box div.txt p:last-child{
	margin-bottom: 0;	
}
@media(max-width:680px){
	div#message01 div.box img{
		display: block;
		float: none;
		margin: 0 auto 15px auto;
	}
	div#message01 div.box div.txt{
		float: none;
		background: #EEE;
		width: calc(100% - 30px);
		padding: 15px;
		margin: 0 auto;
	}
}

/*faq*/
div#faq01{
	display: block;
	margin-bottom: 30px;
}
div#faq01 dt{
	display: block;
	padding: 20px 10px 15px 55px;
	color: #FFF;
	font-weight: bold;
	font-size: 2.3rem;
	border-radius: 5px;
	background:url(https://img21.shop-pro.jp/PA01431/521/etc/q.png?cmsp_timestamp=20190819110920) no-repeat 10px 5px #ff3333;
}
div#faq01 dd{
	display: block;
	background:url(https://img21.shop-pro.jp/PA01431/521/etc/a.png?cmsp_timestamp=20190819110936) no-repeat 10px 20px #fff;
	padding: 20px 10px 50px 55px;
}

@media (max-width:680px){
	div#faq01 dd{
		padding-bottom: 20px;
	}
}

/*box
***************************************/
.box1120 {
	clear: both;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
}

/*base
***************************************/
.base {
	padding: 3% 0;
}

@media (max-width: 1120px){
.base {
	padding: 3%;
}
}

@media (max-width: 680px){
.base {
	padding: 5%;
}
}

/*base01
***************************************/
.base01 {
	clear: both;
	overflow: hidden;
	background: #fff;
	width: 100%;
	margin-bottom: 5%;
	padding: 2%;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: rgba(155, 155, 155, 1) 2px 2px 4px 0px;
}

@media (max-width: 1120px){
.base01 {
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
}
}

@media (max-width: 680px){
.base01 {
	width: 90%;
	padding: 5%;
	margin-right: 5%;
	margin-left: 5%;
}
}

/*title
***************************************/
.title01 {
	clear:both;
	width:100%;
	font-family:Yugo, 'Þâ¥´¥·¥Ã¥¯', "¥á¥¤¥ê¥ª", Meiryo, serif;
	font-size:3rem;
	font-weight:bold;
	text-align:center;
	color:#F20100;
	margin-bottom:3%;
	line-height: 1.2;
}

@media (max-width: 680px){
.title01 {
	font-size:1.5em;
	margin-bottom:5%;
}
}

.title02 {
	clear:both;
	width:100%;
	margin-bottom: 20px;
	font-family: Yugo, 'Þâ¥´¥·¥Ã¥¯', "¥á¥¤¥ê¥ª", Meiryo, serif;
	font-size:38px;
	font-weight:bold;
	text-align:left;
	color:#fff;
}
.title02_help {
	clear:both;
	width:100%;
	margin-bottom: 20px;
	font-family: Yugo, 'Þâ¥´¥·¥Ã¥¯', "¥á¥¤¥ê¥ª", Meiryo, serif;
	font-size:38px;
	font-weight:bold;
	text-align:left;
	color:#F20100;
}
.title022_help {
	clear:both;
	width:100%;
	margin-bottom: 5px;
	font-family: Yugo, 'Þâ¥´¥·¥Ã¥¯', "¥á¥¤¥ê¥ª", Meiryo, serif;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color:#F20100;
	line-height: 1.5em;
}
@media (max-width: 1120px){
.title02 {
	font-size:3.392vw;/*38px¡à1120px*/
}
}

@media (max-width: 680px){
.title02 {
	font-size:1.5rem;
	margin-bottom:10px;
}
}

.title03 {
	clear:both;
	width:100%;
	margin-bottom: 20px;
	font-family: Yugo, 'Þâ¥´¥·¥Ã¥¯', "¥á¥¤¥ê¥ª", Meiryo, serif;
	font-size:4rem;
	font-weight:bold;
	text-align:left;
	color:#000;
}

@media (max-width: 680px){
.title03 {
	font-size:2.2rem;
	margin-bottom:10px;
}
}

/*map¤Î¥¹¥¿¥¤¥ë
***************************************/
.shop02 .map,
.shop02 .map iframe,
.shop02 .map object,
.shop02 .map embed{
	width: 100%;
}

@media (max-width: 680px){
.shop02 .map iframe {
	width: 100% !important;
}
}

/*main
***************************************/
div#main {
	clear:both;
	background_:url(https://img21.shop-pro.jp/PA01431/521/etc/state_n.png?cmsp_timestamp=20190820223617) repeat left top;
	width:100%;
	padding:1% 0 3% 0;
}

@media (max-width: 680px){
div#main {
	padding:5% 0 5% 0;
}
}

/*main_title
***************************************/
div#main_title {
	clear:both;
	width:100%;
	margin-bottom:2%;
}

div#main_title h1 {
	width:100%;
	font-family:Yugo, 'Þâ¥´¥·¥Ã¥¯', "¥á¥¤¥ê¥ª", Meiryo, serif;
	font-size:3rem;
	font-weight:bold;
	text-align:center;
	color:#F20100;
	background: none;
}

@media (max-width: 680px){
div#main_title {
	margin-bottom:5%;
}

div#main_title h1 {
	font-size:1.5em;
}
}

/*slide1
***************************************/
#slide1 {
	clear:both;
	overflow: hidden;
	background: url(https://img21.shop-pro.jp/PA01431/521/etc/bg02_n.jpg?cmsp_timestamp=20190820223658) no-repeat -10% 50%;
	background-size: 60% auto;
	position: relative;
	color: #fff;
}

#slide1:before {
	background: #F20100;
	width: 50%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
}

#slide1 .right {
	float: right;
	width: 51.7%;
	padding: 5% 0 5% 4%;
	box-sizing: border-box;
	position: relative;
	text-align: left;
}

#slide1 .right:before {
	position: absolute;
	height: 30%;
	top: 0;
	left:0;
	border-right: 20px solid #F20100;
	border-bottom: 20px solid transparent;
	display: block;
	content:" ";
}
/*slide1¥Ø¥¢¥Ø¥ë¥×
***************************************/
#slide1_help {
	clear:both;
	overflow: hidden;
	background: url(https://img21.shop-pro.jp/PA01431/521/etc/bg02_n_help.jpg?cmsp_timestamp=20190827160015) no-repeat -10% 50%;
	background-size: 60% auto;
	position: relative;
	color: #F20100;
}

#slide1_help:before {
	background-color: #F4F4F4;
	width: 50%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
}

#slide1_help .right {
	float: right;
	width: 51.7%;
	padding: 3% 0 3% 4%;
	box-sizing: border-box;
	position: relative;
	text-align: left;
}

#slide1_help .right:before {
	position: absolute;
	height: 30%;
	top: 0;
	left:0;
	border-right: 20px solid #F4F4F4;
	border-bottom: 20px solid transparent;
	display: block;
	content:" ";
}
.help_tel{
	border-bottom: 1px solid #B7B7B7;
	padding-bottom: 2%;
}
.help_tel_p{
line-height: 2.5em!important;
}
.help_tel_01{
	font-weight: bold;
	font-size: 22px;
}
.help_tel_02{
	font-weight: bold;
	font-size: 22px;
}
.help_tel_03{
font-size: 18px;
}
.help_tel_big{
font-size: 48px;
font-weight: bold;
letter-spacing: 0.7;
font-family: Yugo, 'Þâ¥´¥·¥Ã¥¯', "¥á¥¤¥ê¥ª", Meiryo, serif;
}
.help_tel_big img{
width:40px;
}
.help_btn{
	padding: 2%;
	background-color: #E1E1E1;
	color: red;
	display: block;
	float: right;
	font-family: Yugo, 'Þâ¥´¥·¥Ã¥¯', "¥á¥¤¥ê¥ª", Meiryo, serif;
	font-weight: bold;
	font-size: 20px;
	margin-top: 3%;
	border-radius: 16px;
}
@media (max-width: 680px){
#slide1{
	background: url(https://img21.shop-pro.jp/PA01431/521/etc/bg02_n.jpg?cmsp_timestamp=20190820223658) no-repeat 50% 50%;
	background-size: cover;
}

#slide1:before {
	background: rgba(242,1,0,.6);
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

#slide1 .right {
	float:none;
	width:100%;
	padding: 5%;
}

#slide1 .right:before {
	display:none;
}

#slide1 h2{
	font-size: 1.1rem;
	text-align: center;
}
#slide1_help{
	background: url(https://img21.shop-pro.jp/PA01431/521/etc/bg02_n_help.jpg?cmsp_timestamp=20190827160015) no-repeat 50% 50%;
	background-size: cover;
}

#slide1_help:before {
	background: rgba(242,1,0,.6);
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

#slide1_help .right {
	float:none;
	width:100%;
	padding: 5%;
}

#slide1_help .right:before {
	display:none;
}

#slide1_help h2{
	font-size: 1.1rem;
	text-align: center;
}
}

/*slide2
***************************************/
#slide2 {
	background: url(https://img21.shop-pro.jp/PA01431/521/etc/state_n.png?cmsp_timestamp=20190820223837) repeat left top;
}

#slide2 .g2wrap{
	max-width: 70%;
	margin: 0 auto;
}
/*slide¥Ø¥¢¥Ø¥ë¥×
***************************************/
#slide2_help {
	background_: url(https://img21.shop-pro.jp/PA01431/521/etc/state_n.png?cmsp_timestamp=20190820223837) repeat left top;
}

#slide2_help .g2wrap{
	max-width: 70%;
	margin: 0 auto;
}

@media (max-width: 680px){

#slide2 .g2wrap{
	max-width: initial;
}
#slide2_help .g2wrap{
	max-width: initial;
}
}

/*slide3
***************************************/
section#slide3 {
	clear:both;
	background:#FFE8E8;
}

section#slide3 .faq dt{
	position: relative;
	font-weight: bold;
	padding: 0 0 0 50px;
}

section#slide3 .faq dt span