@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Light.ttf") format("truetype");
  unicode-range: U+0030-0039, U+0041-007A; }

@font-face {
  font-family: "PoppinsL";
  src: url("../fonts/poppins/Poppins-Light.ttf") format("truetype"); }

@font-face {
  font-family: "PoppinsMid";
  src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  unicode-range: U+0030-0039, U+0041-007A; }

@media screen and (max-width: 768px) {
  /*----------------------------------------------------
	SP
----------------------------------------------------*/
  html, body {
    color: #000;
    background: #fff;
    font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    letter-spacing: 1px; }
  body {
    overflow-x: hidden;
    position: relative; }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  a {
    color: #000;
    text-decoration: underline; }
  a.telblk,
  .telblk a {
    text-decoration: none; }
  .pc {
    display: none; }
  .alph {
    font-weight: 700 !important;
    font-size: 110% !important; }
  .page-top {
    margin: 0;
    padding: 0;
    display: none;
    cursor: pointer; }
    .page-top p {
      margin: 0;
      padding: 0;
      position: fixed;
      right: 20px;
      bottom: 20px; }
  .move-page-top {
    display: none; }
  /* ********** HEADER ********** */
  header {
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 120px;
    border-bottom: solid 3px #000;
    background: #fff;
    position: fixed;
    z-index: 10;
    top: 0; }
    header h1 {
      position: absolute;
      width: 235px;
      height: 22.5px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    header h1 a img,
    header h1 img {
      width: 235px !important;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    header p.menu {
      position: fixed;
      top: 15px;
      right: 8px;
      width: 33px;
      height: 32px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 101; }
      header p.menu a img {
        zoom: 0.5; }
  header.is-animation {
    height: 62px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    header.is-animation h1 {
      width: 196px;
      height: 19px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      header.is-animation h1 img {
        width: 196px; }
    header.is-animation h1 a img,
    header.is-animation h1 img {
      width: 196px !important;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  /* ********** MENU ********** */
  .overlay {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
  #menu {
    width: 100vw;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    position: fixed;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    display: none;
    z-index: 100; }
    #menu a {
      color: #fff; }
    #menu p.close {
      position: fixed;
      top: 15px;
      right: 8px;
      width: 34px;
      height: 33px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 101;
      display: none; }
      #menu p.close a img {
        zoom: 0.5; }
    #menu nav {
      width: 100vw;
      height: 100vh;
      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;
      /*上下中央揃え*/ }
      #menu nav li {
        text-align: center;
        margin: 0 0 41px 0; }
        #menu nav li a img {
          zoom: .5; }
      #menu nav li:last-child {
        margin: 0; }
      #menu nav li#stockists {
        /*
                    pointer-events: none;
                    opacity:0.1 ;
                    */ }
  /* ********** FOOTER ********** */
  footer {
    width: 100%;
    margin: 30px auto 30px auto; }
  footer small {
    font-size: 8px;
    font-family: "PoppinsL";
    text-align: center;
    display: block;
    letter-spacing: 0.114em; }
  footer small img {
    width: calc(100vw * 0.39); }
  /*----------------------------------------------------
	SECTION,BOX
----------------------------------------------------*/
  section.maincontents {
    margin: 120px 0 0 0;
    /*固定ヘッダーの分をマージン取る*/
    overflow: hidden; }
    section.maincontents h2 {
      margin: 55px 0 27px 0;
      font-size: 22px;
      text-align: center;
      font-weight: bold; }
    section.maincontents h3 {
      margin: 55px 0 20px 0;
      font-size: 22px;
      text-align: center;
      font-weight: bold; }
    section.maincontents .leadbox {
      width: 100%;
      padding-bottom: 50px;
      border-bottom: solid 3px #000; }
      section.maincontents .leadbox .txt_lead {
        font-size: 16px;
        margin: 0 25px;
        line-height: 1.6;
        letter-spacing: 0.002em;
        font-weight: 500;
        text-align: justify;
        text-justify: inter-ideograph; }
    section.maincontents .leadbox_2 {
      width: 100%;
      padding-bottom: 50px;
      border-bottom: solid 3px #000; }
      section.maincontents .leadbox_2 .txt_lead {
        font-size: 16px;
        margin: 0 25px;
        line-height: 1.6;
        letter-spacing: 0.002em;
        font-weight: 500;
        text-align: justify;
        text-justify: inter-ideograph; }
    section.maincontents .contents_box_wrap {
      padding-bottom: 40px;
      border-bottom: solid 3px #000; }
      section.maincontents .contents_box_wrap .contents_box_a {
        width: 100%;
        margin: 0px auto; }
    section.maincontents .contents_box_wrap_2 {
      padding-bottom: 40px;
      border-bottom: solid 3px #000; }
      section.maincontents .contents_box_wrap_2 .contents_box_a {
        width: 100%;
        margin: 0px auto; }
  section.maincontents_sec {
    margin: 0;
    /*固定ヘッダーの分をマージン取る*/
    overflow: hidden; }
  /*----------------------------------------------------
	トップページ
----------------------------------------------------*/
  .topVisual {
    width: 100%;
    position: relative; }
    .topVisual .slider img {
      width: 100%; }
    .topVisual .slider img.pc {
      display: none; }
    .topVisual .slick-dotted.slick-slider {
      margin-bottom: 0px;
      border-bottom: solid 3px #000; }
    .topVisual .prev-arrow {
      display: none !important; }
    .topVisual .next-arrow {
      display: none !important; }
    .topVisual #keydots_wrap {
      /* トップページキービジュアル用 */
      position: absolute;
      bottom: 25px;
      left: 0;
      right: 0;
      margin: auto; }
      .topVisual #keydots_wrap .keydots {
        width: 100%;
        padding: 0;
        padding: 0;
        list-style: none;
        text-align: center; }
      .topVisual #keydots_wrap .keydots li {
        position: relative;
        text-align: center;
        display: inline-block;
        width: 5px;
        height: 5px;
        margin: 0 24px 0 0;
        padding: 0;
        background: #cccccc;
        border-radius: 50%;
        cursor: pointer; }
      .topVisual #keydots_wrap .keydots li:last-child {
        margin: 0; }
      .topVisual #keydots_wrap .keydots li.slick-active {
        background: #000; }
      .topVisual #keydots_wrap .keydots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 6px;
        height: 6px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent; }
      .topVisual #keydots_wrap .keydotss li button:hover,
      .topVisual #keydots_wrap .keydots li button:focus {
        outline: none; }
      .topVisual #keydots_wrap .keydots li button:hover:before,
      .topVisual #keydots_wrap .keydots li button:focus:before {
        opacity: 1; }
      .topVisual #keydots_wrap .keydots li button:before {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 6px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .topVisual #keydots_wrap .slick-dots li.slick-active button:before {
        opacity: .75;
        color: black; }
  /*----------------------------------------------------
	ABOUT
----------------------------------------------------*/
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes fadeIn {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  #about .sp_contnav ul {
    width: 100%; }
    #about .sp_contnav ul li {
      font-size: 22px;
      font-weight: 500;
      line-height: 1.4;
      letter-spacing: 0.125em;
      border-bottom: solid 3px #000;
      text-align: center;
      padding: 50px 0;
      cursor: pointer; }
  #about .contents_box_a .toolBox {
    width: 100%;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #about .contents_box_a .toolBox li {
      width: calc 100% -12vw;
      margin: 0 6vw 40px 6vw;
      position: relative; }
      #about .contents_box_a .toolBox li .img_tool {
        width: 100%;
        padding: 22px 0 11px 0; }
        #about .contents_box_a .toolBox li .img_tool img {
          width: 100%; }
        #about .contents_box_a .toolBox li .img_tool .aniImg {
          opacity: 0;
          -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
          transform: translateY(20px); }
        #about .contents_box_a .toolBox li .img_tool .active {
          opacity: 100;
          -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
          transform: translateY(0px);
          -webkit-transition: all 1.0s .0s ease-in-out;
          -o-transition: all 1.0s .0s ease-in-out;
          transition: all 1.0s .0s ease-in-out; }
      #about .contents_box_a .toolBox li .ttl_tool {
        font-size: 19px;
        text-align: center;
        margin: 11px auto;
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
        #about .contents_box_a .toolBox li .ttl_tool span {
          font-weight: bold;
          border-bottom: solid 2px #000; }
      #about .contents_box_a .toolBox li .txt_tool {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
        text-align: justify;
        text-justify: inter-ideograph; }
    #about .contents_box_a .toolBox li:last-child {
      margin-bottom: 0; }
  #about .content_tggle_btn {
    text-align: center;
    margin: 40px 0 0 0;
    cursor: pointer; }
    #about .content_tggle_btn img {
      width: 7vw; }
  #about #about_3 .contents_box_a {
    position: relative; }
    #about #about_3 .contents_box_a .flowslider {
      width: 100%;
      margin: 0px auto;
      position: relative; }
      #about #about_3 .contents_box_a .flowslider img.pc {
        display: none !important; }
      #about #about_3 .contents_box_a .flowslider .slide-arrow {
        width: 18px; }
      #about #about_3 .contents_box_a .flowslider .prev-arrow {
        position: absolute;
        z-index: 5;
        top: 101px;
        left: -26px;
        cursor: pointer; }
      #about #about_3 .contents_box_a .flowslider .next-arrow {
        position: absolute;
        z-index: 5;
        right: -26px;
        top: 101px;
        cursor: pointer; }
        #about #about_3 .contents_box_a .flowslider .next-arrow img {
          width: 18px; }
      #about #about_3 .contents_box_a .flowslider li .contslide_img img {
        width: 100%; }
      #about #about_3 .contents_box_a .flowslider li .contslide_img .aniImg {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px); }
      #about #about_3 .contents_box_a .flowslider li .contslide_img .active {
        opacity: 100;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: all 1.0s .0s ease-in-out;
        -o-transition: all 1.0s .0s ease-in-out;
        transition: all 1.0s .0s ease-in-out; }
      #about #about_3 .contents_box_a .flowslider li .contslide_ttl {
        font-size: 19px;
        letter-spacing: 0.005em;
        text-align: center;
        font-weight: bold;
        margin: 20px auto 7px auto; }
        #about #about_3 .contents_box_a .flowslider li .contslide_ttl span {
          font-weight: bold;
          border-bottom: solid 2px #000;
          font-family: 'PoppinsMid', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
      #about #about_3 .contents_box_a .flowslider li .contslide_txt {
        margin-right: 6.6vw;
        margin-left: 6.6vw;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.002em;
        text-align: left;
        font-weight: 500; }
    #about #about_3 .contents_box_a .keydots_wrap_flow {
      position: absolute;
      z-index: 9;
      width: 100%;
      top: 314px; }
      #about #about_3 .contents_box_a .keydots_wrap_flow .keydots {
        display: block;
        width: 100%;
        padding: 0;
        list-style: none;
        text-align: center; }
      #about #about_3 .contents_box_a .keydots_wrap_flow .keydots li {
        position: relative;
        display: inline-block;
        width: 5px;
        height: 5px;
        margin: 0 24px 0 0;
        padding: 0;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        cursor: pointer; }
      #about #about_3 .contents_box_a .keydots_wrap_flow .keydots li:last-child {
        margin: 0; }
      #about #about_3 .contents_box_a .keydots_wrap_flow .keydots li.slick-active {
        background: #000; }
      #about #about_3 .contents_box_a .keydots_wrap_flow .keydots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 6px;
        height: 6px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent; }
      #about #about_3 .contents_box_a .keydots_wrap_flow .keydotss li button:hover,
      #about #about_3 .contents_box_a .keydots_wrap_flow .keydots li button:focus {
        outline: none; }
      #about #about_3 .contents_box_a .keydots_wrap_flow .keydots li button:hover:before,
      #about #about_3 .contents_box_a .keydots_wrap_flow .keydots li button:focus:before {
        opacity: 1; }
      #about #about_3 .contents_box_a .keydots_wrap_flow .keydots li button:before {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 6px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      #about #about_3 .contents_box_a .keydots_wrap_flow .slick-dots li.slick-active button:before {
        opacity: .75;
        color: black; }
  #about #about_4 {
    border-bottom: none !important; }
    #about #about_4 h3 {
      width: 27vw;
      margin-right: auto;
      margin-left: auto; }
      #about #about_4 h3 img {
        width: 100%; }
    #about #about_4 .qabox li {
      border-bottom: solid 3px #000;
      padding: 25px 0px 25px 25px;
      position: relative; }
      #about #about_4 .qabox li .togglearea {
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 0.008em; }
        #about #about_4 .qabox li .togglearea span.tgg_icon {
          position: absolute;
          right: 25px;
          top: 28px;
          cursor: pointer; }
          #about #about_4 .qabox li .togglearea span.tgg_icon .btn_open {
            width: 20px; }
          #about #about_4 .qabox li .togglearea span.tgg_icon .btn_close {
            width: 20px;
            display: none; }
      #about #about_4 .qabox li .inner {
        display: none;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.002em;
        padding: 9px 25px 0 0px;
        text-align: justify;
        text-justify: inter-ideograph; }
    #about #about_4 .qabox li:first-child {
      border-top: solid 3px #000; }
  /*----------------------------------------------------
	INTRO
----------------------------------------------------*/
  #intro .profile {
    padding-bottom: 24px; }
    #intro .profile .p_left .name_jp {
      display: block;
      font-size: 22px;
      font-weight: bold;
      letter-spacing: 0.15em;
      text-align: center;
      margin-top: 46px; }
    #intro .profile .p_left .name_en {
      display: block;
      font-size: 11px;
      letter-spacing: 0.05em;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px; }
    #intro .profile .p_right {
      font-size: 16px;
      letter-spacing: 0.05em;
      line-height: 1.62;
      font-weight: 500;
      margin: 0 25px;
      text-align: justify;
      text-justify: inter-ideograph; }
  #intro .worksbox {
    position: relative;
    width: 100%; }
    #intro .worksbox .yabuslider,
    #intro .worksbox .honslider {
      width: 100%;
      margin: 0px auto;
      position: relative; }
      #intro .worksbox .yabuslider img.pc,
      #intro .worksbox .honslider img.pc {
        display: none !important; }
      #intro .worksbox .yabuslider .prev-arrow,
      #intro .worksbox .honslider .prev-arrow {
        display: none !important; }
      #intro .worksbox .yabuslider .next-arrow,
      #intro .worksbox .honslider .next-arrow {
        display: none !important; }
      #intro .worksbox .yabuslider li .works_img,
      #intro .worksbox .honslider li .works_img {
        width: 100%; }
        #intro .worksbox .yabuslider li .works_img img,
        #intro .worksbox .honslider li .works_img img {
          width: 100%; }
      #intro .worksbox .yabuslider li .works_ttl,
      #intro .worksbox .honslider li .works_ttl {
        font-size: 16px;
        letter-spacing: 0.12em;
        text-align: center;
        font-weight: bold;
        margin: 24px 25px 19px 25px; }
        #intro .worksbox .yabuslider li .works_ttl span,
        #intro .worksbox .honslider li .works_ttl span {
          font-size: 12.8px;
          padding: 0 0 0 7px;
          font-weight: bold; }
        #intro .worksbox .yabuslider li .works_ttl span.works_ttl_ttl_main,
        #intro .worksbox .honslider li .works_ttl span.works_ttl_ttl_main {
          font-size: 18px; }
      #intro .worksbox .yabuslider li .works_txt_lps,
      #intro .worksbox .honslider li .works_txt_lps {
        letter-spacing: 0.05em !important; }
      #intro .worksbox .yabuslider li .works_txt,
      #intro .worksbox .honslider li .works_txt {
        font-size: 16px;
        line-height: 1.62;
        letter-spacing: 0.02em;
        /*text-align: left !important;*/
        font-weight: 500;
        margin: 0 25px;
        text-align: justify;
        text-justify: inter-ideograph; }
    #intro .worksbox .keydots_wrap_works,
    #intro .worksbox .keydots_wrap_works_hon {
      position: absolute;
      z-index: 9;
      width: 100%;
      top: 365px; }
      #intro .worksbox .keydots_wrap_works .keydots,
      #intro .worksbox .keydots_wrap_works_hon .keydots {
        display: block;
        width: 100%;
        padding: 0;
        list-style: none;
        text-align: center; }
      #intro .worksbox .keydots_wrap_works .keydots li,
      #intro .worksbox .keydots_wrap_works_hon .keydots li {
        position: relative;
        display: inline-block;
        width: 5px;
        height: 5px;
        margin: 0 24px 0 0;
        padding: 0;
        background: #cccccc;
        border-radius: 50%;
        cursor: pointer; }
      #intro .worksbox .keydots_wrap_works .keydots li:last-child,
      #intro .worksbox .keydots_wrap_works_hon .keydots li:last-child {
        margin: 0; }
      #intro .worksbox .keydots_wrap_works .keydots li.slick-active,
      #intro .worksbox .keydots_wrap_works_hon .keydots li.slick-active {
        background: #000; }
      #intro .worksbox .keydots_wrap_works .keydots li button,
      #intro .worksbox .keydots_wrap_works_hon .keydots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 6px;
        height: 6px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent; }
      #intro .worksbox .keydots_wrap_works .keydotss li button:hover,
      #intro .worksbox .keydots_wrap_works .keydots li button:focus,
      #intro .worksbox .keydots_wrap_works_hon .keydotss li button:hover,
      #intro .worksbox .keydots_wrap_works_hon .keydots li button:focus {
        outline: none; }
      #intro .worksbox .keydots_wrap_works .keydots li button:hover:before,
      #intro .worksbox .keydots_wrap_works .keydots li button:focus:before,
      #intro .worksbox .keydots_wrap_works_hon .keydots li button:hover:before,
      #intro .worksbox .keydots_wrap_works_hon .keydots li button:focus:before {
        opacity: 1; }
      #intro .worksbox .keydots_wrap_works .keydots li button:before,
      #intro .worksbox .keydots_wrap_works_hon .keydots li button:before {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 6px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      #intro .worksbox .keydots_wrap_works .slick-dots li.slick-active button:before,
      #intro .worksbox .keydots_wrap_works_hon .slick-dots li.slick-active button:before {
        opacity: .75;
        color: black; }
  /*----------------------------------------------------
	ACTIVITY
----------------------------------------------------*/
  #activity .contents_box_wrap {
    padding-bottom: 0; }
  #activity .tbl_activity {
    width: 100%;
    border-collapse: collapse; }
    #activity .tbl_activity th {
      display: block;
      line-height: 1.5;
      font-size: 14px;
      letter-spacing: 0.04em;
      padding: 12px 25px 0 25px;
      text-align: center;
      font-weight: bold; }
    #activity .tbl_activity td {
      display: block;
      font-size: 14px;
      letter-spacing: 0.040em;
      line-height: 1.5em;
      padding: 0 25px 12px 25px;
      border-bottom: solid 3px #000;
      text-align: center;
      font-weight: 500; }
    #activity .tbl_activity tr:last-child td:last-child {
      border-bottom: none; }
  /*----------------------------------------------------
	CLASS
----------------------------------------------------*/
  #class .leadbox_2 {
    display: none; }
  #class .contents_box_wrap {
    padding-bottom: 0; }
  #class .class_nav {
    display: none; }
    #class .class_nav li {
      position: relative;
      font-size: 22px;
      display: block;
      font-weight: bold;
      line-height: 22px;
      padding: 25px 22px;
      text-align: left;
      border-bottom: solid 2px #000; }
      #class .class_nav li a {
        text-decoration: none; }
    #class .class_nav li:last-child {
      border-right: none; }
  #class .class_nav_first {
    margin: 0 0 0px 0; }
  #class .class_nav_sec {
    margin: 0; }
  #class .areabox {
    /*padding-top: 25px;
        padding-bottom: 25px;*/
    border-top: 3px solid #000; }
    #class .areabox h4 {
      width: 100%;
      position: relative;
      display: inline-block;
      font-size: 22px;
      letter-spacing: 0.125em;
      font-weight: bold;
      margin: 0 0 0 0;
      padding: 25px 25px; }
      #class .areabox h4 .tgg_icon {
        position: absolute;
        right: 25px;
        top: 35px;
        cursor: pointer; }
        #class .areabox h4 .tgg_icon .btn_open {
          width: 20px; }
        #class .areabox h4 .tgg_icon .btn_close {
          width: 20px;
          display: none; }
    #class .areabox .tbl_areabox {
      display: none;
      border-collapse: collapse;
      margin: 0px 25px 25px 25px; }
      #class .areabox .tbl_areabox tr:first-child {
        display: none; }
      #class .areabox .tbl_areabox td:first-child {
        display: block; }
      #class .areabox .tbl_areabox td:nth-child(4) {
        display: block;
        margin-bottom: 11px; }
      #class .areabox .tbl_areabox tr:last-child td:nth-child(4) {
        margin-bottom: 0px; }
      #class .areabox .tbl_areabox th {
        padding: 0px 0;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000; }
      #class .areabox .tbl_areabox td {
        font-size: 14px;
        padding: 0px 0px;
        line-height: 1.5;
        vertical-align: top;
        font-weight: bold; }
      #class .areabox .tbl_areabox .td_zip {
        display: none; }
      #class .areabox .tbl_areabox .td_add {
        display: block;
        font-weight: 500; }
      #class .areabox .tbl_areabox .td_tel {
        font-weight: 500; }
  #class .areabox_last {
    margin-bottom: 0; }
  #class #akita {
    border: none; }
  /*----------------------------------------------------
	Margin
----------------------------------------------------*/
  .mgb_a {
    margin-bottom: 21px !important; }
  .mgb_b {
    margin-bottom: 36px !important; }
  .mgb_c {
    margin-bottom: 47px !important; }
  .mgb_d {
    margin-bottom: 25px !important; }
  .mgb_sp_a {
    margin-bottom: 20px !important; }
  .mgb_sp_d {
    margin-bottom: 25px !important; }
  .mgb_sp_c {
    margin-bottom: 35px !important; }
  /*----------------------------------------------------
	CLEAR
----------------------------------------------------*/
  .clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: "."; }
  .clearfix {
    min-height: 1px;
    /*IE6、7対策*/ }
  * html .clearfix {
    height: 1px;
    /*¥*/
    /*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/ } }

@media screen and (max-width: 768px) and (max-width: 320px) {
  p.about_txtjp {
    font-size: 12px !important;
    letter-spacing: 0.01em !important; }
  .othercollection .col_title img {
    max-width: 280px; }
  .eomo_topnav p img {
    max-width: 270px; }
  .pagelink .pagelinklist li a img {
    width: 130px; }
  .eatable_topnav p img {
    width: 270px; }
  /*----------------------------------------------------
	iphone5/5S END
----------------------------------------------------*/ }

@media screen and (max-width: 768px) {
  /*----------------------------------------------------
	END
----------------------------------------------------*/ }
