@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Add Coco-jet Custom
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ==============================

Selector

============================== */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  color: #131313;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  font-size: 3.4666666667vw;
  line-height: 1.8;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 100%;
    font-size: 1.6rem;
  }
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s ease-in, color 0.2s ease-in, background-color 0.2s ease-in;
}

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

/* ----- TOPローディング ----- */
#loader-bg {
  background: #fff;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader {
  position: absolute;
  width: 80px;
  display: flex;
  justify-content: space-between;
}

.loader-circle {
  width: 20px;
  height: 20px;
  background-color: #999;
  border-radius: 50%;
  animation: loading 1s infinite;
}
.loader-circle:nth-child(2) {
  animation-delay: 0.1s;
}
.loader-circle:nth-child(3) {
  animation-delay: 0.2s;
}

@keyframes loading {
  0% {
    transform: scale(0.1);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* ==============================

Module

============================== */
.spOnly {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

.pcOnly {
  display: none;
}
@media screen and (min-width: 768px) {
  .pcOnly {
    display: inline-block;
  }
}

.cntBlock {
  padding: 80px 0 0px;
}
.cntBlock.-bgColor01 {
  background-color: rgba(28, 28, 28, 0.3);
}
.cntBlock.-bgColor02 {
  background-color: #C2C2C2;
}
.cntBlock.-bgColor03 {
  background-color: rgba(255, 255, 255, 0.05);
}
@media screen and (min-width: 768px) {
  .cntBlock {
    padding: 80px 0 0;
  }
}

.cntBlock01 {
  padding-top: 80px;
}

.heding {
  margin: 0;
  font-size: 28px;
  line-height: 1;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .heding {
    text-align: center;
  }
}

.heding_en {
  display: block;
  color: #1C1C1C;
  line-height: 1;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .heding_en {
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .heding_left {
    text-align: center;
  }
}

.heding_ja {
  position: relative;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  color: #000000;
  margin: 18px 0 1.013em 0;
}
@media screen and (min-width: 768px) {
  .heding_ja {
    text-align: center;
  }
}

.lead h3 {
  font-size: 20px;
  font-weight: 600;
}
.lead p {
  font-size: 16px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .lead p {
    margin-bottom: 60px;
    text-align: left;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .lead {
    margin-bottom: 60px;
    text-align: center;
    margin: 0;
  }
}

.underline {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
  background-color: rgba(255, 255, 255, 0.36);
}
.underline::before {
  position: absolute;
  top: auto;
  left: 0;
  content: "";
  z-index: -1;
  width: 0;
}

/* ==============================

Block

============================== */
.wrapper {
  overflow: hidden;
  margin: 0 auto;
}
.inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 960px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .inner {
    padding: 0;
  }
}

/* ==============================

Header

============================== */
/* 
Header sub
------------------------------ */
.header,
.header02 {
  position: fixed;
  width: 100%;
  background-color: #000000;
  z-index: 20;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.18);
}

.headerContainer {
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .headerContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 25px 0;
    max-width: 960px !important;
  }
}
.headerContainer .inner {
  max-width: 960px !important;
}

.headerLogo {
  position: relative;
  width: 161px;
  margin: 0;
  z-index: 2;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .headerLogo {
    width: 154px;
  }
}

.headerNav_items {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  background-color: #000000;
}
.headerNav_items.-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .headerNav_items {
    position: relative;
    display: flex;
    top: auto;
    right: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
    flex-wrap: wrap;
  }
}

.headerNav_item:nth-child(9) a {
  padding: 1.5rem 1rem 1.5em 3em;
  margin: 0;
  width: 70px;
}
.headerNav_item:nth-child(10) a {
  padding: 1.5rem 1rem 1.5em 3em;
  margin: 0;
  width: 70px;
}
@media screen and (min-width: 768px) {
  .headerNav_item {
    list-style: 1;
  }
  .headerNav_item:nth-child(6) {
    margin-right: 10px;
  }
  .headerNav_item:nth-child(6) A {
    padding: 4px 8px;
    border: 3px solid #ffffff;
  }
  .headerNav_item:nth-child(7) {
    margin-right: 10px;
  }
  .headerNav_item:nth-child(7) A {
    padding: 4px 8px;
    border: 3px solid #ffffff;
  }
  .headerNav_item:nth-child(8) {
    margin-right: 10px;
  }
  .headerNav_item:nth-child(8) A {
    padding: 4px 8px;
    border: 3px solid #ffffff;
  }
  .headerNav_item:nth-child(9) a {
    padding: 0;
    margin: 0;
    width: 30px;
  }
  .headerNav_item:nth-child(10) a {
    padding: 0;
    margin: 0;
    width: 30px;
  }
}
@media screen and (min-width: 980px) {
  .headerNav_item {
    list-style: 1;
  }
  .headerNav_item:nth-child(9) {
    margin: 0 0 0 0px;
  }
  .headerNav_item:nth-child(9) a {
    padding: 0;
    margin: 0;
    width: 30px;
  }
  .headerNav_item:nth-child(10) {
    margin: 0 0 0 0px;
  }
  .headerNav_item:nth-child(10) a {
    padding: 0;
    margin: 0;
    width: 30px;
  }
}

.headerNav_item a {
  position: relative;
  display: block;
  padding: 1.5rem 1rem 1.5em 3em;
  color: #fff;
}
.headerNav_item a::before {
  position: absolute;
  top: 50%;
  left: 1em;
  content: "";
  z-index: 1;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.4em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .headerNav_item a:hover:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .headerNav_item a {
    padding: 4px 4px;
    font-size: 12px;
    line-height: 1;
    border: 5px solid black;
  }
  .headerNav_item a::before {
    content: none;
  }
}
@media screen and (min-width: 980px) {
  .headerNav_item a {
    font-size: 12px;
    line-height: 1;
    border: 5px solid black;
  }
  .headerNav_item a::before {
    content: none;
  }
}

.headerNav_button {
  display: block;
  position: absolute;
  right: 4.2666666667vw;
  top: 13px;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  border: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .headerNav_button {
    display: none;
  }
}

.item02,
.item03 {
  cursor: pointer;
}

.headerNav_buttonLine {
  position: relative;
  display: block;
  width: 30px;
  margin: 0 auto 28px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}
.headerNav_buttonLine:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}
.headerNav_buttonLine:after {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}
.headerNav_buttonLine.-close {
  transform: translateY(10px) rotate(45deg);
}
.headerNav_buttonLine.-close:before {
  opacity: 0;
}
.headerNav_buttonLine.-close:after {
  transform: translateY(-20px) rotate(-90deg);
}

#breadcrumb {
  font-size: 9px;
  padding: 72px 16px 24px 16px;
  position: relative;
  z-index: 2;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (min-width: 768px) {
  #breadcrumb {
    max-width: 900px;
    margin: 0 auto;
    padding: 100px 16px 0;
    position: relative;
    z-index: 2;
  }
}
#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
#breadcrumb ul li a {
  color: #131313;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
}

/* ==============================

Hero

============================== */
/* 
Hero sub
------------------------------ */
.hero {
  position: relative;
  width: 100%;
}
.hero div {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .hero .heromain img {
    height: 614px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0px 72px;
    object-position: 0px -4%;
  }
}

.hero_slider {
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .hero_slider {
    padding-top: 80px;
  }
}

.hero_slider_itme {
  width: 100%;
}

/* ==============================

About

============================== */
/* 
About sub
------------------------------ */
#about {
  position: relative;
  z-index: 1;
}
#about .heding_en {
  text-align: center;
  color: #000000;
  margin: 0;
}
#about .heding_ja {
  width: 216px;
  margin: 0 auto;
}

.lead {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lead {
    display: flex;
    justify-content: space-around;
  }
}
.lead .lead_sub {
  padding: 48px 16px;
  max-width: 450px;
  margin: 0 auto;
}
.lead h3 {
  text-align: left;
  margin: 0;
  padding-bottom: 40px;
}
.lead .picSetBlock {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lead .picSetBlock {
    max-width: 450px;
    padding-bottom: 48px;
  }
}

.circle {
  position: absolute;
  left: 0;
  z-index: -2;
  height: 100%;
  width: calc(100% - 81px);
  background-color: #C2C2C2;
  opacity: 0.24;
}
@media screen and (min-width: 768px) {
  .circle {
    width: calc(100% - 210px);
  }
}

.picSetBlock {
  margin: 3.139em 0 0;
}
@media screen and (min-width: 768px) {
  .picSetBlock {
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
  }
}

.picSetBlock_image {
  margin: 0 auto;
  margin-top: 40px;
}

.more_button {
  padding: 20px 0 0;
  text-align: center;
}
.more_button a {
  font-size: 16px;
  font-family: 600;
  background-color: #000000;
  padding: 16px 24px;
  color: #ffffff;
  line-height: 1;
}

/* ==============================

Slider

============================== */
/* 
Slider sub
------------------------------ */
.slick-arrow {
  z-index: 2 !important;
  width: 90px !important;
  height: 60px !important;
}

.slick-next {
  right: -30px !important;
}

.slick-prev {
  left: -30px !important;
}

#slider {
  margin-right: auto;
  position: relative;
}

h2 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  h2 {
    text-align: center !important;
  }
}
h2 p {
  margin: 0;
  padding-bottom: 48px;
}

.heding_ja {
  margin: 0;
  padding-bottom: 48px;
  text-align: center;
  font-size: 28px;
}
.slider_items {
  margin: 0 auto;
  max-width: 418px;
}
@media screen and (min-width: 768px) {
  .slider_items {
    max-width: 960px;
    padding: 0 32px;
  }
}
.slider_item {
  margin: 0 auto;
  padding: 48px 32px;
}
@media screen and (min-width: 768px) {
  .slider_item {
    padding: 48px 4px;
  }
}
.slider_item .bottles {
  height: 649px;
  padding: 15px;
  border: solid 1px #C2C2C2;
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .slider_item .bottles {
    height: 750px;
  }
}
@media screen and (min-width: 980px) {
  .slider_item .bottles {
    height: 670px;
  }
}
.slider_item .bottles .bottle {
  width: 93px;
  margin: 0 auto;
}
.slider_item .bottles .bottle_p {
  text-align: center;
  font-size: 16px;
}
.slider_item .bottles .bottle_p h4 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 16px;
}
.slider_item .bottles .bottle_p h4 p {
  line-height: 1;
  text-align: center;
  margin: 0 0 4px 0;
  font-size: 11px;
}
.slider_item .bottles .bottle_p p {
  text-align: left;
  line-height: 1.875;
  margin: 0;
}
.slider_item .bottles .more_button {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.sliderContainer {
  position: relative;
}
.sliderContainer .point_back {
  position: absolute;
  left: 0;
  z-index: -2;
  height: 100%;
  width: calc(100% - 81px);
  background-color: #C2C2C2;
  opacity: 0.24;
}
@media screen and (min-width: 768px) {
  .sliderContainer .point_back {
    width: 76.9230769231%;
  }
}

#photo02 {
  display: none;
}
@media screen and (min-width: 768px) {
  #photo02 {
    display: block;
    width: 187px;
    margin: 0 auto;
    padding-bottom: 96px;
  }
}

/* ==============================

movie

============================== */
#movie {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
}
#movie .heding p {
  margin: 0;
}

.movie_blocks {
  position: relative;
}

.movie_block {
  position: relative;
}
.movie_block .Movie_back {
  position: absolute;
  background-color: #C2C2C2;
  opacity: 0.24;
  width: 331px;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
@media screen and (min-width: 768px) {
  .movie_block .Movie_back {
    width: calc(100% - 100px);
  }
}
.movie_block .movies {
  padding: 48px 0;
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  z-index: 1;
}
.movie_block .movies video {
  position: relative;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

/* ==============================

EVENT&NEWS

============================== */
#event {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #event {
    padding-top: 80px;
  }
}
#event .inner {
  padding: 80px 0 80px;
}
@media screen and (min-width: 768px) {
  #event h2 {
    text-align: center !important;
  }
}
#event .heding {
  margin: 0;
  margin: 0;
  text-align: center;
  font-size: 28px;
}
#event .heding p {
  margin: 0;
}

.sliderContainer02 {
  position: relative;
}
.sliderContainer02 .Movie_back {
  position: absolute;
  background-color: #C2C2C2;
  opacity: 0.24;
  width: 271px;
  height: 100%;
  z-index: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .sliderContainer02 .Movie_back {
    width: 68.9655172414%;
  }
}

.blog_items {
  z-index: 2;
  position: relative;
  padding: 48px 0 48px 32px;
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (min-width: 768px) {
  .blog_items {
    padding-left: 0;
  }
}

.blog_item {
  padding: 0 8px;
  z-index: 2;
  position: relative;
}
.blog_item time {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 8px 0;
}
.blog_item .h4title {
  margin: 0;
  font-size: 14px;
}

.blog_photo img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/3;
}

/* ==============================

brand01_page

============================== */
/* 
brand_about
------------------------------ */
.brand_hero {
  padding: 65px 0 0;
}
@media screen and (min-width: 768px) {
  .brand_hero {
    padding: 96px 0 0;
  }
}

#brand_about {
  position: relative;
}
@media screen and (min-width: 768px) {
  #brand_about .brand_about_blocks {
    display: flex;
    max-width: 768px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  #brand_about .brand_about_blocks {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #brand_about .brand_about_blocks .inner {
    padding: 0;
    max-width: 352px;
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 980px) {
  #brand_about .brand_about_blocks .inner {
    padding: 0;
    max-width: 416px;
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  #brand_about .brand_about_blocks_second {
    display: flex;
    max-width: 768px;
    margin: 0 auto;
    flex-direction: row-reverse !important;
  }
}
@media screen and (min-width: 980px) {
  #brand_about .brand_about_blocks_second {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #brand_about .brand_about_blocks_second .inner {
    padding: 0;
    max-width: 352px;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 980px) {
  #brand_about .brand_about_blocks_second .inner {
    padding: 0;
    max-width: 416px;
    margin-right: 0;
    margin-left: auto;
  }
}
#brand_about .brand_about_blocks02 {
  position: relative;
}
#brand_about .brand_about_blocks02 .brand_about_block02 {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  #brand_about .brand_about_blocks02 .brand_about_block02 {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  #brand_about .brand_about_blocks02 .brand_about_block02 {
    max-width: 960px;
    margin: 0 auto;
  }
}
#brand_about .brand_about_blocks02 .brand_about_block02 .picSetContainer .circle {
  width: 260px;
  height: 100%;
  right: 0;
  left: auto;
}
@media screen and (min-width: 768px) {
  #brand_about .brand_about_blocks02 .brand_about_block02 .picSetContainer .circle {
    left: 0 !important;
    width: 66.6666666667%;
  }
}

.brand_about_block {
  position: relative;
}
.brand_about_block .picSetContainer .circle {
  width: 260px;
  height: 100%;
  left: auto;
}
@media screen and (min-width: 768px) {
  .brand_about_block .picSetContainer .circle {
    left: 0 !important;
    width: 66.6666666667%;
  }
}

.brand_heding {
  font-size: 20px;
  font-weight: 600;
  padding: 48px 0 0;
}
@media screen and (min-width: 768px) {
  .brand_heding {
    padding: 64px 0 0;
    text-align: left !important;
  }
}
.brand_heding .brand_heding_en {
  padding-bottom: 40px;
}

.brand_lead {
  font-size: 16px;
  font-weight: 300;
}
.brand_lead .brand_lead_sub p {
  margin: 0;
  line-height: 1.75;
}

.brand_photo {
  padding: 48px 0;
  max-width: 480px;
}
@media screen and (min-width: 768px) {
  .brand_photo {
    max-width: 352px;
    padding: 64px 0 0;
  }
}
@media screen and (min-width: 980px) {
  .brand_photo {
    max-width: 480px;
  }
}

.brand_photos {
  padding: 0 0 48px;
}
@media screen and (min-width: 768px) {
  .brand_photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* Safari etc. */
    -ms-align-items: flex-start;
    /* IE10        */
    align-items: flex-start;
    position: relative;
    padding: 64px 0;
  }
}
@media screen and (min-width: 980px) {
  .brand_photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* Safari etc. */
    -ms-align-items: flex-start;
    /* IE10        */
    align-items: flex-start;
    position: relative;
  }
}
.brand_photos .brand_photos_gallery {
  padding: 48px 0 0 0;
  max-width: 327px;
}
@media screen and (min-width: 980px) {
  .brand_photos .brand_photos_gallery {
    max-width: none;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .brand_photos .brand_photos_gallery:nth-child(odd) {
    margin: 0;
    max-width: 352px;
  }
}
@media screen and (min-width: 980px) {
  .brand_photos .brand_photos_gallery:nth-child(odd) {
    margin: 0;
    max-width: 416px;
  }
}
.brand_photos .brand_photos_gallery:nth-child(even) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .brand_photos .brand_photos_gallery:nth-child(even) {
    margin: 0;
    max-width: 352px;
  }
}
@media screen and (min-width: 980px) {
  .brand_photos .brand_photos_gallery:nth-child(even) {
    margin: 0;
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .brand_photos .brand_photos_gallery:nth-child(3) {
    margin: 0;
    padding-top: 64px;
  }
}
@media screen and (min-width: 980px) {
  .brand_photos .brand_photos_gallery:nth-child(3) {
    margin: 0;
    padding-top: 64px;
  }
}
.brand_photos .brand_photos_gallery:nth-child(4) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .brand_photos .brand_photos_gallery:nth-child(4) {
    margin: 0;
    padding-top: 64px;
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 980px) {
  .brand_photos .brand_photos_gallery:nth-child(4) {
    position: absolute;
    bottom: 0;
    padding: 128px 0 0;
    top: 306px;
    right: 0;
  }
}
.brand_photos .gallerycenter {
  margin: 0 auto;
}

/* 
wine_about
------------------------------ */
#wine_about {
  position: relative;
}
#wine_about .wine_about_block {
  position: relative;
}
#wine_about .wine_about_block .picSetContainer .circle {
  height: 100%;
  width: 294px;
}
@media screen and (min-width: 768px) {
  #wine_about .wine_about_block .picSetContainer .circle {
    right: 0 !important;
    left: auto;
    width: 71.4285714286%;
  }
}
@media screen and (min-width: 768px) {
  #wine_about .wine_about_blocks {
    display: flex;
    flex-direction: row-reverse;
    max-width: 768px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  #wine_about .wine_about_blocks {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #wine_about .wine_about_blocks .inner {
    padding: 0;
    max-width: 352px;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 980px) {
  #wine_about .wine_about_blocks .inner {
    padding: 0;
    max-width: 480px;
  }
}
#wine_about .wine_about_blocks02 {
  position: relative;
}
#wine_about .wine_about_blocks02 .wine_about_block02 {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  #wine_about .wine_about_blocks02 .wine_about_block02 {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  #wine_about .wine_about_blocks02 .wine_about_block02 {
    max-width: 960px;
    margin: 0 auto;
  }
}
#wine_about .wine_about_blocks02 .wine_about_block02 .picSetContainer .circle {
  height: 100%;
  right: 0;
  left: auto;
  width: 260px;
}
@media screen and (min-width: 768px) {
  #wine_about .wine_about_blocks02 .wine_about_block02 .picSetContainer .circle {
    width: 75.7575757576%;
  }
}

.wine_heding {
  font-size: 20px;
  font-weight: 600;
  padding: 48px 0 0;
}
@media screen and (min-width: 768px) {
  .wine_heding {
    text-align: left !important;
    padding: 64px 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .wine_heding {
    padding: 64px 0 0;
  }
}
.wine_heding .wine_heding_en {
  padding-bottom: 40px;
  line-height: 1;
}

.wine_lead {
  font-size: 16px;
  font-weight: 300;
}
.wine_lead .wine_lead_sub p {
  margin: 0;
  line-height: 1.75;
}

.wine_photo {
  padding: 48px 0;
  max-width: 416px;
}
@media screen and (min-width: 768px) {
  .wine_photo {
    padding: 64px 0;
    max-width: 352px;
  }
}
@media screen and (min-width: 980px) {
  .wine_photo {
    padding: 64px 0;
    max-width: 416px;
  }
}

.wine_about_blocks02 {
  position: relative;
}
.wine_about_blocks02 .wine_about_block02 {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .wine_about_blocks02 .wine_about_block02 {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  .wine_about_blocks02 .wine_about_block02 {
    max-width: 960px;
    margin: 0 auto;
  }
}
.wine_about_blocks02 .wine_about_block02 .picSetContainer .circle {
  height: 100%;
  right: 0;
  left: auto;
}
@media screen and (min-width: 768px) {
  .wine_about_blocks02 .wine_about_block02 .picSetContainer .circle {
    right: auto;
    left: 0;
  }
}
.wine_about_blocks02 .wine_photos {
  padding: 0 0 48px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wine_about_blocks02 .wine_photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 768px;
    margin: 0 auto;
    padding: 64px 0;
  }
}
@media screen and (min-width: 980px) {
  .wine_about_blocks02 .wine_photos {
    max-width: 960px;
    display: block;
  }
}
.wine_about_blocks02 .wine_photos .wine_photos_gallery {
  padding: 48px 0 0 0;
  max-width: 327px;
}
@media screen and (min-width: 768px) {
  .wine_about_blocks02 .wine_photos .wine_photos_gallery {
    width: 352px;
    padding: 0;
  }
}
@media screen and (min-width: 980px) {
  .wine_about_blocks02 .wine_photos .wine_photos_gallery {
    max-width: none;
    width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .wine_about_blocks02 .wine_photos .wine_photos_gallery:nth-child(odd) {
    margin: 0;
    max-width: 352px;
  }
}
@media screen and (min-width: 980px) {
  .wine_about_blocks02 .wine_photos .wine_photos_gallery:nth-child(odd) {
    margin: 0;
    max-width: 416px;
  }
}
.wine_about_blocks02 .wine_photos .wine_photos_gallery:nth-child(even) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .wine_about_blocks02 .wine_photos .wine_photos_gallery:nth-child(even) {
    margin: 0;
    max-width: 352px;
  }
}
@media screen and (min-width: 980px) {
  .wine_about_blocks02 .wine_photos .wine_photos_gallery:nth-child(even) {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .wine_about_blocks02 .wine_photos .wine_photos_gallery:nth-child(1) {
    margin: 0;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 980px) {
  .wine_about_blocks02 .wine_photos .wine_photos_gallery:nth-child(1) {
    margin: 0;
    position: absolute;
    top: -128px;
    padding-top: 64px;
  }
}
@media screen and (min-width: 768px) {
  .wine_about_blocks02 .wine_photos .wine_photos_gallery:nth-child(2) {
    margin: 0;
  }
}
@media screen and (min-width: 980px) {
  .wine_about_blocks02 .wine_photos .wine_photos_gallery:nth-child(2) {
    margin: 0;
    max-width: 416px;
    padding-top: 215px;
  }
}
@media screen and (min-width: 980px) {
  .wine_about_blocks02 .wine_photos .wine_photos_gallery:nth-child(3) {
    margin: 0 auto;
    width: 536px;
    max-width: 536px;
    padding-top: 177px;
  }
}
@media screen and (min-width: 768px) {
  .wine_about_blocks02 .wine_photos .wine_photos_gallery:nth-child(4) {
    padding-top: 34px;
  }
}
@media screen and (min-width: 980px) {
  .wine_about_blocks02 .wine_photos .wine_photos_gallery:nth-child(4) {
    position: absolute;
    right: 0;
    top: 64px;
    padding-top: 0;
    max-width: 480px;
  }
}
.wine_about_blocks02 .wine_photos .gallerycenter {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wine_about_blocks02 .wine_photos .gallerycenter {
    margin: 0;
  }
}

/* ==============================

bottle_block

============================== */
#bottle_block .heding_en {
  padding: 0;
}

.bottleContainer .bottle_items {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .bottleContainer .bottle_items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
.bottleContainer .bottle_items .bottle_item {
  padding: 80px 0 0 0;
}
@media screen and (min-width: 768px) {
  .bottleContainer .bottle_items .bottle_item {
    width: 33.3333333333%;
  }
}
.bottleContainer .bottle_items .bottle_item:nth-child(1) {
  padding: 48px 0 0 0;
}
@media screen and (min-width: 768px) {
  .bottleContainer .bottle_items .bottle_item:nth-child(1) {
    padding: 80px 0 0;
  }
}
.bottleContainer .bottle_items .bottle_item .bottle_blocks {
  text-align: center;
  display: block;
}
.bottleContainer .bottle_items .bottle_item .bottle_blocks .bottle_p {
  padding: 0 24px;
  text-align: center;
  display: block;
  max-width: 375px;
  margin: 0 auto;
}
.bottleContainer .bottle_items .bottle_item .bottle_blocks .bottle_p .bottle_h4 {
  text-align: center;
  display: block;
}
.bottleContainer .bottle_items .bottle_item .bottle_blocks .bottle_p .bottle_h4 p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  text-align: center;
}
.bottleContainer .bottle_items .bottle_item .bottle_blocks .bottle_p .bottle_h4 h4 {
  margin: 0;
  font-size: 20px;
  text-align: left;
  display: inline-block;
}
.bottleContainer .bottle_items .bottle_item .bottle_blocks .bottle_p p {
  text-align: left;
  margin: 0;
  padding-top: 48px;
  font-size: 16px;
  line-height: 1.875;
}
.bottleContainer .bottle_items .bottle_item .bottle_blocks .bottle_p p span {
  font-weight: 600;
}
.bottleContainer .gift-box_items {
  padding: 0 16px 80px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .bottleContainer .gift-box_items {
    margin: 0 auto;
    display: flex;
    max-width: 720px;
    padding: 0 0 80px;
  }
}
.bottleContainer .gift-box_items .gift-photo {
  max-width: 360px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bottleContainer .gift-box_items .gift-photo {
    max-width: 360px;
  }
}
.bottleContainer .gift-box_items .gift_photo_p {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .bottleContainer .gift-box_items .gift_photo_p {
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .bottleContainer .gift-box_items .gift_photo_p {
    max-width: 320px;
  }
}
.bottleContainer .gift-box_items .gift_photo_p .bottle_h4 {
  text-align: center;
}
.bottleContainer .gift-box_items .gift_photo_p .bottle_h4 p {
  margin: 0;
  font-size: 16px;
}
.bottleContainer .gift-box_items .gift_photo_p .bottle_h4 h4 {
  margin: 0;
  font-size: 20px;
}
.bottleContainer .gift-box_items .gift_photo_p .gift_p02 {
  margin-top: 48px;
}
.bottleContainer .gift-box_items .gift_photo_p .gift_p02 p {
  font-size: 16px;
  margin: 0;
}
.bottleContainer .gift-box_items .gift_photo_p .gift_p02 .gift_sub {
  position: relative;
  font-size: 14px;
  padding: 0 0 0 14px;
  margin-top: 32px;
}
.bottleContainer .gift-box_items .gift_photo_p .gift_p02 .gift_sub::before {
  content: "※";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
}

/* ==============================

guide_page

============================== */
/* 
guide_hero
------------------------------ */
.guide_hero {
  padding: 48px 16px 0;
}
.guide_hero .guide_hero_title {
  padding: 72px 0 0 0;
  line-height: 1;
  font-size: 20px;
  margin: 0;
  text-align: center;
}

.guide_hero_menu {
  text-align: center;
  display: block;
}
.guide_hero_menu .guide_hero_h3 {
  margin: 0;
  line-height: 1;
  font-size: 18px;
  text-align: center;
  padding-top: 40px;
}
.guide_hero_menu ul {
  padding: 40px 0px;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
.guide_hero_menu ul li:nth-child(6) a {
  margin: 0;
}
.guide_hero_menu ul li a {
  font-size: 16px;
  margin: 0 0 28px 0;
  font-weight: 600;
  line-height: 1;
}

/* 
order_guide
------------------------------ */
.link {
  border-bottom: 1px solid #696969;
}
.link a {
  color: #696969;
}
#order_guide .order_guide {
  position: relative;
  padding: 0 0 64px;
}
#order_guide .guide_title {
  padding: 64px 0 0 9px;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
#order_guide .guide_title::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 24px;
  background-color: #C2C2C2;
  left: 0;
  bottom: -2px;
}
.order_guide_block .about_title {
  padding: 40px 0 0px;
}
.order_guide_block ul li {
  padding: 40px 0 0 0;
}
@media screen and (min-width: 768px) {
  .order_guide_block ul li {
    padding: 40px 16px;
  }
}
.order_guide_block ul .smooth .smooth_irasuto,
.order_guide_block ul .smooth_time .smooth_irasuto,
.order_guide_block ul .smooth_form .smooth_irasuto {
  width: 304px;
  margin: 0 auto;
}
.order_guide_block ul .smooth .smooth_text h5,
.order_guide_block ul .smooth_time .smooth_text h5,
.order_guide_block ul .smooth_form .smooth_text h5 {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  line-height: 1;
  padding: 32px 0 0 0;
}
@media screen and (min-width: 768px) {
  .order_guide_block ul .smooth .smooth_text h5,
  .order_guide_block ul .smooth_time .smooth_text h5,
  .order_guide_block ul .smooth_form .smooth_text h5 {
    font-size: 18px;
  }
}
.order_guide_block ul .smooth .smooth_text h5 span,
.order_guide_block ul .smooth_time .smooth_text h5 span,
.order_guide_block ul .smooth_form .smooth_text h5 span {
  font-size: 28px;
  background-color: #ffffff;
  padding: 15px 8px;
  border-radius: 50%;
  border: solid 1px #C2C2C2;
}
.order_guide_block ul .smooth .smooth_text p,
.order_guide_block ul .smooth_time .smooth_text p,
.order_guide_block ul .smooth_form .smooth_text p {
  margin: 0;
  padding: 32px 0 0;
}
@media screen and (min-width: 768px) {
  .order_guide_block ul .smooth .smooth_text p,
  .order_guide_block ul .smooth_time .smooth_text p,
  .order_guide_block ul .smooth_form .smooth_text p {
    padding: 32px 0 0;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .order_guide_blocks {
    display: flex;
  }
}

.smooth_time .smooth_irasuto {
  width: 133px !important;
}
.smooth_time .smooth_text {
  text-align: center;
  display: block;
}
.smooth_time h5 {
  font-size: 18px !important;
  font-weight: 300;
  text-align: left !important;
  display: inline-block !important;
  margin: 0;
  line-height: 1.5 !important;
}
@media screen and (min-width: 768px) {
  .smooth_time h5 {
    display: block !important;
    text-align: center !important;
  }
}
.smooth_time h5 span {
  font-size: 28px;
  background-color: #ffffff;
  padding: 4px 8px !important;
  border-radius: 8px !important;
  border-color: #C2C2C2;
}
.smooth_time p {
  text-align: left !important;
  display: inline-block !important;
  font-size: 14px !important;
  padding: 32px 0 0 0 !important;
  width: 340px;
  margin: 0 auto;
}
.smooth_time .hurry {
  font-size: 16px !important;
  padding: 32px 0 0 !important;
}
.smooth_time .hurry .link {
  border-bottom: 1px solid #696969;
}
.smooth_time .hurry .link a {
  color: #696969;
}
.smooth_form {
  padding-bottom: 64px !important;
}
.smooth_form .smooth_irasuto {
  width: 208px !important;
}
.smooth_form .smooth_text {
  font-size: 16px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .smooth_form .smooth_text {
    padding: 0;
  }
}
.smooth_form .smooth_text p span {
  border-bottom: 1px solid #C2C2C2;
}
.smooth_form .smooth_text p span a {
  color: #696969;
}
.smooth_form .smooth_text .smooth_text_ul .smooth_text_list02 {
  list-style: "※";
  margin: 0;
  font-size: 14px;
  padding: 16px 0 0;
}

.oreder_guide {
  background-color: #ffffff;
  border: 1px solid #C2C2C2;
  width: 291px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .oreder_guide {
    max-width: 960px;
    width: 100%;
  }
}
.oreder_guide h3 {
  font-size: 20px;
  padding: 40px 0 0 0;
  margin: 0;
  line-height: 1;
}
.oreder_guide .irasuto_block {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .oreder_guide .irasuto_block {
    padding: 0 46px;
  }
}
@media screen and (min-width: 768px) {
  .oreder_guide .oreder_guides {
    display: flex;
    padding: 40px 0 0;
    margin: 0 auto;
    max-width: 960px;
    justify-content: space-around;
  }
}
@media screen and (min-width: 768px) {
  .oreder_guide .oreder_guides li {
    display: flex;
  }
}
.oreder_guide .oreder_guides li h5 {
  font-size: 18px;
  margin: 0;
  line-height: 1;
  padding: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .oreder_guide .oreder_guides li h5 {
    padding: 0;
  }
}
.oreder_guide .oreder_guides li .oreder_guide_irasuto {
  padding: 16px 0 0 0;
  width: 100px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .oreder_guide .oreder_guides li .oreder_guide_irasuto {
    width: 80px;
  }
}
.oreder_guide .oreder_guides li .irasuto01 {
  margin: 0 90px 0 auto;
}
@media screen and (min-width: 768px) {
  .oreder_guide .oreder_guides li .irasuto01 {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .oreder_guide .oreder_guides li .irauto_trak {
    width: 100px;
  }
}
.oreder_guide .oreder_guides li .last_cild {
  width: 80px;
  padding: 16px 0 40px;
  margin: 0 auto;
}
.oreder_guide .oreder_guides li .guide_arrow {
  width: 54px;
  margin: 0 auto;
  padding: 24px 0 0 0;
}
@media screen and (min-width: 768px) {
  .oreder_guide .oreder_guides li .guide_arrow img {
    transform: rotate(-90deg);
  }
}

/* 
howtopay
------------------------------ */
#howtopay .circle {
  right: 0;
  left: auto;
}

.howtopay {
  position: relative;
}
.howtopay ul li h5 {
  margin: 0;
  font-size: 16px;
  padding: 40px 0 0 0;
  line-height: 1;
}
.howtopay ul li ul {
  font-size: 16px;
}
.howtopay_title {
  margin: 0;
  padding: 64px 0 0 9px;
  font-size: 20PX;
  line-height: 1;
  position: relative;
}
.howtopay_title::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 24px;
  background-color: #C2C2C2;
  left: 0;
  bottom: -2px;
}

.howtopay_title_h4 {
  margin: 0;
  font-size: 16px;
  padding: 40px 0 0 0;
  line-height: 1;
}

.detail {
  padding: 64px 0 0 0;
}

.detail_title {
  margin: 0;
  text-align: center;
  line-height: 1;
  font-size: 20px;
}
.detail_title p {
  margin: 0;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  padding: 16px 0 0 0;
}

.howtopay_p {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  padding: 16px 0 0;
}

.howtopay_p02 {
  font-size: 16px;
  margin: 0;
  padding: 16px 0 0;
}
.howtopay_p02 a {
  line-height: 1;
  border-bottom: #C2C2C2 1px solid;
  color: #696969;
}
.howtopay_p02 a:hover {
  border-bottom: #C2C2C2 1px solid;
}

.howtopay_p03 {
  font-size: 16px;
  margin: 0;
  padding: 16px 0 0;
  line-height: 1;
}
.howtopay_p03 a {
  line-height: 1;
  border-bottom: #C2C2C2 1px solid;
  color: #696969;
}
.howtopay_p03 a:hover {
  border-bottom: #C2C2C2 1px solid;
}

.small_p {
  margin: 0;
  font-size: 14px;
  padding: 24px 0 0;
}

.small_p_ul {
  padding: 24px 0 0 12px;
}
.small_p_ul .small_p_list {
  list-style: "※";
  margin: 0;
  font-size: 14px;
  padding: 16px 0 0;
}
.small_p_ul .small_p_list02 {
  list-style: "※";
  margin: 0;
  font-size: 14px;
}

.small_p_ul02 {
  padding: 16px 0 0 12px;
}
.small_p_ul02 .small_p_list {
  list-style: "※";
  margin: 0;
  font-size: 14px;
  padding: 16px 0 0;
}
.small_p_ul02 .small_p_list02 {
  list-style: "※";
  margin: 0;
  font-size: 14px;
  padding: 8px 0 0;
}

.small_p_ul03 {
  padding: 0px 0 0 12px;
}
.small_p_ul03 .small_p_list {
  list-style: "※";
  margin: 0;
  font-size: 14px;
  padding: 0px 0 0;
}
.small_p_ul03 .small_p_list02 {
  list-style: "※";
  margin: 0;
  font-size: 14px;
  padding: 8px 0 0;
}
.small_p_ul03 .small_p_list03 {
  list-style: "※";
  margin: 0;
  font-size: 14px;
  padding: 16px 0 0;
}

.smooth_text_ul {
  padding: 32px 0 0 12px;
}
.smooth_text_ul .smooth_text_list01 {
  list-style: "※";
  margin: 0;
  font-size: 14px;
  padding: 0px 0 0;
  text-align: left;
}
.smooth_text_ul .smooth_text_list02 {
  list-style: "※";
  margin: 0;
  font-size: 14px;
  padding: 0px 0 0;
}
.smooth_text_ul .small_p_list02 {
  list-style: "※";
  margin: 0;
  font-size: 14px;
  padding: 8px 0 0;
}
.smooth_text_ul .small_p_list03 {
  list-style: "※";
  margin: 0;
  font-size: 14px;
  padding: 16px 0 0;
}

.total {
  font-size: 16px;
  font-weight: 300;
}
.total .total_ul {
  padding: 16px 0 0;
}
.total .total_ul .total_li {
  width: 343px;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #C2C2C2;
}
.total .total_ul .total_li p {
  margin: 0;
  line-height: 1;
  padding: 16px 0;
}
.total .total_ul .total_li .left_p {
  text-align: right;
}
.total .total_pay {
  padding: 16px 0 0;
}
.total .total_pay p {
  margin: 0;
  font-size: 14px;
}

.total_title {
  font-weight: 300;
  margin: 0;
  padding: 40px 0 0 0;
  line-height: 1;
}

.about_detail p {
  font-size: 16px;
  margin: 0;
  padding: 24px 0 0;
}

.about_title {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  padding: 48px 0 0;
}

.about_receipt P {
  margin: 0;
  padding: 24px 0 0;
  font-size: 16px;
}
.about_receipt .bank_case {
  display: flex;
  width: 343px;
  justify-content: space-between;
}
.about_receipt .bank_case p {
  margin: 0;
  font-weight: 600;
}

.price_case {
  padding: 0 0 64px;
}
.price_case p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
.price_case .price_case_p {
  line-height: 1.5 !important;
}
.price_case .price_case_p02 {
  font-weight: 300;
  line-height: 1.5 !important;
}
.price_case .price_case_p03 {
  font-weight: 300;
  line-height: 1.5 !important;
  font-size: 14px;
}

/* 
delivery
------------------------------ */
#delivery,
#return {
  margin: 64px 0 0;
}
.delivery,
.return {
  position: relative;
  padding: 0 0 64px;
}

/* 
return
------------------------------ */
#return {
  margin: 64px 0 0;
}
#return .circle {
  left: auto;
  right: 0;
}

.return_ul {
  padding-left: 16px;
}
.return_ul li {
  font-size: 14px;
  list-style: disc;
}

/* 
qa
------------------------------ */
#qa {
  margin: 64px 0 0;
}
.qa {
  position: relative;
}

.qa_block {
  padding: 0 0 64px;
}

.qa_title {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  padding: 48px 0 16px;
  border-bottom: solid 1px #C2C2C2;
}

.q_title {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  padding: 32px 0 0;
  margin: 0;
}

.q_title02 {
  font-size: 16px;
  font-weight: 600;
  padding: 32px 0 0;
  margin: 0;
}

.qa_ul_block .q_title {
  margin: 0;
  line-height: 1.5;
  padding: 48px 0 0;
}
.qa_ul_block .qa_ul {
  padding-left: 16px;
}
.qa_ul_block .qa_ul li {
  list-style: disc;
}

.more_read {
  cursor: pointer;
  padding: 16px 12px;
  width: 100px;
  margin: 32px auto 0;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  position: relative;
}
.more_read .mo_re_item .button {
  margin: 0;
}

.close .button {
  padding: 8px 0;
  margin: 0;
}

.open .button {
  padding: 8px 0;
  margin: 0;
}

/* ==============================

contact

============================== */
/* 
contact
------------------------------ */
#contact {
  position: relative;
  padding: 64px 0;
  border-bottom: #000000 2px solid;
}
@media screen and (min-width: 768px) {
  #contact {
    padding: 96px 0;
  }
}
#contact .heding .heding_en {
  margin: 0;
  line-height: 0.8;
}
#contact .heding .heding_ja {
  font-size: 37px;
  text-align: left;
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #contact .heding .heding_ja {
    text-align: center;
  }
}

/* ==============================

Campany

============================== */
/* 
Campany sub
------------------------------ */
#campany {
  padding-top: 72px;
}
@media screen and (min-width: 768px) {
  #campany {
    padding-top: 128px;
  }
}
#campany h1 {
  margin: 0;
  padding-bottom: 48px;
}
#campany h1 p {
  margin: 0;
}

.campanyContainers {
  position: relative;
}

.campanyContainer {
  max-width: 860px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .campanyContainer {
    margin-bottom: 0px;
    padding: 40px 0;
  }
}

.campany_back {
  position: absolute;
  background-color: #C2C2C2;
  opacity: 0.24;
  width: 271px;
  height: 100%;
  z-index: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .campany_back {
    width: 80%;
  }
}

.campany_ontline {
  margin: 0;
  padding: 1em;
  border-top: 1px solid #BCBCBC;
}
.campany_ontline:first-child {
  border-top: none;
}
.campany_ontline:nth-child(10) {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .campany_ontline {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 1em;
    border-top: none;
  }
  .campany_ontline:last-child {
    border-bottom: none;
  }
}

.campany_h2 {
  text-align: center;
  line-height: 1;
  padding: 48px 0 32px;
}

.campany_ontlineHeding {
  margin: 0;
  font-weight: 600;
  color: #131313;
}
@media screen and (min-width: 768px) {
  .campany_ontlineHeding {
    width: 19%;
    padding: 1em 0;
    border-bottom: 1px solid #BCBCBC;
  }
}

.campany_ontlineBody {
  margin: 0;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .campany_ontlineBody {
    width: 84%;
    margin-left: 10px;
    padding: 1em 0;
    border-bottom: 1px solid #BCBCBC;
  }
}

.googleMapContainer {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.googleMapContainer iframe {
  position: absolute;
  top: -150px;
  width: 100%;
  height: 600px;
}
@media screen and (min-width: 768px) {
  .googleMapContainer {
    height: 540px;
  }
  .googleMapContainer iframe {
    top: -150px;
    height: 840px;
  }
}

.campany_photo {
  margin: 0 auto;
  padding: 64px 0;
  max-width: 187px;
}
@media screen and (min-width: 768px) {
  .campany_photo {
    max-width: 240px;
  }
}

.campany_photo01 {
  margin: 0 auto;
}

/* ==============================

guide02_page

============================== */
.guide_table {
  margin: 0 auto;
  max-width: 790px;
  padding: 72px 16px;
}
@media screen and (min-width: 768px) {
  .guide_table {
    padding: 128px 16px;
  }
}
.guide_table h1 {
  font-size: 24px;
  text-align: center;
  padding: 0 0 48px;
  margin: 0;
  line-height: 1;
}
.guide_table th {
  width: 110px;
}

/* ==============================

archive

============================== */
#archive {
  max-width: 580px;
  margin: 0 auto;
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  #archive {
    padding: 128px 0 64px;
  }
}
#archive h1 {
  margin: 0;
  text-align: center;
  font-weight: 300;
}
#archive ul {
  padding: 48px 16px;
}
#archive ul li {
  border-bottom: solid 1px #696969;
}
#archive ul li a {
  display: flex;
  flex-wrap: nowrap;
  margin: 8px 15px 8px;
  color: #000;
}
#archive ul li a figure {
  width: 105px;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #a7a7a7;
  margin: 0;
}
#archive ul li a figure img {
  width: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 105px;
}
#archive ul li a div {
  flex: 1;
  margin-left: 15px;
}
#archive ul li a div time {
  color: #c2c2c2;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
}
#archive ul li a div h2 {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1;
  overflow: hidden;
  background: none;
  padding: 0 0 8px;
  color: #000;
  -moz-text-align-last: left;
       text-align-last: left;
}
#archive ul li a div p {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
}
#archive .more_button {
  padding-bottom: 32px;
}

.btnblack {
  width: 345px;
  margin: 0 auto;
  background: #000;
}
.btnblack a {
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 8px 0;
}

/* ==============================

Footer

============================== */
.footer {
  position: relative;
  padding: 40px 0 40px 0;
  font-size: 16px;
  font-weight: 600;
  z-index: 10;
  background-color: #000000;
}
.footer .inner {
  max-width: 444px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 20px;
    text-align: center;
  }
}
.footer ol {
  margin: 0 auto;
  width: 160px;
}
@media screen and (min-width: 768px) {
  .footer ol {
    margin: 0 auto;
    text-align: left;
    display: inline-block;
  }
}
.footer ol li {
  line-height: 2;
}
.footer ol li a {
  color: #ffffff;
}
.footer .footer_logo {
  width: 156px;
  margin: 32px auto 0;
}
.footer p {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
}

.footer_pagetop01 {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 40px;
  font-size: 10px;
  color: #000000;
  background-color: #C2C2C2;
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}
.footer_pagetop01 a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  background-color: #C2C2C2;
}

.footer_pagetop {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  right: 0;
  bottom: 72px;
  width: 40px;
  height: 40px;
  font-size: 10px;
  color: #fff;
  background-color: #000000;
  cursor: pointer;
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.18);
  z-index: 100;
}

.footer_spFixButton {
  display: none;
  position: fixed;
  bottom: 0;
  width: 50%;
  height: 40px;
  border-right: 2px solid #000;
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.18);
}
.footer_spFixButton a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  background-color: #C2C2C2;
}

@media screen and (min-width: 819px) {
  .footer_pagetop01 {
    display: none !important;
  }
  .footer_spFixButton {
    display: none !important;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.Footer_fixutton_blocks {
  width: 100%;
  position: fixed;
  bottom: 0;
  text-align: center;
  padding: 1px 0 0 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .Footer_fixutton_blocks {
    display: none !important;
  }
}
.Footer_fixutton_blocks .footer_fixuttons {
  text-align: center;
  padding: 0;
  display: table;
  width: 100%;
}
.Footer_fixutton_blocks .footer_fixuttons .footer_fixuttons01 {
  display: table-cell;
  width: 25%;
  background: #000000;
  padding: 16px 0;
  margin: 0;
  height: 48px;
  position: relative;
  vertical-align: middle;
  border: 1px solid #ffffff;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-size: 16px;
}
.Footer_fixutton_blocks .footer_fixuttons .footer_fixuttons01 span {
  font-size: 10px;
}
.Footer_fixutton_blocks .footer_fixuttons .footer_fixuttons01:hover {
  background-color: #696969;
  cursor: pointer;
}

.fotter01 {
  text-align: left !important;
  margin: 0;
  font-size: 16px !important;
  font-weight: 600;
  padding-top: 40px;
}

.fotter02 {
  text-align: left !important;
  margin: 0;
  font-size: 12px !important;
  padding-top: 40px;
}

.footer_menu {
  padding-top: 32px;
  padding-bottom: 64PX;
  font-size: 10px;
  max-width: 375px;
}
@media screen and (min-width: 768px) {
  .footer_menu {
    max-width: 460px;
  }
}
.footer_menu ul {
  display: flex;
  justify-content: space-evenly;
}
.footer_menu ul li {
  position: relative;
  padding: 0 8px;
  font-size: 16px;
}
.footer_menu ul li:hover {
  opacity: 0.5;
  text-decoration: underline;
}
.footer_menu ul li:nth-child(1) {
  padding: 0 8px 0 0;
}
.footer_menu ul li:nth-child(4) {
  padding: 0 0px 0 8px;
}
.footer_menu ul li:nth-child(4) a {
  color: #ffffff;
}
.footer_menu ul li:nth-child(4) a::after {
  position: absolute;
  content: "";
  color: #ffffff;
}
.footer_menu ul li a {
  color: #ffffff;
}

/* 
single.php
------------------------------ */
#pop_up,
#pop_up02 {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 25;
}
#pop_up .pop_up_blocks,
#pop_up02 .pop_up_blocks {
  width: 343px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 2;
  padding: 0 16px;
}
#pop_up .pop_up_blocks .pop_area,
#pop_up02 .pop_up_blocks .pop_area {
  padding: 0 8px 0;
  margin: 40px 0 24px;
  border: solid 1px #696969;
}
#pop_up .pop_up_blocks .pop_title,
#pop_up02 .pop_up_blocks .pop_title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 24px 0 0;
  line-height: 1;
  text-align: center;
}
#pop_up .pop_up_blocks .pop_p,
#pop_up02 .pop_up_blocks .pop_p {
  margin: 0;
  padding: 16px 0;
  font-size: 16px;
  text-align: center;
}
#pop_up .pop_up_blocks .pop_ul,
#pop_up02 .pop_up_blocks .pop_ul {
  padding-bottom: 24px;
  text-align: center;
}
#pop_up .pop_up_blocks .pop_ul .pop_li,
#pop_up02 .pop_up_blocks .pop_ul .pop_li {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  margin: 8px 0 0;
}
#pop_up .pop_up_blocks .pop_ul .pop_li a,
#pop_up02 .pop_up_blocks .pop_ul .pop_li a {
  border-bottom: solid 1px #696969;
  color: #696969;
}
#pop_up .pop_up_blocks .select_title,
#pop_up02 .pop_up_blocks .select_title {
  text-align: center;
  margin: 0px 0 0;
}
#pop_up .pop_up_blocks .pop_select,
#pop_up02 .pop_up_blocks .pop_select {
  display: flex;
  justify-content: space-between;
  margin: 0px 0 24px;
}
#pop_up .pop_up_blocks .pop_select li,
#pop_up02 .pop_up_blocks .pop_select li {
  line-height: 1;
  background-color: #000000;
  text-align: center;
}
#pop_up .pop_up_blocks .pop_select li:hover,
#pop_up02 .pop_up_blocks .pop_select li:hover {
  background: #C2C2C2;
}
#pop_up .pop_up_blocks .pop_select li:nth-child(1),
#pop_up02 .pop_up_blocks .pop_select li:nth-child(1) {
  width: 151px;
}
#pop_up .pop_up_blocks .pop_select li:nth-child(1) a,
#pop_up02 .pop_up_blocks .pop_select li:nth-child(1) a {
  padding: 10px 14px;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
}
#pop_up .pop_up_blocks .pop_select li:nth-child(1) a:hover,
#pop_up02 .pop_up_blocks .pop_select li:nth-child(1) a:hover {
  background: #C2C2C2;
}
#pop_up .pop_up_blocks .pop_select li a,
#pop_up02 .pop_up_blocks .pop_select li a {
  padding: 10px 16px;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
}
#pop_up .pop_up_blocks .pop_select li a:hover,
#pop_up02 .pop_up_blocks .pop_select li a:hover {
  background: #C2C2C2;
}

#pop_in {
  display: block;
  position: relative;
  z-index: 30;
}

.back_up {
  text-align: center;
  cursor: pointer;
  margin: 0 auto 40px;
  font-size: 16px;
  background-color: #696969;
  color: #ffffff;
  padding: 8px 16px;
  line-height: 1;
  width: 159px;
}
.back_up:hover {
  background: #C2C2C2;
}

#pop_up02 .red_p {
  font-family: 12px;
  color: #BE4C67;
  text-align: center;
  margin: 0;
}
#pop_up02 .pop_select {
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
}
#pop_up02 .pop_select li {
  line-height: 1;
  background-color: #000000;
  text-align: center;
}
#pop_up02 .pop_select li:hover {
  background: #C2C2C2;
}
#pop_up02 .pop_select li a {
  padding: 10px 16px;
  font-weight: 600;
  color: #ffffff;
  font-size: 12px !important;
}
#pop_up02 .pop_select li a:hover {
  background: #C2C2C2;
}

#pop_up03 {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 20;
}
#pop_up03 .pop_up_block {
  max-width: 600px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 0 16px;
}
#pop_up03 .pop_up_blocks {
  padding: 16px 16px;
  max-width: 600px !important;
  background: #fff;
}
#pop_up03 .pop_area_photo {
  margin-bottom: 16px;
}
#pop_up03 .gift_price {
  font-size: 20px;
  text-align: center;
  margin: 0 0 0px;
}
#pop_up03 .gift_price02 {
  font-size: 10px;
  text-align: center;
  margin: 0 0 16px;
}
#pop_up03 .back_up {
  text-align: center;
  cursor: pointer;
  margin: 0 auto 0px;
  font-size: 16px;
  background-color: #000000;
  border-radius: 10px;
  color: #ffffff;
  padding: 8px 16px;
  line-height: 1;
  width: 159px;
}
#pop_up03 .back_up:hover {
  background: #C2C2C2;
}

.insta_fixed {
  position: fixed;
  right: 5px;
  z-index: 11;
  top: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  /*グラデーション①*/
}
@media screen and (min-width: 768px) {
  .insta_fixed {
    top: 130px;
  }
}
.insta_fixed .fa-instagram {
  margin: 0 auto;
  color: #ffffff;
  font-size: 36px !important;
  padding: 8px 10px;
}

/* 
single.php
------------------------------ */
#wapper_single #breadcrumb {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 15px 5px;
}
#wapper_single #breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 9px;
}
#wapper_single #breadcrumb ul li a {
  color: #000;
}
@media screen and (min-width: 768px) {
  #wapper_single #breadcrumb {
    padding: 100px 16px 0px;
  }
}

.single_h1 {
  font-size: 2rem;
  color: #000;
  text-align: center;
  padding: 17px 0;
  margin: 0 auto;
  position: relative;
  background-color: #C2C2C2;
}

#article_view {
  max-width: 580px;
  margin: 0 auto;
  padding: 0 15px;
}
#article_view article {
  margin: 50px 0 100px;
  font-size: 16px;
}
#article_view article h2 {
  font-size: 2rem;
  color: #000;
  text-align: center;
  padding: 17px 0;
  margin: 0 auto 8px;
  position: relative;
  background-color: #C2C2C2;
}
#article_view article p {
  color: #000;
  margin: 0 0 30px;
}
#article_view article h3 {
  font-size: 2.8rem;
  font-weight: bold;
  background: none;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  border-left: 5px solid #C2C2C2;
  padding: 0 0 0 10px;
}
#article_view article h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
  color: #000;
}
#article_view article blockquote {
  border: 1px solid #707070;
  padding: 12px;
}

#single_back {
  text-align: center;
  line-height: 1;
  padding: 32px 0 32px;
}
#single_back a {
  background-color: #000;
  color: #ffffff;
  padding: 16px 14px;
  font-size: 16px;
  font-weight: 600;
}

/* 
overlay
------------------------------ */
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 21;
}

.btn_area {
  width: 343px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  padding: 0 16px;
  z-index: 2;
}
.btn_area .overlay_logo {
  width: 100px;
  margin: 0 auto;
}
.btn_area a:hover {
  background: #C2C2C2;
}

.btn_area .ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  padding: 40px 0 32px;
}

.btn_area p {
  padding: 32px 0 0;
  margin: 0;
  font-size: 16px;
}

.yes_or_no {
  display: flex;
  padding: 24px 0 40px;
}

.btn_area button,
.no {
  display: block;
  margin: 0 auto;
  background: #000000;
  color: #fff;
  padding: 8px 16px;
  border: none;
  width: 150px;
  font-size: 16px;
}
.btn_area button:hover,
.no:hover {
  background: #C2C2C2;
}

.btn_area button:hover {
  background: #C2C2C2;
}

button {
  cursor: pointer;
}

.wrapper04 {
  margin: 0 auto;
  max-width: 640px;
  padding: 80px 16px 0;
  text-align: center;
}
.wrapper04 h1 {
  font-size: 20px;
}

/* ==============================

Animetion

============================== */
.js-fadein {
  opacity: 0;
}

.is-active {
  animation: js-fadeIn 1s ease forwards;
}

@keyframes js-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-blurin {
  transform: translateY(10px);
  filter: blur(30px);
}
.u-blurin.is-active {
  transition: 0.6s ease-in;
  filter: blur(0);
  transform: translateY(0);
}

.u-fadein {
  opacity: 0;
}
.u-fadein.is-active {
  animation: fadeIn 0.6s ease-in forwards;
}

.u-fadeinRight {
  opacity: 0;
}
.u-fadeinRight.is-active {
  animation: fadeinRight 0.6s ease-in forwards;
}

.u-fadeinLeft {
  opacity: 0;
}
.u-fadeinLeft.is-active {
  animation: fadeinLeft 0.6s ease-in forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeinRight {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeinLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* text */
.u-underline {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
}
.u-underline::before {
  position: absolute;
  top: auto;
  left: 0;
  content: "";
  z-index: -1;
  bottom: 0.2em;
  height: 0.6em;
  background-color: rgba(255, 255, 255, 0.36);
}
.u-underline.is-active::before {
  animation: unliderline 0.6s 1s ease forwards;
}

@keyframes unliderline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* img */
.u-slidein {
  position: relative;
}
.u-slidein::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  transform: scaleX(1);
  transform-origin: 100% 0;
  height: 100%;
  background-color: #1C1C1C;
}
.u-slidein.is-active::after {
  transition: 0.6s;
  transform: scaleX(0);
}

.u-slideinleft {
  position: relative;
}
.u-slideinleft::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  transform: scaleX(1);
  transform-origin: 0% 0;
  height: 100%;
  background-color: #1C1C1C;
}
.u-slideinleft.is-active::after {
  transition: 0.6s;
  transform: scaleX(0);
}

/* fade up */
.u-fadeup {
  transform: translateY(50px);
  opacity: 0;
}
.u-fadeup.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.is-active .u-fadeup {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.is-active .u-fadeup:nth-child(2) {
  transition-delay: 0.4s;
}

.is-active .u-fadeup:nth-child(3) {
  transition-delay: 0.8s;
}

.is-active .u-fadeup:nth-child(4) {
  transition-delay: 1.2s;
}

.is-active .u-fadeup:nth-child(5) {
  transition-delay: 1.6s;
}

.is-active .u-fadeup:nth-child(6) {
  transition-delay: 2s;
}

/* 個別に遅延 */
.is-active.-delay01 {
  transition-delay: 0.1s;
}

.is-active.-delay02 {
  transition-delay: 0.2s;
}

.is-active.-delay03 {
  transition-delay: 0.3s;
}

.is-active.-delay04 {
  transition-delay: 0.4s;
}

.is-active.-delay05 {
  transition-delay: 0.5s;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  width: 300px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #000000;
  text-align: center;
  color: #fff;
}/*# sourceMappingURL=style.css.map */