@charset "UTF-8";
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

img {
  vertical-align: top;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  margin: 0;
  padding: 0;
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   a
   ========================================================================== */
a {
  outline: none;
}

a,
a:link {
  outline: none;
}

a:visited {
  outline: none;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

/* ==========================================================================
  form
   ========================================================================== */
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #000;
  border-radius: 0px;
}

input,
input[type=button],
input[type=submit],
input[type=reset] button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  /* 追記 */
  display: block;
  width: 100%;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/******************************************
table（追記）
******************************************/
table,
thead,
tbody,
tr,
th,
td {
  display: block;
  width: 100%;
}

th,
td {
  text-align: left;
  font-weight: 400;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/********************************
* * * * * * * 変数 * * * * * * *
*********************************/
/* font */
/* color */
/********************************
* * * * * * * Base * * * * * * *
*********************************/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (min-width: 1200px) {
  html {
    scroll-padding-top: 30px;
  }
}

body {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  max-width: 100%;
  background: #f9f9f9;
  color: #1c1c1c;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 1400px;
  }
}

.main-wrap {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .main-wrap {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .main-wrap.active {
    -webkit-filter: opacity(50%);
            filter: opacity(50%);
  }
}
@media screen and (min-width: 1200px) {
  .main-wrap {
    position: relative;
    padding: 0 5vw;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1400px) {
  .main-wrap {
    padding: 0 70px;
  }
}

main {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}
@media screen and (min-width: 1025px) {
  main {
    margin-bottom: 250px;
  }
}

.page-main {
  margin-top: 115px;
}
@media screen and (min-width: 1200px) {
  .page-main {
    margin-top: 0;
  }
}

p {
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 400;
  color: #1c1c1c;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

a {
  color: #1c1c1c;
  text-decoration: none;
  list-style: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:hover {
  opacity: 0.8;
}

.container {
  max-width: 1040px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.container-s {
  max-width: 940px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.page-container {
  max-width: 1040px;
  width: calc(100% - 30px);
  margin: 0 auto 80px;
}
@media screen and (min-width: 768px) {
  .page-container {
    margin: 0 auto 180px;
  }
}

.side-space {
  width: calc(100% - 40px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media screen and (min-width: 768px) {
  .side-space {
    width: calc(100% - 70px) !important;
  }
}
@media screen and (min-width: 1025px) {
  .side-space {
    width: calc(100% - 100px) !important;
  }
}
@media screen and (min-width: 1200px) {
  .side-space {
    width: 100% !important;
  }
}

.sec-mb {
  margin-bottom: 100px !important;
}
@media screen and (min-width: 768px) {
  .sec-mb {
    margin-bottom: 150px !important;
  }
}

.smooth-scroll-position {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .smooth-scroll-position {
    margin-top: -90px;
    padding-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .smooth-scroll-position {
    margin-top: -10px;
    padding-top: 10px;
  }
}

.btn {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 0 17px;
  max-width: 260px;
  width: 100%;
  overflow: hidden;
  background: #1c1c1c;
  border-radius: 50px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn::after {
  content: url(../images/icon/arrow_right_white.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
}

.more-btn-mt {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .more-btn-mt {
    margin-top: 90px;
  }
}

.more-btn-plus {
  cursor: pointer;
}
.more-btn-plus:hover {
  opacity: 0.85;
}
.more-btn-plus::after {
  content: url(../images/icon/plus_white.svg) !important;
  top: 48% !important;
}
.more-btn-plus.is-btn-hidden {
  display: none !important;
}

.sec-title {
  margin-bottom: 30px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .sec-title {
    padding-left: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .sec-title {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .sec-title {
    padding-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .sec-title {
    margin-bottom: 51px;
  }
}
.sec-title span:first-of-type {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .sec-title span:first-of-type {
    margin-bottom: 8px;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
    font-size: 3rem;
  }
}
.sec-title span:first-of-type::after {
  content: "";
  border-bottom: 2px solid #1c1c1c;
  width: 100%;
  height: 13px;
}
@media screen and (min-width: 1025px) {
  .sec-title span:first-of-type::after {
    border-bottom: 4px solid #1c1c1c;
    height: 20px;
  }
}
.sec-title span:last-of-type {
  display: inline-block;
  background-color: #f9ff50;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .sec-title span:last-of-type {
    font-size: 1.6rem;
  }
}

.page-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 2px;
  margin-bottom: 22px;
  height: 100px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .page-h1 {
    row-gap: 6px;
    margin-bottom: 32px;
    height: 187px;
  }
}
.page-h1 span:first-of-type {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #f9ff50;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .page-h1 span:first-of-type {
    font-size: 5rem;
  }
}
.page-h1 span:last-of-type {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .page-h1 span:last-of-type {
    font-size: 1.6rem;
    font-weight: 600;
  }
}

.first-sentence {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.breadcrumbs a {
  text-decoration: underline;
  color: #979797;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs p {
  display: inline;
}
.breadcrumbs span {
  position: relative;
  display: block;
  color: #979797;
  margin: 0 !important;
}
.breadcrumbs > span:not(:last-child) {
  padding-right: 17px;
}
.breadcrumbs > span:not(:last-child)::after {
  content: "＞";
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 1.2rem;
}
.breadcrumbs .current-item {
  text-decoration: none;
}

.detail-main .breadcrumbs {
  margin-top: 58px;
}
@media screen and (min-width: 768px) {
  .detail-main .breadcrumbs {
    margin-top: 60px;
  }
}

/************************************
* * * * * * CSS Class * * * * * *
************************************/
/* font */
.fw-bold {
  font-weight: bold !important;
}

.font-italic {
  font-style: italic !important;
}

.td-underline {
  text-decoration: underline !important;
}

.td-linethrough {
  text-decoration: line-through !important;
}

.text-indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* flexbox class */
.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.flex-justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

/* margin class*/
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* tab margin-bottom */
@media screen and (min-width: 768px) {
  .tab-mb-0 {
    margin-bottom: 0 !important;
  }
  .tab-mb-10 {
    margin-bottom: 10px !important;
  }
  .tab-mb-20 {
    margin-bottom: 20px !important;
  }
  .tab-mb-25 {
    margin-bottom: 25px !important;
  }
  .tab-mb-30 {
    margin-bottom: 30px !important;
  }
  .tab-mb-40 {
    margin-bottom: 40px !important;
  }
  .tab-mb-50 {
    margin-bottom: 50px !important;
  }
  .tab-mb-60 {
    margin-bottom: 60px !important;
  }
  .tab-mb-70 {
    margin-bottom: 70px !important;
  }
  .tab-mb-80 {
    margin-bottom: 80px !important;
  }
  .tab-mb-90 {
    margin-bottom: 90px !important;
  }
  .tab-mb-100 {
    margin-bottom: 100px !important;
  }
}
/* pc margin-bottom */
@media screen and (min-width: 1025px) {
  .pc-mb-0 {
    margin-bottom: 0 !important;
  }
  .pc-mb-10 {
    margin-bottom: 10px !important;
  }
  .pc-mb-20 {
    margin-bottom: 20px !important;
  }
  .pc-mb-25 {
    margin-bottom: 25px !important;
  }
  .pc-mb-30 {
    margin-bottom: 30px !important;
  }
  .pc-mb-40 {
    margin-bottom: 40px !important;
  }
  .pc-mb-50 {
    margin-bottom: 50px !important;
  }
  .pc-mb-60 {
    margin-bottom: 60px !important;
  }
  .pc-mb-70 {
    margin-bottom: 70px !important;
  }
  .pc-mb-80 {
    margin-bottom: 80px !important;
  }
  .pc-mb-90 {
    margin-bottom: 90px !important;
  }
  .pc-mb-100 {
    margin-bottom: 100px !important;
  }
}
.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

/* 調整クラス */
.no_link {
  pointer-events: none;
}
.no_link:hover {
  opacity: 1;
}

/* 表示非表示 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.tab-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab-only {
    display: block !important;
  }
}

.pc-only {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .pc-only {
    display: block !important;
  }
}

/********************************
* * * * * * * 変数 * * * * * * *
*********************************/
/* font */
/* color */
/********************************
* * * * * * Element * * * * * *
*********************************/
.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #F9F9F9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .header {
    position: relative;
    margin-bottom: 17px;
    background: transparent;
  }
}
.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 15px 0 15px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .header .header__inner {
    padding: 25px 0 20px;
  }
}
.header .header__logo a {
  display: block;
  width: 72vw;
}
@media screen and (min-width: 380px) {
  .header .header__logo a {
    width: 288px;
  }
}
@media screen and (min-width: 768px) {
  .header .header__logo a {
    width: 343px;
  }
}
.header .header__logo a img {
  width: 100%;
  height: auto;
}

.home .header {
  background: transparent;
}

.page .header {
  background: #F9F9F9 !important;
}
@media screen and (min-width: 1200px) {
  .page .header {
    background: transparent !important;
  }
}

.toggle {
  position: relative;
  display: block;
  width: 6vw;
  background: transparent;
}
@media screen and (min-width: 380px) {
  .toggle {
    width: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .toggle {
    display: none;
  }
}
.toggle span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 2px solid #1C1C1C;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.toggle span:nth-of-type(1) {
  top: 6px;
}
.toggle span:nth-of-type(2) {
  top: 12px;
}
.toggle span:nth-of-type(3) {
  top: 18px;
}

@media screen and (min-width: 1200px) {
  .header-sp {
    display: none !important;
  }
}

.header-pc {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .header-pc {
    display: block !important;
  }
}

.js-header.active {
  background: #fff;
}

/********************************
* * * * * * * 変数 * * * * * * *
*********************************/
/* font */
/* color */
/********************************
* * * * * * Element * * * * * *
*********************************/
.footer .footer__inner {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer .footer__inner {
    padding-bottom: 60px !important;
  }
}
.footer .footer__logo {
  margin-bottom: 20px;
  width: 228px;
}
@media screen and (min-width: 768px) {
  .footer .footer__logo {
    margin-bottom: 23px;
    width: 273px;
  }
}
.footer .footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .footer__logo img {
  width: 100%;
  height: 100%;
}
.footer .footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer__bottom li {
  width: 33%;
}
@media screen and (min-width: 768px) {
  .footer .footer__bottom li {
    padding: 0 15px !important;
    width: auto;
  }
}
.footer .footer__bottom li:not(:last-of-type) {
  border-right: 1px solid #1C1C1C;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .footer .footer__bottom li:not(:last-of-type) {
    padding-right: 0;
  }
}
.footer .footer__bottom li:not(:first-of-type) {
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .footer .footer__bottom li:first-of-type {
    border-left: 1px solid #1C1C1C;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer__bottom li:last-of-type {
    border-right: 1px solid #1C1C1C;
  }
}
.footer .footer__bottom li,
.footer .footer__bottom li a {
  text-align: center;
  font-size: 1.1rem;
}
.footer .footer__bottom li a {
  text-decoration: underline;
}
.footer .footer__bottom li:last-of-type {
  font-family: "Montserrat", sans-serif;
}

.f_pc_only {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .f_sp_only {
    display: none !important;
  }
  .f_pc_only {
    display: block !important;
  }
}
/********************************
* * * * * * * 変数 * * * * * * *
*********************************/
/* font */
/* color */
/********************************
* * * * * * Element * * * * * *
*********************************/
.gnav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #f9ff50;
  z-index: 9999;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
.gnav::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 600px) {
  .gnav {
    max-width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .gnav {
    top: 0;
    right: 0;
    width: 300px;
  }
}
.gnav .gnav__inner {
  padding: 0 20px 20px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.gnav .gnav__topwrap {
  position: relative;
  z-index: 10;
  margin-bottom: 17px;
  padding-top: 14px;
  background: #f9ff50;
}
@media screen and (min-width: 1200px) {
  .gnav .gnav__topwrap {
    padding-top: 30px;
  }
}
.gnav .gnav__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 9.25vw;
}
@media screen and (min-width: 380px) {
  .gnav .gnav__header {
    margin-bottom: 37px;
  }
}
@media screen and (min-width: 1200px) {
  .gnav .gnav__header {
    display: none;
  }
}
.gnav .gnav__logo a {
  display: block;
  width: 72vw;
}
@media screen and (min-width: 380px) {
  .gnav .gnav__logo a {
    width: 288px;
  }
}
@media screen and (min-width: 600px) {
  .gnav .gnav__logo a {
    width: 200px;
  }
}
.gnav .gnav__logo a img {
  width: 100%;
  height: auto;
}
.gnav .gnav__toggle {
  position: relative;
  display: block;
  z-index: 10;
  width: 24px;
  background: transparent;
}
.gnav .gnav__toggle span {
  position: absolute;
  left: 50%;
  border-top: 2px solid #1c1c1c;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gnav .gnav__toggle span:nth-of-type(1) {
  top: 5px;
  -webkit-transform: rotate(-30deg) translateX(-50%);
          transform: rotate(-30deg) translateX(-50%);
}
.gnav .gnav__toggle span:nth-of-type(2) {
  top: 17px;
  -webkit-transform: rotate(30deg) translateX(-50%);
          transform: rotate(30deg) translateX(-50%);
}
.gnav .gnav__search-toggle {
  position: relative;
}
.gnav .gnav__search-toggle::before {
  content: url(../images/icon/search.svg);
  position: absolute;
  top: 55%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gnav .gnav__search-toggle p {
  display: block;
  padding: 5px 10px 5px 45px;
  width: 100%;
  border: 1px solid #1c1c1c;
  border-radius: 5px;
  padding-left: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #1c1c1c;
}
.gnav .gnav__search-sp {
  visibility: hidden;
  opacity: 0;
  height: 0;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gnav .gnav__search-sp.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .gnav .gnav__search-sp {
    display: none !important;
    margin-bottom: 0;
  }
  .gnav .gnav__search-sp.active {
    display: none !important;
  }
}
.gnav .gnav__search-pc {
  display: none;
}
@media screen and (min-width: 600px) {
  .gnav .gnav__search-pc {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .gnav .gnav__search-pc.active {
    visibility: visible;
    opacity: 1;
  }
}
.gnav .gnav__list {
  margin-bottom: 30px;
  background: #f9ff50;
}
.gnav .gnav__list li a {
  position: relative;
  display: block;
  padding: 13px 0 13px 22px;
  border-bottom: 1px solid #1c1c1c;
}
.gnav .gnav__list li a::before {
  position: absolute;
  top: 14px;
  left: 0;
}
.gnav .gnav__list li a::after {
  content: url(../images/icon/arrow_right.svg);
  position: absolute;
  top: 20px;
  right: 15px;
}
.gnav .gnav__list li a span {
  display: block;
}
.gnav .gnav__list li a span:first-of-type {
  margin-bottom: 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.gnav .gnav__list li a span:last-of-type {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.gnav .gnav__list li:nth-of-type(1) a::before {
  content: url(../images/icon/nav_home.svg);
}
.gnav .gnav__list li:nth-of-type(2) a::before {
  content: url(../images/icon/nav_gachagacha.svg);
}
.gnav .gnav__list li:nth-of-type(3) a::before {
  content: url(../images/icon/nav_manufacture.svg);
}
.gnav .gnav__list li:nth-of-type(4) a::before {
  content: url(../images/icon/nav_column.svg);
}
.gnav .gnav__list li:nth-of-type(5) a::before {
  content: url(../images/icon/nav_about.svg);
}
.gnav .gnav___btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
}
.gnav .gnav___btn li {
  width: calc(50% - 10px);
}
.gnav .gnav___btn li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 13px;
  height: 25px;
  width: 100%;
  border: 1px solid #1c1c1c;
  border-radius: 3px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
}
.gnav .gnav___btn li a::before {
  position: absolute;
  top: 56%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gnav .gnav___btn li:nth-of-type(1) a::before {
  content: url(../images/icon/btn_login.svg);
}
.gnav .gnav___btn li:nth-of-type(2) a::before {
  content: url(../images/icon/btn_kaiin.svg);
}
.gnav .gnav___btn li:nth-of-type(3) a::before {
  content: url(../images/icon/btn_favorite.svg);
}
.gnav .gnav___btn li:nth-of-type(4) a::before {
  content: url(../images/icon/btn_favorite.svg);
}

/* jsで操作 */
.js_gnav.active {
  right: 0;
}

/********************************
* * * * * * * 変数 * * * * * * *
*********************************/
/* font */
/* color */
.contact-tel {
  margin-bottom: 60px;
}
.contact-tel h2,
.contact-tel p {
  text-align: center;
}
.contact-tel h2 {
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .contact-tel h2 {
    margin-bottom: 20px;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .contact-tel a {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .contact-tel .contact-tel__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact-tel .contact-tel__flex a:first-of-type {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1025px) {
  .contact-tel .contact-tel__flex a:first-of-type {
    margin-right: 17px;
  }
}
.contact-tel .contact-tel__flex > p {
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .contact-tel .contact-tel__flex > p {
    margin-bottom: 0;
    margin-right: 30px;
    font-size: 1.5rem;
  }
}

.contact-form > p {
  margin: 0 auto 8px;
  max-width: 750px;
  text-align: right;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .contact-form > p {
    margin: 0 auto 18px;
  }
}
.contact-form form input[type=text],
.contact-form form input[type=tel],
.contact-form form input[type=email],
.contact-form form select,
.contact-form form textarea {
  padding: 11px 20px 11px;
  background: #fff;
  border-radius: 5px;
}
.contact-form form textarea {
  height: 200px;
}
@media screen and (min-width: 768px) {
  .contact-form form textarea {
    height: 224px;
  }
}
.contact-form form ::-webkit-input-placeholder {
  color: #D5D5D5;
}
.contact-form form ::-moz-placeholder {
  color: #D5D5D5;
}
.contact-form form :-ms-input-placeholder {
  color: #D5D5D5;
}
.contact-form form ::-ms-input-placeholder {
  color: #D5D5D5;
}
.contact-form form ::placeholder {
  color: #D5D5D5;
}

.form-table {
  margin-bottom: 50px;
  /* お問い合わせ項目 */
  /* ラジオボタン */
}
@media screen and (min-width: 768px) {
  .form-table {
    margin: 0 auto 30px;
    max-width: 750px;
  }
}
@media screen and (min-width: 768px) {
  .form-table tr,
  .form-table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.form-table tr:not(:last-of-type),
.form-table dl:not(:last-of-type) {
  margin-bottom: 20px;
}
.form-table tr th,
.form-table tr dt,
.form-table dl th,
.form-table dl dt {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .form-table tr th,
  .form-table tr dt,
  .form-table dl th,
  .form-table dl dt {
    padding-top: 10px;
    margin-bottom: 0;
    margin-right: 20px;
    padding-right: 10px;
    width: 132px;
    text-align: right;
  }
}
.form-table tr th span,
.form-table tr dt span,
.form-table dl th span,
.form-table dl dt span {
  margin-left: 3px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .form-table tr th:has(span),
  .form-table tr dt:has(span),
  .form-table dl th:has(span),
  .form-table dl dt:has(span) {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .form-table tr td,
  .form-table tr dd,
  .form-table dl td,
  .form-table dl dd {
    width: calc(100% - 152px);
  }
}
.form-table .form-table__select {
  position: relative;
}
.form-table .form-table__select::after {
  content: url(../images/icon/arrow_selectbox.svg);
  position: absolute;
  top: 48%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.form-table .form-table__checkbox {
  /* クリック後のデザイン */
}
.form-table .form-table__checkbox th {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .form-table .form-table__checkbox th {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .form-table .form-table__checkbox .wpcf7-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 11px;
  }
}
.form-table .form-table__checkbox .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-table .form-table__checkbox .wpcf7-list-item:nth-of-type(1), .form-table .form-table__checkbox .wpcf7-list-item:nth-of-type(3) {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .form-table .form-table__checkbox .wpcf7-list-item:nth-of-type(2), .form-table .form-table__checkbox .wpcf7-list-item:nth-of-type(4) {
    width: 70%;
  }
}
.form-table .form-table__checkbox .wpcf7-list-item:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .form-table .form-table__checkbox .wpcf7-list-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.form-table .form-table__checkbox input[type=checkbox] {
  position: relative;
  display: block;
  margin-right: 10px;
  background: #ffffff;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #C8C8C8;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.form-table .form-table__checkbox input:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  height: 4px;
  width: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 5px;
  left: 5px;
  opacity: 0;
  overflow: hidden;
  z-index: 1;
}
.form-table .form-table__checkbox input:checked {
  background: #F9FF50;
}
.form-table .form-table__checkbox input:checked:after {
  opacity: 1;
}
.form-table .form-table__checkbox .wpcf7-list-item-label {
  width: calc(100% - 20px);
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .form-table .form-table__checkbox .wpcf7-list-item-label {
    font-size: 1.5rem;
  }
}
.form-table .form-table__radio {
  /* デフォルトのボタン */
  /* チェック前のボタン */
  /* チェック後のボタン */
}
.form-table .form-table__radio .wpcf7-list-item.first {
  margin: 0;
}
.form-table .form-table__radio .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-table .form-table__radio input[type=radio] {
  opacity: 0;
  /* デフォルトのボタンを非表示 */
  position: absolute;
}
.form-table .form-table__radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #F9FF50;
  border-radius: 100%;
  /* ラジオボタンっぽく丸くする */
  content: "";
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  width: 20px;
  height: 20px;
}
.form-table .form-table__radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #F9FF50;
  /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
  /* 中心の色のスタイル */
}

/*　プライバシーポリシーに同意する */
.privacy-box {
  padding: 5px;
  margin: 0 auto 20px;
  max-width: 508px;
  width: 100%;
  height: 101px;
  overflow-y: scroll;
  background: #fff;
  border: 5px solid #DCDCDC;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .privacy-box {
    margin: 0 auto 40px;
    height: 151px;
  }
}

.privacy-check {
  margin-bottom: 30px;
  text-align: center;
  /* クリック後のデザイン */
  /* リンク下線 */
}
@media screen and (min-width: 768px) {
  .privacy-check {
    margin-bottom: 22px;
  }
}
.privacy-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.privacy-check input {
  position: relative;
  display: block;
  margin-right: 10px;
  background: #ffffff;
  border-radius: 2px;
  width: 25px;
  height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #C8C8C8;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.privacy-check input:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  height: 5px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 6px;
  left: 7px;
  opacity: 0;
  overflow: hidden;
  z-index: 1;
}
.privacy-check input:checked {
  background: #000;
}
.privacy-check input:checked:after {
  opacity: 1;
}
.privacy-check .underline {
  text-decoration: underline;
}

.submit-btn {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 260px;
  width: 100%;
}
.submit-btn::after {
  content: url(../images/icon/arrow_right_white.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.submit-btn input {
  display: block;
  padding: 17px 0 17px;
  width: 100%;
  background: #1C1C1C;
  border-radius: 50px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.submit-btn:hover input {
  opacity: 0.85;
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

/* thankyou_message */
.thankyou_message {
  max-width: 600px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  line-height: 1.4;
}

@media screen and (min-width: 1180px) {
  .thankyou_message {
    padding-top: 30px;
  }
}
.thankyou_message p {
  line-height: 1;
}

.thankyou_message p:last-of-type {
  margin-top: 20px;
}

.thankyou_message .no-mail {
  padding-left: 15px;
}

.thankyou_message .no-mail li {
  margin-top: 10px;
  list-style-type: decimal;
  line-height: 1;
}

/* contact form 7 message customize */
.wpcf7 form .wpcf7-response-output {
  margin: 20px auto 25px !important;
  border: none !important;
  text-align: center !important;
}
@media screen and (min-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
}

/* コメントフォーム（発見報告） */
.form-block {
  max-height: 400px;
}
@media screen and (min-width: 768px) {
  .form-block {
    width: 50%;
    max-height: 420px;
  }
}
@media screen and (min-width: 768px) {
  .form-block form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-block h3 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .form-block h3 {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}
.form-block form table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-block form table tr:not(:last-of-type) {
  margin-bottom: 20px;
}
.form-block form table th {
  padding-top: 12px;
  width: 70px;
  font-size: 1.3rem;
  font-weight: 400;
}
.form-block form table td {
  width: calc(100% - 70px);
}
.form-block form table input[type=text],
.form-block form table textarea {
  padding: 11px 15px 11px;
  background: #fff;
  border-radius: 5px;
}
.form-block form table textarea {
  max-height: 120px;
}
.form-block .form-block__file td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.form-block .form-block__file td input {
  padding: 5px 0 6px;
  border-radius: 2px;
  font-size: 1.3rem;
  font-weight: 400;
}
.form-block .form-block__file td span {
  font-size: 1.3rem;
  white-space: nowrap;
}
.form-block .form-block__file td > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-block > a, .form-block .submit-btn {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .form-block > a, .form-block .submit-btn {
    margin-top: auto;
  }
}

/* コメントフォーム（獲得報告） */
.comment-respond {
  padding: 10px;
  margin: 10px;
}
.comment-respond form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.comment-respond .comment-form-cookies-consent {
  display: none !important;
}
.comment-respond .comment-form-comment,
.comment-respond .comment-form-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-respond .comment-form-comment label,
.comment-respond .comment-form-author label {
  padding-top: 9px;
  width: 70px;
  font-size: 1.3rem;
  font-weight: 400;
}
.comment-respond .comment-form-comment input,
.comment-respond .comment-form-comment textarea,
.comment-respond .comment-form-author input,
.comment-respond .comment-form-author textarea {
  display: block;
  width: calc(100% - 70px);
  padding: 6px 15px 7px;
  background: #fff;
  border-radius: 5px;
}
.comment-respond .comment-form-comment {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.comment-respond .comment-form-comment textarea {
  max-height: 120px;
}
.comment-respond .comment-form-author {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.comment-respond .form-submit {
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  max-width: 260px;
  width: 100%;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .comment-respond .form-submit {
    margin-top: auto;
  }
}
.comment-respond .form-submit::after {
  content: url(../images/icon/arrow_right_white.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
}
.comment-respond .form-submit #submit {
  display: block;
  padding: 17px 0 17px;
  width: 100%;
  overflow: hidden;
  background: #1C1C1C;
  border-radius: 50px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.comment-respond .form-submit #submit span {
  position: relative;
  z-index: 1;
}

.screen-reader-response {
  display: none !important;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 1.3rem !important;
}

.wpcf7-not-valid-tip {
  display: block !important;
  padding-top: 1px !important;
  color: #dc3232 !important;
}

.privacy-check .wpcf7-not-valid-tip {
  text-align: center !important;
}

/********************************
* * * * * * * 変数 * * * * * * *
*********************************/
/* font */
/* color */
/*************************************
検索フォーム　FE ADVANCE SEARCH
*************************************/
.search-form {
  /* 見出しアイコン */
}
@media screen and (min-width: 600px) {
  .search-form {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 9999;
    padding: 55px 50px;
    max-width: 700px;
    width: 50vw;
    height: 100%;
    background: #F9FF50;
    overflow: scroll;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    /*Google Chrome、Safariへの対応*/
  }
  .search-form::-webkit-scrollbar {
    display: none;
  }
}
.search-form dl:not(:last-of-type) {
  margin-bottom: 32px;
}
.search-form dl:last-of-type {
  margin-bottom: 50px;
}
.search-form dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  width: calc(100% - 20px);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.search-form dl dt::before {
  width: 20px;
}
.search-form dl dd input {
  font-size: 1.3rem;
  font-weight: 400;
}
.search-form .search-form__freeword dd input {
  padding: 8px 10px 7px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
}
.search-form .search-form__checkbox dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.search-form .search-form__checkbox dd label span {
  display: inline-block;
  padding: 5px 10px 5px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50px;
  font-size: 1.3rem;
  font-weight: 400;
}
.search-form .search-form__checkbox dd label input:checked + span {
  background: #B5B5B5;
  color: #fff;
}
.search-form .search-form__note {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.2rem;
}
.search-form .search-form__btn {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 260px;
  text-align: center;
}
.search-form .search-form__btn input[type=submit] {
  padding: 17px 0 17px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  background: #1C1C1C;
  border-radius: 50px;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.03em;
}
.search-form .search-form__btn::after {
  content: url(../images/icon/arrow_right_white.svg);
  position: absolute;
  top: 16px;
  right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-form .search-form__btn input[type=reset] {
  font-size: 1.2rem;
  text-decoration: underline;
}
.search-form .search-form__icon01::before {
  content: url(../images/icon/search_freeword.svg);
}
.search-form .search-form__icon02::before {
  content: url(../images/icon/search_category.svg);
}
.search-form .search-form__icon03::before {
  content: url(../images/icon/search_tag.svg);
}
.search-form .search-form__icon04::before {
  content: url(../images/icon/search_tentative.svg);
}

/* research */
.research > p {
  position: relative;
  display: block;
  padding: 7px 10px 6px 25px;
  margin-left: auto;
  margin-right: auto;
  width: 170px;
  border: 1px solid #4A4A4A;
  border-radius: 3px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #4A4A4A;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .research > p {
    margin-right: 0;
  }
}
.research > p::before {
  content: url(../images/icon/search_gray.svg);
  position: absolute;
  top: 55%;
  left: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.research .research__form {
  position: relative;
  right: auto;
  z-index: 0;
  padding: 0;
  max-width: none;
  width: 100%;
  height: 0;
  background: transparent;
}

.js-research-form {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.js-research-form.open {
  padding-top: 20px;
  visibility: visible;
  opacity: 1;
  height: auto;
}

/********************************
* * * * * * * 変数 * * * * * * *
*********************************/
/* font */
/* color */
/************************************
 * * * * * * * Element * * * * * * *
 ***********************************/
/**********************************
list
**********************************/
.cards-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .cards-list01 {
    -webkit-column-gap: 27px;
       -moz-column-gap: 27px;
            column-gap: 27px;
    row-gap: 70px;
  }
}
.cards-list01 li {
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .cards-list01 li {
    width: calc(25% - 21px);
  }
}
.cards-list01 a {
  display: block;
  width: 100%;
  height: 100%;
}
.cards-list01 a > div {
  margin-bottom: 10px;
  border: 1px solid #707070;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .cards-list01 a > div {
    margin-bottom: 20px;
  }
}
.cards-list01 a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards-list01 a h2 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .cards-list01 a h2 {
    font-size: 1.4rem;
  }
}
.cards-list01 a p {
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .cards-list01 a p {
    font-size: 1.4rem;
  }
}

.cards-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .cards-list02 {
    -webkit-column-gap: 27px;
       -moz-column-gap: 27px;
            column-gap: 27px;
    row-gap: 70px;
  }
}
.cards-list02 li {
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .cards-list02 li {
    width: calc(20% - 22px);
  }
}
.cards-list02 a {
  display: block;
  width: 100%;
  height: 100%;
}
.cards-list02 a > div {
  margin-bottom: 10px;
  border: 1px solid #707070;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .cards-list02 a > div {
    margin-bottom: 20px;
  }
}
.cards-list02 a img {
  width: 100%;
  height: 100%;
}
.cards-list02 a h2 {
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .cards-list02 a h2 {
    font-size: 1.4rem;
  }
}

.column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}
@media screen and (min-width: 500px) {
  .column-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .column-list {
    row-gap: 50px;
  }
}
.column-list li {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media screen and (min-width: 500px) {
  .column-list li {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .column-list li {
    width: calc(33.3333333333% - 20px);
  }
}
.column-list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
}
.column-list a::after {
  content: url(../images/icon/arrow_column.svg);
  position: absolute;
  bottom: 20px;
  right: 25px;
}
@media screen and (min-width: 768px) {
  .column-list a::after {
    bottom: 30px;
    right: 30px;
  }
}
.column-list a > div {
  overflow: hidden;
}
.column-list a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.column-list a h2 {
  margin-bottom: 25px;
  padding: 20px 20px 0;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (min-width: 1300px) {
  .column-list a h2 {
    padding: 30px 30px 0;
  }
}
.column-list a time {
  display: block;
  margin-top: auto;
  padding: 0 20px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #828282;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .column-list a time {
    padding: 0 30px 30px;
    font-size: 1.3rem;
  }
}
.column-list li:hover img {
  scale: 1.1;
}

/* detail */
.lineup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .lineup-list {
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
}
.lineup-list li {
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .lineup-list li {
    width: calc(25% - 22px);
  }
}
.lineup-list a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.lineup-list a::before {
  content: url(../images/icon/zoom.svg);
  position: absolute;
  top: 10px;
  left: 10px;
}
.lineup-list a > div {
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .lineup-list a > div {
    margin-bottom: 20px;
  }
}
.lineup-list a img {
  width: 100%;
  height: 100%;
}
.lineup-list a h3 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .lineup-list a h3 {
    font-size: 1.4rem;
  }
}

.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
.gallery-list li {
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .gallery-list li {
    width: calc(20% - 22px);
  }
}
.gallery-list a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-list a > div {
  overflow: hidden;
}
.gallery-list a img {
  width: 100%;
  height: 100%;
}

/* もっと見る　jsで表示 */
.js-cards {
  /*フェードインアニメ*/
}
.js-cards li.is-hidden {
  display: none !important;
  opacity: 0;
}
.js-cards li {
  display: block !important;
  /* animationプロパティ設定 */
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*ページネーションボタン(wp-paggenavi)*/
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px auto 0;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin: 100px auto 0;
    gap: 15px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
.wp-pagenavi .current {
  background: #000;
  color: #ffffff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background: #000;
}
.wp-pagenavi .previouspostslink {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.wp-pagenavi .nextpostslink {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.wp-pagenavi .previouspostslink::after {
  content: url(../images/icon/arrow_left_white.svg);
  position: absolute;
  top: 10px;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wp-pagenavi .nextpostslink::after {
  content: url(../images/icon/arrow_right_white.svg);
  position: absolute;
  top: 10px;
}

/**********************************
ページ
**********************************/
/***** TOP *****/
.fv {
  margin-bottom: 110px;
}
@media screen and (min-width: 768px) {
  .fv {
    margin-top: 100px;
    margin-bottom: 170px;
  }
}
@media screen and (min-width: 1200px) {
  .fv {
    margin-top: 0;
  }
}
.fv .fv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .fv .fv__inner {
    margin: 0 auto;
    width: calc(100% - 70px);
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 1025px) {
  .fv .fv__inner {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .fv .fv__inner {
    max-width: 960px;
    max-height: 540px;
    width: 100%;
  }
}
.fv .fv__slider {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.fv .slick-list {
  overflow: hidden;
  border-radius: 10px;
}
.fv .fv__slide {
  width: 100%;
  height: 100%;
}
.fv .fv__slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.fv .fv__slide a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%);
}
.fv .fv__slide .fv__slide--image {
  width: 100%;
  height: 100%;
}
.fv .fv__slide .fv__slide--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .fv .fv__slide .fv__slide--image img {
    aspect-ratio: 16/9;
  }
}
.fv .fv__slide .fv__slide--content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 10;
  width: calc(100% - 20px);
}
@media screen and (min-width: 768px) {
  .fv .fv__slide .fv__slide--content {
    left: 30px;
    bottom: 30px;
    width: calc(100% - 30px);
  }
}
.fv .fv__slide .fv__slide--content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 7px;
}
.fv .fv__slide .fv__slide--content time {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.03em;
}
.fv .fv__slide .fv__slide--content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.fv .fv__slide .fv__slide--content ul li {
  padding: 3px 9px;
  border: 1px solid #fff;
  border-radius: 18px;
  font-size: 1.2rem;
  color: #fff;
}
.fv .fv__slide .fv__slide--content h2 {
  position: relative;
  padding-right: 65px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.fv .fv__slide .fv__slide--content h2::after {
  content: url(../images/icon/arrow_slider_link.svg);
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fv .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.fv .prev-arrow {
  left: 0;
}
.fv .next-arrow {
  right: 0;
}
.fv .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -35px;
}
@media screen and (min-width: 768px) {
  .fv .slick-dots {
    bottom: -50px;
  }
}
.fv .slick-dots li {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .fv .slick-dots li {
    margin: 0 1px;
  }
}
.fv .slick-dots li button {
  width: auto;
  height: auto;
}
.fv .slick-dots li button::before {
  font-size: 23px;
  color: #979797;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .fv .slick-dots li button::before {
    font-size: 28px;
  }
}
.fv .slick-dots li.slick-active button:before {
  color: #f9ff50;
}

.popular .popular__inner > a {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .popular .popular__inner > a {
    margin-top: 70px;
  }
}

/***** search *****/
.search-main .breadcrumbs {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .search-main .breadcrumbs {
    margin-bottom: 100px;
  }
}

.results .results__box {
  padding: 20px;
  margin-bottom: 30px;
  background: #f2f2f2;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .results .results__box {
    padding: 40px;
    margin-bottom: 40px;
  }
}
.results .results__box h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 600;
}
.results .results__box > p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 600;
}
.results .results__announcement {
  margin-bottom: 18px;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .results .results__announcement {
    margin-bottom: 40px;
  }
}

/***** ANDCO詳細 *****/
.detail-sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .detail-sec-title {
    margin-bottom: 42px;
  }
}
.detail-sec-title span:first-of-type {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .detail-sec-title span:first-of-type {
    font-size: 2.5rem;
  }
}
.detail-sec-title span:last-of-type {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .detail-sec-title span:last-of-type {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.item-sec01 {
  background: #fff;
}
.item-sec01 .item-sec01__inner {
  padding: 22px 18px 30px;
}
@media screen and (min-width: 768px) {
  .item-sec01 .item-sec01__inner {
    padding: 53px 55px 40px;
  }
}
.item-sec01 .item-sec01__inner h1 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .item-sec01 .item-sec01__inner h1 {
    margin-bottom: 50px;
    font-size: 2.5rem;
  }
}
.item-sec01 .item-sec01__sns {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .item-sec01 .item-sec01__sns {
    margin-bottom: 30px;
  }
}
.item-sec01 .item-sec01__fv {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .item-sec01 .item-sec01__fv {
    margin-bottom: 40px;
  }
}
.item-sec01 .item-sec01__fv img {
  width: 100%;
  height: auto;
}
.item-sec01 .item-sec01__info > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-sec01 .item-sec01__info > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.item-sec01 .item-sec01__info > li h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
}
.item-sec01 .item-sec01__info > li h3::before {
  width: 20px;
}
.item-sec01 .item-sec01__info > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  width: calc(100% - 90px);
}
.item-sec01 .item-sec01__info > li a, .item-sec01 .item-sec01__info > li p {
  font-size: 1.2rem;
}
.item-sec01 .item-sec01__info .item-sec01__info--cat h3::before {
  content: url(../images/icon/detail_category.svg);
}
.item-sec01 .item-sec01__info .item-sec01__info--cat li {
  padding: 1px 10px 2px;
  background: #f3f3f3;
  border-radius: 50px;
}
.item-sec01 .item-sec01__info .item-sec01__info--tag h3::before {
  content: url(../images/icon/detail_tag.svg);
}
.item-sec01 .item-sec01__info .item-sec01__info--tag li {
  padding: 1px 10px 2px;
  border: 1px solid #4a4a4a;
  border-radius: 50px;
}
.item-sec01 .item-sec01__info .item-sec01__info--mkr h3::before {
  content: url(../images/icon/detail_maker.svg);
}

/* INSTAGRAM */
.item-sec05 .item-sec05__inner > p {
  margin-bottom: 18px;
  font-size: 1.4rem;
  font-weight: 600;
}

.table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table tr:not(:last-of-type) {
  border-bottom: 1px solid #d6d6d6;
}
.table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: 33%;
  background: #efefef;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .table th {
    padding: 30px;
    width: 30%;
    font-size: 1.4rem;
  }
}
.table td {
  padding: 10px 15px 11px;
  width: 67%;
  background: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .table td {
    padding: 30px;
    width: 70%;
    font-size: 1.4rem;
  }
}
.table td a {
  color: #979797;
  text-decoration: underline;
  word-break: break-all;
}

.sns-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.sns-row h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
}
.sns-row h3 span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #979797;
  letter-spacing: 0.03em;
}
.sns-row h3 img {
  width: 17px;
  height: auto;
}
.sns-row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .comment-container01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .comment-container01 {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
.comment-container01 ul {
  overflow-y: scroll;
  margin-bottom: 50px;
  padding-right: 10px;
  max-height: 400px;
}
@media screen and (min-width: 768px) {
  .comment-container01 ul {
    margin-bottom: 0;
    padding-right: 25px;
    width: 50%;
    height: 420px;
    max-height: 420px;
  }
}
.comment-container01 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.comment-container01 ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
.comment-container01 ul li div:first-of-type {
  width: 45%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 500px) {
  .comment-container01 ul li div:first-of-type {
    width: 30%;
  }
}
.comment-container01 ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comment-container01 ul li div:last-of-type {
  width: 55%;
}
@media screen and (min-width: 500px) {
  .comment-container01 ul li div:last-of-type {
    width: 70%;
  }
}
.comment-container01 ul li div:last-of-type h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.comment-container01 ul li div:last-of-type p {
  font-size: 1.3rem;
}
.comment-container01 > p {
  padding: 30px 0 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .comment-container01 > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 25px 0 0;
    width: 50%;
    height: 420px;
    max-height: 420px;
  }
}
@media screen and (min-width: 768px) {
  .comment-container01 .comment-container01__form > div,
  .comment-container01 .comment-container01__form form {
    height: calc(100% - 40px);
  }
}
@media screen and (min-width: 768px) {
  .comment-container01 .comment-container01__form table {
    margin-bottom: 54px;
  }
}
.comment-container01 > a, .comment-container01 .submit-btn {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .comment-container01 > a, .comment-container01 .submit-btn {
    margin-top: auto;
  }
}

@media screen and (min-width: 768px) {
  .comment-container02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .comment-container02 {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
.comment-container02 ul {
  overflow-y: scroll;
  margin-bottom: 50px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .comment-container02 ul {
    margin-bottom: 0;
    padding-right: 25px;
    width: 50%;
    height: 420px;
    max-height: 420px;
  }
}
.comment-container02 ul li {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .comment-container02 ul li {
    padding-bottom: 18px;
  }
}
.comment-container02 ul li:not(:first-of-type) {
  padding-top: 13px;
}
@media screen and (min-width: 768px) {
  .comment-container02 ul li:not(:first-of-type) {
    padding-top: 18px;
  }
}
.comment-container02 ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-container02 ul li > div:first-of-type {
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .comment-container02 ul li > div:first-of-type {
    margin-bottom: 8px;
  }
}
.comment-container02 ul li p {
  font-size: 1.3rem;
}
.comment-container02 ul li p:first-of-type {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .comment-container02 .comment-container02__form > div,
  .comment-container02 .comment-container02__form form {
    height: calc(100% - 40px);
  }
}

.none-comment {
  padding: 30px 0 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .none-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 25px 0 0;
    width: 50%;
    height: 420px;
    max-height: 420px;
  }
}

/***** コラム *****/
.column-detail {
  background: #fff;
}
.column-detail .column-detail__inner {
  padding: 22px 20px 30px;
}
@media screen and (min-width: 768px) {
  .column-detail .column-detail__inner {
    padding: 53px 55px 40px;
  }
}
.column-detail .column-detail__inner > time {
  display: block;
  margin-bottom: 7px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #828282;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .column-detail .column-detail__inner > time {
    margin-bottom: 13px;
    font-size: 1.3rem;
  }
}
.column-detail .column-detail__inner h1 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .column-detail .column-detail__inner h1 {
    margin-bottom: 50px;
    font-size: 2.5rem;
  }
}
.column-detail .column-detail__top {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .column-detail .column-detail__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-bottom: 25px;
  }
}
.column-detail .column-detail__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .column-detail .column-detail__name {
    margin-bottom: 0;
  }
}
.column-detail .column-detail__name img {
  width: 40px;
  border-radius: 50%;
}
.column-detail .column-detail__name p {
  font-size: 1.3rem;
}
.column-detail .column-detail__fv {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .column-detail .column-detail__fv {
    margin-bottom: 40px;
  }
}
.column-detail .column-detail__fv img {
  width: 100%;
  height: auto;
}
.column-detail .column-detail__writing-area * {
  line-height: 1.2;
}
.column-detail .column-detail__writing-area h2,
.column-detail .column-detail__writing-area h3,
.column-detail .column-detail__writing-area h4,
.column-detail .column-detail__writing-area h5,
.column-detail .column-detail__writing-area h6 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif !important;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .column-detail .column-detail__writing-area h2,
  .column-detail .column-detail__writing-area h3,
  .column-detail .column-detail__writing-area h4,
  .column-detail .column-detail__writing-area h5,
  .column-detail .column-detail__writing-area h6 {
    margin-top: 70px;
    margin-bottom: 30px;
  }
}
.column-detail .column-detail__writing-area h2 {
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .column-detail .column-detail__writing-area h2 {
    font-size: 2rem;
  }
}
.column-detail .column-detail__writing-area h3 {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .column-detail .column-detail__writing-area h3 {
    font-size: 1.8rem;
  }
}
.column-detail .column-detail__writing-area h4 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .column-detail .column-detail__writing-area h4 {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.column-detail .column-detail__writing-area h5 {
  font-size: 1.5;
}
@media screen and (min-width: 768px) {
  .column-detail .column-detail__writing-area h5 {
    font-weight: 500;
  }
}
.column-detail .column-detail__writing-area p {
  font-family: "Noto Sans JP", sans-serif !important;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .column-detail .column-detail__writing-area p {
    margin-bottom: 30px;
  }
}
.column-detail .column-detail__writing-area img {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
  width: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .column-detail .column-detail__writing-area img {
    margin-bottom: 30px;
  }
}
.column-detail .column-detail__writing-area ol {
  margin-bottom: 20px;
  padding-left: 17px;
  list-style: decimal;
}
@media screen and (min-width: 768px) {
  .column-detail .column-detail__writing-area ol {
    margin-bottom: 30px;
  }
}
.column-detail .column-detail__writing-area ol li {
  margin-bottom: 10px;
}
.column-detail .column-detail__writing-area ul {
  margin-bottom: 20px;
  padding-left: 19px;
  list-style: outside;
}
@media screen and (min-width: 768px) {
  .column-detail .column-detail__writing-area ul {
    margin-bottom: 30px;
  }
}
.column-detail .column-detail__writing-area ul li {
  margin-bottom: 10px;
}
.column-detail .column-detail__writing-area table {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .column-detail .column-detail__writing-area table {
    margin-bottom: 30px;
  }
}
.column-detail .column-detail__writing-area table thead,
.column-detail .column-detail__writing-area table tbody,
.column-detail .column-detail__writing-area table tr,
.column-detail .column-detail__writing-area table th,
.column-detail .column-detail__writing-area table td {
  display: block;
}
.column-detail .column-detail__writing-area table tr {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.column-detail .column-detail__writing-area table th,
.column-detail .column-detail__writing-area table td {
  display: table-cell;
  padding: 10px 10px 11px;
  background: #fff;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  vertical-align: middle;
  min-height: 40px;
}
.column-detail .column-detail__writing-area table th {
  background: #fff;
}
.column-detail .column-detail__writing-area a {
  color: #f9ff50;
  text-decoration: underline;
}

/***** concept *****/
@media screen and (min-width: 768px) {
  .concept .concept__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .concept .concept__block {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
.concept .concept__block .concept__block--image {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .concept .concept__block .concept__block--image {
    margin-bottom: 0;
  }
}
.concept .concept__block .concept__block--image img {
  max-width: 233px;
  width: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .concept .concept__block .concept__block--text {
    padding-top: 5px;
    width: calc(100% - 263px);
  }
}
@media screen and (min-width: 1025px) {
  .concept .concept__block .concept__block--text {
    width: calc(100% - 283px);
  }
}
.concept .concept__block .concept__block--text h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.concept .concept__block .concept__block--text h3:first-child {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .concept .concept__block .concept__block--text h3 {
    margin-top: 55px;
    margin-bottom: 30px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.concept .concept__block .concept__block--text h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .concept .concept__block .concept__block--text h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.concept .concept__block .concept__block--text p {
  font-size: 1.4rem;
  font-weight: 500;
}
.concept .concept__block .concept__block--text ul {
  margin-top: 10px;
  margin-bottom: 15px;
  list-style-type: disc;
  list-style-position: inside;
}
.concept .concept__block .concept__block--text ul li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2;
  margin-left: 20px;
}

/***** privacy policy *****/
.privacy-container > p {
  margin-bottom: 50px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .privacy-container > p {
    margin-bottom: 70px;
    line-height: 2;
  }
}
.privacy-container section + section {
  margin-top: 50px;
}
.privacy-container section:last-of-type > div {
  margin-bottom: 50px;
  padding: 20px 30px;
  border: 1px solid #000;
  max-width: 446px;
}
.privacy-container section:last-of-type > div h3 {
  margin-bottom: 5px;
}
.privacy-container section h2 {
  margin-bottom: 24px;
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-container section li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 13px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.privacy-container section p {
  font-size: 1.4rem;
  line-height: 1.7;
}

/***** 404 *****/
.error-404__container {
  margin-bottom: 250px;
}
@media screen and (min-width: 768px) {
  .error-404__container {
    margin-bottom: 300px;
  }
}
.error-404__container h2 {
  margin-bottom: 21px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .error-404__container h2 {
    margin-bottom: 30px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
.error-404__container p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .error-404__container p {
    line-height: 2;
  }
}