/*
Theme Name: Re WordPress
Theme URI: https://re-wordpress.com/
Author: Re-WordPress
Author URI: https://re-wordpress.com/
Description: ReWordPress is a theme made to customize and reuse the basic specifications of WordPress.
Version: 1.0
Requires PHP: 5.2.4
License: AWSolutions
License URI: https://re-wordpress.com/
Text Domain: Re_WordPress
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/
html #wpadminbar{
  display:none;
}
@charset "UTF-8";
/*
    リセットCSS等の基本設定
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
  font-family: 'ToppanBunkyuMinchoPr6N-Regular' !important;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

*{
  box-sizing: border-box;
}

button, img, a, div {
  transition: all 0.3s;
}

button[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

html {
  font-size: 62.5%;
}

@media (max-width: 1023px) {
  html {
    font-size: 57%;
  }
}

.body-container {
  color: #432020;
  font-size: 1.6em;
  font-family: "YuGothic", "Arial", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  overflow: hidden;
  background-color: #fdf5e8;
}

li {
  list-style: none;
}

a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

img {
   width: 100%;
  vertical-align: bottom;
}

.br-lg {
  display: none;
}

@media (max-width: 1023px) {
  .br-lg {
    display: block;
  }
}

.br-md {
  display: none;
}

@media (max-width: 767px) {
  .br-md {
    display: block;
  }
}

.br-sm {
  display: none;
}

@media (max-width: 413px) {
  .br-sm {
    display: block;
  }
}

.inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 80px 30px;
}

.btn {
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: left;
  font-family: dnp-shuei-mincho-pr6;
}

@media (max-width: 767px) {
  .btn {
    width: 180px;
    height: 36px;
    line-height: 36px;
  }
}

.btn:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #fff;
  top: 20px;
  right: 30px;
}

@media (max-width: 767px) {
  .btn:before {
    top: 18px;
  }
}

.btn:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #fff;
  top: 17px;
  right: 29px;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .btn:after {
    top: 15px;
  }
}

.sec-ttl {
  font-size: 3.2rem;
  font-family: dnp-shuei-mincho-pr6;
  font-weight: normal;
}

.sec-ttl2 {
  font-size: 3.2rem;
  text-align: center;
  font-family: dnp-shuei-mincho-pr6;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 1023px) {
  .sec-ttl2 {
    font-size: 3rem;
  }
}

.sec-ttl2:after {
  content: "";
  background-color: #432020;
  width: 250px;
  height: 1px;
  position: absolute;
  top: 16px;
  right: 0;
}

@media (max-width: 767px) {
  .sec-ttl2:after {
    width: 28.311%;
  }
}

.sec-ttl2:before {
  content: "";
  background-color: #432020;
  width: 250px;
  height: 1px;
  position: absolute;
  top: 16px;
  left: 0;
}

@media (max-width: 767px) {
  .sec-ttl2:before {
    width: 28.311%;
  }
}

.header {
  font-family: "Hoefler Text";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height:131px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: linear-gradient(to bottom, #432020 5%, rgba(43, 20, 20, 0));
}

.header.noblur {
  backdrop-filter: none;
}

.header .inner {
  display: flex;
  justify-content: space-between;
  padding: 50px 30px 36px;
  align-items: center;
  height:140px;
  max-width: 1920px !important;
}

@media (max-width: 414px) {
  .header {
    height:unset;
  }
}

@media (max-width: 1023px) {
  .header .inner {
    padding: 40px 15px 36px;
  }
}

@media (max-width: 767px) {
  .header .inner {
    padding: 30px 30px 25px;
    flex-direction: column; /* 要素を縦に積む */
  }
}

@media (max-width: 414px) {
  .header .inner {
    padding: 10px 10px 10px;
    height:unset;
    flex-direction: column; /* 要素を縦に積む */
  }
}

.header .inner h1{
  position:absolute;
  left:calc(50% - 150px);
}

@media (max-width: 767px) {
  .header .inner h1{
    position:relative;
    left:unset;
  }
}

@-moz-document url-prefix() {
  .header {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

@media all and (-ms-high-contrast: none) {
  .header {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

@media (max-width: 767px) {
  .h-nav {
//    display: none;
    float: none;
    width: 100%;
  }
}

.h-nav-list {
  display: flex;
  justify-content: start;
}

.h-nav-list li:not(:last-child) {
  margin-right: 40px;
}

@media (max-width: 1023px) {
  .h-nav-list li:not(:last-child) {
    margin-right: 12px;
  }
}

.h-nav-list .h-nav-item {
  color: #ffffff;
  font-family: "Hoefler Text" !important;
}

.h-ttl {
  font-size: 5.4rem;
  font-weight: normal;
  color: #fff;
  margin-left: -37px;
}

.h-nav-list a::after{
  content: "";
    display: block;
    width: 0;
    transition: width 0.3s;
    border-bottom: 1px solid #ffffff;
}

.h-nav-list a:hover::after {
    width: 100%;
}

@media (max-width: 1023px) {
  .h-ttl {
    margin-left: -5px;
    font-size: 5rem;
  }
}

@media (max-width: 767px) {
  .h-ttl {
    font-size: 4rem;
  }
}

@media (max-width: 413px) {
  .h-ttl {
    font-size: 3rem;
  }
}

.search-box {
  position: relative;
  width: 345px;
  text-align: right;
}

@media (max-width: 767px) {
  .search-box {
    display: none;
  }
}

.search-box .s-select {
/*   width: 100px; */
  height: 30px;
  border: none;
  font-size: 1rem;
  padding-left: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  color: #6e6e6e;
  border-radius: initial;
}

.search-box .s-select::-ms-expand {
  display: none;
}

@media (max-width: 1023px) {
  .search-box .s-select {
/*     width: 80px; */
    padding-left: 7px;
  }
}

.search-box:before {
  position: absolute;
  left: 74px;
  top: 11px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  z-index: 1;
}

@media (max-width: 1023px) {
  .search-box:before {
    left: 62px;
  }
}

.search-box .s-input {
  width: 200px;
  height: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  font-family: inherit;
  margin-left: -4px;
  font-size: 1.4rem;
  padding: 4px 0 0 10px;
  color: #ffffff;
}

.search-box .s-input::placeholder {
  color: #fff !important;
  font-family: "Hoefler Text";
  opacity: 1;
}

@media (max-width: 1023px) {
  .search-box .s-input {
    width: 170px;
  }
}

.search-box .s-btn {
  position: absolute;
  top: 6px;
  right: 2px;
  background-color: transparent;
  border: none;
}

.search-box .s-btn .fa-search {
  color: #ffffff;
}

.hamburger {
  display: none;
  width: 20px;
  height: 24px;
  position: relative;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger.fix {
  position: fixed;
  top: 35px;
  right: 30px;
  z-index: 11;
}

@media (max-width: 413px) {
  .hamburger.fix {
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}

.hamburger .h_line {
  width: 20px;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  transition: all 0.3s;
  z-index: 11;
}

.hamburger .h_line.h_line-1 {
  top: 0;
  left: 0;
}

.hamburger .h_line.h_line-1.on {
  transform: rotate(45deg);
  top: 7px;
  background-color: #432020;
}

.hamburger .h_line.h_line-2 {
  width: 18px;
  top: 7px;
  left: 0;
}

.hamburger .h_line.h_line-2.on {
  display: none;
}

.hamburger .h_line.h_line-3 {
  width: 12px;
  top: 14px;
  left: 0;
}

.hamburger .h_line.h_line-3.on {
  width: 20px;
  transform: rotate(-45deg);
  top: 7px;
  background-color: #432020;
}

.h-sp {
  display: none;
  position: fixed;
  background-color: #fdf5e8;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding: 80px 30px;
  z-index: 10;
}

.h-sp .h-sp-ttl {
  font-size: 4rem;
  text-align: center;
  color: #432020;
  display: block;
  margin-bottom: 40px;
}

.h-sp .h-sp-ttl img{
	width: 80%;
}

.h-sp .h-sp-nav-list {
  margin-top: 48px;
}

.h-sp .h-sp-nav-item {
  font-size: 2rem;
  padding: 20px 0;
  color: #432020
}

.h-sp .search-sp-box {
  text-align: center;
}

.h-sp .search-sp-box .form-sp {
  display: inline-block;
  position: relative;
}

.h-sp .search-sp-box .form-sp:before {
  position: absolute;
  left: 77px;
  top: 11px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #fff;
  z-index: 1;
}

.h-sp .search-sp-box .s-sp-select {
  width: 100%;
  height: 30px;
  border: none;
  font-size: 1rem;
/*   padding-left: 19px; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  color: #fff;
/*   background-color: #432020; */
  border-radius: initial;
}

.h-sp .search-sp-box .s-sp-select::-ms-expand {
  display: none;
}

.h-sp .search-sp-box .s-sp-input {
  width: 200px;
  height: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #432020;
  font-family: inherit;
  margin-left: -4px;
  font-size: 1.4rem;
  padding: 4px 0 0 10px;
  color: #ffffff;
}

.h-sp .search-sp-box .s-sp-input::placeholder {
  color: #432020;
  font-family: "Hoefler Text";
  opacity: 1;
}

.h-sp .search-sp-box .s-sp-btn {
  position: absolute;
  top: 6px;
  right: 0px;
  background-color: transparent;
  border: none;
}

.h-sp .search-sp-box .s-sp-btn .fa-search {
  color: #432020;
}

.h-sp .ec-headerSearch {
    background-color: #432020;
}

.ec-headerSearch:after {
    content: " ";
    display: table;
}

.ec-headerSearch:after {
    clear: both;
}

.ec-headerSearch .ec-headerSearch__category {
    float: none;
}

@media only screen and (min-width: 768px){
	.ec-headerSearch .ec-headerSearch__category {
		float: left;
		width: 43%;
	}
}

.ec-headerSearch .ec-headerSearch__category .ec-select {
    overflow: hidden;
    width: 100%;
    margin: 0;
    text-align: center;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    position: relative;
    border: 0;
    background: #000;
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    width: 140px;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    font-family: inherit;
    /* margin-left: -4px; */
    font-size: 1.4rem;
    padding: 4px 0 0 10px;
    color: #6E6E6E;
    background-color: #ffffff;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    padding: 0 10px;
    height: 35px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-radius: 0px;
}

.h-sp .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    width: 100%;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search:before {
    position: absolute;
    top: 0.8em;
    right: 0.4em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    pointer-events: none;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search:before {
    border-top: 6px solid #432020;
    margin-top: 5px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
    width: 100%;
    cursor: pointer;
    padding: 8px 24px 8px 8px;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
}


.ec-headerSearch .ec-headerSearch__category .ec-select select {
    color: #9F8983;
    padding: 0;
	 height: 34px;
}

@media only screen and (min-width: 768px){
	.ec-headerSearch .ec-headerSearch__category .ec-select select {
		max-width: 165px;
		height: 36px;
	}
}

.ec-headerSearch .ec-headerSearch__category .ec-select select option {
    color: #000;
}

.ec-headerSearch .ec-headerSearch__keyword {
    position: relative;
    color: #525263;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media only screen and (min-width: 768px){
	.ec-headerSearch .ec-headerSearch__keyword {
		float: right;
		width: 57%;
		border-bottom-left-radius: inherit;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
	}
}

.ec-headerSearch .ec-headerSearch__keyword {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #ffffff;
    margin-left: -1px;
    height: 35px;
	position: relative;
}

.ec-headerSearch .ec-headerSearch__keyword input {
    color: #ffffff;
}

.ec-headerSearch .ec-headerSearch__keyword input::placeholder {
    color: #ffffff !important;
}

.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    width: 100%;
    height: 34px;
    font-size: 19.2px;
    font-size: 1.2rem;
    border: 0 none;
    padding: 0.5em 50px 0.5em 1em;
    box-shadow: none;
    background: none;
    box-sizing: border-box;
    margin-bottom: 0;
	 outline: none;
}

.ec-headerSearch .ec-headerSearch__keywordBtn {
    border: 0;
    background: none;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-55%);
    display: block;
    white-space: nowrap;
    z-index: 1;
}

.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
    width: 22px;
    height: 22px;
}

.ec-icon img {
    max-width: 80px;
    max-height: 80px;
}

.mv {
  color: #ffffff;
  font-family: dnp-shuei-mincho-pr6;
  position: relative;
}

.mv-img {
  background-image: url(/img/top-img1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 620px;
}

@media (max-width: 767px) {
  .mv-img {
    height: 400px;
  }
}

@media (max-width: 413px) {
  .mv-img {
    height: 300px;
  }
}

.mv-ttl-box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .mv-ttl-box {
    top: 52%;
  }
}

@media (max-width: 413px) {
  .mv-ttl-box {
    top: 54%;
  }
}

.mv-ttl-box .mv-ttl {
  font-size: 2.8rem;
  font-family: dnp-shuei-mincho-pr6;
  margin-bottom: 40px;
  white-space: nowrap;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .mv-ttl-box .mv-ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

@media (max-width: 413px) {
  .mv-ttl-box .mv-ttl {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}

.mv-ttl-box .btn {
  color: #ffffff;
  border: 1px solid #fff;
  padding-left: 30px;
  height: 50px;
  line-height: 28px;
}

@media (max-width: 413px) {
  .mv-ttl-box .btn {
    width: 150px;
    padding-left: 30px;
    font-size: 1.4rem;
    height: 30px;
    line-height: 30px;
  }
}

@media (max-width: 413px) {
  .mv-ttl-box .btn:after {
    right: 16px;
    width: 7px;
    top: 13px;
  }
}

@media (max-width: 413px) {
  .mv-ttl-box .btn:before {
    right: 17px;
    width: 20px;
    top: 15px;
  }
}

.topNews {
  background-color: #432020;
  color: #ffffff;
}

.topNews .inner {
  padding: 40px 30px;
  display: flex;
  justify-content: start;
  position: relative;
  align-items: center;
}

@media (max-width: 1023px) {
  .topNews .inner {
    padding: 40px 15px;
  }
}

@media (max-width: 767px) {
  .topNews .inner {
    display: block;
    padding: 30px 15px;
  }
}

.topNews .topNews-box {
  flex-grow: 1;
  padding: 24px 0 14px 80px;
  border-left: 1px solid #fff;
}

@media (max-width: 1023px) {
  .topNews .topNews-box {
    padding: 24px 0 14px 25px;
  }
}

@media (max-width: 767px) {
  .topNews .topNews-box {
    padding: 10px 0 2px 20px;
  }
}

.topNews .topNews-box dl {
  width: 100%;
  font-size: 1.4rem;
}

.topNews .topNews-box dt {
  width: 100px;
  float: left;
}

@media (max-width: 767px) {
  .topNews .topNews-box dt {
    line-height: 1.5;
  }
}

.topNews .topNews-box dd {
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  .topNews .topNews-box dd {
    padding-left: 100px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.topNews .topNews-box dl::after {
  content: "";
  display: block;
  clear: both;
}

.topNews .sec-ttl {
  width: 27.523%;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 1060px) {
  .topNews .sec-ttl {
    width: 20.523%;
  }
}

@media (max-width: 1023px) {
  .topNews .sec-ttl {
    width: 14.523%;
  }
}

@media (max-width: 767px) {
  .topNews .sec-ttl {
    width: 100%;
    margin-bottom: 0.8em;
  }
}

.club {
  position: fixed;
  bottom: 15px;
  right: 10px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #9F8983;
  color: #ffffff;
  z-index: 500;
  transition: background-color 0.3s;
  font-size:1.6rem;
}

.club:hover{
  background-color: #432020;
}

@media (max-width: 767px) {
  .club {
    width: 70px;
    height: 70px;
    bottom: 10px;
    top:unset;
    right: 10px;
  }
}

.club .club-ttl {
  padding-top: 40px;
  text-align: center;
  line-height: 1.5;
  font-family: 'ToppanBunkyuMinchoPr6N-Regular';
}

@media (max-width: 1023px) {
  .club .club-ttl {
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  .club .club-ttl {
    padding-top: 20px;
    font-size: 1.3rem;
  }
}

.topLineup {
  text-align: center;
  color: #592e15;
}

@media (max-width: 767px) {
  .topLineup .inner {
    padding: 60px 30px 30px;
  }
}

@media (max-width: 413px) {
  .topLineup .inner {
    padding: 60px 15px 30px;
  }
}

.topLineup .sec-ttl-sub {
  font-size: 1.8rem;
  font-family: dnp-shuei-mincho-pr6;
  margin-bottom: 10px;
}

.sec-ttl-sub a {
  color: #fff;
}

.topLineup .sec-ttl {
  margin-bottom: 30px;
}

.topLineup .sec-lead {
  font-family: toppan-bunkyu-midashi-go;
  margin-bottom: 58px;
  line-height: 2;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .topLineup .sec-lead {
    margin-bottom: 40px;
  }
}

.topLineup .topLineup-flex {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .topLineup .topLineup-flex {
    display: block;
  }
}

.topLineup .topLineup-flex-item {
  width: 48.624%;
}

@media (max-width: 767px) {
  .topLineup .topLineup-flex-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.topLineup .topLineup-flex-item .topLineup-img {
  margin-bottom: 30px;
}

.topLineup .topLineup-flex-item .topLinup-ttl {
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6;
}

.topAbout {
  background-image: url(/img/top-img4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 460px;
  color: #ffffff;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .topAbout {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .topAbout .inner {
    padding: 60px 30px;
  }
}

@media (max-width: 413px) {
  .topAbout .inner {
    padding: 60px 15px;
  }
}

.topAbout .sec-ttl {
  margin-bottom: 30px;
}

.topAbout .sec-txt {
  line-height: 2.1;
  font-size: 1.4rem;
  font-family: toppan-bunkyu-midashi-go;
}

.topAbout .sec-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2.1) * 0.5em);
}

.topAbout .sec-txt:first-of-type {
  margin-bottom: 20px;
}

.topRecommend .topRecommend-img {
  background-image: url(/img/top-img5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  color: #ffffff;
  position: relative;
}

.topRecommend .sec-ttl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.topRecommend .sec-ttl-box .sec-ttl {
  margin-bottom: 20px;
  font-weight: normal;
}

.topRecommend .sec-ttl-box .sec-ttl-sub {
  font-size: 1.8rem;
  font-family: toppan-bunkyu-midashi-go;
}

.topRecommend .inner {
  padding: 60px 30px 80px;
}

@media (max-width: 767px) {
  .topRecommend .inner {
    padding: 60px 30px 60px;
  }
}

@media (max-width: 413px) {
  .topRecommend .inner {
    padding: 60px 15px 60px;
  }
}

.topRecommend .topRecommend-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #432020;
}

@media (max-width: 767px) {
  .topRecommend .topRecommend-list {
    display: block;
  }
}

.topRecommend .topRecommend-item {
  width: 31.194%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .topRecommend .topRecommend-item {
    width: 100%;
  }
}

.topRecommend .topRecommend-item .topRecommend-name {
  padding: 20px 0;
  text-align: center;
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ ProN W3";
  border-bottom: 1px solid #432020;
}

.topRecommend .topRecommend-item .topRecommend-price-flex {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topRecommend .topRecommend-item .topRecommend-price-flex .topRecommend-price {
  font-size: 1.8rem;
  font-weight: bold;
}

.topRecommend .topRecommend-item .topRecommend-price-flex .sm {
  font-size: 1.2rem;
  font-weight: normal;
}

.topRecommend .topRecommend-item .topRecommend-price-flex .topRecommend-price-detail {
  font-size: 1.2rem;
  background-color: #ffffff;
  padding: 9px 20px;
  color: #592e15;
}

.topRecommend .btn {
  color: #432020;
  border: 1px solid #432020;
  padding-left: 64px;
  font-size: 1.8rem;
  display: block;
  margin: 0 auto;
  margin-top: 23px;
}

.topRecommend .btn:before {
  background-color: #432020;
  right: 64px;
}

@media (max-width: 767px) {
  .topRecommend .btn:before {
    right: 43px;
  }
}

.topRecommend .btn:after {
  background-color: #432020;
  right: 64px;
}

@media (max-width: 767px) {
  .topRecommend .btn:after {
    right: 43px;
  }
}

.topPerform .topPerform-img {
  background-image: url(/img/top-img7.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  color: #ffffff;
  position: relative;
}

.topPerform .sec-ttl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.topPerform .sec-ttl-box .sec-ttl {
  margin-bottom: 20px;
  font-weight: normal;
}

.topPerform .sec-ttl-box .sec-ttl-sub {
  font-size: 1.8rem;
  font-family: toppan-bunkyu-midashi-go;
}

.topPerform .inner {
  padding: 52px 30px 80px;
}

@media (max-width: 767px) {
  .topPerform .inner {
    padding: 52px 30px 60px;
  }
}

@media (max-width: 767px) {
  .topPerform .inner {
    padding: 52px 15px 60px;
  }
}

.topPerform .topPerform-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  color: #432020;
}

@media (max-width: 767px) {
  .topPerform .topPerform-flex {
    display: block;
  }
}

.topPerform .topPerform-item {
  width: 31.194%;
  text-align: center;
}

@media (max-width: 767px) {
  .topPerform .topPerform-item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.topPerform .topPerform-item .topPerform-time {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 13px;
  border-bottom: 1px solid #432020;
}

.topPerform .topPerform-item .topPerform-txt {
  padding-top: 15px;
  line-height: 2;
  font-family: "ヒラギノ角ゴ ProN W3";
  font-size: 1.4rem;
}

.topPerform .topPerform-item .topPerform-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}

.topPerform .btn {
  color: #432020;
  border: 1px solid #432020;
  padding-left: 64px;
  font-size: 1.8rem;
  display: block;
  margin: 0 auto;
  margin-top: 23px;

  height: 50px;
  line-height: 28px;

}

.topPerform .btn:before {
  background-color: #432020;
  right: 64px;
}

@media (max-width: 767px) {
  .topPerform .btn:before {
    right: 43px;
  }
}

.topPerform .btn:after {
  background-color: #432020;
  right: 64px;
}

@media (max-width: 767px) {
  .topPerform .btn:after {
    right: 43px;
  }
}

.topReview .inner {
  padding: 50px 30px 80px;
}

@media (max-width: 767px) {
  .topReview .inner {
    padding: 50px 30px 60px;
  }
}

@media (max-width: 413px) {
  .topReview .inner {
    padding: 50px 15px 60px;
  }
}

.topReview .topReview-img {
  background-image: url(/img/top-img7.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  color: #ffffff;
  position: relative;
}

.topReview .sec-ttl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.topReview .sec-ttl-box .sec-ttl {
  margin-bottom: 20px;
  font-weight: normal;
}

.topReview .sec-ttl-box .sec-ttl-sub {
  font-size: 1.8rem;
  font-family: toppan-bunkyu-midashi-go;
}

.topReview .topReview-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  color: #432020;
}

@media (max-width: 767px) {
  .topReview .topReview-flex {
    display: block;
  }
}

.topReview .topReview-item {
  width: 48.624%;
}

@media (max-width: 767px) {
  .topReview .topReview-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.topReview .topReview-box {
  padding: 25px 26px 25px 25px;
  border: 1px solid #432020;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
}

.topReview .topReview-box .topReview-name {
  font-size: 2rem;
  font-family: dnp-shuei-mincho-pr6;
  margin-bottom: 20px;
  color: #592e15;
}

.topReview .topReview-box .topReview-name .lg {
  font-size: 3.2rem;
  font-weight: normal;
}

.topReview .topReview-box .topReview-txt {
  line-height: 1.6;
  font-size: 1.4rem;
  font-family: toppan-bunkyu-midashi-go;
  padding-left: 15px;
  border-left: 1px solid #707070;
}

.topReview .topReview-box .topReview-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

.topReview .topReview-reply-box {
  padding: 17px 20px 22px;
  background-color: #432020;
  color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.topReview .topReview-reply-box .topReview-reply-ttl {
  font-size: 2rem;
  font-family: dnp-shuei-mincho-pr6;
  margin-bottom: 10px;
}

.topReview .topReview-reply-box .topReview-reply-ttl .lg {
  font-size: 3.8rem;
  vertical-align: sub;
}

.topReview .topReview-reply-box .topReview-reply-txt {
  font-family: toppan-bunkyu-midashi-go;
  line-height: 1.54;
  font-size: 1.4rem;
}

.topReview .topReview-reply-box .topReview-reply-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.54) * 0.5em);
}

.topReview .btn {
  color: #432020;
  border: 1px solid #432020;
  padding-left: 64px;
  font-size: 1.8rem;
  display: block;
  margin: 0 auto;
  margin-top: 23px;
}

.topReview .btn:before {
  background-color: #432020;
  right: 64px;
}

@media (max-width: 767px) {
  .topReview .btn:before {
    right: 43px;
  }
}

.topReview .btn:after {
  background-color: #432020;
  right: 64px;
}

@media (max-width: 767px) {
  .topReview .btn:after {
    right: 43px;
  }
}

.topShop .topShop-img {
  background-image: url(/img/top-img7.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  color: #ffffff;
  position: relative;
}

.topShop .sec-ttl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.topShop .sec-ttl-box .sec-ttl {
  margin-bottom: 20px;
  font-weight: normal;
}

.topShop .sec-ttl-box .sec-ttl-sub {
  font-size: 1.8rem;
  font-family: toppan-bunkyu-midashi-go;
}

.topShop .inner {
  padding: 60px 30px 30px;
}

@media (max-width: 767px) {
  .topShop .inner {
    padding: 60px 30px 10px;
  }
}

@media (max-width: 413px) {
  .topShop .inner {
    padding: 60px 15px 10px;
  }
}

.topShop .topShop-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.topShop .topShop-flex.topShop-flex2 {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .topShop .topShop-flex.topShop-flex2 {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .topShop .topShop-flex {
    flex-direction: column;
  }
}

.topShop .topShop-flex-img {
  width: 58.716%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .topShop .topShop-flex-img {
    width: 100%;
  }
}

.topShop .topShop-desc-box {
  padding: 48px 50px 30px;
  background-color: #ffffff;
  flex-grow: 1;
}

@media (max-width: 1100px) {
  .topShop .topShop-desc-box {
    padding: 30px;
  }
}

.topShop .topShop-desc-box .topShop-ttl {
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6;
  margin-bottom: 23px;
  font-weight: normal;
  color: #592e15;
}

@media (max-width: 1023px) {
  .topShop .topShop-desc-box .topShop-ttl {
    font-size: 2.2rem;
  }
}

.topShop .topShop-desc-box .topShop-concept-ttl {
  font-size: 2rem;
  font-family: dnp-shuei-mincho-pr6;
  margin-bottom: 21px;
  color: #592e15;
}

.topShop .topShop-desc-box .topShop-concept-txt {
  font-size: 1.2rem;
  font-family: toppan-bunkyu-midashi-go;
  line-height: 1.8;
  color: #432020;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #432020;
}

.topShop .topShop-desc-box .topShop-concept-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}

.topShop .topShop-desc-box .topShop-detail {
  line-height: 1.6;
  font-size: 1.4rem;
  color: #432020;
}

.topShop .topShop-desc-box .topShop-detail::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

.topShop .topShop-desc-box .topShop-detail .topShop-map {
  color: #432020;
}

.shopListBanner{
	background-color: #fdf5e8;
}

.shopListBanner .inner {
  padding: 0 30px 100px;
}

@media (max-width: 767px) {
  .shopListBanner .inner {
    padding: 0 30px 60px;
  }
}

@media (max-width: 413px) {
  .shopListBanner .inner {
    padding: 0 15px 60px;
  }
}

.shopListBanner-box {
  background-image: url(/img/top-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 160px;
  color: #ffffff;
  display: block;
}

.shopListBanner-box .shopListBanner-ttl {
  font-size: 2.8rem;
  font-family: dnp-shuei-mincho-pr6;
  padding: 66px 0 66px 21.483%;
}

@media (max-width: 767px) {
  .shopListBanner-box .shopListBanner-ttl {
    padding: 66px 0 66px;
    text-align: center;
  }
}

.shopListBanner-box .shopListBanner-ttl .sm {
  font-size: 1.8rem;
  font-family: toppan-bunkyu-midashi-go;
  margin-left: 25px;
}

.footer {
  position: relative;
  height: 470px;
}

@media (max-width: 767px) {
  .footer {
    height: 500px;
  }
}

.footer .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.f-top {
  background-image: url(/img/top-img10.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  position: relative;
}

@media (max-width: 767px) {
  .f-top {
    height: 450px;
  }
}

.f-top .inner {
  padding: 50px 30px 0;
}

.f-top .f-top-flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .f-top .f-top-flex {
    flex-direction: column-reverse;
  }
}

.f-top .f-top-list {
  width: 22.019%;
  padding: 25px 0 25px 40px;
  border-left: 1px solid #fff;
  margin-right: 49px;
}

@media (max-width: 1023px) {
  .f-top .f-top-list {
    width: 24%;
  }
}

@media (max-width: 767px) {
  .f-top .f-top-list {
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 0 5px 40px;
  }
}

.f-top .f-top-list-item {
  color: #ffffff;
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 2.3;
}

.f-top .f-top-list-item::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2.3) * 0.5em);
}

@media (max-width: 767px) {
  .f-top .f-top-list-item {
    font-size: 1.4rem;
  }
}

.f-top .f-top-flex-left {
  position: relative;
  flex-grow: 1;
}

.f-top .f-search-box {
  position: absolute;
  width: 301px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .f-top .f-search-box {
    position: static;
    transform: none;
    text-align: center;
    left: 0;
    top: 0;
    width: auto;
  }
}

.f-top .f-search-box .form2 {
  position: relative;
  display: inline-block;
}

.f-top .f-search-box .form2:before {
  position: absolute;
  left: 77px;
  top: 11px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #432020;
  z-index: 1;
}

.f-top .f-search-box .s-select {
  width: 100px;
  height: 30px;
  border: none;
  font-size: 1rem;
  padding-left: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  color: #6e6e6e;
  border-radius: initial;
}

.f-top .f-search-box .s-select::-ms-expand {
  display: none;
}

.f-top .f-search-box .s-input {
  width: 200px;
  height: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  font-family: inherit;
  margin-left: -5px;
  font-size: 1.4rem;
  padding: 4px 0 0 10px;
  color: #ffffff;
}

.f-top .f-search-box .s-input::placeholder {
  color: #fff;
  font-family: "Hoefler Text";
  opacity: 1;
}

@media (max-width: 1023px) {
  .f-top .f-search-box .s-input {
    width: 170px;
  }
}

.f-top .f-search-box .s-btn {
  position: absolute;
  top: 6px;
  right: 100px;
  background-color: transparent;
  border: none;
}

.f-top .f-search-box .s-btn .fa-search {
  color: #ffffff;
}

.f-top .copy {
  color: #ffffff;
  text-align: center;
  margin-top: 21px;
  font-size: 1rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .f-top .copy {
    margin-top: 30px;
  }
}

.f-top .search-box {
    width: 340px;
    margin: auto;
    position: absolute;
    top: 130px;
    left: 220px;
}

.f-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 70px;
  background-color: #432020;
  background: linear-gradient(to top, #361313 85%, rgba(54, 19, 19, 0));
}

.f-bottom .inner {
  padding: 0 30px;
}

.f-bottom .loginbtn {
  color: #ffffff;
  line-height: 75px;
  font-size: 1.4rem;
  font-family: "Hoefler Text";
  margin-right: 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 413px) {
  .f-bottom .loginbtn {
    margin-right: 30px;
  }
}

.f-bottom .cart {
  position: relative;
  z-index: 2;
}

.f-bottom .cart:after {
  content: "1";
  position: absolute;
  top: -8px;
  right: -17px;
  color: #432020;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}

.f-bottom .fa-shopping-cart {
  color: #ffffff;
}

.f-bottom-fixed{
	position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 70px;
    background-color: #432020;
    backdrop-filter: blur(3px);
    background: linear-gradient(to top, #432020 5%, rgba(26, 12, 12, 0.15));
    z-index: 400;
}

.f-bottom-fixed .inner {
    padding: 15px 30px;
    display: flex;
    max-width: 1920px;
}

@media (max-width: 767px){
	.f-bottom-fixed .inner {
		padding: 15px 5px 15px 5px;
	}
}

.f-bottom-fixed .inner .ec-headerNav {
    line-height: 40px;
}

.ec-headerNav .ec-headerNav__item {
    margin-left: 0;
    display: inline-block;
    font-size: 28px;
}

.ec-headerNav .ec-headerNav__itemIcon {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
    color: black;
}

@media only screen and (min-width: 768px){
	.ec-headerNav .ec-headerNav__itemIcon {
		margin-right: 0;
		font-size: 20px;
	}
}
	
.ec-headerNav .ec-headerNav__itemLink {
    display: none;
    margin-right: 5px;
    font-size: 14px;
    vertical-align: middle;
    color: black;
}

@media only screen and (min-width: 768px){
	.ec-headerNav .ec-headerNav__itemLink {
		display: inline-block;
	}
}

.ec-headerNav .ec-headerNav__itemLink {
    color: #ffffff;
}

.ec-headerRole__cart {
    width: 50px;
}

@media only screen and (min-width: 768px){
	.ec-cartNaviWrap {
		position: relative;
	}
}

.ec-cartNavi {
    display: inline-block;
    padding: 10px 0 0 20px;
    width: auto;
    color: black;
    background: transparent;
}

@media only screen and (min-width: 768px){
	.ec-cartNavi {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-radius: 99999px;
		box-sizing: border-box;
		padding: 12px 17px 10px;
		width: auto;
		min-width: 140px;
		height: 44px;
		white-space: nowrap;
		cursor: pointer;
		background: #F8F8F8;
	}
}

.ec-cartNavi {
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    z-index: 450;
    max-width: 45px;
    min-width: 45px;
    padding: 12px 0 10px 8px;
    margin-left: 20px;
    border-radius: 3em;
}

@media (max-width: 767px){
	.ec-cartNavi {
		margin-left: 0px;
		padding: 0;
		border-radius: 50%;
		width: 50px;
		height: 43px;
	}
}

@media (max-width: 414px){
	.ec-cartNavi {
		padding: 0;
	}
}

.ec-cartNavi .ec-cartNavi__icon {
    display: inline-block;
    font-size: 20px;
    display: inline-block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    animation: fadeIn 200ms linear 0s;
    position: relative;
}

@media (max-width: 767px){
	.ec-cartNavi .ec-cartNavi__icon {
		top: 15px;
		left: 9px;
	}
}
	
.f-bottom-fixed .fa-shopping-cart {
    color: #ffffff;
}

.ec-cartNavi .ec-cartNavi__badge {
    display: inline-block;
    border-radius: 99999px;
    box-sizing: border-box;
    padding: 5px;
    height: 17px;
    font-size: 10px;
    line-height: 0.7;
    vertical-align: top;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    background-color: #DE5D50;
    position: absolute;
    left: 60%;
    top: -10px;
}
	
	
@media only screen and (min-width: 768px){
	.ec-cartNavi .ec-cartNavi__badge {
		display: inline-block;
		min-width: 17px;
		position: relative;
		left: 0;
		top: 0;
	}
}

.ec-cartNavi .ec-cartNavi__badge {
    display: inline-block;
    min-width: 17px;
    position: relative;
    left: -5px;
    top: -10px;
}

@media (max-width: 767px){
	.ec-cartNavi .ec-cartNavi__badge {
		display: inline-block;
		min-width: 17px;
		position: relative;
		left: 15px;
		top: -30px;
	}
}

.ec-cartNaviNull {
    display: none;
    width: 100%;
    text-align: center;
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 16px;
    z-index: 3;
    position: absolute;
    right: 0;
}

@media only screen and (min-width: 768px){
	.ec-cartNaviNull {
		margin-top: 10px;
		min-width: 256px;
		max-width: 256px;
	}
}

.ec-cartNaviNull {
    top: -140px;
    background-color: #ffffff;
}

@media (min-width: 768px){
	.ec-cartNaviNull {
		left: -150px;
	}
}

@media only screen and (min-width: 768px){
	.ec-cartNaviNull:before {
		display: inline-block;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8.5px 10px 8.5px;
		border-color: transparent transparent #f8f8f8 transparent;
		position: absolute;
		top: -9px;
	}
}

.ec-cartNaviNull:before {
    border: none;
}

.ec-cartNaviNull .ec-cartNaviNull__message {
    border: 1px solid #D9D9D9;
    padding: 16px 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #F99;
}

.ec-cartNaviNull .ec-cartNaviNull__message p {
    margin: 0;
	  color: #432020;
}

.ectop-page .header .inner {
  padding: 19px 30px;
}

.ectop-page .header .h-ttl {
  font-size: 4.2rem;
}

@media (max-width: 767px) {
  .ectop-page .header .h-ttl {
    font-size: 4rem;
  }
}

@media (max-width: 413px) {
  .ectop-page .header .h-ttl {
    font-size: 3rem;
  }
}

.ectop-page .header .hamburger.fix {
  top: 25px;
}

@media (max-width: 413px) {
  .ectop-page .header .hamburger.fix {
    right: 30px;
    top: 20px;
  }
}

.ectop-page .mv {
  position: relative;
}

.ectop-page .mv .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.ectop-page .mv .mv-img {
  height: 400px;
  background-image: url(/img/ectop-img1.png);
}

@media (max-width: 413px) {
  .ectop-page .mv .mv-img {
    height: 300px;
  }
}

.ectop-page .mv .sec-ttl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .ectop-page .mv .sec-ttl-box {
    top: 48%;
  }
}

@media (max-width: 413px) {
  .ectop-page .mv .sec-ttl-box {
    top: 45%;
  }
}

.ectop-page .mv .sec-ttl-box .sec-ttl {
  font-size: 2.8rem;
  margin-bottom: 13px;
  font-weight: normal;
}

@media (max-width: 413px) {
  .ectop-page .mv .sec-ttl-box .sec-ttl {
    font-size: 2.6rem;
  }
}

.ectop-page .mv .sec-ttl-box .sec-ttl-sub {
  font-size: 1.8rem;
  font-family: toppan-bunkyu-midashi-go;
}

@media (max-width: 413px) {
  .ectop-page .mv .sec-ttl-box .sec-ttl-sub {
    font-size: 1.7rem;
  }
}

.ectop-page .footer {
  height: 470px;
}

@media (max-width: 767px) {
  .ectop-page .footer {
    height: 500px;
  }
}

.ectop-page .f-bottom {
  height: 70px;
  background-color: #432020;
}

.ectop-lead .inner {
  padding: 50px 30px;
}

@media (max-width: 413px) {
  .ectop-lead .inner {
    padding: 50px 15px;
  }
}

.ectop-lead .ectop-lead-txt {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}

.ectop-lead .ectop-lead-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}

.newProduct .inner {
  padding: 0px 30px 30px;
}

@media (max-width: 413px) {
  .newProduct .inner {
    padding: 0px 15px 30px;
  }
}

@media (max-width: 767px) {
  .newProduct .sec-ttl2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .newProduct .sec-ttl2:after {
    top: 12px;
  }
}

@media (max-width: 767px) {
  .newProduct .sec-ttl2:before {
    top: 12px;
  }
}

.newProduct .newProduct-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #432020;
}

@media (max-width: 767px) {
  .newProduct .newProduct-list {
    display: block;
  }
}

.newProduct .newProduct-item {
  width: 31.194%;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .newProduct .newProduct-item {
    width: 100%;
  }
}

.newProduct .newProduct-item .newProduct-name {
  padding: 20px 0 17px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ ProN W3";
  border-bottom: 1px solid #432020;
}

.newProduct .newProduct-item .newProduct-name::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
}

.newProduct .newProduct-item .newProduct-price-flex {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newProduct .newProduct-item .newProduct-price-flex .newProduct-price {
  font-size: 1.8rem;
  font-weight: bold;
}

.newProduct .newProduct-item .newProduct-price-flex .sm {
  font-size: 1.2rem;
  font-weight: normal;
}

.newProduct .newProduct-item .newProduct-price-flex .newProduct-price-detail {
  font-size: 1.2rem;
  background-color: #ffffff;
  padding: 9px 20px;
  color: #592e15;
}

.newProduct .btn {
  color: #432020;
  border: 1px solid #432020;
  padding-left: 64px;
  font-size: 1.8rem;
  display: block;
  margin: 0 auto;
  margin-top: 23px;
}

.newProduct .btn:before {
  background-color: #432020;
  right: 64px;
}

.newProduct .btn:after {
  background-color: #432020;
  right: 64px;
}

.ectopLineup .inner {
  padding: 0 30px 79px;
}

@media (max-width: 767px) {
  .ectopLineup .inner {
    padding: 0 30px 60px;
  }
}

@media (max-width: 413px) {
  .ectopLineup .inner {
    padding: 0 15px 60px;
  }
}

@media (max-width: 767px) {
  .ectopLineup .sec-ttl2 {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .ectopLineup .sec-ttl2:after {
    top: 12px;
  }
}

@media (max-width: 767px) {
  .ectopLineup .sec-ttl2:before {
    top: 12px;
  }
}

.ectopLineup-flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid #432020;
  margin-bottom: 50px;
}

.ectopLineup-flex:nth-child(6) {
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .ectopLineup-flex {
    display: block;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}

.ectopLineup-img {
  width: 41.285%;
}

@media (max-width: 767px) {
  .ectopLineup-img {
    width: 100%;
  }
}

.ectopLineup-item {
  flex-grow: 1;
  color: #432020;
  padding-left: 32px;
}

@media (max-width: 767px) {
  .ectopLineup-item {
    padding-left: 0;
  }
}

@media (max-width: 413px) {
  .ectopLineup-item {
    padding-left: 15px;
  }
}

.ectopLineup-item .ectopLineup-ttl {
  margin-bottom: 32px;
}

.ectopLineup-item .ectopLineup-price {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 29px;
}

.ectopLineup-item .sm {
  font-size: 1.4rem;
  font-weight: normal;
}

.ectopLineup-item .ectopLineup-desc {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 17px;
}

.ectopLineup-item .ectopLineup-desc::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
}

.ectopLineup-item .ectopLineup-feature {
  font-size: 2rem;
  font-family: "ヒラギノ角ゴ ProN W3";
  margin-bottom: 20px;
}

.ectopLineup-item .ectopLineup-feature-txt {
  font-size: 1.4rem;
  margin-bottom: 19px;
  line-height: 2;
}

.ectopLineup-item .ectopLineup-feature-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}

.ectopLineup-item .ectopLineup-feature-list dl {
  width: 100%;
}

.ectopLineup-item .ectopLineup-feature-list dt {
  float: left;
  margin-right: 15px;
  font-size: 1.4rem;
}

.ectopLineup-item .ectopLineup-feature-list dt.taste-ttl {
  line-height: 20px;
}

.ectopLineup-item .ectopLineup-feature-list dd {
  font-size: 1.4rem;
}

.ectopLineup-item .ectopLineup-feature-list dd.taste-box {
  width: 200px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
}

.ectopLineup-item .ectopLineup-feature-list dd.taste-box:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.ectopLineup-item .ectopLineup-feature-list dd.taste-box1:after {
  top: 7px;
  left: 53px;
}

.ectopLineup-item .ectopLineup-feature-list dd.taste-box2:after {
  top: 7px;
  left: 94px;
}

.ectopLineup-item .ectopLineup-feature-list dd.taste-box3:after {
  top: 7px;
  right: 19px;
}

.ectopLineup-item .ectopLineup-feature-list dd.roasting {
  margin-bottom: 17px;
}

.ectopLineup-item .ectopLineup-feature-list dd.howtodrink {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .ectopLineup-item .ectopLineup-feature-list dd.howtodrink {
    margin-bottom: 30px;
  }
}

.ectopLineup-item .ectopLineup-feature-list dl::after {
  content: "";
  display: block;
  clear: both;
}

.ectopLineup-item .ectopLineup-feature-list .taste {
  flex-grow: 1;
}

.ectopLineup-item .ectopLineup-feature-list .taste1 {
  background-color: rgba(67, 32, 32, 0.3);
}

.ectopLineup-item .ectopLineup-feature-list .taste2 {
  background-color: rgba(67, 32, 32, 0.5);
}

.ectopLineup-item .ectopLineup-feature-list .taste3 {
  background-color: rgba(67, 32, 32, 0.6);
}

.ectopLineup-item .ectopLineup-feature-list .taste4 {
  background-color: rgba(67, 32, 32, 0.8);
}

.ectopLineup-item .ectopLineup-feature-list .taste5 {
  background-color: #432020;
}

.ectopLineup-item .more-btn {
  border: 1px solid #432020;
  font-size: 1.4rem;
  padding: 8px 67px 8px 66px;
  color: #432020;
}

@media (max-width: 767px) {
  .ectopLineup-item .more-btn {
    display: block;
    width: 288px;
    padding: 8px 0;
    margin: 0 auto;
    text-align: center;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
	align-items: center;
}

.pagination .page-bumbers {
  margin: 0 2px;
}

.pagination .page-bumbers .page-number {
  color: #bca6a6;
}

.pagination .page-bumbers .current {
  color: #432020;
}

.pagination .page-back {
  margin-left: 5px;
	color: #bca6a6;
	font-size: 25px;
   margin-top: -4px;
}

.pagination .page-back.active{
	 color: #432020;
}

.pagination .page-latest {
	color: #bca6a6;
	font-size: 25px;
	margin: -5px -20px 0 5px;
}

.pagination .page-latest.active{
	 color: #432020;
}

.pagination .page-next {
  margin-right: 5px;
	color: #bca6a6;
	font-size: 25px;
   margin-top: -5px;
}

.pagination .page-next.active{
	 color: #432020;
	 z-index: 9;
}

.pagination .page-oldest {
	color: #bca6a6;
	font-size: 25px;
	margin: -4px 5px 0 -20px;
}

.pagination .page-oldest.active{
	 color: #432020;
}

.club-page .header .inner {
  padding: 40px 30px 30px;
}

.club-page .header .h-ttl {
  font-size: 4.2rem;
}

@media (max-width: 767px) {
  .club-page .header .h-ttl {
    font-size: 4rem;
  }
}

@media (max-width: 413px) {
  .club-page .header .h-ttl {
    font-size: 3rem;
  }
}

.club-page .header .hamburger.fix {
  top: 25px;
}

@media (max-width: 413px) {
  .club-page .header .hamburger.fix {
    right: 30px;
    top: 20px;
  }
}

.club-page .mv {
  position: relative;
}

.club-page .mv .mv-img {
  height: 400px;
  background-image: url(/img/club-img1.png);
}

@media (max-width: 413px) {
  .club-page .mv .mv-img {
    height: 300px;
  }
}

.club-page .mv .sec-ttl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .club-page .mv .sec-ttl-box {
    top: 48%;
  }
}

@media (max-width: 413px) {
  .club-page .mv .sec-ttl-box {
    top: 45%;
  }
}

.club-page .mv .sec-ttl-box .sec-ttl {
  font-size: 2.8rem;
  margin-bottom: 13px;
  font-weight: normal;
}

@media (max-width: 413px) {
  .club-page .mv .sec-ttl-box .sec-ttl {
    font-size: 2.6rem;
  }
}

.club-page .mv .sec-ttl-box .sec-ttl-sub {
  font-size: 1.8rem;
  font-family: toppan-bunkyu-midashi-go;
}

@media (max-width: 413px) {
  .club-page .mv .sec-ttl-box .sec-ttl-sub {
    font-size: 1.6rem;
  }
}

.club-page .footer {
  height: 470px;
}

@media (max-width: 767px) {
  .club-page .footer {
    height: 500px;
  }
}

.club-page .f-bottom {
  height: 70px;
  background-color: #432020;
}

.aboutClub .inner {
  padding: 50px 30px 80px;
}

@media (max-width: 767px) {
  .aboutClub .inner {
    padding: 50px 30px 60px;
  }
}

@media (max-width: 413px) {
  .aboutClub .inner {
    padding: 50px 15px 60px;
  }
}

.aboutClub .aboutClub-lead {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 49px;
  line-height: 1.4;
}

.aboutClub .aboutClub-flex {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .aboutClub .aboutClub-flex {
    display: block;
  }
}

.aboutClub .aboutClub-img {
  width: 58.716%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .aboutClub .aboutClub-img {
    width: 100%;
  }
}

.aboutClub .aboutClub-flex-right {
  padding: 48px 50px;
  width: 42%;
  background-color: #fff;
}

@media (max-width: 1150px) {
  .aboutClub .aboutClub-flex-right {
    padding: 30px 30px 28px 28px;
  }
}

@media (max-width: 1023px) {
  .aboutClub .aboutClub-flex-right {
    padding: 30px 30px;
  }
}

@media (max-width: 767px) {
  .aboutClub .aboutClub-flex-right {
    width: 100%;
  }
}

.aboutClub .aboutClub-flex-right .aboutClub-ttl {
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6;
  margin-bottom: 30px;
  font-weight: normal;
  color: #592e15;
}

@media (max-width: 1023px) {
  .aboutClub .aboutClub-flex-right .aboutClub-ttl {
    font-size: 2.2rem;
  }
}

.aboutClub .aboutClub-flex-right .aboutClub-txt {
  font-size: 1.2rem;
  line-height: 1.8;
}

.aboutClub .aboutClub-flex-right .aboutClub-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}

@media (max-width: 1150px) {
  .aboutClub .aboutClub-flex-right .aboutClub-txt {
    line-height: 1.7;
  }
  .aboutClub .aboutClub-flex-right .aboutClub-txt::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.7) * 0.5em);
  }
}

@media (max-width: 1023px) {
  .aboutClub .aboutClub-flex-right .aboutClub-txt {
    line-height: 1.8;
  }
  .aboutClub .aboutClub-flex-right .aboutClub-txt::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
  }
}

.clubLineup .inner {
  padding: 0 30px;
}

@media (max-width: 413px) {
  .clubLineup .inner {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .clubLineup .sec-ttl2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .clubLineup .sec-ttl2:after {
    top: 12px;
  }
}

@media (max-width: 767px) {
  .clubLineup .sec-ttl2:before {
    top: 12px;
  }
}

.clubLineup .clubLineup-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #432020;
}

@media (max-width: 767px) {
  .clubLineup .clubLineup-list {
    display: block;
  }
}

.clubLineup .clubLineup-item {
  width: 31.194%;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .clubLineup .clubLineup-item {
    width: 100%;
  }
}

.clubLineup .clubLineup-item .clubLineup-name {
  padding: 20px 0 17px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ ProN W3";
  border-bottom: 1px solid #432020;
}

.clubLineup .clubLineup-item .clubLineup-name::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
}

.clubLineup .clubLineup-item .clubLineup-price-flex {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clubLineup .clubLineup-item .clubLineup-price-flex .clubLineup-price {
  font-size: 1.8rem;
  font-weight: bold;
}

.clubLineup .clubLineup-item .clubLineup-price-flex .sm {
  font-size: 1.2rem;
  font-weight: normal;
}

.clubLineup .clubLineup-item .clubLineup-price-flex .clubLineup-price-detail {
  font-size: 1.2rem;
  background-color: #ffffff;
  padding: 9px 20px;
  color: #592e15;
}

.clubLineup .btn {
  color: #432020;
  border: 1px solid #432020;
  padding-left: 64px;
  font-size: 1.8rem;
  display: block;
  margin: 0 auto;
  margin-top: 23px;
}

.clubLineup .btn:before {
  background-color: #432020;
  right: 64px;
}

.clubLineup .btn:after {
  background-color: #432020;
  right: 64px;
}

.resisterClub .inner {
  padding: 0px 30px 50px;
}

@media (max-width: 413px) {
  .resisterClub .inner {
    padding: 0px 15px 50px;
  }
}

.resisterClub .resisterClub-lead {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 49px;
}

.resisterClub .resisterClub-flex {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .resisterClub .resisterClub-flex {
    display: block;
  }
}

.resisterClub .resisterClub-img {
  width: 58.716%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .resisterClub .resisterClub-img {
    width: 100%;
  }
}

.resisterClub .resisterClub-flex-right {
  padding: 48px 50px 0;
  background-color: #fff;
}

@media (max-width: 1023px) {
  .resisterClub .resisterClub-flex-right {
    padding: 30px;
  }
}

.resisterClub .resisterClub-flex-right .resisterClub-ttl {
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6;
  margin-bottom: 30px;
  font-weight: normal;
  color: #592e15;
}

@media (max-width: 1023px) {
  .resisterClub .resisterClub-flex-right .resisterClub-ttl {
    font-size: 2.2rem;
  }
}

.resisterClub .resisterClub-flex-right .resisterClub-txt {
  font-size: 1.2rem;
  line-height: 1.8;
}

.resisterClub .resisterClub-flex-right .resisterClub-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}

.resisterClub .resisterClub-flex-right .btn {
  width: 97.144%;
  color: #432020;
  border: 1px solid #432020;
  font-size: 1.6rem;
  margin-top: 23px;
  padding-left: 18.29%;
}

@media (max-width: 1023px) {
  .resisterClub .resisterClub-flex-right .btn {
    font-size: 1.4rem;
    padding-left: 18px;
    width: 200px;
    display: block;
    margin: 0 auto;
    margin-top: 23px;
  }
}

.resisterClub .resisterClub-flex-right .btn:before {
  background-color: #432020;
  right: 64px;
}

@media (max-width: 1100px) {
  .resisterClub .resisterClub-flex-right .btn:before {
    right: 30px;
  }
}

@media (max-width: 1023px) {
  .resisterClub .resisterClub-flex-right .btn:before {
    right: 19px;
  }
}

.resisterClub .resisterClub-flex-right .btn:after {
  background-color: #432020;
  right: 64px;
}

@media (max-width: 1100px) {
  .resisterClub .resisterClub-flex-right .btn:after {
    right: 29px;
  }
}

@media (max-width: 1023px) {
  .resisterClub .resisterClub-flex-right .btn:after {
    right: 18px;
  }
}

.howToPay .inner {
  padding: 0 30px 80px;
}

@media (max-width: 767px) {
  .howToPay .inner {
    padding: 0 30px 60px;
  }
}

@media (max-width: 767px) {
  .howToPay .inner {
    padding: 0 15px 60px;
  }
}

@media (max-width: 767px) {
  .howToPay .sec-ttl2 {
    line-height: 1.3;
    font-size: 2.8rem;
  }
}

@media (max-width: 413px) {
  .howToPay .sec-ttl2 {
    font-size: 2.6rem;
  }
}

@media (max-width: 1023px) {
  .howToPay .sec-ttl2:after {
    width: 19%;
  }
}

@media (max-width: 767px) {
  .howToPay .sec-ttl2:after {
    width: 16%;
    top: 31px;
  }
}

@media (max-width: 1023px) {
  .howToPay .sec-ttl2:before {
    width: 19%;
  }
}

@media (max-width: 767px) {
  .howToPay .sec-ttl2:before {
    width: 16%;
    top: 31px;
  }
}

.howToPay-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #9f8983;
  padding: 30px 30px 28px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .howToPay-flex {
    display: block;
  }
}

@media (max-width: 413px) {
  .howToPay-flex {
    padding: 30px 25px 28px;
  }
}

.howToPay-left {
  width: 63.341%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .howToPay-left {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

.howToPay-left .howToPay-list {
  margin-bottom: 30px;
}

.howToPay-left .howToPay-item {
  line-height: 1.4;
  margin-bottom: 8px;
}

.howToPay-left .howToPay-item::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}

.howToPay-left .howToPay-note {
  line-height: 1.7;
}

.howToPay-left .howToPay-note::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
}

@media (max-width: 767px) {
  .howToPay-left .howToPay-note {
    line-height: 2;
  }
  .howToPay-left .howToPay-note::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2) * 0.5em);
  }
}

.howToPay-right {
  width: 31.068%;
}

@media (max-width: 767px) {
  .howToPay-right {
    width: 100%;
  }
}

.about-page .header .inner {
  padding: 40px 30px 30px;
}

.about-page .header .h-ttl {
  font-size: 4.2rem;
}

@media (max-width: 767px) {
  .about-page .header .h-ttl {
    font-size: 4rem;
  }
}

@media (max-width: 413px) {
  .about-page .header .h-ttl {
    font-size: 3rem;
  }
}

.about-page .header .hamburger.fix {
  top: 25px;
}

@media (max-width: 413px) {
  .about-page .header .hamburger.fix {
    right: 30px;
    top: 20px;
  }
}

.about-page .mv {
  position: relative;
}

.about-page .mv .mv-img {
  height: 400px;
  background-image: url(/img/about-img1.png);
}

@media (max-width: 413px) {
  .about-page .mv .mv-img {
    height: 300px;
  }
}

.about-page .mv .sec-ttl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .about-page .mv .sec-ttl-box {
    top: 48%;
  }
}

@media (max-width: 413px) {
  .about-page .mv .sec-ttl-box {
    top: 45%;
  }
}

.about-page .mv .sec-ttl-box .sec-ttl {
  font-size: 2.8rem;
  margin-bottom: 13px;
  font-weight: normal;
  white-space: nowrap;
}

@media (max-width: 413px) {
  .about-page .mv .sec-ttl-box .sec-ttl {
    font-size: 2.6rem;
  }
}

.about-page .mv .sec-ttl-box .sec-ttl-sub {
  font-size: 1.8rem;
  font-family: toppan-bunkyu-midashi-go;
}

@media (max-width: 413px) {
  .about-page .mv .sec-ttl-box .sec-ttl-sub {
    font-size: 1.7rem;
  }
}

.about-page .footer {
  height: 470px;
}

@media (max-width: 767px) {
  .about-page .footer {
    height: 500px;
  }
}

.about-page .f-bottom {
  height: 70px;
  background-color: #432020;
}

.aboutLead .inner {
  padding: 50px 30px 55px;
}

@media (max-width: 413px) {
  .aboutLead .inner {
    padding: 50px 15px 55px;
  }
}

.aboutLead .aboutLead {
  text-align: center;
  line-height: 2;
}

.aboutLead .aboutLead::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}

@media (max-width: 767px) {
  .aboutLead .aboutLead {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .aboutLead .aboutLead .br-pc {
    display: none;
  }
}

.aboutMain .inner {
  padding: 0 30px 30px;
}

@media (max-width: 767px) {
  .aboutMain .inner {
    padding: 0 30px 10px;
  }
}

@media (max-width: 413px) {
  .aboutMain .inner {
    padding: 0 15px 10px;
  }
}

.aboutMain-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.aboutMain-flex.aboutMain-flex2 {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .aboutMain-flex.aboutMain-flex2 {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .aboutMain-flex {
    display: block;
  }
}

.aboutMain-left {
  width: 58.716%;
  flex-shrink: 0;
  position: relative
}

@media (max-width: 767px) {
  .aboutMain-left {
    width: 100%;
    background-size: cover !important;
    min-height:250px;
  }
}

.aboutMain-left img{
  position:absolute;
  left:-10px;
  top:-10px;
  width:150px;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.4)
}

.aboutMain-right {
  padding: 48px 50px;
  background-color: #fff;
}

@media (max-width: 1150px) {
  .aboutMain-right {
    padding: 27px 30px;
  }
}

@media (max-width: 1023px) {
  .aboutMain-right {
    padding: 30px;
  }
}

.aboutMain-right .aboutMain-ttl {
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6;
  margin-bottom: 30px;
  font-weight: normal;
  color: #592e15;
}

@media (max-width: 1150px) {
  .aboutMain-right .aboutMain-ttl {
    font-size: 2.2rem;
  }
}

@media (max-width: 1023px) {
  .aboutMain-right .aboutMain-ttl {
    line-height: 1.2;
  }
}

.aboutMain-right .aboutMain-ttl .sm {
  font-size: 1.8rem;
  text-align: right;
  display: inline-block;
  margin-left: 12px;
}

@media (max-width: 767px) {
  .aboutMain-right .aboutMain-ttl .sm {
    font-size: 1.6rem;
  }
}

@media (max-width: 413px) {
  .aboutMain-right .aboutMain-ttl .sm {
    margin-left: 8px;
  }
}

.aboutMain-right .aboutMain-txt {
  font-size: 1.2rem;
  line-height: 1.8;
  font-family: toppan-bunkyu-midashi-go;
}

.aboutMain-right .aboutMain-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}

@media (max-width: 1050px) {
  .aboutMain-right .aboutMain-txt {
    line-height: 1.7;
  }
  .aboutMain-right .aboutMain-txt::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.7) * 0.5em);
  }
}

@media (max-width: 1023px) {
  .aboutMain-right .aboutMain-txt {
    line-height: 1.8;
  }
  .aboutMain-right .aboutMain-txt::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
  }
}

@media (max-width: 413px) {
  .aboutMain-right .aboutMain-txt .br-pc1 {
    display: none;
  }
}

@media (max-width: 820px) {
  .aboutMain-right .aboutMain-txt .br-pc2 {
    display: none;
  }
}

@media (max-width: 1060px) {
  .aboutMain-right .aboutMain-txt .br-pc3 {
    display: none;
  }
}

.performance .performance-img {
  background-image: url(/img/top-img5.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  color: #ffffff;
  position: relative;
}

.performance .sec-ttl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 767px) {
  .performance .sec-ttl-box {
    top: 48%;
  }
}

@media (max-width: 413px) {
  .performance .sec-ttl-box {
    top: 45%;
  }
}

.performance .sec-ttl-box .sec-ttl {
  margin-bottom: 20px;
  font-weight: normal;
}

.performance .sec-ttl-box .sec-ttl-sub {
  font-size: 1.8rem;
  font-family: toppan-bunkyu-midashi-go;
}

.performance .inner {
  padding: 50px 30px 80px;
}

@media (max-width: 767px) {
  .performance .inner {
    padding: 50px 30px 60px;
  }
}

@media (max-width: 413px) {
  .performance .inner {
    padding: 50px 15px 60px;
  }
}

.performance-flex {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .performance-flex {
    display: block;
    position: relative;
  }
}

.performance-main {
  width: 60%;
  padding-left: 40px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .performance-main {
    width: 100%;
  }
}

.performance-main dl {
  position: relative;
}

.performance-main dl:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 7135px;
  background-color: #432020;
  left: -30px;
  top: 16px;
}

@media (max-width: 1060px) {
  .performance-main dl:before {
    height: 100%;
  }
}

.performance-main dt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}

.performance-main dt:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #432020;
  border-radius: 50%;
  left: -40px;
  top: 6px;
}

@media (max-width: 1023px) {
  .performance-main dt:after {
    top: 0;
  }
}

.performance-main dt:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #432020;
  border-radius: 50%;
  left: -37px;
  top: 9px;
}

@media (max-width: 1023px) {
  .performance-main dt:before {
    top: 3px;
  }
}

.performance-main dt.dt1 {
  margin-bottom: 31px;
}

.performance-main dt span {
  font-size: 1.4rem;
  font-weight: normal;
  display: inline-block;
  vertical-align: text-bottom;
}

@media (max-width: 1023px) {
  .performance-main dt span {
    margin-top: 5px;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .performance-main dt span {
    font-size: 1.2rem;
  }
}

.performance-main dt .media {
  background-color: #fff;
  padding: 8px 13px;
  position:relative;
  top:2px;
}

@media (max-width: 413px) {
  .performance-main dt .media {
    padding: 8px 12px;
  }
}

.performance-main dt .media-name {
  background-color: #432020;
  padding: 8px;
  text-align:center;
  color: #ffffff;
  position:relative;
  top:2px;
	left: -8px;
}

.performance-main dd {
  margin-bottom: 39px;
}

.performance-main dd.dd1 {
  width: 79.805%;
  margin-bottom: 30px;
}

.performance-main dd.dd2 {
  margin-bottom: 39px;
}

.performance-main dd.dd3 {
  margin-bottom: 50px;
}

.performance-main dd.dd4 {
  margin-bottom: 30px;
}

.performance-main dd.dd4-1 {
  width: 65.147%;
}

.performance-main dd.dd5 {
  margin-bottom: 30px;
}

.performance-main dd.dd5-1 {
  width: 65.147%;
}

.dd_80 img {
  width: auto;
	height: 300px;
}

@media (max-width: 1023px) {
	  .dd_80 img {
	  width: 100%;
		height: auto;
	}
}

@media (max-width: 1023px){
		.dd_80 img[src="http://smieex.xsrv.jp/client/nishinaya/pages/wp-content/themes/Re-Wordpress/images/about/20180710.jpg"]  {
		width: 225px;
	}
}

@media (max-width: 1023px){
	.dd_80 img[src="http://smieex.xsrv.jp/client/nishinaya/pages/wp-content/themes/Re-Wordpress/images/about/20171214.jpg"]  {
		width: 242px;
	}
}

@media (max-width: 1023px){
			.dd_80 img[src="http://smieex.xsrv.jp/client/nishinaya/pages/wp-content/themes/Re-Wordpress/images/about/20170512.jpg"]  {
		width: 260px;
	}
}

@media (max-width: 1023px){
			.dd_80 img[src="http://smieex.xsrv.jp/client/nishinaya/pages/wp-content/themes/Re-Wordpress/images/about/20080729.jpg"]  {
		width: 261px;
	}
}

@media (max-width: 1023px){
			.dd_80 img[src="http://smieex.xsrv.jp/client/nishinaya/pages/wp-content/themes/Re-Wordpress/images/about/20080203.jpg"]  {
		width: 231px;
	}
}

@media (max-width: 767px) {
  .performance-side {
    display: none;
  }
}

.shoplist-page .header .inner {
  padding: 40px 30px 30px;
}

.shoplist-page .header .h-ttl {
  font-size: 4.2rem;
}

@media (max-width: 767px) {
  .shoplist-page .header .h-ttl {
    font-size: 4rem;
  }
}

@media (max-width: 413px) {
  .shoplist-page .header .h-ttl {
    font-size: 3rem;
  }
}

.shoplist-page .header .hamburger.fix {
  top: 25px;
}

@media (max-width: 413px) {
  .shoplist-page .header .hamburger.fix {
    right: 30px;
    top: 20px;
  }
}

.shoplist-page .mv {
  position: relative;
}

.shoplist-page .mv .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.shoplist-page .mv .mv-img {
  height: 400px;
  background-image: url(/img/shoplist-img1.jpg);
}

@media (max-width: 413px) {
  .shoplist-page .mv .mv-img {
    height: 300px;
  }
}

.shoplist-page .mv .sec-ttl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .shoplist-page .mv .sec-ttl-box {
    top: 48%;
  }
}

@media (max-width: 413px) {
  .shoplist-page .mv .sec-ttl-box {
    top: 45%;
  }
}

.shoplist-page .mv .sec-ttl-box .sec-ttl {
  font-size: 2.8rem;
  margin-bottom: 13px;
  font-weight: normal;
}

@media (max-width: 413px) {
  .shoplist-page .mv .sec-ttl-box .sec-ttl {
    font-size: 2.6rem;
  }
}

.shoplist-page .mv .sec-ttl-box .sec-ttl-sub {
  font-size: 1.8rem;
  font-family: toppan-bunkyu-midashi-go;
}

@media (max-width: 413px) {
  .shoplist-page .mv .sec-ttl-box .sec-ttl-sub {
    font-size: 1.7rem;
  }
}

.shoplist-page .footer {
  height: 470px;
}

@media (max-width: 767px) {
  .shoplist-page .footer {
    height: 500px;
  }
}

.shoplist-page .f-bottom {
  height: 70px;
  background-color: #432020;
}

.shopList .inner {
  padding: 80px 30px 30px;
}

@media (max-width: 767px) {
  .shopList .inner {
    padding: 60px 30px 0px;
  }
}

@media (max-width: 413px) {
  .shopList .inner {
    padding: 60px 15px 0px;
  }
}

.shopList .shopList-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .shopList .shopList-flex {
    display: block;
    margin-bottom: 40px;
  }
}

.shopList .shopList-flex.shopList-flex2 {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .shopList .shopList-flex.shopList-flex2 {
    flex-direction: column;
  }
}

.shopList .shopList-flex-img {
  width: 58.716%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .shopList .shopList-flex-img {
    width: 100%;
  }
}

.shopList .shopList-desc-box {
  padding: 25px 50px;
  background-color: #ffffff;
  flex-grow: 1;
}

@media (max-width: 1100px) {
  .shopList .shopList-desc-box {
    padding: 30px;
  }
}

@media (max-width: 1023px) {
  .shopList .shopList-desc-box {
    padding: 30px 30px 30px;
  }
}

.shopList .shopList-desc-box .shopList-ttl {
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6;
  margin-bottom: 23px;
  font-weight: normal;
  color: #592e15;
}

@media (max-width: 1023px) {
  .shopList .shopList-desc-box .shopList-ttl {
    font-size: 2.2rem;
  }
}

.shopList .shopList-desc-box .shopList-concept-ttl {
  font-size: 2rem;
  font-family: dnp-shuei-mincho-pr6;
  margin-bottom: 21px;
  color: #592e15;
}

.shopList .shopList-desc-box .shopList-concept-txt {
  font-size: 1.2rem;
  font-family: toppan-bunkyu-midashi-go;
  line-height: 1.8;
  color: #432020;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #432020;
}

.shopList .shopList-desc-box .shopList-concept-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}

.shopList .shopList-desc-box .shopList-detail {
  line-height: 1.6;
  font-size: 1.4rem;
  color: #432020;
}

.shopList .shopList-desc-box .shopList-detail::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

.shopList .shopList-desc-box .shopList-detail .shopList-map {
  color: #432020;
}

.shop_interior {
  display: flex;
  justify-content: space-between;
}

.shop_interior img {
  width: 80px;
  height: 80px;
  margin-top: 5px;
}

@media (max-width: 1023px) {
	  .shop_interior img {
	  width: 53px;
	  height: 53px;
	}
}

@media (max-width: 767px) {
	  .shop_interior img {
	  width: 65px;
	  height: 65px;
	}
}



.search-page .header .inner {
  padding: 40px 30px 30px;
}

.search-page .header .h-ttl {
  font-size: 4.2rem;
}

@media (max-width: 767px) {
  .search-page .header .h-ttl {
    font-size: 4rem;
  }
}

@media (max-width: 413px) {
  .search-page .header .h-ttl {
    font-size: 3rem;
  }
}

.search-page .header .hamburger.fix {
  top: 25px;
}

@media (max-width: 413px) {
  .search-page .header .hamburger.fix {
    right: 30px;
    top: 20px;
  }
}

.search-page .mv {
  position: relative;
}

.search-page .mv .mv-img {
  height: 400px;
  background-image: url(/img/club-img1.png);
}

@media (max-width: 413px) {
  .search-page .mv .mv-img {
    height: 300px;
  }
}

.search-page .mv .sec-ttl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .search-page .mv .sec-ttl-box {
    top: 48%;
  }
}

@media (max-width: 413px) {
  .search-page .mv .sec-ttl-box {
    top: 45%;
  }
}

.search-page .mv .sec-ttl-box .sec-ttl {
  font-size: 2.8rem;
  margin-bottom: 13px;
  font-weight: normal;
}

@media (max-width: 413px) {
  .search-page .mv .sec-ttl-box .sec-ttl {
    font-size: 2.6rem;
  }
}

.search-page .mv .sec-ttl-box .sec-ttl-sub {
  font-size: 1.8rem;
  font-family: toppan-bunkyu-midashi-go;
}

@media (max-width: 413px) {
  .search-page .mv .sec-ttl-box .sec-ttl-sub {
    font-size: 1.7rem;
  }
}

.search-page .footer {
  height: 470px;
}

@media (max-width: 767px) {
  .search-page .footer {
    height: 500px;
  }
}

.search-page .f-bottom {
  height: 70px;
  background-color: #432020;
}

.search .inner {
  padding: 86px 30px 79px;
}

@media (max-width: 767px) {
  .search .inner {
    padding: 60px 30px 60px;
  }
}

@media (max-width: 413px) {
  .search .inner {
    padding: 60px 15px 60px;
  }
}

.search .search-ttl-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .search .search-ttl-flex {
    display: block;
  }
}

.search .search-result {
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .search .search-result {
    margin-bottom: 10px;
  }
}

.search .ro-box {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .search .ro-box {
    justify-content: start;
  }
}

.search .results-box {
  position: relative;
}

.search .results-box:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 1px #432020;
  border-right: solid 1px #432020;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 10px;
  margin-top: -4px;
}

.search .order-box {
  position: relative;
  margin-left: 10px;
}

.search .order-box:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 1px #432020;
  border-right: solid 1px #432020;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 10px;
  margin-top: -4px;
}

.search select {
  background-color: transparent;
  height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
  border: 1px solid #432020;
  border-radius: initial;
  color: #432020;
}

.search select.results {
  width: 89px;
}

.search select.order {
  width: 120px;
}

.search .search-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #432020;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .search .search-list {
    display: block;
  }
}

.search .search-item {
  width: 31.194%;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .search .search-item {
    width: 100%;
  }
}

.search .search-item .search-name {
  padding: 20px 0 17px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ ProN W3";
  border-bottom: 1px solid #432020;
}

.search .search-item .search-name::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
}

.search .search-item .search-price-flex {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search .search-item .search-price-flex .search-price {
  font-size: 1.8rem;
  font-weight: bold;
}

.search .search-item .search-price-flex .sm {
  font-size: 1.2rem;
  font-weight: normal;
}

.search .search-item .search-price-flex .search-price-detail {
  font-size: 1.2rem;
  background-color: #ffffff;
  padding: 9px 20px;
  color: #592e15;
}

.search .btn {
  color: #432020;
  border: 1px solid #432020;
  padding-left: 64px;
  font-size: 1.8rem;
  display: block;
  margin: 0 auto;
  margin-top: 23px;
}

.search .btn:before {
  background-color: #432020;
  right: 64px;
}

.search .btn:after {
  background-color: #432020;
  right: 64px;
}

.detail-page .header {
  position: static;
  background-color: rgba(0, 0, 0, 0.3);
}

.detail-page .header .inner {
  padding: 19px 30px;
}

.detail-page .header .h-ttl {
  font-size: 4.2rem;
}

@media (max-width: 767px) {
  .detail-page .header .h-ttl {
    font-size: 4rem;
  }
}

@media (max-width: 413px) {
  .detail-page .header .h-ttl {
    font-size: 3rem;
  }
}

.detail-page .header .hamburger.fix {
  top: 25px;
}

@media (max-width: 413px) {
  .detail-page .header .hamburger.fix {
    right: 30px;
    top: 20px;
  }
}

.detail-page .footer {
  height: 470px;
}

@media (max-width: 767px) {
  .detail-page .footer {
    height: 500px;
  }
}

.detail-page .f-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 70px;
  background-color: #432020;
  background: linear-gradient(to top, #361313 85%, rgba(54, 19, 19, 0));
}

.productDetail .inner {
  padding: 80px 30px 80px;
}

@media (max-width: 767px) {
  .productDetail .inner {
    padding: 60px 30px;
  }
}

@media (max-width: 413px) {
  .productDetail .inner {
    padding: 60px 15px;
  }
}

.productDetail-flex {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .productDetail-flex {
    display: block;
  }
}

.productDetail-swiper {
  width: 450px;
}

@media (max-width: 1023px) {
  .productDetail-swiper {
    width: 345px;
  }
}

@media (max-width: 767px) {
  .productDetail-swiper {
    width: 354px;
    margin-bottom: 40px;
  }
}

@media (max-width: 413px) {
  .productDetail-swiper {
    width: 345px;
  }
}

.productDetail-swiper .slider {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.productDetail-swiper .slider .swiper-slide {
  width: 450px !important;
  height: 450px !important;
}

@media (max-width: 1023px) {
  .productDetail-swiper .slider .swiper-slide {
    width: 345px !important;
    height: 345px !important;
  }
}

@media (max-width: 767px) {
  .productDetail-swiper .slider .swiper-slide {
    width: 354px !important;
    height: 354px !important;
  }
}

@media (max-width: 413px) {
  .productDetail-swiper .slider .swiper-slide {
    width: 345px !important;
    height: 345px !important;
  }
}

.productDetail-swiper .thumbnail {
  width: 95.556%;
  height: auto;
}

.productDetail-swiper .thumbnail .swiper-slide {
  width: 100px !important;
}

@media (max-width: 1023px) {
  .productDetail-swiper .thumbnail .swiper-slide {
    width: 74.75px !important;
  }
}

@media (max-width: 767px) {
  .productDetail-swiper .thumbnail .swiper-slide {
    width: 77px !important;
  }
}

@media (max-width: 413px) {
  .productDetail-swiper .thumbnail .swiper-slide {
    width: 74.75px !important;
  }
}

.productDetail-swiper .thumbnail .swiper-slide:hover {
  cursor: pointer;
}

.productDetail-item {
  flex-grow: 1;
  color: #432020;
  padding-left: 4.767%;
}

@media (max-width: 767px) {
  .productDetail-item {
    padding-left: 0;
  }
}

.productDetail-item .productDetail-ttl {
  margin-bottom: 28px;
}

.productDetail-item .productDetail-price {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "ヒラギノ角ゴ ProN W3";
}

.productDetail-item .sm {
  font-size: 1.6rem;
  font-family: "Yu Gothic";
}

.productDetail-item .productDetail-desc {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.productDetail-item .productDetail-desc::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
}

.productDetail-item .productDetail-feature-box {
  background-color: #fff;
  width: 97.628%;
  margin-bottom: 20px;
  padding-bottom: 25px;
}

.productDetail-item .productDetail-feature {
  padding-left: 20px;
  padding-right: 20px;
}

.productDetail-item .productDetail-feature-ttl {
  background-color: #432020;
  font-size: 1.8rem;
  font-family: "ヒラギノ角ゴ ProN W3";
  margin-bottom: 22px;
  color: #ffffff;
  padding: 13px 0 9px 10px;
}

.productDetail-item .productDetail-feature-txt {
  font-size: 1.4rem;
  margin-bottom: 17px;
  line-height: 1.6;
  font-weight: bold;
}

.productDetail-item .productDetail-feature-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

.productDetail-item .productDetail-feature-list dl {
  width: 100%;
}

.productDetail-item .productDetail-feature-list dt {
  float: left;
  margin-right: 15px;
  font-size: 1.4rem;
}

.productDetail-item .productDetail-feature-list dt.taste-ttl {
  line-height: 20px;
}

.productDetail-item .productDetail-feature-list dd {
  font-size: 1.4rem;
}

.productDetail-item .productDetail-feature-list dd.taste-box {
  width: 200px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
}

.productDetail-item .productDetail-feature-list dd.taste-box:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.productDetail-item .productDetail-feature-list dd.taste-box1:after {
  top: 7px;
  left: 53px;
}

.productDetail-item .productDetail-feature-list dd.taste-box2:after {
  top: 7px;
  left: 94px;
}

.productDetail-item .productDetail-feature-list dd.taste-box3:after {
  top: 7px;
  right: 19px;
}

.productDetail-item .productDetail-feature-list dd.roasting {
  margin-bottom: 10px;
}

.productDetail-item .productDetail-feature-list dl::after {
  content: "";
  display: block;
  clear: both;
}

.productDetail-item .productDetail-feature-list .taste {
  flex-grow: 1;
}

.productDetail-item .productDetail-feature-list .taste1 {
  background-color: rgba(67, 32, 32, 0.3);
}

.productDetail-item .productDetail-feature-list .taste2 {
  background-color: rgba(67, 32, 32, 0.5);
}

.productDetail-item .productDetail-feature-list .taste3 {
  background-color: rgba(67, 32, 32, 0.6);
}

.productDetail-item .productDetail-feature-list .taste4 {
  background-color: rgba(67, 32, 32, 0.8);
}

.productDetail-item .productDetail-feature-list .taste5 {
  background-color: #432020;
}

.productDetail-item .cart-btn {
  font-size: 1.8rem;
  padding: 18px 87px;
  color: #fff;
  background-color: #432020;
}

@media (max-width: 767px) {
  .productDetail-item .cart-btn {
    padding: 18px;
    width: 290px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.detailMain .inner {
  padding: 0 30px 30px;
}

@media (max-width: 767px) {
  .detailMain .inner {
    padding: 0 30px 20px;
  }
}

@media (max-width: 413px) {
  .detailMain .inner {
    padding: 0 15px 20px;
  }
}

.detailMain-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .detailMain-flex {
    display: block;
    margin-bottom: 40px;
  }
}

.detailMain-flex.detailMain-flex1 {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .detailMain-flex.detailMain-flex1 {
    flex-direction: column;
  }
}

.detailMain-left {
  width: 58.716%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .detailMain-left {
    width: 100%;
  }
}

.detailMain-right {
  flex-grow: 1;
  padding: 48px 50px;
  background-color: #fff;
}

@media (max-width: 1160px) {
  .detailMain-right {
    padding: 22px 30px;
  }
}

@media (max-width: 1023px) {
  .detailMain-right {
    padding: 30px;
  }
}

.detailMain-right .detailMain-ttl {
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6;
  margin-bottom: 30px;
  font-weight: normal;
  color: #592e15;
}

@media (max-width: 1023px) {
  .detailMain-right .detailMain-ttl {
    font-size: 2.2rem;
  }
}

.detailMain-right .detailMain-ttl .sm {
  font-size: 1.8rem;
  text-align: right;
  display: inline-block;
  margin-left: 12px;
}

.detailMain-right .detailMain-txt {
  font-size: 1.2rem;
  line-height: 1.8;
  font-family: toppan-bunkyu-midashi-go;
}

.detailMain-right .detailMain-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}

@media (max-width: 1160px) {
  .detailMain-right .detailMain-txt {
    line-height: 1.7;
  }
  .detailMain-right .detailMain-txt::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.7) * 0.5em);
  }
}

@media (max-width: 1023px) {
  .detailMain-right .detailMain-txt {
    line-height: 1.8;
  }
  .detailMain-right .detailMain-txt::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
  }
}

.p-related .inner {
  padding: 0 30px 41px;
}

@media (max-width: 413px) {
  .p-related .inner {
    padding: 0 15px 20px;
  }
}

.p-related .sec-ttl2 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .p-related .sec-ttl2 {
    font-size: 2.8rem;
  }
}

.p-related .p-related-ttl-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.p-related .p-related-result {
  font-size: 1.8rem;
  font-weight: bold;
}

.p-related select {
  background-color: transparent;
  height: 24px;
}

.p-related select.results {
  width: 89px;
}

.p-related select.order {
  width: 120px;
}

.p-related .p-related-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #432020;
}

@media (max-width: 767px) {
  .p-related .p-related-list {
    display: block;
  }
}

.p-related .p-related-item {
  width: 31.194%;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .p-related .p-related-item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.p-related .p-related-item .p-related-name {
  padding: 20px 0 17px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ ProN W3";
  border-bottom: 1px solid #432020;
}

.p-related .p-related-item .p-related-name::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
}

.p-related .p-related-item .p-related-price-flex {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-related .p-related-item .p-related-price-flex .p-related-price {
  font-size: 1.8rem;
  font-weight: bold;
}

.p-related .p-related-item .p-related-price-flex .sm {
  font-size: 1.2rem;
  font-weight: normal;
}

.p-related .p-related-item .p-related-price-flex .p-related-price-detail {
  font-size: 1.2rem;
  background-color: #ffffff;
  padding: 9px 20px;
  color: #592e15;
}

.p-related .btn {
  color: #432020;
  border: 1px solid #432020;
  padding-left: 64px;
  font-size: 1.8rem;
  display: block;
  margin: 0 auto;
  margin-top: 23px;
}

.p-related .btn:before {
  background-color: #432020;
  right: 64px;
}

.p-related .btn:after {
  background-color: #432020;
  right: 64px;
}

.cart-page .header {
  position: static;
  background-color: rgba(0, 0, 0, 0.3);
}

.cart-page .header .inner {
  padding: 19px 30px;
}

.cart-page .header .h-ttl {
  font-size: 4.2rem;
}

@media (max-width: 767px) {
  .cart-page .header .h-ttl {
    font-size: 4rem;
  }
}

@media (max-width: 413px) {
  .cart-page .header .h-ttl {
    font-size: 3rem;
  }
}

.cart-page .header .hamburger.fix {
  top: 25px;
}

@media (max-width: 413px) {
  .cart-page .header .hamburger.fix {
    right: 30px;
    top: 20px;
  }
}

.cart-page .footer {
  height: 470px;
}

@media (max-width: 767px) {
  .cart-page .footer {
    height: 500px;
  }
}

.cart-page .f-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 70px;
  background-color: #432020;
  background: linear-gradient(to top, #361313 100%, rgba(54, 19, 19, 0));
}

.cart-page .f-bottom .loginbtn {
  line-height: 70px;
}

.shopCart .inner {
  padding: 80px 30px;
}

@media (max-width: 767px) {
  .shopCart .inner {
    padding: 60px 30px;
  }
}

@media (max-width: 413px) {
  .shopCart .inner {
    padding: 60px 15px;
  }
}

.shopCart .sec-ttl {
  margin-bottom: 13px;
  font-size: 2.8rem;
  font-family: dnp-shuei-mincho-pr6;
  text-align: center;
}

@media (max-width: 413px) {
  .shopCart .sec-ttl {
    font-size: 2.6rem;
  }
}

.shopCart .sec-ttl-sub {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-family: toppan-bunkyu-midashi-go;
  text-align: center;
  margin-bottom: 58px;
}

@media (max-width: 413px) {
  .shopCart .sec-ttl-sub {
    font-size: 1.7rem;
    margin-bottom: 40px;
  }
}

.shopFlow-box {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .shopFlow-box {
    display: block;
  }
}

.shopFlow-box:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 20px;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #432020;
  z-index: 0;
}

@media (max-width: 767px) {
  .shopFlow-box:after {
    height: calc(100% - 60px);
    width: 1px;
    left: 50px;
  }
}

.shopFlow-item {
  width: 14.287%;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .shopFlow-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.shopFlow-item .shopFlow-num {
  font-size: 2.4rem;
  color: #ffffff;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #9f8983;
  display: inline-block;
  margin-bottom: 11px;
}

.shopFlow-item .shopFlow-num.current {
  background-color: #432020;
}

.shopFlow-item .shopFlow-txt {
  font-size: 1.4rem;
  font-weight: bold;
}

.amount {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .amount {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}

.shopCart-box {
  margin-bottom: 30px;
}

.shopCart-box table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 21px;
}

.shopCart-box tr {
  border-bottom: 1px solid #9f8983;
}

.shopCart-box th {
  background-color: #9f8983;
  text-align: center;
  height: 50px;
  vertical-align: middle;
  color: #ffffff;
  margin-bottom: 9px;
}

@media (max-width: 767px) {
  .shopCart-box th {
    font-size: 1.5rem;
  }
}

.shopCart-box th + th {
  border-left: 1px solid #fff;
}

.shopCart-box .th-delete {
  width: 4.6%;
}

@media (max-width: 1023px) {
  .shopCart-box .th-delete {
    width: 6.6%;
  }
}

@media (max-width: 767px) {
  .shopCart-box .th-delete {
    width: 7.6%;
  }
}

.shopCart-box .th-desc {
  width: 55.1%;
}

@media (max-width: 767px) {
  .shopCart-box .th-desc {
    width: 50.1%;
  }
}

.shopCart-box .th-quantity {
  width: 11.1%;
}

@media (max-width: 1023px) {
  .shopCart-box .th-quantity {
    width: 14.1%;
  }
}

@media (max-width: 767px) {
  .shopCart-box .th-amount {
    display: none;
  }
}

.shopCart-box td {
  vertical-align: middle;
}

.shopCart-box .td-delete {
  text-align: center;
}

.shopCart-box .td-delete:hover {
  cursor: pointer;
}

.shopCart-box .td-img {
  width: 200px;
  padding-bottom: 30px;
}

@media (max-width: 1023px) {
  .shopCart-box .td-img {
    width: 180px;
  }
}

@media (max-width: 767px) {
  .shopCart-box .td-img {
    width: 70px;
    padding-bottom: 20px;
  }
}

.shopCart-box .td-img.td-img1 {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .shopCart-box .td-img.td-img1 {
    padding-top: 20px;
  }
}

.shopCart-box .td-img.td-img2 {
  padding-top: 21px;
}

@media (max-width: 767px) {
  .shopCart-box .td-img.td-img2 {
    padding-top: 20px;
  }
}

.shopCart-box .td-desc {
  vertical-align: top;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .shopCart-box .td-desc {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .shopCart-box .td-desc {
    font-size: 1.3rem;
  }
}

.shopCart-box .td-desc.td-desc1 {
  padding-top: 30px;
}

.shopCart-box .td-desc.td-desc2 {
  padding-top: 21px;
}

@media (max-width: 767px) {
  .shopCart-box .td-desc.td-desc2 {
    padding-top: 30px;
  }
}

.shopCart-box .td-desc .td-desc-price {
  font-size: 2.4rem;
  font-family: "ヒラギノ角ゴ ProN W3";
  margin-top: 18px;
  display: inline-block;
  font-weight: normal;
}

@media (max-width: 767px) {
  .shopCart-box .td-desc .td-desc-price {
    font-size: 1.7rem;
  }
}

.shopCart-box .td-quantuty {
  text-align: center;
}

.shopCart-box .td-quantuty .td-quantuty-input {
  font-size: 2.4rem;
  background-color: transparent;
  text-align: center;
  border: none;
  margin-bottom: 23px;
  width: 50px;
}

@media (max-width: 767px) {
  .shopCart-box .td-quantuty .td-quantuty-input {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.shopCart-box .td-quantuty button {
  width: 30px;
  height: 30px;
  background-color: #9f8983;
  border-radius: 50%;
  color: #ffffff;
  border: none;
  text-align: center;
  line-height: 1px;
  font-size: 2.4rem;
  vertical-align: top;
  margin: 0 7px;
}

@media (max-width: 767px) {
  .shopCart-box .td-quantuty button {
    width: 20px;
    height: 20px;
    margin: 0;
    font-size: 1.8rem;
  }
}

.shopCart-box .td-quantuty button:hover {
  cursor: pointer;
}

.shopCart-box .td-quantuty button.plus-btn {
  padding: 7px 3px 7px;
}

@media (max-width: 767px) {
  .shopCart-box .td-quantuty button.plus-btn {
    padding: 7px 2.5px 7px;
  }
}

.shopCart-box .td-quantuty button.minus-btn {
  padding: 1px 3px 7px;
}

@media (max-width: 767px) {
  .shopCart-box .td-quantuty button.minus-btn {
    padding: 1px 3px 5px;
  }
}

.shopCart-box .td-amount {
  font-size: 2.4rem;
  text-align: right;
  font-family: "ヒラギノ角ゴ ProN W3";
}

@media (max-width: 767px) {
  .shopCart-box .td-amount {
    display: none;
  }
}

.total {
  font-size: 3.2rem;
  font-family: "ヒラギノ角ゴ ProN W3";
  text-align: right;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .total {
    font-size: 2.1rem;
    margin-bottom: 40px;
  }
}

.shopCart-btns {
  text-align: right;
}

@media (max-width: 767px) {
  .shopCart-btns {
    text-align: center;
  }
}

.shopCart-btns button {
  width: 300px;
  height: 54px;
  font-size: 1.8rem;
  font-weight: normal;
}

.shopCart-btns button:hover {
  cursor: pointer;
}

.shopCart-btns .customer-btn {
  background-color: #432020;
  color: #ffffff;
  border: none;
}

@media (max-width: 767px) {
  .shopCart-btns .customer-btn {
    margin-bottom: 20px;
  }
}

.shopCart-btns .back-btn {
  background-color: #9f8983;
  border: 1px solid #432020;
  color: #432020;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .shopCart-btns .back-btn {
    margin-left: 0;
  }
}

.mypage-page .header {
  position: static;
  background-color: rgba(0, 0, 0, 0.3);
}

.mypage-page .header .inner {
  padding: 19px 30px;
}

.mypage-page .header .h-ttl {
  font-size: 4.2rem;
}

@media (max-width: 767px) {
  .mypage-page .header .h-ttl {
    font-size: 4rem;
  }
}

@media (max-width: 413px) {
  .mypage-page .header .h-ttl {
    font-size: 3rem;
  }
}

.mypage-page .header .hamburger.fix {
  top: 25px;
}

@media (max-width: 413px) {
  .mypage-page .header .hamburger.fix {
    right: 30px;
    top: 20px;
  }
}

.mypage-page .footer {
  height: 470px;
}

@media (max-width: 767px) {
  .mypage-page .footer {
    height: 500px;
  }
}

.mypage-page .f-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 70px;
  background-color: #432020;
  background: linear-gradient(to top, #361313 100%, rgba(54, 19, 19, 0));
}

.mypage-page .f-bottom .loginbtn {
  line-height: 70px;
}

.mypage .inner {
  padding: 80px 30px 49px;
}

@media (max-width: 767px) {
  .mypage .inner {
    padding: 60px 30px 25px;
  }
}

@media (max-width: 413px) {
  .mypage .inner {
    padding: 60px 15px 25px;
  }
}

.mypage .sec-ttl {
  margin-bottom: 13px;
  font-size: 2.8rem;
  font-family: dnp-shuei-mincho-pr6;
  text-align: center;
}

@media (max-width: 413px) {
  .mypage .sec-ttl {
    font-size: 2.6rem;
  }
}

.mypage .sec-ttl-sub {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-family: toppan-bunkyu-midashi-go;
  text-align: center;
  margin-bottom: 48.5px;
}

@media (max-width: 413px) {
  .mypage .sec-ttl-sub {
    font-size: 1.7rem;
  }
}

.mpFlow-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29.5px;
}

@media (max-width: 767px) {
  .mpFlow-box {
    display: block;
  }
}

.mpFlow-item {
  width: 25%;
  text-align: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .mpFlow-item {
    width: 100%;
  }
}

.mpFlow-item .mpFlow-txt {
  font-size: 1.8rem;
  color: #ffffff;
  padding: 16px 0px;
  background-color: #9f8983;
}

.mpFlow-item .mpFlow-txt.current {
  background-color: #432020;
}

.mpFlow-item + .mpFlow-item {
  border-left: 1px solid #fff;
}

@media (max-width: 767px) {
  .mpFlow-item + .mpFlow-item {
    border-left: none;
    border-top: 1px solid #fff;
  }
}

.mpWelcome {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.mpHistory-ttl {
  text-align: center;
  font-size: 1.4rem;
  background-color: #9f8983;
  padding: 17px 0 18px;
  color: #ffffff;
  margin-bottom: 50px;
}

.mpHistory-label {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #9f8983;
}

@media (max-width: 767px) {
  .mpHistory-label {
    display: block;
  }
}

.mpHistory-label-left .mpHistory-detail {
  width: 180px;
  padding: 12px 0;
  background-color: #432020;
  color: #ffffff;
  text-align: center;
  margin-right: 20px;
}

@media (max-width: 1023px) {
  .mpHistory-label-left .mpHistory-detail {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .mpHistory-label-left .mpHistory-detail {
    margin-bottom: 20px;
    padding: 17px 0 18px;
    width: 100%;
    display: block;
  }
}

.mpHistory-label-left .mpHistory-time {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 32px;
}

@media (max-width: 1023px) {
  .mpHistory-label-left .mpHistory-time {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .mpHistory-label-left .mpHistory-time {
    margin-bottom: 20px;
    display: inline-block;
  }
}

.mpHistory-label-left .mpHistory-num {
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .mpHistory-label-left .mpHistory-num {
    margin-bottom: 20px;
    display: inline-block;
  }
}

.mpHistory-status {
  display: inline-block;
  width: 200px;
  padding: 13px 0 12px;
  background-color: #fff;
  color: #432020;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .mpHistory-status {
    width: 180px;
  }
}

@media (max-width: 767px) {
  .mpHistory-status {
    display: block;
    width: 100%;
    padding: 17px 0 18px;
  }
}

.mpHistory-product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 35px;
  margin-bottom: 31px;
  border-bottom: 2px solid #432020;
}

@media (max-width: 767px) {
  .mpHistory-product {
    display: block;
  }
}

.mpHistory-product-item {
  width: 48.624%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .mpHistory-product-item {
    width: 100%;
  }
}

.mpHistory-product-left {
  width: 100px;
  height: 100px;
  background-color: #9f8983;
  margin-right: 10px;
}

.mpHistory-product-left .mpHistory-product-dummy {
  text-align: center;
  color: #ffffff;
  line-height: 100px;
}

.mpHistory-product-right {
  width: 79.246%;
}

.mpHistory-product-right .mpHistory-product-ttl {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 5px;
}

.mpHistory-product-right .mpHistory-product-ttl::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}

.mpHistory-product-right .mpHistory-product-sub {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.mpHistory-product-right .mpHistory-product-price {
  font-size: 1.8rem;
  font-weight: bold;
}

.mpHistory-product-right .mpHistory-product-price.mt {
  margin-top: 43px;
}

@media (max-width: 1120px) {
  .mpHistory-product-right .mpHistory-product-price.mt {
    margin-top: 33px;
  }
}

.login-page .header {
  position: static;
  background-color: rgba(0, 0, 0, 0.3);
}

.login-page .header .inner {
  padding: 19px 30px;
}

.login-page .header .h-ttl {
  font-size: 4.2rem;
}

@media (max-width: 767px) {
  .login-page .header .h-ttl {
    font-size: 4rem;
  }
}

@media (max-width: 413px) {
  .login-page .header .h-ttl {
    font-size: 3rem;
  }
}

.login-page .header .hamburger.fix {
  top: 25px;
}

@media (max-width: 413px) {
  .login-page .header .hamburger.fix {
    right: 30px;
    top: 20px;
  }
}

.login-page .footer {
  height: 470px;
}

@media (max-width: 767px) {
  .login-page .footer {
    height: 500px;
  }
}

.login-page .f-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 70px;
  background-color: #432020;
  background: linear-gradient(to top, #361313 100%, rgba(54, 19, 19, 0));
}

.login-page .f-bottom .loginbtn {
  line-height: 70px;
}

.login .inner {
  padding: 80px 30px;
}

@media (max-width: 767px) {
  .login .inner {
    padding: 60px 30px;
  }
}

.login .sec-ttl {
  margin-bottom: 13px;
  font-size: 2.8rem;
  font-family: dnp-shuei-mincho-pr6;
  text-align: center;
}

@media (max-width: 413px) {
  .login .sec-ttl {
    font-size: 2.6rem;
  }
}

.login .sec-ttl-sub {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-family: toppan-bunkyu-midashi-go;
  text-align: center;
  margin-bottom: 48px;
}

@media (max-width: 413px) {
  .login .sec-ttl-sub {
    font-size: 1.7rem;
  }
}

.login-box {
  background-color: rgba(159, 137, 131, 0.3);
  padding: 60px 0 63px;
}

.login-form {
  max-width: 430px;
  display: block;
  padding: 0 15px;
  margin: 0 auto;
}

.login-form .login-label {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}

.login-form .login-txt {
  display: block;
  margin-bottom: 20px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #9f8983;
  width: 100%;
}

.login-form .loginbtn {
  width: 300px;
  display: block;
  background-color: #fdf5e8;
  height: 54px;
  font-size: 1.8rem;
  color: #432020;
  text-align: center;
  line-height: 54px;
  border: 1px solid #432020;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 17px;
}

@media (max-width: 413px) {
  .login-form .loginbtn {
    width: 285px;
  }
}

.login-form .login-auto-box {
  text-align: center;
  font-size: 1.2rem;
  color: #432020;
  margin-bottom: 19px;
}

.login-form .login-auto-box .login-auto {
  display: none;
}

.login-form .login-auto-box .login-auto-txt {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  z-index: 1;
}

.login-form .login-auto-box .login-auto-txt:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #432020;
  border-radius: 4px;
  background-color: #fff;
}

.login-form .login-auto-box .login-auto:checked + .login-auto-txt:before {
  background-color: #432020;
}

.login-form .login-auto-box .login-auto:checked + .login-auto-txt:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 4px;
  width: 4px;
  height: 9px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.login-form .login-other-box {
  text-align: center;
  font-size: 1.2rem;
}

.login-form .login-other-box .login-forget {
  margin-right: 30px;
  color: #432020;
}

.login-form .login-other-box .login-new {
  color: #432020;
}

.header .h-ttl {
  font-size: 5.4rem !important;
  text-align: center;
  margin-left:0 !important;
}

@media (max-width: 767px) {
  .header .h-ttl {
    font-size: 4rem !important;
  }
}

@media (max-width: 413px) {
  .header .h-ttl {
    font-size: 3rem !important;
    margin-left:-5px !important;
  }
}

.bloghome-page .header .hamburger.fix {
  top: 25px;
}

@media (max-width: 413px) {
  .bloghome-page .header .hamburger.fix {
    right: 30px;
    top: 20px;
  }
}

.header .h-ttl img{
    width: 60% !important;
    max-height: 60px !important;
    vertical-align: baseline;
}

@media (max-width: 413px) {
  .header .h-ttl img {
    height: 40px;
    width: unset !important;
  }
}

.bloghome-page .mv {
  position: relative;
}

.bloghome-page .mv .mv-img {
  height: 400px;
  background-image: url(/img/top-header.jpg);
}

@media (max-width: 413px) {
  .bloghome-page .mv .mv-img {
    height: 300px;
  }
}

.bloghome-page .mv .sec-ttl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .bloghome-page .mv .sec-ttl-box {
    top: 48%;
  }
}

@media (max-width: 413px) {
  .bloghome-page .mv .sec-ttl-box {
    top: 45%;
  }
}

.bloghome-page .mv .sec-ttl-box .sec-ttl {
  font-size: 2.8rem;
  margin-bottom: 13px;
  font-weight: normal;
  white-space: nowrap;
}

@media (max-width: 413px) {
  .bloghome-page .mv .sec-ttl-box .sec-ttl {
    font-size: 2.6rem;
  }
}

.bloghome-page .mv .sec-ttl-box .sec-ttl-sub {
  font-size: 1.8rem;
  font-family: toppan-bunkyu-midashi-go;
}

@media (max-width: 413px) {
  .bloghome-page .mv .sec-ttl-box .sec-ttl-sub {
    font-size: 1.7rem;
  }
}

.bloghome-page .footer {
  height: 470px;
}

@media (max-width: 767px) {
  .bloghome-page .footer {
    height: 500px;
  }
}

.bloghome-page .f-bottom {
  height: 70px;
   background-color: #432020;
}

.info .inner {
  padding: 50px 0;
  display: flex;
  justify-content: start;
  align-items: center;
}

@media (max-width: 767px) {
  .info .inner {
    display: block;
    padding: 50px 30px;
  }
}

@media (max-width: 413px) {
  .info .inner {
    padding: 50px 15px;
  }
}

.info .info-box {
  flex-grow: 1;
  padding: 46px 40px 43px 60px;
  border-left: 2px solid #592e15;
}

.info-box a {
  color: #432020;
}

@media (max-width: 767px) {
  .info .info-box {
    padding: 20px 0px 15px 20px;
  }
}

.info .info-box dl {
  width: 100%;
  font-size: 1.4rem;
}

.info .info-box dt {
  width: 100px;
  float: left;
}

@media (max-width: 1023px) {
  .info .info-box dt {
    line-height: 1.3;
  }
}

.info .info-box dd {
  margin-bottom: 7px;
  padding-left: 100px;
}

@media (max-width: 1023px) {
  .info .info-box dd {
    line-height: 1.2;
  }
}

.info .info-box dl::after {
  content: "";
  display: block;
  clear: both;
}

.info .sec-ttl {
  width: 27.523%;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 767px) {
  .info .sec-ttl {
    width: 100%;
    margin-bottom: 1em;
  }
}

.blogList .inner {
  padding: 0 30px 79px;
}

@media (max-width: 413px) {
  .blogList .inner {
    padding: 0 15px 79px;
  }
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .blog-list {
    display: block;
  }
}

.blog-card {
  width: 32%;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 35px;
  margin-right: 2%;
  min-height: 527px;
  position: relative;
}

.blog-card:nth-child(3n){
	margin-right: 0;
}

@media (max-width: 767px) {
  .blog-card {
    width: 100%;
    min-height: 660px;
  }
}

@media (max-width: 500px) {
  .blog-card {
    min-height: 527px;
  }
}

.blog-card .blog-img {
  margin-bottom: 15px;
}

.blog-img img {
  max-height: 200px;
  overflow: hidden;
}

.blog-card .blog-card-ttl {
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 1.4;
}

@media (max-width: 1040px) {
  .blog-card .blog-card-ttl {
    font-size: 2.3rem;
  }
}

@media (max-width: 1023px) {
  .blog-card .blog-card-ttl {
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .blog-card .blog-card-ttl .br-lg {
    display: none;
  }
}

.blog-card .clog-card-cat {
  font-size: 1.4rem;
  background-color: #432020;
  color: #ffffff;
  padding: 6px 29px;
  display: inline-block;
  margin-bottom: 15px;
  font-family: dnp-shuei-mincho-pr6;
  position:absolute;
  top:30px;
}

.blog-card .blog-card-txt {
  font-size: 1.2rem;
  line-height: 1.8;
  font-family: toppan-bunkyu-midashi-go;
  margin-bottom: 21px;
}

.blog-card .blog-card-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}

.blog-card .btn {
  color: #432020;
  border: 1px solid #432020;
  padding-left: 64px;
  font-size: 1.8rem;
  display: block;
  margin: 0 auto;
  margin-top: 23px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.blog-card .btn:hover{
  background-color: #9F8983;
}

@media (max-width: 767px) {
  .blog-card .btn {
    padding-left: 60px;
  }
}

.blog-card .btn:after {
  background-color: #432020;
  right: 64px;
}

@media (max-width: 767px) {
  .blog-card .btn:after {
    right: 49px;
  }
}

.blog-card .btn:before {
  background-color: #432020;
  right: 64px;
}

@media (max-width: 767px) {
  .blog-card .btn:before {
    right: 50px;
  }
}

.blogsingle-page .header .inner {
  padding: 30px 30px 30px;
}

.blogsingle-page .header .h-ttl {
  font-size: 5.4rem;
  text-align: center;
}
.blogsingle-page .header .h-ttl img{
  width:60%;
}

@media (max-width: 767px) {
  .blogsingle-page .header .h-ttl {
    font-size: 4rem;
  }
}

@media (max-width: 413px) {
  .blogsingle-page .header .h-ttl {
    font-size: 3rem;
  }
}

.blogsingle-page .header .hamburger.fix {
  top: 25px;
}

@media (max-width: 413px) {
  .blogsingle-page .header .hamburger.fix {
    right: 30px;
    top: 20px;
  }
}

.blogsingle-page .mv {
  position: relative;
}

.blogsingle-page .mv .mv-img {
  height: 400px;
  background-image: url(/img/blogsingle-img1.png);
}

@media (max-width: 413px) {
  .blogsingle-page .mv .mv-img {
    height: 300px;
  }
}

.blogsingle-page .mv .sec-ttl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .blogsingle-page .mv .sec-ttl-box {
    top: 48%;
  }
}

@media (max-width: 413px) {
  .blogsingle-page .mv .sec-ttl-box {
    top: 45%;
  }
}

.blogsingle-page .mv .sec-ttl-box .sec-ttl {
  font-size: 2.8rem;
  margin-bottom: 13px;
  font-weight: normal;
  white-space: nowrap;
}

@media (max-width: 413px) {
  .blogsingle-page .mv .sec-ttl-box .sec-ttl {
    font-size: 2.6rem;
  }
}

.blogsingle-page .mv .sec-ttl-box .sec-ttl-sub {
  font-size: 1.8rem;
  font-family: toppan-bunkyu-midashi-go;
}

@media (max-width: 413px) {
  .blogsingle-page .mv .sec-ttl-box .sec-ttl-sub {
    font-size: 1.7rem;
  }
}

.blogsingle-page .footer {
  height: 470px;
}

@media (max-width: 767px) {
  .blogsingle-page .footer {
    height: 500px;
  }
}

.blogsingle-page .f-bottom {
  height: 70px;
   background-color: #432020;
}

.blogSingle .inner {
  padding: 50px 30px 80px;
}

@media (max-width: 767px) {
  .blogSingle .inner {
    padding: 50px 30px 60px;
  }
}

@media (max-width: 413px) {
  .blogSingle .inner {
    padding: 50px 15px 60px;
  }
}

.blogSingle .blogSingle-ttl-box {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .blogSingle .blogSingle-ttl-box {
    display: block;
  }
}

.blogSingle .blogSingle-time {
  width: 24.955%;
  min-width: 250px;
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6;
  padding-right: 34px;
  padding-top: 10px;
  text-align: center;
}

@media (max-width: 1023px) {
  .blogSingle .blogSingle-time {
    font-size: 2.6rem;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .blogSingle .blogSingle-time {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }
}

.blogSingle .blogSingle-time .blogSingle-ttl-sub {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 10px;
}

.blogSingle-ttl-sub a {
  color: #432020;
}

.blogSingle .info-box {
  flex-grow: 1;
  padding: 25px 40px 24px 60px;
  border-left: 2px solid #592e15;
}

@media (max-width: 1023px) {
  .blogSingle .info-box {
    padding: 20px 40px 20px 60px;
  }
}

@media (max-width: 767px) {
  .blogSingle .info-box {
    padding: 15px 0px 15px 20px;
  }
}

.blogSingle .info-box .blogSingle-ttl {
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6;
  font-weight: normal;
  line-height: 1.6;
}

.blogSingle .info-box .blogSingle-ttl::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}

@media (max-width: 1023px) {
  .blogSingle .info-box .blogSingle-ttl {
    font-size: 2.2rem;
  }
}

.blogSingle-content p{
	line-height: 1.8;
}

.blogSingle-content .blogSingle-flex {
  display: block;
  /* justify-content: space-between; */
  margin-bottom: 68px;
}

.blogSingle-content img{
    height: 100%;
    width:100%;
}
@media (max-width: 767px) {
  .blogSingle-content .blogSingle-flex {
    display: block;
  }
}

.blogSingle-content .blogSingle-flex.blogSingle-flex2 {
  flex-direction: row-reverse;
}

.blogSingle-content .blogSingle-left {
  /*width: 55%;*/
  /*max-width:550px;*/
  flex-shrink: 0;
  padding: 0 0px 35px 0;
  background: #fdf5e8;
}

@media (max-width: 767px) {
  .blogSingle-content .blogSingle-left {
    width: 100%;
  }
}

.blogSingle-content .blogSingle-right {
  padding: 0;
  width: unset;
}

@media (max-width: 1120px) {
  .blogSingle-content .blogSingle-right {
    padding: 0;
  }
}

@media (max-width: 1023px) {
  .blogSingle-content .blogSingle-right {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .blogSingle-content .blogSingle-right {
    width: 100%;
    padding: 0;
  }
}

.blogSingle-content .blogSingle-right .blogSingle-right-ttl {
  background:unset;
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6;
  margin-bottom: 30px;
  font-weight: normal;
  color: #592e15;
}

@media (max-width: 1023px) {
  .blogSingle-content .blogSingle-right .blogSingle-right-ttl {
    line-height: 1.2;
    font-size: 2.2rem;
  }
}

.blogSingle-content .blogSingle-right .blogSingle-right-ttl .sm {
  font-size: 1.8rem;
  text-align: right;
  display: inline-block;
  margin-left: 12px;
}

.blogSingle-content .blogSingle-right .blogSingle-right-txt {
  font-size: 1.4rem;
  line-height: 1.8;
}

.blogSingle-content .blogSingle-right .blogSingle-right-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}

@media (max-width: 1023px) {
  .blogSingle-content .blogSingle-right .blogSingle-right-txt .br-pc1 {
    display: none;
  }
}

@media (max-width: 1023px) {
  .blogSingle-content .blogSingle-right .blogSingle-right-txt .br-pc2 {
    display: none;
  }
}

@media (max-width: 1050px) {
  .blogSingle-content .blogSingle-right .blogSingle-right-txt .br-pc3 {
    display: none;
  }
}

.blogSingle-content h2 {
  /*background-color: #9f8983;*/
  font-size: 2.8rem;
  font-family: dnp-shuei-mincho-pr6;
  padding: 10px 0 10px 0px !important;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  margin: 80px 0px 80px 0;
}
.blogSingle-content h3 {
  /*background-color: #9f8983;*/
  font-size: 2.2rem;
  font-family: dnp-shuei-mincho-pr6;
  padding: 10px 0 10px 20px !important;
  font-weight: normal;
  /*border-bottom: 1px solid #ccc;*/
  margin: 30px 0px 30px 0;
} 
.blogSingle-content h4 {
  /*background-color: #9f8983;*/
  font-size: 1.6rem;
  font-family: dnp-shuei-mincho-pr6;
  padding: 10px 0 10px 40px !important;
  font-weight: normal;
  /*border-bottom: 1px solid #ccc;*/
  margin: 10px 0px 10px 0;
} 
@media (max-width: 767px) {
  .blogSingle-content h2 {
    font-size: 2.2rem;
  }
}



.blogSingle-content h2 .add {
  background-color: #fdf5e8;
  padding: 4px 14px 4px 15px;
  border-left: 30px #9f8983 solid;
}

.blogSingle-content .blogSingle-txt {
  font-size: 1.4rem;
  line-height: 2;
  font-family: toppan-bunkyu-midashi-go;
  margin-bottom: 40px;
}

.blogSingle-content .blogSingle-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}

.blogSingle-pagebtn {
  display: flex;
  justify-content: space-between;
  clear: both;
}

@media (max-width: 767px) {
  .blogSingle-pagebtn {
    flex-direction: column;
  }
}

.blogSingle-pagebtn .blogSingle-back {
  width: 320px;
  color: #432020;
  font-family: dnp-shuei-mincho-pr6;
  border: 1px solid #432020;
  padding: 13px 0 11px 60px;
  position: relative;
  font-weight: bold; 
}

@media (max-width: 767px) {
  .blogSingle-pagebtn .blogSingle-back {
    width: 100%;
    padding: 13px 0 11px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.blogSingle-pagebtn .blogSingle-back .back-txt {
  position: relative;
}

.blogSingle-pagebtn .blogSingle-back .back-txt:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #432020;
  top: 8px;
  left: -34px;
}

.blogSingle-pagebtn .blogSingle-back .back-txt:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #432020;
  top: 5px;
  left: -35px;
  transform: rotate(135deg);
}

.blogSingle-pagebtn .blogSingle-next {
  width: 320px;
  color: #432020;
  font-family: dnp-shuei-mincho-pr6;
  border: 1px solid #432020;
  padding: 13px 60px 11px 0;
  position: relative;
  background-color: transparent;
  font-weight: bold;
  text-align: right;
}

@media (max-width: 767px) {
  .blogSingle-pagebtn .blogSingle-next {
    width: 100%;
    padding: 13px 0 11px;
    text-align: center;
  }
}

.blogSingle-pagebtn .blogSingle-next .next-txt {
  position: relative;
}

.blogSingle-pagebtn .blogSingle-next .next-txt:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #432020;
  top: 8px;
  right: -34px;
}

.blogSingle-pagebtn .blogSingle-next .next-txt:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #432020;
  top: 5px;
  right: -35px;
  transform: rotate(45deg);
}

.blogRelated .inner {
  padding: 0 30px 80px;
}

@media (max-width: 767px) {
  .blogRelated .inner {
    padding: 0 30px 60px;
  }
}

@media (max-width: 413px) {
  .blogRelated .inner {
    padding: 0 15px 60px;
  }
}

.blogRelated .blogRelated-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .blogRelated .blogRelated-flex {
    display: block;
  }
}

.blogRelated .blogRelated-left {
  width: 58.716%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .blogRelated .blogRelated-left {
    width: 100%;
  }
}

.blogRelated .blogRelated-right {
  padding: 48px 50px;
  background-color: #fff;
  width: 41.6%;
}

@media (max-width: 1145px) {
  .blogRelated .blogRelated-right {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .blogRelated .blogRelated-right {
    width: 100%;
  }
}

.blogRelated .blogRelated-right .blogRelated-right-ttl {
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6;
  margin-bottom: 30px;
  font-weight: normal;
  color: #592e15;
}

.blogRelated .blogRelated-right .blogRelated-right-txt {
  font-size: 1.2rem;
  line-height: 1.8;
}

.blogRelated .blogRelated-right .blogRelated-right-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}

@media (max-width: 1023px) {
  .blogRelated .blogRelated-right .blogRelated-right-txt .br-pc1 {
    display: none;
  }
}

@media (max-width: 1023px) {
  .blogRelated .blogRelated-right .blogRelated-right-txt .br-pc2 {
    display: none;
  }
}

@media (max-width: 1050px) {
  .blogRelated .blogRelated-right .blogRelated-right-txt .br-pc3 {
    display: none;
  }
}

.contact-page .header .inner {
  padding: 40px 30px 30px;
}

.contact-page .header .h-ttl {
  font-size: 4.2rem;
}

@media (max-width: 767px) {
  .contact-page .header .h-ttl {
    font-size: 4rem;
  }
}

@media (max-width: 413px) {
  .contact-page .header .h-ttl {
    font-size: 3rem;
  }
}

input::placeholder {
  color: rgba(67, 32, 32, 0.4);
}

input:-ms-input-placeholder {
  color: #FDF5E8;
}

input::-ms-input-placeholder {
  color: #FDF5E8;
}

.contact-page input,.contact-page textarea,.contact-page select{
  background: #FDF5E8;
}

.contact-page .header .hamburger.fix {
  top: 25px;
}

@media (max-width: 413px) {
  .contact-page .header .hamburger.fix {
    right: 30px;
    top: 20px;
  }
}

.contact-page .mv {
  position: relative;
}

.contact-page .mv .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.contact-page .mv .mv-img {
  height: 400px;
  background-image: url(/img/contact-img1.png);
}

@media (max-width: 413px) {
  .contact-page .mv .mv-img {
    height: 300px;
  }
}

.contact-page .mv .sec-ttl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .contact-page .mv .sec-ttl-box {
    top: 48%;
  }
}

@media (max-width: 413px) {
  .contact-page .mv .sec-ttl-box {
    top: 45%;
  }
}

.contact-page .mv .sec-ttl-box .sec-ttl {
  font-size: 2.8rem;
  margin-bottom: 13px;
  font-weight: normal;
}

@media (max-width: 413px) {
  .contact-page .mv .sec-ttl-box .sec-ttl {
    font-size: 2.6rem;
  }
}

.contact-page .mv .sec-ttl-box .sec-ttl-sub {
  font-size: 1.8rem;
  font-family: toppan-bunkyu-midashi-go;
}

@media (max-width: 413px) {
  .contact-page .mv .sec-ttl-box .sec-ttl-sub {
    font-size: 1.7rem;
  }
}

.contact-page .footer {
  height: 470px;
}

@media (max-width: 767px) {
  .contact-page .footer {
    height: 500px;
  }
}

.contact-page .f-bottom {
  height: 70px;
   background-color: #432020;
}

.contact .inner {
  padding: 70px 30px 80px;
}

@media (max-width: 767px) {
  .contact .inner {
    padding: 60px 30px 60px;
  }
}

@media (max-width: 413px) {
  .contact .inner {
    padding: 60px 15px 60px;
  }
}

.contact .contact-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 29.5px 10px;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .contact .contact-table {
    border-spacing: 0 10px;
    margin-bottom: 30px;
  }
}

.contact .contact-table tr {
  margin-bottom: 10px;
}

.contact .contact-table th {
  width: 27.55%;
  text-align: left;
  vertical-align: middle;
  border-left: 20px solid #9f8983;
  padding: 31px 0 31px 29px;
  border-bottom: 1px solid #9f8983;
  font-size: 1.8rem;
  font-family: dnp-shuei-mincho-pr6;
  font-weight: normal;
}

@media (max-width: 1050px) {
  .contact .contact-table th {
    line-height: 1.2;
  }
}

@media (max-width: 1023px) {
  .contact .contact-table th {
    width: 195px;
    padding: 31px 0 31px 25px;
  }
}

@media (max-width: 767px) {
  .contact .contact-table th {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

.contact .contact-table th .br-xl {
  display: none;
}

@media (max-width: 1050px) {
  .contact .contact-table th .br-xl {
    display: block;
  }
}

@media (max-width: 1023px) {
  .contact .contact-table th .br-xl {
    display: none;
  }
}

.contact .contact-table td {
  vertical-align: middle;
  font-weight: bold;
  position: relative;
}

@media (max-width: 767px) {
  .contact .contact-table td {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}

.contact .contact-table .contactType-box {
  position: relative;
}

.contact .contact-table .contactType-box:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 1px #432020;
  border-right: solid 1px #432020;
  transform: rotate(45deg);
  position: absolute;
  top: 80%;
  right: 15px;
  margin-top: -4px;
}

.contact .contact-table .contactType {
  width: 400px;
  border-radius: 5px;
  border: 1px solid #9f8983;
  color: #432020;
  padding: 10px;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 767px) {
  .contact .contact-table .contactType {
    width: 100%;
  }
}

.contact .contact-table .inputOrderId {
  width: 400px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #432020;
  padding: 10px;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .contact .contact-table .inputOrderId {
    width: 100%;
  }
}

.contact .contact-table .inputOrderId::placeholder {
  color: #b4b4b4;
}

.contact .contact-table .inputname {
  width: 150px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #9f8983;
  margin-left: 5px;
  margin-right: 28px;
  font-size: 1.6rem;
	padding: 10px;
}

@media (max-width: 767px) {
  .contact .contact-table .inputname {
    width: 100px;
    margin-right: 19px;
  }
}

.contact .contact-table .inputname.mrsm {
  margin-right: 14px;
}

.contact .contact-table .inputTel {
  width: 400px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #9f8983;
  font-size: 1.6rem;
  padding: 10px;
}

@media (max-width: 767px) {
  .contact .contact-table .inputTel {
    width: 100%;
  }
}

.contact .contact-table .inputMail-ttl {
  margin-bottom: 15px;
  display: inline-block;
}

.contact .contact-table .inputMail {
  width: 400px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #9f8983;
  margin-bottom: 25px;
  padding: 10px;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .contact .contact-table .inputMail {
    width: 100%;
	  margin-bottom: 36px;
  }
}

.contact .contact-table .inputMail::placeholder {
  color: #b4b4b4;
}

.contact .contact-table .mobileDomain {
  font-size: 1.2rem;
  margin-top: -20px;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 1.2;
  position: absolute;
  top: 69px;
}

@media (max-width: 767px) {
		.contact .contact-table .mobileDomain {
        top: 64px;
	}
}


.contact .contact-table .text1 {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #9f8983;
  height: 300px;
  font-family: "YuGothic", "Arial", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.6rem;
  padding: 10px;
}

.contact .contact-table .wpcf7-not-valid-tip{
	font-size: 0.8em;
   margin: 5px;
}

.contact .c-confirm-box {
  text-align: center;
  font-size: 1.8rem;
  color: #432020;
  margin-bottom: 49px;
}

.contact .c-confirm-box .c-confirm {
  display: none;
}

.contact .c-confirm-box .c-confirm-txt {
  padding-left: 29px;
  position: relative;
  z-index: 1;
}

@media (max-width: 413px) {
  .contact .c-confirm-box .c-confirm-txt {
    font-size: 1.6rem;
  }
}

.contact .c-confirm-box .c-confirm-txt:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #432020;
  background-color: #fff;
}

@media (max-width: 413px) {
  .contact .c-confirm-box .c-confirm-txt:before {
    top: -3px;
  }
}

.contact .c-confirm-box .c-confirm:checked + .c-confirm-txt:before {
  background-color: #432020;
}

.contact .c-confirm-box .c-confirm:checked + .c-confirm-txt:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 5px;
  width: 7px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media (max-width: 413px) {
  .contact .c-confirm-box .c-confirm:checked + .c-confirm-txt:after {
    top: -3px;
  }
}

.contact .blogSingle-next {
  width: 200px;
  display: block;
  margin: 0 auto;
  color: #432020;
  font-family: dnp-shuei-mincho-pr6;
  border: 1px solid #432020;
  padding: 12px 0;
  position: relative;
  font-weight: bold;
  text-align: center;
}

.contact .blogSingle-next:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #432020;
  top: 20px;
  right: 65px;
}

@media (max-width: 767px) {
  .contact .blogSingle-next:before {
  top: 18px;
  }
}

.contact .blogSingle-next:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #432020;
  top: 17px;
  right: 65px;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .contact .blogSingle-next:after {
  top: 15px;
  }
}

.review-page .header .inner {
  padding: 40px 30px 30px;
}

.review-page .header .h-ttl {
  font-size: 4.2rem;
}

@media (max-width: 767px) {
  .review-page .header .h-ttl {
    font-size: 4rem;
  }
}

@media (max-width: 413px) {
  .review-page .header .h-ttl {
    font-size: 3rem;
  }
}

.review-page .header .hamburger.fix {
  top: 25px;
}

@media (max-width: 413px) {
  .review-page .header .hamburger.fix {
    right: 30px;
    top: 20px;
  }
}

.review-page .mv {
  position: relative;
}

.review-page .mv .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.review-page .mv .mv-img {
  height: 400px;
  background-image: url(/img/review-img1.png);
}

@media (max-width: 413px) {
  .review-page .mv .mv-img {
    height: 300px;
  }
}

.review-page .mv .sec-ttl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .review-page .mv .sec-ttl-box {
    top: 48%;
  }
}

@media (max-width: 413px) {
  .review-page .mv .sec-ttl-box {
    top: 45%;
  }
}

.review-page .mv .sec-ttl-box .sec-ttl {
  font-size: 2.8rem;
  margin-bottom: 13px;
  font-weight: normal;
}

@media (max-width: 413px) {
  .review-page .mv .sec-ttl-box .sec-ttl {
    font-size: 2.6rem;
  }
}

.review-page .mv .sec-ttl-box .sec-ttl-sub {
  font-size: 1.8rem;
  font-family: toppan-bunkyu-midashi-go;
}

@media (max-width: 413px) {
  .review-page .mv .sec-ttl-box .sec-ttl-sub {
    font-size: 1.7rem;
  }
}

.review-page .footer {
  height: 470px;
}

@media (max-width: 767px) {
  .review-page .footer {
    height: 500px;
  }
}

.review-page .f-bottom {
  height: 70px;
   background-color: #432020;
}

@media (max-width: 767px) {
  .review .inner {
    padding: 60px 30px;
  }
}

@media (max-width: 413px) {
  .review .inner {
    padding: 60px 15px;
  }
}

.review .review-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
  color: #432020;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .review .review-flex {
    display: block;
  }
}

.review .review-item {
  width: 48.624%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .review .review-item {
    width: 100%;
  }
}

.review .review-box {
  padding: 25px 26px 25px 25px;
  border: 1px solid #432020;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
}

.review .review-box .review-name {
  font-size: 2rem;
  font-family: dnp-shuei-mincho-pr6;
  margin-bottom: 20px;
  color: #592e15;
}

.review .review-box .review-name .lg {
  font-size: 3.2rem;
  font-weight: normal;
}

.review .review-box .review-txt {
  line-height: 1.6;
  font-size: 1.4rem;
  font-family: toppan-bunkyu-midashi-go;
  padding-left: 15px;
  border-left: 1px solid #707070;
}

.review .review-box .review-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

.review .review-reply-box {
  padding: 17px 20px 22px;
  background-color: #432020;
  color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.review .review-reply-box .review-reply-ttl {
  font-size: 2rem;
  font-family: dnp-shuei-mincho-pr6;
  margin-bottom: 10px;
}

.review .review-reply-box .review-reply-ttl .lg {
  font-size: 3.8rem;
  vertical-align: sub;
}

.review .review-reply-box .review-reply-txt {
  font-family: toppan-bunkyu-midashi-go;
  line-height: 1.54;
  font-size: 1.4rem;
}

.review .review-reply-box .review-reply-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.54) * 0.5em);
}

.reviewForm .inner {
  max-width: 820px;
  padding: 80px 30px;
}

@media (max-width: 767px) {
  .reviewForm .inner {
    padding: 60px 30px;
  }
}

@media (max-width: 413px) {
  .reviewForm .inner {
    padding: 60px 15px;
  }
}

.reviewForm-img {
  background-image: url(/img/baisenki_03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 180px;
  color: #ffffff;
  position: relative;
}

@media (max-width: 767px) {
	.reviewForm .sec-ttl-box {
		position: static;
		top: auto;
		left: auto;
		transform: none;
		 padding: 105px 10px 0;
	}
}

@media (max-width: 767px) {
	.reviewForm .sec-ttl-box .sec-ttl{
		white-space: normal;
		font-size: 2.8rem;
		line-height: 1.4;
	}
}

.sec-ttl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 767px) {
  .sec-ttl-box {
    top: 48%;
  }
}

@media (max-width: 413px) {
  .sec-ttl-box {
    top: 45%;
  }
}

.sec-ttl-box .sec-ttl {
  margin-bottom: 20px;
  font-weight: normal;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .sec-ttl-box .sec-ttl {
    line-height: 1.3;
  }
}

@media (max-width: 413px) {
  .sec-ttl-box .sec-ttl {
    font-size: 2.6rem;
  }
}

.sec-ttl-box .sec-ttl-sub {
  font-size: 1.8rem;
  font-family: toppan-bunkyu-midashi-go;
}

@media (max-width: 413px) {
  .sec-ttl-box .sec-ttl-sub {
    font-size: 1.7rem;
  }
}

.rf-form .rf-place-box {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .rf-form .rf-place-box {
    display: block;
  }
}

.rf-form .rf-place-box:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 1px #432020;
  border-right: solid 1px #432020;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 15px;
  margin-top: -4px;
}

.rf-form .rf-place {
  width: 400px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #9f8983;
  color: #432020;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .rf-form .rf-place {
    width: 100%;
  }
}

.rf-form .rf-label {
  display: block;
  margin-top: 20px;
  font-weight: bold;
}

.rf-form .rf-label.rf-label-place {
  display: inline-block;
  margin-right: 10px;
}

.rf-form .rf-label.rf-label-txtarea {
  margin-bottom: 15px;
}

.rf-form .rf-txt {
  display: block;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #9f8983;
  width: 406px;
  font-size: 1.6rem;
  background:transparent;
}

@media (max-width: 767px) {
  .rf-form .rf-txt {
    width: 100%;
  }
}

.rf-form .rf-txtarea {
  width: 100%;
  height: 300px;
  border-radius: 5px;
  border: 1px solid #9f8983;
  margin-bottom: 50px;
  font-size: 1.6rem;
  background:transparent;
  font-family: "YuGothic", "Arial", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.rf-form .rf-submit, .rf-form .wpcf7-submit {
  width: 340px;
  display: block;
  margin: 0 auto;
  color: #432020;
  font-family: dnp-shuei-mincho-pr6;
  border: 1px solid #432020;
  padding: 12px 0 12px 0px;
  text-align: center;
  position: relative;
  font-weight: bold;
  background-color: #432020;
  color:#fff;
  font-size: 1.6rem;
  line-height: 1;
}

.rf-form .rf-submit:hover, .rf-form .wpcf7-submit:hover {
  cursor: pointer;

  background-color:#9f8983;
}

.rf-form .rf-submit:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #432020;
  top: 20px;
  right: 137px;
}

.rf-form .rf-submit:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #432020;
  top: 17px;
  right: 137px;
  transform: rotate(45deg);
}

.rf-form .wpcf7-not-valid-tip{
	font-size: 0.8em;
   margin-top: 10px;
}

.faq-page .header .inner {
  padding: 40px 30px 30px;
}

.faq-page .header .h-ttl {
  font-size: 4.2rem;
}

@media (max-width: 767px) {
  .faq-page .header .h-ttl {
    font-size: 4rem;
  }
}

@media (max-width: 413px) {
  .faq-page .header .h-ttl {
    font-size: 3rem;
  }
}

.faq-page .header .hamburger.fix {
  top: 25px;
}

@media (max-width: 413px) {
  .faq-page .header .hamburger.fix {
    right: 30px;
    top: 20px;
  }
}

.faq-page .mv {
  position: relative;
}

.faq-page .mv .mv-img {
  height: 400px;
  background-image: url(/img/blogsingle-img1.png);
}

@media (max-width: 413px) {
  .faq-page .mv .mv-img {
    height: 300px;
  }
}

.faq-page .mv .sec-ttl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .faq-page .mv .sec-ttl-box {
    top: 48%;
  }
}

@media (max-width: 413px) {
  .faq-page .mv .sec-ttl-box {
    top: 45%;
  }
}

.faq-page .mv .sec-ttl-box .sec-ttl {
  font-size: 2.8rem;
  margin-bottom: 13px;
  font-weight: normal;
}

@media (max-width: 413px) {
  .faq-page .mv .sec-ttl-box .sec-ttl {
    font-size: 2.6rem;
  }
}

.faq-page .mv .sec-ttl-box .sec-ttl-sub {
  font-size: 1.8rem;
  font-family: toppan-bunkyu-midashi-go;
}

@media (max-width: 413px) {
  .faq-page .mv .sec-ttl-box .sec-ttl-sub {
    font-size: 1.7rem;
  }
}

.faq-page .footer {
  height: 470px;
}

@media (max-width: 767px) {
  .faq-page .footer {
    height: 500px;
  }
}

.faq-page .f-bottom {
  height: 70px;
  background-color: #432020;
}

.faq-page .faq .inner {
  padding: 50px 30px 80px;
}

@media (max-width: 767px) {
  .faq-page .faq .inner {
    padding: 50px 30px 60px;
  }
}

@media (max-width: 413px) {
  .faq-page .faq .inner {
    padding: 50px 15px 60px;
  }
}

.faq-page .faq-contact {
  width: 340px;
  display: block;
  margin: 0 auto;
  color: #432020;
  font-family: dnp-shuei-mincho-pr6;
  border: 1px solid #432020;
  padding: 12px 0 12px 106px;
  position: relative;
  font-weight: bold;
}

.faq-page .faq-contact:hover{
  background:#9F8983;
}

@media (max-width: 413px) {
  .faq-page .faq-contact {
    width: 300px;
    padding: 12px 0 12px 100px;
  }
}

.faq-page .faq-contact .faq-contact-txt {
  position: relative;
}

.faq-page .faq-contact .faq-contact-txt:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #432020;
  top: 8px;
  right: -34px;
}

.faq-page .faq-contact .faq-contact-txt:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #432020;
  top: 5px;
  right: -35px;
  transform: rotate(45deg);
}

.faq-content {
  margin-bottom: 53px;
}

.faq-content .faq-ttl {
  background-color: #9f8983;
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6;
  padding: 3px 0 3px 30px;
  font-weight: normal;
  margin-bottom: 30px;
  position: relative;
}



@media (max-width: 767px) {
  .faq-content .faq-ttl {
    font-size: 2rem;
    line-height: 1.5;
    padding: 0 0 0 30px;
  }
}

.faq-content .faq-ttl:hover {
  cursor: pointer;
}

.faq-content .faq-ttl .faq-arrow:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
  transition: 0.3s;
}

.faq-content .faq-ttl .faq-arrow.open:after {
  transform: rotate(45deg);
  top: 45%;
  left: 12px;
}

.faq-content .faq-ttl .faq-q {
  background-color: #fdf5e8;
  padding: 4px 14px 4px 15px;
}

@media (max-width: 1023px) {
	.faq-content .faq-ttl:nth-of-type(5) .faq-q, .faq-content .faq-ttl:nth-of-type(6) .faq-q{
	 height: 65px;
    background-color: #fdf5e8;
    line-height: 1.4;
    display: inline-block;
    margin: -4px 0;
    padding: 5px 9px 4px 15px;
    width: 651px;
  }
}

@media (max-width: 767px) {
	.faq-content .faq-ttl:nth-of-type(5) .faq-q, .faq-content .faq-ttl:nth-of-type(6) .faq-q{
	 height: auto;
     margin: -1px 0;
    padding: 6px 14px 4px 15px;
    width: 294px;
  }
}

@media (max-width: 767px) {
  .faq-content .faq-ttl .faq-q {
    background-color: #fdf5e8;
    line-height: 1.4;
    display: inline-block;
    width: 294px;
    margin: -1px 0;
    padding: 6px 14px 4px 15px;
  }
}

@media (max-width: 413px) {
  .faq-content .faq-ttl .faq-q {
    width: 285px;
  }
}

@media (max-width: 413px) {
	.faq-content .faq-ttl:nth-of-type(5) .faq-q, .faq-content .faq-ttl:nth-of-type(6) .faq-q{
    width: 285px;
  }
}

.faq-content .faq-txt a {
  color: #005580;
  text-decoration: underline;
}

.faq-content .faq-txt {
  font-size: 1.4rem;
  line-height: 2;
  display: none;
  font-family: toppan-bunkyu-midashi-go;
  margin-bottom: 40px;
  transition: unset;
}

.faq-content .faq-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}

.faq-note {
  font-family: dnp-shuei-mincho-pr6;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .faq-note {
    line-height: 1.3;
  }
}

.lessonBanner .inner a:hover, .shopListBanner .inner a:hover{
  opacity:0.8;
}

.lessonBanner .inner {
  padding: 0 30px 80px;
}

.lessonBanner-box {
  background-image: url(/img/faq-img2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  color: #ffffff;
  font-weight: normal;
  display: block;
}

.lessonBanner-box .lessonBanner-ttl {
  font-size: 2.8rem;
  font-family: dnp-shuei-mincho-pr6;
  padding: 136.5px 0 136.5px 200px;
}

@media (max-width: 767px) {
  .lessonBanner-box .lessonBanner-ttl {
    padding: 136.5px 0 136.5px 10px;
  }
}

.column-page .header .inner {
  padding: 40px 30px 30px;
}

.column-page .header .h-ttl {
  font-size: 4.2rem;
}

@media (max-width: 767px) {
  .column-page .header .h-ttl {
    font-size: 4rem;
  }
}

@media (max-width: 413px) {
  .column-page .header .h-ttl {
    font-size: 3rem;
  }
}

.column-page .header .hamburger.fix {
  top: 25px;
}

@media (max-width: 413px) {
  .column-page .header .hamburger.fix {
    right: 30px;
    top: 20px;
  }
}

.column-page .mv {
  position: relative;
}

.column-page .mv .mv-img {
  height: 400px;
  background-image: url(/img/column-img7.png);
}

@media (max-width: 413px) {
  .column-page .mv .mv-img {
    height: 300px;
  }
}

.column-page .mv .sec-ttl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .column-page .mv .sec-ttl-box {
    top: 48%;
  }
}

@media (max-width: 413px) {
  .column-page .mv .sec-ttl-box {
    top: 45%;
  }
}

.column-page .mv .sec-ttl-box .sec-ttl {
  font-size: 2.8rem;
  margin-bottom: 13px;
  font-weight: normal;
}

@media (max-width: 413px) {
  .column-page .mv .sec-ttl-box .sec-ttl {
    font-size: 2.6rem;
  }
}

.column-page .mv .sec-ttl-box .sec-ttl-sub {
  font-size: 1.8rem;
  font-family: toppan-bunkyu-midashi-go;
}

@media (max-width: 413px) {
  .column-page .mv .sec-ttl-box .sec-ttl-sub {
    font-size: 1.7rem;
  }
}

.column-page .footer {
  height: 470px;
}

@media (max-width: 767px) {
  .column-page .footer {
    height: 500px;
  }
}

.column-page .f-bottom {
  height: 70px;
  background-color: #432020;
}

.column-page .lessonBanner-box {
  background-image: url(/img/top-img20_small.jpg);
}

@media (max-width: 1023px) {
  .column-page .lessonBanner-box .lessonBanner-ttl {
    padding: 136.5px 0 136.5px 100px;
  }
}

@media (max-width: 767px) {
  .column-page .lessonBanner-box .lessonBanner-ttl {
    padding: 113.5px 0 136.5px 50px;
    line-height: 1.3;
  }
}

.cLesson .inner {
  padding: 80px 30px 40px;
}

@media (max-width: 767px) {
  .cLesson .inner {
    padding: 60px 30px 20px;
  }
}

@media (max-width: 413px) {
  .cLesson .inner {
    padding: 60px 15px 20px;
  }
}

@media (max-width: 1023px) {
  .cLesson .sec-ttl2 {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .cLesson .sec-ttl2 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}

@media (max-width: 413px) {
  .cLesson .sec-ttl2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 1090px) {
  .cLesson .sec-ttl2:after {
    width: 22%;
  }
}

@media (max-width: 1023px) {
  .cLesson .sec-ttl2:after {
    width: 18%;
  }
}

@media (max-width: 767px) {
  .cLesson .sec-ttl2:after {
    top: 33px;
    width: 17%;
  }
}

@media (max-width: 413px) {
  .cLesson .sec-ttl2:after {
    top: 30px;
  }
}

@media (max-width: 1090px) {
  .cLesson .sec-ttl2:before {
    width: 22%;
  }
}

@media (max-width: 1023px) {
  .cLesson .sec-ttl2:before {
    width: 18%;
  }
}

@media (max-width: 767px) {
  .cLesson .sec-ttl2:before {
    top: 33px;
    width: 17%;
  }
}

@media (max-width: 413px) {
  .cLesson .sec-ttl2:before {
    top: 30px;
  }
}

.cLesson-content .cLesson-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .cLesson-content .cLesson-flex {
    display: block;
  }
}

.cLesson-content .cLesson-flex.cLesson-flex2 {
  flex-direction: row-reverse;
}

.cLesson-content .cLesson-left {
  width: 58.716%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .cLesson-content .cLesson-left {
    width: 100%;
  }
}

.cLesson-content .cLesson-right {
  padding: 48px 50px 0;
}

@media (max-width: 1120px) {
  .cLesson-content .cLesson-right {
    padding: 30px;
  }
}

@media (max-width: 1023px) {
  .cLesson-content .cLesson-right {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .cLesson-content .cLesson-right {
    padding: 20px;
  }
}

.cLesson-content .cLesson-right .cLesson-right-ttl {
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6;
  margin-bottom: 30px;
  font-weight: normal;
  color: #592e15;
}

@media (max-width: 1023px) {
  .cLesson-content .cLesson-right .cLesson-right-ttl {
    line-height: 1.2;
    font-size: 2.2rem;
  }
}

.cLesson-content .cLesson-right .cLesson-right-ttl .sm {
  font-size: 1.8rem;
  text-align: right;
  display: inline-block;
  margin-left: 12px;
}

.cLesson-content .cLesson-right .cLesson-right-txt {
  font-size: 1.2rem;
  line-height: 1.8;
}

.cLesson-content .cLesson-right .cLesson-right-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}

.cLesson-content .cLesson-right .cLesson-right-txt .toAbout {
  text-decoration: underline;
  color: #432020;
  font-weight: bold;
}

.cLesson-content .cLesson-right.cLesson-right2 {
  background-color: #fff;
}

@media (max-width: 1023px) {
  .cLesson-content .cLesson-right.cLesson-right2 {
    padding: 30px;
  }
}

.cLesson-content .cLesson-ttl2 {
  background-color: #9f8983;
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6;
  padding: 3px 0 3px 30px;
  font-weight: normal;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cLesson-content .cLesson-ttl2 {
    font-size: 2.2rem;
  }
}

.cLesson-content .cLesson-ttl2 .add {
  background-color: #fdf5e8;
  padding: 4px 14px 4px 15px;
}

.cLesson-content .cLesson-txt {
  font-size: 1.4rem;
  line-height: 2;
  font-family: toppan-bunkyu-midashi-go;
  margin-bottom: 40px;
}

.cLesson-content .cLesson-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}

@media (max-width: 767px) {
  .cLesson-content .cLesson-txt .br-pc {
    display: none;
  }
}

.cApply .inner {
  padding: 0px 30px 40px;
}

@media (max-width: 767px) {
  .cApply .inner {
    padding: 0px 30px 20px;
  }
}

@media (max-width: 413px) {
  .cApply .inner {
    padding: 0px 15px 20px;
  }
}

@media (max-width: 1023px) {
  .cApply .sec-ttl2 {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .cApply .sec-ttl2 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}

@media (max-width: 413px) {
  .cApply .sec-ttl2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 1023px) {
  .cApply .sec-ttl2:after {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .cApply .sec-ttl2:after {
    top: 33px;
    width: 24%;
  }
}

@media (max-width: 413px) {
  .cApply .sec-ttl2:after {
    top: 30px;
  }
}

@media (max-width: 1023px) {
  .cApply .sec-ttl2:before {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .cApply .sec-ttl2:before {
    top: 33px;
    width: 24%;
  }
}

@media (max-width: 413px) {
  .cApply .sec-ttl2:before {
    top: 30px;
  }
}

.cApply-content .cApply-toForm {
  background-color: #9f8983;
  padding: 30px;
  margin-bottom: 40px;
}

.cApply-content .cApply-toForm .cApply-toForm-txt {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 30px;
}

.cApply-content .cApply-toForm .cApply-toForm-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

.cApply-content .cApply-toForm .cApply-toForm-btn {
  width: 340px;
  display: block;
  margin: 0 auto;
  color: #432020;
  font-family: dnp-shuei-mincho-pr6;
  border: 1px solid #432020;
  padding: 12px 0;
  position: relative;
  font-weight: bold;
  text-align: center;
  background-color: #fdf5e8;
}

.cApply-content .cApply-toForm .cApply-toForm-btn:hover{
  background-color:#9f8983;
}

@media (max-width: 767px) {
  .cApply-content .cApply-toForm .cApply-toForm-btn {
    width: 100%;
  }
}

.cApply-content .cApply-toForm .cApply-toForm-btn:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #432020;
  top: 20px;
  right: 65px;
}

@media (max-width: 413px) {
  .cApply-content .cApply-toForm .cApply-toForm-btn:before {
    right: 60px;
  }
}

.cApply-content .cApply-toForm .cApply-toForm-btn:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #432020;
  top: 17px;
  right: 65px;
  transform: rotate(45deg);
}

@media (max-width: 413px) {
  .cApply-content .cApply-toForm .cApply-toForm-btn:after {
    right: 59px;
  }
}

.cApply-content .cApply-ttl2 {
  background-color: #9f8983;
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6;
  padding: 3px 0 3px 30px;
  font-weight: normal;
  margin-bottom: 30px;
}

.cApply-content .cApply-ttl2 .add {
  background-color: #fdf5e8;
  padding: 4px 14px 4px 15px;
}

.cApply-content .cApply-txt {
  font-size: 1.4rem;
  line-height: 2;
  font-family: toppan-bunkyu-midashi-go;
  margin-bottom: 40px;
}

.cApply-content .cApply-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}

.cApply-content .cApply-txt .cApply-map {
  color: #432020;
}

.cInterview .inner {
  padding: 0px 30px 40px;
}

@media (max-width: 767px) {
  .cInterview .inner {
    padding: 0px 30px 20px;
  }
}

@media (max-width: 413px) {
  .cInterview .inner {
    padding: 0px 15px 20px;
  }
}

@media (max-width: 1023px) {
  .cInterview .sec-ttl2 {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .cInterview .sec-ttl2 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}

@media (max-width: 413px) {
  .cInterview .sec-ttl2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 1023px) {
  .cInterview .sec-ttl2:after {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .cInterview .sec-ttl2:after {
    top: 33px;
    width: 24%;
  }
}

@media (max-width: 413px) {
  .cInterview .sec-ttl2:after {
    top: 30px;
  }
}

@media (max-width: 1023px) {
  .cInterview .sec-ttl2:before {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .cInterview .sec-ttl2:before {
    top: 33px;
    width: 24%;
  }
}

@media (max-width: 413px) {
  .cInterview .sec-ttl2:before {
    top: 30px;
  }
}

.cInterview .cInterview-ttl-box {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #fff;
  padding: 30px 0 30px 30px;
}

@media (max-width: 1023px) {
  .cInterview .cInterview-ttl-box {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .cInterview .cInterview-ttl-box {
    display: block;
  }
}

.cInterview .cInterview-ttl {
  width: 20%;
  font-size: 3.2rem;
  font-family: dnp-shuei-mincho-pr6;
}

@media (max-width: 1060px) {
  .cInterview .cInterview-ttl {
    font-size: 3rem;
  }
}

@media (max-width: 1023px) {
  .cInterview .cInterview-ttl {
    font-size: 2.5rem;
    width: 30%;
  }
}

@media (max-width: 767px) {
  .cInterview .cInterview-ttl {
    font-size: 2.2rem;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.cInterview .cInterview-lead-box {
  flex-grow: 1;
  padding: 20px 0 18px 25px;
  border-left: 2px solid #592e15;
}

@media (max-width: 1023px) {
  .cInterview .cInterview-lead-box {
    padding: 20px 0px 18px 20px;
  }
}

@media (max-width: 767px) {
  .cInterview .cInterview-lead-box {
    padding: 15px 0px 13px 20px;
  }
}

.cInterview .cInterview-lead-box .cInterview-lead {
  font-size: 1.8rem;
  font-family: dnp-shuei-mincho-pr6;
  font-weight: normal;
  line-height: 2;
}

.cInterview .cInterview-lead-box .cInterview-lead::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}

@media (max-width: 767px) {
  .cInterview .cInterview-lead-box .cInterview-lead {
    font-size: 1.6rem;
  }
}

.cInterview .cInterview-img {
  margin-bottom: 30px;
}

.cInterview-content .cInterview-ttl2 {
  background-color: #9f8983;
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6;
  padding: 3px 0 3px 30px;
  font-weight: normal;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cInterview-content .cInterview-ttl2 {
    font-size: 2.2rem;
    line-height: 1.5;
    padding: 0 0 0 30px;
  }
}

@media (max-width: 413px) {
  .cInterview-content .cInterview-ttl2 {
    font-size: 2rem;
  }
}

.cInterview-content .cInterview-ttl2 .add {
  background-color: #fdf5e8;
  padding: 4px 14px 4px 15px;
}

@media (max-width: 767px) {
  .cInterview-content .cInterview-ttl2 .add {
    display: inline-block;
    width: 294px;
    height: 65px;
    margin: -1px 0;
  }
}

@media (max-width: 413px) {
  .cInterview-content .cInterview-ttl2 .add {
    width: 285px;
  }
}

.cInterview-content .cInterview-txt {
  font-size: 1.4rem;
  line-height: 2;
  font-family: toppan-bunkyu-midashi-go;
  margin-bottom: 40px;
}

.cInterview-content .cInterview-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}

.cInterview-content .cInterview-txt .cInterview-map {
  color: #432020;
}

@media (max-width: 767px) {
  .cInterview-content .cInterview-txt .br-pc1 {
    display: none;
  }
}

@media (max-width: 767px) {
  .cInterview-content .cInterview-txt .br-pc2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .cInterview-content .cInterview-txt .br-pc3 {
    display: none;
  }
}

.contact .submit_button_01 {
  padding: 0;
}

.submit_button_01 input[type="submit"] {
  width: 100%;
  padding: 2px 0;
  color: #432020;
  font-weight: bold;
  font-size:1.8rem;
  border:0;
	font-family: dnp-shuei-mincho-pr6;
	text-align: left;
   padding-left: 68px;
	transition: all 0.3s;
}

.submit_button_01 input[type="submit"]:hover{
  background:#9f8983;
	cursor: pointer;
}

div.wpcf7 .ajax-loader {
  display: none;
}

@media (max-width: 413px) {
  .header .inner {
    padding:10px 10px 10px !important;
  }
}
/* 記事のリンク */
.entry-content a{
    color: #000000;
}
.page-default article {
    margin-top: 100px;
}


/*
ラベル

フォーム要素で利用するラベル要素です。

ex [お問い合わせページ　ラベル部分](http://demo3.ec-cube.net/contact)

Markup:
.ec-borderedDefs
  dl
    dt
      label.ec-label お名前
    dd
      .ec-input
        input(type="text")

Styleguide 3.3.1
*/
.ec-label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px; }
/*
必須ラベル

必須文字を表示するラベル要素です。

ex [お問い合わせページ　必須ラベル部分](http://demo3.ec-cube.net/contact)


Markup:
.ec-borderedDefs
  dl
    dt
      label.ec-label お名前
        span.ec-required 必須
    dd
      .ec-input
        input(type="text")

Styleguide 3.3.2
*/

