@charset "UTF-8";
/*
Theme Name: 越後製菓
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%; }

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

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

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

del {
  text-decoration: line-through; }

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

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

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

input, select {
  vertical-align: middle; }

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0; }

sup {
  font-size: 8px; }

em {
  font-style: normal; }

/* =======================================
記事詳細
========================================*/
#entrybody {
  font-size: clamp(18px, 1.04167vw, 26px);
  margin-top: 0;
  word-break: break-all;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    #entrybody {
      font-size: clamp(14px, 5.33333vw, 26px); } }
  #entrybody a {
    color: #E50012;
    text-decoration: underline;
    font-weight: 500; }
    #entrybody a:hover {
      text-decoration: none; }
  #entrybody ul, #entrybody ol {
    margin-top: 12px;
    margin-bottom: 12px;
    list-style-position: inside;
    text-align: left; }
    #entrybody ul ul, #entrybody ul ol, #entrybody ol ul, #entrybody ol ol {
      margin-left: 2em; }
    #entrybody ul li, #entrybody ol li {
      text-align: left; }
  #entrybody ul {
    list-style-type: disc; }
  #entrybody ol {
    list-style-type: decimal; }
  #entrybody li ul {
    margin-top: 3px; }
  #entrybody li li {
    font-size: clamp(12px, 0.67708vw, 17px); }
    @media screen and (max-width: 767px) {
      #entrybody li li {
        font-size: clamp(9px, 3.46667vw, 17px); } }
  #entrybody strong,
  #entrybody strong span {
    font-weight: bold !important; }
  #entrybody span strong,
  #entrybody del strong,
  #entrybody em strong {
    font-weight: bold !important; }
  #entrybody em {
    font-style: italic !important; }
  #entrybody dfn {
    font-style: normal;
    border-bottom: 1px dotted #333; }
  #entrybody h1 {
    margin-top: 60px;
    background: #E50012;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 12px 18px;
    font-size: clamp(22px, 1.25vw, 31px);
    font-weight: 500;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      #entrybody h1 {
        font-size: clamp(17px, 6.4vw, 31px); } }
    #entrybody h1:first-child {
      margin-top: 0; }
    #entrybody h1.has-text-align-left {
      text-align: left; }
    #entrybody h1.has-text-align-center {
      text-align: center; }
    #entrybody h1.has-text-align-right {
      text-align: right; }
  #entrybody h2 {
    margin-top: 60px;
    margin-bottom: 15px;
    border-bottom: 6px double #E50012;
    padding-bottom: 18px;
    font-size: clamp(22px, 1.25vw, 31px);
    color: #E50012;
    line-height: 1.46;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      #entrybody h2 {
        font-size: clamp(17px, 6.4vw, 31px); } }
    #entrybody h2:first-child {
      margin-top: 0; }
    #entrybody h2.has-text-align-left {
      text-align: left; }
    #entrybody h2.has-text-align-center {
      text-align: center; }
    #entrybody h2.has-text-align-right {
      text-align: right; }
  #entrybody h3 {
    margin-top: 60px;
    margin-bottom: 15px;
    font-size: clamp(22px, 1.25vw, 31px);
    font-weight: 500;
    line-height: 1.5;
    color: #E50012; }
    @media screen and (max-width: 767px) {
      #entrybody h3 {
        font-size: clamp(17px, 6.4vw, 31px); } }
    #entrybody h3:first-child {
      margin-top: 0; }
    #entrybody h3.has-text-align-left {
      text-align: left; }
    #entrybody h3.has-text-align-center {
      text-align: center; }
    #entrybody h3.has-text-align-right {
      text-align: right; }
  #entrybody h4 {
    margin-top: 35px;
    margin-bottom: 14px;
    font-size: clamp(16px, 0.9375vw, 23px);
    color: #E50012;
    position: relative;
    padding-left: 28px;
    line-height: 1.5;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      #entrybody h4 {
        font-size: clamp(13px, 4.8vw, 23px); } }
    #entrybody h4:before {
      display: block;
      content: "";
      position: absolute;
      left: 0;
      top: 5px;
      width: 18px;
      height: 18px;
      border-radius: 100%;
      background: #E50012; }
    #entrybody h4:first-child {
      margin-top: 0; }
    #entrybody h4.has-text-align-left {
      text-align: left; }
    #entrybody h4.has-text-align-center {
      text-align: center; }
    #entrybody h4.has-text-align-right {
      text-align: right; }
  #entrybody h5 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: clamp(18px, 1.04167vw, 26px);
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.5;
    padding-bottom: 15px;
    background: url(img/common/title2_icon1.png) repeat-x left bottom;
    background-size: 7px 6px; }
    @media screen and (max-width: 767px) {
      #entrybody h5 {
        font-size: clamp(14px, 5.33333vw, 26px); } }
    #entrybody h5:first-child {
      margin-top: 0; }
    #entrybody h5.has-text-align-left {
      text-align: left; }
    #entrybody h5.has-text-align-center {
      text-align: center; }
    #entrybody h5.has-text-align-right {
      text-align: right; }
  #entrybody h6 {
    margin-top: 35px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #C5C4C4;
    font-size: clamp(18px, 1.04167vw, 26px);
    color: #231916;
    line-height: 1.5;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      #entrybody h6 {
        font-size: clamp(14px, 5.33333vw, 26px); } }
    #entrybody h6:first-child {
      margin-top: 0; }
    #entrybody h6.has-text-align-left {
      text-align: left; }
    #entrybody h6.has-text-align-center {
      text-align: center; }
    #entrybody h6.has-text-align-right {
      text-align: right; }
  #entrybody p {
    line-height: 2;
    margin-bottom: 20px;
    clear: both;
    *zoom: 1; }
    #entrybody p:after {
      display: block;
      content: "";
      clear: both; }
  #entrybody blockquote {
    margin-top: 15px;
    margin-bottom: 15px;
    background: #d6e1e1;
    border-radius: 10px;
    padding: 15px 12px; }
    #entrybody blockquote cite {
      font-style: italic; }
    #entrybody blockquote p:last-child {
      margin-bottom: 0; }
    #entrybody blockquote a {
      color: #333; }
  #entrybody img {
    margin-bottom: 20px; }
  #entrybody iframe {
    max-width: 100%; }
    #entrybody iframe[src*="youtube.com"] {
      height: auto;
      aspect-ratio: 16/9; }
  #entrybody .u-youtube-wrap {
    padding-top: 56.25%; }
  #entrybody table {
    width: 100%; }
    #entrybody table thead {
      background-color: #666;
      color: #fff;
      font-size: clamp(14px, 0.78125vw, 20px); }
      @media screen and (max-width: 767px) {
        #entrybody table thead {
          font-size: clamp(11px, 4vw, 20px); } }
      #entrybody table thead th,
      #entrybody table thead td {
        border-color: #fff; }
    #entrybody table th,
    #entrybody table td {
      border: 1px solid #d7e2e2;
      padding: 6px 8px;
      text-align: left; }
    #entrybody table th {
      font-weight: bold; }
  #entrybody .wp-block-image {
    margin-bottom: 60px; }
    #entrybody .wp-block-image figcaption {
      font-size: clamp(13px, 0.72917vw, 18px);
      margin-top: 0;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        #entrybody .wp-block-image figcaption {
          font-size: clamp(10px, 3.73333vw, 18px); } }
  #entrybody .wp-block-button a.wp-block-button__link {
    color: #fff;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#0054a7), color-stop(50%, #2a83ad), color-stop(50%, #A5C0DB), to(#A5C0DB));
    background-image: linear-gradient(to right, #0054a7 0%, #2a83ad 50%, #A5C0DB 50%, #A5C0DB 100%);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 200% 100%;
    padding: 9px 30px;
    position: relative;
    overflow: hidden; }
    #entrybody .wp-block-button a.wp-block-button__link:hover {
      opacity: 1;
      background-position: left center; }
    #entrybody .wp-block-button a.wp-block-button__link[target="_blank"]::after {
      display: inline-block;
      vertical-align: baseline;
      content: "";
      background: url(img/common/icon_blank-white.svg) no-repeat center;
      background-size: contain;
      width: 13px;
      height: 12px;
      margin-left: 12px;
      font-size: clamp(14px, 0.83333vw, 21px); }
      @media screen and (max-width: 767px) {
        #entrybody .wp-block-button a.wp-block-button__link[target="_blank"]::after {
          font-size: clamp(11px, 4.26667vw, 21px); } }
  #entrybody .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    #entrybody .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px; }

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px; }

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px; }

.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: clamp(11px, 0.625vw, 16px);
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0; }
  @media screen and (max-width: 767px) {
    .wp-caption {
      font-size: clamp(8px, 3.2vw, 16px); } }
  .wp-caption img {
    margin: 5px; }
  .wp-caption p.wp-caption-text {
    margin-bottom: 4px; }

.wp-smiley {
  margin: 0; }

body#tinymce ul,
body#tinymce ol {
  margin-bottom: 1.5em; }

body#tinymce ul li {
  list-style: disc; }

body#tinymce ol li {
  list-style: decimal; }

@media screen and (max-width: 768px) {
  #entrybody {
    font-size: clamp(13px, 0.72917vw, 18px);
    line-height: 1.75; } }
  @media screen and (max-width: 768px) and (max-width: 767px) {
    #entrybody {
      font-size: clamp(10px, 3.73333vw, 18px); } }

@media screen and (max-width: 768px) {
    #entrybody p {
      margin-bottom: 25px;
      line-height: 1.75; }
    #entrybody .wp-block-button a.wp-block-button__link {
      padding: 9px 30px; }
      #entrybody .wp-block-button a.wp-block-button__link[target="_blank"]:after {
        width: 13px;
        height: 12px;
        margin-left: 12px; }
  .alignleft,
  img.alignleft {
    margin-right: 0;
    float: none; }
  .alignright,
  img.alignright {
    margin-left: 0;
    float: none; }
  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 10px !important; } }

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

body {
  font-size: clamp(18px, 1.04167vw, 26px);
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  background: #EEEFF0;
  color: #101010;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  word-break: break-all; }
  @media screen and (max-width: 767px) {
    body {
      font-size: clamp(14px, 5.33333vw, 26px); } }
  body br {
    font-family: sans-serif; }

::-webkit-input-placeholder {
  color: #ccc; }

:-ms-input-placeholder {
  color: #ccc; }

::-moz-placeholder {
  color: #ccc; }

::-placeholder {
  color: #ccc; }

a {
  color: #E50012;
  text-decoration: underline; }
  a:hover {
    color: #E50012;
    text-decoration: none; }
  a img {
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all; }

a,
button,
input[type="submit"],
input[type="button"] {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all; }
  a:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70); }

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

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

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

/*=======================================
ヘッダー
=========================================*/
.l-header {
  position: fixed;
  width: calc(100% - 12.5vw);
  left: 0;
  right: 0;
  top: 2.08333vw;
  z-index: 999;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.67708vw 1.40625vw 0.67708vw 1.61458vw;
  background: #fff;
  border-radius: 0.52083vw;
  -webkit-box-shadow: 0.52083vw 0.3125vw 0.52083vw rgba(0, 17, 43, 0.149);
          box-shadow: 0.52083vw 0.3125vw 0.52083vw rgba(0, 17, 43, 0.149);
  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; }
  .l-header__logo {
    width: 20vw; }
  .l-header__menu {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .l-header__menu .other {
      margin-bottom: 0.52083vw;
      padding-right: 2.91667vw;
      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;
      position: relative; }
      .l-header__menu .other .ec,
      .l-header__menu .other .language {
        -webkit-transition: 0.4s ease all;
        transition: 0.4s ease all;
        opacity: 1;
        pointer-events: auto; }
      .l-header__menu .other.is-search-hover .ec,
      .l-header__menu .other.is-search-hover .language {
        opacity: 0;
        pointer-events: none; }
      .l-header__menu .other .ec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .l-header__menu .other .ec li {
          margin-right: 1.30208vw; }
        .l-header__menu .other .ec a {
          display: block;
          color: #000;
          text-decoration: none;
          font-size: clamp(14px, 0.78125vw, 20px);
          letter-spacing: 0.05em; }
          @media screen and (max-width: 767px) {
            .l-header__menu .other .ec a {
              font-size: clamp(11px, 4vw, 20px); } }
        .l-header__menu .other .ec span {
          display: block;
          background: url(img/common/icon_shopping.svg) no-repeat left center;
          background-size: 0.57292vw auto;
          padding-left: 0.78125vw; }
      .l-header__menu .other .language select {
        display: block;
        border: 1px solid #E50012;
        border-radius: 1.5625vw;
        outline: 0;
        cursor: pointer;
        color: #E50012;
        padding: 0.20833vw 2.1875vw 0.26042vw 1.14583vw;
        background: #fff url(img/common/arrow_1-down.svg) no-repeat calc(100% - 0.625vw) center;
        background-size: 0.57292vw auto;
        -webkit-box-shadow: 0.10417vw 0.10417vw 0.52083vw rgba(43, 0, 0, 0.161);
                box-shadow: 0.10417vw 0.10417vw 0.52083vw rgba(43, 0, 0, 0.161);
        -webkit-appearance: none;
        font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        letter-spacing: 0.05em;
        font-weight: 500; }
      .l-header__menu .other .search {
        border: 1px solid #E50012;
        border-radius: 1.5625vw;
        -webkit-box-shadow: 0.10417vw 0.10417vw 0.52083vw rgba(43, 0, 0, 0.161);
                box-shadow: 0.10417vw 0.10417vw 0.52083vw rgba(43, 0, 0, 0.161);
        position: absolute;
        right: 0.26042vw;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        z-index: 9;
        -webkit-transition: 0.4s ease all;
        transition: 0.4s ease all; }
        .l-header__menu .other .search form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
        .l-header__menu .other .search .term {
          -webkit-transition: 0.4s ease all;
          transition: 0.4s ease all;
          width: 0;
          height: 0;
          overflow: hidden;
          line-height: 1;
          -webkit-transition: 0.4s ease all;
          transition: 0.4s ease all; }
          .l-header__menu .other .search .term input[type="text"] {
            border: 0;
            outline: 0;
            width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            background: transparent;
            font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
            font-size: clamp(18px, 1.04167vw, 26px);
            padding: 0.26042vw 0.9375vw; }
            @media screen and (max-width: 767px) {
              .l-header__menu .other .search .term input[type="text"] {
                font-size: clamp(14px, 5.33333vw, 26px); } }
        .l-header__menu .other .search .submit {
          width: clamp(24px, 1.6vw, 32px);
          aspect-ratio: 1 / 1;
          background: url(img/common/icon_search.svg) no-repeat center;
          background-size: 0.72917vw 0.72917vw;
          cursor: pointer;
          outline: 0;
          border: 0;
          -webkit-transition: 0.4s ease all;
          transition: 0.4s ease all; }
        .l-header__menu .other .search.is-hover {
          top: -5px;
          bottom: -5px; }
          .l-header__menu .other .search.is-hover .term {
            width: 28.90625vw;
            height: 2.08333vw; }
          .l-header__menu .other .search.is-hover .submit {
            width: 2.34375vw;
            height: 2.08333vw; }
    .l-header__menu .nav {
      position: relative;
      padding-top: 0.88542vw; }
      .l-header__menu .nav:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 3px;
        -webkit-box-shadow: 0 0.3125vw 0.36458vw rgba(0, 13, 98, 0.102);
                box-shadow: 0 0.3125vw 0.36458vw rgba(0, 13, 98, 0.102); }
      .l-header__menu .nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        gap: 1vw; }
      .l-header__menu .nav a {
        display: block;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        letter-spacing: 0.05em;
        font-size: clamp(16px, 0.9375vw, 23px); }
        @media screen and (max-width: 767px) {
          .l-header__menu .nav a {
            font-size: clamp(13px, 4.8vw, 23px); } }
      .l-header__menu .nav .js-pulldown {
        position: relative; }
      .l-header__menu .nav-sub {
        display: none;
        position: absolute;
        left: 50%;
        top: 3.28125vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 43.75vw;
        background: #E50012;
        color: #fff;
        border-radius: 0.52083vw;
        padding: 1.04167vw 0.78125vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .l-header__menu .nav-sub ul {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        .l-header__menu .nav-sub li {
          font-size: 16px;
          font-size: 1.6rem;
          margin-left: 1.30208vw;
          margin-right: 1.30208vw;
          line-height: 2; }
          .l-header__menu .nav-sub li:first-child {
            margin-left: 1.30208vw; }
          .l-header__menu .nav-sub li:last-child {
            margin-right: 1.30208vw; }
        .l-header__menu .nav-sub a {
          color: #fff;
          text-decoration: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .l-header__menu .nav-sub a:before {
            display: block;
            content: "";
            width: 0.78125vw;
            border-top: 1px solid #fff;
            margin-right: 0.52083vw; }

/*=======================================
フッター
=========================================*/
.l-footer {
  background: #fff; }
  .l-footer__bnr {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    position: relative; }
    .l-footer__bnr:after {
      display: block;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #E50012;
      z-index: 1; }
    .l-footer__bnr .wrap {
      background: #fff;
      border-radius: 1.04167vw;
      padding: 1.82292vw;
      -webkit-box-shadow: 0.52083vw 0.3125vw 0.52083vw rgba(0, 17, 43, 0.039);
              box-shadow: 0.52083vw 0.3125vw 0.52083vw rgba(0, 17, 43, 0.039);
      position: relative;
      z-index: 2;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .l-footer__bnr ul {
      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; }
    .l-footer__bnr li {
      margin-left: 0.625vw;
      margin-right: 0.625vw; }
  .l-footer__logo {
    background: #E50012;
    border-radius: 0 0 2.08333vw 2.08333vw;
    padding: 0 6.25vw 2.08333vw;
    margin-bottom: 4.16667vw;
    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;
    position: relative;
    z-index: 2;
    margin-top: -2.08333vw; }
    .l-footer__logo .logo img {
      width: 13.59375vw; }
    .l-footer__logo .sns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .l-footer__logo .sns li {
        width: 3.02083vw;
        border-radius: 100%;
        -webkit-box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.161);
                box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.161);
        margin-left: 0.78125vw; }
        .l-footer__logo .sns li:first-child {
          margin-left: 0; }
  .l-footer__menu {
    margin-left: 6.25vw;
    margin-right: 6.25vw;
    margin-bottom: 6.25vw; }
    .l-footer__menu .nav {
      margin-bottom: 3.64583vw; }
      .l-footer__menu .nav .layer1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .l-footer__menu .nav .layer1 > li {
          width: 15%;
          margin-left: 2%; }
          .l-footer__menu .nav .layer1 > li:nth-child(5n+1) {
            margin-left: 0; }
      .l-footer__menu .nav .layer2 > li {
        line-height: 2.5;
        font-size: clamp(13px, 0.72917vw, 18px); }
        @media screen and (max-width: 767px) {
          .l-footer__menu .nav .layer2 > li {
            font-size: clamp(10px, 3.73333vw, 18px); } }
      .l-footer__menu .nav .layer2 a {
        color: #1B1B1B;
        text-decoration: none; }
      .l-footer__menu .nav .heading {
        margin-bottom: 0.78125vw; }
        .l-footer__menu .nav .heading a {
          color: #E50012;
          text-decoration: none;
          font-size: clamp(14px, 0.83333vw, 21px);
          font-weight: 700; }
          @media screen and (max-width: 767px) {
            .l-footer__menu .nav .heading a {
              font-size: clamp(11px, 4.26667vw, 21px); } }
          .l-footer__menu .nav .heading a:after {
            display: inline-block;
            content: "";
            vertical-align: middle;
            background: url(img/common/arrow_2.svg) no-repeat center;
            background-size: 0.88542vw;
            width: 0.88542vw;
            height: 0.88542vw;
            border-radius: 100%;
            overflow: hidden;
            -webkit-box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.161);
                    box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.161);
            margin-left: 0.9375vw; }
    .l-footer__menu .other {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .l-footer__menu .other > div {
        width: 48.0550%;
        margin-left: 3.89%;
        border-radius: 0.625vw;
        -webkit-box-shadow: 0.52083vw 0.3125vw 0.52083vw rgba(40, 0, 0, 0.102);
                box-shadow: 0.52083vw 0.3125vw 0.52083vw rgba(40, 0, 0, 0.102);
        overflow: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .l-footer__menu .other > div:nth-child(2n+1) {
          margin-left: 0; }
      .l-footer__menu .other .ec {
        padding-left: 1.25vw;
        padding-right: 1.25vw;
        padding-bottom: 1.5625vw; }
        .l-footer__menu .other .ec .c-btn1 {
          margin-top: 1.875vw; }
          .l-footer__menu .other .ec .c-btn1 a {
            width: 18.75vw;
            margin-left: 1.40625vw; }
            .l-footer__menu .other .ec .c-btn1 a:first-child {
              margin-left: 0; }
      .l-footer__menu .other .recruit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .l-footer__menu .other .recruit .img1 {
          width: 49.0660%; }
          .l-footer__menu .other .recruit .img1 img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        .l-footer__menu .other .recruit .box1 {
          width: 50.9340%;
          padding-left: 1.71875vw;
          padding-right: 1.71875vw;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        .l-footer__menu .other .recruit .c-btn1 {
          margin-top: 1.5625vw; }
          .l-footer__menu .other .recruit .c-btn1 a {
            width: 13.69792vw; }
      .l-footer__menu .other .heading {
        text-align: center;
        font-weight: 700;
        font-size: clamp(14px, 0.83333vw, 21px);
        padding: 0.36458vw;
        border-radius: 0 0 0.625vw 0.625vw;
        background: #F9F9F9; }
        @media screen and (max-width: 767px) {
          .l-footer__menu .other .heading {
            font-size: clamp(11px, 4.26667vw, 21px); } }
  .l-footer__copy {
    text-align: center;
    margin-bottom: -1.04167vw; }
    .l-footer__copy p {
      font-size: clamp(178px, 10.3125vw, 257px);
      font-family: new-hero, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
      white-space: nowrap;
      font-weight: 700;
      color: #EEEFF0;
      letter-spacing: 0.1em;
      line-height: 0.9; }
      @media screen and (max-width: 767px) {
        .l-footer__copy p {
          font-size: clamp(139px, 52.8vw, 257px); } }
  .l-footer__copyright {
    background: #EEEFF0;
    padding: 3.125vw 6.25vw 8.64583vw; }
    .l-footer__copyright .wrap {
      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;
      background: #E50012;
      color: #fff;
      border-radius: 0.625vw;
      -webkit-box-shadow: 0.52083vw 0.3125vw 0.52083vw rgba(0, 17, 43, 0.039);
              box-shadow: 0.52083vw 0.3125vw 0.52083vw rgba(0, 17, 43, 0.039);
      padding: 1.25vw 2.39583vw;
      color: #fff; }
    .l-footer__copyright .link a {
      font-size: clamp(14px, 0.83333vw, 21px);
      color: #fff;
      text-decoration: none; }
      @media screen and (max-width: 767px) {
        .l-footer__copyright .link a {
          font-size: clamp(11px, 4.26667vw, 21px); } }
    .l-footer__copyright .copyright {
      font-size: clamp(11px, 0.625vw, 16px); }
      @media screen and (max-width: 767px) {
        .l-footer__copyright .copyright {
          font-size: clamp(8px, 3.2vw, 16px); } }

/*=======================================
ONLINE SHOP
=========================================*/
.l-onlineshop {
  margin: 7.8125vw 3.125vw 11.97917vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.04167vw;
  overflow: hidden; }
  .l-onlineshop .img1 {
    width: 57.4444%; }
    .l-onlineshop .img1 img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .l-onlineshop .box1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 42.5556%;
    padding: 3.02083vw 3.85417vw 3.4375vw;
    background: #E50012;
    color: #fff; }
    .l-onlineshop .box1 .en {
      font-size: 73px;
      font-size: 7.3rem;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0.4em;
      font-family: new-hero, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
      margin-bottom: 2.08333vw; }
    .l-onlineshop .box1 .catch {
      line-height: 1.6; }
    .l-onlineshop .box1 .c-btn1 {
      margin-top: 2.08333vw; }
      .l-onlineshop .box1 .c-btn1 a {
        width: 18.54167vw;
        font-weight: 700; }
        .l-onlineshop .box1 .c-btn1 a:last-child {
          margin-bottom: 0; }

/*=======================================
パンくず
=========================================*/
/*=======================================
ページタイトル
=========================================*/
.l-pagetitle {
  position: relative;
  padding: 1.04167vw;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }
  .l-pagetitle.alt {
    height: auto;
    padding: 0;
    overflow: visible;
    margin-bottom: 2.1875vw;
    padding-bottom: 4.16667vw; }
    .l-pagetitle.alt .wrap {
      overflow: hidden;
      padding-top: 9.0625vw;
      position: relative; }
      .l-pagetitle.alt .wrap:after {
        display: block;
        content: "";
        position: absolute;
        width: 4.16667vw;
        height: 4.16667vw;
        background: #E50012;
        -webkit-clip-path: url(#path-alt);
                clip-path: url(#path-alt);
        top: 100%;
        right: 0; }
    .l-pagetitle.alt .breadcrumb {
      position: relative;
      top: auto;
      margin-bottom: 8.02083vw; }
    .l-pagetitle.alt .heading {
      position: relative;
      float: left;
      left: 0;
      bottom: 0; }
      .l-pagetitle.alt .heading:before {
        display: none; }
    .l-pagetitle.alt .catch {
      line-height: 0.7; }
    .l-pagetitle.alt .cover {
      width: 100%;
      height: 100%;
      border-radius: 0; }
  .l-pagetitle.bg-white {
    background: #fff; }
    .l-pagetitle.bg-white .heading {
      background: #fff; }
      .l-pagetitle.bg-white .heading:before, .l-pagetitle.bg-white .heading:after {
        background: #fff; }
  .l-pagetitle.mh800 {
    max-height: 41.66667vw; }
  .l-pagetitle .breadcrumb {
    position: absolute;
    width: calc(100% - 12.5vw);
    left: 0;
    right: 0;
    top: 8.95833vw;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
    color: #fff;
    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; }
    .l-pagetitle .breadcrumb li {
      font-size: clamp(11px, 0.625vw, 16px);
      letter-spacing: 0.05em;
      margin-left: 0.52083vw; }
      @media screen and (max-width: 767px) {
        .l-pagetitle .breadcrumb li {
          font-size: clamp(8px, 3.2vw, 16px); } }
      .l-pagetitle .breadcrumb li::before {
        display: inline;
        content: ">";
        vertical-align: middle;
        margin-right: 0.52083vw; }
      .l-pagetitle .breadcrumb li:first-child {
        margin-left: 0; }
        .l-pagetitle .breadcrumb li:first-child::before {
          display: none; }
    .l-pagetitle .breadcrumb a {
      color: #fff; }
    .l-pagetitle .breadcrumb.black {
      color: #000; }
      .l-pagetitle .breadcrumb.black a {
        color: #000; }
  .l-pagetitle .heading {
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 1.04167vw;
    padding: 2.5vw 4.6875vw 0 6.25vw;
    background: #EEEFF0;
    border-radius: 0 2.08333vw 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 26.04167vw; }
    .l-pagetitle .heading > svg {
      width: 0;
      height: 0;
      position: absolute; }
    .l-pagetitle .heading:before, .l-pagetitle .heading:after {
      display: block;
      content: "";
      position: absolute;
      width: 2.08333vw;
      height: 2.08333vw;
      background: #EEEFF0;
      -webkit-clip-path: url(#path);
              clip-path: url(#path); }
    .l-pagetitle .heading:before {
      bottom: 100%;
      left: 1.04167vw; }
    .l-pagetitle .heading:after {
      bottom: 0;
      left: 100%; }
    .l-pagetitle .heading .title {
      font-size: clamp(54px, 3.125vw, 78px);
      letter-spacing: 0.1em;
      line-height: 1.2;
      font-weight: 700;
      margin-bottom: 1.25vw; }
      @media screen and (max-width: 767px) {
        .l-pagetitle .heading .title {
          font-size: clamp(42px, 16vw, 78px); } }
    .l-pagetitle .heading .en {
      color: #E50012;
      font-size: clamp(13px, 0.72917vw, 18px);
      letter-spacing: 0.1em;
      font-weight: 700;
      line-height: 1.2;
      font-family: new-hero, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; }
      @media screen and (max-width: 767px) {
        .l-pagetitle .heading .en {
          font-size: clamp(10px, 3.73333vw, 18px); } }
  .l-pagetitle .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 2.08333vw);
    height: calc(100% - 2.08333vw);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    border-radius: 2.08333vw; }
  .l-pagetitle .catch {
    position: absolute;
    left: 0;
    bottom: -0.67708vw;
    white-space: nowrap;
    text-align: center;
    z-index: 2;
    color: #F9F9F9;
    font-size: clamp(270px, 15.625vw, 390px);
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: new-hero, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    mix-blend-mode: overlay;
    opacity: 0.5; }
    @media screen and (max-width: 767px) {
      .l-pagetitle .catch {
        font-size: clamp(210px, 80vw, 390px); } }
    .l-pagetitle .catch p {
      padding-right: 0.2em;
      white-space: nowrap; }

.l-pagetitle2 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #E50012;
  color: #fff;
  margin-bottom: 7.70833vw; }
  .l-pagetitle2.mb0 {
    margin-bottom: 0; }
  .l-pagetitle2 .wrap {
    overflow: hidden;
    padding-top: 9.0625vw;
    padding-bottom: 2.70833vw;
    position: relative; }
    @media (max-width: 1600px) {
      .l-pagetitle2 .wrap {
        padding-top: calc(9.0625vw + 10px); } }
    @media (max-width: 1280px) {
      .l-pagetitle2 .wrap {
        padding-top: calc(9.0625vw + 20px); } }
  .l-pagetitle2 svg {
    width: 0;
    height: 0;
    position: absolute; }
  .l-pagetitle2:after {
    display: block;
    content: "";
    position: absolute;
    width: 5.20833vw;
    height: 5.20833vw;
    background: #E50012;
    -webkit-clip-path: url(#path);
            clip-path: url(#path);
    top: 100%;
    right: 0; }
  .l-pagetitle2 .breadcrumb {
    width: calc(100% - 12.5vw);
    margin-left: auto;
    margin-right: auto;
    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: 2.44792vw;
    position: relative;
    z-index: 3; }
    .l-pagetitle2 .breadcrumb li {
      font-size: clamp(11px, 0.625vw, 16px);
      letter-spacing: 0.05em;
      margin-left: 0.52083vw; }
      @media screen and (max-width: 767px) {
        .l-pagetitle2 .breadcrumb li {
          font-size: clamp(8px, 3.2vw, 16px); } }
      .l-pagetitle2 .breadcrumb li::before {
        display: inline;
        content: ">";
        vertical-align: middle;
        margin-right: 0.52083vw; }
      .l-pagetitle2 .breadcrumb li:first-child {
        margin-left: 0; }
        .l-pagetitle2 .breadcrumb li:first-child::before {
          display: none; }
    .l-pagetitle2 .breadcrumb a {
      color: #fff; }
  .l-pagetitle2 .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    z-index: 3;
    width: calc(100% - 12.5vw);
    margin-left: auto;
    margin-right: auto; }
    .l-pagetitle2 .heading .category {
      font-size: clamp(14px, 0.83333vw, 21px);
      letter-spacing: 0.05em;
      line-height: 1.2;
      font-weight: 700;
      padding: 0.52083vw 1.45833vw;
      margin-bottom: 0.3125vw;
      background: #fff;
      color: #E50012;
      border-radius: 2.08333vw;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .l-pagetitle2 .heading .category {
          font-size: clamp(11px, 4.26667vw, 21px); } }
    .l-pagetitle2 .heading .title {
      font-size: clamp(45px, 2.60417vw, 65px);
      letter-spacing: 0.05em;
      line-height: 1.5;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .l-pagetitle2 .heading .title {
          font-size: clamp(35px, 13.33333vw, 65px); } }
    .l-pagetitle2 .heading .en {
      font-family: new-hero, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
      font-weight: 700;
      letter-spacing: 0.2em; }
  .l-pagetitle2 .catch {
    position: absolute;
    left: 0;
    bottom: -1.5625vw;
    white-space: nowrap;
    text-align: center;
    z-index: 2;
    width: 100%;
    color: #D00110;
    font-size: clamp(270px, 15.625vw, 390px);
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: new-hero, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .l-pagetitle2 .catch {
        font-size: clamp(210px, 80vw, 390px); } }
    .l-pagetitle2 .catch p {
      padding-right: 0.2em;
      white-space: nowrap; }
  .l-pagetitle2.alt {
    margin-bottom: 0; }
    .l-pagetitle2.alt:after {
      display: none; }
    .l-pagetitle2.alt .wrap {
      background: #E50012;
      padding-bottom: 4.94792vw; }
    .l-pagetitle2.alt .breadcrumb {
      margin-bottom: 0; }
    .l-pagetitle2.alt .catch {
      bottom: -4.16667vw; }
    .l-pagetitle2.alt .heading2 {
      position: relative; }
      .l-pagetitle2.alt .heading2:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        border-radius: 3.125vw 3.125vw 0 0;
        background: #EEEFF0;
        z-index: 1; }
      .l-pagetitle2.alt .heading2-wrap {
        width: calc(100% - 12.5vw);
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #E50012;
        color: #fff;
        padding: 1.66667vw 2.91667vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0.52083vw;
        z-index: 2;
        position: relative; }
      .l-pagetitle2.alt .heading2-title {
        font-size: clamp(45px, 2.60417vw, 65px);
        letter-spacing: 0.05em;
        line-height: 1.3;
        font-weight: 700; }
        @media screen and (max-width: 767px) {
          .l-pagetitle2.alt .heading2-title {
            font-size: clamp(35px, 13.33333vw, 65px); } }
      .l-pagetitle2.alt .heading2-category {
        background: #D60011;
        border-radius: 0.52083vw;
        padding: 1.45833vw 1.25vw; }
        .l-pagetitle2.alt .heading2-category .en {
          font-size: clamp(14px, 0.83333vw, 21px);
          font-weight: 700;
          font-family: new-hero, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
          line-height: 1.5; }
          @media screen and (max-width: 767px) {
            .l-pagetitle2.alt .heading2-category .en {
              font-size: clamp(11px, 4.26667vw, 21px); } }
        .l-pagetitle2.alt .heading2-category .h {
          font-size: clamp(23px, 1.35417vw, 34px);
          font-weight: 700;
          line-height: 1.5;
          letter-spacing: 0.05em; }
          @media screen and (max-width: 767px) {
            .l-pagetitle2.alt .heading2-category .h {
              font-size: clamp(18px, 6.93333vw, 34px); } }

/*=======================================
パンくず
=========================================*/
.l-breadcrumb {
  width: calc(100% - 12.5vw);
  padding-top: 8.95833vw;
  margin: 0 auto 2.76042vw;
  color: #000; }
  .l-breadcrumb ol {
    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; }
  .l-breadcrumb li {
    font-size: clamp(11px, 0.625vw, 16px);
    letter-spacing: 0.05em;
    margin-left: 0.52083vw; }
    @media screen and (max-width: 767px) {
      .l-breadcrumb li {
        font-size: clamp(8px, 3.2vw, 16px); } }
    .l-breadcrumb li::before {
      display: inline;
      content: ">";
      vertical-align: middle;
      margin-right: 0.52083vw; }
    .l-breadcrumb li:first-child {
      margin-left: 0; }
      .l-breadcrumb li:first-child::before {
        display: none; }
  .l-breadcrumb a {
    color: #000; }

/*=======================================
KV
=========================================*/
.l-kv {
  text-align: center;
  margin-left: 6.25vw;
  margin-right: 6.25vw;
  margin-bottom: 10.57292vw;
  -webkit-box-shadow: 0.52083vw 0.52083vw 0.52083vw rgba(0, 0, 0, 0.05);
          box-shadow: 0.52083vw 0.52083vw 0.52083vw rgba(0, 0, 0, 0.05);
  border-radius: 2.08333vw;
  overflow: hidden; }
  .l-kv img {
    width: 100%; }

/*=======================================
ページトップボタン
=========================================*/
/*=======================================
コンテンツ
=========================================*/
/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    min-width: initial; }
  .l-header {
    top: 5.33333vw;
    width: calc(100% - 10.66667vw);
    padding: 2.66667vw;
    padding-left: 3.2vw;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    border-radius: 1.86667vw;
    -webkit-box-shadow: 2.66667vw 1.6vw 2.66667vw rgba(0, 18, 43, 0.149);
            box-shadow: 2.66667vw 1.6vw 2.66667vw rgba(0, 18, 43, 0.149); }
    .l-header__logo {
      width: 40vw; }
      .l-header__logo a {
        display: block;
        background: no-repeat left top;
        background-size: contain;
        line-height: 1; }
      .l-header__logo img {
        width: 40.26667vw;
        -webkit-transition: 0.4s ease all;
        transition: 0.4s ease all; }
    .l-header__btn {
      width: 10.66667vw;
      height: 10.66667vw;
      border-radius: 100%;
      border: 0.53333vw solid #E50012;
      -webkit-box-shadow: 0.53333vw 0.53333vw 2.66667vw rgba(43, 0, 0, 0.161);
              box-shadow: 0.53333vw 0.53333vw 2.66667vw rgba(43, 0, 0, 0.161);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      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; }
      .l-header__btn span {
        width: 3.73333vw;
        height: 0.53333vw;
        position: relative; }
        .l-header__btn span:before, .l-header__btn span:after {
          display: block;
          content: "";
          position: absolute;
          left: 0;
          width: 100%;
          height: 100%;
          background: #E50012;
          border-radius: 0.53333vw;
          -webkit-transition: 0.4s ease all;
          transition: 0.4s ease all; }
        .l-header__btn span:before {
          top: -0.53333vw; }
        .l-header__btn span:after {
          bottom: -0.53333vw; }
    .l-header.is-open {
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .l-header.is-open .l-header__logo a {
      background-image: url(img/common/logo-white.svg); }
    .l-header.is-open .l-header__logo img {
      opacity: 0; }
    .l-header.is-open .l-header__btn {
      border-color: #fff; }
      .l-header.is-open .l-header__btn span:before, .l-header.is-open .l-header__btn span:after {
        background: #fff; }
      .l-header.is-open .l-header__btn span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .l-header.is-open .l-header__btn span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .l-header__nav {
      display: none;
      position: fixed;
      left: 2.66667vw;
      top: 2.66667vw;
      width: calc(100% - 5.33333vw);
      height: calc(100% - 5.33333vw);
      background: rgba(229, 0, 18, 0.9);
      z-index: 99;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 21.33333vw 10.66667vw 11.2vw;
      border-radius: 2.66667vw;
      overflow: auto; }
      .l-header__nav .search {
        border-radius: 10.66667vw;
        margin-bottom: 11.73333vw;
        -webkit-box-shadow: 0.53333vw 0.53333vw 2.66667vw rgba(43, 0, 0, 0.161);
                box-shadow: 0.53333vw 0.53333vw 2.66667vw rgba(43, 0, 0, 0.161);
        background: #fff;
        padding-right: 4.26667vw; }
        .l-header__nav .search form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
        .l-header__nav .search .term {
          width: calc(100% - 3.73333vw);
          line-height: 1; }
          .l-header__nav .search .term input[type="text"] {
            border: 0;
            outline: 0;
            width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            background: transparent;
            font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
            font-size: clamp(11px, 4.26667vw, 21px);
            padding: 1.33333vw 4.8vw; }
        .l-header__nav .search .submit {
          width: 3.73333vw;
          height: 3.73333vw;
          background: url(img/common/icon_search.svg) no-repeat center;
          background-size: 3.73333vw 3.73333vw;
          outline: 0;
          border: 0; }
      .l-header__nav .nav {
        margin-bottom: 9.6vw; }
        .l-header__nav .nav .layer1 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .l-header__nav .nav .layer1 > li {
            width: 49%;
            margin-left: 2%;
            margin-bottom: 9.33333vw; }
            .l-header__nav .nav .layer1 > li:nth-child(2n+1) {
              margin-left: 0; }
        .l-header__nav .nav .layer2 > li {
          line-height: 2;
          font-size: clamp(8px, 3.2vw, 16px);
          margin-bottom: 0.8vw; }
        .l-header__nav .nav .layer2 a {
          color: #fff;
          text-decoration: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .l-header__nav .nav .layer2 a:before {
            display: block;
            content: "";
            width: 3.2vw;
            border-top: 1px solid #fff;
            margin-right: 1.06667vw; }
        .l-header__nav .nav .layer3 {
          width: auto; }
          .l-header__nav .nav .layer3 a {
            color: #fff;
            text-decoration: none;
            font-size: 12px;
            font-size: 1.2rem; }
        .l-header__nav .nav .heading {
          margin-bottom: 2.13333vw; }
          .l-header__nav .nav .heading a {
            color: #fff;
            text-decoration: none;
            font-size: clamp(10px, 3.73333vw, 18px);
            font-weight: 700; }
            .l-header__nav .nav .heading a:after {
              display: inline-block;
              content: "";
              vertical-align: middle;
              background: url(img/common/arrow_2.svg) no-repeat center;
              background-size: 4.53333vw;
              width: 4.53333vw;
              height: 4.53333vw;
              border-radius: 100%;
              overflow: hidden;
              -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.161);
                      box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.161);
              margin-left: 1.6vw; }
      .l-header__nav .other {
        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;
        margin-bottom: 18.4vw; }
        .l-header__nav .other .sns {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .l-header__nav .other .sns li {
            width: 8.53333vw;
            border-radius: 100%;
            -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.161);
                    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.161);
            margin-left: 4vw; }
            .l-header__nav .other .sns li:first-child {
              margin-left: 0; }
        .l-header__nav .other .language select {
          display: block;
          border: 1px solid #E50012;
          border-radius: 8vw;
          outline: 0;
          cursor: pointer;
          color: #E50012;
          padding: 1.6vw 5.6vw 1.6vw;
          background: #fff url(img/common/arrow_1-down.svg) no-repeat calc(100% - 3.2vw) center;
          background-size: 0.57292vw auto;
          -webkit-box-shadow: 0.53333vw 0.53333vw 2.66667vw rgba(43, 0, 0, 0.161);
                  box-shadow: 0.53333vw 0.53333vw 2.66667vw rgba(43, 0, 0, 0.161);
          -webkit-appearance: none;
          font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
          letter-spacing: 0.05em;
          font-weight: 500; }
      .l-header__nav .ec li {
        margin-bottom: 3.73333vw; }
        .l-header__nav .ec li:las-child {
          margin-bottom: 0; }
      .l-header__nav .ec a {
        display: block;
        background: #fff url(img/common/icon_blank-white.svg) no-repeat calc(100% - 3.2vw) center;
        background-size: 4.26667vw;
        border-radius: 10.66667vw;
        padding: 2.66667vw 4vw;
        color: #E50012;
        font-size: clamp(8px, 3.2vw, 16px);
        text-decoration: none; }
      .l-header__nav .scroll {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        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;
        font-weight: 500;
        font-size: clamp(7px, 2.66667vw, 13px);
        line-height: 1;
        position: fixed;
        left: 5.33333vw;
        bottom: 2.66667vw;
        color: #fff; }
        .l-header__nav .scroll span {
          display: block;
          width: 1px;
          height: 16vw;
          position: relative;
          overflow: hidden;
          margin-top: 1.06667vw; }
          .l-header__nav .scroll span:before {
            display: block;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background: #fff;
            width: 100%;
            height: 100%;
            -webkit-animation: scroll 1.5s infinite;
                    animation: scroll 1.5s infinite; }
  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0; }
    50% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0; }
    50.1% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%; }
    100% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%; } }
  @keyframes scroll {
    0% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0; }
    50% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0; }
    50.1% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%; }
    100% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%; } }
  .l-footer__bnr {
    padding-left: 0;
    padding-right: 0; }
    .l-footer__bnr .wrap {
      border-radius: 5.33333vw;
      padding: 7.2vw;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: transparent;
      position: relative;
      overflow: hidden; }
      .l-footer__bnr .wrap:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 0;
        width: calc(100% - 10.66667vw);
        height: 100%;
        background: #fff;
        border-radius: 5.33333vw;
        -webkit-box-shadow: 2.66667vw 1.6vw 2.66667vw rgba(0, 17, 43, 0.039);
                box-shadow: 2.66667vw 1.6vw 2.66667vw rgba(0, 17, 43, 0.039);
        z-index: -1; }
    .l-footer__bnr .slick-list {
      overflow: visible !important; }
    .l-footer__bnr li {
      margin-left: 1.86667vw;
      margin-right: 1.86667vw;
      width: 42.93333vw; }
  .l-footer__logo {
    background: #E50012;
    border-radius: 0 0 5.33333vw 5.33333vw;
    padding: 0 5.33333vw 8vw;
    margin-bottom: 10.66667vw;
    margin-top: -10.66667vw; }
    .l-footer__logo .logo img {
      width: 43.2vw; }
    .l-footer__logo .sns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .l-footer__logo .sns li {
        width: 9.06667vw;
        border-radius: 100%;
        -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.161);
                box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.161);
        margin-left: 2.66667vw; }
        .l-footer__logo .sns li:first-child {
          margin-left: 0; }
  .l-footer__menu {
    margin-left: 5.33333vw;
    margin-right: 5.33333vw;
    margin-bottom: 5.33333vw; }
    .l-footer__menu .nav {
      margin-bottom: 12vw; }
      .l-footer__menu .nav .layer1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .l-footer__menu .nav .layer1 > li {
          width: 48%;
          margin-left: 2%;
          margin-bottom: 2.66667vw; }
          .l-footer__menu .nav .layer1 > li:nth-child(5n+1) {
            margin-left: 2%; }
          .l-footer__menu .nav .layer1 > li:nth-child(2n+1) {
            margin-left: 0; }
      .l-footer__menu .nav .layer2 {
        display: none; }
      .l-footer__menu .nav .heading {
        margin-bottom: 0; }
        .l-footer__menu .nav .heading a {
          font-size: clamp(10px, 3.73333vw, 18px); }
          .l-footer__menu .nav .heading a:after {
            background-size: 3.46667vw;
            width: 3.46667vw;
            height: 3.46667vw;
            -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.161);
                    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.161);
            margin-left: 1.6vw; }
    .l-footer__menu .other {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .l-footer__menu .other > div {
        width: auto;
        margin-left: 0;
        margin-bottom: 8.26667vw;
        border-radius: 3.2vw;
        -webkit-box-shadow: 2.66667vw 1.6vw 2.66667vw rgba(40, 0, 0, 0.102);
                box-shadow: 2.66667vw 1.6vw 2.66667vw rgba(40, 0, 0, 0.102); }
        .l-footer__menu .other > div:las-child {
          margin-bottom: 0; }
      .l-footer__menu .other .ec {
        padding-left: 3.73333vw;
        padding-right: 3.73333vw;
        padding-bottom: 8vw; }
        .l-footer__menu .other .ec .c-btn1 {
          margin-top: 4.8vw;
          display: block; }
          .l-footer__menu .other .ec .c-btn1 a {
            width: auto;
            display: block;
            margin-left: 0;
            margin-top: 2.93333vw; }
            .l-footer__menu .other .ec .c-btn1 a:first-child {
              margin-top: 0; }
      .l-footer__menu .other .recruit {
        display: block;
        padding-bottom: 6.66667vw; }
        .l-footer__menu .other .recruit .img1 {
          width: auto; }
          .l-footer__menu .other .recruit .img1 img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        .l-footer__menu .other .recruit .box1 {
          width: auto;
          padding-left: 4.53333vw;
          padding-right: 4.53333vw; }
        .l-footer__menu .other .recruit .c-btn1 {
          margin-top: 4.8vw;
          display: block; }
          .l-footer__menu .other .recruit .c-btn1 a {
            width: auto;
            display: block; }
      .l-footer__menu .other .heading {
        font-size: clamp(10px, 3.73333vw, 18px);
        padding: 1.86667vw;
        border-radius: 0 0 3.2vw 3.2vw; }
  .l-footer__copy {
    overflow: hidden; }
    .l-footer__copy p {
      font-size: clamp(49px, 18.66667vw, 91px);
      line-height: 0.8; }
  .l-footer__copyright {
    padding: 8vw 5.33333vw; }
    .l-footer__copyright .wrap {
      border-radius: 3.2vw;
      -webkit-box-shadow: 2.66667vw 1.6vw 2.66667vw rgba(0, 17, 43, 0.039);
              box-shadow: 2.66667vw 1.6vw 2.66667vw rgba(0, 17, 43, 0.039);
      padding: 4.26667vw 5.33333vw 4.26667vw 4.8vw; }
    .l-footer__copyright .link a {
      font-size: clamp(8px, 3.2vw, 16px); }
    .l-footer__copyright .copyright {
      font-size: clamp(7px, 2.66667vw, 13px); }
  .l-onlineshop {
    margin: 21.33333vw 5.33333vw 40vw;
    border-radius: 2.66667vw;
    overflow: hidden;
    display: block; }
    .l-onlineshop .img1 {
      width: auto; }
    .l-onlineshop .box1 {
      width: auto;
      padding: 0 4.8vw 7.2vw; }
      .l-onlineshop .box1 .en {
        font-size: clamp(21px, 8vw, 39px);
        margin-bottom: 2.66667vw;
        position: relative;
        margin-top: -5.06667vw; }
      .l-onlineshop .box1 .c-btn1 {
        margin-top: 4.8vw; }
        .l-onlineshop .box1 .c-btn1 a {
          width: 68.26667vw; }
  .l-pagetitle {
    padding: 2.66667vw;
    height: 101.33333vw; }
    .l-pagetitle.alt {
      margin-bottom: 5.33333vw;
      padding-bottom: 10.66667vw; }
      .l-pagetitle.alt .wrap {
        padding-top: 26.66667vw; }
        .l-pagetitle.alt .wrap:after {
          width: 5.33333vw;
          height: 5.33333vw; }
      .l-pagetitle.alt .breadcrumb {
        margin-bottom: 18.13333vw; }
    .l-pagetitle.mh800 {
      max-height: initial; }
    .l-pagetitle .breadcrumb {
      width: calc(100% - 10.66667vw);
      top: 26.66667vw; }
      .l-pagetitle .breadcrumb li {
        font-size: clamp(8px, 3.2vw, 16px);
        margin-left: 2.66667vw; }
        .l-pagetitle .breadcrumb li::before {
          margin-right: 2.66667vw; }
        .l-pagetitle .breadcrumb li:first-child {
          margin-left: 0; }
    .l-pagetitle .heading {
      bottom: 2.66667vw;
      padding: 3.46667vw 5.33333vw 0 8vw;
      border-radius: 0 2.66667vw 0 0;
      min-width: 8.33333vw; }
      .l-pagetitle .heading:before, .l-pagetitle .heading:after {
        width: 2.66667vw;
        height: 2.66667vw; }
      .l-pagetitle .heading:before {
        left: 2.66667vw; }
      .l-pagetitle .heading .title {
        font-size: clamp(21px, 8vw, 39px);
        margin-bottom: 1.86667vw; }
      .l-pagetitle .heading .en {
        font-size: clamp(7px, 2.66667vw, 13px); }
    .l-pagetitle .cover {
      width: calc(100% - 5.33333vw);
      height: calc(100% - 5.33333vw);
      border-radius: 2.08333vw; }
    .l-pagetitle .catch {
      font-size: clamp(70px, 26.66667vw, 130px);
      bottom: 4vw; }
  .l-pagetitle2 {
    margin-bottom: 16vw; }
    .l-pagetitle2 .wrap {
      padding-top: 26.66667vw;
      padding-bottom: 4.8vw; }
    .l-pagetitle2:after {
      width: 5.33333vw;
      height: 5.33333vw; }
    .l-pagetitle2 .breadcrumb {
      width: calc(100% - 10.66667vw);
      margin-bottom: 3.2vw; }
      .l-pagetitle2 .breadcrumb li {
        font-size: clamp(8px, 3.2vw, 16px);
        margin-left: 2.66667vw; }
        .l-pagetitle2 .breadcrumb li::before {
          margin-right: 2.66667vw; }
        .l-pagetitle2 .breadcrumb li:first-child {
          margin-left: 0; }
          .l-pagetitle2 .breadcrumb li:first-child::before {
            display: none; }
    .l-pagetitle2 .heading {
      width: calc(100% - 10.66667vw); }
      .l-pagetitle2 .heading .category {
        font-size: clamp(7px, 2.66667vw, 13px);
        padding: 1.06667vw 5.06667vw;
        margin-bottom: 2.66667vw;
        border-radius: 5.33333vw; }
      .l-pagetitle2 .heading .title {
        font-size: clamp(17px, 6.4vw, 31px); }
      .l-pagetitle2 .heading .en {
        font-size: clamp(7px, 2.66667vw, 13px); }
    .l-pagetitle2 .catch {
      bottom: -4.26667vw;
      font-size: clamp(105px, 40vw, 195px); }
    .l-pagetitle2.alt .wrap {
      padding-bottom: 16vw; }
    .l-pagetitle2.alt .catch {
      bottom: -10.66667vw; }
    .l-pagetitle2.alt .heading2:before {
      border-radius: 5.33333vw 5.33333vw 0 0; }
    .l-pagetitle2.alt .heading2-wrap {
      width: auto;
      margin-left: 5.33333vw;
      margin-right: 5.33333vw;
      padding: 3.73333vw 5.33333vw 5.33333vw;
      border-radius: 2.66667vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .l-pagetitle2.alt .heading2-title {
      font-size: clamp(17px, 6.4vw, 31px); }
    .l-pagetitle2.alt .heading2-category {
      border-radius: 1.33333vw;
      padding: 2.13333vw 2.93333vw;
      margin-bottom: 1.6vw; }
      .l-pagetitle2.alt .heading2-category .en {
        display: none; }
      .l-pagetitle2.alt .heading2-category .h {
        font-size: clamp(8px, 3.2vw, 16px); }
  .l-breadcrumb {
    width: calc(100% - 10.66667vw);
    padding-top: 26.66667vw;
    margin: 0 auto 10.66667vw; }
    .l-breadcrumb li {
      font-size: clamp(8px, 3.2vw, 16px);
      margin-left: 2.66667vw; }
      .l-breadcrumb li::before {
        margin-right: 2.66667vw; }
      .l-breadcrumb li:first-child {
        margin-left: 0; }
        .l-breadcrumb li:first-child::before {
          display: none; }
  .l-kv {
    margin-left: 5.33333vw;
    margin-right: 5.33333vw;
    margin-bottom: 10.57292vw;
    -webkit-box-shadow: 0.52083vw 0.52083vw 0.52083vw rgba(0, 0, 0, 0.05);
            box-shadow: 0.52083vw 0.52083vw 0.52083vw rgba(0, 0, 0, 0.05);
    border-radius: 2.08333vw; } }
