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

/* ==========================================================================
   hr
   ========================================================================== */
/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none;
  list-style: 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,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**********************************************

↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓　全ページ共通 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ 

※ヘッダーフッターは個別
**********************************************/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background: #F3F3F3;
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.2;
  color: #1C1C1C;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  text-align: justify;
  font-size: 1.5rem;
  line-height: 2;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  list-style: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}

input[type=submit]:hover {
  opacity: 0.8;
}

.main {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.page-main {
  margin: 100px auto 100px;
  overflow: hidden;
}
@media screen and (min-width: 1250px) {
  .page-main {
    margin: 170px auto 150px;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}

.container-s {
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
}

.container-mb {
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .container-mb {
    margin-bottom: 200px;
  }
}

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

/* 改行 */
.br-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

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

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

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

/************************************
            ボタン/button
************************************/
.sec-btn {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 25px;
  border: 1px solid #1C1C1C;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #1C1C1C;
  text-decoration: none;
  list-style: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .sec-btn {
    padding: 29px 0 29px;
    font-size: 1.7rem;
  }
}
.sec-btn.btn-red {
  background-color: #C1272D;
  border-color: #C1272D;
  color: #ffffff;
}
.sec-btn::after {
  content: url(../images/icon/arrow-right-bl.svg);
  position: absolute;
  top: 48%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .sec-btn:hover {
    opacity: 1;
    background: #f5f5f5;
    border-color: #1C1C1C;
    color: #1C1C1C;
  }
  .sec-btn:hover::after {
    content: url(../images/icon/arrow-right-bl.svg);
  }
}
@media screen and (min-width: 1025px) {
  .sec-btn.btn-red:hover {
    color: #C1272D !important;
  }
  .sec-btn.btn-red:hover::after {
    content: url(../images/icon/arrow-right-red.svg);
  }
}
.sec-btn.btn-red::after {
  content: url(../images/icon/arrow-right-wh.svg);
}

.btn-more {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 24px;
  border: 1px solid #1C1C1C;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #1C1C1C;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-more span {
  position: relative;
}
.btn-more span::before {
  content: url(../images/icon/plus-bl.svg);
  position: absolute;
  top: 3px;
  left: -23px;
}
.btn-more.is-btn-hidden {
  display: none;
}
.btn-more:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .btn-more:hover {
    opacity: 1;
    background: #f5f5f5;
    color: #1C1C1C;
  }
  .btn-more:hover span::before {
    content: url(../images/icon/plus-bl.svg);
  }
}

/* ページネーションボタン(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: 0 auto;
  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;
  border: 1px solid #1C1C1C;
  background: #ffffff;
  color: #1C1C1C;
  margin: 0;
}
.wp-pagenavi .current {
  background: #C1272D;
  color: #ffffff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background: #C1272D;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  top: 6px;
}
.wp-pagenavi .previouspostslink::after {
  content: url(../images/icon/pagenavi-left-wh.svg);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wp-pagenavi .nextpostslink::after {
  content: url(../images/icon/pagenavi-right-wh.svg);
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

/**********************************************

↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ TOPページ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ 

**********************************************/
.title h1,
.title h2 {
  font-family: "Noto Serif", serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .title h1,
  .title h2 {
    font-size: 6rem;
  }
}
.title p {
  margin-top: 5px;
  text-align: left;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .title p {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .title span.tab-only {
    display: inline !important;
  }
}

.sec-bg {
  width: 100%;
  background-image: url(../images/top/sec-bg.svg);
}

.max-width {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

/**********************************************

↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ 下層ページ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ 

**********************************************/
.page-description {
  max-width: 942px;
  margin: 50px auto 60px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .page-description {
    text-align: center;
  }
}

.p-sec-title {
  width: 100%;
  margin-bottom: 50px;
  padding: 10px 0 10px 16px;
  background: #C1272D;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-sec-title {
    margin-bottom: 70px;
    font-size: 1.8rem;
    padding: 16px 0 16px 21px;
  }
}

iframe.wp-embedded-content {
  width: 100%;
  max-width: 500px;
}

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

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

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

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

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

.mb-150 {
  margin-bottom: 150px !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;
  }
  .tab-mb-110 {
    margin-bottom: 110px !important;
  }
  .tab-mb-120 {
    margin-bottom: 120px !important;
  }
  .tab-mb-130 {
    margin-bottom: 130px !important;
  }
  .tab-mb-140 {
    margin-bottom: 140px !important;
  }
  .tab-mb-150 {
    margin-bottom: 150px !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;
  }
}

@media screen and (min-width: 1250px) {
  .sp-only-header {
    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;
  }
}

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

/**********************************************

↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓　ヘッダー ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ 

**********************************************/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  background: #1C1C1C;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 1250px) {
  .header {
    height: 70px;
  }
}
.header.fv-header {
  position: absolute !important;
  background: transparent !important;
}
.header.hide {
  top: -70px !important;
}
@media screen and (min-width: 1250px) {
  .header.hide {
    top: -80px !important;
  }
}
.header.active {
  position: fixed !important;
  background: #1C1C1C !important;
}
.header .header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .header__logo {
  padding: 15px 15px 0 15px;
  height: auto;
}
@media screen and (min-width: 1250px) {
  .header .header__logo {
    padding: 15px 20px 0 20px;
  }
}
.header .header__logo img {
  max-width: 131px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1250px) {
  .header .header__logo img {
    max-width: 167px;
  }
}
.header .header__menu {
  display: none;
}
@media screen and (min-width: 1250px) {
  .header .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1250px) and (max-width: 1399px) {
  .header .header__menu {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .header .header__menu {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
}
@media screen and (min-width: 1170px) {
  .header .header__menu {
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
}
@media screen and (min-width: 1250px) {
  .header .header__menu li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-top: 30px;
  }
}
@media screen and (min-width: 1250px) {
  .header .header__menu li a {
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.05em;
    white-space: nowrap !important;
    overflow-wrap: normal;
    word-break: keep-all;
  }
}
@media screen and (min-width: 1250px) and (max-width: 1399px) {
  .header .header__menu li a {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 1170px) {
  .header .header__menu li a {
    font-size: 1.5rem;
  }
}
.header .header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header__mail,
.header .header__cart,
.header .header__link {
  width: 60px;
  height: 60px;
  text-align: center;
}
@media screen and (min-width: 1250px) {
  .header .header__mail,
  .header .header__cart,
  .header .header__link {
    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;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    width: auto;
    height: 70px;
  }
}
.header .header__mail span,
.header .header__cart span,
.header .header__link span {
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
}
@media screen and (min-width: 1250px) {
  .header .header__mail span,
  .header .header__cart span,
  .header .header__link span {
    font-size: 1.6rem;
  }
}
.header .header__mail span,
.header .header__cart span,
.header .header__link span {
  display: inline-block;
  position: relative;
}
.header .header__mail {
  display: none;
  padding-top: 14px;
  background: #F3F3F3;
}
@media screen and (min-width: 768px) {
  .header .header__mail {
    display: block;
  }
}
@media screen and (min-width: 1250px) {
  .header .header__mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    width: 143px;
  }
}
.header .header__mail span {
  margin-top: 7px;
  color: #1C1C1C;
  letter-spacing: 1px;
}
@media screen and (min-width: 1250px) {
  .header .header__mail span {
    margin-top: 0;
  }
}
.header .header__mail img {
  width: 24px;
  height: auto;
}
@media screen and (min-width: 1250px) {
  .header .header__mail img {
    padding-top: 3px;
    width: 17px;
  }
}
.header .header__cart {
  position: relative;
  padding-top: 10px;
  background: #C1272D;
}
@media screen and (min-width: 1250px) {
  .header .header__cart {
    padding-top: 0;
    width: 147px;
  }
}
.header .header__cart .header__cart--icon {
  position: relative;
}
.header .header__cart .header__cart--icon img {
  width: 28px;
  height: auto;
}
@media screen and (min-width: 1250px) {
  .header .header__cart .header__cart--icon img {
    width: 20px;
  }
}
.header .header__cart .header__cart--icon .cart_count {
  position: absolute;
  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;
  top: -7px;
  right: 7px;
  width: 15px;
  background-color: #FFFFFF;
  /* padding: 7px 10px; */
  border-radius: 50%;
  height: 15px;
  font-size: 1rem;
  color: #1C1C1C;
  font-weight: bold;
}
@media screen and (min-width: 1250px) {
  .header .header__cart .header__cart--icon .cart_count {
    right: -8px;
    top: -12px;
    width: 18px;
    height: 18px;
    font-size: 1.1rem;
  }
}
.header .header__cart > span {
  max-width: 70px;
  color: #fff;
}
.header .header__link {
  padding-top: 12px;
  position: relative;
}
@media screen and (min-width: 1250px) {
  .header .header__link {
    padding: 0 25px;
  }
}
@media screen and (min-width: 1250px) {
  .header .header__link span::before {
    content: url(../images/icon/stamp_pc.svg);
    padding-right: 5px;
  }
}

.common-header {
  z-index: 9999 !important;
}
.common-header.no_animation {
  -webkit-transition: none !important;
  transition: none !important;
}

/* HAMBURGER MENU */
.toggle {
  position: relative;
  width: 60px;
  height: 60px;
  background: #1C1C1C;
}
@media screen and (min-width: 1250px) {
  .toggle {
    display: none;
  }
}
.toggle span {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1250px) {
  .toggle span {
    width: 100%;
  }
}
.toggle span:nth-of-type(1) {
  top: 23px;
}
@media screen and (min-width: 1250px) {
  .toggle span:nth-of-type(1) {
    top: 0;
  }
}
.toggle span:nth-of-type(2) {
  top: 30px;
}
@media screen and (min-width: 1250px) {
  .toggle span:nth-of-type(2) {
    top: 7px;
  }
}
.toggle span:nth-of-type(3) {
  top: 37px;
}
@media screen and (min-width: 1250px) {
  .toggle span:nth-of-type(3) {
    top: 14px;
  }
}
.toggle.active span:nth-of-type(1) {
  top: 31px !important;
  left: 35% !important;
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}
.toggle.active span:nth-of-type(2) {
  opacity: 0 !important;
  visibility: hidden !important;
}
.toggle.active span:nth-of-type(3) {
  top: 31px !important;
  left: 35% !important;
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
}

/* NAVIGATION */
.gnav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100dvh;
  padding: 60px 0 75px;
  background: #1C1C1C;
  overflow: scroll;
  z-index: 999;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
  .gnav {
    max-width: 400px;
  }
}
@media screen and (min-width: 1250px) {
  .gnav {
    display: none !important;
  }
}
.gnav {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.gnav::-webkit-scrollbar {
  display: none;
}
.gnav.active {
  right: 0 !important;
}
@media screen and (min-width: 1250px) {
  .gnav .gnav__logo {
    display: none;
  }
}
.gnav .gnav__menu {
  margin-bottom: 30px;
}
@media screen and (min-width: 1250px) {
  .gnav .gnav__menu {
    margin-bottom: 70px;
  }
}
.gnav .gnav__menu li a {
  display: block;
  padding: 19px 30px 19px;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
  width: 100%;
}
.gnav .gnav__info {
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 1250px) {
  .gnav .gnav__info {
    text-align: right;
  }
}
.gnav .gnav__info figure {
  width: 150px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1250px) {
  .gnav .gnav__info figure {
    width: 210px;
    height: auto;
    margin: 0 0 20px auto;
  }
}
.gnav .gnav__info figure img {
  width: 100%;
}
.gnav .gnav__info a {
  position: relative;
  display: block;
  max-width: 340px;
  width: 100%;
  margin: 0 auto 13px;
  padding: 24px 0 24px;
  border: 1px solid #ffffff;
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
}
@media screen and (min-width: 1250px) {
  .gnav .gnav__info a {
    display: inline-block;
    max-width: none;
    width: auto;
    margin: 0 0 15px auto;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 1.8rem;
  }
}
.gnav .gnav__info a::before {
  content: url(../images/icon/tel-sp.svg);
  position: absolute;
  top: 52%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gnav .gnav__info a::after {
  content: url(../images/icon/arrow-right-wh.svg);
  position: absolute;
  top: 47%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1250px) {
  .gnav .gnav__info a::after {
    display: none;
  }
}
.gnav .gnav__info p {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #ffffff;
}
.gnav .gnav__link {
  max-width: 340px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 1250px) {
  .gnav .gnav__link {
    margin: 0;
  }
}
.gnav .gnav__link-top, .gnav .gnav__link-middle {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
.gnav .gnav__link-top a:after, .gnav .gnav__link-middle a:after {
  content: url(../images/icon/link.svg);
  display: inline-block;
  padding-left: 8px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.gnav .gnav__link-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
@media screen and (min-width: 1250px) {
  .gnav .gnav__link-bottom {
    display: none;
  }
}
.gnav .gnav__link a {
  position: relative;
  font-size: 1.3rem;
  color: #ffffff;
  text-decoration: underline;
}
@media screen and (min-width: 1250px) {
  .gnav .gnav__link a {
    text-decoration: none;
  }
}
.gnav .gnav__link a:nth-of-type(1),
.gnav .gnav__link a:nth-of-type(3) {
  padding-right: 20px;
}

/* gtranslate / 翻訳プラグイン */
.gtranslate_wrapper {
  margin-top: 18px;
  margin-right: 5px;
  width: 87px !important;
  font-size: 1rem !important;
}
@media screen and (min-width: 400px) {
  .gtranslate_wrapper {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1250px) {
  .gtranslate_wrapper {
    margin-top: 21px;
    margin-right: 20px;
    width: 100px !important;
  }
}
.gtranslate_wrapper div {
  width: 100% !important;
  max-width: 87px !important;
}
@media screen and (min-width: 1250px) {
  .gtranslate_wrapper div {
    max-width: 100px !important;
  }
}
.gtranslate_wrapper .gt-current-lang {
  padding: 2px !important;
}
@media screen and (min-width: 1250px) {
  .gtranslate_wrapper .gt-current-lang {
    padding: 5px !important;
  }
}
.gtranslate_wrapper .gt-current-lang span.gt-lang-code {
  top: -2px !important;
  font-size: 1rem !important;
}
@media screen and (min-width: 1250px) {
  .gtranslate_wrapper .gt-current-lang span.gt-lang-code {
    top: 0px !important;
    font-size: 1.2rem !important;
  }
}
.gtranslate_wrapper .gt-current-lang span.gt_float_switcher-arrow {
  position: absolute !important;
  top: 2px !important;
  right: 10px !important;
}
@media screen and (min-width: 1250px) {
  .gtranslate_wrapper .gt-current-lang span.gt_float_switcher-arrow {
    top: 4px !important;
  }
}
.gtranslate_wrapper a {
  padding: 2px !important;
  font-size: 1rem !important;
}
@media screen and (min-width: 1250px) {
  .gtranslate_wrapper a {
    padding: 3px !important;
    font-size: 1.2rem !important;
  }
}
.gtranslate_wrapper img {
  width: 15px !important;
}
.gtranslate_wrapper .gt_float_switcher .gt_options {
  -webkit-transform: none !important;
          transform: none !important;
}

.fixed-button {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 900;
  max-width: 60px;
}
@media screen and (min-width: 1250px) {
  .fixed-button {
    max-width: 70px;
    bottom: 100px;
  }
}
.fixed-button img {
  width: 100%;
}

/*************************
contact
*************************/
.cta {
  width: 100%;
  background-image: url(../images/cta_bg.svg);
}
.cta__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .cta__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.cta h2, .cta p {
  color: #1C1C1C;
}
.cta .cta__title {
  text-align: left;
  margin-bottom: 22px;
}
.cta .cta__title p {
  line-height: 1 !important;
}
.cta .cta__text {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .cta .cta__text {
    margin-bottom: 0;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .cta .cta__link {
    width: 50%;
  }
}
.cta .cta__link 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;
  margin-left: auto;
  margin-right: auto;
  max-width: 348px;
  width: 100%;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .cta .cta__link a {
    margin-right: 0;
    margin-left: auto;
  }
}
.cta .cta__link a::after {
  content: url(../images/icon/arrow-right-wh.svg);
  position: absolute;
  top: 49%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta .cta__link .cta__link--order {
  margin-bottom: 11px;
  padding: 32px 0 33px;
  background: #C1272D;
  border: 1px solid #C1272D;
}
.cta .cta__link .cta__link--order::before {
  content: url(../images/icon/cart-sp.svg);
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .cta .cta__link .cta__link--order:hover {
    background: #ffffff;
    color: #C1272D;
  }
  .cta .cta__link .cta__link--order:hover::after {
    content: url(../images/icon/arrow-right-red.svg);
  }
  .cta .cta__link .cta__link--order:hover::before {
    content: url(../images/icon/cart-red.svg);
  }
}
.cta .cta__link .cta__form--cotnact {
  height: 57px;
  background: #1C1C1C;
  border: 1px solid #1C1C1C;
  color: #ffffff;
}
.cta .cta__link .cta__form--cotnact::before {
  content: url(../images/icon/mail-wh.svg);
  position: absolute;
  top: 50%;
  left: 31px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta .cta__link .cta__form--cotnact::after {
  content: url(../images/icon/arrow-right-wh.svg);
}
@media screen and (min-width: 1025px) {
  .cta .cta__link .cta__form--cotnact:hover {
    background: #ffffff;
    color: #1C1C1C;
  }
  .cta .cta__link .cta__form--cotnact:hover::before {
    content: url(../images/icon/mail-bl.svg);
  }
  .cta .cta__link .cta__form--cotnact:hover::after {
    content: url(../images/icon/arrow-right-bl.svg);
  }
}

.footer {
  width: 100%;
}
.footer .footer__bottom {
  background: #1C1C1C;
  min-height: 200px;
}
@media screen and (min-width: 768px) {
  .footer .footer__bottom {
    min-height: unset;
  }
}
.footer .footer__bottom-inner {
  padding-top: 24px;
  padding-bottom: 25px;
  margin: 0 auto;
}
@media screen and (max-width: 1170px) {
  .footer .footer__bottom-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer__bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 75px;
    padding-bottom: 50px;
    padding-right: 90px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer__bottom-inner {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.footer .footer__info {
  display: block;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .footer .footer__info {
    display: block;
    margin-bottom: 0;
  }
}
.footer .footer__info h2 {
  margin-bottom: 4px;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer .footer__info h2 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.footer .footer__info p {
  text-align: left;
  font-size: 1.3rem;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #ffffff;
}
.footer .footer__link a {
  text-decoration: underline;
  font-size: 1.3rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer .footer__link a {
    display: block;
  }
}
.footer .footer__link .footer__link-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer .footer__link .footer__link-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    text-align: right;
  }
}
.footer .footer__link .footer__link-top a {
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .footer .footer__link .footer__link-top a {
    margin-bottom: 6px;
    margin-bottom: 15px;
  }
}
.footer .footer__link .footer__link-top a:after {
  content: url(../images/icon/link.svg);
  display: inline-block;
  padding-left: 8px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.footer .footer__link .footer__link-top a:nth-of-type(1) {
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .footer .footer__link .footer__link-top a:nth-of-type(1) {
    padding-right: 0;
  }
}
.footer .footer__link .footer__link-top .sns-instagram {
  margin-top: 5px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer .footer__link .footer__link-top .sns-instagram {
    margin-top: 0;
    text-align: right;
  }
}
.footer .footer__link .footer__link-top .sns-instagram::after {
  content: none;
}
.footer .footer__link .footer__link-bottom {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer .footer__link .footer__link-bottom {
    display: block;
    text-align: right;
  }
}
.footer .footer__link .footer__link-bottom a:nth-of-type(1) {
  margin-bottom: 15px;
}

.copyright {
  background-color: #1C1C1C;
  color: #fff;
  padding: 0 30px 20px;
}
@media screen and (min-width: 768px) {
  .copyright {
    text-align: center;
  }
}

/* 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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

.modal {
  position: relative;
  max-width: 650px;
  width: 85vw;
  max-height: 80%;
  margin: auto;
  background: #ffffff;
}
.modal .modal__inner {
  padding: 30px 30px 43px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal .modal__inner {
    padding: 60px 50px 75px;
  }
}
.modal .modal__inner video {
  width: 100%;
  max-height: 450px;
}
@media screen and (min-width: 768px) {
  .modal .modal__inner video {
    max-height: 700px;
  }
}
.modal div {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .modal div {
    margin-bottom: 85px;
  }
}
.modal div img {
  max-width: 100%;
  height: auto;
}
.modal h3 {
  margin-bottom: 25px;
  text-align: left;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .modal h3 {
    font-size: 1.5rem;
  }
}
.modal dl {
  text-align: left;
}
.modal dl dt {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.modal dl dd {
  font-size: 1.4rem;
  line-height: 1.4;
}
.modal dl dd:not(:last-child) {
  margin-bottom: 6px;
}
.modal {
  /* 閉じるボタン */
}
.modal .modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #000000;
}
.modal .modal__close::before, .modal .modal__close::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 7px;
  width: 17px;
  border-bottom: 2px solid #ffffff;
}
.modal .modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* 矢印 */
.iziModal-navigate > button {
  width: 30px !important;
  opacity: 1 !important;
}

.iziModal-navigate-prev {
  background: url(../images/icon/modal-arrow-l.svg) no-repeat 50% 50% !important;
  margin-left: 0 !important;
}
@media screen and (max-width: 719px) {
  .iziModal-navigate-prev {
    left: 0 !important;
  }
}
@media screen and (min-width: 720px) {
  .iziModal-navigate-prev {
    margin-left: -350px !important;
  }
}

.iziModal-navigate-next {
  background: url(../images/icon/modal-arrow-r.svg) no-repeat 50% 50% !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 719px) {
  .iziModal-navigate-next {
    right: 0 !important;
  }
}
@media screen and (min-width: 720px) {
  .iziModal-navigate-next {
    margin-right: -350px !important;
  }
}

/* ------------------------------------------------
 legacy styles (migrated from theme root style.css)
 ------------------------------------------------*/
#primary .fua {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px;
}

.news_date {
  margin-bottom: 30px;
}

.article {
  margin: 118px auto;
  line-height: 1.6;
}
.article p {
  margin-bottom: 15px;
}
.article h2 {
  margin: 35px auto 20px;
  font-size: 1.7rem;
  font-weight: bold;
}
.article h2:first-child {
  margin-top: 0;
}
.article h3 {
  margin: 30px auto 20px;
  font-size: 1.5rem;
  font-weight: bold;
}
.article h3:first-child {
  margin-top: 0;
}

.news_block {
  padding: 0 0 100px;
}
@media screen and (min-width: 768px) {
  .news_block {
    padding: 0;
  }
}
.news_block ul {
  width: calc(100% - 40px);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.news_block ul li {
  width: 100%;
  border-bottom: solid 1px #dcdcdc;
}
.news_block ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 20px 25px 15px 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .news_block ul li a {
    padding: 30px 60px 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news_block ul li a .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
  margin-bottom: 15px;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .news_block ul li a .date {
    margin-bottom: 0;
  }
}
.news_block ul li a .date > p:first-of-type {
  margin-right: 20px;
}
.news_block ul li a .date .tag {
  background: #222;
  color: #fff;
  min-height: 21px;
  min-width: 88px;
  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;
  font-weight: 500;
}
.news_block ul li a:hover p {
  color: #afafaf;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}
.news_block ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 20px 25px 15px 0;
}
.news_block.news_page {
  padding: 65px 0 50px;
}
@media screen and (min-width: 768px) {
  .news_block.news_page {
    padding: 85px 0 70px;
  }
}
.news_block.news_page ul li a {
  padding: 20px 30px 15px 0;
}
@media screen and (min-width: 768px) {
  .news_block.news_page ul li a {
    padding: 35px 60px 16px 0;
  }
}
.news_block.news_page ul li a::after {
  top: 15px;
}
@media screen and (min-width: 1080px) {
  .news_block.news_page ul li a::after {
    right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .news_block.news_page ul li a:hover::after {
    right: -10px;
  }
}

.link_type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  width: calc(100% - 40px);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .link_type01 {
    width: 100%;
    margin-top: 40px;
  }
}
.link_type01 a {
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .link_type01 a {
    font-size: 1.4rem;
  }
}
.link_type01 a:hover .button_type00 {
  background: #222;
}
.link_type01 a:hover .button_type00::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* mw wp form エラー表示 */
.mw_wp_form .error {
  padding: 5px 0 0 15px;
}

/* ------------------------------------------------
 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;
  padding-bottom: 130px;
}

@media screen and (min-width: 1180px) {
  .thankyou_message {
    padding-top: 30px;
    padding-bottom: 130px;
  }
}
.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;
}

/* shop.scss */
/* shop.scss */
.order p {
  margin-bottom: 10px;
}
.order dt {
  margin-bottom: 10px;
}
.order input[type=submit] {
  position: relative;
  display: block;
  padding: 20px 0;
  margin: auto;
  max-width: 280px;
  width: 100%;
  background: #1C1C1C;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #ffffff !important;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .order input[type=submit] {
    max-width: 300px;
    padding: 22px 0 23px;
    margin-top: 80px;
  }
}
.order input[type=submit]::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 27px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .order input[type=submit]::after {
    top: 25px;
  }
}
.order input[type=text],
.order textarea {
  padding: 12px 15px 11px;
  width: 100%;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .order input[type=text],
  .order textarea {
    padding: 14px 15px 13px;
  }
}
.order input[type=text].product_quantity {
  width: 12%;
}
@media screen and (min-width: 768px) {
  .order input[type=text].product_quantity {
    width: 100%;
  }
}
.order .order__top {
  margin-top: 50px;
  margin-bottom: 102px;
}
@media screen and (min-width: 768px) {
  .order .order__top {
    margin-top: 150px;
  }
}
.order .order__top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
  row-gap: 52px;
}
@media screen and (min-width: 768px) {
  .order .order__top-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .order .order__top-list {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
.order .order__top-list li {
  width: 33.3333333333%;
}
@media screen and (min-width: 768px) {
  .order .order__top-list li {
    width: calc(20% - 28px);
  }
}
@media screen and (min-width: 1025px) {
  .order .order__top-list li {
    width: calc(20% - 40px);
  }
}
.order .order__top-list li div {
  max-width: 148px;
  width: 89%;
  margin: 0 auto 11px;
}
@media screen and (min-width: 768px) {
  .order .order__top-list li div {
    margin: 0 auto 26px;
  }
}
.order .order__top-list li img {
  width: 100%;
  height: auto;
}
.order .order__top-list li p {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .order .order__top-list li p {
    font-size: 1.8rem;
  }
}
.order .order__form {
  background: #F8F8F8;
}
.order .order__form form {
  margin-bottom: 80px;
  padding: 0 30px 50px;
}
@media screen and (min-width: 768px) {
  .order .order__form form {
    margin-bottom: 100px;
    padding: 0 70px 100px;
  }
}
.order .order__form form h3 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .order .order__form form h3 {
    line-height: 1;
  }
}
.order .order__form-size {
  margin-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .order .order__form-size h3 {
    margin-bottom: 35px;
  }
}
.order .order__form-size label {
  position: relative;
  display: block;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .order .order__form-size label {
    margin-bottom: 34px;
  }
}
.order .order__form-radio,
.order .order__form .cse_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 32px;
}
.order .order__form-radio input[type=radio]::before, .order .order__form-radio input[type=radio]::after,
.order .order__form .cse_value input[type=radio]::before,
.order .order__form .cse_value input[type=radio]::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.order .order__form-radio input[type=radio]::before,
.order .order__form .cse_value input[type=radio]::before {
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 50%;
}
.order .order__form-radio input[type=radio]::after,
.order .order__form .cse_value input[type=radio]::after {
  top: 1px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #1C1C1C;
  border-radius: 50%;
  opacity: 0;
}
.order .order__form-radio,
.order .order__form .cse_value {
  /* チェック後 */
}
.order .order__form-radio input[type=radio]:checked::after,
.order .order__form .cse_value input[type=radio]:checked::after {
  opacity: 1;
}
.order .order__form-radio span,
.order .order__form .cse_value span {
  display: block;
}
.order .order__form-radio span:nth-of-type(1),
.order .order__form .cse_value span:nth-of-type(1) {
  width: 130px;
}
.order .order__form-radio span:nth-of-type(2),
.order .order__form .cse_value span:nth-of-type(2) {
  width: 80px;
  text-align: right;
}
.order .order__form-radio hr,
.order .order__form .cse_value hr {
  padding-top: 5px;
  width: calc(100% - 210px);
  border-top: none;
  border-right: none;
  border-bottom: 1px dashed #1C1C1C;
  border-left: none;
}
.order .order__form-select,
.order .order__form #cse_field_font_type {
  position: relative;
  margin-bottom: 54px;
  max-width: 280px;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #707070;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .order .order__form-select,
  .order .order__form #cse_field_font_type {
    max-width: 260px;
  }
}
.order .order__form-select::after,
.order .order__form #cse_field_font_type::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 22px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
.order .order__form-select select,
.order .order__form #cse_field_font_type select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.order .order__form-text, .order .order__form-textarea,
.order .order__form #cse_field_others {
  margin-bottom: 54px;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
}
.order .order__form-text textarea, .order .order__form-textarea textarea,
.order .order__form #cse_field_others textarea {
  padding: 12px 15px 4px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .order .order__form-text textarea, .order .order__form-textarea textarea,
  .order .order__form #cse_field_others textarea {
    padding: 14px 15px 6px;
  }
}
.order .order__form-textarea textarea {
  height: 180px;
}
@media screen and (min-width: 768px) {
  .order .order__form-textarea textarea {
    height: auto;
  }
}
.order .order__form ::-webkit-input-placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
.order .order__form ::-moz-placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
.order .order__form :-ms-input-placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
.order .order__form ::-ms-input-placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
.order .order__form ::placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
.order .order__form-sentence,
.order .order__form p {
  line-height: 1.8;
}
.order .order__form-check,
.order .order__form #cse_field_agreement {
  margin-bottom: 33px;
}
@media screen and (min-width: 768px) {
  .order .order__form-check,
  .order .order__form #cse_field_agreement {
    margin-bottom: 50px;
  }
}
.order .order__form-check span,
.order .order__form #cse_field_agreement span {
  line-height: 1.7;
}
.order .order__form-check input[type=checkbox],
.order .order__form #cse_field_agreement input[type=checkbox] {
  position: relative;
}
.order .order__form-check input[type=checkbox]::before, .order .order__form-check input[type=checkbox]::after,
.order .order__form #cse_field_agreement input[type=checkbox]::before,
.order .order__form #cse_field_agreement input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.order .order__form-check input[type=checkbox]::before,
.order .order__form #cse_field_agreement input[type=checkbox]::before {
  top: -9px;
  left: -30px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 5px;
}
.order .order__form-check input[type=checkbox]::after,
.order .order__form #cse_field_agreement input[type=checkbox]::after {
  top: -2px;
  left: -24px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 9px;
  height: 4px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  opacity: 0;
}
.order .order__form-check,
.order .order__form #cse_field_agreement {
  /* チェック後 */
}
.order .order__form-check input[type=checkbox]:checked::before,
.order .order__form #cse_field_agreement input[type=checkbox]:checked::before {
  background: #1C1C1C;
}
.order .order__form-check input[type=checkbox]:checked::after,
.order .order__form #cse_field_agreement input[type=checkbox]:checked::after {
  opacity: 1;
}
.order .order__form-present {
  width: 100%;
  padding: 20px;
  background: #ffffff;
  border: 2px solid #C1272D;
}
@media screen and (min-width: 768px) {
  .order .order__form-present {
    padding: 32px 30px 40px;
  }
}
.order .order__form-present h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #C1272D;
  line-height: 1 !important;
}
@media screen and (min-width: 768px) {
  .order .order__form-present h3 {
    margin-bottom: 20px !important;
  }
}
.order .order__form-present p {
  line-height: 1.8;
}
.order .order__form-present p:nth-of-type(1) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .order .order__form-present p:nth-of-type(1) {
    margin-bottom: 13px;
  }
}
.order .order__form-present p:nth-of-type(2) {
  margin-bottom: 21px;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .order .order__form-present p:nth-of-type(2) {
    margin-bottom: 26px;
  }
}
.order .order__form-present label {
  display: block;
  padding-left: 22px;
}
.order .order__form-present label:nth-of-type(1) {
  margin-bottom: 19px;
}
.order .order__form-present label span {
  display: block;
  text-indent: -3px;
  margin-left: 3px;
  line-height: 1.7;
}
.order .order__form-present label {
  position: relative;
}
.order .order__form-present input[type=radio]::before, .order .order__form-present input[type=radio]::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.order .order__form-present input[type=radio]::before {
  top: 3px;
  left: -2px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 50%;
}
.order .order__form-present input[type=radio]::after {
  top: 6px;
  left: 1px;
  width: 14px;
  height: 14px;
  background: #1C1C1C;
  border-radius: 50%;
  opacity: 0;
}
.order .order__form-present {
  /* チェック後 */
}
.order .order__form-present input[type=radio]:checked::after {
  opacity: 1;
}
.order #total-wrap {
  line-height: 1.2;
  margin-top: 50px;
}
.order #total-wrap strong {
  font-weight: bold;
  font-size: 2.6rem;
  padding-bottom: 11px;
  display: block;
}
.order .cse_parent_label1::after {
  content: "";
  border-bottom: dashed 1px #000;
}
.order #cse_field_present .cse_value {
  padding-left: 0;
  line-height: 1.1;
}

h2.title2 {
  display: none;
}

.order__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .order__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1025px) {
  .order__list {
    -webkit-column-gap: 38px;
       -moz-column-gap: 38px;
            column-gap: 38px;
  }
}
.order__list li {
  width: calc(50% - 14px);
}
@media screen and (min-width: 768px) {
  .order__list li {
    width: calc(25% - 21px);
  }
}
@media screen and (min-width: 768px) {
  .order__list li {
    width: calc(25% - 28px);
  }
}

* {
  -webkit-transition: none;
  transition: none;
}

/* 注文　サイズセレクトボックス（migrated from theme root style.css） */
.size-select {
  position: relative;
}
.size-select::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10px;
  height: 6px;
  pointer-events: none;
}
.size-select select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 11px 14px 12px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 5px;
  font-family: "Zen Old Mincho", serif;
  color: #1C1C1C;
}

.cart main {
  line-height: 1.2;
}
.cart main a:hover {
  color: #FFFFFF;
  text-decoration: unset;
}

.product_free_cart {
  line-height: 1.2;
}

#net_shop_admin_flow {
  display: none;
}

#net_shop_admin_shopping_cart {
  margin-bottom: 80px !important;
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart {
    margin-bottom: 120px !important;
  }
}
#net_shop_admin_shopping_cart input[type=submit] {
  border: none;
  display: block;
  background-color: #C1272D;
  color: #FFFFFF;
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin-top: 40px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  #net_shop_admin_shopping_cart input[type=submit] {
    margin-right: 0 !important;
  }
}
#net_shop_admin_shopping_cart input[type=submit]::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 27px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#net_shop_admin_shopping_cart .continue-shopping-btn {
  max-width: 300px;
  margin: 20px auto 60px auto;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  #net_shop_admin_shopping_cart .continue-shopping-btn {
    margin: 20px 0 60px auto;
  }
}
#net_shop_admin_shopping_cart .net_shop_admin_subtotal {
  margin-top: 40px;
}
#net_shop_admin_shopping_cart .net_shop_admin_checkout {
  margin-top: 40px;
}
#net_shop_admin_shopping_cart .quantity input {
  border: solid 1px #1C1C1C;
  color: #fff;
}
#net_shop_admin_shopping_cart table.form-table thead {
  display: none;
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table thead {
    display: table-header-group;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table thead tr {
    display: table-row;
  }
}
#net_shop_admin_shopping_cart table.form-table thead th {
  color: #1C1C1C;
}
#net_shop_admin_shopping_cart table.form-table > tbody > tr {
  border-bottom: 1px solid #CFCFCF;
  padding: 25px 0 25px;
}
#net_shop_admin_shopping_cart table.form-table > tbody > tr th {
  color: #1C1C1C;
}
@media screen and (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table > tbody > tr th {
    color: #ffffff;
  }
}
#net_shop_admin_shopping_cart table.form-table > tbody > tr td {
  color: #ffffff;
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table > tbody > tr td {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
}
#net_shop_admin_shopping_cart table.form-table > tbody > tr td input {
  color: #fff;
}
#net_shop_admin_shopping_cart table.form-table > tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table > tbody tr {
    display: table-row;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table > tbody tr th {
    display: none;
  }
}
#net_shop_admin_shopping_cart table.form-table > tbody tr td {
  text-align: left !important;
  padding-left: 20px !important;
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table > tbody tr td {
    height: auto;
  }
}
#net_shop_admin_shopping_cart table.form-table tr th {
  background-color: #F8F8F8;
  text-align: left;
  padding-left: 15px !important;
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table tr th {
    height: 40px;
  }
}
@media (max-width: 767px) {
  #net_shop_admin_shopping_cart table.form-table tr th {
    width: 100% !important;
  }
}
#net_shop_admin_shopping_cart table.form-table tr td.name {
  height: auto;
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table tr td.name {
    padding-top: 26px !important;
  }
}
#net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr {
    display: table-row;
  }
}
#net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 100px;
}
#net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr td img {
  width: 100%;
  height: auto;
  max-width: 90px;
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr td img {
    min-width: 90px;
  }
}
#net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr td:last-child {
  padding-top: 0 !important;
  width: auto !important;
}
@media (min-width: 768px) {
  #net_shop_admin_shopping_cart table.form-table tr td.name .thumbnail_table > tbody tr td:last-child {
    padding-top: 0 !important;
  }
}
#net_shop_admin_shopping_cart table.form-table ::-webkit-input-placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
#net_shop_admin_shopping_cart table.form-table ::-moz-placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
#net_shop_admin_shopping_cart table.form-table :-ms-input-placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
#net_shop_admin_shopping_cart table.form-table ::-ms-input-placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
#net_shop_admin_shopping_cart table.form-table ::placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}

table {
  table-layout: fixed;
}

text,
textarea {
  background-color: #FFFFFF;
}

.width300 {
  min-width: unset !important;
}

#net_shop_admin_checkout_body {
  padding: 50px 30px;
  background-color: #F8F8F8;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body {
    padding: 70px 70px;
  }
}
#net_shop_admin_checkout_body .required {
  color: #FFF;
  background-color: #FF4646;
  padding: 0px 7px 1px;
  margin-left: 10px;
  font-size: 1.3rem;
  font-weight: 500;
}
#net_shop_admin_checkout_body input[type=text] {
  background-color: #FFFFFF;
  color: #1C1C1C;
}
#net_shop_admin_checkout_body input[type=submit] {
  border: none;
  display: block;
  background-color: #C1272D;
  color: #FFFFFF;
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin-top: 40px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 20px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #net_shop_admin_checkout_body input[type=submit] {
    margin-right: 0 !important;
  }
}
#net_shop_admin_checkout_body input[name=wp-submit] {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  min-width: 260px;
}
#net_shop_admin_checkout_body .changebox input[name=wp-submit] {
  min-width: unset;
  height: 30px;
}
#net_shop_admin_checkout_body table.form-table.f-template tr {
  margin-bottom: 0;
}
#net_shop_admin_checkout_body table.form-table tr {
  display: block;
  margin-bottom: 50px;
}
#net_shop_admin_checkout_body table.form-table tr th {
  text-align: left;
  color: #1C1C1C;
}
#net_shop_admin_checkout_body table.form-table tr td {
  display: block;
  color: #1C1C1C;
}
#net_shop_admin_checkout_body table.form-table tr td input[type=text],
#net_shop_admin_checkout_body table.form-table tr td input[type=textarea] {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  border-radius: 7px;
  border: 1px solid #707070;
  margin: 5px 0 5px !important;
}
#net_shop_admin_checkout_body table.form-table tr td input[type=text][type=submit],
#net_shop_admin_checkout_body table.form-table tr td input[type=textarea][type=submit] {
  border-radius: 40px;
}
#net_shop_admin_checkout_body table.form-table tr td input[type=radio] {
  width: 100%;
  height: 20px;
}
#net_shop_admin_checkout_body table.form-table tr td p {
  color: #1C1C1C;
}
#net_shop_admin_checkout_body table.form-table.checkout_step tr {
  display: table-row;
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body table.form-table.checkout_step th {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  #net_shop_admin_checkout_body table.form-table.checkout_step td {
    display: table-cell;
  }
}
#net_shop_admin_checkout_body table.form-table ::-webkit-input-placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
#net_shop_admin_checkout_body table.form-table ::-moz-placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
#net_shop_admin_checkout_body table.form-table :-ms-input-placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
#net_shop_admin_checkout_body table.form-table ::-ms-input-placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
#net_shop_admin_checkout_body table.form-table ::placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
#net_shop_admin_checkout_body .width400 {
  min-width: none;
}

#net_shop_admin_checkout_body.billing_information_input table.form-table:first-child tr {
  margin-bottom: 50px;
}
#net_shop_admin_payment_form p,
#net_shop_admin_payment_form dl,
#net_shop_admin_payment_form dt {
  color: #1C1C1C;
}
#net_shop_admin_payment_form .clearboth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#net_shop_admin_payment_form .clearboth::after {
  content: none;
}
#net_shop_admin_payment_form .clearboth input {
  float: none !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.h2-block01 {
  font-size: 1.5rem;
  background-color: #C1272D;
  color: #FFFFFF;
  padding: 17px 0 16px 20px;
}
@media (min-width: 768px) {
  .h2-block01 {
    font-size: 1.8rem;
  }
}

label {
  position: relative;
}

input[type=radio] {
  padding-left: 11px;
}
input[type=radio]::before, input[type=radio]::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=radio]::before {
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  input[type=radio]::before {
    left: 0px;
  }
}
input[type=radio]::after {
  top: 3px;
  left: -17px;
  width: 14px;
  height: 14px;
  background: #1C1C1C;
  border-radius: 50%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  input[type=radio]::after {
    left: 3px;
  }
}

.net_shop_admin_update_quantity {
  font-size: 1.8rem;
  color: red;
}

.btn-r {
  max-width: 300px;
}

/* チェック後 */
input[type=radio]:checked::after {
  opacity: 1;
}

.field_present {
  border: 2px solid #C1272D;
  padding: 20px;
  background-color: #FFFFFF;
}
.field_present .field_present__title {
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .field_present .field_present__title {
    margin-bottom: 20px;
  }
}
.field_present p {
  text-align: left;
}
.field_present .present-text {
  line-height: 1.1;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .field_present .present-text {
    margin-bottom: 30px;
  }
}
.field_present label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  color: #1C1C1C;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .field_present label {
    margin-left: 0;
  }
}
.field_present label[for=present] {
  display: inline-block;
  margin-top: auto;
  color: #C1272D !important;
  margin-left: 0;
}
.field_present label:first-of-type {
  margin-bottom: 19px;
}
.field_present label input {
  margin-right: 3px;
}
@media (min-width: 768px) {
  .field_present label input {
    margin-right: 23px;
  }
}
.field_present label input::before {
  top: 2px;
}
.field_present label input::after {
  top: 5px;
}
.field_present label span {
  display: inline-block;
}
.field_present span {
  display: block;
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .field_present span {
    margin-left: 10px;
  }
}

/* 2023/07/28 追加CSS */
/* 熟練木工職人による製作の様子 再生ボタン */
.video-btn {
  position: relative;
  display: block;
  margin: 28px auto 0;
  padding: 23px 0 22px;
  max-width: 340px;
  width: 100%;
  background: #1C1C1C;
  border: 1px solid #1C1C1C;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .video-btn {
    margin: 28px 0 0;
  }
}
.video-btn {
  /* ビデオアイコン */
}
.video-btn::before {
  content: url(../images/icon/video.svg);
  position: absolute;
  top: 18px;
  left: 20px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.video-btn {
  /* くの字アイコン */
}
.video-btn::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 25px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 1025px) {
  .video-btn:hover {
    background: #ffffff;
    color: #1C1C1C;
  }
  .video-btn:hover::before {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
  .video-btn:hover::after {
    border-top-color: #1C1C1C;
    border-right-color: #1C1C1C;
  }
}

/* 梅原印房 公式インスタグラム　リンクボタン */
.link-btn {
  position: relative;
  display: block;
  margin: 70px auto 0;
  padding: 26px 40px 26px 0;
  max-width: 540px;
  width: 100%;
  background: #1C1C1C;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .link-btn {
    margin: 140px auto 0;
    padding: 35px 40px 35px 0;
    font-size: 2rem;
    letter-spacing: 1px;
  }
}
.link-btn::after {
  content: url(../images/icon/external-link.svg);
  position: absolute;
  top: 26px;
  right: 20px;
}
@media screen and (min-width: 400px) {
  .link-btn::after {
    right: 34px;
  }
}
@media screen and (min-width: 768px) {
  .link-btn::after {
    top: 36px;
    right: 40px;
  }
}

/* 2023/12/18 TOPページ　制作実績スライダー*/
.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 1;
}

.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

/* next */
.slick-next {
  right: -5px;
}

.slick-next::after {
  right: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* prev */
.slick-prev {
  left: -5px;
}

.slick-prev::after {
  left: 4px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .slick-next::after,
  .slick-prev::after {
    width: 10px;
    height: 10px;
  }
  .slick-next::after {
    right: 2px;
  }
}
/* gtranslate */
@media screen and (min-width: 1250px) {
  html[lang=en] .header__cart > span,
  html[lang=fr] .header__cart > span,
  html[lang=ln] .header__cart > span,
  html[lang=it] .header__cart > span,
  html[lang=pt] .header__cart > span,
  html[lang=ru] .header__cart > span,
  html[lang=es] .header__cart > span {
    max-width: 80px;
  }
}
html[lang=en] .header .header__mail,
html[lang=fr] .header .header__mail,
html[lang=ln] .header .header__mail,
html[lang=it] .header .header__mail,
html[lang=pt] .header .header__mail,
html[lang=ru] .header .header__mail,
html[lang=es] .header .header__mail {
  width: auto;
  padding-left: 3px;
  padding-right: 3px;
}
@media screen and (min-width: 1250px) {
  html[lang=en] .header .header__mail img,
  html[lang=fr] .header .header__mail img,
  html[lang=ln] .header .header__mail img,
  html[lang=it] .header .header__mail img,
  html[lang=pt] .header .header__mail img,
  html[lang=ru] .header .header__mail img,
  html[lang=es] .header .header__mail img {
    min-width: 17px;
  }
}
@media screen and (min-width: 1250px) {
  html[lang=en] .gtranslate_wrapper div,
  html[lang=fr] .gtranslate_wrapper div,
  html[lang=ln] .gtranslate_wrapper div,
  html[lang=it] .gtranslate_wrapper div,
  html[lang=pt] .gtranslate_wrapper div,
  html[lang=ru] .gtranslate_wrapper div,
  html[lang=es] .gtranslate_wrapper div {
    min-width: 100px;
  }
}

/**********************************
----------- TOP PAGE --------------
**********************************/
/*********************
mainvisual
**********************/
.mainvisual {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-height: 600px) {
  .mainvisual {
    height: 600px;
  }
}
.mainvisual .mainvisual__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-filter: brightness(75%);
          filter: brightness(75%);
  -webkit-animation: blackIn 3s ease-in;
          animation: blackIn 3s ease-in;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .mainvisual .mainvisual__bg {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.mainvisual .mainvisual__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainvisual .mainvisual__logo {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 82px;
  bottom: 0;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mainvisual .mainvisual__logo {
    top: 0;
  }
}
.mainvisual .mainvisual__logo p {
  display: inline-block;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.mainvisual .mainvisual__logo p span:first-of-type {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .mainvisual .mainvisual__logo p span:first-of-type {
    font-size: 2rem;
  }
}
.mainvisual .mainvisual__logo p span:last-of-type {
  border-bottom: 1px solid #fff;
  font-size: 4.8rem;
}
@media screen and (min-width: 768px) {
  .mainvisual .mainvisual__logo p span:last-of-type {
    font-size: 6rem;
  }
}
.mainvisual .mainvisual__logo figure {
  display: block;
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .mainvisual .mainvisual__logo figure {
    margin-top: 30px;
  }
}
.mainvisual .mainvisual__logo img {
  max-width: 156px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mainvisual .mainvisual__logo img {
    max-width: 195px;
  }
}
.mainvisual .mainvisual__scroll {
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 60px;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mainvisual .mainvisual__scroll {
    right: 45px;
    padding: 10px 10px 70px;
  }
}
.mainvisual .mainvisual__scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 46%;
  width: 1px;
  height: 55px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .mainvisual .mainvisual__scroll::after {
    height: 65px;
  }
}
.mainvisual {
  /*
  *Animation
  *高さ・位置・透過が変化して線が上から下に動く
  */
}
.mainvisual .mainvisual__scroll::after {
  -webkit-animation: sdl02 2.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl02 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes sdl02 {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  25% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  25.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  40%, 100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
@keyframes sdl02 {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  25% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  25.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  40%, 100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

/*********************
about
*********************/
.about {
  position: relative;
}
.about::before {
  content: url(../images/top/bg-decoration.svg);
  position: absolute;
  top: 0;
  left: -153px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about::before {
    left: -165px;
  }
}
@media screen and (min-width: 768px) {
  .about::after {
    content: url(../images/top/bg-decoration.svg);
    position: absolute;
    bottom: 40vw;
    right: -167px;
    z-index: -1;
  }
}
.about .about__inner {
  padding: 60px 0 30px;
}
@media screen and (min-width: 768px) {
  .about .about__inner {
    padding: 200px 0 75px;
  }
}
.about .about__text {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .about .about__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .about .about__text > p {
    max-width: 707px;
    line-height: 2.5;
  }
}
.about .about__btn {
  margin-bottom: 60px;
  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: 30px;
}
@media screen and (min-width: 768px) {
  .about .about__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 150px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .about .about__btn {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
.about .about__btn a.sec-btn:not(.btn-red) {
  background: #1C1C1C;
  border-color: #1C1C1C;
  color: #fff;
}
.about .about__btn a.sec-btn:not(.btn-red)::after {
  content: url(../images/icon/arrow-right-wh.svg);
}
@media screen and (min-width: 1025px) {
  .about .about__btn a.sec-btn:not(.btn-red):hover {
    background: #fff;
    border-color: #1C1C1C;
    color: #1C1C1C;
  }
  .about .about__btn a.sec-btn:not(.btn-red):hover::after {
    content: url(../images/icon/arrow-right-bl.svg);
  }
}
@media screen and (min-width: 768px) {
  .about .about__btn a {
    margin: 0;
  }
}
.about .about__wideimg img {
  width: 100%;
  height: auto;
}

/*********************
works
*********************/
.t-works .t-works__inner {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .t-works .t-works__inner {
    padding: 100px 0;
  }
}
.t-works .t-works__content {
  margin: 0 auto;
}
.t-works .t-works__thumbs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .t-works .t-works__thumbs {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
  }
}
.t-works .t-works__thumbs li {
  background: transparent;
  border: none;
  padding: 0;
}
.t-works .t-works__thumbs img {
  display: block;
  width: 100%;
  height: auto;
}
.t-works .t-works__main {
  margin: 0;
  background: transparent;
  border: none;
  padding: 0;
}
.t-works .t-works__main img {
  display: block;
  width: 100%;
  height: auto;
}

/*********************
service
*********************/
.service {
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  width: 100%;
}
.service .service__inner {
  padding: 60px 0 90px;
}
@media screen and (min-width: 768px) {
  .service .service__inner {
    padding-bottom: 120px;
  }
}
.service .service__top {
  margin: 0 auto 50px 0;
  max-width: 1270px;
}
@media screen and (min-width: 768px) {
  .service .service__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin: 0 auto 100px 0;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1025px) {
  .service .service__top {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.service .service__top > figure {
  width: calc(100% - 30px);
}
@media screen and (min-width: 768px) {
  .service .service__top > figure {
    width: 61%;
  }
}
.service .service__top > figure img {
  width: 100%;
  height: auto;
}
.service .service__top > div {
  margin: 0 auto;
  width: calc(100% - 60px);
}
@media screen and (min-width: 768px) {
  .service .service__top > div {
    margin: 0;
    width: 36%;
  }
}
.service .service__top > div h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1C1C1C;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .service .service__top > div h3 {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}
.service .service__top > div p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .service .service__top > div p {
    font-size: 1.4rem;
  }
}
.service .service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  row-gap: 60px;
  margin: 0 auto 60px;
}
@media screen and (min-width: 768px) {
  .service .service__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto 100px;
  }
}
.service .service__content {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .service .service__content {
    margin: 0;
    width: calc(33.3333333333% - 30px);
  }
}
.service .service__content div {
  padding-top: 20px;
}
.service .service__content img {
  width: 100%;
  height: auto;
}
.service .service__content h3 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #1C1C1C;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .service .service__content h3 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .service .service__content h3 {
    font-size: 3rem;
  }
}
.service .service__content p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .service .service__content p {
    font-size: 1.4rem;
  }
}

/**********************************************
COMMITMENT
***********************************************/
.commitment.sec-bg {
  background-image: url(../images/top/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.commitment .commitment__inner {
  padding: 62px 0 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}
@media screen and (min-width: 768px) {
  .commitment .commitment__inner {
    padding: 200px 0 0;
  }
}
.commitment .commitment__content {
  margin: 0 auto 60px;
  width: calc(100% - 60px);
}
@media screen and (min-width: 768px) {
  .commitment .commitment__content {
    margin: 0 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    width: calc(100% - 40px);
    max-width: 1270px;
  }
}
@media screen and (min-width: 1025px) {
  .commitment .commitment__content {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
.commitment .commitment__content figure {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .commitment .commitment__content figure {
    margin-bottom: 0;
    width: 55%;
  }
}
.commitment .commitment__content figure img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .commitment .commitment__content > div {
    width: 45%;
  }
}
.commitment .commitment__content h3 {
  padding-bottom: 10px;
  text-align: left;
  border-bottom: 1px solid #1C1C1C;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .commitment .commitment__content h3 {
    padding-bottom: 13px;
    margin-bottom: 20px;
    font-size: 3rem;
  }
}
.commitment .commitment__content p {
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .commitment .commitment__content:nth-of-type(even) {
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .commitment .commitment__content:nth-of-type(odd) {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .commitment .commitment__content:nth-of-type(odd) > figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  .commitment .commitment__content:nth-of-type(odd) > div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.commitment .commitment__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.commitment .commitment__bottom figure {
  width: 33.3333333333%;
}
.commitment .commitment__bottom figure img {
  width: 100%;
}
.commitment .commitment__pls {
  margin-bottom: 30px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .commitment .commitment__pls {
    margin-bottom: 50px;
    line-height: 2;
  }
}

/*********************
gallery
*********************/
.gallery .gallery__inner {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .gallery .gallery__inner {
    padding: 200px 0;
  }
}
.gallery .gallery__images {
  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;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .gallery .gallery__images {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
    row-gap: 50px;
  }
}
.gallery .gallery__image {
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .gallery .gallery__image {
    width: calc(25% - 15px);
  }
}
@media screen and (min-width: 1025px) {
  .gallery .gallery__image {
    width: calc(25% - 36px);
  }
}
.gallery .gallery__image img {
  width: 100%;
}
.gallery .gallery__image.is-hidden {
  display: none;
}

/*********************
hand-carved
*********************/
.hand-carved .hand-carved__inner {
  padding: 62px 0 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}
@media screen and (min-width: 768px) {
  .hand-carved .hand-carved__inner {
    padding: 200px 0 60px;
  }
}
.hand-carved .hand-carved__flex {
  margin: 0 auto 60px;
  width: calc(100% - 60px);
}
@media screen and (min-width: 768px) {
  .hand-carved .hand-carved__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin: 0 0 100px;
    max-width: 1270px;
    width: calc(100% - 40px);
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) {
  .hand-carved .hand-carved__flex {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
.hand-carved .hand-carved__mainimg {
  margin-bottom: 18px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hand-carved .hand-carved__mainimg {
    margin-bottom: 0;
    width: 55%;
  }
}
.hand-carved .hand-carved__mainimg img {
  max-width: 100%;
  height: auto;
}
.hand-carved .hand-carved__right {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hand-carved .hand-carved__right {
    width: 45%;
  }
}
.hand-carved .hand-carved__right p {
  margin-bottom: 0;
  line-height: 1.8;
  text-align: left;
}
.hand-carved .hand-carved__pls {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hand-carved .hand-carved__pls {
    margin-bottom: 30px;
  }
}
.hand-carved .hand-carved__cta {
  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;
  max-width: 280px;
  width: 100%;
  margin: 0 auto 60px;
  padding: 20px 0;
  background: #1C1C1C;
  border: 1px solid #1C1C1C;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .hand-carved .hand-carved__cta {
    margin-bottom: 80px;
  }
}
.hand-carved .hand-carved__cta::after {
  content: url(../images/icon/arrow-right-wh.svg);
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .hand-carved .hand-carved__cta:hover {
    background: #ffffff;
    color: #1C1C1C;
  }
  .hand-carved .hand-carved__cta:hover::after {
    content: url(../images/icon/arrow-right-bl.svg);
  }
}

/*********************
message
*********************/
.message {
  width: 100%;
  background-image: url(../images/top/sec-bg.svg);
  color: #ffffff;
}
.message .message__inner {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 950px) {
  .message .message__inner {
    margin: 0 auto;
    max-width: 1400px;
  }
}
.message .message__flex {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 950px) {
  .message .message__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    padding-top: 150px;
    padding-bottom: 150px;
    margin-left: auto;
    max-width: 1270px;
    width: calc(100% - 40px);
  }
}
.message .message__text {
  margin: 0 auto 60px;
  width: calc(100% - 60px);
}
@media screen and (min-width: 950px) {
  .message .message__text {
    margin-bottom: 0;
    width: auto;
    max-width: 495px;
  }
}
.message .message__text h2 {
  margin-bottom: 25px;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (min-width: 950px) {
  .message .message__text h2 {
    margin-bottom: 43px;
    font-size: 4rem;
    font-weight: 600;
  }
}
.message .message__text p {
  line-height: 2;
  color: #ffffff;
}
@media screen and (min-width: 950px) {
  .message .message__text p {
    line-height: 2.2;
  }
}
.message .message__text a {
  max-width: 430px !important;
}
@media screen and (min-width: 950px) {
  .message .message__text a {
    margin: 0 !important;
  }
}
.message .message__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.message .message__img figure:nth-of-type(1) {
  margin-top: 20px;
}
@media screen and (min-width: 950px) {
  .message .message__img figure:nth-of-type(1) {
    margin-top: 60px;
  }
}
.message .message__img img {
  width: 100%;
}

/*********************
column
*********************/
.t-column {
  position: relative;
}
.t-column::before {
  content: url(../images/top/bg-decoration.svg);
  position: absolute;
  top: -60px;
  left: -153px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .t-column::before {
    left: -165px;
  }
}
.t-column::after {
  content: url(../images/top/bg-decoration.svg);
  position: absolute;
  bottom: -75px;
  right: -153px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .t-column::after {
    right: -167px;
  }
}
.t-column .t-column__inner {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .t-column .t-column__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    padding-top: 200px;
    padding-bottom: 150px;
    width: 35%;
  }
}
.t-column .t-column__right {
  width: 100%;
}
.t-column .t-column__right > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #1C1C1C;
}
.t-column .t-column__right > a::after {
  content: url(../images/icon/arrow-right-circle-wh.svg);
  -webkit-filter: invert(1);
          filter: invert(1);
}
.t-column .t-column__list {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .t-column .t-column__list {
    margin-bottom: 20px;
  }
}

.column-list li a {
  display: block;
  padding: 15px 0 15px;
  width: 100%;
  border-bottom: 1px solid #1C1C1C;
  color: #1C1C1C;
}
@media screen and (min-width: 768px) {
  .column-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.column-list li:first-of-type a {
  padding-top: 0;
}
.column-list li a time {
  display: block;
  margin-bottom: 10px;
  font-family: "Noto Serif", serif;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .column-list li a time {
    margin-bottom: 0;
  }
}
.column-list li a h3 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.article-title {
  font-size: 2rem;
}

/**************************************
----------- BOTTOM PAGE --------------
            下層　ページ
***************************************/
/*********************
御朱印一覧
GOSHUIN-LIST
*********************/
.p-list .p-list__wrap {
  max-width: 1140px;
  margin: 50px auto 200px;
}
@media screen and (max-width: 1170px) {
  .p-list .p-list__wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-list .p-list__wrap {
    margin: 0 auto 300px;
  }
}
.p-list .p-list__sec {
  margin-bottom: 156px;
}
@media screen and (min-width: 768px) {
  .p-list .p-list__sec {
    margin-bottom: 208px;
  }
}
.p-list .p-list__h2 {
  margin-bottom: 63px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-list .p-list__h2 {
    margin-bottom: 103px;
  }
}
.p-list .p-list__h2-ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-list .p-list__h2-ja {
    font-size: 3rem;
  }
}
.p-list .p-list__h2-en {
  font-family: "Noto Serif", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-list .p-list__h2-en {
    font-size: 1.5rem;
  }
}
.p-list .p-list__items {
  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: 50px;
}
@media screen and (min-width: 768px) {
  .p-list .p-list__items {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .p-list .p-list__items {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
}
.p-list .p-list__item {
  width: calc(50% - 10px);
  text-align: center;
}
@media screen and (min-width: 580px) {
  .p-list .p-list__item {
    width: calc(33.3333333333% - 14px);
  }
}
@media screen and (min-width: 768px) {
  .p-list .p-list__item {
    width: calc(33.3333333333% - 24px);
  }
}
@media screen and (min-width: 900px) {
  .p-list .p-list__item {
    width: calc(25% - 27px);
  }
}
@media screen and (min-width: 1025px) {
  .p-list .p-list__item {
    width: calc(25% - 36px);
  }
}
.p-list .p-list__item figure {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-list .p-list__item figure {
    margin-bottom: 30px;
  }
}
.p-list .p-list__item img {
  width: 100%;
  height: auto;
}
.p-list .p-list__item h3 {
  margin-bottom: 25px;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-list .p-list__item h3 {
    font-size: 1.8rem;
  }
}
.p-list .p-list__item a {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 0 13px;
  background: #C1272D;
  text-align: center;
  font-size: 1.5rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-list .p-list__item a {
    padding: 17px 0 18px;
  }
}
.p-list .p-list__item a::after {
  content: "";
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 16px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .p-list .p-list__item a::after {
    top: 21px;
  }
}

/*********************
社名印
SHAMEIIN
*********************/
.order .order__top {
  margin-top: 50px;
  margin-bottom: 102px;
}
@media screen and (min-width: 768px) {
  .order .order__top {
    margin-top: 150px;
  }
}
.order .order__top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
  row-gap: 52px;
}
@media screen and (min-width: 768px) {
  .order .order__top-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .order .order__top-list {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
.order .order__top-list li {
  width: 33.3333333333%;
}
@media screen and (min-width: 768px) {
  .order .order__top-list li {
    width: calc(20% - 28px);
  }
}
@media screen and (min-width: 1025px) {
  .order .order__top-list li {
    width: calc(20% - 40px);
  }
}
.order .order__top-list li div {
  max-width: 148px;
  width: 89%;
  margin: 0 auto 11px;
}
@media screen and (min-width: 768px) {
  .order .order__top-list li div {
    margin: 0 auto 26px;
  }
}
.order .order__top-list li img {
  width: 100%;
  height: auto;
}
.order .order__top-list li p {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .order .order__top-list li p {
    font-size: 1.8rem;
  }
}
.order .order__form {
  background: #f8f8f8;
}
.order .order__form div,
.order .order__form p,
.order .order__form h3,
.order .order__form span,
.order .order__form strong,
.order .order__form label,
.order .order__form input {
  color: #1C1C1C;
}
.order .order__form form {
  margin-bottom: 80px;
  padding: 0 30px 50px;
}
@media screen and (min-width: 768px) {
  .order .order__form form {
    margin-bottom: 100px;
    padding: 0 70px 100px;
  }
}
.order .order__form form h3 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .order .order__form form h3 {
    line-height: 1;
  }
}
.order .order__form-size {
  margin-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .order .order__form-size h3 {
    margin-bottom: 35px;
  }
}
.order .order__form-size label {
  position: relative;
  display: block;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .order .order__form-size label {
    margin-bottom: 34px;
  }
}
.order .order__form-radio,
.order .order__form .cse_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 32px;
}
.order .order__form-radio input[type=radio]::before, .order .order__form-radio input[type=radio]::after,
.order .order__form .cse_value input[type=radio]::before,
.order .order__form .cse_value input[type=radio]::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.order .order__form-radio input[type=radio]::before,
.order .order__form .cse_value input[type=radio]::before {
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 50%;
}
.order .order__form-radio input[type=radio]::after,
.order .order__form .cse_value input[type=radio]::after {
  top: 1px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #1C1C1C;
  border-radius: 50%;
  opacity: 0;
}
.order .order__form-radio,
.order .order__form .cse_value {
  /* チェック後 */
}
.order .order__form-radio input[type=radio]:checked::after,
.order .order__form .cse_value input[type=radio]:checked::after {
  opacity: 1;
}
.order .order__form-radio span,
.order .order__form .cse_value span {
  display: block;
}
.order .order__form-radio span:nth-of-type(1),
.order .order__form .cse_value span:nth-of-type(1) {
  width: 130px;
}
.order .order__form-radio span:nth-of-type(2),
.order .order__form .cse_value span:nth-of-type(2) {
  width: 80px;
  text-align: right;
}
.order .order__form-radio hr,
.order .order__form .cse_value hr {
  padding-top: 5px;
  width: calc(100% - 210px);
  border-top: none;
  border-right: none;
  border-bottom: 1px dashed #1C1C1C;
  border-left: none;
}
.order .order__form-select {
  position: relative;
  margin-bottom: 54px;
  max-width: 280px;
  width: 100%;
  padding: 15px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .order .order__form-select {
    max-width: none;
  }
}
.order .order__form-select::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 22px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
.order .order__form-select select {
  display: block;
  width: 100%;
  height: 100%;
}
.order .order__form-text, .order .order__form-textarea {
  margin-bottom: 54px;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #707070;
}
.order .order__form-text textarea, .order .order__form-textarea textarea {
  padding: 12px 15px 4px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .order .order__form-text textarea, .order .order__form-textarea textarea {
    padding: 14px 15px 6px;
  }
}
.order .order__form-textarea textarea {
  height: 180px;
}
@media screen and (min-width: 768px) {
  .order .order__form-textarea textarea {
    height: auto;
  }
}
.order .order__form ::-webkit-input-placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
.order .order__form ::-moz-placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
.order .order__form :-ms-input-placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
.order .order__form ::-ms-input-placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
.order .order__form ::placeholder {
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
.order .order__form-sentence {
  line-height: 1.8;
}
.order .order__form-check {
  margin-bottom: 33px;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .order .order__form-check {
    margin-bottom: 50px;
  }
}
.order .order__form-check span {
  line-height: 1.7;
}
.order .order__form-check input[type=checkbox] {
  position: relative;
}
.order .order__form-check input[type=checkbox]::before, .order .order__form-check input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.order .order__form-check input[type=checkbox]::before {
  top: -18px;
  left: -30px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 5px;
}
.order .order__form-check input[type=checkbox]::after {
  top: -11px;
  left: -24px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 9px;
  height: 4px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  opacity: 0;
}
.order .order__form-check {
  /* チェック後 */
}
.order .order__form-check input[type=checkbox]:checked::before {
  background: #1C1C1C;
}
.order .order__form-check input[type=checkbox]:checked::after {
  opacity: 1;
}
.order .order__form-present {
  width: 100%;
  padding: 20px;
  background: #ffffff;
  border: 2px solid #C1272D;
}
@media screen and (min-width: 768px) {
  .order .order__form-present {
    padding: 32px 30px 40px;
  }
}
.order .order__form-present h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #C1272D;
  line-height: 1 !important;
}
@media screen and (min-width: 768px) {
  .order .order__form-present h3 {
    margin-bottom: 20px !important;
  }
}
.order .order__form-present p {
  line-height: 1.8;
}
.order .order__form-present p:nth-of-type(1) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .order .order__form-present p:nth-of-type(1) {
    margin-bottom: 13px;
  }
}
.order .order__form-present p:nth-of-type(2) {
  margin-bottom: 21px;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .order .order__form-present p:nth-of-type(2) {
    margin-bottom: 26px;
  }
}
.order .order__form-present label {
  display: block;
  padding-left: 22px;
}
.order .order__form-present label:nth-of-type(1) {
  margin-bottom: 19px;
}
.order .order__form-present label span {
  display: block;
  text-indent: -3px;
  margin-left: 3px;
  line-height: 1.7;
}
.order .order__form-present label {
  position: relative;
}
.order .order__form-present input[type=radio]::before, .order .order__form-present input[type=radio]::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.order .order__form-present input[type=radio]::before {
  top: 3px;
  left: -2px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 50%;
}
.order .order__form-present input[type=radio]::after {
  top: 6px;
  left: 1px;
  width: 14px;
  height: 14px;
  background: #1C1C1C;
  border-radius: 50%;
  opacity: 0;
}
.order .order__form-present {
  /* チェック後 */
}
.order .order__form-present input[type=radio]:checked::after {
  opacity: 1;
}

/*********************
制作実績
WORKS
*********************/
.p-works .p-works__wrap {
  max-width: 1140px;
  margin: 0 auto 200px;
}
@media screen and (max-width: 1170px) {
  .p-works .p-works__wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-works .p-works__wrap {
    margin: 0 auto 300px;
  }
}
.p-works .p-works__note {
  margin-bottom: 32px;
  padding-left: 3vw;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-works .p-works__note {
    margin-bottom: 51px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1171px) {
  .p-works .p-works__note {
    padding-left: 0;
  }
}
.p-works .p-works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 20px;
  margin-bottom: 100px;
}
@media screen and (min-width: 400px) {
  .p-works .p-works__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, 160px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-works .p-works__list {
    grid-template-columns: repeat(auto-fit, 188px);
    grid-gap: 50px;
    margin-bottom: 100px;
  }
}
.p-works .p-works__list li {
  width: calc(50% - 10px);
  height: auto;
}
@media screen and (min-width: 400px) {
  .p-works .p-works__list li {
    max-width: 160px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-works .p-works__list li {
    max-width: 188px;
  }
}
.p-works .p-works__list li:hover {
  background-color: #f5f5f5;
}
.p-works .p-works__list li:hover img {
  opacity: 0.8;
}
.p-works .p-works__list img {
  width: 100%;
  height: auto;
}

/*********************
ご注文の流れ
ORDER FLOW
*********************/
.flow .flow__content {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .flow .flow__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
}
.flow .flow__content:last-of-type {
  margin-bottom: 0;
}
.flow .flow__img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .flow .flow__img {
    width: 50%;
    margin-bottom: 0;
  }
}
.flow .flow__img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .flow .flow__text {
    width: 50%;
  }
}
.flow .flow__text h3 {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #1C1C1C;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  color: #1C1C1C;
}
@media screen and (min-width: 768px) {
  .flow .flow__text h3 {
    margin-bottom: 20px;
    padding-bottom: 9px;
    font-size: 3rem;
  }
}
.flow .flow__text h4 {
  margin-top: 7px;
  margin-bottom: 7px;
}
.flow .flow__text p {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .flow .flow__text p {
    line-height: 2;
  }
}
.flow .flow__text a {
  text-decoration: underline;
  color: #1C1C1C;
}
.flow .flow__text .flow__text-tel {
  display: inline-block;
}

/*********************
よくあるご質問
FAQ
*********************/
.p-faq .p-faq__list li {
  margin-bottom: 60px;
}
.p-faq .p-faq__list li:last-of-type {
  margin-bottom: 0;
}
.p-faq .p-faq__list .p-faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #1C1C1C;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-faq .p-faq__list .p-faq__q {
    padding-bottom: 17px;
    margin-bottom: 17px;
    font-weight: 500;
  }
}
.p-faq .p-faq__list .p-faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-faq .p-faq__list .p-faq__a {
    line-height: 2;
  }
}
.p-faq .p-faq__list .p-faq__a a {
  text-decoration: underline;
}

/*********************
お問い合わせ
CONTACT
*********************/
.p-contact .p-sec-title {
  margin-bottom: 0;
}
.p-contact .p-contact__table {
  display: block;
  max-width: 100%;
  padding: 50px 30px 50px;
  margin-bottom: 84px;
  background: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__table {
    margin-bottom: 100px;
    padding: 70px 70px 100px;
  }
}
.p-contact .p-contact__table tbody {
  display: block;
}
.p-contact .p-contact__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.p-contact .p-contact__table tr:not(:first-child) {
  margin-top: 50px;
}
.p-contact .p-contact__table-required {
  margin-top: 51px !important;
}
.p-contact .p-contact__table th {
  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;
  margin-bottom: 22px;
  color: #1C1C1C;
}
.p-contact .p-contact__table th span:nth-of-type(1) {
  padding-right: 12px;
  font-size: 1.5rem;
  font-weight: 600;
}
.p-contact .p-contact__table th span:nth-of-type(2) {
  padding: 4px 10px;
  background: #ff4646;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
}
.p-contact .p-contact__table .p-contact__table-select {
  position: relative;
}
.p-contact .p-contact__table .p-contact__table-select::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10px;
  height: 6px;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__table .p-contact__table-select::after {
    width: 18px;
    height: 10px;
  }
}
.p-contact .p-contact__table input[type=text],
.p-contact .p-contact__table select,
.p-contact .p-contact__table textarea {
  display: block;
  padding: 11px 14px 12px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 5px;
  font-family: "Zen Old Mincho", serif;
  color: #1C1C1C;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__table input[type=text],
  .p-contact .p-contact__table select,
  .p-contact .p-contact__table textarea {
    padding: 14px 14px 15px;
  }
}
.p-contact .p-contact__table ::-webkit-input-placeholder {
  opacity: 0.5;
  text-overflow: ellipsis;
}
.p-contact .p-contact__table ::-moz-placeholder {
  opacity: 0.5;
  text-overflow: ellipsis;
}
.p-contact .p-contact__table :-ms-input-placeholder {
  opacity: 0.5;
  text-overflow: ellipsis;
}
.p-contact .p-contact__table ::-ms-input-placeholder {
  opacity: 0.5;
  text-overflow: ellipsis;
}
.p-contact .p-contact__table ::placeholder {
  opacity: 0.5;
  text-overflow: ellipsis;
}
.p-contact .p-contact__privacy {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__privacy {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}
.p-contact .p-contact__privacy .mwform-checkbox-field {
  display: block;
  width: 100%;
}
.p-contact .p-contact__privacy label {
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
}
.p-contact .p-contact__privacy input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 5px;
}
.p-contact .p-contact__privacy input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 8px;
  height: 4px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  opacity: 0;
}
.p-contact .p-contact__privacy {
  /* チェック後 */
}
.p-contact .p-contact__privacy input[type=checkbox]:checked {
  background: #C1272D;
}
.p-contact .p-contact__privacy input[type=checkbox]:checked::after {
  opacity: 1;
}
.p-contact .p-contact__privacy .mwform-checkbox-field-text {
  display: block;
  font-size: 1.5rem;
}
.p-contact .p-contact__privacy .underline {
  text-decoration: underline;
  color: #1C1C1C;
}
.p-contact button {
  background: #C1272D;
  border: 1px solid #C1272D;
}

/*********************
プライバシーポリシー
PRIVACYPOLICY
*********************/
.privacy .privacy__description {
  margin: 50px 0 55px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .privacy .privacy__description {
    margin: 118px 0 55px;
    line-height: 1.6;
  }
}
.privacy section {
  margin-bottom: 55px;
}
.privacy section h2 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .privacy section h2 {
    font-size: 1.8rem;
  }
}
.privacy section p {
  line-height: 1.6;
}
.privacy li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 20px;
}
.privacy li span {
  padding-right: 16px;
}
.privacy {
  /* 第３条 */
}
.privacy .privacy__art3 .column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.privacy .privacy__art3 .column div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.privacy .privacy__art3 .column ol {
  padding-left: 25px;
}
.privacy {
  /* 第9条 */
}
.privacy .privacy__art9-sentance {
  margin-bottom: 23px;
}
.privacy .privacy__art9-block:nth-of-type(1) {
  margin-bottom: 34px;
  padding: 20px 21px;
  border: 1px solid #1C1C1C;
}
.privacy .privacy__art9-block:nth-of-type(1) a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .privacy .privacy__art9-block:nth-of-type(1) {
    margin-bottom: 52px;
    padding: 0;
    border: none;
  }
}
.privacy .privacy__art9-block:nth-of-type(2) {
  margin-bottom: 55px;
}
.privacy .privacy__art9-block p {
  margin-bottom: 24px;
}
.privacy .privacy__art9-block h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.privacy .privacy__art9-date {
  text-align: right;
}

/******************
404 エラー
404 NOT FOUND
******************/
.p-404 h2 {
  margin-bottom: 28px;
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-404 h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
.p-404 p {
  line-height: 1.8;
}

/***********************
特定商取引法に基づく表記
LAW
************************/
.p-law dl {
  margin-top: 54px;
}
@media screen and (min-width: 768px) {
  .p-law dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 150px;
  }
}
.p-law dl dt {
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-law dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 25%;
    margin-bottom: 0;
    border-bottom: 1px solid #e2e2e2;
  }
}
.p-law dl dt:not(:first-child) {
  padding-top: 22px;
}
.p-law dl dd {
  padding-top: 9px;
  padding-bottom: 21px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-law dl dd {
    width: 75%;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.p-law dl dd:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (min-width: 768px) {
  .p-law dl dd:nth-of-type(1) {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .p-law dl dd:last-child {
    border-bottom: 1px solid #e2e2e2;
  }
}

/***********************
御朱印の魅力
APPEAL
************************/
.p-appeal .p-appeal__fv {
  position: relative;
  margin-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .p-appeal .p-appeal__fv {
    margin-bottom: 60px;
  }
}
.p-appeal .p-appeal__fv img {
  display: block;
}
.p-appeal .p-appeal__fv-main {
  text-align: center;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-appeal .p-appeal__fv-main {
    margin: 0 auto;
    max-width: 1191px;
  }
}
.p-appeal .p-appeal__fv-point {
  position: absolute;
  top: 66%;
  right: 0;
  text-align: right;
  width: 42.5vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-appeal .p-appeal__fv-point {
    top: 70%;
    right: 0;
    max-width: 405px;
    width: 28.92vw;
  }
}
.p-appeal section h3 {
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-appeal section h3 {
    margin-bottom: 40px;
    font-size: 4rem;
  }
}
.p-appeal section p {
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-appeal section h4 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  color: #1C1C1C;
}
@media screen and (min-width: 768px) {
  .p-appeal section h4 {
    margin-top: 40px;
    margin-bottom: 14px;
    font-size: 2rem;
  }
}
.p-appeal section ul {
  position: relative;
  margin: 40px auto 0;
  padding-right: 42.5vw;
  padding-bottom: 19.5vw;
}
@media screen and (min-width: 768px) {
  .p-appeal section ul {
    margin: 60px auto 0;
    padding-right: 35.71vw;
    padding-bottom: 16.42vw;
    width: 71.42vw;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1400px) {
  .p-appeal section ul {
    padding-right: 500px;
    padding-bottom: 230px;
  }
}
.p-appeal section ul li {
  width: 48.5vw;
}
.p-appeal section ul li:first-of-type {
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .p-appeal section ul li:first-of-type {
    width: 35.71vw;
  }
}
.p-appeal section ul li:last-of-type {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  max-width: 570px;
}
@media screen and (min-width: 768px) {
  .p-appeal section ul li:last-of-type {
    width: 40.71vw;
  }
}
.p-appeal section ul li img {
  height: auto;
  width: 100%;
}
.p-appeal section a {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-appeal section a {
    margin-top: 100px;
  }
}
.p-appeal .p-appeal__sec1 {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-appeal .p-appeal__sec1 {
    margin-bottom: 100px;
  }
}
.p-appeal .p-appeal__sec2 > div {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-appeal .p-appeal__sec2 > div {
    margin-top: 60px;
  }
}
.p-appeal .p-appeal__sec2 > div img {
  width: 100%;
  height: auto;
}

/* 御朱印の魅力遷移ボタン*/
.appeal-btn-wrap {
  margin: 50px auto;
  max-width: 942px;
  width: calc(100% - 60px);
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .appeal-btn-wrap {
    margin: 80px auto;
  }
}
@media screen and (min-width: 1025px) {
  .appeal-btn-wrap {
    margin: 100px auto;
  }
}
.appeal-btn-wrap a {
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.appeal-btn-wrap a img {
  width: 100%;
  height: auto;
}
.appeal-btn-wrap > p {
  margin-bottom: 60px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .appeal-btn-wrap > p {
    margin-bottom: 70px;
    line-height: 2;
  }
}