@charset "UTF-8";
/*-------------------------------------------
 variable
-------------------------------------------*/
/***  color  ***/
/***  font-size  ***/
/***  screen  ***/
/***  font(google)  ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/***  point  ***/
/*-------------------------------------------
 reset
-------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
main {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }
  ol > li, ul > li {
    list-style: inherit; }

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

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none !important;
  border-radius: 0; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/*-------------------------------------------
 style
-------------------------------------------*/
/***  tag  ***/
html {
  font-size: 62.5%; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 57.5%; } }
  @media screen and (max-width: 500px) {
    html {
      font-size: 52.5%; } }

body {
  font-family: 'Noto Sans JP','游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
  font-weight: 400;
  color: #261A0C;
  font-size: 1.3rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul li {
    list-style-type: inherit; }

button {
  background: none;
  border: none;
  padding: 0; }

a {
  color: #261A0C;
  text-decoration: none;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s; }
  a:hover {
    opacity: 0.6;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s; }

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

article {
  max-width: 100%;
  width: 100%; }

section {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.0rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }

p {
  text-align: justify;
  line-height: 2.0; }
  p a {
    color: #a20a1a; }

b {
  font-weight: 700; }

i {
  font-style: normal; }

/*-------------------------------------------
 style - class -
-------------------------------------------*/
/***  adjustment  ***/
html body main .pt00 {
  padding-bottom: 0; }
html body main .pt05 {
  padding-bottom: 0.5rem; }
html body main .pt10 {
  padding-bottom: 1.0rem; }
html body main .pt15 {
  padding-bottom: 1.5rem; }
html body main .pt20 {
  padding-bottom: 2.0rem; }
html body main .pt25 {
  padding-bottom: 2.5rem; }
html body main .pt30 {
  padding-bottom: 3.0rem; }
html body main .pt35 {
  padding-bottom: 3.5rem; }
html body main .pt40 {
  padding-bottom: 4.0rem; }
html body main .pt45 {
  padding-bottom: 4.5rem; }
html body main .pt50 {
  padding-bottom: 5.0rem; }
html body main .pb00 {
  padding-bottom: 0; }
html body main .pb05 {
  padding-bottom: 0.5rem; }
html body main .pb10 {
  padding-bottom: 1.0rem; }
html body main .pb15 {
  padding-bottom: 1.5rem; }
html body main .pb20 {
  padding-bottom: 2.0rem; }
html body main .pb25 {
  padding-bottom: 2.5rem; }
html body main .pb30 {
  padding-bottom: 3.0rem; }
html body main .pb35 {
  padding-bottom: 3.5rem; }
html body main .pb40 {
  padding-bottom: 4.0rem; }
html body main .pb45 {
  padding-bottom: 4.5rem; }
html body main .pb50 {
  padding-bottom: 5.0rem; }
html body main .mt00 {
  margin-top: 0; }
html body main .mt05 {
  margin-top: 0.5rem; }
html body main .mt10 {
  margin-top: 1.0rem; }
html body main .mt15 {
  margin-top: 1.5rem; }
html body main .mt20 {
  margin-top: 2.0rem; }
html body main .mt25 {
  margin-top: 2.5rem; }
html body main .mt30 {
  margin-top: 3.0rem; }
html body main .mt35 {
  margin-top: 3.5rem; }
html body main .mt40 {
  margin-top: 4.0rem; }
html body main .mt45 {
  margin-top: 4.5rem; }
html body main .mt50 {
  margin-top: 5.0rem; }
html body main .mt55 {
  margin-top: 5.5rem; }
html body main .mt60 {
  margin-top: 6.0rem; }
html body main .mt65 {
  margin-top: 6.5rem; }
html body main .mt70 {
  margin-top: 7.0rem; }
html body main .mt75 {
  margin-top: 7.5rem; }
html body main .mt80 {
  margin-top: 8.0rem; }
html body main .mt85 {
  margin-top: 8.5rem; }
html body main .mt90 {
  margin-top: 9.0rem; }
html body main .mt95 {
  margin-top: 9.5rem; }
html body main .mt-05 {
  margin-top: -0.5rem; }
html body main .mt-10 {
  margin-top: -1.0rem; }
html body main .mt-15 {
  margin-top: -1.5rem; }
html body main .mt-20 {
  margin-top: -2.0rem; }
html body main .mt-25 {
  margin-top: -2.5rem; }
html body main .mt-30 {
  margin-top: -3.0rem; }
html body main .mt-35 {
  margin-top: -3.5rem; }
html body main .mt-40 {
  margin-top: -4.0rem; }
html body main .mt-45 {
  margin-top: -4.5rem; }
html body main .mt-50 {
  margin-top: -5.0rem; }
html body main .mb00 {
  margin-bottom: 0; }
html body main .mb05 {
  margin-bottom: 0.5rem; }
html body main .mb10 {
  margin-bottom: 1.0rem; }
html body main .mb15 {
  margin-bottom: 1.5rem; }
html body main .mb20 {
  margin-bottom: 2.0rem; }
html body main .mb25 {
  margin-bottom: 2.5rem; }
html body main .mb30 {
  margin-bottom: 3.0rem; }
html body main .mb35 {
  margin-bottom: 3.5rem; }
html body main .mb40 {
  margin-bottom: 4.0rem; }
html body main .mb45 {
  margin-bottom: 4.5rem; }
html body main .mb50 {
  margin-bottom: 5.0rem; }
html body main .mb55 {
  margin-bottom: 5.5rem; }
html body main .mb60 {
  margin-bottom: 6.0rem; }
html body main .mb65 {
  margin-bottom: 6.5rem; }
html body main .mb70 {
  margin-bottom: 7.0rem; }
html body main .mb75 {
  margin-bottom: 7.5rem; }
html body main .mb80 {
  margin-bottom: 8.0rem; }
html body main .mb85 {
  margin-bottom: 8.5rem; }
html body main .mb90 {
  margin-bottom: 9.0rem; }
html body main .mb95 {
  margin-bottom: 9.5rem; }
html body main .tl {
  text-align: left; }
html body main .tc {
  text-align: center; }
html body main .tr {
  text-align: right; }
html body main .bt00 {
  border-top: none; }
html body main .br00 {
  border-right: none; }
html body main .bb00 {
  border-bottom: none; }
html body main .bl00 {
  border-left: none; }
html body main .tred {
  color: #a20a1a; }
html body main .navy {
  color: #020634; }
html body main .black {
  color: #000000; }

/***  header  ***/
header {
  background-color: #ffffff;
  width: 100%;
  max-width: 100%;
  height: 7.0rem;
  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;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
  z-index: 999;
  position: fixed;
  top: 0;
  /* open */ }
  header.open {
    border-bottom: 1px solid #cccccc; }
    header.open .wrap .right .bottom .menu-wrap {
      display: none; }
    header.open .wrap .right .bottom .mail {
      display: none; }
    header.open .wrap .right .bottom #search {
      display: none; }
    header.open .wrap .right .bottom .burger img {
      background-image: url(../img/common/icon_exit_01.svg); }
  header .wrap {
    width: 100%;
    max-width: 100%;
    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; }
    header .wrap .left a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    header .wrap .right {
      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; }
      header .wrap .right .top {
        margin-bottom: 1.0rem; }
      header .wrap .right .bottom {
        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; }
        @media screen and (max-width: 768px) {
          header .wrap .right .bottom .menu-wrap {
            display: none; } }
        header .wrap .right .bottom .menu-wrap ul.menu-header {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          border-right: 1px solid #999999; }
          header .wrap .right .bottom .menu-wrap ul.menu-header > li {
            margin-right: 3.0rem; }
            @media screen and (max-width: 960px) {
              header .wrap .right .bottom .menu-wrap ul.menu-header > li {
                margin-right: 1.25rem; } }
            header .wrap .right .bottom .menu-wrap ul.menu-header > li.sub-title:hover ul.sub-menu {
              display: block; }
              header .wrap .right .bottom .menu-wrap ul.menu-header > li.sub-title:hover ul.sub-menu li {
                margin-bottom: 1.0rem;
                padding-bottom: 0.5rem; }
                header .wrap .right .bottom .menu-wrap ul.menu-header > li.sub-title:hover ul.sub-menu li a {
                  font-size: 1.4rem;
                  font-weight: 500;
                  display: inline-block;
                  padding-left: 3.0rem;
                  position: relative; }
                  header .wrap .right .bottom .menu-wrap ul.menu-header > li.sub-title:hover ul.sub-menu li a::before {
                    content: '';
                    background-color: #a20a1a;
                    width: 2.0rem;
                    height: 1px;
                    margin-top: auto;
                    margin-bottom: auto;
                    position: absolute;
                    left: 0;
                    top: 0;
                    bottom: 0; }
            header .wrap .right .bottom .menu-wrap ul.menu-header > li.sub-title > a {
              padding-right: 2.0rem;
              padding-bottom: 1.0rem;
              position: relative; }
              header .wrap .right .bottom .menu-wrap ul.menu-header > li.sub-title > a::after {
                content: '';
                background-image: url(../img/common/icon_arrow_01.svg);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center bottom;
                width: 1.5rem;
                height: 1.3rem;
                position: absolute;
                top: 1.0rem;
                right: 0; }
            header .wrap .right .bottom .menu-wrap ul.menu-header > li.sub-title .sub-menu {
              display: none;
              background-color: #ffffff;
              color: initial;
              padding: 2.0rem 2.0rem 1.0rem;
              -webkit-transform: translate(0, 100%);
                      transform: translate(0, 100%);
              position: absolute;
              bottom: 0.5rem;
              z-index: 999; }
              header .wrap .right .bottom .menu-wrap ul.menu-header > li.sub-title .sub-menu li {
                margin-bottom: 0.5rem; }
                header .wrap .right .bottom .menu-wrap ul.menu-header > li.sub-title .sub-menu li:nth-last-of-type(1) {
                  margin-bottom: 0; }
              header .wrap .right .bottom .menu-wrap ul.menu-header > li.sub-title .sub-menu a {
                font-weight: 400;
                padding-left: 1.0rem;
                padding-right: 1.0rem; }
            header .wrap .right .bottom .menu-wrap ul.menu-header > li a {
              color: #000000;
              font-size: 1.5rem;
              font-weight: 500;
              line-height: 1.0;
              padding: 0.5rem; }
              @media screen and (max-width: 960px) {
                header .wrap .right .bottom .menu-wrap ul.menu-header > li a {
                  font-size: 1.4rem; } }
        header .wrap .right .bottom .icon-link {
          margin-left: 1.5rem; }
          header .wrap .right .bottom .icon-link .wrap {
            padding: 0.5rem; }
        header .wrap .right .bottom .burger {
          width: 25px;
          height: 20px; }
          header .wrap .right .bottom .burger img {
            background-image: url(../img/common/icon_burger_01.svg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
            width: 100%;
            height: 100%; }

.home header {
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  border-bottom: none;
  /* open */ }
  .home header.open-s {
    background: #999999;
    border-bottom: 1px solid #f3f3f3; }
  .home header.open {
    background: #ffffff; }
    .home header.open .wrap .right .bottom .burger img {
      background-image: url(../img/common/icon_exit_01.svg); }
  .home header .wrap {
    /*.right */ }
    .home header .wrap .right .top .gtranslate_wrapper a {
      color: #cccccc; }
      .home header .wrap .right .top .gtranslate_wrapper a.gt-current-lang {
        color: #ff0000; }
    .home header .wrap .right .bottom .menu-wrap ul.menu-header > li.sub-title .sub-menu {
      background: rgba(255, 255, 255, 0.85); }
      .home header .wrap .right .bottom .menu-wrap ul.menu-header > li.sub-title .sub-menu a {
        color: #000000; }
    .home header .wrap .right .bottom .menu-wrap ul.menu-header > li a {
      color: #ffffff; }
    .home header .wrap .right .bottom .burger img {
      background-image: url(../img/common/icon_burger_02.svg); }

.menu-all-wrap {
  display: none;
  background-color: #ffffff;
  width: 100%;
  height: calc(100% - 7.0rem);
  overflow-y: auto;
  position: fixed;
  top: 8.0rem;
  left: 0;
  z-index: 999; }
  .menu-all-wrap .wrap {
    max-width: 1100px;
    width: 100%;
    padding-left: 2.0rem;
    padding-right: 2.0rem;
    margin-left: auto;
    margin-right: auto; }
    .menu-all-wrap .wrap ul.menu-all {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 4.5rem;
      margin-bottom: 4.0rem;
      padding-bottom: 2.5rem;
      border-bottom: 1px solid #cccccc; }
      .menu-all-wrap .wrap ul.menu-all li {
        width: 20%;
        margin-bottom: 2.0rem; }
        @media screen and (max-width: 768px) {
          .menu-all-wrap .wrap ul.menu-all li {
            width: 25%; } }
        @media screen and (max-width: 500px) {
          .menu-all-wrap .wrap ul.menu-all li {
            width: 33.3%; } }
        .menu-all-wrap .wrap ul.menu-all li.outside a {
          position: relative; }
          .menu-all-wrap .wrap ul.menu-all li.outside a::after {
            content: '';
            background-image: url(../img/common/icon_jump_02.svg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center bottom;
            width: 1.2rem;
            height: 1.2rem;
            margin-top: auto;
            margin-bottom: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 100%; }
        .menu-all-wrap .wrap ul.menu-all li a {
          color: #261A0C;
          font-size: 1.5rem;
          font-weight: 500;
          line-height: 1.25;
          padding: 0.5rem;
          display: inline-block; }

.search-area {
  display: none;
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  top: 7.0rem;
  left: 0;
  z-index: 998; }
  .search-area .wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem 5.0rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end; }
    .search-area .wrap form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end; }
      .search-area .wrap form button {
        padding-bottom: 0.5rem; }
      .search-area .wrap form input {
        border: none;
        background-color: #ffffff;
        font-size: 1.6rem;
        line-height: 1.5;
        min-width: 200px;
        width: 100%;
        padding: 1.0rem 1.5rem 0.5rem 1.5rem;
        border-bottom: 1px solid #cccccc; }
      .search-area .wrap form input:focus {
        outline: 1px solid #ffffff; }

.gtranslate_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .gtranslate_wrapper a {
    color: #000000;
    font-size: 1.2rem;
    font-weight: 400 !important;
    line-height: 1.0;
    border-left: 1px solid #999999;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .gtranslate_wrapper a.gt-current-lang {
      color: #a20a1a;
      font-weight: 700 !important; }
    .gtranslate_wrapper a:nth-last-of-type(1) {
      padding-right: 0; }

/***  footer  ***/
footer {
  width: 100%;
  max-width: 1200px;
  padding-left: 2.0rem;
  padding-right: 2.0em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.0rem;
  margin: 18.0rem auto 3.5rem; }
  @media screen and (max-width: 500px) {
    footer {
      margin-top: 12.0rem; } }
  footer .menu-more {
    width: 100%;
    max-width: 1200px;
    padding-bottom: 4.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 500px) {
      footer .menu-more {
        padding-bottom: 0; } }
    footer .menu-more .left {
      width: 35.0rem;
      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 (max-width: 500px) {
        footer .menu-more .left {
          width: 50%; } }
      @media screen and (max-width: 500px) {
        footer .menu-more .left img {
          height: 25.0rem; } }
    footer .menu-more .right {
      width: calc(100% - 35.0rem); }
      @media screen and (max-width: 500px) {
        footer .menu-more .right {
          width: 50%; } }
      footer .menu-more .right img {
        display: none; }
    footer .menu-more a {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      footer .menu-more a.product {
        background-image: url(../img/common/nav_line-up_01.jpg); }
      footer .menu-more a.brand {
        background-image: url(../img/common/nav_brand_01.jpg); }
      footer .menu-more a.plyer {
        background-image: url(../img/common/nav_plyer_01.jpg); }
      @media screen and (max-width: 500px) {
        footer .menu-more a::after {
          content: '';
          background: rgba(0, 0, 0, 0.25);
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0; } }
      footer .menu-more a .wrap {
        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;
        padding-left: 3.0rem;
        padding-right: 3.0rem;
        margin-top: auto;
        margin-bottom: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1; }
      footer .menu-more a h2 {
        color: #ffffff;
        font-size: 2.4rem; }
        @media screen and (max-width: 768px) {
          footer .menu-more a h2 {
            min-width: auto;
            margin-bottom: 1.5rem; } }
        @media screen and (max-width: 768px) {
          footer .menu-more a h2::before {
            width: 100%; } }
      footer .menu-more a p {
        color: #ffffff;
        font-size: 1.2rem;
        line-height: 1.7;
        margin-bottom: 2.5rem; }
        @media screen and (max-width: 500px) {
          footer .menu-more a p {
            margin-bottom: 2.0rem; } }
      footer .menu-more a .more {
        color: #ffffff; }
      footer .menu-more a img {
        width: 100%; }
  footer .menu-footer-wrap {
    width: 100%;
    max-width: 1200px; }
    @media screen and (max-width: 500px) {
      footer .menu-footer-wrap {
        display: none; } }
    footer .menu-footer-wrap ul.menu-footer {
      width: 100%;
      max-width: calc(100% - 10.0rem);
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border-bottom: 1px solid #cccccc; }
      @media screen and (max-width: 500px) {
        footer .menu-footer-wrap ul.menu-footer {
          max-width: 100%; } }
      footer .menu-footer-wrap ul.menu-footer li {
        width: 20%;
        margin-bottom: 2.0rem; }
        footer .menu-footer-wrap ul.menu-footer li.outside a {
          position: relative; }
          footer .menu-footer-wrap ul.menu-footer li.outside a::after {
            content: '';
            background-image: url(../img/common/icon_jump_02.svg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center bottom;
            width: 1.1rem;
            height: 1.1rem;
            margin-top: auto;
            margin-bottom: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 100%; }
        footer .menu-footer-wrap ul.menu-footer li a {
          font-size: 1.2rem;
          font-weight: 500;
          line-height: 1.3;
          padding: 0.5rem; }
  footer .footer-bottom {
    width: 100%;
    max-width: 100%;
    margin-top: 3.5rem;
    margin-bottom: 8.0rem;
    padding-left: 5.0rem;
    padding-right: 5.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media screen and (max-width: 768px) {
      footer .footer-bottom {
        margin-bottom: 5.0rem; } }
    @media screen and (max-width: 500px) {
      footer .footer-bottom {
        padding-left: 0;
        padding-right: 0;
        margin-top: 2.0rem;
        margin-bottom: 0; } }
    footer .footer-bottom .left .sns-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      footer .footer-bottom .left .sns-list > li {
        margin-right: 1.5rem; }
    footer .footer-bottom .right small {
      font-size: 1.4rem;
      font-weight: 500; }

.product-list + footer {
  margin-top: 5.0rem; }
  @media screen and (max-width: 500px) {
    .product-list + footer {
      margin-bottom: 2.5rem; } }

/***  common  ***/
.wide {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.heads {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.5rem; }

.heading {
  color: #261A0C;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.3;
  min-width: 27.0rem;
  display: inline-block;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  position: relative; }
  .heading::before {
    content: '';
    width: 27.0rem;
    height: 1px;
    border-bottom: 1px solid #cccccc;
    position: absolute;
    left: 0;
    bottom: 0; }
  .heading.ptn01 {
    color: #020634;
    font-size: 2.2rem;
    padding-bottom: 1.25rem; }
    .heading.ptn01::before {
      content: '';
      border-bottom-color: #020634;
      width: 15.0rem; }

.cap {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin-top: 4.5rem;
  margin-bottom: 1.5rem; }

.headline {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  border-bottom: 1px solid #b7b199;
  max-width: 27.0rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.0rem;
  margin-top: 8.0rem;
  margin-bottom: 4.0rem; }

.band {
  background-color: #000000;
  width: 100%;
  height: 30.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 5.0rem;
  margin-top: 7.0rem; }
  @media screen and (max-width: 768px) {
    .band {
      background-size: cover;
      margin-bottom: 3.0rem; } }
  @media screen and (max-width: 500px) {
    .band {
      height: 20.0rem; } }
  .band .wrap {
    background-image: url(../img/common/band_01.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    max-width: 1100px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.0rem;
    padding-right: 2.0rem;
    position: relative; }
    @media screen and (max-width: 768px) {
      .band .wrap {
        background-size: cover;
        background-position: 0% 50%; } }
    .band .wrap::after {
      content: '';
      background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#000000));
      background-image: linear-gradient(90deg, transparent, #000000);
      width: 100px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0; }
      @media screen and (max-width: 500px) {
        .band .wrap::after {
          background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(transparent));
          background-image: linear-gradient(90deg, #000000, transparent);
          width: 75%;
          left: 0;
          right: auto; } }
    .band .wrap .in {
      width: 100%;
      height: 100%;
      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;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 500px) {
        .band .wrap .in {
          width: 100%; } }
      .band .wrap .in ul.bread {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .band .wrap .in ul.bread li {
          margin-bottom: 1.0rem;
          padding-right: 3.0rem;
          position: relative; }
          .band .wrap .in ul.bread li::after {
            content: '';
            width: 0.6rem;
            height: 0.6rem;
            border-top: solid 1px #ffffff;
            border-right: solid 1px #ffffff;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            position: absolute;
            top: 50%;
            right: 1.3rem;
            margin-top: -0.2rem; }
          .band .wrap .in ul.bread li a {
            color: #ffffff;
            font-size: 1.4rem;
            line-height: 1.3; }
      .band .wrap .in h1 {
        color: #ffffff;
        font-size: 4.4rem;
        font-weight: 400;
        line-height: 1.25;
        letter-spacing: 0.2rem;
        text-shadow: 0px 0px 10px black, 0px 0px 10px black, 0px 0px 10px black;
        margin-bottom: 1.5rem;
        z-index: 9; }
        @media screen and (max-width: 500px) {
          .band .wrap .in h1 {
            font-size: 3.8rem; } }
      .band .wrap .in .supply {
        color: #ffffff;
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: 0.1rem; }

.single-player .band {
  margin-bottom: 0; }

.single-store .band .wrap .in h1, .single-topic .band .wrap .in h1 {
  font-size: 2.8rem; }

.ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 4.0rem;
  position: relative;
  z-index: 99; }
  @media screen and (max-width: 960px) {
    .ttl-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .ttl-wrap .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .ttl-wrap .cats li {
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.25;
      margin-right: 3.0rem;
      margin-bottom: 1.0rem;
      position: relative; }
      .ttl-wrap .cats li:nth-last-of-type(1) {
        margin-right: 0; }
  .ttl-wrap .cats-grid {
    display: grid;
    gap: 1.5rem 2.5rem; }
    @media screen and (max-width: 768px) {
      .ttl-wrap .cats-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .ttl-wrap .cats-grid.c4 {
      grid-template-columns: 1fr 1fr 1fr 1fr; }
    .ttl-wrap .cats-grid.c3 {
      grid-template-columns: 1fr 1fr 1fr; }
    .ttl-wrap .cats-grid li {
      font-size: 1.5rem; }

.theme {
  font-size: 5rem;
  font-weight: 300;
  text-align: center;
  margin-top: 9.0rem;
  margin-bottom: 1.5rem; }

.theme-supply {
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 100;
  text-align: center;
  margin-bottom: 3.5rem; }

.more {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flow;
  padding-left: 3.0rem;
  position: relative; }
  .more.in {
    display: inline-block; }
  .more::before {
    content: '';
    background-color: #a20a1a;
    width: 2.0rem;
    height: 1px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0; }

.slide-bnr-wrap {
  background-color: #ffffff;
  background-image: radial-gradient(closest-side, transparent 98%, #f3f3f3 100%), radial-gradient(closest-side, transparent 98%, #f3f3f3 100%);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
  width: 100%;
  position: relative; }
  .slide-bnr-wrap::after {
    content: '';
    background-color: #f3f3f3;
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: -10px;
    left: 0; }
  .slide-bnr-wrap .slide-bnr {
    max-width: 1500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }
    .slide-bnr-wrap .slide-bnr .in a img {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      width: 100%;
      height: auto; }
      @media screen and (max-width: 500px) {
        .slide-bnr-wrap .slide-bnr .in a img {
          height: 300px; } }
    .slide-bnr-wrap .slide-bnr ul.slick-dots {
      width: 30px;
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: auto;
      margin-bottom: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px; }
      .slide-bnr-wrap .slide-bnr ul.slick-dots li button {
        background: #999999;
        border-radius: 20px;
        width: 15px;
        height: 15px; }
      .slide-bnr-wrap .slide-bnr ul.slick-dots .slick-active button {
        background: #ffffff; }

.movie-company {
  background-color: #000000;
  width: 100%;
  margin-top: -5.0rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.0rem;
  padding: 4.0rem 2.0rem; }
  .movie-company .in {
    max-width: 620px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 16 / 9; }
    .movie-company .in iframe {
      width: 100%;
      height: 100%; }

.photo-deceased {
  background-color: #f3f3f3;
  width: 100%;
  padding: 2.5rem 0; }
  .photo-deceased figure {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .photo-deceased figure img {
      width: 100%; }

.map-wrap iframe {
  width: 100%; }
  @media screen and (max-width: 500px) {
    .map-wrap iframe {
      height: 350px; } }

.anchor {
  opacity: 0;
  display: block;
  margin-top: -8.0rem;
  padding-top: 8.0rem;
  z-index: 1;
  position: relative; }
  @media screen and (max-width: 768px) {
    .anchor {
      margin-top: -8.0rem;
      padding-top: 8.0rem; } }

.lead {
  color: #a20a1a;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.0;
  text-align: center;
  margin-bottom: 1.0rem; }

.news-comb {
  background-color: #f3f3f3;
  padding: 1.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .news-comb {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: -2.5rem; } }
  .news-comb .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 64.0rem; }
    @media screen and (max-width: 500px) {
      .news-comb .left {
        width: 56.0rem; } }
    @media screen and (max-width: 768px) {
      .news-comb .left {
        width: 100%; } }
    .news-comb .left a {
      width: 100%;
      display: block; }
  .news-comb .right {
    width: calc(100% - 64.0rem);
    padding: 3.0rem 2.0rem 3.0rem 4.0rem; }
    @media screen and (max-width: 960px) {
      .news-comb .right {
        width: calc(100% - 56.0rem);
        padding-right: 1.5rem;
        padding-left: 2.5rem; } }
    @media screen and (max-width: 768px) {
      .news-comb .right {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 500px) {
      .news-comb .right {
        padding-top: 2.0rem; } }
    .news-comb .right h2 {
      color: #261A0C;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0.5rem; }
    .news-comb .right ul {
      width: 100%;
      height: 100%;
      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: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
      @media screen and (max-width: 768px) {
        .news-comb .right ul {
          padding-top: 1.0rem;
          padding-bottom: 1.0rem; } }
      @media screen and (max-width: 768px) {
        .news-comb .right ul li {
          margin-bottom: 2.0rem; } }
      @media screen and (max-width: 768px) {
        .news-comb .right ul li:nth-last-of-type(1) {
          margin-bottom: 0; } }

.topic-thumb {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media screen and (max-width: 500px) {
    .topic-thumb {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .topic-thumb.ptn01 .topic-thumb-left figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  .topic-thumb.ptn02 .topic-thumb-left figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .topic-thumb.ptn02 .topic-thumb-left figure img {
      background-size: cover;
      width: 50%; }
  .topic-thumb.ptn03 .topic-thumb-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .topic-thumb.ptn03 .topic-thumb-left figure {
      width: 50%;
      height: 100%; }
      .topic-thumb.ptn03 .topic-thumb-left figure:nth-of-type(odd) {
        padding-right: 0.5rem; }
        .topic-thumb.ptn03 .topic-thumb-left figure:nth-of-type(odd) img {
          width: 100%;
          height: 100%; }
      .topic-thumb.ptn03 .topic-thumb-left figure:nth-of-type(even) img {
        width: 100%; }
        .topic-thumb.ptn03 .topic-thumb-left figure:nth-of-type(even) img:nth-of-type(1) {
          height: calc(65% - 0.5rem);
          margin-bottom: 0.25rem; }
        .topic-thumb.ptn03 .topic-thumb-left figure:nth-of-type(even) img:nth-of-type(2) {
          height: 35%; }
  .topic-thumb .topic-thumb-left {
    width: calc(100% - 25.0rem); }
    @media screen and (max-width: 768px) {
      .topic-thumb .topic-thumb-left {
        width: calc(100% - 20.0rem); } }
    @media screen and (max-width: 500px) {
      .topic-thumb .topic-thumb-left {
        width: 100%; } }
    .topic-thumb .topic-thumb-left figure {
      background-color: #ffffff;
      background-image: radial-gradient(closest-side, transparent 98%, #f3f3f3 100%), radial-gradient(closest-side, transparent 98%, #f3f3f3 100%);
      background-size: 60px 60px;
      background-position: 0 0, 30px 30px; }
    .topic-thumb .topic-thumb-left img {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 100%; }
  .topic-thumb .topic-thumb-right {
    background-image: url(../img/common/logo_04.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 25.0rem;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem; }
    @media screen and (max-width: 768px) {
      .topic-thumb .topic-thumb-right {
        width: 20.0rem; } }
    @media screen and (max-width: 500px) {
      .topic-thumb .topic-thumb-right {
        width: 100%;
        padding-top: 1.0rem; } }
  .topic-thumb .logo {
    width: 40px;
    margin-bottom: 0.5rem; }
    @media screen and (max-width: 960px) {
      .topic-thumb .logo {
        width: 30px;
        margin-bottom: 0; } }
    @media screen and (max-width: 960px) {
      .topic-thumb .logo {
        width: 40px;
        margin-bottom: 0.5rem; } }
    .topic-thumb .logo img {
      width: 100%; }
  .topic-thumb h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.0rem; }
    @media screen and (max-width: 768px) {
      .topic-thumb h3 {
        font-size: 1.5rem; } }
  .topic-thumb .cont p {
    color: #a20a1a;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 0.75rem; }
  .topic-thumb .cont b {
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .topic-thumb .cont b {
        font-size: 1.3rem; } }
  .topic-thumb .cont u {
    font-size: 1.4rem;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .topic-thumb .cont u {
        font-size: 1.3rem; } }

ul.series {
  background-color: #000000;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  /* .ptn01 */ }
  ul.series.ptn01 {
    background: none;
    max-width: 1100px;
    width: 100%;
    margin-top: -2.0rem;
    margin-bottom: 4.0rem; }
    @media screen and (max-width: 500px) {
      ul.series.ptn01 {
        padding-left: 0;
        padding-right: 0; } }
    ul.series.ptn01 > li {
      background-color: #000000;
      margin-bottom: 1px; }
      @media screen and (max-width: 500px) {
        ul.series.ptn01 > li:nth-of-type(odd) a .deco::after {
          background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(transparent));
          background-image: linear-gradient(90deg, #000000, transparent); } }
      @media screen and (max-width: 500px) {
        ul.series.ptn01 > li:nth-of-type(even) a .deco::after {
          background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#000000));
          background-image: linear-gradient(90deg, transparent, #000000); } }
      ul.series.ptn01 > li a .cont .wrap {
        background: none;
        width: 30.0rem;
        height: 15.0rem; }
      ul.series.ptn01 > li a .cont h2 {
        font-size: 2.2rem;
        font-weight: 500;
        padding-bottom: 0.5rem;
        margin-bottom: 1.0rem; }
      ul.series.ptn01 > li a .cont p {
        font-size: 1.2rem;
        line-height: 1.7;
        margin-bottom: 0; }
      ul.series.ptn01 > li a .deco {
        height: 15.0rem; }
        @media screen and (max-width: 500px) {
          ul.series.ptn01 > li a .deco::after {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0; } }
  ul.series > li:nth-of-type(odd) .wrap {
    padding-right: 3.0rem; }
  ul.series > li:nth-of-type(odd) .deco {
    right: 0; }
  ul.series > li:nth-of-type(even) .cont {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    ul.series > li:nth-of-type(even) .cont .wrap {
      padding-left: 3.0rem; }
  ul.series > li:nth-of-type(even) .deco {
    left: 0; }
  ul.series > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    width: 100%;
    position: relative; }
    ul.series > li a .cont {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1100px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 2.0rem;
      padding-right: 2.0rem;
      position: relative;
      z-index: 9; }
      @media screen and (max-width: 500px) {
        ul.series > li a .cont {
          padding-left: 0;
          padding-right: 0; } }
      ul.series > li a .cont .wrap {
        background-color: #000000;
        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: 28.0rem;
        height: 40.0rem;
        padding-right: 3.0rem; }
        @media screen and (max-width: 500px) {
          ul.series > li a .cont .wrap {
            width: 24.0rem;
            padding-left: 2.0rem;
            padding-right: 2.0rem; } }
      ul.series > li a .cont h2 {
        font-family: "Noto Serif JP", serif;
        color: #ffffff;
        font-size: 4.4rem;
        font-weight: 200;
        line-height: 1.25;
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #cccccc; }
        @media screen and (max-width: 500px) {
          ul.series > li a .cont h2 {
            font-size: 3.8rem; } }
      ul.series > li a .cont .more {
        color: #ffffff; }
      ul.series > li a .cont p {
        color: #ffffff;
        margin-bottom: 4.0rem; }
        ul.series > li a .cont p span {
          display: block; }
          @media screen and (max-width: 500px) {
            ul.series > li a .cont p span {
              display: inline; } }
    ul.series > li a .deco {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      width: calc(50% + 25.0rem);
      height: 40.0rem;
      position: absolute;
      top: 0;
      right: 0; }

.product-list {
  background-color: #b7b199;
  width: 100%;
  margin-top: 15.0rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  @media screen and (max-width: 500px) {
    .product-list {
      margin-top: 10.0rem; } }
  .product-list .wrap {
    max-width: calc(1200px - 10.0rem);
    margin-left: auto;
    margin-right: auto;
    padding-top: 5.0rem;
    padding-bottom: 5.0rem; }
    .product-list .wrap .heading {
      color: #ffffff;
      margin-top: 0; }
    .product-list .wrap ul {
      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;
      width: 100%;
      max-width: 100%; }
      .product-list .wrap ul > li {
        width: 20%;
        margin-bottom: 2.0rem; }
        @media screen and (max-width: 500px) {
          .product-list .wrap ul > li {
            width: 33.3%; } }
        .product-list .wrap ul > li a {
          color: #ffffff;
          font-size: 1.6rem;
          line-height: 1.25;
          word-break: break-all;
          padding: 0 0.5rem 0 0; }

ul.line-list {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.5rem; }
  ul.line-list.ptn01 li {
    width: calc(20.0% - 1.0rem);
    margin-right: 1.25rem; }
    @media screen and (max-width: 768px) {
      ul.line-list.ptn01 li {
        width: calc(25.0% - 1.0rem);
        margin-right: 1.333rem; } }
    @media screen and (max-width: 500px) {
      ul.line-list.ptn01 li {
        width: calc(50.0% - 0.5rem);
        margin-right: 1.0rem; } }
    ul.line-list.ptn01 li:nth-of-type(3n) {
      margin-right: 1.25rem; }
      @media screen and (max-width: 768px) {
        ul.line-list.ptn01 li:nth-of-type(3n) {
          margin-right: 1.333rem; } }
    ul.line-list.ptn01 li:nth-of-type(5n) {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        ul.line-list.ptn01 li:nth-of-type(5n) {
          margin-right: 1.333rem; } }
    @media screen and (max-width: 768px) {
      ul.line-list.ptn01 li:nth-of-type(4n) {
        margin-right: 0; } }
    @media screen and (max-width: 500px) {
      ul.line-list.ptn01 li:nth-of-type(odd) {
        margin-left: 0;
        margin-right: 1.0rem; } }
    @media screen and (max-width: 500px) {
      ul.line-list.ptn01 li:nth-of-type(even) {
        margin-left: 0;
        margin-right: 0; } }
    ul.line-list.ptn01 li figcaption {
      font-size: 1.4rem;
      font-weight: 400; }
  ul.line-list.ptn01 .p-ulike {
    zoom: 0.75; }
  ul.line-list li {
    width: calc(33.3% - 1.0rem);
    margin-right: 1.5rem;
    margin-bottom: 2.0rem; }
    @media screen and (max-width: 500px) {
      ul.line-list li {
        width: 100%;
        margin-right: 0; } }
    ul.line-list li:nth-of-type(3n) {
      margin-right: 0; }
    ul.line-list li figure {
      position: relative; }
      ul.line-list li figure a img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      ul.line-list li figure a figcaption {
        font-size: 2.6rem;
        line-height: 1.3;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem; }
        @media screen and (max-width: 500px) {
          ul.line-list li figure a figcaption {
            font-size: 2.2rem;
            margin-top: 0.25rem; } }
      ul.line-list li figure a img {
        width: 100%; }
    ul.line-list li .p-ulike {
      position: absolute;
      top: 0;
      right: 0; }
      ul.line-list li .p-ulike .wpulike {
        padding: 1.0rem; }
      ul.line-list li .p-ulike .wpulike-default button.wp_ulike_btn {
        background-color: #ffffff; }

ul.player-list {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5rem; }
  ul.player-list li {
    width: calc(25% - 2.25rem);
    margin-right: 3.0rem;
    margin-bottom: 3.0rem; }
    @media screen and (max-width: 768px) {
      ul.player-list li {
        width: calc(33.3% - 2.0rem); } }
    @media screen and (max-width: 500px) {
      ul.player-list li {
        width: 50%; } }
    ul.player-list li:nth-of-type(4n) {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        ul.player-list li:nth-of-type(4n) {
          margin-right: 3.0rem; } }
      @media screen and (max-width: 500px) {
        ul.player-list li:nth-of-type(4n) {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      ul.player-list li:nth-of-type(3n) {
        margin-right: 0; } }
    @media screen and (max-width: 500px) {
      ul.player-list li:nth-of-type(odd) {
        margin-left: 0;
        margin-right: 0;
        padding-right: 1.0rem; } }
    @media screen and (max-width: 500px) {
      ul.player-list li:nth-of-type(even) {
        margin-left: 0;
        margin-right: 0;
        padding-left: 1.0rem; } }
    ul.player-list li a figure img {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    ul.player-list li a figure figcaption {
      font-size: 2.2rem;
      line-height: 1.3;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
    ul.player-list li a figure .name-read {
      color: #a20a1a;
      font-size: 1.3rem;
      line-height: 1.3; }
    ul.player-list li a figure img {
      width: 100%; }

.area-list {
  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;
  width: 100%;
  margin-top: 5.0rem; }
  .area-list h3 {
    font-size: 1.6rem;
    font-weight: 500;
    padding-left: 3.0rem;
    margin-bottom: 1.5rem; }
  .area-list .left {
    width: calc(50% - 1.0rem); }
    @media screen and (max-width: 768px) {
      .area-list .left {
        width: 100%;
        margin-bottom: 3.5rem; } }
    .area-list .left .frame {
      background-color: #fafdff; }
  .area-list .right {
    width: calc(50% - 1.0rem); }
    @media screen and (max-width: 768px) {
      .area-list .right {
        width: 100%; } }
    .area-list .right .frame {
      background-color: #fffef7; }
  .area-list .frame {
    width: 100%;
    padding: 2.0rem 2.0rem 2.0rem 1.0rem; }
  .area-list .wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.0rem; }
    .area-list .wrap:nth-last-of-type(1) {
      margin-bottom: 0; }
    .area-list .wrap h4 {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.3;
      width: 11.0rem;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      padding-left: 2.0rem;
      padding-right: 1.0rem;
      border-right: 1px solid #cccccc; }
      @media screen and (max-width: 500px) {
        .area-list .wrap h4 {
          width: 8.0rem;
          padding-left: 0; } }
    .area-list .wrap ul {
      width: calc(100% - 11.0rem);
      padding-left: 3.0rem; }
      @media screen and (max-width: 500px) {
        .area-list .wrap ul {
          width: calc(100% - 8.0rem);
          padding-left: 2.0rem; } }
      .area-list .wrap ul li {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; }
        @media screen and (max-width: 768px) {
          .area-list .wrap ul li {
            padding-top: 1.0rem;
            padding-bottom: 1.0rem; } }
        .area-list .wrap ul li a {
          font-weight: 500;
          padding-top: 0.5rem;
          padding-bottom: 0.5rem; }

ul.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }
  @media screen and (max-width: 768px) {
    ul.link-list {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  ul.link-list li {
    max-width: 300px;
    height: 200px;
    width: 100%;
    border: 1px dashed #cccccc;
    margin-left: 2.0rem;
    margin-right: 2.0rem;
    margin-bottom: 4.0rem; }
    @media screen and (max-width: 768px) {
      ul.link-list li {
        max-width: calc(50% - 2.0rem);
        margin-left: 1.0rem;
        margin-right: 1.0rem;
        margin-bottom: 2.0rem; } }
    ul.link-list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      width: 100%;
      padding: 2.0rem; }
      ul.link-list li a img {
        margin-bottom: 1.0rem; }
      ul.link-list li a h3 {
        color: #a20a1a;
        font-size: 1.5rem;
        margin-bottom: 1.5rem; }
      ul.link-list li a p {
        line-height: 2.0;
        text-align: center; }

ul.thumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  ul.thumb-list li {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem; }

ul.blinking-list > li {
  padding-bottom: 5.0rem;
  border-bottom: 1px dashed #cccccc; }

ul.blinking-frame {
  width: 100%;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  ul.blinking-frame li {
    max-width: 400px;
    width: 100%;
    padding-bottom: 4.0rem; }
    @media screen and (max-width: 960px) {
      ul.blinking-frame li {
        max-width: 50%;
        padding-bottom: 2.0rem; } }
    ul.blinking-frame li:nth-of-type(odd) {
      padding-right: 2.0rem; }
      @media screen and (max-width: 960px) {
        ul.blinking-frame li:nth-of-type(odd) {
          padding-right: 1.0rem; } }
    ul.blinking-frame li:nth-of-type(even) {
      padding-left: 2.0rem; }
      @media screen and (max-width: 960px) {
        ul.blinking-frame li:nth-of-type(even) {
          padding-left: 1.0rem; } }
    ul.blinking-frame li figure {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 3.0rem 3.0rem;
      border: 1px dashed #cccccc; }
      @media screen and (max-width: 500px) {
        ul.blinking-frame li figure {
          padding: 1.5rem; } }
      ul.blinking-frame li figure img {
        margin-bottom: 2.0rem; }
      ul.blinking-frame li figure figcaption {
        font-size: 1.5rem;
        line-height: 1.25;
        margin-bottom: 1.5rem; }
      ul.blinking-frame li figure p {
        text-align: center; }

.my-gallery {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .my-gallery.gallery-06 {
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .my-gallery.gallery-06 figure {
      width: 15.0rem;
      margin-right: 0.5rem;
      margin-left: 0.5rem;
      margin-bottom: 2.0rem; }
      @media screen and (max-width: 500px) {
        .my-gallery.gallery-06 figure {
          width: 50%;
          margin-right: 0;
          margin-left: 0; } }
      .my-gallery.gallery-06 figure:nth-of-type(odd) {
        padding-right: 0.5rem; }
      .my-gallery.gallery-06 figure:nth-of-type(even) {
        padding-left: 0.5rem; }
      .my-gallery.gallery-06 figure figcaption {
        font-size: 1.2rem;
        text-align: center;
        line-height: 1.3;
        margin-top: 0.5rem; }
  @media screen and (max-width: 500px) {
    .my-gallery.gallery-04 figure {
      width: 33.3%;
      margin-right: 0;
      margin-left: 0;
      padding-right: 0.5rem;
      padding-left: 0.5rem; } }
  .my-gallery.g-option {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .my-gallery figure {
    width: 10.0rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem; }
    .my-gallery figure a {
      display: block; }
      .my-gallery figure a img {
        width: 100%;
        height: auto; }

ul.search-list > li {
  border-top: 1px solid #cdcfe8;
  position: relative; }
  ul.search-list > li:nth-last-of-type(1) {
    border-bottom: 1px solid #cdcfe8; }
  ul.search-list > li a {
    display: block;
    padding-top: 1.5rem;
    padding-right: 50px;
    padding-bottom: 1.5rem;
    position: relative; }
    ul.search-list > li a::after {
      content: '';
      content: '';
      width: 12px;
      height: 12px;
      border-top: solid 1px #a20a1a;
      border-right: solid 1px #a20a1a;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      margin-top: auto;
      margin-bottom: auto; }
    ul.search-list > li a h3 {
      margin-bottom: 0.5rem; }
    ul.search-list > li a p {
      line-height: 1.5; }

.box-comb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 500px) {
    .box-comb {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .box-comb.line {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 3.5rem;
    margin-bottom: 3.5rem; }
  .box-comb .left {
    width: 48.0rem;
    padding-top: 1.0rem;
    padding-right: 5.0rem; }
    @media screen and (max-width: 960px) {
      .box-comb .left {
        width: 35.0rem;
        padding-right: 3.0rem; } }
    @media screen and (max-width: 500px) {
      .box-comb .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 1.0rem; } }
  .box-comb .right {
    width: calc(100% - 43.0rem); }
    @media screen and (max-width: 960px) {
      .box-comb .right {
        width: calc(100% - 32.0rem); } }
    @media screen and (max-width: 500px) {
      .box-comb .right {
        width: 100%; } }
  .box-comb dl {
    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;
    margin-top: 2.0rem; }
    .box-comb dl dt {
      margin-right: 1.5rem; }
    .box-comb dl dd {
      font-size: 2rem; }
  .box-comb p {
    line-height: 2.5; }
  @media screen and (max-width: 960px) {
    .box-comb img {
      width: 100%; } }

.picts {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .picts {
      padding-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .picts {
      padding-bottom: 20px; } }
  @media screen and (max-width: 500px) {
    .picts .re img {
      width: 100%; } }
  .picts .left {
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      .picts .left {
        left: -2.0rem;
        bottom: -10px; } }
    @media screen and (max-width: 500px) {
      .picts .left {
        bottom: -5px; } }
    .picts .left img {
      width: 400px; }
      @media screen and (max-width: 500px) {
        .picts .left img {
          width: 75%; } }
  .picts .right {
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 768px) {
      .picts .right img {
        width: 100%; } }
  @media screen and (max-width: 500px) {
    .picts figure {
      overflow: hidden; } }

.pict-shadow figure {
  text-align: center; }
  .pict-shadow figure img {
    -webkit-box-shadow: -60px 40px 0px 0 #f3f3f3;
            box-shadow: -60px 40px 0px 0 #f3f3f3; }
    @media screen and (max-width: 960px) {
      .pict-shadow figure img {
        width: 100%; } }

.slide-wrap {
  background-color: #f3f3f3;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 5.0rem;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .slide-wrap {
      padding-left: 2.0rem;
      padding-right: 2.0rem; } }
  .slide-wrap .slide-product-nav {
    padding-bottom: 0; }

.slide-product {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.0rem; }
  @media screen and (max-width: 500px) {
    .slide-product {
      margin-bottom: 1.0rem; } }
  .slide-product figure {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
    .slide-product figure img {
      width: 100%; }

.slide-product-nav {
  padding-bottom: 4.0rem; }
  @media screen and (max-width: 500px) {
    .slide-product-nav {
      padding-bottom: 3.0rem; } }
  .slide-product-nav figure {
    width: 80px !important;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 1.0rem; }
    @media screen and (max-width: 960px) {
      .slide-product-nav figure {
        width: 60px !important; } }
    @media screen and (max-width: 500px) {
      .slide-product-nav figure {
        width: 50px !important; } }
    .slide-product-nav figure img {
      width: 100%;
      cursor: pointer;
      -webkit-transition: all ease-in-out .2s;
      transition: all ease-in-out .2s; }
      .slide-product-nav figure img:hover {
        opacity: 0.6;
        -webkit-transition: all ease-in-out .2s;
        transition: all ease-in-out .2s; }
  .slide-product-nav .slick-track {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.content-box {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  .content-box.vast {
    max-width: 1100px; }
  .content-box .cat-list {
    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; }
    .content-box .cat-list .cat {
      font-family: 'Noto Serif JP';
      font-size: 2rem;
      font-weight: 300;
      line-height: 1.0;
      text-align: center;
      margin-left: 1.0rem;
      margin-right: 1.0rem; }
  .content-box .name {
    font-size: 7rem;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 4.5rem; }
    @media screen and (max-width: 500px) {
      .content-box .name {
        font-size: 5rem; } }
  .content-box .name-read {
    color: #a20a1a;
    font-family: 'Noto Serif JP';
    font-size: 2rem;
    text-align: center;
    margin-top: -4.0rem;
    margin-bottom: 3.0rem; }
  .content-box h3 {
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 1.0rem; }
  .content-box .summary {
    font-size: 1.3rem;
    line-height: 2.0;
    text-align: center;
    margin-bottom: 4.0rem; }
  .content-box table.catalog {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.0rem;
    margin-bottom: 4.0rem; }
    .content-box table.catalog th, .content-box table.catalog td {
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1.5;
      padding-top: 1.0rem;
      padding-bottom: 1.0rem;
      border: 1px solid #cccccc; }
    .content-box table.catalog th {
      width: 12.0rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
    .content-box table.catalog td {
      width: calc(100% - 12.0rem);
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
  .content-box table.glance {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.0rem;
    margin-bottom: 4.0rem;
    border-top: 1px solid #cccccc; }
    .content-box table.glance.ptn01 {
      border-style: dashed;
      margin-bottom: 1.0rem; }
      .content-box table.glance.ptn01 tr {
        border-style: dashed; }
    .content-box table.glance tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 1px solid #cccccc;
      padding: 1.5rem 0.5rem; }
    .content-box table.glance th, .content-box table.glance td {
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1.5;
      text-align: center;
      width: 100%; }
    .content-box table.glance th {
      margin-bottom: 0.25rem; }
  .content-box table.glance-2 {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.0rem;
    margin-bottom: 4.0rem;
    border-top: 1px solid #cccccc; }
    .content-box table.glance-2 tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #cccccc;
      padding: 1.5rem 0.5rem; }
    .content-box table.glance-2 th, .content-box table.glance-2 td {
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1.5;
      text-align: center;
      width: 100%; }
    .content-box table.glance-2 th {
      width: 12.0rem;
      margin-bottom: 0.25rem; }
    .content-box table.glance-2 td {
      width: calc(100% - 12.0rem);
      text-align: left; }
  .content-box table.chronology {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.0rem;
    overflow: hidden; }
    .content-box table.chronology tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .content-box table.chronology th, .content-box table.chronology td {
      font-size: 1.3rem;
      font-weight: 400;
      line-height: 2.0;
      text-align: center;
      width: 100%;
      padding-bottom: 1.5rem; }
    .content-box table.chronology th {
      text-align: right;
      width: 11.0rem;
      padding-right: 1.5rem;
      position: relative; }
      .content-box table.chronology th::before {
        content: '';
        background-color: #a20a1a;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 1.0rem;
        right: 0; }
      .content-box table.chronology th::after {
        content: '';
        background-color: #a20a1a;
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 1.0rem;
        position: absolute;
        top: 1.0rem;
        right: -0.4rem; }
    .content-box table.chronology td {
      width: calc(100% - 11.0rem);
      text-align: left;
      padding-left: 1.5rem; }
    @media screen and (max-width: 500px) {
      .content-box table.chronology img {
        width: 100%; } }
  .content-box .supply {
    margin-top: 1.0rem; }
    .content-box .supply .gallery {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%; }
      .content-box .supply .gallery.gallery-columns-4 .gallery-item {
        width: 25%; }
      .content-box .supply .gallery.gallery-columns-2 .gallery-item {
        width: 50%; }
      .content-box .supply .gallery .gallery-item a {
        display: block; }
      .content-box .supply .gallery .gallery-item img {
        width: 100%;
        height: auto;
        border: 1px solid #ffffff; }
  .content-box .p-ulike {
    text-align: center;
    margin-top: -2.0rem;
    margin-bottom: 4.0rem; }

ul.topic-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
  padding-left: 3.0rem; }
  ul.topic-list li {
    width: 100%;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem; }
    ul.topic-list li:nth-of-type(odd) {
      padding-right: 5.0rem; }
    ul.topic-list li a {
      line-height: 1.3;
      display: block;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }

ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  ul.page-numbers li {
    margin-right: 1.0rem; }
    ul.page-numbers li:nth-last-of-type(1) {
      margin-right: 0; }
    ul.page-numbers li .current {
      background-color: #eeeeee;
      display: block;
      padding: 0.5rem 1.0rem; }
    ul.page-numbers li a {
      display: inline-block;
      border: 1px solid #cccccc;
      padding: 0.5rem 1.0rem; }

.form-wrap {
  background-color: #f3f3f3;
  padding: 3.5rem;
  margin-top: 2.0rem; }
  @media screen and (max-width: 500px) {
    .form-wrap {
      margin-bottom: 15.0rem; } }
  .form-wrap ul.input-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .form-wrap ul.input-list > li {
      font-size: 1.4rem;
      line-height: 1.3;
      width: 100%; }
      .form-wrap ul.input-list > li:nth-of-type(odd) {
        margin-bottom: 1.0rem; }
      .form-wrap ul.input-list > li:nth-of-type(even) {
        margin-bottom: 3.0rem; }
  .form-wrap .btn-send {
    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;
    margin-top: 0rem;
    margin-bottom: 2.5rem; }
    .form-wrap .btn-send .back-wrap {
      margin-right: 1.0rem; }
      @media screen and (max-width: 340px) {
        .form-wrap .btn-send .back-wrap {
          margin-right: 0.5rem; } }
    .form-wrap .btn-send span input {
      background-color: #4e53a2;
      color: #ffffff;
      font-size: 1.5rem;
      min-width: 16.0rem;
      padding: 1.0rem 2.0rem;
      border-radius: 0.5rem;
      cursor: pointer; }
      @media screen and (max-width: 500px) {
        .form-wrap .btn-send span input {
          min-width: 14.0rem;
          padding-left: 1.0rem;
          padding-right: 1.0rem; } }
  .form-wrap input[type="text"], .form-wrap input[type="email"], .form-wrap textarea {
    background-color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 100%;
    padding: 1.5rem 1.5rem;
    border: 1px solid #cccccc;
    border-radius: 0.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .form-wrap .req {
    background-color: #a20a1a;
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.3;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    margin-left: 0.5rem; }
  .form-wrap .error {
    color: #a20a1a;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    text-align: left;
    margin-top: 0.5rem; }

.lower h1 {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  border-bottom: 1px solid #b7b199;
  max-width: 27.0rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.0rem;
  margin-top: 8.0rem;
  margin-bottom: 4.0rem; }
.lower h2 {
  font-size: 5rem;
  font-weight: 300;
  text-align: center;
  margin-top: 9.0rem;
  margin-bottom: 3.5rem; }
.lower h3 {
  color: #261A0C;
  font-size: 2.8rem;
  font-weight: 500;
  min-width: 27.0rem;
  display: inline-block;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  position: relative; }
  .lower h3::before {
    content: '';
    width: 27.0rem;
    height: 1px;
    border-bottom: 1px solid #cccccc;
    position: absolute;
    left: 0;
    bottom: 0; }
.lower h4 {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.5rem; }
.lower h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin-top: 4.5rem;
  margin-bottom: 1.5rem; }
.lower ul {
  list-style-type: disc;
  padding-left: 3.0rem; }
.lower ol {
  list-style: decimal;
  padding-left: 3.0rem; }
.lower li {
  list-style-type: inherit;
  line-height: 1.5;
  text-align: justify;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
.lower p {
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
.lower strong {
  font-weight: 700; }
.lower .gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .lower .gallery .gallery-item {
    margin-right: 1.0rem; }
