@import url("https://fonts.googleapis.com/css2?family=Radley:ital@0;1&display=swap");
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%; }

html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  background: #fff;
  line-height: 1.6;
  color: #000;
  letter-spacing: .3rem;
  font-weight: 400; }

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

  .tablet-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  html {
    font-size: 0.95vw; }

  .tablet-hidden {
    display: none; }

  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .sp-visible {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.125vw; }

  body {
    letter-spacing: 0; }

  .sp-hidden {
    display: none !important; }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
span.link,
a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s, background-image 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s, background-image 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  cursor: pointer; }

@media only screen and (min-width: 1025px) {
  a:hover, a:focus, a:active {
    color: #000;
    text-decoration: none; } }
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.6; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none;
  zoom: 1;
  overflow: hidden; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  vertical-align: middle;
  font-weight: 500; }

dl, dt, dd {
  zoom: 1;
  overflow: hidden; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 100%;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

@media only screen and (max-width: 767px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box; } }
button {
  font-family: "Inter", "Noto Sans JP", sans-serif; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  border: none;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?d5y2b9");
  src: url("./fonts/icomoon.eot?d5y2b9#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?d5y2b9") format("truetype"), url("../fonts/icomoon.woff?d5y2b9") format("woff"), url("../fonts/icomoon.svg?d5y2b9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-tw:before {
  content: "\e094"; }

.icon-line:before {
  content: "\e901"; }

.icon-fb:before {
  content: "\e093"; }

.icon-link:before {
  content: "\e900"; }

.icon-logo:before {
  content: "\e905"; }

.icon-insta:before {
  content: "\e998"; }

.icon-yt:before {
  content: "\f16a"; }

/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  height: 15rem;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999; }
  @media only screen and (max-width: 1024px) {
    .header {
      height: 10rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header {
      height: 7rem; } }

  .header-wrap {
    width: 100%;
    max-width: 124rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header-logo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0; }
    .header-logo_img {
      width: 9.1rem; }
      @media only screen and (max-width: 767px) {
        .header-logo_img {
          width: 6rem; } }
  @media only screen and (max-width: 1024px) {
    .header-menu {
      width: 5rem;
      height: 5rem;
      margin: auto 0;
      position: absolute;
      right: 2rem;
      top: 50%;
      margin-top: -2.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      z-index: 1000; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-menu {
      right: 0; } }
  @media only screen and (max-width: 1024px) {
      .header-menu.view {
        display: block; }
      .header-menu.on span {
        transform: rotate(45deg);
        margin-top: -.15rem;
        top: 50%;
        position: absolute;
        background: #fff; }
        .header-menu.on span:nth-of-type(1) {
          left: 50%;
          margin-left: -1.5rem; }
        .header-menu.on span:nth-of-type(2) {
          transform: rotate(-45deg);
          right: 50%;
          margin-right: -1.5rem; }
        .header-menu.on span:nth-of-type(3) {
          display: none; }
      .header-menu span {
        width: 3rem;
        height: .25rem;
        background: #000;
        display: block;
        margin: .55rem auto; } }
  .header-nav {
    width: 100%;
    position: relative;
    z-index: 999; }
    @media only screen and (max-width: 1024px) {
      .header-nav {
        transition: right .5s;
        right: -100%;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        background: rgba(0, 0, 0, 0.9);
        padding: 0 5%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .header-nav.active {
          right: 0; } }
    .header-nav > ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      overflow: visible; }
      @media only screen and (max-width: 1024px) {
        .header-nav > ul {
          align-items: normal; } }
      @media only screen and (max-width: 767px) {
        .header-nav > ul {
          width: 100%; } }
      .header-nav > ul > li {
        width: 11.11%;
        height: 7.7rem;
        position: relative;
        overflow: visible; }
        .header-nav > ul > li:nth-of-type(4) {
          margin-right: 11.11%; }
          @media only screen and (max-width: 1024px) {
            .header-nav > ul > li:nth-of-type(4) {
              margin: 1.5rem 0; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-nav > ul > li:nth-of-type(4) {
      margin-bottom: .5rem;
      margin-top: 0rem; } }

        @media only screen and (max-width: 1024px) {
          .header-nav > ul > li {
            width: 49%;
            margin-bottom: 1.5rem;
            margin-top: 1.5rem;
            height: auto; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-nav > ul > li {
      height: auto;
      width: 100%;
      margin-bottom: .5rem;
      margin-top: 0rem; } }

        .header-nav > ul > li > a {
          width: 100%;
          display: flex;
          height: 7.7rem;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          font-size: 1.5rem;
          font-weight: 700;
          transition: all .5s; }
          @media only screen and (max-width: 1024px) {
            .header-nav > ul > li > a {
              background: #fff; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-nav > ul > li > a {
      height: auto;
      padding: 0.5rem;
      font-size: 1rem; } }

          .header-nav > ul > li > a:hover {
            opacity: 0.5; }
          .header-nav > ul > li > a small {
            font-size: 1.1rem;
            font-weight: 600;
            letter-spacing: .1rem;
            color: #666666; }
            @media only screen and (max-width: 1024px) {
              .header-nav > ul > li > a small {
                font-size: 1rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-nav > ul > li > a small {
      font-size: .7rem;
      line-height: 1; } }

          .header-nav > ul > li > a.disabled {
            pointer-events: none;
            color: #666666;
            opacity: 0.5; }
        .header-nav > ul > li:hover .subNav {
          display: block;
          opacity: 1;
          height: auto; }
        @media only screen and (min-width: 1025px) {
          .header-nav > ul > li .subNav {
            height: 0;
            width: 20rem;
            top: 5.4rem;
            max-height: 999rem;
            transition: .5s ease;
            position: absolute;
            overflow: hidden;
            z-index: 2;
            opacity: 0;
            left: 50%;
            transform: translate(-50%, 0); }
            .header-nav > ul > li .subNav .inner {
              width: auto;
              padding: 0;
              transition: .5s ease; }
              .header-nav > ul > li .subNav .inner ul {
                display: flex;
                flex-direction: column;
                font-size: 1.2rem; }
                .header-nav > ul > li .subNav .inner ul li {
                  margin-bottom: 1px; }
                  .header-nav > ul > li .subNav .inner ul li a {
                    padding: 1.5rem .5rem;
                    line-height: 1.2;
                    background: rgba(255, 255, 255, 0.9);
                    text-align: center;
                    display: block;
                    font-weight: bold; }
                    .header-nav > ul > li .subNav .inner ul li a span {
                      font-size: 1rem;
                      font-weight: 700;
                      color: #666666;
                      display: block; }
                    .header-nav > ul > li .subNav .inner ul li a:hover {
                      opacity: 0.8; }
          .header-nav > ul > li.off .subNav {
            max-height: 0;
            opacity: 0; } }
        @media only screen and (max-width: 1024px) {
          .header-nav > ul > li .subNav .inner ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            font-size: 1.2rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-nav > ul > li .subNav .inner ul {
      font-size: 1rem; } }
        @media only screen and (max-width: 1024px) {
            .header-nav > ul > li .subNav .inner ul li {
              width: 49.8%;
              margin-top: 1px;
              display: flex; }
              .header-nav > ul > li .subNav .inner ul li span {
                font-size: 1rem;
                font-weight: 700;
                color: #666666;
                display: block; } }
      @media only screen and (max-width: 1024px) and (max-width: 767px) {
        .header-nav > ul > li .subNav .inner ul li span {
          font-size: .7rem; } }
        @media only screen and (max-width: 1024px) {
              .header-nav > ul > li .subNav .inner ul li a {
                width: 100%;
                height: 5rem;
                padding: .5rem;
                line-height: 1.2;
                font-size: 0.9rem;
                font-weight: bold;
                background: white;
                text-align: center;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center; } }
      @media only screen and (max-width: 1024px) and (max-width: 767px) {
        .header-nav > ul > li .subNav .inner ul li a {
          height: 3.6rem; } }
        @media only screen and (max-width: 1024px) {
                .header-nav > ul > li .subNav .inner ul li a .icon-phone {
                  width: 30px;
                  display: inline-block;
                  padding-right: 10px; }
              .header-nav > ul > li .subNav .inner ul li.full-width {
                width: 100%; } }

/* --------------------------------------
		103 content
-------------------------------------- */
#wrap {
  padding-top: 15rem; }
  @media only screen and (max-width: 1024px) {
    #wrap {
      padding-top: 10rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    #wrap {
      padding-top: 7rem; } }

  #wrap .container .bnr {
    padding: 7.5rem 0; }
    @media only screen and (max-width: 767px) {
      #wrap .container .bnr {
        padding: 1.5rem 2%; } }
    #wrap .container .bnr ul {
      max-width: 100rem;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      #wrap .container .bnr ul li {
        width: 30.33%;
        margin: 0 1.5%; }
        @media only screen and (max-width: 767px) {
          #wrap .container .bnr ul li {
            width: 97%;
            margin: .5rem 1.5%; } }
        #wrap .container .bnr ul li a {
          height: 10rem;
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center;
          padding: 2.8rem;
          color: #fff;
          background: #000;
          font-size: 1.8rem;
          line-height: 1.3;
          font-weight: 700;
          position: relative;
          z-index: 1;
          font-family: "Noto Serif JP", serif; }
          @media only screen and (max-width: 767px) {
            #wrap .container .bnr ul li a {
              height: 6.4rem;
              font-size: 1.5rem; } }
          #wrap .container .bnr ul li a small {
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.6);
            font-weight: 600;
            letter-spacing: .1rem;
            font-family: "Radley", serif; }
            @media only screen and (max-width: 767px) {
              #wrap .container .bnr ul li a small {
                font-size: 1rem; } }
          #wrap .container .bnr ul li a:hover {
            opacity: 0.8; }
  #wrap .container-header {
    padding-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      #wrap .container-header {
        padding-bottom: 3rem; } }
    #wrap .container-header_pankuzu {
      padding: 3.6rem 2rem; }
      @media only screen and (max-width: 767px) {
        #wrap .container-header_pankuzu {
          padding-top: 1.6rem;
          padding-bottom: 3rem; } }
      #wrap .container-header_pankuzu ul {
        max-width: 100rem;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        letter-spacing: .1rem; }
        #wrap .container-header_pankuzu ul li {
          font-size: 1.2rem; }
          #wrap .container-header_pankuzu ul li a {
            font-size: 1rem;
            color: #666666; }
            #wrap .container-header_pankuzu ul li a:after {
              content: "/";
              margin-right: .5rem;
              margin-left: .3rem; }
    #wrap .container-header_wrap {
      height: 16rem;
      max-width: 100rem;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      @media only screen and (max-width: 767px) {
        #wrap .container-header_wrap {
          height: auto;
          padding: 2rem;
          justify-content: center; } }
      #wrap .container-header_wrap p {
        font-size: 1.2rem; }
        @media only screen and (max-width: 767px) {
          #wrap .container-header_wrap p {
            font-size: 1.1rem; } }
    #wrap .container-header_brand {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        #wrap .container-header_brand {
          letter-spacing: .1rem;
          margin-bottom: 2rem;
          align-items: flex-start; } }
      #wrap .container-header_brand-fig {
        width: 20rem;
        height: 20rem;
        flex-shrink: 0;
        margin-right: 3rem;
        background-repeat: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #eeeeee;
        border: 0.1rem solid #000; }
        @media only screen and (max-width: 767px) {
          #wrap .container-header_brand-fig {
            width: 10rem;
            height: 10rem;
            margin-right: 1.5rem; } }
      #wrap .container-header_brand-ttl {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        #wrap .container-header_brand-ttl_parent {
          font-size: 1.6rem;
          line-height: 1.5;
          font-weight: 700; }
          @media only screen and (max-width: 767px) {
            #wrap .container-header_brand-ttl_parent {
              font-size: 1rem; } }
        #wrap .container-header_brand-ttl_h1 {
          font-size: 4.8rem;
          line-height: 1.1; }
          @media only screen and (max-width: 767px) {
            #wrap .container-header_brand-ttl_h1 {
              font-size: 2.4rem; } }
      #wrap .container-header_brand-cat {
        display: flex;
        padding-top: 1rem; }
        @media only screen and (max-width: 767px) {
          #wrap .container-header_brand-cat {
            flex-wrap: wrap; } }
        #wrap .container-header_brand-cat li {
          background: #fff;
          border-radius: 3rem;
          padding: 0 1rem;
          margin-right: .5rem;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 2.4rem;
          font-weight: 700;
          letter-spacing: .1rem; }
          @media only screen and (max-width: 767px) {
            #wrap .container-header_brand-cat li {
              font-size: 1rem;
              height: 2rem;
              padding: 0 .7rem;
              margin: 0 .3rem .3rem 0; } }
      #wrap .container-header_brand-booth {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-weight: 700;
        padding: 1.5rem 0; }
        @media only screen and (max-width: 767px) {
          #wrap .container-header_brand-booth {
            padding: .5rem 0; } }
        #wrap .container-header_brand-booth dt {
          font-size: 1.2rem;
          flex-shrink: 0;
          padding-right: 1rem;
          color: #666666; }
          @media only screen and (max-width: 767px) {
            #wrap .container-header_brand-booth dt {
              font-size: .9rem; } }
        #wrap .container-header_brand-booth dd {
          font-size: 1.4rem; }
          @media only screen and (max-width: 767px) {
            #wrap .container-header_brand-booth dd {
              font-size: 1.1rem; } }
      #wrap .container-header_brand-sns {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          #wrap .container-header_brand-sns {
            flex-wrap: wrap; } }
        #wrap .container-header_brand-sns li {
          margin-right: .6rem; }
          @media only screen and (max-width: 767px) {
            #wrap .container-header_brand-sns li {
              margin-bottom: .3rem; } }
          #wrap .container-header_brand-sns li a {
            min-width: 2.8rem;
            height: 2.8rem;
            border-radius: 1.4rem;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #000;
            color: #fff;
            font-size: 1.4rem;
            padding: 0 .8rem;
            letter-spacing: 0;
            font-weight: 600; }
            @media only screen and (max-width: 767px) {
              #wrap .container-header_brand-sns li a {
                font-size: 1.2rem;
                height: 2.6rem; }
                #wrap .container-header_brand-sns li a i {
                  font-size: 1.1rem; } }
            #wrap .container-header_brand-sns li a:hover {
              background: #98d6e1; }
    #wrap .container-header_btn {
      flex-shrink: 0; }
      #wrap .container-header_btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.8rem;
        width: 18rem;
        height: 6rem;
        border-radius: 5rem;
        font-weight: 700;
        background: #000;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          #wrap .container-header_btn a {
            height: 4rem;
            font-size: 1.3rem; } }
        #wrap .container-header_btn a:hover {
          background: #fff;
          color: #000; }
    #wrap .container-header_ttl {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      text-align: center;
      padding-bottom: 3rem; }
      @media only screen and (max-width: 767px) {
        #wrap .container-header_ttl {
          align-items: center;
          padding-bottom: 2rem; } }
      #wrap .container-header_ttl-h1 {
        font-size: 1.5rem;
        line-height: 1.1;
        font-family: "Noto Serif JP", serif;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          #wrap .container-header_ttl-h1 {
            line-height: 1.3;
            font-size: 1.3rem; } }
      #wrap .container-header_ttl-en {
        font-size: 7.2rem;
        line-height: 1;
        letter-spacing: .1rem;
        font-weight: 900;
        font-family: "Radley", serif; }
        @media only screen and (max-width: 767px) {
          #wrap .container-header_ttl-en {
            font-size: 4rem; } }

#content .container {
  background: url("../img/top/bg_202509.jpg");
  background-size: 51.2rem auto; }
  #content .container-inner {
    max-width: 100rem;
    margin: 0 auto;
    background: #fff;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      #content .container-inner {
        margin: 0 3%; } }
    #content .container-inner_txt {
      max-width: 100rem;
      margin: 0 auto;
      font-size: 1.4rem;
      text-align: center;
      padding: 5rem 2rem; }
      #content .container-inner_txt p {
        font-size: 1.6rem;
        line-height: 2;
        padding-bottom: 1.5em; }
        @media only screen and (max-width: 1024px) {
          #content .container-inner_txt p {
            font-size: 1.5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    #content .container-inner_txt p {
      font-size: 1.3rem;
      text-align: left; } }

        #content .container-inner_txt p strong {
          font-size: 3.2rem; }
          @media only screen and (max-width: 1024px) {
            #content .container-inner_txt p strong {
              font-size: 2.8rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    #content .container-inner_txt p strong {
      font-size: 2rem;
      display: block;
      text-align: center; } }

        #content .container-inner_txt p:nth-last-of-type(1) {
          padding-bottom: 0; }
      @media only screen and (max-width: 1024px) {
        #content .container-inner_txt {
          padding: 3rem 2rem 6rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    #content .container-inner_txt {
      padding: 2rem 2rem 4rem; } }

    #content .container-inner_nav {
      max-width: 124rem;
      margin: 0 auto;
      padding: 5rem 0; }
      @media only screen and (max-width: 1024px) {
        #content .container-inner_nav {
          padding: 2.5rem 0; } }
      @media only screen and (max-width: 767px) {
        #content .container-inner_nav {
          padding: 1.5rem 0; } }
      #content .container-inner_nav ul {
        display: flex;
        justify-content: center;
        align-items: center; }
        #content .container-inner_nav ul li {
          width: 23rem;
          font-size: 1.6rem;
          border-right: 0.1rem solid #eeeeee;
          text-align: center; }
          @media only screen and (max-width: 767px) {
            #content .container-inner_nav ul li {
              font-size: 1.1rem; } }
          #content .container-inner_nav ul li:nth-last-of-type(1) {
            border-right: none; }
          #content .container-inner_nav ul li a, #content .container-inner_nav ul li span {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 3.6rem;
            opacity: 0.5; }
            @media only screen and (max-width: 767px) {
              #content .container-inner_nav ul li a, #content .container-inner_nav ul li span {
                height: 3rem; } }
            #content .container-inner_nav ul li a:hover, #content .container-inner_nav ul li span:hover {
              opacity: 1; }
          #content .container-inner_nav ul li span {
            font-weight: 700;
            opacity: 1; }
    #content .container-inner_box {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      max-width: 124rem;
      margin: 0 auto 10rem; }
      @media only screen and (max-width: 1024px) {
        #content .container-inner_box {
          padding: 0 2rem;
          margin-bottom: 6rem; } }
      #content .container-inner_box .div-box {
        width: 30%;
        padding: 0 2% 5rem; }
        @media only screen and (max-width: 1024px) {
          #content .container-inner_box .div-box {
            width: 33.333%; } }
        @media only screen and (max-width: 767px) {
          #content .container-inner_box .div-box {
            width: 100%;
            padding-bottom: 3rem; } }
        #content .container-inner_box .div-box_fig {
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-size: cover;
          background-color: #eeeeee;
          margin-bottom: 2rem;
          border-radius: 1.5rem; }
          @media only screen and (max-width: 767px) {
            #content .container-inner_box .div-box_fig {
              margin-bottom: 1.5rem; } }
          #content .container-inner_box .div-box_fig:after {
            content: "";
            width: 100%;
            padding-top: 100%;
            display: block; }
        #content .container-inner_box .div-box p {
          font-size: 1.4rem;
          letter-spacing: .1rem;
          padding-bottom: 2rem; }
          @media only screen and (max-width: 767px) {
            #content .container-inner_box .div-box p {
              font-size: 1.2rem;
              padding-bottom: 1.5rem; } }
        #content .container-inner_box .div-box_btn a {
          background: #fff;
          border-radius: 10rem;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 4.8rem;
          margin: 0 auto;
          font-weight: 700;
          font-size: 1.5rem;
          letter-spacing: .1rem; }
          @media only screen and (max-width: 767px) {
            #content .container-inner_box .div-box_btn a {
              font-size: 1.2rem;
              height: 3.6rem; } }
          #content .container-inner_box .div-box_btn a:hover {
            background: #000;
            color: #fff; }

/* --------------------------------------
		104 footer
-------------------------------------- */
.footer {
  background: url("../img/top/bg_foot.jpg") no-repeat 50% 40%;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 6rem 0 0; }
  .footer:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding-top: 3rem; } }
  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .footer-logo_kimono {
      padding-bottom: 3rem; }
      .footer-logo_kimono img {
        width: 9rem; }
        @media only screen and (max-width: 767px) {
          .footer-logo_kimono img {
            width: 6rem; } }
    .footer-logo_name img {
      width: 8.6rem; }
      @media only screen and (max-width: 767px) {
        .footer-logo_name img {
          width: 5.5rem; } }
  .footer-sns {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 0; }
    @media only screen and (max-width: 767px) {
      .footer-sns {
        padding: 2rem 0; } }
    .footer-sns li {
      margin: 0 1rem; }
      @media only screen and (max-width: 767px) {
        .footer-sns li {
          margin: 0 .3rem; } }
      .footer-sns li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 3.6rem;
        height: 3.6rem;
        font-size: 1.6rem;
        letter-spacing: 0;
        color: #fff;
        border-radius: 50%;
        background: #000; }
      .footer-sns li img {
        height: 1.8rem; }
  .footer-inner {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2% 1rem;
    background: #000;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .footer-inner {
        flex-direction: column;
        justify-content: center;
        padding: 2rem 2%; } }
    .footer-inner_info {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .footer-inner_info {
          flex-direction: column; } }
      .footer-inner_info p {
        font-size: 1.2rem;
        line-height: 1.4;
        padding-right: 1rem;
        letter-spacing: .1rem;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .footer-inner_info p {
            font-size: 1rem;
            padding: 0 1rem 1rem;
            text-align: center; } }
        .footer-inner_info p a {
          text-decoration: underline;
          color: #fff; }
        .footer-inner_info p b {
          font-weight: 400;
          font-size: 1.5rem; }
          @media only screen and (max-width: 767px) {
            .footer-inner_info p b {
              font-size: 1.2rem; } }
  .footer-copy {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .1rem;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .footer-copy {
        padding-top: 1rem;
        font-size: .9rem; } }
