@charset "UTF-8";
/*!
 * ress.css ・v1.2.2.
 * MIT License
 * github.com/filipelinhares/ress
 */
 /* # =================================================================
   # ホワイトデー
   # ================================================================= */


.btn_pagetop {
  position: fixed;
  bottom: 10px;
  right: 14px;
  z-index: 1000;
  width: 107px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_pagetop a,
.btn_pagetop a:link,
.btn_pagetop a:visited {
  color: #8d5628;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .btn_pagetop a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.btn_pagetop.active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .btn_pagetop {
    bottom: 2.6666666667vw;
    right: 0;
    width: 21.6vw;
  }
}



.flexbox {
display: flex;
flex-wrap: wrap;
justify-content:center;
 }
 
 .wd-ttl01,
 .point__ttl {
 font-family: YuMincho, "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "serif";
 text-align: center;
 font-size: 2.8em;
 line-height: 1.5;
 font-weight: bold;
 }
.wd-ttl02 {
    font-family: YuMincho, "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: center;
    font-size: 2.8em;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 51px;
}
 
  .point__ttl {
   font-size: 1.6em;
   margin-bottom: 10px;
  }
 
 .point_wrap {
 border: #8d5628 solid 1px;
 border-radius: 5px;
 max-width: 920px;
 margin: 0 auto 30px;
 padding: 0 30px 15px;
 position: relative;
 }
 
 .point_wrap::before {
background-color: #faefe5;
color: #8d5628;
content: " おすすめポイント ";
left: 37%;
padding: 3px 10px;
position: relative;
top: -20px;
font-size: 1.7em;
font-family: YuMincho, "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: bold;
}
 
  .point_wrap ul li {
  line-height: 0.8;
  padding: 8px 10px 15px 0;
  list-style-type: none!important;
  width: 45%;
  font-size: 1.2em;
}

  .point_wrap ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  /*position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #8d5628;/*アイコン色*/
  margin-right: 10px;
}

.point_wrap .ic-img {
  position: absolute;
  display: inline-block;
  top: -94px;
  right: -35px;
  width: 190px;
  z-index: 99;
}

.point_wrap .anime-yoko {
  animation: pikopiko 1s steps(2, start) infinite;
  animation-iteration-count: 8;
  animation-fill-mode: both;
}

@keyframes pikopiko {
  0% {
    transform: rotate(-15deg);
  }
  to {
    transform: rotate(15deg);
  }
}

 /* .cmt {
 margin: 10px 0 0;
 color: #958888;
 display: flex;
 }*/
 
 .cmt,
 .cmt_swip{
 color: #958888;
 }
 
 .cmt_iconM {
  background: url("../img/ic_cmt_M.png") no-repeat left bottom / 17% auto;
 }
 .cmt_iconF {
  background: url("../img/ic_cmt_F.png") no-repeat left bottom / 17% auto;
 }
 
 .cmt_iconM_swip {
  background: url("../img/ic_cmt_M.png") no-repeat left center / 26% auto;
 }
 .cmt_iconF_swip {
  background: url("../img/ic_cmt_F.png") no-repeat left center / 25% auto;
 }
 
 .cmt {
 margin-top: 15px;
 }
 
  .cmt span {
  display: inline-block;
  margin: 7px 0 10px 85px;
  line-height: 1.3;
  }
 
 .cmt_swip {
 margin: 15px 0 0 5px;
 font-size: 0.85em;
 }
 
 .cmt_swip span {
  display: inline-block;
  margin: 7px 0 8px 80px;
  line-height: 1.3;
 }
 
 
 @media (max-width: 767px) {
/* ここに画面サイズ768px以下に適用するスタイルを記述 */
 .wd-ttl01,
 .wd-ttl02,
 .point__ttl {
 font-size:1.5em;
 line-height: 1.4;
 }

  .point_wrap ul li {
  width: 100%;
  font-size:1.0em;
}

.point_wrap .ic-img {
  position: absolute;
  display: inline-block;
  top: 170px;
  right: 0;
  width: 240px;
  z-index: 99;
}

 .cmt_iconM_swip {
  background: none;
 }
 .cmt_iconF_swip {
  background: none;
 }
 
 .cmt_swip span {
  display: inline-block;
  margin: 10px 0;
  line-height: 1.3;
 }
 
.cmt_swip .voice-title {
margin:0;
text-align: center;
}
 
.cmt span {
  display: inline-block;
  margin: 8px 0 0 100px;
  }
  
.point_wrap::before {
left: 30%;
padding: 3px 10px;
position: relative;
top: -25px;
font-size: 1.1em;
}


}

@media (max-width: 500px) {
/* ここに画面サイズ480px以下に適用するスタイルを記述 */
 .flexbox {
 display: block;
 margin-top: -30px;
  }
  
 .wd-ttl01,
 .wd-ttl02,
 .point__ttl {
 font-size:1.9em;
 }
 
 .point_wrap {
 padding:15px 20px!important;
 position: relative!important;
  }
.point_wrap ul li {
  width: 100%;
  font-size:1.0em;
	}
.point_wrap .ic-img {
  position: absolute;
  display: inline-block;
  top: 120px;
  right: -8px;
  width: 160px;
  z-index: 99;
}

.point_wrap .anime-yoko {
  animation: pikopiko 1s steps(2, start) infinite;
  animation-iteration-count: 4;
  animation-fill-mode: both;
}
.point__ttl {
   margin-bottom: 3px;
  }
  
.point_wrap::before {
left: 25%;
padding: 3px 10px;
position: relative;
top: -30px;
font-size: 1.2em;
}
  
 .cmt_iconM {
 background: url("../img/ic_cmt_M.png") no-repeat left / 23% auto;
 }
 .cmt_iconF {
 background: url("../img/ic_cmt_F.png") no-repeat left / 23% auto;
 }
 
 .cmt_iconM_swip {
  background: none;
 }
 .cmt_iconF_swip {
  background: none;
 }
 
 .cmt_swip span {
  display: inline-block;
  margin: 10px 0;
  line-height: 1.3;
 }
 
.cmt_swip .voice-title {
margin:0;
text-align: center;
}
 
.cmt span {
  display: inline-block;
  margin: 8px 0 0 80px;
  }

.tex-area {
flex-direction: column;
}

.cmt_swip {
margin: 15px 0 0;
order: 3;
}

}
 
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

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

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

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

/* pc-sp */
.switch--sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .switch--sp {
    display: block !important;
    margin: 0 auto;
  }
}

.switch--pc {
  display: block !important;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .switch--pc {
    display: none !important;
  }
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  color: #8d5628;
  font-size: 14px;
  line-height: 1.7142857143;
  padding-top: 67.5%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    padding-top: 120%;
  }
}

.bottom-space{
	margin-top: 70px;
	text-align: center;
}
.bottom-space .en img{
	display: inline-block;
	width: 100%;
}
.bottom-space .en {
    width: 390px !important;
}

@media screen and (max-width: 767px) {
.bottom-space .en img {
    display: inline-block;
    width: 80%;
}
	 .attention__ttl .jp {
        margin-top: 3.5vw;
        font-size: 13px;
    }
	.bottom-space {
    margin-top: 44px;
    text-align: center;
}

.point_wrap ul li {
    line-height: 0.4;
    padding: 8px 10px 15px 0;
    list-style-type: none !important;
}
	.flexbox {
        display: block;
        margin-top: -18px;
    }
	.lineup__detail:nth-of-type(2) {
        margin-top: 7.4vw!important;
    }
	.bottom-space .en-2 img {
    display: inline-block;
    width: 67%;
}
	   .point_wrap .ic-img {
        position: absolute;
        display: inline-block;
        top: 92px;
        right: -8px;
        width: 160px;
        z-index: 99;
    }

}


img {
  max-width: 100%;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}

.pt-btn {
  height: 40px;
}
.pt-btn a,
.pt-btn a:link,
.pt-btn a:visited {
  color: #8d5628;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .pt-btn a:hover {
    color: #fff;
    text-decoration: none;
  }
}
.pt-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 16px;
  letter-spacing: 0.16em;
  border: 1px solid #8d5628;
  background: #fff;
  border-radius: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pt-btn a:hover {
  color: #fff;
  background: #8d5628;
  border: #fff 1px solid;
}
@media screen and (max-width: 767px) {
  .pt-btn {
    height: 10.6666666667vw;
  }
  .pt-btn a {
    font-size: 4.2666666667vw;
    border-width: 0.2666666667vw;
  }
}

.mv {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.mv__img {
  position: relative;
}
.mv__img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 1.1s cubic-bezier(0.5, 0, 0.75, 0);
  transition: opacity 1.1s cubic-bezier(0.5, 0, 0.75, 0);
  opacity: 0;
}
.mv__img.show:before {
  opacity: 1;
}
.mv__img img {
  width: 100%;
}
.mv__logo {
  position: absolute;
  top: calc(50% - 18px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 717px;
  width: 59.75%;
}
@media screen and (max-width: 767px) {
  .mv__logo {
    top: calc(50% - 2.8vw);
    width: 95.8666666667vw;
  }
}

#maincontents {
  margin-top: -60px;
  border-radius: 60px 60px 0 0;
  background: url(../img/bg.png) repeat-y center;
  background-size: 100% auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #maincontents {
    margin-top: -35vw;
    border-radius: 6.4vw 6.4vw 0 0;
    background-image: url(../img/bg_sp.png);
  }
}

.lineup__ttl {
  padding-top: 85px;
  position: relative;
}
.lineup__ttl .deco {
  position: absolute;
  top: -92px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 322px;
}
.lineup__ttl .ttl {
  width: 493px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lineup__ttl {
    padding-top: 14vw;
  }
  .lineup__ttl .deco {
    top: -15.4666666667vw;
    width: 55.7333333333vw;
  }
  .lineup__ttl .ttl {
    width: 80.1333333333vw;
  }
}
.lineup__detail {
  margin-top: 50px;
}
.lineup__detail:nth-of-type(2) {
    margin-top: 38px;
}
.lineup__detail__wide {
  padding: 0 40px;
}
.lineup__detail__wide .inner {
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.lineup__detail__wide .soldout,
.swiper-slide  .soldout,
.ranking__detail__first  .soldout,
.ranking__detail__list__item .soldout {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}
.lineup__detail__wide .soldout:before,
.swiper-slide  .soldout:before,
.ranking__detail__first  .soldout:before,
.ranking__detail__list__item .soldout:before {
  content: "";
  display: block;
  background: url(../img/ic_soldout.png) no-repeat;
  background-size: 100% auto;
  width: 84px;
  height: 72px;
  margin-bottom: 7px;
}
.lineup__detail__wide .soldout .en,
.swiper-slide .soldout .en,
.ranking__detail__first  .soldout .en,
.ranking__detail__list__item .soldout .en {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.lineup__detail__wide .soldout .jp,
.swiper-slide .soldout .jp,
.ranking__detail__first  .soldout .jp,
.ranking__detail__list__item .soldout .jp {
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.lineup__detail__wide .img {
  width: 47.8723404255%;
  border-radius: 10px;
  overflow: hidden;
}
.lineup__detail__wide .txt-area {
  width: 52.1276595745%;
  padding: 0 0 0 40px;
  position: relative;
}
.lineup__detail__wide .txt-area .ic {
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
}
.lineup__detail__wide .txt-area .ttl {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 95px;
}
.lineup__detail__wide .txt-area .ttl .en {
  font-family: "Noto Serif JP", serif;
}
.lineup__detail__wide .txt-area .ttl .jp {
  margin-top: 8px;
}
.lineup__detail__wide .txt-area .price {
  margin-top: 8px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.frozen,
.chilled {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.3em;
  line-height: 1;
  color: #fff;
  background: #5b8db5;
  border-radius: 2px;
  padding: 3px 6px 4px 10px;
}

.chilled {
  background: #4d4d4d;
}

.lineup__detail__wide .txt-area .txt {
  max-width: 420px;
  margin-top: 22px;
  letter-spacing: 0.05em;
}
.lineup__detail__wide .txt-area .btn {
  margin-top: 18px;
  width: 270px;
}
.lineup__detail__slide {
  margin-top: 50px;
}
.lineup__detail__slide .swiper-slide {
  width: 320px;
  height: auto;
  position: relative;
}
.lineup__detail__slide .swiper-slide .ic {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  z-index: 2;
}
.lineup__detail__slide .swiper-slide .ic.soldout:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
}
.lineup__detail__slide .swiper-slide .inner {
  margin-top: 10px;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.lineup__detail__slide .swiper-slide .inner .soldout {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lineup__detail__slide .swiper-slide .inner .soldout:before {
  content: "";
  display: block;
  background: url(../img/ic_soldout.png) no-repeat;
  background-size: 100% auto;
  width: 84px;
  height: 72px;
  margin-bottom: 7px;
}
.lineup__detail__slide .swiper-slide .inner .soldout .en {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.lineup__detail__slide .swiper-slide .inner .soldout .jp {
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.lineup__detail__slide .swiper-slide .txt-area {
  padding: 14px 12px 25px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.lineup__detail__slide .swiper-slide .txt-area .ttl {
  letter-spacing: 0.05em;
  font-weight: 700;
}
.lineup__detail__slide .swiper-slide .txt-area .ttl .en {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 1.6;
}
.lineup__detail__slide .swiper-slide .txt-area .ttl .jp {
  font-size: 14px;
  line-height: 1.7142857143;
}
.lineup__detail__slide .swiper-slide .txt-area .price {
  margin-bottom: 5px;
}
.frozen,
.chilled {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.3em;
  line-height: 1;
  color: #fff;
  background: #5b8db5;
  border-radius: 2px;
  padding: 3px 6px 4px 10px;
}
.chilled {
  background: #4d4d4d;
}

.lineup__detail__slide .swiper-slide .txt-area .btn {
  margin-top: auto;
}
.lineup__detail__slide .swiper-button-prev,
.lineup__detail__slide .swiper-button-next {
  top: calc(50% - 75px);
  background: url(../img/arrow.png) no-repeat;
  background-size: 100% auto;
  margin-top: 0;
  width: 88px;
  height: 86px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lineup__detail__slide .swiper-button-prev:hover,
.lineup__detail__slide .swiper-button-next:hover {
  opacity: 0.7;
}
.lineup__detail__slide .swiper-button-prev {
  left: 57px;
}
.lineup__detail__slide .swiper-button-next {
  right: 57px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.lineup__detail__slide .swiper-pagination {
  margin-top: 40px;
  position: static;
}
.lineup__detail__slide .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 7px !important;
  opacity: 0.3;
  background: #a37b48;
}
.lineup__detail__slide .swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .lineup__detail__wide .txt-area .ic {
    width: 75px;
  }
}
@media screen and (max-width: 767px) {
  .lineup__detail {
    margin-top: 10.5333333333vw;
  }
  .lineup__detail:nth-of-type(2) {
    margin-top: 14.4vw;
  }
  .lineup__detail__wide {
    width: 90.6666666667vw;
    margin: 0 auto;
    padding: 0;
  }
  .lineup__detail__wide .inner {
    display: block;
    border-radius: 2.6666666667vw;
    padding: 4vw 4vw 6.6666666667vw;
  }
  .lineup__detail__wide .soldout {
    padding-bottom: 2.8vw;
  }
  .lineup__detail__wide .soldout:before {
    width: 21.6vw;
    height: 17.6vw;
    margin-bottom: 3.3333333333vw;
  }
  .lineup__detail__wide .soldout .en {
    font-size: 6.4vw;
  }
  .lineup__detail__wide .soldout .jp {
    margin-top: 2.9333333333vw;
    font-size: 3.7333333333vw;
  }
  .lineup__detail__wide .img {
    width: 100%;
    border-radius: 1.3333333333vw;
  }
  .lineup__detail__wide .txt-area {
    width: 100%;
    margin-top: 5.3333333333vw;
    padding: 0;
  }
  .lineup__detail__wide .txt-area .ic {
    top: -13.3333333333vw;
    right: -2vw;
    width: 20.3333333333vw;
  }
  .lineup__detail__wide .txt-area .ttl {
    padding-right: 0;
  }
  .lineup__detail__wide .txt-area .ttl .en {
    font-size: 4vw;
  }
  .lineup__detail__wide .txt-area .ttl .jp {
    margin-top: 1.8666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
  }
  .lineup__detail__wide .txt-area .price {
    margin-top: 1.6vw;
    font-size: 3.7333333333vw;
  }
  .lineup__detail__wide .txt-area .price .frozen,
  .lineup__detail__wide .txt-area .price .chilled {
    font-size: 3.4666666667vw;
    border-radius: 0.5333333333vw;
    padding: 0.8vw 1.4666666667vw 1.0666666667vw 2.8vw;
  }
  .lineup__detail__wide .txt-area .txt {
    max-width: 100%;
    margin-top: 4.6666666667vw;
    letter-spacing: 0;
  }
  .lineup__detail__wide .txt-area .btn {
    margin-top: 5.2vw;
    width: 100%;
  }
  .lineup__detail__slide {
    margin-top: 9.3333333333vw;
  }
  .lineup__detail__slide .swiper-slide {
    width: 53.3333333333vw;
  }
  .lineup__detail__slide .swiper-slide .ic {
    right: -1.3333333333vw;
    width: 12.6666666667vw;
  }
  .lineup__detail__slide .swiper-slide .ic.soldout:before {
    border-radius: 0.5333333333vw;
  }
  .lineup__detail__slide .swiper-slide .inner {
    margin-top: 4.2666666667vw;
    border-radius: 2.6666666667vw;
  }
  .lineup__detail__slide .swiper-slide .inner .soldout {
    padding-bottom: 0;
  }
  .lineup__detail__slide .swiper-slide .inner .soldout:before {
    width: 21.6vw;
    height: 17.6vw;
    margin-bottom: 4.1333333333vw;
  }
  .lineup__detail__slide .swiper-slide .inner .soldout .en {
    font-size: 5.3333333333vw;
  }
  .lineup__detail__slide .swiper-slide .inner .soldout .jp {
    margin-top: 2.9333333333vw;
    font-size: 3.7333333333vw;
  }
  .lineup__detail__slide .swiper-slide .txt-area {
    padding: 3.4666666667vw 4vw 4vw;
  }
  .lineup__detail__slide .swiper-slide .txt-area .ttl .en {
    font-size: 3.0vw;
    line-height: 1.3846153846;
  }
  .lineup__detail__slide .swiper-slide .txt-area .ttl .jp {
    margin-top: 1.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    font-weight: 500;
  }
  .lineup__detail__slide .swiper-slide .txt-area .price {
    margin-bottom: 0;
  }
  .lineup__detail__slide .swiper-slide .txt-area .price .frozen,
  .lineup__detail__slide .swiper-slide .txt-area .price .chilled {
    margin-top: 2.1333333333vw;
    font-size: 3.4666666667vw;
    border-radius: 0.5333333333vw;
    padding: 0.8vw 1.4666666667vw 1.0666666667vw 2.8vw;
  }
  .lineup__detail__slide .swiper-slide .txt-area .btn {
    height: 8vw;
  }
  .lineup__detail__slide .swiper-slide .txt-area .btn a {
    font-size: 3.4666666667vw;
  }
  .lineup__detail__slide .swiper-button-prev,
  .lineup__detail__slide .swiper-button-next {
    top: calc(50% - 10.9333333333vw);
    width: 13.6vw;
    height: 13.3333333333vw;
  }
  .lineup__detail__slide .swiper-button-prev {
    left: 3.0666666667vw;
  }
  .lineup__detail__slide .swiper-button-next {
    right: 3.0666666667vw;
  }
  .lineup__detail__slide .swiper-pagination {
    margin-top: 9.8666666667vw;
  }
  .lineup__detail__slide .swiper-pagination-bullet {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin: 0 2vw !important;
  }
}

.ranking {
  margin-top: 0px;
  padding: 0 40px 37px;
  border-radius: 60px 60px 0 0;
  background: #fff;
  position: relative;
}
.ranking:before {
  position: absolute;
  content: "";
  top: -46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.ranking:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px 60px 0 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .ranking {
    margin-top: 27.7333333333vw;
    padding: 0 0 13.4666666667vw;
    border-radius: 8vw 8vw 0 0;
  }
  .ranking:before {
    top: -9.3333333333vw;
    width: 20vw;
    height: 20vw;
    -webkit-box-shadow: 0 0 1.3333333333vw 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1.3333333333vw 0 rgba(0, 0, 0, 0.2);
  }
  .ranking:after {
    border-radius: 8vw 8vw 0 0;
    -webkit-box-shadow: 0 0 1.3333333333vw 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1.3333333333vw 0 rgba(0, 0, 0, 0.2);
  }
}
.ranking__inner {
  max-width: 860px;
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ranking__inner {
    max-width: 100%;
    width: 86.6666666667vw;
    padding-top: 10vw;
  }
}
.ranking__ttl {
  position: relative;
}
.ranking__ttl:before {
  position: absolute;
  content: "";
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/ic_crown.svg) no-repeat;
  background-size: 100% auto;
  width: 53px;
  height: 55px;
}
.ranking__ttl .en {
  width: 444px;
  margin: 0 auto;
}
.ranking__ttl .jp {
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ranking__ttl:before {
    top: -17.4666666667vw;
    width: 10.6666666667vw;
    height: 10.9333333333vw;
  }
  .ranking__ttl .en {
    width: 59.0666666667vw;
  }
  .ranking__ttl .jp {
    margin-top: 2.9333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
  }
}
.ranking__detail {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ranking__detail__first {
  width: 41.8604651163%;
}
.ranking__detail__first a,
.ranking__detail__first a:link,
.ranking__detail__first a:visited {
  color: #8d5628;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .ranking__detail__first a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.ranking__detail__first a {
  display: block;
}
.ranking__detail__first .item-img {
  border: 10px solid #fff;
  position: relative;
}
.ranking__detail__first .item-img:before {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 2px solid #b1935f;
  pointer-events: none;
}
.ranking__detail__first .item-img .ic {
  position: absolute;
  top: -19px;
  left: -1px;
  width: 65px;
  z-index: 99;
}
.ranking__detail__first .item-txt {
  margin-top: 16px;
  padding: 0 9px;
}
.ranking__detail__first .item-txt .ttl {
  line-height: 1.4285714286;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.ranking__detail__first .item-txt .txt {
  margin-top: 10px;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
.ranking__detail__list {
  width: 52.3255813953%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ranking__detail__list__item {
  width: 44.4444444444%;
}
.ranking__detail__list__item a,
.ranking__detail__list__item a:link,
.ranking__detail__list__item a:visited {
  color: #8d5628;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .ranking__detail__list__item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.ranking__detail__list__item:not(:nth-child(-n+2)) {
  margin-top: 24px;
}
.ranking__detail__list__item a {
  display: block;
}
.ranking__detail__list__item .img {
  border: 10px solid #fff;
  position: relative;
}
.ranking__detail__list__item .img:before {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 2px solid #b1935f;
  pointer-events: none;
}
.ranking__detail__list__item .img .ic {
  position: absolute;
  top: -17px;
  left: -3px;
  width: 45px;
  z-index: 99;
}
.ranking__detail__list__item .img .new {
  position: absolute;
  bottom: 9px;
  right: 7px;
  width: 51px;
}
.ranking__detail__list__item .ttl {
  margin-top: 7px;
  padding: 0 9px;
  line-height: 1.8571428571;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ranking__detail {
    margin-top: 7.6vw;
  }
  .ranking__detail__first {
    width: 100%;
  }
  .ranking__detail__first .item-img {
    border-width: 2.6666666667vw;
  }
  .ranking__detail__first .item-img:before {
    top: -2.6666666667vw;
    left: -2.6666666667vw;
    width: calc(100% + 5.3333333333vw);
    height: calc(100% + 5.3333333333vw);
    border-width: 0.2666666667vw;
  }
  .ranking__detail__first .item-img .ic {
    top: -4.8vw;
    left: 0.5333333333vw;
    width: 14.6666666667vw;
	z-index: 99;
  }
  .ranking__detail__first .item-txt {
    margin-top: 5.8666666667vw;
    padding: 0 2.6666666667vw;
  }
  .ranking__detail__first .item-txt .ttl {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
  .ranking__detail__first .item-txt .txt {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
  .ranking__detail__list {
    width: 100%;
    margin-top: 10.1333333333vw;
  }
  .ranking__detail__list__item {
    width: 40vw;
  }
  .ranking__detail__list__item:not(:nth-child(-n+2)) {
    margin-top: 7.3333333333vw;
  }
  .ranking__detail__list__item .img {
    border-width: 2vw;
  }
  .ranking__detail__list__item .img:before {
    top: -2vw;
    left: -2vw;
    width: calc(100% + 4vw);
    height: calc(100% + 4vw);
    border-width: 0.2666666667vw;
  }
  .ranking__detail__list__item .img .ic {
    top: -3.2vw;
    left: 0;
    width: 8.5333333333vw;
	z-index: 99;
  }
  .ranking__detail__list__item .ttl {
    margin-top: 1.7333333333vw;
    padding: 0 2.5333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}




.about_chef{
	padding-top: 12%;
	background-color: #180707;
	text-align: center;
}
.about_chef img{
	width: 83%;
}
.about_chef h3{
font-size: 2vw;
    color: #fff;
    text-align: center;
    padding: 6% 0 4% 0;
    letter-spacing: 3px;
}
.about_chef p{
font-size: 1.25vw;
    color: #fff;
    width: 65%;
    margin: 0 auto;
    line-height: 2.4;
    margin-bottom: 7%;
    text-align: left;
}

.award {
	text-align: center;
}
.award img{
	width: 100%;
	margin-bottom: 7%;
}
.criollo_logo{
	width: 100%;
	padding: 6% 0 2% 0;	
	margin: 0 auto;
	text-align: center;
}
.criollo_logo img{
	width: 19%;
}

.card {
  padding: 110px 0 112px;
}
@media screen and (max-width: 767px) {
  .card {
    padding: 20.2666666667vw 0 23.0666666667vw;
  }
}
.card__inner {
  max-width: 602px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .card__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .card__ttl {
    width: 56.8vw;
    margin: 0 auto;
  }
}
.card__img {
  width: 189px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .card__img {
    width: 50.5333333333vw;
    margin: 11.7333333333vw auto 0;
    -webkit-box-shadow: 0 0 1.3333333333vw 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1.3333333333vw 0 rgba(0, 0, 0, 0.2);
  }
}
.card__txt {
  width: calc(100% - 189px);
  margin: auto;
}
.card__txt .ttl {
  width: 222px;
  margin: 0;
}
.card__txt .lead {
  margin-top: 19px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.card__txt .txt {
  margin-top: 17px;
  letter-spacing: 0.1em;
}
.card__txt .btn {
  margin-top: 25px;
  width: 270px;
}
@media screen and (max-width: 767px) {
  .card__txt {
    width: 100%;
    margin-top: 5.7333333333vw;
    padding: 0;
    text-align: center;
  }
  .card__txt .lead {
    margin-top: 0;
    font-size: 6.1333333333vw;
    letter-spacing: 0.025em;
  }
  .card__txt .lead span {
    display: none;
  }
  .card__txt .txt {
    margin-top: 2.1333333333vw;
  }
  .card__txt .btn {
    margin: 5.2vw auto 0;
    width: 82.6666666667vw;
  }
}

.attention {
  margin-top: 52px;
  padding: 65px 40px 0;
  background: #fff;
  border-radius: 60px 60px 0 0;
  -webkit-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.3);
}


.attention_chef {
  padding: 65px 40px 0;
  background: #180707;
  border-radius: 60px 60px 0 0;
  -webkit-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .attention {
    padding: 8.8vw 0 0;
    border-radius: 8vw 8vw 0 0;
    -webkit-box-shadow: 0 -1.3333333333vw 1.3333333333vw -1.3333333333vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 -1.3333333333vw 1.3333333333vw -1.3333333333vw rgba(0, 0, 0, 0.2);
  }
}
.attention__inner {
  max-width: 810px;
  margin: 0 auto;
}
.attention__ttl .en {
  width: 348px;
  margin: 0 auto;
}
.attention__ttl .jp {
  margin-top: 18px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .attention__ttl .en {
    width: 47.3333333333vw;
  }
  .attention__ttl .jp {
    margin-top: 3.5vw;
    font-size: 14.5px;
	font-weight: bold;
  }
}
.attention__list {
  margin-top: 36px;
}
.attention__list li {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.05em;
}
.attention__list li:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .attention__list {
    width: 81.6vw;
    margin: 9.0666666667vw auto 0;
  }
  .attention__list li:not(:first-child) {
    margin-top: 6.5333333333vw;
  }
}
.attention__img {
  max-width: 612px;
  margin: 25px auto 0;
}

.shop_attention__img {
  max-width: 100%;
  margin: auto;
}

.shop_attention__list {
  margin-top: 36px;
  width:100%;
  overflow: hidden;
}
.shop_attention__list li {
  text-indent: -1em;
  letter-spacing: 0.05em;
  width:30%;
  float:left;
  margin:1.5%;
}

.shop_attention {
  text-align:center;
}

.shop_attention__list li p {
  text-align:center;
}

.shop_attention__list li:not(:first-child) {
  margin-top: 12px;
}


.shop_btn {
  margin-top: 25px;
  width: 100%;
  overflow:hidden;
    font-size: 3.4666666667vw;
    height: 8vw;
    margin:auto;
}
.shop_btn a {
    font-size: 3.4666666667vw;
  }

  .shop_pt-btn a {
    font-size: 4.2666666667vw;
    border-width: 0.2666666667vw;
  }


.shop_pt-btn {
  height: 40px;
}

.shop_pt-btn a,
.shop_pt-btn a:link,
.shop_pt-btn a:visited {
  padding:1.5%;
  width:60%;
  margin:auto;
  color: #8d5628;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .pt-btn a:hover {
    color: #fff;
    text-decoration: none;
  }
}
.shop_pt-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25%;
  font-size: 16px;
  letter-spacing: 0.16em;
  border: 1px solid #8d5628;
  background: #fff;
  border-radius: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shop_pt-btn a:hover {
  color: #fff;
  background: #8d5628;
  border: #fff 1px solid;
}
@media screen and (max-width: 767px) {
  .shop_pt-btn {
    height: 10.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .shop_attention__list {
    width: 81.6vw;
    margin: 9.0666666667vw auto 0;
  }
  .shop_attention__list li:not(:first-child) {
    margin-top: 6.5333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .attention__img {
    max-width: 100%;
    width: 96vw;
    margin-top: 10.8vw;
  }
}

.btn_pagetop {
  position: fixed;
  bottom: 10px;
  right: 14px;
  z-index: 1000;
  width: 107px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_pagetop a,
.btn_pagetop a:link,
.btn_pagetop a:visited {
  color: #8d5628;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .btn_pagetop a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.btn_pagetop.active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .btn_pagetop {
    bottom: 2.6666666667vw;
    right: 0;
    width: 21.6vw;
  }
}

.footer {
  padding: 54px 0 17px;
  background: #fff;
  position: relative;
  z-index: 10;
}
.footer__logo {
  width: 150px;
  margin: 0 auto;
}
.footer__logo a,
.footer__logo a:link,
.footer__logo a:visited {
  color: #8d5628;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
	
@media screen and (min-width: 768px) {
  .footer__logo a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.footer__copyright {
  margin-top: 9px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #808080;
}

	
@media screen and (max-width: 767px) {
  .footer {
    padding: 11.8666666667vw 0 8.5333333333vw;
  }
  .footer__logo {
    width: 40.3333333333vw;
  }
  .footer__copyright {
    margin-top: 4.4vw;
    font-size: 2.7333333333vw;
  }

  .n-sf-wrap .n-sf, .n-sf-wrap.n-sf {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .n-sf-wrap.show .n-sf, .n-sf-wrap.show.n-sf {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  .n-sf-wrap .n-d1 {
    -webkit-transition-delay: 0.1s !important;
            transition-delay: 0.1s !important;
    -webkit-animation-delay: 0.1s !important;
            animation-delay: 0.1s !important;
  }
  .n-sf-wrap .n-d2 {
    -webkit-transition-delay: 0.2s !important;
            transition-delay: 0.2s !important;
    -webkit-animation-delay: 0.2s !important;
            animation-delay: 0.2s !important;
  }
  .n-sf-wrap .n-d3 {
    -webkit-transition-delay: 0.3s !important;
            transition-delay: 0.3s !important;
    -webkit-animation-delay: 0.3s !important;
            animation-delay: 0.3s !important;
  }
  .n-sf-wrap .n-d4 {
    -webkit-transition-delay: 0.4s !important;
            transition-delay: 0.4s !important;
    -webkit-animation-delay: 0.4s !important;
            animation-delay: 0.4s !important;
  }
  .n-sf-wrap .n-d5 {
    -webkit-transition-delay: 0.5s !important;
            transition-delay: 0.5s !important;
    -webkit-animation-delay: 0.5s !important;
            animation-delay: 0.5s !important;
  }
  .n-sf-wrap .n-d6 {
    -webkit-transition-delay: 0.6s !important;
            transition-delay: 0.6s !important;
    -webkit-animation-delay: 0.6s !important;
            animation-delay: 0.6s !important;
  }
  .n-sf-wrap .n-d7 {
    -webkit-transition-delay: 0.7s !important;
            transition-delay: 0.7s !important;
    -webkit-animation-delay: 0.7s !important;
            animation-delay: 0.7s !important;
  }
  .n-sf-wrap .n-d8 {
    -webkit-transition-delay: 0.8s !important;
            transition-delay: 0.8s !important;
    -webkit-animation-delay: 0.8s !important;
            animation-delay: 0.8s !important;
  }
  .n-sf-wrap .n-d9 {
    -webkit-transition-delay: 0.9s !important;
            transition-delay: 0.9s !important;
    -webkit-animation-delay: 0.9s !important;
            animation-delay: 0.9s !important;
  }
  .n-sf-wrap .n-d10 {
    -webkit-transition-delay: 1s !important;
            transition-delay: 1s !important;
    -webkit-animation-delay: 1s !important;
            animation-delay: 1s !important;
  }
  .n-sf-wrap .n-d11 {
    -webkit-transition-delay: 1.1s !important;
            transition-delay: 1.1s !important;
    -webkit-animation-delay: 1.1s !important;
            animation-delay: 1.1s !important;
  }
  .n-sf-wrap .n-d12 {
    -webkit-transition-delay: 1.2s !important;
            transition-delay: 1.2s !important;
    -webkit-animation-delay: 1.2s !important;
            animation-delay: 1.2s !important;
  }
  .n-sf-wrap .n-d13 {
    -webkit-transition-delay: 1.3s !important;
            transition-delay: 1.3s !important;
    -webkit-animation-delay: 1.3s !important;
            animation-delay: 1.3s !important;
  }
  .n-sf-wrap .n-d14 {
    -webkit-transition-delay: 1.4s !important;
            transition-delay: 1.4s !important;
    -webkit-animation-delay: 1.4s !important;
            animation-delay: 1.4s !important;
  }
  .n-sf-wrap .n-d15 {
    -webkit-transition-delay: 1.5s !important;
            transition-delay: 1.5s !important;
    -webkit-animation-delay: 1.5s !important;
            animation-delay: 1.5s !important;
  }
  .n-sf-wrap .n-d16 {
    -webkit-transition-delay: 1.6s !important;
            transition-delay: 1.6s !important;
    -webkit-animation-delay: 1.6s !important;
            animation-delay: 1.6s !important;
  }
  .n-sf-wrap .n-d17 {
    -webkit-transition-delay: 1.7s !important;
            transition-delay: 1.7s !important;
    -webkit-animation-delay: 1.7s !important;
            animation-delay: 1.7s !important;
  }
  .n-sf-wrap .n-d18 {
    -webkit-transition-delay: 1.8s !important;
            transition-delay: 1.8s !important;
    -webkit-animation-delay: 1.8s !important;
            animation-delay: 1.8s !important;
  }
  .n-sf-wrap .n-d19 {
    -webkit-transition-delay: 1.9s !important;
            transition-delay: 1.9s !important;
    -webkit-animation-delay: 1.9s !important;
            animation-delay: 1.9s !important;
  }
  .n-sf-wrap .n-d20 {
    -webkit-transition-delay: 2s !important;
            transition-delay: 2s !important;
    -webkit-animation-delay: 2s !important;
            animation-delay: 2s !important;
  }
}
	
@media screen and (max-width: 767px) {
  .n-sf-wrap-sp .n-sf-sp, .n-sf-wrap-sp.n-sf-sp {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .n-sf-wrap-sp.show .n-sf-sp, .n-sf-wrap-sp.show.n-sf-sp {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  .n-sf-wrap-sp .n-d1-sp {
    -webkit-transition-delay: 0.1s !important;
            transition-delay: 0.1s !important;
    -webkit-animation-delay: 0.1s !important;
            animation-delay: 0.1s !important;
  }
  .n-sf-wrap-sp .n-d2-sp {
    -webkit-transition-delay: 0.2s !important;
            transition-delay: 0.2s !important;
    -webkit-animation-delay: 0.2s !important;
            animation-delay: 0.2s !important;
  }
  .n-sf-wrap-sp .n-d3-sp {
    -webkit-transition-delay: 0.3s !important;
            transition-delay: 0.3s !important;
    -webkit-animation-delay: 0.3s !important;
            animation-delay: 0.3s !important;
  }
  .n-sf-wrap-sp .n-d4-sp {
    -webkit-transition-delay: 0.4s !important;
            transition-delay: 0.4s !important;
    -webkit-animation-delay: 0.4s !important;
            animation-delay: 0.4s !important;
  }
  .n-sf-wrap-sp .n-d5-sp {
    -webkit-transition-delay: 0.5s !important;
            transition-delay: 0.5s !important;
    -webkit-animation-delay: 0.5s !important;
            animation-delay: 0.5s !important;
  }
  .n-sf-wrap-sp .n-d6-sp {
    -webkit-transition-delay: 0.6s !important;
            transition-delay: 0.6s !important;
    -webkit-animation-delay: 0.6s !important;
            animation-delay: 0.6s !important;
  }
  .n-sf-wrap-sp .n-d7-sp {
    -webkit-transition-delay: 0.7s !important;
            transition-delay: 0.7s !important;
    -webkit-animation-delay: 0.7s !important;
            animation-delay: 0.7s !important;
  }
  .n-sf-wrap-sp .n-d8-sp {
    -webkit-transition-delay: 0.8s !important;
            transition-delay: 0.8s !important;
    -webkit-animation-delay: 0.8s !important;
            animation-delay: 0.8s !important;
  }
  .n-sf-wrap-sp .n-d9-sp {
    -webkit-transition-delay: 0.9s !important;
            transition-delay: 0.9s !important;
    -webkit-animation-delay: 0.9s !important;
            animation-delay: 0.9s !important;
  }
  .n-sf-wrap-sp .n-d10-sp {
    -webkit-transition-delay: 1s !important;
            transition-delay: 1s !important;
    -webkit-animation-delay: 1s !important;
            animation-delay: 1s !important;
  }
  .n-sf-wrap-sp .n-d11-sp {
    -webkit-transition-delay: 1.1s !important;
            transition-delay: 1.1s !important;
    -webkit-animation-delay: 1.1s !important;
            animation-delay: 1.1s !important;
  }
  .n-sf-wrap-sp .n-d12-sp {
    -webkit-transition-delay: 1.2s !important;
            transition-delay: 1.2s !important;
    -webkit-animation-delay: 1.2s !important;
            animation-delay: 1.2s !important;
  }
  .n-sf-wrap-sp .n-d13-sp {
    -webkit-transition-delay: 1.3s !important;
            transition-delay: 1.3s !important;
    -webkit-animation-delay: 1.3s !important;
            animation-delay: 1.3s !important;
  }
  .n-sf-wrap-sp .n-d14-sp {
    -webkit-transition-delay: 1.4s !important;
            transition-delay: 1.4s !important;
    -webkit-animation-delay: 1.4s !important;
            animation-delay: 1.4s !important;
  }
  .n-sf-wrap-sp .n-d15-sp {
    -webkit-transition-delay: 1.5s !important;
            transition-delay: 1.5s !important;
    -webkit-animation-delay: 1.5s !important;
            animation-delay: 1.5s !important;
  }
  .n-sf-wrap-sp .n-d16-sp {
    -webkit-transition-delay: 1.6s !important;
            transition-delay: 1.6s !important;
    -webkit-animation-delay: 1.6s !important;
            animation-delay: 1.6s !important;
  }
  .n-sf-wrap-sp .n-d17-sp {
    -webkit-transition-delay: 1.7s !important;
            transition-delay: 1.7s !important;
    -webkit-animation-delay: 1.7s !important;
            animation-delay: 1.7s !important;
  }
  .n-sf-wrap-sp .n-d18-sp {
    -webkit-transition-delay: 1.8s !important;
            transition-delay: 1.8s !important;
    -webkit-animation-delay: 1.8s !important;
            animation-delay: 1.8s !important;
  }
  .n-sf-wrap-sp .n-d19-sp {
    -webkit-transition-delay: 1.9s !important;
            transition-delay: 1.9s !important;
    -webkit-animation-delay: 1.9s !important;
            animation-delay: 1.9s !important;
  }
}