<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Scss Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: inherit; }
  a:hover {
    opacity: 0.7 !important;
    transition: 0.5s; }

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

html, body {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75;
  color: #000000;
  font-feature-settings: "palt";
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  @media screen and (max-width: 900px) {
    body {
      font-size: 1.4rem; } }
  body.add_overray {
    overflow: hidden; }

svg {
  fill: currentColor; }

.sp {
  display: none; }
  @media screen and (max-width: 900px) {
    .sp {
      display: block !important; } }

.tb {
  display: none; }
  @media screen and (max-width: 1000px) {
    .tb {
      display: block !important; } }

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

.jost {
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  font-style: italic; }

.gara {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-style: normal; }

.bodoni {
  font-family: 'Bodoni Moda', serif;
  font-weight: 700;
  font-style: normal; }

@font-face {
  /*フォントの名前*/
  font-family: "LanieDaySH";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../img/Laine.woff2") format("woff2"), url("../img/Laine.woff") format("woff"); }
.lainie {
  font-family: 'LanieDaySH', serif;
  font-style: normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadein {
  opacity: 0.5;
  transform: translate(0, 40px);
  transition: all 500ms; }
  @media screen and (max-width: 900px) {
    .fadein {
      transform: translate(0, 30px); } }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    transform: translate(5px, 5px) rotateZ(1deg); }
  50% {
    transform: translate(0px, 5px) rotateZ(0deg); }
  75% {
    transform: translate(5px, 0px) rotateZ(-1deg); }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg); } }
.fwari {
  display: block; }
  .fwari:hover {
    animation: hurueru .12s  infinite; }

header {
  position: fixed;
  height: 80px;
  padding: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: .7s;
  color: #fff; }
  @media screen and (max-width: 900px) {
    header {
      height: 50px; } }
  header #gnav_btn {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 99999;
    cursor: pointer; }
    @media screen and (max-width: 900px) {
      header #gnav_btn {
        width: 50px;
        height: 50px; } }
    header #gnav_btn:hover {
      transition: 0.5s; }
    header #gnav_btn.open span {
      animation: nav_anim1 .5s forwards; }
      header #gnav_btn.open span::after {
        animation: nav_anim2 .5s forwards; }
      header #gnav_btn.open span::before {
        animation: nav_anim3 .5s forwards; }
  header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    overflow-y: scroll;
    color: #000000;
    height: 100%; }
    @media screen and (max-width: 900px) {
      header nav {
        bottom: 0; } }
    header nav .allitem_header {
      background: url("../img/top/bg_menu.png"), #2d002e;
      padding-bottom: 120px; }
      @media screen and (max-width: 900px) {
        header nav .allitem_header {
          padding-bottom: 100px; } }
    header nav .allitem {
      color: #fff; }
      header nav .allitem::after {
        content: none; }
    header nav .allitem_head {
      text-align: center;
      padding: 90px 0 80px; }
      @media screen and (max-width: 900px) {
        header nav .allitem_head {
          padding: 90px 0 40px; } }
      header nav .allitem_head h1 {
        width: 454px;
        margin: 0 auto 90px; }
        @media screen and (max-width: 900px) {
          header nav .allitem_head h1 {
            width: 78%;
            max-width: 300px;
            margin: 0 auto; } }
      header nav .allitem_head ul {
        display: flex;
        justify-content: space-between;
        color: #fff;
        padding-top: 50px;
        max-width: 1150px;
        margin: 0 auto; }
        @media screen and (max-width: 900px) {
          header nav .allitem_head ul {
            width: 100%;
            display: block;
            padding-top: 40px; } }
        header nav .allitem_head ul li {
          font-size: 3rem;
          padding-bottom: 10px;
          line-height: 1; }
          @media screen and (max-width: 900px) {
            header nav .allitem_head ul li {
              font-size: 2rem;
              margin-bottom: 30px; } }
          @media screen and (max-width: 900px) {
            header nav .allitem_head ul li:last-child {
              margin-bottom: 0; } }
          header nav .allitem_head ul li a {
            border-bottom: 1px solid #fff;
            display: inline;
            padding: 0 5px; }
    header nav #nav_back {
      background: #000;
      color: #fff;
      text-align: center;
      padding: 35px 0 60px; }
      header nav #nav_back a {
        margin-bottom: 25px;
        display: block; }
        header nav #nav_back a img {
          width: 158px; }
      header nav #nav_back .outside {
        padding: 10px 50px;
        border: 1px solid #fff;
        margin: 0 auto;
        display: block;
        width: 20%;
        font-size: 1.4rem; }
        @media screen and (max-width: 900px) {
          header nav #nav_back .outside {
            width: 60%; } }

.allitem {
  padding: 60px 0 70px;
  position: relative; }
  @media screen and (max-width: 900px) {
    .allitem {
      padding: 55px 0; } }
  .allitem::after {
    position: absolute;
    width: 100%;
    content: url("../img/top/line_intro.svg");
    top: 0;
    left: 0;
    transform: translateY(-50%); }
  .allitem .content {
    text-align: center;
    margin: 0 auto;
    max-width: 1160px;
    width: 88%; }
    .allitem .content h2 {
      font-size: 7.7rem;
      margin-bottom: 40px;
      line-height: 1; }
      @media screen and (max-width: 900px) {
        .allitem .content h2 {
          font-size: 4.8rem;
          margin-bottom: 30px; } }
    .allitem .content ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .allitem .content ul li {
        width: 22.4%;
        margin-bottom: 30px; }
        @media screen and (max-width: 900px) {
          .allitem .content ul li {
            width: 48%; } }
        .allitem .content ul li p {
          font-size: 3rem;
          line-height: 1;
          margin-bottom: 10px; }
          @media screen and (max-width: 900px) {
            .allitem .content ul li p {
              font-size: 2rem; } }
        .allitem .content ul li figure {
          padding: 6px;
          border: 3px solid #dddab7;
          background: #fff; }
          @media screen and (max-width: 900px) {
            .allitem .content ul li figure {
              padding: 4px; } }
          .allitem .content ul li figure img {
            border: 1px solid #dddab7; }
        .allitem .content ul li h3 {
          font-size: 1.8rem;
          line-height: 1.3;
          margin-top: 10px; }
          @media screen and (max-width: 900px) {
            .allitem .content ul li h3 {
              font-size: 1.5rem; } }
    .allitem .content .seeall {
      margin-top: 20px; }
      .allitem .content .seeall figure {
        margin: 0 auto;
        width: 284px; }
        @media screen and (max-width: 900px) {
          .allitem .content .seeall figure {
            width: 210px; } }
      .allitem .content .seeall p {
        font-size: 1.8rem;
        text-align: center;
        margin-top: 15px; }
        @media screen and (max-width: 900px) {
          .allitem .content .seeall p {
            font-size: 1.4rem; } }

#collabo {
  background: url("../img/top/bg_intro.png"); }
  #collabo aside {
    font-size: 1.2rem;
    margin: 10px 20px;
    line-height: 1.2; }
    @media screen and (max-width: 900px) {
      #collabo aside {
        font-size: 1rem;
        text-align: center;
        margin: 10px auto 0;
        width: 95%; } }
  #collabo #intro {
    background: url("../img/top/bg_jolyen.png") right no-repeat;
    background-size: contain;
    padding-bottom: 160px; }
    @media screen and (max-width: 900px) {
      #collabo #intro {
        padding-bottom: 70px;
        background: none; } }
    #collabo #intro .content {
      text-align: center;
      width: 90%;
      margin: 0 auto; }
      #collabo #intro .content h1 {
        font-size: 5rem;
        font-weight: 600;
        padding: 160px 0 70px;
        line-height: 1.3;
        position: relative; }
        @media screen and (max-width: 900px) {
          #collabo #intro .content h1 {
            padding: 100px 0 60px;
            font-size: 2.8rem; } }
        #collabo #intro .content h1::before {
          position: absolute;
          content: url("../img/top/ico_tatoo.svg");
          width: 50px;
          top: 70px;
          left: 50%;
          transform: translateX(-50%); }
          @media screen and (max-width: 900px) {
            #collabo #intro .content h1::before {
              width: 40px;
              top: 40px; } }
        #collabo #intro .content h1::after {
          position: absolute;
          content: "";
          background: #000;
          width: 40px;
          height: 1px;
          bottom: 30px;
          left: 50%;
          transform: translateX(-50%); }
          @media screen and (max-width: 900px) {
            #collabo #intro .content h1::after {
              width: 30px;
              bottom: 30px; } }
      #collabo #intro .content p {
        font-size: 1.8rem;
        line-height: 2.2; }
        @media screen and (max-width: 900px) {
          #collabo #intro .content p {
            font-size: 1.4rem; } }

#gallery {
  position: relative; }
  #gallery::after {
    position: absolute;
    width: 90px;
    content: url("../img/top/ico_tatoostar.svg");
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 900px) {
      #gallery::after {
        width: 60px; } }

#products .products_txt {
  margin: 80px auto 0;
  width: 498px; }
  @media screen and (max-width: 900px) {
    #products .products_txt {
      max-width: 260px;
      width: 80%;
      margin: 50px auto 30px; } }
#products ul li {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 100px 0;
  position: relative; }
  #products ul li::after {
    position: absolute;
    content: url("../img/top/line1.svg");
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(50%);
    z-index: 4; }
  @media screen and (max-width: 900px) {
    #products ul li {
      display: block;
      padding: 0; } }
  #products ul li .item_img {
    width: 50%; }
    @media screen and (max-width: 900px) {
      #products ul li .item_img {
        width: 100%; } }
  #products ul li .item_txt {
    width: 50%;
    padding: 30px 6%; }
    @media screen and (max-width: 900px) {
      #products ul li .item_txt {
        width: 84%;
        margin: 0 auto;
        padding: 40px 0; } }
    #products ul li .item_txt a {
      display: block; }
    #products ul li .item_txt .item_detail {
      margin-top: 40px;
      position: relative; }
      @media screen and (max-width: 900px) {
        #products ul li .item_txt .item_detail {
          margin-top: 30px; } }
      #products ul li .item_txt .item_detail h2 {
        font-size: 7rem;
        line-height: 1.3;
        margin-bottom: 5px; }
        @media screen and (max-width: 900px) {
          #products ul li .item_txt .item_detail h2 {
            font-size: 3.2rem; } }
        #products ul li .item_txt .item_detail h2 span {
          font-size: 3rem; }
          @media screen and (max-width: 900px) {
            #products ul li .item_txt .item_detail h2 span {
              font-size: 1.8rem; } }
      #products ul li .item_txt .item_detail .name {
        font-size: 1.6rem;
        font-weight: 600;
        margin-bottom: 30px; }
        @media screen and (max-width: 900px) {
          #products ul li .item_txt .item_detail .name {
            font-size: 1.3rem;
            margin-bottom: 20px; } }
        #products ul li .item_txt .item_detail .name span {
          font-size: 2rem;
          margin-right: 15px; }
          @media screen and (max-width: 900px) {
            #products ul li .item_txt .item_detail .name span {
              font-size: 1.4rem; } }
      #products ul li .item_txt .item_detail dl {
        font-size: 1.9rem;
        padding-bottom: 55px;
        position: relative; }
        @media screen and (max-width: 900px) {
          #products ul li .item_txt .item_detail dl {
            font-size: 1.3rem;
            padding-bottom: 40px; } }
        #products ul li .item_txt .item_detail dl::before {
          position: absolute;
          bottom: 23px;
          left: 0;
          height: 3px;
          width: 100%;
          border-radius: 100000px;
          background: #000;
          content: ""; }
          @media screen and (max-width: 900px) {
            #products ul li .item_txt .item_detail dl::before {
              bottom: 18px; } }
        #products ul li .item_txt .item_detail dl::after {
          position: absolute;
          bottom: 24px;
          left: 1%;
          height: 1px;
          width: 98%;
          border-radius: 100000px;
          background: #fff;
          content: ""; }
          @media screen and (max-width: 900px) {
            #products ul li .item_txt .item_detail dl::after {
              bottom: 19px; } }
        #products ul li .item_txt .item_detail dl dt {
          margin-bottom: 10px;
          font-weight: 600;
          line-height: 1.2; }
          @media screen and (max-width: 900px) {
            #products ul li .item_txt .item_detail dl dt {
              margin-bottom: 5px; } }
        #products ul li .item_txt .item_detail dl dd {
          font-weight: 600;
          line-height: 1.2; }
      #products ul li .item_txt .item_detail a.fwari {
        position: absolute;
        width: 134px;
        right: -10px;
        bottom: 50px; }
        @media screen and (max-width: 900px) {
          #products ul li .item_txt .item_detail a.fwari {
            width: 95px;
            bottom: auto;
            top: -80px; } }
    #products ul li .item_txt .intro {
      font-size: 1.4rem;
      line-height: 2.2; }
      @media screen and (max-width: 900px) {
        #products ul li .item_txt .intro {
          font-size: 1.3rem; } }
  #products ul li:nth-child(2n) {
    background: #2d002e;
    flex-direction: row-reverse;
    color: #fff;
    position: relative; }
    #products ul li:nth-child(2n)::after {
      position: absolute;
      content: url("../img/top/line2.svg");
      bottom: 0;
      left: 0;
      width: 100%;
      transform: translateY(50%);
      z-index: 4; }
    #products ul li:nth-child(2n) .item_txt .item_detail dl::before {
      position: absolute;
      bottom: 23px;
      left: 0;
      height: 3px;
      width: 100%;
      border-radius: 100000px;
      background: #fff;
      content: ""; }
      @media screen and (max-width: 900px) {
        #products ul li:nth-child(2n) .item_txt .item_detail dl::before {
          bottom: 18px; } }
    #products ul li:nth-child(2n) .item_txt .item_detail dl::after {
      position: absolute;
      bottom: 24px;
      left: 1%;
      height: 1px;
      width: 98%;
      border-radius: 100000px;
      background: #2d002e;
      content: ""; }
      @media screen and (max-width: 900px) {
        #products ul li:nth-child(2n) .item_txt .item_detail dl::after {
          bottom: 19px; } }

#style {
  background: url("../img/top/bg_black.png"), #000; }
  #style h2 {
    width: 250px;
    text-align: center;
    background-size: cover;
    margin: 0 auto;
    padding: 140px 0 30px; }
    @media screen and (max-width: 900px) {
      #style h2 {
        padding: 60px 0 30px;
        width: 160px; } }

#allitem_footer {
  background: url("../img/top/bg_intro.png");
  padding-top: 80px; }
  @media screen and (max-width: 900px) {
    #allitem_footer {
      padding-top: 40px; } }

#map h3 {
  position: relative;
  width: 277px;
  margin: 0 auto;
  z-index: 3; }
  @media screen and (max-width: 900px) {
    #map h3 {
      width: 110px; } }
#map .iframe {
  width: 100%;
  margin: -138px auto -10px; }
  @media screen and (max-width: 900px) {
    #map .iframe {
      height: 500px;
      margin: -55px auto -10px; } }
  #map .iframe .mono {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }

#footer {
  background: #000;
  background-size: cover;
  color: #fff;
  padding-bottom: 50px; }
  @media screen and (max-width: 900px) {
    #footer {
      background-size: contain; } }
  #footer .footer_inner {
    margin: 0 auto 0;
    padding-top: 50px; }
    @media screen and (max-width: 900px) {
      #footer .footer_inner {
        margin: 0 auto;
        padding-top: 40px; } }
    #footer .footer_inner .shop {
      width: 88%;
      max-width: 900px;
      margin: 0 auto; }
      #footer .footer_inner .shop ul {
        display: flex;
        flex-wrap: nowrap;
        padding: 30px 0 40px;
        justify-content: center; }
        @media screen and (max-width: 900px) {
          #footer .footer_inner .shop ul {
            display: block;
            padding: 0; } }
        #footer .footer_inner .shop ul li {
          border-left: 1px solid #fff;
          padding: 5px 20px;
          font-size: 1.2rem; }
          @media screen and (max-width: 900px) {
            #footer .footer_inner .shop ul li {
              margin-bottom: 20px;
              width: 100%; } }
          #footer .footer_inner .shop ul li:first-child {
            border-left: none;
            padding-right: 0; }
          #footer .footer_inner .shop ul li.flag {
            width: 18%;
            font-size: 1.4rem;
            padding-left: 0;
            letter-spacing: 1px; }
            @media screen and (max-width: 900px) {
              #footer .footer_inner .shop ul li.flag {
                width: 100%;
                margin-bottom: 30px; } }
          #footer .footer_inner .shop ul li h3 {
            font-size: 2rem;
            margin-bottom: 20px;
            letter-spacing: 2px; }
          #footer .footer_inner .shop ul li p {
            margin-bottom: 10px; }
            #footer .footer_inner .shop ul li p:last-child {
              margin-bottom: 0; }
          #footer .footer_inner .shop ul li a {
            padding: 5px 5px 5px 6px;
            border: 1px solid #fff;
            margin-left: 10px;
            color: #fff;
            font-size: 1.2rem; }
      #footer .footer_inner .shop .shop_tel {
        width: 90%;
        margin: 0 auto;
        display: flex;
        font-size: 2.2rem;
        text-align: center;
        justify-content: space-between;
        color: #fff; }
        @media screen and (max-width: 900px) {
          #footer .footer_inner .shop .shop_tel {
            width: 100%;
            display: block;
            font-size: 1.4rem; } }
        #footer .footer_inner .shop .shop_tel a {
          width: 48%;
          padding: 20px 10px;
          line-height: 1.2;
          background: #333; }
          @media screen and (max-width: 900px) {
            #footer .footer_inner .shop .shop_tel a {
              width: 100%;
              margin-bottom: 10px;
              display: block;
              padding: 10px; } }
          #footer .footer_inner .shop .shop_tel a img {
            width: 20px;
            margin-right: 8px;
            margin-top: 1px; }
            @media screen and (max-width: 900px) {
              #footer .footer_inner .shop .shop_tel a img {
                width: 13px;
                margin-right: 6px;
                margin-top: 0; } }
          #footer .footer_inner .shop .shop_tel a:nth-child(2) img {
            width: 24px;
            margin-right: 8px;
            margin-top: 3px; }
            @media screen and (max-width: 900px) {
              #footer .footer_inner .shop .shop_tel a:nth-child(2) img {
                width: 15px;
                margin-top: 1px; } }
    #footer .footer_inner .footer_2box {
      margin: 80px auto 70px; }
      @media screen and (max-width: 900px) {
        #footer .footer_inner .footer_2box {
          margin: 95px auto 60px; } }
      #footer .footer_inner .footer_2box ul {
        display: flex; }
        @media screen and (max-width: 900px) {
          #footer .footer_inner .footer_2box ul {
            display: block; } }
        #footer .footer_inner .footer_2box ul li {
          width: 50%;
          background: #333; }
          @media screen and (max-width: 900px) {
            #footer .footer_inner .footer_2box ul li {
              width: 93.333%;
              margin: 0 auto 10px; }
              #footer .footer_inner .footer_2box ul li:last-child {
                margin-bottom: 0; } }
          #footer .footer_inner .footer_2box ul li figure {
            position: relative; }
          #footer .footer_inner .footer_2box ul li h3 {
            position: absolute;
            top: 50%;
            left: 100%;
            transform: translate(-50%, -50%);
            background: #fff;
            padding: 10px 20px 5px 25px;
            font-size: 3rem;
            line-height: 1;
            color: #000;
            letter-spacing: 1rem; }
            @media screen and (max-width: 900px) {
              #footer .footer_inner .footer_2box ul li h3 {
                top: 0;
                left: 50%;
                font-size: 1.8rem;
                letter-spacing: 0.5rem;
                padding: 8px 12px 6px 15px; } }
          @media screen and (min-width: 900px) {
            #footer .footer_inner .footer_2box ul li:first-child {
              border-right: 1px solid #fff; } }
          #footer .footer_inner .footer_2box ul li p {
            width: 83%;
            margin: 0 auto;
            padding: 45px 0 70px; }
            @media screen and (max-width: 900px) {
              #footer .footer_inner .footer_2box ul li p {
                font-size: 1.2rem;
                padding: 25px 0; } }
    #footer .footer_inner .sns {
      border: 1px solid #C0966E;
      text-align: center;
      position: relative;
      width: 88%;
      max-width: 900px;
      margin: 0 auto; }
      #footer .footer_inner .sns article {
        border: 1px solid #C0966E;
        margin: 0.25% auto;
        width: 99.5%;
        padding: 60px; }
        @media screen and (max-width: 900px) {
          #footer .footer_inner .sns article {
            padding: 25px 25px 15px; } }
      #footer .footer_inner .sns h3 {
        font-size: 5.2rem;
        line-height: 1;
        background: #000;
        padding: 0 20px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #C0966E; }
        @media screen and (max-width: 900px) {
          #footer .footer_inner .sns h3 {
            font-size: 2.8rem; } }
      @media screen and (max-width: 900px) {
        #footer .footer_inner .sns p {
          font-size: 1.2rem; } }
      #footer .footer_inner .sns .link_app {
        text-align: center;
        font-size: 1.2rem;
        margin-bottom: 40px;
        color: #C0966E;
        position: relative;
        margin-top: 60px; }
        @media screen and (max-width: 900px) {
          #footer .footer_inner .sns .link_app {
            margin-top: 40px;
            font-size: 1.4rem;
            margin-bottom: 30px; } }
        #footer .footer_inner .sns .link_app::after {
          position: absolute;
          top: -30px;
          left: 50%;
          transform: translateX(-50%);
          content: "";
          background: #fff;
          width: 50px;
          height: 1px; }
          @media screen and (max-width: 900px) {
            #footer .footer_inner .sns .link_app::after {
              top: -20px; } }
      #footer .footer_inner .sns .link_icos {
        display: flex;
        justify-content: space-between;
        width: 80%;
        flex-wrap: wrap;
        margin: 0 auto;
        align-items: center; }
        @media screen and (max-width: 900px) {
          #footer .footer_inner .sns .link_icos {
            width: 70%; } }
        #footer .footer_inner .sns .link_icos li a {
          display: block; }
        #footer .footer_inner .sns .link_icos li:nth-child(1) img, #footer .footer_inner .sns .link_icos li:nth-child(2) img, #footer .footer_inner .sns .link_icos li:nth-child(4) img, #footer .footer_inner .sns .link_icos li:nth-child(6) img {
          width: 48px; }
        #footer .footer_inner .sns .link_icos li:nth-child(3) img, #footer .footer_inner .sns .link_icos li:nth-child(5) img {
          width: 40px; }
        @media screen and (max-width: 900px) {
          #footer .footer_inner .sns .link_icos li {
            margin-bottom: 20px;
            width: 33.333%; } }
    #footer .footer_inner .footer_content {
      width: 88%;
      max-width: 900px;
      padding: 3%;
      display: flex;
      font-size: 1.4rem;
      margin: 35px auto 35px;
      border: 1px solid #fff; }
      #footer .footer_inner .footer_content h4 {
        width: 14%;
        border-right: 1px solid #fff; }
        @media screen and (max-width: 900px) {
          #footer .footer_inner .footer_content h4 {
            width: 40%; } }
      #footer .footer_inner .footer_content ul {
        padding: 0 6%;
        display: flex;
        flex-wrap: wrap;
        width: 86%; }
        @media screen and (max-width: 900px) {
          #footer .footer_inner .footer_content ul {
            width: 60%;
            display: block; } }
        #footer .footer_inner .footer_content ul li {
          width: 25%; }
          @media screen and (max-width: 900px) {
            #footer .footer_inner .footer_content ul li {
              width: 100%; } }
    #footer .footer_inner .footer_logo {
      text-align: center;
      margin: 60px auto 25px;
      width: 116px; }
    #footer .footer_inner .footer_copy {
      text-align: center;
      font-size: 1.4rem; }

#pan {
  background: #000;
  margin-bottom: 120px; }
  @media screen and (max-width: 900px) {
    #pan {
      margin-bottom: 105px; } }
  #pan ul {
    width: 95%;
    font-size: 1.4rem;
    display: flex;
    color: #fff;
    margin: 0 auto; }
    @media screen and (max-width: 900px) {
      #pan ul {
        font-size: 1.2rem; } }
    #pan ul li {
      margin: 10px 5px;
      line-height: 1; }

/*# sourceMappingURL=style.css.map */
</pre></body></html>