@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap");

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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
  border: none;
  outline: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
input[type=button],
textarea {
  -webkit-appearance: none;
}

:focus {
  outline: none;
}

@-ms-viewport {
  width: device-width;
}
picture {
  display: block;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
html[data-fontsize=small] {
  font-size: 56.25%;
}
html[data-fontsize=medium] {
  font-size: 62.5%;
}
html[data-fontsize=large] {
  font-size: 68%;
}
@media print {
  html html {
    background-image: none;
    background-color: #fff;
  }
}

body {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
}
@media print {
  body {
    _zoom: 80%;
    -webkit-print-color-adjust: exact;
  }
}

a,
a:before,
a:after,
button,
button:before,
button:after,
.u-transition,
.u-transition_before:before,
.u-transition_after:after {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}

a img {
  transition: all 0.3s;
}

a,
input,
button {
  touch-action: manipulation;
  -webkit-touch-callout: none;
}

a,
button {
  cursor: pointer;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
  backface-visibility: hidden;
}

button {
  cursor: pointer;
  background: none;
  outline: none;
}

img {
  overflow: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

li {
  list-style: none;
}

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

::-moz-selection {
  color: #fff;
  background: #628496;
}

::selection {
  color: #fff;
  background: #628496;
}

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

.u-font_gothic,
.u-font_gothicBefore:before,
.u-font_gothicAfter:after {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.u-font_jun,
.u-font_junBefore:before,
.u-font_junAfter:after {
  font-family: a-otf-jun-pro, sans-serif;
  font-weight: 400;
}
.u-font_shuei,
.u-font_shueiBefore:before,
.u-font_shueiAfter:after {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
}
.u-font_bold {
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .u-show_sp {
    display: none !important;
  }
}
@media print {
  .u-show_sp {
    display: none !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-hide_sp {
    display: none !important;
  }
}

@media screen and (min-width: 376px) {
  .u-show_se {
    display: none !important;
  }
}

.home .u-show_home {
  display: block;
}
.products .u-show_home {
  display: none;
}
.home .u-hide_home {
  display: none;
}
.products .u-hide_home {
  display: block;
}

.u-inner {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-inner {
    width: 86%;
  }
}

.u-heading {
  font-size: 2.5rem;
  color: #bc985a;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-heading {
    font-size: 1.8rem;
  }
}
.u-heading_ttlimg {
  display: block;
}
.u-heading_ttl {
  display: block;
}
.u-heading_cap {
  padding: 0.3em 1em;
  font-size: 2rem;
  margin-bottom: 8px;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-heading_cap {
    font-size: 1.2rem;
  }
}

.u-ooheading {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-ooheading {
    font-size: 1.5rem;
  }
}
.u-ooheading_ttl {
  display: block;
}
.u-lead {
  position: relative;
  padding-left: 1.2em;
}
.u-lead a {
  color: #fff;
  text-decoration: underline;
}
.u-lead:before {
  display: block;
  content: '';
  position: absolute;
  width: 5px;
  height: 1.5em;
  background: #eedfa3;
  left: 0;
  top: .2em;
}

.u-txt {
  font-size: 1.6rem;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-txt {
    font-size: 1.3rem;
  }
}
.u-txt_14 {
  font-size: 1.4rem;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-txt_14 {
    font-size: 1.2rem;
  }
}
.u-txt-inner {
  max-width: 600px;
  margin: auto;
  line-height: 1.8;
}

.u-txt_sm {
  font-size: 1.4rem;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-txt_sm {
    font-size: 1.1rem;
  }
}

.u-font_bold {
  text-shadow: 0.3px 0.3px 0, 0.3px -0.3px 0px, -0.3px 0.3px 0, -0.3px -0.3px 0px, 0.3px 0px 0px, 0px 0.3px 0px, -0.3px 0px 0px, 0px -0.3px 0px;
  letter-spacing: 1px;
}

.u-txt_center {
  text-align: center;
}

.u-txt_left {
  text-align: center;
}

sup {
  font-size: 75%;
  vertical-align: top;
}

.u-img {
  text-align: center;
}
.u-border {
  display: block;
  border: 1px solid rgba(0,0,0,.3);
  margin: 50px auto;
}

.u-batsu {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
}
.u-batsu:before, .u-batsu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 1em;
  background: #251a16;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-batsu:before, .u-batsu:after {
    height: 0.6em;
  }
}
.u-batsu:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.u-batsu:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.u-batsu_s {
  border: 1px solid;
}
.u-plus {
  display: block;
  position: relative;
  width: 0.8em;
  height: 0.8em;
}
.u-plus:before, .u-plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 0.5em;
  background: #b59c66;
}
.u-plus:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.u-plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.u-plus_s {
  border: 1px solid;
  background: #fff;
}

.u-arrow {
  background: url(../images/common/ico_arrow.png) no-repeat;
  background-size: 100% auto;
  width: 6px;
  height: 10px;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-arrow {
    width: 4px;
    height: 7px;
  }
}

.u-tab {
  width: 18px;
  height: 15px;
  background: url(../images/common/btn_tab.png) no-repeat;
  background-size: 100% auto;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-tab {
    width: 12px;
    height: 9px;
  }
}

.u-col_w {
  color: #fff;
}
.u-col_r {
  color: #ff4736;
}
.u-col_green {
  color: #0f8065;
}
.u-bgG {
  background: #bc985a;
  color: #fff;
}

.u-box {
  max-width: 602px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 5%;
}
.u-flex {
  display: flex;
}
.u-flex_alcenter {
  align-items: center;
}
.u-flex_rev {
  flex-direction: row-reverse;
}
.u-flex_50 {
  width: 50%;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-flex_spnone .u-flex_50 {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-flex_spnone {
    flex-wrap: wrap;
  }
}

.u-lists_kome {
  font-size: 1.4rem;
  padding-left: 1.4em;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-lists_kome {
    font-size: 1.1rem;
  }
}
.u-lists_kome li {
  position: relative;
}
.u-lists_kome li:before {
  content: "＊";
  display: block;
  position: absolute;
  left: -1.4em;
}

.u-mtop-10 {
  margin-top: 10px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-mtop-10 {
    margin-top: 5px;
  }
}

.u-mtop-20 {
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-mtop-20 {
    margin-top: 15px;
  }
}

.u-mtop-30 {
  margin-top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-mtop-30 {
    margin-top: 20px;
  }
}

.u-mtop-40 {
  margin-top: 40px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-mtop-40 {
    margin-top: 30px;
  }
}

.u-mtop-50 {
  margin-top: 50px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-mtop-50 {
    margin-top: 40px;
  }
}

.u-mtop-100 {
  margin-top: 100px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-mtop-100 {
    margin-top: 60px;
  }
}

.u-mtop-130 {
  margin-top: 130px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-mtop-130 {
    margin-top: 80px;
  }
}


.u-bounce {
  animation: anm-bounce 4s infinite ease;
}
.u-bounce--delay_0 {
  animation-delay: 0s;
}
.u-bounce--delay_1 {
  animation-delay: 0.5s;
}
.u-bounce--delay_2 {
  animation-delay: 1s;
}

@keyframes anm-bounce {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}


.u-hoverButton {
  position: relative;
  display: block;
  max-width: 315px;
  margin: 0 auto 10px;
  background-color: #f5f2d3;
  padding: 3px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform-style: flat;
  transition: all .3s ease-out;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  text-transform: capitalize;
}
.u-hoverButton_y {
  background-color: #ffdc38;
}
.u-hoverButton_in {
  border: 2px solid #ccc;
  display: block;
  position: relative;
  line-height: 1;
  padding: 1em 0;
}
.u-hoverButton:before, .u-hoverButton:after {
  content: "";
  position: absolute;
  z-index: -2;
  transition: all .3s ease-out;
}
.u-hoverButton:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-hoverButton_b span {
  border-color: #4b6cab;
}
.u-hoverButton_g span {
  border-color: #f2efcc;
  color: #fff;
}
.u-hoverButton_y01 span {
  border-color: #54af9a;
}
.u-hoverButton_map span:after {
  display: block;
  content: '';
  position: absolute;
  width: 14px;
  height: 20px;
  margin: auto;
  background: url(../images/common/ico_pin.png) no-repeat;
  background-size: 100% auto;
  bottom: 0;
  top: 0;
  right: 5%;
  transition: all .3s ease-out;
}
.u-hoverButton_map_w span:after {
  background: url(../images/common/ico_pin_w.png) no-repeat;
  background-size: 100% auto;
}
.u-hoverButton_map_bc span:after {
  background: url(../images/common/ico_pin_bc.png) no-repeat;
  background-size: 100% auto;
}
.u-hoverButton_arrow .u-hoverButton_in:after {
  display: block;
  content: '';
  position: absolute;
  width: 9px;
  height: 16px;
  margin: auto;
  background: url(../images/common/ico_arrow_Rw.svg) no-repeat;
  background-size: 100% auto;
  bottom: 0;
  top: 0;
  right: 4%;
  transition: all .3s ease-out;
}
.u-hoverButton_arrowG .u-hoverButton_in:after {
  background: url(../images/common/ico_arrow_Rg.svg) no-repeat;
  background-size: 100% auto;
}
.u-hoverButton_arrowB .u-hoverButton_in:after {
  background: url(../images/common/ico_arrow_Rbl.svg) no-repeat;
  background-size: 100% auto;
}
.u-hoverButton_onlineshop .u-hoverButton_in:after {
  display: block;
  content: '';
  position: absolute;
  width: 16px;
  height: 15px;
  margin: auto;
  background: url(../images/common/ico_cart_bl.svg) no-repeat;
  background-size: 100% auto;
  bottom: 0;
  top: 0;
  right: 4%;
  transition: all .3s ease-out;
}
.u-hoverButton_sm {
  font-size: 1.1rem;
  margin-left: 1em;
}
@media screen and (min-width: 1px) and (min-width: 769px) {
.u-hoverButton:hover:before {
  box-shadow: 0 20px 20px -10px rgba(31, 31, 31, 0.5);
  z-index: 1;
}
.u-hoverButton_map:hover .u-hoverButton_in:after {
  bottom: 5px;
}
.u-hoverButton_arrow:hover .u-hoverButton_in:after {
  right: 3%;
}
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.u-hoverButton {
  width: 66vw;
  max-width: 300px;
  margin-bottom: 0;
  padding: 2px;
}
.u-hoverButton_in {
  border-width: 1.5px;
  line-height: 1;
  padding: 1em 0;
  font-size: 1.2rem;
}
.u-hoverButton_map span:after {
  width: 11px;
  height: 16px;
  right: 4%;
}
.u-hoverButton_arrow .u-hoverButton_in:after {
  width: 7px;
  height: 13px;
}

}



.u-hoverButton-surround {
  display: block;
  margin: 0 auto;
  color: #FFF;
  background-color: #d07667;
  text-align: center;
  max-width: 250px;
  width: 100%;
  padding: 16px 16px;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  font-size: 1.8rem;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-hoverButton-surround {
    font-size: 1.6rem;
    max-width: 216px;
    padding: 20px 10px;
  }
}
.u-hoverButton-surround:before, .u-hoverButton-surround:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #d07667;
  top: 0;
  pointer-events: none;
}
.u-hoverButton-surround:before {
  left: 0;
  width: 0;
  height: 2px;
}
.u-hoverButton-surround:after {
  right: 0;
  width: 2px;
  height: 0;
}
@media screen and (min-width: 769px) {
  .u-hoverButton-surround:hover {
    background-color: #FFF;
    color: #d07667;
  }
  .u-hoverButton-surround:hover:before {
    width: 100%;
    transition: width 0.2s 0.2s;
  }
  .u-hoverButton-surround:hover:after {
    height: 100%;
    transition: height 0.1s 0.4s;
  }
  .u-hoverButton-surround:hover span:before {
    width: 100%;
    transition: width 0.2s 0.5s;
  }
  .u-hoverButton-surround:hover span:after {
    height: 100%;
    transition: height 0.1s 0.7s;
  }
}
.u-hoverButton-surround span:before,
.u-hoverButton-surround span:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #bfa59d;
  bottom: 0;
  pointer-events: none;
}
.u-hoverButton-surround span:before {
  right: 0;
  width: 0;
  height: 2px;
}
.u-hoverButton-surround span:after {
  left: 0;
  width: 2px;
  height: 0;
}

a .u-hoverImg {
  overflow: hidden;
}
a .u-hoverImg > img {
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  a:hover .u-hoverImg > img {
    transform: scale(1.05, 1.05);
    transition: 0.3s all;
    opacity: 1;
  }
}


.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list
{
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  perspective: 1000;
  backface-visibility: hidden;
}
.slick-slide {
  height: auto!important;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slick-slide img {
  width: 100%;
}
.slick-arrow {
  text-indent: -9999px;
}
.slick-prev {
  position: relative;
  display: inline-block;
  padding: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 13px;
  height: 24px;
  margin: auto;
  z-index: 1;
  transform: translate(0, 0);
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .slick-prev {
    width: 7px;
    height: 16px;
    left: -25px;
  }
}
.slick-prev:before {
  display: block;
  width: 13px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-180deg);
  background: url(../images/common/ico_arrow_Rw.svg) no-repeat;
  background-size: 100% auto;
  opacity: 1;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .slick-prev:before {
    width: 7px;
    height: 16px;
    margin: auto;
    bottom: 0;
  }
}
.slick-next {
  position: relative;
  display: inline-block;
  padding: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 13px;
  height: 24px;
  margin: auto;
  z-index: 1;
  transform: translate(0, 0);
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .slick-next {
    width: 7px;
    height: 16px;
    right: -25px;
  }
}
.slick-next:before {
  display: block;
  width: 13px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/common/ico_arrow_Rw.svg) no-repeat;
  background-size: 100% auto;
  opacity: 1;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .slick-next:before {
    width: 7px;
    height: 16px;
    top: 3px;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: -40px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .slick-dots {
    bottom: -20px;
  }
}
.slick-dots li button {
  text-indent: -9999px;
}
.slick-dots li button:before {
  background: url("../images/common/btn_flower.png") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  opacity: 1;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .slick-dots li button:before {
    width: 12px;
    height: 12px;
  }
}
.slick-dots li {
  width: 18px;
  height: 18px;
  margin: 0 5px;
  background: none;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
.slick-dots li.slick-active button:before {
  background: url("../images/common/btn_flower-on.png") no-repeat;
  background-size: contain;
  opacity: 1;
}

/* scroll FadeIn　未使用
//* -------------------------------------------------- */
/* SCROLL fade 使用
//* -------------------------------------------------- */
.js-scrollClass {
  opacity: 0;
}
.is-state_scroll {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    /*transform: translateY(40px);*/
  }
  to {
    transform: translateX(0);
    transform: translateY(0);
    transform: rotate(0);
    transform: scale(1, 1);
    opacity: 1;
  }
}
.delay-time02 {
  animation-delay: 0.4s;
}
.delay-time03 {
  animation-delay: 0.6s;
}
.delay-time04 {
  animation-delay: 1s;
}
.delay-time06 {
  animation-delay: 1.3s;
}

.delay-01 {
  animation-delay: 0.7s;
}
.delay-02 {
  animation-delay: 0.9s;
}
.delay-03 {
  animation-delay: 1.1s;
}
.delay-04 {
  animation-delay: 1.3s;
}

/* SCROLL fade 使用
//* -------------------------------------------------- */
.anime_op {
  opacity: 0;
  transition: all 1s;
}
.motion_z1 {
  transform: scale(0.8, 0.8);
  transition: all 0.5s;
}
.motion_Y10 {
  transform: translateY(10px);
  transition: all 0.5s;
}
.motion_Y40 {
  transform: translateY(40px);
  transition: all 0.5s;
}
.motion_X-50 {
  transform: translateX(-50px);
}
.motion_X100 {
  transform: translateX(100px);
}
.motion_X200 {
  transform: translateX(200px);
}
.is_animed {
  transform: translateX(0);
  transform: translateY(0);
  transform: rotate(0);
  transform: scale(1, 1);
  opacity: 1;
}

/* movie
//* -------------------------------------------------- */
.video-area {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.video {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}


/* modal
//* -------------------------------------------------- */
.u-modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}
.u-modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.u-modal-content {
  overflow: scroll;
  scrollbar-width: none;
  position: relative;
  margin: auto;
  height: 100%;
  padding: 74px 0;
  width: 72%;
}
.u-modal-content::-webkit-scrollbar{
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-modal-content {
    width: 86%;
    padding: 40px 0 100px;
  }
}
.u-modal-inner {
  /*transform: translate(-50%, -50%);*/
  /*overflow: scroll;*/
  /*height: 80%;*/
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #c7ae4c;
}
.u-modal-btn_b {
  position: fixed;
  top: 9%;
  right: 10%;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-modal-btn_b {
    top: 1%;
    right: 2%;
  }
}
.u-modal-btn_b a {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-modal-btn_b a {
    width: 36px;
    height: 36px;
  }
}
.u-modal-btn_b .u-batsu {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-modal-btn_b .u-batsu {
    width: 36px;
    height: 36px;
  }
}
.u-modal-btn_b .u-batsu:before, .u-modal-btn_b .u-batsu:after {
  height: 30px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-modal-btn_b .u-batsu:before, .u-modal-btn_b .u-batsu:after {
    height: 26px;
  }
}

.u-modal-btn_close {
  border-radius: 10px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 2rem;
  max-width: 300px;
  margin: 40px auto 0;
  text-align: center;
  line-height: 1;
  padding: .8em 0 .9em;
  position: relative;
  text-indent: 1em;
}
.u-modal-btn_close .u-batsu {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 25%;
  width: 1.5em;
  height: 1.5em;
}
.u-modal-btn_close .u-batsu:before, .u-modal-btn_close .u-batsu:after {
  background: #fff;
  height: 100%;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.u-modal-btn_close {
  border: 1.5px solid #fff;
  font-size: 1.8rem;
  margin: 30px auto 0;
  padding: .8em 0;
}
.u-modal-btn_close .u-batsu {
  left: 30%;
  width: 1.3em;
  height: 1.3em;
}
}
.u-modal-content .tab-lists li:before {
  background: #000;
}
.u-modal-content .c-freeDial {
  color: #000;
}
/* accordion
//* -------------------------------------------------- */
.js-accordiontab {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  transition: all .5s ease;
}
.js-accordiontab::before,
.js-accordiontab::after{
  position: absolute;
  content:'';
  width: 23px;
  height: 2px;
  background-color: #fff;
  transition: all .5s ease;
}
.js-accordiontab::before{
  top:38%;
  right: 1%;
  transform: rotate(0deg);
}
.js-accordiontab::after{    
  top:38%;
  right: 1%;
  transform: rotate(90deg);
}
.js-accordiontab.close::before{
  opacity: 0;
}
.js-accordiontab.close::after{
  transform: rotate(0deg);
}
.js-accordionarea {
  display: none;
}


.g-body {
  background: #fff;
  color: #000;
}
@media print {
  .g-body {
    min-width: 990px;
    background-image: none;
    background-color: #fff;
  }
}
.g-body.js-navopen, .g-body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.g-wrapper {
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-background-size: 100% auto;
  line-height: 1.65;
  font-family: a-otf-jun-pro, "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "ＭＳ 明朝", san-serif;
}
.g-wrapper[data-contents=home] {
  animation: fade 1s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* header
//* -------------------------------------------------- */
.g-header-sp {
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
.g-header-sidemenu {
  height: 100vh;
  position: fixed;
  right: -100%;
  transition: all 0.6s;
  top: 0;
  width: 545px;
  z-index: 2;
  background-color: #c7ae4c;
  text-align: left;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-header-sidemenu {
    min-width: auto;
    width: 80%;
  }
}
.g-header-sidemenu-inner {
  height: 100vh;
  overflow: scroll;
  padding: 70px 12%;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-header-sidemenu-inner {
    padding: 50px 9%;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-header-sidemenu-lists {
    padding-bottom: 100px;
  }
}
.g-header-sidemenu-lists li {
  padding: 15px 0;
  color: #fff;
  opacity: 0;
  position: relative;
  display: block;
}
.js-navopen .g-header-sidemenu-lists li {
  animation: fadeInRight 1.0s ease forwards;
  animation-delay: 0.5s;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-header-sidemenu-lists li {
    padding: 8px 0;
  }
}
.g-header-sidemenu-lists_en img {
  height: 25px;
  width: auto;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-header-sidemenu-lists_en img {
    height: 16px;
  }
}
.g-header-sidemenu-lists_jp {
  font-size: 1.4rem;
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-header-sidemenu-lists_jp {
    font-size: 1rem;
    margin-top: 2px;
  }
}
.g-header-sidemenu-items {
  margin-top: 10px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-header-sidemenu-items {
    font-size: 1rem;
  }
}
.g-header-sidemenu-items li {
  padding: 5px 0;
  position: relative;
}
.g-header-sidemenu-items li a {
  font-size: 1.4rem;
  color: #804c05;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-header-sidemenu-items li {
    padding: 5px 0;
  }
  .g-header-sidemenu-items li a {
  font-size: 1rem;
  }
}
.g-header-hamburger {
  cursor: pointer;
  height: 62px;
  position: fixed;
  right: 1%;
  top: 30px;
  width: 58px;
  text-align: center;
  letter-spacing: 0;
  z-index: 1;
  transition: all 0.6s;
  cursor: pointer;
}
.g-header-hamburger:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  height: 58px;
  background-color: #c7ae4c;
  border-radius: 50%;
  width: 58px;
}
.g-header-hamburger:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  height: 38px;
  background-color: #c7ae4c;
  width: 58px;
}
.g-header-hamburger span:before {
  display: block;
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  background-color: #fff;
  width: 38px;
  z-index: 1;
  transition: .3s;
}
.g-header-hamburger span:after {
  display: block;
  content: '';
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  background-color: #fff;
  width: 38px;
  z-index: 1;
  transition: .3s;
}
@media screen and (min-width: 769px) {
  .g-header-hamburger:hover span:before,
  .g-header-hamburger:hover span:after {
    transform: scale(1.1, 1.1);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.g-header-hamburger {
  height: 35px;
  top: 6px;
  width: 32px;
}
.g-header-hamburger:before {
  height: 32px;
  width: 32px;
}
.g-header-hamburger:after {
  height: 19px;
  width: 32px;
}
.g-header-hamburger span:before {
  top: 18px;
  height: 1.5px;
  width: 21px;
}
.g-header-hamburger span:after {
  top: 24px;
  height: 1.5px;
  width: 21px;
}
}

.g-header-close {
  position: absolute;
  top: 3%;
  right: 5%;
  width: 50px;
  height: 50px;
  transition: .3s;
}
.g-header-close span {
  background-color: #000;
  height: 2px;
  left: 15px;
  position: absolute;
  transition: all 0.6s;
  width: 30px;
}
.g-header-close-linetop {
  top: 26px;
  transform: rotate(45deg);
}
.g-header-close-linebottom {
  top: 26px;
  transform: rotate(-45deg);
}
.g-header-overlay {
  background-color: rgba(255,255,255,1);
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .g-header-close:hover {
    cursor: pointer;
    transform: scale(1.1, 1.1);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.g-header-close {
  top: 0%;
  right: 9%;
  width: 22px;
  height: 22px;
}
.g-header-close span {
  height: 2px;
  left: 15px;
  width: 22px;
}
}

.g-header-shop {
  cursor: pointer;
  height: 62px;
  position: fixed;
  right: 1%;
  top: 105px;
  width: 58px;
  text-align: center;
  letter-spacing: 0;
  z-index: 1;
}
.g-header-shop:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  height: 58px;
  background-color: #c7ae4c;
  border-radius: 50%;
  width: 58px;
}
.g-header-shop:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  height: 38px;
  background-color: #c7ae4c;
  width: 58px;
}
.g-header-shop a {
  display: block;
  height: 80px;
  width: 80px;transition: .3s;
}
.g-header-shop a span {
  display: block;
  width: 30px;
  height: 26px;
  position: absolute;
  bottom: -8px;
  top: 0;
  left: -2px;
  right: 0;
  margin: auto;
  z-index: 1;
}

.js-navopen .g-header-sidemenu {
  right: 0;
}
.js-navopen .g-header-overlay {
  opacity: 0.8;
  visibility: visible;
}

.g-header-sidemenu .g-header-sidemenu-lists_btn01 {
  margin-top: 40px;
}
.g-header-sidemenu .g-header-sidemenu-lists_btn02 {
  margin-top: 0;
  padding-top: 0;
}
.g-header-sidemenu .u-hoverButton {
  max-width: 260px;
  font-size: 1.5rem;
}
.g-header-sidemenu .u-hoverButton_in {
  border-color: #c7ae4c;
}

@media screen and (min-width: 769px) {
  .g-header-shop:hover img {
    transform: scale(1.1, 1.1);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.g-header-shop {
  height: 35px;
  top: 52px;
  width: 32px;
}
.g-header-shop:before {
  height: 32px;
  width: 32px;
}
.g-header-shop:after {
  height: 19px;
  width: 32px;
}
.g-header-shop a span {
  width: 17px;
  height: 16px;
  bottom: 8px;
}
.g-header-shop a {
    height: 34px;
    width: 34px;
}
.g-header-shop a span img {
  vertical-align: middle;
}
.g-header-sidemenu .g-header-sidemenu-lists_btn01 {
  margin-top: 10px;
}
.g-header-sidemenu .u-hoverButton {
  max-width: 260px;
  width: 100%;
  font-size: 1.2rem;
}
.g-header-sidemenu .u-hoverButton_in {
  border-color: #c7ae4c;
}
}

/* footer
//* -------------------------------------------------- */
.g-lineup-lists {
  padding: 0;
}
.g-lineup-lists__item img {
  height: auto;
  width: 104%!important;
  margin:0 auto;
}
.g-lineup a {
  transition: all .3s ease-out;
}
@media screen and (min-width: 1px) and (min-width: 769px) {
.g-lineup a:hover {
  opacity: .8;
}
}

.g-links {
  background: url(../images/common/bg_wrap.jpg) repeat;
  background-size: 100% auto;
}
.g-links-inner {
  display: block;
  width: 100%;
  background: url(../images/common/bg_links.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 190px 0 75px;
  padding: 13.571vw 0 5.357vw;
}
.g-links-lists {
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-links-lists li {
  margin: 0 20px;
  margin: 0 1.429vw;
}
.g-links-lists a {
  width: 336px;
  height: 78px;
  width: 24vw;
  height: 5.571vw;
  display: block;
  background: url(../images/common/btn_link.png) no-repeat bottom;
  background-size: 100% auto;
  position: relative;
}
.g-links-lists a:before {
  display: block;
  content: '';
  position: absolute;
  width: 10px;
  height: 18px;
  width: 0.714vw;
  height: 1.286vw;
  top: 0;
  bottom: 0;
  right: 8%;
  margin: auto;
  background: url(../images/common/ico_arrow_Rb.svg) no-repeat;
  background-size: 0.714vw auto;
}
.g-links-lists img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.g-links-lists li:nth-child(2) img {
  width: 103px;
  height: 40px;
  width: 7.357vw;
  height: 2.857vw;
}
.g-links-lists li:first-child img {
  width: 115px;
  height: 40px;
  width: 8.214vw;
  height: 2.857vw;
}
@media screen and (min-width: 1px) and (min-width: 769px) {
.g-links-lists a:hover:before {
  right: 6%;
}
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.g-links-inner {
  background: url(../images/common/bg_links_sp.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 75px 0 35px;
  padding: 22.333vw 0 7.667vw;
}
.g-links-lists {
  display: block;
}
.g-links-lists li {
  margin: 15px auto 0;
}
.g-links-lists a {
  width: 480px;
  height: 113px;
  width: 64vw;
  height: 15.067vw;
  margin: 0 auto;
}
.g-links-lists a:before {
  width: 2.133vw;
  height: 4.267vw;
  right: 8%;
  background-size: 2.133vw auto;
}
.g-links-lists li:nth-child(2) img {
  width: 74px;
  height: 29px;
  width: 19.733vw;
  height: 7.733vw;
}
.g-links-lists li:first-child img {
  width: 82px;
  height: 27px;
  width: 21.867vw;
  height: 7.2vw;
}
}

.g-footer {
  padding: 60px 0 40px;
  font-size: 1.2rem;
  position: relative;
  background: #81cdbb url(../images/common/line_waku.png) repeat-x top;
  background-size: auto 32px;
}
.g-footer-copy {
  width: fit-content;
  margin: 0 auto;
}
.g-footer-copy img {
  width: 37px;
  margin-right: 10px;
}
.g-footer-cap {
  color: #8f8148;
  text-align: center;
  margin-top: 15px;
}
.g-footer-pagetop {
  position: absolute;
  bottom: 20px;
  right: 2%;
  width: 120px;
  line-height: 1;
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
.g-footer-pagetop a {
  position: relative;
  display: block;
}
.g-footer-pagetop a:before {
  display: block;
  content: '';
  position: absolute;
  width: 24px;
  height: 13px;
  top: 0;
  bottom: 0;
  left: -3em;
  margin: auto;
  background: url(../images/common/ico_arrow_Tb.svg) no-repeat;
  background-size: 24px auto;
  
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.g-footer {
    padding: 30px 0 40px;
    font-size: 1rem;
    background-size: auto 20px;
}
.g-footer-copy {
  font-size: 1rem;
  margin: 10px auto 0;
  width: 83%;
}
.g-footer-copy img {
  width: 23px;
  margin-right: 10px;
}
.g-footer-cap {
  margin-top: 5px;
}
.g-footer-pagetop {
  bottom: 20px;
  right: 3%;
  width: 60px;
}
.g-footer-pagetop a:before {
  width: 14px;
  height: 6px;
  left: -2em;
  background-size: 14px auto;
  
}

}
@media screen and (min-width: 1px) and (min-width: 769px) {
.g-footer-pagetop:hover {
  bottom: 30px;
}
}



/* products-kv
//* -------------------------------------------------- */
.products-kv {
  padding: 37px 0;
  position: relative;
}
.products-kv:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 37px;
  background: #fff;
  background-size: auto 100%;
  top: 0;
  left: 0;
}
.products-kv:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 37px;
  background: #fff;
  background-size: auto 100%;
  bottom: 1px;
  left: 0;
}
.products-kv-main {
  position: relative;
  height: 73.571vw;
  overflow: hidden;
}
.products-kv-main:before {
  display: block;
  content: '';
  position: absolute;
  width: 7vw;
  height: 100%;
  background: url(../images/common/img_hashira.png) no-repeat;
  background-size: 100% auto;
  top: 0;
  left: -1.286vw;
}
.products-kv-main:after {
  display: block;
  content: '';
  position: absolute;
  width: 7vw;
  height: 100%;
  background: url(../images/common/img_hashira.png) no-repeat;
  background-size: 100% auto;
  top: 0;
  right: -1.286vw;
}
.products-kv-main-txt,
.products-kv-main-img,
.products-kv-main-logo {
  position: absolute;
  z-index: 0;
}
.products-kv-main-img {
  z-index: 1;
}
.products-kv-sub {
  position: relative;
  height: 15.643vw;
}
.products-kv-sub-img {
  position: relative;
  z-index: 3;
}
.products-kv-sub-inner {
  display: flex;
  justify-content: flex-end;
  max-width: 75.714vw;
  margin: 0 auto;
}
.products-kv-sub-txt {
  text-align: center;
  line-height: 2;
  padding-top: 2.857vw;
  padding-right: 2.857vw;
  font-size: 1.286vw;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.products-kv-main {
  height: 170.133vw;
  margin-bottom: 77.333vw;
  overflow: visible;
}
.products-kv-main:before {
  width: 13.067vw;
  left: -5.067vw;
  background: url(../images/common/img_hashira_sp.png) no-repeat;
  background-size: 100% auto;
}
.products-kv-main:after {
  width: 13.067vw;
  right: -5.067vw;
  background: url(../images/common/img_hashira_sp.png) no-repeat;
  background-size: 100% auto;
}
.products .products-kv-main-txt {
  bottom: -77.333vw;
  height: 77.333vw;
  top: inherit;
  z-index: 2;
  right: 0;
  width: 100%;
}
.products-kv-sub {
  height: auto;
}
.products-kv-sub-inner {
  flex-direction: column-reverse;
  flex-wrap: wrap;
  max-width: 90%;
  padding-bottom: 30px;
}
.products .products-kv-sub-img {
  width: 100%;
  margin-top: -18vw;
}
.products .products-kv-sub-txt {
  width: 100%;
  padding-top: 2.857vw;
  padding-right: 0;
  font-size: 1.4rem;
}
.products-kv-main-txt p {
  position: absolute;
  width: 94%;
  left: 0;
  right: 0;
  margin: auto;
}

}

/* products-lineup
//* -------------------------------------------------- */
.products-lineupmain {
  position: relative;
}
.products-lineuptop {
  position: relative;
  padding: 180px 3.929vw;
  margin-top: -1px;
}
.products-lineuptop-block {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.products-lineuptop-block:nth-child(n+2) {
  margin-top: 120px;
}
.products-lineuptop-block:nth-child(even) {
  flex-direction: row-reverse;
}
.products-lineuptop-img {
  width: 490px;
  width: 35vw;
}
.products-lineuptop-txts {
  margin: 0 1.429vw;
}
.products-lineuptop-ttl img {
  height: 2.429vw;
  width: auto;
}
.products-lineuptop-txt {
  color: #542217;
  margin-top: 0.714vw;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.products-lineuptop {
  padding: 80px 0 75px;
  margin-top: -6px;
}
.products-lineuptop-block {
  display: block;
}
.products-lineuptop-block:nth-child(n+2) {
  margin-top: 60px;
}

.products-lineuptop-img {
  width: 92%;
}
.products-lineuptop-block:nth-child(even) .products-lineuptop-img {
  margin-left: 8%;
}
.products-lineuptop-txts {
  margin: 20px 8% 0;
}
.products-lineuptop-block:nth-child(even) .products-lineuptop-txts {
  margin-left: 16%;
}
.products-lineuptop-ttl img {
  height: 21px;
}
.products-lineuptop-txt {
  margin-top: 15px;
  font-size: 1.4rem;
}  
}

.products-lineupmain {
  padding-top: 70px;
}
.products-lineupmain-block {
  padding: 120px 0 60px;
}
.products-lineupmain-block:nth-child(n+2) {
  margin-top: 76px;
}
.products-lineupmain-block.products-lineupmain-block_btn {
  padding: 0px 0 0px;
  margin-top: 50px;
}
.products-lineupmain-block-inner {
  width: 40%;
  margin-left: 50%;
  text-align: center;
}
.products-slide {
  max-width: 420px;
  width: 30vw;
  margin: 0 auto;
  position: relative;
}
.products-slide-thumbnail {
  margin: 23px auto 0;
}
.products-slide-thumbnail .slick-track {
  transform:unset!important;
  display: flex;
  justify-content: center;
  width: auto!important;
  margin: 0 auto!important;
  flex-wrap: wrap;
}
.products-slide-thumbnail.products-slide-thumbnail_min9 .slick-track {
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 440px;
}
.products-special-block .products-slide-thumbnail.products-slide-thumbnail_min9 .slick-track {
  padding-left: 15px;
}
.products-thumbnail-img {
  width: 41px!important;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  margin: 7px 7px 0;
  box-sizing: border-box;
}
.products-thumbnail-img img {
  transform: scale(1.15, 1.15);
}
.products-thumbnail-img.slick-current {
  border: 1px solid rgba(0,0,0,1);
}

.products-slide .slick-next,
.products-slide .slick-prev {
  width: 27px;
  height: 27px;
}
.products-slide .slick-next {
  right: -13%;
}
.products-slide .slick-prev {
  left: -15%;
}
.products-slide .slick-next:before,
.products-slide .slick-prev:before {
  width: 27px;
  height: 27px;
  background: url(../images/common/ico_arrow_en.svg) no-repeat;
  background-size: 100% auto;
}

.products-info {
  margin-top: 20px;
}
.products-info-txt {
  display: inline-block;
  position: relative;
}
.products-info-txt .u-font_dai {
  font-size: 2.4rem;
}
.products-info-date {
  margin-top: 20px;
}
.products-info-date span {
  font-size: 1rem;
}
.products-info-unavailable {
  max-width: 547px;
  margin: 15px auto 0;
  background: #7c7c7c;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  text-align: left;
  text-indent: -1em;
  padding: .5em 1em .8em 2em;
  line-height: 1.3;
}

.products_onlineshop-ico {
  display: block;
  position: absolute;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #c7ae4c;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -50px;
  transition: .3s;
}
.products_onlineshop-ico:after {
  display: block;
  content: '';
  position: absolute;
  width: 19px;
  height: 18px;
  top: 2px;
  margin: auto;
  bottom: 0;
  right: 0;
  left: -2px;
  background: url(../images/common/ico_cart.svg) no-repeat;
  background-size: 100% auto;
}
.products-info-sub {
  font-size: 1rem;
  margin-top: 5px;
}
.products-info .u-hoverButton {
  margin-top: 10px;
}
.products-lineupbottom {
  padding: 55px 0 90px;
}

.product-lineupbottom-btn {
  margin-left: 43%;
  display: block;
  margin-bottom: 30px;
}
.product-material {
  position: relative;
  margin-left: 66.8%;
  line-height: 1;
}
.product-material_btn {
  text-indent: 20px;
  display: inline-block;
  position: relative;
}
.product-material_btn:after {
  border-bottom: 2px dotted #000;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
}
.product-material_btn span {
  position: relative;
}
.product-material_btn span:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: .75em;
  left: -25px;
}
.product-material_btn span:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #000;
  position: absolute;
  top: .3em;
  left: -18px;
}
.products-info-atten {
  margin-top: 20px;
}
.products-info-atten a {
  display: inline-block;
  border: 1px solid #000;
  font-size: 1.4rem;
  padding: 0 1em 3px 2em;
  position: relative;
}
.products-info-atten a:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #000;
  position: absolute;
  top: .9em;
  left: 8px;
}
.products-info-atten a:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #000;
  position: absolute;
  top: .5em;
  left: 14px;
}
.products-character {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 1px) and (min-width: 769px) {
.products_onlineshop-ico:hover {
  transform: scale(1.2, 1.2);
}
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.products-lineupmain {
  padding-top: 50px;
  margin-top: -6px;
}
.products-lineupmain-block {
  padding: 30px 0 35px;
}
.products-lineupmain-block:nth-child(n+2) {
  margin-top: 50px;
}
.products-lineupmain-block-inner {
  width: 100%;
  margin-left: 0;
}
.products-slide {
  max-width: 420px;
  width: 80%;
}
.products-slide-thumbnail {
  margin-top: 15px;
}
.products-special-block .products-slide-thumbnail.products-slide-thumbnail_min9 .slick-track {
  padding-left: 20px;
}
.products-thumbnail-img {
  width: 29px!important;
  margin: 5px 5px 0;
}

.products-slide .slick-next {
  right: -6%;
}
.products-slide .slick-prev {
  left: -6%;
}

.products-info {
  margin-top: 10px;
}
.products-info-txt .u-font_dai {
  font-size: 2rem;
}
.products-info-unavailable {
  width: 78%;
  font-size: 1.5rem;
}

.products_onlineshop-ico {
  width: 35px;
  height: 35px;
  right: -50px;
}
.products_onlineshop-ico:after {
  width: 16px;
  height: 15px;
  top: 2px;
  left: -2px;
}
.products-info-sub {
  margin-top: 8px;
}
.products-info .u-hoverButton {
    margin-top: 15px;
}
.products-lineupbottom {
  padding: 70px 0 169.333vw;
}
.product-lineupbottom-btn {
  margin: 0 auto 20px;
}
.product-material {
  margin: 0 auto;
  text-align: center;
}
.product-material_btn {
  text-indent: 20px;
  font-size: 1rem;
}
.product-material_btn:after {
  border-bottom: 1.5px dotted #000;
  bottom: -10px;
  width: 110%;
}
.product-material_btn span:before {
  width: 10px;
  top: .75em;
  left: -15px;
}
.product-material_btn span:after {
  height: 10px;
  top: .3em;
  left: -10.5px;
}

.products-info-atten a {
  font-size: 1.1rem;
}
.products-info-atten a:before {
  width: 10px;
}
.products-info-atten a:after {
  height: 10px;
  left: 12.5px;
}
.products-character {
  top: inherit;
  bottom: 0;
}
}

/* products-special
//* -------------------------------------------------- */
.products-special {
  padding: 140px 0;
}
.products-special-block {
  max-width: 1039px;
  margin: 0 auto;
  position: relative;
  width: 96%;
}
.products-special-block:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - 214px - 181px);
  top: 0;
  margin: auto;
  bottom: 0%;
  z-index: 0;
}
.products-special-blockinner {
  position: relative;
  padding: 100px 6% 164px;
  z-index: 1;
}
.products-special-heading {
  width: 302px;
  margin: 0 auto;
}
.products-special-top {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
}

.products-special-top .products-lineupmain-block-inner {
  width: 50%;
  margin-left: 0;
}
.products-special-top .products-slide {
  max-width: 469px;
  width: 33.5vw;
  margin: 0 auto;
}
.products-special-top .products-slide:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 103%;
  margin: auto;
  /*min-width: 330px;*/
}
.products-slide .slick-list {
  max-width: 366px;
  /*min-width: 240px;*/
  width: 26.143vw;
  padding: 0.571vw 0 0;
  margin: 0 auto!important;
}
.products-special-top .products-thumbnail-img {
  min-width: 30px;
}
.products-special-top .slick-prev {
  left: 6%;
  top: 15px;
}
.products-special-top .slick-next {
  right: 3%;
  top: 15px;
}
.products-special .products-slide .slick-next:before,.products-special .products-slide .slick-prev:before {
  width: 11px;
  height: 21px;
  background: url(../images/common/ico_arrow_Rbl.svg) no-repeat; 
  background-size: 100% auto;
}
.products-special-info {
  width: 48%;
}
.products-special-name {
  font-size: 2rem;
}
.products-special-txt {
  margin-top: 5px;
  font-size: 1.8rem;
}
.products-special-txt span {
  font-size: 1.2rem;
}

.products-special-set {
  display: flex;
}
.products-special-set-add .u-font_dai {
  font-size: 1.8rem;
}
.products-special-set-add .u-font_yen {
  font-size: 1.4rem;
}
.products-special-set-add .u-font_sm {
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
}
.products-special-set {
  margin-top: 35px;
}
.products-special-set-img {
  width: 10.214vw;
  max-width: 143px;
  margin-right: 10px;
}
.products-special-set-add {
  width: fit-content;
  margin-right: 1.071vw;
}
.products-special-set-btn {
  position: relative;
  right: inherit;
  margin: auto 0;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.products-special {
  padding: 50px 0 75px;
}
.products-special-block {
  width: 94%;
}
.products-special-block:before {
  height: calc(100% - 100px - 125px);
}
.products-special-blockinner {
  padding: 65px 3% 70px;
}
.products-special-heading {
  width: 57.467vw;
  max-width: 215px;
}
.products-special-top {
  flex-wrap: wrap;
  margin: 5px auto 0;
  text-align: center;
}
.products-special-top .products-lineupmain-block-inner {
  width: 100%;
  margin-top: 25px;
}
.products-special-top .products-slide {
  max-width: 370px;
  width: 100%;
}
.products-special-top .products-slide:before {
  background-size: auto 100%!important;
  background-position: center!important;
  height: 103%;
}
.products-slide .slick-list {
  max-width: 305px;
  width: 100%;
  padding: 7px 0 0;
}
.products-special .products-slide .slick-list {
  max-width: 281px;
  width: 80%;
  padding: 7px 0 0;
}
.products-special-top .products-thumbnail-img {
  min-width: 28px;
}
.products-special .products-slide-thumbnail .slick-list {
  padding: 0 25px!important;
}
.products-special-info {
  width: 100%;
}
.products-special-name {
  font-size: 1.7rem;
}
.products-special-txt {
  margin-top: 10px;
  font-size: 1.2rem;
}
.products-special-txt span {
  font-size: 1rem;
}
.products-special-set {
  width: 94%;
  margin: 30px auto 0;
}
.products-special-set-add {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.5;
}
.products-special-set-add .u-font_dai {
  font-size: 1.6rem;
}
.products-special-set-add .u-font_yen {
  font-size: 1.2rem;
}
.products-special-set-add .u-font_sm {
  font-size: 1rem;
}
.products-special-set-img {
  width: 27.333vw;
  max-width: 205px;
  margin-right: 10px;
}
.products-special-set-add {
  margin-right: 1.071vw;
  width: calc(100% - 27.333vw - 55px);
}
}
@media screen and (min-width: 1px) and (max-width: 400px) {
.products-special .products-slide .slick-list {
  max-width: 256px;
  width: 77%;
}
}

.products-special-bottom {
  margin-top: 80px;
  padding: 4px;
  background: #ccc;
}
.products-special-lists {
  border: 3px solid #fff;
  color: #fff;
  padding: 40px 5% 50px;
}
.products-special-lists > li {
  border-bottom: 2px solid #fff; 
}
.products-special-lists > li:nth-child(n+2) {
  margin-top: 20px;
}
.products-special-tab {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.products-special-tab_date {
  width: 12.714vw;
  max-width: 175px;
}
.products-special-tab_date img {
  height: 50px;
  width: auto;
}
.products-special-tab_shop {
  width: calc(100% - 12.714vw);
}

.products-special-accordionarea {
  padding: 30px 4% 20px;
}
.tab-box-wrap {
  display: flex;
  justify-content: space-between;
}
.tab-box {
  position: relative;
  width: 100%;
}
.tab-box-wrap .tab-box {
  width: 48%;
  display: flex;
}
.tab-box-wrap .tab-ttl {
  width: 6.5em;
}
.tab-box-wrap .tab-txt {
  margin-top: 2px;
}
.tab-box:after {
  border-bottom: 2px dotted #000;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.tab-add {
  margin-top: 40px;
}
.tab-txt {
  font-size: 1.2rem;
}
.tab-txt a {
  color: #fff;
  display: inline-block;
}
.tab-lists {
  margin-top: 10px;
  padding-left: 0.6rem;
}
.tab-lists li {
  position: relative;
}
.tab-lists li:before {
  content: "";
  width: 2px;
  height: 2px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  position: relative;
  left: -6px;
  top: -3px;
}
.products-special-accordionarea .u-hoverButton {
  margin-top: 25px;
  max-width: 346px;
}
.products-special-accordionarea .u-hoverButton {
  background-color: #c7ae4c;
}
.products-special-accordionarea .u-hoverButton_in {
  border-color: #1a170a;
}
.products-special-onlineshop a {
  color: #fff;
  padding: 5px 0 20px;
  position: relative;
}
.products-special-onlineshop a:after {
  display: block;
  content: '';
  position: absolute;
  width: 12px;
  height: 22px;
  margin: auto;
  background: url(../images/common/ico_arrow_Rw.svg) no-repeat;
  background-size: 100% auto;
  top: 5%;
  right: 1.7%;
  transition: all .3s ease-out;
}
.products-special-onlineshop .products-special-tab {
  padding-bottom: 0;
}
.products-special-onlineshop .products-special-tab_date img {
  height: 25px;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.products-special-bottom {
  margin: 30px auto 0;
  width: 96%;
  padding: 3px;
}
.products-special-lists {
  border-width: 1.5px;
  padding: 25px 5% 30px;
}
.products-special-lists > li {
  border-width: 1px;
}
.products-special-lists > li:nth-child(n+2) {
  margin-top: 15px;
}
.products-special-tab {
  padding-bottom: 10px;
}
.products-special-tab_date {
  width: 20.667vw;
  max-width: 155px;
}
.products-special-tab_shop {
  width: calc(100% - 25.667vw);
  font-size: 1.2rem;
  line-height: 1.5;
}
.products-special-tab_date img {
  height: 30px;
}
.js-accordiontab::before, .js-accordiontab::after {
  width: 12px;
  height: 1px;
}

.products-special-onlineshop .products-special-tab_date img {
  height: 15px;
  vertical-align: inherit;
}
.products-special-onlineshop a {
  padding: 0px 0 10px;
}
.products-special-onlineshop a:after {
  width: 7px;
  height: 14px;
  top: 12%;
  right: 2.2%;
}

.products-special-accordionarea {
  padding: 0px 0% 20px;
}
.tab-box-wrap {
  display: block;
}
.tab-box-wrap .tab-box {
  width: 100%;
}
.tab-box-wrap .tab-box:nth-child(n+2) {
  margin-top: 25px;
}
.tab-ttl {
  font-size: 1.2rem;
}
.tab-txt {
  font-size: 1rem;
}
.tab-box:after {
  border-width: 1.5px;
  bottom: -15px;
}
.tab-add {
  margin-top: 25px;
}
.tab-lists {
  margin-top: 5px;
}
.products-special-accordionarea .u-hoverButton {
  width: 100%;
}

}

/* products-contact
//* -------------------------------------------------- */
.products-contact {
  padding: 110px 0 80px;
  position: relative;
}
.products-contact-inner {
  max-width: 560px;
  width: 40vw;
  margin: 0 auto 0;
}
.products-contact-atten {
  font-size: 1.2rem;
}
.products-contact-atten li {
  position: relative;
  padding-left: 1em;
}
.products-contact-atten li:before {
  display: block;
  content: '※';
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.products-contact-atten a {
  display: inline-block;
  text-decoration: underline;
}
.products-contact-atten .contact_tel {
  text-decoration: none;
}
.products-contact-board {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/common/products_bg_sns.png) no-repeat;
  background-size: 100% auto;
  max-width: 454px;
  max-height: 79px;
  width: 32.429vw;
  height: 5.643vw;
  margin: 40px auto 0;
}
.products-contact-board_ttl {
  max-width: 145px;
  margin-right: 15px;
  width: 10.357vw;
  margin-right: 1.071vw;
}
.products-contact-board_ttl img {
  vertical-align: middle;
}
.products-contact-board_sns01,
.products-contact-board_sns02,
.products-contact-board_sns03 {
  max-width: 38px;
  max-height: 38px;
  width: 2.714vw;
  height: 2.714vw;
  /*margin: 0 1.071vw;*/
  margin: 0 max(1.071vw, 10px);
}
.products-contact-board_sns01 img,
.products-contact-board_sns02 img,
.products-contact-board_sns03 img {
  vertical-align: top;
}
.products-contact-img {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 100%;
}
.products-contact-imgL {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: calc(50% + 22vw); 
}
.products-contact-imgR {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: calc(50% + 22vw); 
}
@media screen and (min-width: 1px) and (min-width: 769px) {
.products-contact-board_sns01:hover,
.products-contact-board_sns02:hover,
.products-contact-board_sns03:hover {
  transform: scale(1.2, 1.2);
}
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.products-contact {
  padding: 30px 0 60px;
}
.products-contact-inner {
  width: 90%;
  margin: 20px auto 0;
}
.products-contact-atten {
  font-size: 1rem;
}
.products-contact-atten li {
  margin-top: .5em;
}
.products-contact-atten .contact_tel {
  text-decoration: none;
}
.products-contact-board {
  width: 325px;
  height: 57px;
  margin: 30px auto 0;
}
.products-contact-board_ttl {
  width: 105px;
  height: 18px;
  margin-right: 15px;
}
.products-contact-board_ttl img {
  vertical-align: top;
}
.products-contact-board_sns01,
.products-contact-board_sns02,
.products-contact-board_sns03 {
  width: 28px;
  height: 28px;
  margin: 0 10px;
}
.products-contact-img {
  display: flex;
  justify-content: space-between;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.products-contact-imgL {
  position: relative;
  margin: auto;
  top: inherit;
  bottom: inherit;
  right: inherit;
  width: 48%;
}
.products-contact-imgR {
  position: relative;
  margin: auto;
  top: inherit;
  bottom: inherit;
  left: inherit;
  width: 48%; 
}
}

@media screen and (min-width: 1px) and (max-width: 375px) {
.products-contact-board {
  zoom: .9;
}
}

