@charset "UTF-8";
/* Scss Document */
/* CSS Document */
/* =============================================================================
 Reset
============================================================================= */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* =============================================================================
 Fonts
============================================================================= */
html {
  font-size: 62.5%; }

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem; }

p {
  line-height: 1.85; }

.bold {
  font-weight: bold; }

@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem; } }
/* =============================================================================
 Base
============================================================================= */
#container {
  padding: 161px 0 0; }

#mainArea {
  padding-bottom: 90px; }

@media screen and (max-width: 767px) {
  #container {
    padding: 87px 0 0; }

  #mainArea {
    padding-bottom: 0; } }
/* =============================================================================
 Elements
============================================================================= */
/* color setting */
body {
  color: #595757; }

/* link setting */
a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

/* image setting */
img {
  max-width: 100%;
  vertical-align: bottom; }

@media screen and (max-width: 767px) {
  img {
    width: 100%; } }
/* =============================================================================
 Common Class
============================================================================= */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.image a img {
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s; }
.image a:hover img {
  opacity: .7; }

@media screen and (min-width: 768px) {
  .only-sp {
    display: none; } }
@media screen and (max-width: 767px) {
  .only-pc {
    display: none; } }
/* =============================================================================
 common header
============================================================================= */
@media screen and (min-width: 768px) {
  #urgentNotice {
    margin: 0 auto;
    position: fixed;
    background: #fff;
    text-align: center;
    width: 100%;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid #f0f0f0; }

  #commonHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 40;
    background-color: #fff;
    letter-spacing: .15em; }
    #commonHeader .logo {
      margin: 0 auto;
      padding: 32px 0 0;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #fff;
      text-align: center;
      -webkit-transition: padding ease .3s;
      transition: padding ease .3s;
      box-sizing: border-box; }
      #commonHeader .logo.fixed {
        position: fixed;
        top: 0; }
      #commonHeader .logo img {
        width: 183px;
        -webkit-transition: width ease .3s;
        transition: width ease .3s; }
      #commonHeader .logo.fixed img {
        /*width: 145px;*/ }
    #commonHeader .linkContact {
      position: fixed;
      top: 56px;
      right: 100px;
      line-height: 1; }
      #commonHeader .linkContact a {
        color: #898989; }
    #commonHeader .language dl dt a {
      color: #898989; }
    #commonHeader .linkContact a {
      display: block;
      -webkit-transition: opacity ease .3s;
      transition: opacity ease .3s; }
      #commonHeader .linkContact a:hover {
        opacity: .7; }
    #commonHeader .linkContact .icon {
      display: block;
      width: 20px; }
    #commonHeader .linkContact .text {
      font-size: 1rem;
      font-family: Arial; }
    #commonHeader .language dl {
      position: fixed;
      top: 37px;
      right: 23px;
      width: 70px; }
      #commonHeader .language dl dt {
        padding: 12px 0 11px;
        position: relative;
        height: 50px;
        z-index: 2;
        line-height: 1;
        color: #898989;
        font-size: 1rem;
        font-family: Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: center;
        box-sizing: border-box;
        -webkit-transition: background-color ease .3s;
        transition: background-color ease .3s; }
      #commonHeader .language dl.hovered dt {
        background-color: #f1f2f2; }
      #commonHeader .language dl dt span {
        margin: 0 20px;
        padding-left: 2px;
        border: 1px #898989 solid;
        border-radius: 50%;
        display: inline-block;
        width: 27px;
        height: 27px;
        line-height: 26px;
        font-family: Arial;
        font-size: 10px;
        letter-spacing: .21em;
        text-align: center;
        vertical-align: middle;
        box-sizing: border-box; }
      #commonHeader .language dl dd {
        position: absolute;
        top: 50px;
        right: 0;
        width: 213px;
        max-height: 0;
        overflow: hidden;
        text-align: center;
        -webkit-transition: max-height ease .3s;
        transition: max-height ease .3s; }
      #commonHeader .language dl.hovered dd {
        max-height: 210px; }
      #commonHeader .language dl dd ul {
        padding: 35px 0;
        background-color: #f1f2f2; }
        #commonHeader .language dl dd ul li {
          line-height: 2.92;
          font-size: 1.2rem; }
          #commonHeader .language dl dd ul li a {
            color: #595757; }
    #commonHeader .anotherLangMenu, #commonHeader .btnMenu {
      display: none; } }
@media screen and (max-width: 1000px) {
  #commonHeader .linkContact {
    right: 70px; }

  #commonHeader .language dl {
    width: 50px; } }
@media screen and (max-width: 767px) {
  #urgentNotice {
    margin: 0 auto;
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid #f0f0f0; }

  #commonHeader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 87px;
    z-index: 20;
    background-color: #fff; }
    #commonHeader .logo {
      margin: 0 auto;
      padding: 30px 0 0;
      width: 113px; }
    #commonHeader .linkContact {
      margin-right: 60px;
      position: absolute;
      top: 42px;
      right: calc(46/750*100vw); }
      #commonHeader .linkContact .icon {
        display: block;
        width: 20px; }
      #commonHeader .linkContact .text {
        display: none; }
    #commonHeader .language {
      display: none; }
    #commonHeader .anotherLangMenu {
      margin-right: 28px;
      border: 1px #777 solid;
      border-radius: 50%;
      position: absolute;
      top: 36px;
      right: calc(46/750*100vw);
      display: block;
      width: 24px;
      height: 24px;
      line-height: 24px;
      font-family: Arial;
      font-size: 9px;
      letter-spacing: .21em;
      text-align: center; }

  .btnMenu {
    position: absolute;
    top: 37px;
    right: calc(46/750*100vw);
    width: 18px;
    height: 21px;
    -webkit-transition: top ease .3s;
    transition: top ease .3s; }
    .btnMenu span {
      display: block;
      position: absolute;
      top: 10px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #777;
      font-size: 0;
      text-indent: -9999px; }
      .btnMenu span:before, .btnMenu span:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #777;
        -webkit-transition: transform ease .3s;
        transition: transform ease .3s; }
      .btnMenu span:before {
        top: -10px; }
      .btnMenu span:after {
        top: 10px; }

  .menuOpen {
    overflow: hidden; }
    .menuOpen .btnMenu span {
      background-color: transparent; }
      .menuOpen .btnMenu span:after {
        top: 50%;
        width: 22px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .menuOpen .btnMenu span:before {
        top: 50%;
        width: 22px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
@media screen and (max-width: 374px) {
  .btnMenu {
    right: calc(34/750*100vw); }

  #commonHeader .linkContact {
    margin-right: 50px; }
  #commonHeader .anotherLangMenu {
    margin-right: 18px; } }
/* =============================================================================
 global navi
============================================================================= */
@media screen and (min-width: 768px) {
  .globalNavi {
    padding-top: 28px;
    position: fixed;
    top: 76px;
    left: 0;
    width: 100%;
    height: 57px;
    z-index: 30;
    background-color: #fff;
    letter-spacing: .15em;
    -webkit-transition: padding ease .3s;
    transition: padding ease .3s; }
    .globalNavi.fixed {
      /*padding-top: 0;*/ }
    .globalNavi .navInner > ul {
      margin: 0 auto;
      position: relative;
      max-width: 1000px;
      font-size: 0;
      text-align: center; }
      .globalNavi .navInner > ul > li {
        margin: 0 23px;
        display: inline-block; }
        .globalNavi .navInner > ul > li > a, .globalNavi .navInner > ul > li > span {
          padding: 21px 0;
          display: block;
          line-height: 1;
          color: #595757;
          font-size: 1.2rem;
          font-family: Arial;
          cursor: pointer; }
        .globalNavi .navInner > ul > li.hovered > a, .globalNavi .navInner > ul > li.hovered > span {
          color: #b0b0b1;
          text-decoration: none; }
        .globalNavi .navInner > ul > li.nav-onlineshop > a:hover {
          color: #b0b0b1;
          text-decoration: none; }
    .globalNavi .nav-service {
      display: none !important; }

  .overlay {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(217, 218, 218, 0.9);
    -webkit-transition: opacity ease .3s, visibility ease .3s;
    transition: opacity ease .3s, visibility ease .3s; }

  body.pcnavOpen .overlay {
    opacity: 1;
    visibility: visible; }

  .globalNavi .subMenu {
    padding: 30px;
    display: block !important;
    position: absolute;
    top: 52px;
    left: 50%;
    width: 100%;
    max-width: 880px;
    min-height: 430px;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    font-size: 1.2rem;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity ease .3s, visibility ease .3s;
    transition: opacity ease .3s, visibility ease .3s; }
    .globalNavi .subMenu a {
      display: block;
      color: #595757;
      text-decoration: none;
      -webkit-transition: background-color ease .3s;
      transition: background-color ease .3s; }
      .globalNavi .subMenu a:hover {
        background-color: #dcdcdc; }
  .globalNavi .nav-news .subMenu {
    display: flex !important; }
  .globalNavi li.hovered .subMenu {
    opacity: 1;
    visibility: visible; }
  .globalNavi .nav-about .title, .globalNavi .nav-letter .title, .globalNavi .nav-product .title, .globalNavi .nav-shop .title {
    margin: 0 0 40px;
    color: #595757;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: Arial; }
  .globalNavi .nav-about .title {
    margin-bottom: 25px; }
  .globalNavi .nav-letter .title, .globalNavi .nav-shop .title {
    margin-bottom: 20px;
    text-align: center; }
  .globalNavi .nav-letter .title a, .globalNavi .nav-shop .title a {
    padding: 10px;
    display: inline-block; }
  .globalNavi .nav-about ul, .globalNavi .nav-letter ul {
    display: flex;
    justify-content: space-between; }
  .globalNavi .nav-about ul {
    justify-content: center; }
    .globalNavi .nav-about ul li {
      width: 33.3333%; }
      .globalNavi .nav-about ul li a {
        padding: 15px 0; }
  .globalNavi .nav-letter ul li a {
    padding: 15px 0; }
  .globalNavi .nav-about ul li .name, .globalNavi .nav-letter ul li .name {
    margin: 0 0 20px;
    font-size: 1.2rem;
    font-family: Arial; }
  .globalNavi .nav-about ul li .name a, .globalNavi .nav-letter ul li .name a {
    color: #595757; }
  .globalNavi .nav-about ul li p, .globalNavi .nav-letter ul li p {
    line-height: 2.08;
    font-size: 1.2rem; }
  .globalNavi .nav-news .subMenu {
    padding: 20px 0 0;
    display: flex;
    justify-content: space-between; }
  .globalNavi .nav-news dl {
    margin: 0 auto;
    width: calc(305/880*100%);
    text-align: left; }
    .globalNavi .nav-news dl dt {
      margin: 0;
      display: inline-block;
      font-size: 1.2rem;
      font-weight: bold;
      font-family: Arial; }
      .globalNavi .nav-news dl dt a {
        padding: 10px; }
    .globalNavi .nav-news dl dd {
      margin-top: 30px; }
      .globalNavi .nav-news dl dd:first-of-type {
        margin-top: 0; }
      .globalNavi .nav-news dl dd a {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        color: #595757; }
      .globalNavi .nav-news dl dd .text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(200/305*100%);
        line-height: 1.42; }
      .globalNavi .nav-news dl dd .image {
        width: calc(85/305*100%); }
  .globalNavi .nav-product .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .globalNavi .nav-shop .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 130px; }
  .globalNavi .nav-product .title, .globalNavi .nav-shop .title {
    width: 100%; }
  .globalNavi .nav-product dl {
    width: 20%;
    line-height: 2.08; }
  .globalNavi .nav-shop dl {
    width: 20%;
    line-height: 2.08;
    width: 190px; }
  .globalNavi .nav-product dl dt, .globalNavi .nav-shop dl dt {
    margin: 0 0 10px; }
  .globalNavi .nav-product dl a, .globalNavi .nav-shop dl a {
    color: #595757; }
  .globalNavi .nav-letter ul li {
    margin: 0 auto;
    width: 45%; }
    .globalNavi .nav-letter ul li .new {
      padding-bottom: 10px;
      min-height: 1em;
      color: #d60012;
      font-family: Arial;
      font-size: 1.2rem;
      letter-spacing: .15em; }

  .menuEN, .enPage .menuJPN {
    display: none; }

  .globalNavi .subNavi, .globalNavi .mark {
    display: none; } }
@media screen and (max-width: 767px) {
  .globalNavi {
    position: fixed;
    top: 87px;
    left: 0;
    width: 100%;
    height: calc(100% - 87px);
    overflow: auto;
    z-index: 30;
    background-color: rgba(255, 255, 255, 0.95);
    letter-spacing: .15em;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity ease .3s, visibility ease .3s;
    transition: opacity ease .3s, visibility ease .3s; }
    .globalNavi.opened {
      opacity: 1;
      visibility: visible; }
    .globalNavi a {
      text-decoration: none; }
    .globalNavi .navInner > ul {
      border-top: 1px #e0e0e0 solid; }
      .globalNavi .navInner > ul > li {
        border-bottom: 1px #e0e0e0 solid; }
        .globalNavi .navInner > ul > li ul {
          border-top: 1px #e0e0e0 solid;
          background-color: #eee; }
        .globalNavi .navInner > ul > li dl {
          background-color: #eee; }
          .globalNavi .navInner > ul > li dl:first-of-type {
            border-top: 1px #e0e0e0 solid;
            background-color: #eee; }
        .globalNavi .navInner > ul > li ul li, .globalNavi .navInner > ul > li dl dt, .globalNavi .navInner > ul > li.nav-shop dl dd {
          border-bottom: 1px #e0e0e0 solid; }
        .globalNavi .navInner > ul > li ul li:last-child, .globalNavi .navInner > ul > li dl:last-of-type dt, .globalNavi .navInner > ul > li.nav-shop dl:last-of-type dd:last-of-type {
          border-bottom: none; }
        .globalNavi .navInner > ul > li > a, .globalNavi .navInner > ul > li > span {
          display: block;
          line-height: 47px;
          color: #595757;
          font-size: 1.4rem;
          font-family: Arial;
          text-align: center; }
        .globalNavi .navInner > ul > li ul li a {
          display: block;
          line-height: 47px;
          color: #595757;
          font-size: 1.4rem;
          font-family: Arial;
          text-align: center; }
        .globalNavi .navInner > ul > li dl dt a, .globalNavi .navInner > ul > li dl dd a {
          display: block;
          line-height: 47px;
          color: #595757;
          font-size: 1.4rem;
          font-family: Arial;
          text-align: center; }
    .globalNavi .subMenu {
      display: none; }

  .overlay {
    display: none; }

  .globalNavi .subMenu .title, .globalNavi .nav-about .subMenu p, .globalNavi .nav-news .subMenu dd, .globalNavi .nav-product .subMenu dd {
    display: none; }
  .globalNavi .nav-letter .subMenu .new, .globalNavi .nav-letter .subMenu p {
    display: none; }
  .globalNavi .nav-shop .subMenu dt {
    display: none; }
  .globalNavi .subNavi {
    padding: 30px 0 35px;
    font-size: 0;
    text-align: center; }
    .globalNavi .subNavi ul + ul {
      margin-top: 30px; }
    .globalNavi .subNavi ul li.sns, .globalNavi .subNavi ul li.contact {
      margin: 0 20px;
      display: inline-block;
      width: 28px;
      vertical-align: middle; }
  .globalNavi .anotherLangMenu {
    margin: 0 20px;
    padding-left: 2px;
    border: 1px #898989 solid;
    border-radius: 50%;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #898989;
    font-family: Arial;
    font-size: 10px;
    letter-spacing: .21em;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box; }
  .globalNavi .mark {
    padding: 15px 0;
    text-align: center; }
    .globalNavi .mark img {
      width: 36px; } }
/* =============================================================================
 common footer
============================================================================= */
#commonFooter {
  margin: 0 auto;
  padding: 20px 0 0;
  border-top: 1px #b8b8b8 solid;
  max-width: 1000px;
  letter-spacing: .15em; }
  #commonFooter .footNavi {
    padding: 0 20px;
    display: flex;
    justify-content: space-between; }
    #commonFooter .footNavi dl {
      width: calc(100/6%);
      text-align: center;
      font-size: 1.2rem;
      font-family: Arial; }
      #commonFooter .footNavi dl dt {
        margin: 0 0 5px;
        font-weight: bold; }
        #commonFooter .footNavi dl dt a, #commonFooter .footNavi dl dt span {
          color: #595757; }
      #commonFooter .footNavi dl dd {
        line-height: 2;
        color: #878787;
        letter-spacing: .09em;
        font-size: 1.1rem; }
        #commonFooter .footNavi dl dd ul li a {
          color: #878787; }
  #commonFooter .footerLogo {
    padding: 70px 0 0;
    text-align: center; }
    #commonFooter .footerLogo img {
      width: 48px; }
  #commonFooter .copyright {
    padding: 70px 0 30px;
    color: #878787;
    font-family: Arial;
    font-size: 1rem;
    letter-spacing: .29em;
    text-align: center; }

@media screen and (min-width: 768px) {
  #commonFooter .footNavi dl dd {
    display: block !important; } }
@media screen and (max-width: 767px) {
  #commonFooter {
    padding: 0;
    border-top: none; }
    #commonFooter .footNavi {
      padding: 0;
      border-top: 1px #e0e0e0 solid;
      display: block; }
      #commonFooter .footNavi dl {
        border-bottom: 1px #e0e0e0 solid;
        width: auto;
        text-align: left;
        font-size: 1.4rem; }
        #commonFooter .footNavi dl dt {
          margin: 0; }
          #commonFooter .footNavi dl dt a, #commonFooter .footNavi dl dt span {
            padding: 22px 70px 22px calc(57/750*100vw);
            position: relative;
            display: block;
            outline: none;
            text-decoration: none; }
          #commonFooter .footNavi dl dt a:after, #commonFooter .footNavi dl dt span:after {
            margin-top: -10px;
            content: "";
            display: block;
            border-top: 1px #b4b3b3 solid;
            border-right: 1px #b4b3b3 solid;
            position: absolute;
            top: 50%;
            right: calc(57/750*100vw);
            width: 12px;
            height: 12px;
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
          #commonFooter .footNavi dl dt.open a:after, #commonFooter .footNavi dl dt.open span:after {
            margin-top: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
        #commonFooter .footNavi dl.onlineshop dt a:after {
          margin-top: -11px;
          border: none;
          right: calc(44/750*100vw);
          width: 21px;
          height: 21px;
          background: url(../images/common/icon_blank.png) 0 0 no-repeat;
          -webkit-background-size: cover;
          background-size: cover;
          -webkit-transform: none;
          transform: none; }
        #commonFooter .footNavi dl dd {
          display: none;
          line-height: 1;
          color: #595757;
          font-size: 1.4rem; }
          #commonFooter .footNavi dl dd ul {
            border-top: 1px #e0e0e0 solid; }
            #commonFooter .footNavi dl dd ul li {
              border-bottom: 1px #e0e0e0 solid;
              background-color: #eee; }
              #commonFooter .footNavi dl dd ul li:last-child {
                border-bottom: none; }
              #commonFooter .footNavi dl dd ul li a {
                padding: 22px 70px 22px calc(57/750*100vw);
                display: block;
                color: #595757; }
    #commonFooter .footerLogo {
      padding: 35px 0 0;
      text-align: center; }
      #commonFooter .footerLogo img {
        width: 48px; }
    #commonFooter .copyright {
      padding: 30px calc(57/750*100vw);
      line-height: 1.5;
      color: #878787;
      font-family: Arial;
      font-size: 1rem;
      letter-spacing: .29em;
      text-align: center; } }
/* =============================================================================
 Common Block Styles
============================================================================= */
/* section */
.section {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  position: relative;
  max-width: 1000px; }

@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 50px; } }
/* title */
.sectionTitle {
  margin: 0 0 30px;
  font-family: Arial;
  font-size: 2.7rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: .15em; }

@media screen and (max-width: 767px) {
  .sectionTitle {
    margin: 0 0 20px;
    font-size: 2.6rem; } }
/* head SNS */
#mainArea .sns {
  position: fixed;
  top: 50px;
  right: 152px;
  z-index: 45; }
  #mainArea .sns ul li {
    margin-left: 28px;
    float: left;
    width: 26px; }
    #mainArea .sns ul li a {
      -webkit-transition: opacity ease .3s;
      transition: opacity ease .3s; }
      #mainArea .sns ul li a:hover {
        opacity: .7; }

@media screen and (max-width: 1000px) {
  #mainArea .sns {
    right: 110px; }
    #mainArea .sns ul li {
      margin-left: 18px; } }
@media screen and (max-width: 767px) {
  #mainArea .sns {
    margin: 60px 0 100px;
    position: static; }
    #mainArea .sns ul {
      font-size: 0;
      text-align: center; }
      #mainArea .sns ul li {
        /*margin: 0 36px;*/
        margin: 0 20px;
        display: inline-block;
        float: none;
        width: 39px; } }
/* page header */
.pageHeader {
  margin: 0 0 60px;
  letter-spacing: .15em; }
  .pageHeader .pageKV {
    height: 424px; }
    .pageHeader .pageKV .kv {
      position: relative;
      height: 424px; }
      .pageHeader .pageKV .kv .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        height: 424px; }
        .pageHeader .pageKV .kv .image img {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          min-width: 1280px;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .pageHeader .slick-dots {
    padding: 12px 0 0;
    text-align: center;
    font-size: 0; }
    .pageHeader .slick-dots li {
      margin: 0 7px;
      display: inline-block; }
    .pageHeader .slick-dots button {
      margin: 0;
      padding: 0;
      border: none;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #c7c8c8;
      font-size: 0;
      text-indent: -9999px;
      cursor: pointer;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .pageHeader .slick-dots .slick-active button, .pageHeader .slick-dots button:hover {
      background-color: #595757; }
  .pageHeader .breadcrumb {
    margin: 0 auto;
    padding: 20px 0 0;
    max-width: 1000px;
    font-size: 0;
    font-family: Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: right; }
    .pageHeader .breadcrumb ul li {
      display: inline-block;
      line-height: 1.2;
      font-size: 1.1rem; }
      .pageHeader .breadcrumb ul li:after {
        margin: 0 1em;
        content: "＞"; }
      .pageHeader .breadcrumb ul li:last-child:after {
        display: none; }
      .pageHeader .breadcrumb ul li a {
        color: #595757; }

@media screen and (max-width: 767px) {
  .pageHeader {
    margin: 0 0 60px;
    letter-spacing: .15em; }
    .pageHeader .pageKV {
      height: auto; }
      .pageHeader .pageKV .kv {
        height: auto; }
        .pageHeader .pageKV .kv .image {
          position: relative;
          height: auto; }
          .pageHeader .pageKV .kv .image img {
            position: static;
            min-width: inherit; }
        .pageHeader .pageKV .kv:not(.slick-slide) .image img {
          -webkit-transform: none;
          transform: none; }
    .pageHeader .slick-dots {
      padding: 15px 0 0; }
    .pageHeader .breadcrumb {
      padding: 10px calc(50/750*100vw) 0; }
      .pageHeader .breadcrumb ul li {
        letter-spacing: .03em; } }
/* page header */
.pageLead {
  margin: 0 0 100px;
  text-align: center;
  letter-spacing: .15em; }

.pageTitle {
  margin: 0 0 60px;
  color: #9d9e9e;
  font-family: Arial;
  font-weight: normal;
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: .15em; }

.pageLead .pageCopy {
  margin: 0 0 40px;
  line-height: 1.45;
  font-size: 2.2rem; }
.pageLead .pageSubCopy {
  line-height: 1.5;
  font-size: 1.6rem; }
.pageLead p {
  margin: 2em 0 0;
  line-height: 1.85;
  letter-spacing: .21em; }
  .pageLead p .em {
    border-bottom: 1px #595757 solid; }
.pageLead .image {
  margin: 30px 0 0; }

@media screen and (max-width: 767px) {
  .pageLead {
    margin: 0 0 100px;
    padding: 0 calc(57/750*100vw); }

  .pageTitle {
    margin: 0 0 50px;
    font-size: 2.4rem; }

  .pageLead .pageCopy {
    margin: 0 auto 20px;
    line-height: 1.6;
    font-size: 2rem; }
    .pageLead .pageCopy.kagaeLogo {
      width: 100px; }
  .pageLead .pageSubCopy {
    letter-spacing: .11em; }
  .pageLead p {
    line-height: 2.04;
    font-size: 1.3rem; }
  .pageLead .image {
    margin: 30px calc(-57/750*100vw) 0; } }
/* pager */
.pager {
  padding: 30px 0 0;
  line-height: 24px;
  text-align: center; }
  .pager ul {
    margin: 0 -25px;
    display: inline-block;
    vertical-align: middle; }
    .pager ul li {
      margin: 0 5px;
      display: inline-block;
      color: #a5a5a6;
      letter-spacing: .21em; }
      .pager ul li a {
        color: #a5a5a6; }
        .pager ul li a:hover {
          color: #595757; }
      .pager ul li.current a {
        color: #595757; }
  .pager .prev, .pager .back, .pager .next {
    margin: 0 35px;
    display: inline-block;
    font-family: Arial;
    font-size: 1.1rem;
    letter-spacing: .15em; }
  .pager .prev a, .pager .back a, .pager .next a {
    color: #595757; }

.pagerSL {
  font-size: 1.6rem; }

.pager.pagerSL .prev, .pager.pagerSL .back, .pager.pagerSL .next {
  position: relative;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
.pager.pagerSL .prev, .pager.pagerSL .next {
  min-width: 170px; }

.pagerSL .prev a:before, .pagerSL .next a:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  width: 16px;
  height: 16px;
  border-top: 1px #595757 solid;
  border-right: 1px #595757 solid; }
.pagerSL .prev a {
  padding-left: 80px;
  display: block; }
  .pagerSL .prev a:before {
    left: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
.pagerSL .next a {
  padding-right: 80px;
  display: block; }
  .pagerSL .next a:after {
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
.pagerSL .back {
  text-decoration: underline; }
  .pagerSL .back a {
    text-decoration: underline; }

@media screen and (max-width: 767px) {
  .pager {
    padding: 25px 0 0; }
    .pager ul {
      margin: 0; }
    .pager .prev, .pager .back, .pager .next {
      margin: 0 15px;
      font-weight: bold; }

  .pagerSL {
    font-size: 1.4rem; }

  .pager.pagerSL .prev, .pager.pagerSL .back, .pager.pagerSL .next {
    font-size: 1.1rem; }
  .pager.pagerSL .prev, .pager.pagerSL .next {
    min-width: 80px; }

  .pagerSL .prev a:before, .pagerSL .next a:after {
    top: 5px;
    width: 12px;
    height: 12px; }
  .pagerSL .prev {
    margin-left: 0; }
    .pagerSL .prev a {
      padding-left: 15px; }
  .pagerSL .next {
    margin-right: 0; }
    .pagerSL .next a {
      padding-right: 15px; } }
/* =============================================================================
 Top Page Styles
============================================================================= */
.hero {
  margin: 0 0 60px; }
  .hero .mv {
    position: relative;
    height: 424px; }
    .hero .mv .image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      overflow: hidden;
      height: 424px; }
      .hero .mv .image img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        max-width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .hero .mv .text {
      margin: 0 auto;
      padding: 110px 0 0;
      max-width: 1000px;
      position: relative;
      z-index: 2; }
    .hero .mv .title {
      margin: 0 0 10px;
      font-family: Arial;
      font-size: 3.4rem;
      font-weight: normal;
      letter-spacing: .15em; }
    .hero .mv .subTitle {
      margin: 0 0 40px;
      font-family: Arial;
      font-size: 1.26rem;
      letter-spacing: .29em; }
    .hero .mv p {
      line-height: 1.88;
      font-size: 1.6rem;
      letter-spacing: .21em; }
  .hero .slick-dots {
    padding: 12px 0 0;
    text-align: center;
    font-size: 0; }
    .hero .slick-dots li {
      margin: 0 7px;
      display: inline-block; }
    .hero .slick-dots button {
      margin: 0;
      padding: 0;
      border: none;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #c7c8c8;
      font-size: 0;
      text-indent: -9999px;
      cursor: pointer;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .hero .slick-dots .slick-active button, .hero .slick-dots button:hover {
      background-color: #595757; }

@media screen and (min-width: 1921px) {
  .hero .mv {
    min-height: 424px;
    height: 22.1vw; }
    .hero .mv .image {
      overflow: inherit;
      height: 100%; }
      .hero .mv .image img {
        min-width: inherit; } }
@media screen and (min-width: 1001px) and (max-width: 1920px) {
  .hero .mv {
    overflow: hidden; }
    .hero .mv .image {
      width: 1920px;
      left: 50%;
      transform: translateX(-50%); } }
@media screen and (max-width: 1000px) {
  .hero .mv {
    overflow: hidden; }
    .hero .mv .image {
      width: 188vw;
      left: 50%;
      transform: translateX(-50%); } }
@media screen and (max-width: 767px) {
  .hero .mv {
    height: 100vw; }
    .hero .mv .image {
      width: 100%;
      height: 100vw; }
      .hero .mv .image img {
        min-width: inherit; }
    .hero .mv .text {
      padding: calc(460/750*100vw) calc(57/750*100vw) 0; }
    .hero .mv .title {
      margin: 0 0 8px;
      font-size: 2.9rem; }
    .hero .mv .subTitle {
      margin: 0 0 12px;
      font-size: 1.1rem; }
    .hero .mv p {
      font-size: 1.3rem; }
  .hero .slick-dots {
    padding: 15px 0 0; } }
/* latest news */
.latestNews {
  margin-bottom: 50px;
  letter-spacing: .15em; }
  .latestNews .sectionTitle {
    font-size: 1.8rem; }
  .latestNews ul {
    text-align: center; }
    .latestNews ul li {
      margin: 0 0 15px;
      line-height: 1.5;
      font-style: 1.2rem; }
      .latestNews ul li a {
        color: #595757; }
      .latestNews ul li .date {
        margin-right: 1em; }
  .latestNews .more {
    margin: 25px 0 0;
    font-family: Arial;
    font-size: 1.4rem;
    text-align: center; }
    .latestNews .more a {
      border: 1px #666 solid;
      display: inline-block;
      width: 90px;
      line-height: 22px;
      color: #595757;
      text-align: center;
      text-decoration: none;
      -webkit-transition: color ease .3s, background-color ease .3s;
      transition: color ease .3s, background-color ease .3s; }
      .latestNews .more a:hover {
        color: #fff;
        background-color: #595757; }

@media screen and (max-width: 767px) {
  .latestNews {
    margin: 0 calc(57/750*100vw) 50px; }
    .latestNews .sectionTitle {
      font-size: 2.25rem; }
    .latestNews ul {
      text-align: center; }
      .latestNews ul li {
        margin: 0 0 10px;
        font-style: 1.15rem;
        letter-spacing: .03em; }
    .latestNews .more {
      margin: 35px 0 0; }
      .latestNews .more a {
        line-height: 28px; } }
/* latest news */
.siteContents {
  letter-spacing: .15em; }
  .siteContents ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 900px; }
    .siteContents ul li {
      margin-bottom: 20px;
      width: calc(440/900*100%); }
      .siteContents ul li:nth-child(2n) {
        margin-left: calc(20/900*100%); }
      .siteContents ul li.full {
        width: 100%; }
      .siteContents ul li a {
        position: relative;
        display: block;
        -webkit-transition: opacity ease .3s;
        transition: opacity ease .3s; }
        .siteContents ul li a:hover {
          opacity: .7; }
        .siteContents ul li a:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.2);
          z-index: 1; }
        .siteContents ul li a > .contentsTitle {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          z-index: 2;
          color: #fff;
          font-family: Arial;
          font-size: 2.7rem;
          font-weight: normal;
          text-align: center;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .siteContents ul li p {
        padding-top: 10px;
        min-height: 5.55em;
        line-height: 1.85;
        font-size: 1.3rem;
        text-align: center; }

/*
.siteContents ul li .hoverPanel {
  padding: 25px 80px 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #fff;
  background-color: rgba(0,0,0,.7);
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity ease .3s,visibility ease .3s;
  transition: opacity ease .3s,visibility ease .3s;
}
.siteContents ul li a:hover>.contentsTitle {
  display: none;
}
.siteContents ul li a:hover .hoverPanel {
  opacity: 1;
  visibility: visible;
}
.siteContents ul li .hoverPanel .contentsTitle {
  font-family: Arial;
  font-size: 2rem;
  font-weight: normal;
}
.siteContents ul li .hoverPanel p {
  line-height: 1.66;
  font-size: 1.4rem;
}
.siteContents ul li .hoverPanel:after {
  margin-top: -35px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 70px;
  height: 70px;
  background: url(../images/top/icon_arrow.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
*/
@media screen and (max-width: 767px) {
  .siteContents ul {
    display: block; }
    .siteContents ul li {
      margin-bottom: 25px;
      width: 100%; }
      .siteContents ul li:nth-child(2n) {
        margin-left: 0; }
      .siteContents ul li a > .contentsTitle {
        font-size: 2.4rem; }
      .siteContents ul li p {
        padding: 10px calc(58/750*100%) 0;
        min-height: inherit;
        line-height: 1.67;
        font-size: 1.2rem; }

  	/*
      .siteContents ul li .hoverPanel {
        padding: 15px calc(57/750*100vw) 10px;
        text-align: center;
      }
      .siteContents ul li .hoverPanel .contentsTitle {
        font-size: 1.8rem;
      }
      .siteContents ul li .hoverPanel p {
        line-height: 1.65;
        font-size: 1.15rem;
      }
      .siteContents ul li .hoverPanel:after {
        display: none;
      }
      */ }
/* product */
.productGenre {
  margin-bottom: 120px;
  letter-spacing: .15em; }
  .productGenre ul {
    margin: 0 auto;
    margin: -10px auto 0;
    padding-top: 40px;
    border-top: 1px #838283 solid; }
    .productGenre ul li {
      text-align: center; }
      .productGenre ul li a {
        color: #595757;
        outline: none; }
      .productGenre ul li .image {
        /*height: 290px;*/
        text-align: center; }
        .productGenre ul li .image img {
          display: inline-block;
          max-height: 100%; }
      .productGenre ul li .name {
        padding: 15px 0 0;
        text-align: center;
        line-height: 1.6; }
  .productGenre .top_product_en_name {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 1rem; }
  .productGenre .top_product_jp_name {
    margin-top: 5px;
    font-size: 1.3rem;
    font-weight: normal; }
  .productGenre .slick-slide {
    margin: 0 15px; }

@media screen and (max-width: 767px) {
  .productGenre {
    margin: 0 0 50px; }
    .productGenre .sectionTitle {
      margin: 0 calc(57/750*100vw);
      padding-bottom: 15px;
      border-bottom: 1px #838283 solid; }
    .productGenre ul {
      margin: 0 auto;
      border: none;
      margin: 0 auto; }
    .productGenre .slick-slide {
      width: 50vw; }
    .productGenre ul li a {
      color: #595757;
      text-decoration: none;
      outline: none; }
    .productGenre ul li .image {
      /*height: calc(460/750*100vw);*/
      text-align: center; }
      .productGenre ul li .image img {
        display: inline-block;
        width: auto; }
    .productGenre ul li .name {
      padding: 10px 0 0;
      display: none;
      font-size: 1.2rem; }
    .productGenre .top_product_en_name {
      font-size: 1.2rem; }
    .productGenre .top_product_jp_name {
      font-size: 1.5rem; }
    .productGenre .slick-active .name {
      display: block; }
    .productGenre .slick-slide {
      margin: 0 30px; }
    .productGenre .slick-arrow {
      margin: -30px 0 0;
      padding: 0;
      border-radius: 0;
      border: none;
      position: absolute;
      top: 50%;
      width: 60px;
      height: 60px;
      z-index: 5;
      outline: none;
      background: transparent url(../images/top/icon_arrow.png) 0 0 no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      font-size: 0;
      text-indent: -9999px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .productGenre .slick-prev {
      left: 0;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .productGenre .slick-next {
      right: 0; } }
/* shop */
/* insta */
#instaFeeds {
  margin: 0 auto -40px;
  position: static !important;
  max-width: 806px; }
  #instaFeeds li a {
    margin: 0 8px;
    padding-top: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
    #instaFeeds li a img {
      display: none;
      width: 100%; }
  #instaFeeds .slick-arrow {
    margin: -5px 0 0;
    padding: 0;
    border-radius: 0;
    border: none;
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    z-index: 5;
    outline: none;
    background: transparent url(../images/top/icon_arrow.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    font-size: 0;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  #instaFeeds .slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  #instaFeeds .slick-next {
    right: 0; }

@media screen and (max-width: 767px) {
  #instaFeeds {
    margin: 0; }
    #instaFeeds .slick-slide {
      width: 50vw; }
    #instaFeeds .slick-arrow {
      margin: -5px 0 0;
      width: 60px;
      height: 60px; } }
/* =============================================================================
 Concept Page Styles
============================================================================= */
.ikodogen {
  padding: 90px 0;
  background-color: #ededed; }
  .ikodogen .titleEN {
    font-size: 1.6rem;
    font-family: Arial;
    letter-spacing: .29em;
    text-align: center; }
  .ikodogen .title {
    margin: 20px 0;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: .15em;
    text-align: center; }
  .ikodogen p {
    margin: 0 auto;
    max-width: 900px;
    letter-spacing: .17em; }

.ikodogen_en p {
  max-width: 540px; }

@media screen and (max-width: 767px) {
  .ikodogen {
    padding: 90px calc(57/750*100vw) 80px; }
    .ikodogen .titleEN {
      font-size: 1.5rem;
      letter-spacing: .29em; }
    .ikodogen .title {
      margin: 20px 0;
      font-size: 2rem; }
    .ikodogen p {
      max-width: inherit; } }
/* =============================================================================
 About Page Styles
============================================================================= */
.columnBox {
  padding-top: 80px;
  border-top: 1px #c8c7cc solid;
  max-width: 872px !important; }
  .columnBox > * {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1000px;
    box-sizing: border-box; }
  .columnBox.letterBox > * {
    max-width: 872px; }
  .columnBox .titleEN {
    line-height: 1.67;
    font-size: 1.6rem;
    font-family: Arial;
    font-weight: normal;
    letter-spacing: .29em;
    text-align: center; }
  .columnBox .columnTitle {
    margin: 10px 0 20px;
    line-height: 1.67;
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: .15em;
    text-align: center; }
  .columnBox > p {
    margin-bottom: 60px;
    letter-spacing: .21em;
    text-align: center; }
  .columnBox .image {
    text-align: center; }
  .columnBox .aboutCounseling {
    margin: 0 auto;
    padding: 75px 88px 0;
    border: 1px #d2d3d3 solid;
    width: 100%;
    max-width: 872px;
    box-sizing: border-box; }
  .columnBox .acTitle {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px #595757 solid;
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: .15em;
    text-align: center; }
  .columnBox .counselingCustomers {
    margin-bottom: 120px; }
    .columnBox .counselingCustomers ul {
      display: flex;
      justify-content: space-between; }
      .columnBox .counselingCustomers ul li {
        position: relative;
        width: calc(110/694*100%);
        text-align: center; }
        .columnBox .counselingCustomers ul li:before {
          content: "";
          border-radius: 50%;
          padding-top: 100%;
          display: block;
          width: 100%;
          background-color: #eef0f0; }
        .columnBox .counselingCustomers ul li span {
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          line-height: 1.67;
          font-size: 1.2rem;
          letter-spacing: .07em;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .columnBox .counselingFlow ul li {
    margin: 0 0 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .columnBox .counselingFlow ul li:before {
      content: "";
      display: block;
      position: absolute;
      left: calc(124/694*100%);
      bottom: -40px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 20px 0 20px;
      border-color: #dfdfdf transparent transparent transparent; }
    .columnBox .counselingFlow ul li:last-child:before {
      display: none; }
    .columnBox .counselingFlow ul li .image {
      width: calc(276/694*100%); }
    .columnBox .counselingFlow ul li .text {
      width: calc(390/694*100%);
      letter-spacing: .15em; }
      .columnBox .counselingFlow ul li .text .flowTitle {
        margin: 0 0 15px;
        line-height: 1.41;
        font-size: 1.7rem;
        font-weight: normal; }

.beautytips {
  padding-bottom: 80px;
  border-top: none;
  max-width: inherit !important;
  background-color: #ededed; }
  .beautytips .titleEN {
    font-size: 1.6rem;
    font-family: Arial;
    font-weight: normal;
    letter-spacing: .29em;
    text-align: center; }
  .beautytips .title {
    margin: 15px 0 25px;
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: .15em;
    text-align: center; }

.columnBox .counselingFaq {
  width: 95%;
  max-width: 872px; }
  .columnBox .counselingFaq dl {
    margin: 0 0 40px;
    background-color: #fff; }
    .columnBox .counselingFaq dl:last-of-type {
      margin: 0; }
    .columnBox .counselingFaq dl dt {
      padding: 22px 30px;
      position: relative;
      line-height: 1.78;
      background-color: #dfdfdf;
      font-size: 1.8rem;
      font-weight: normal;
      letter-spacing: .15em; }
    .columnBox .counselingFaq dl dd {
      padding: 35px; }
      .columnBox .counselingFaq dl dd .anwserTitle {
        margin: 0 0 15px;
        font-size: 1.7rem;
        letter-spacing: .05em; }
      .columnBox .counselingFaq dl dd .typeMedicine {
        margin: 30px 0 0;
        padding: 30px 0 0;
        border-top: 1px #b9baba solid;
        display: flex;
        justify-content: space-between; }
      .columnBox .counselingFaq dl dd .medicine {
        width: calc(390/802*100%);
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .columnBox .counselingFaq dl dd .medicine .image {
          width: calc(110/390*100%); }
        .columnBox .counselingFaq dl dd .medicine .text {
          width: calc(270/390*100%); }
        .columnBox .counselingFaq dl dd .medicine .name {
          margin: 0 0 5px;
          font-size: 1.4rem; }

/*
.columnBox .counselingFaq dl dt:before {
  content: "QUESTION";
  position: absolute;
  top: 30px;
  left: 30px;
  color: #a5a5a6;
  font-size: 1.1rem;
}
*/
@media screen and (max-width: 767px) {
  .columnBox {
    margin: 0 calc(57/750*100vw) 80px;
    padding: 70px 0 0; }
    .columnBox .titleEN {
      font-size: 1.5rem; }
    .columnBox .columnTitle {
      font-size: 2rem; }
    .columnBox .aboutCounseling {
      padding: 40px calc(50/636*100%);
      width: 100%; }
    .columnBox .acTitle {
      margin-bottom: 20px;
      line-height: 1.29;
      font-size: 1.75rem;
      letter-spacing: .05em;
      text-align: center; }
    .columnBox .counselingCustomers {
      margin-bottom: 40px; }
      .columnBox .counselingCustomers ul {
        flex-wrap: wrap; }
        .columnBox .counselingCustomers ul li {
          margin: 0 0 20px;
          width: calc(228/524*100%); }
          .columnBox .counselingCustomers ul li span {
            font-size: 1.1rem;
            font-weight: bold;
            letter-spacing: .04em; }
    .columnBox .counselingFlow {
      margin: 0; }
      .columnBox .counselingFlow ul li {
        display: block; }
        .columnBox .counselingFlow ul li:last-child {
          margin-bottom: 0; }
        .columnBox .counselingFlow ul li:before {
          left: calc(50% - 20px); }
        .columnBox .counselingFlow ul li:last-child:before {
          display: none; }
        .columnBox .counselingFlow ul li .image {
          margin: 0 0 10px;
          width: auto; }
        .columnBox .counselingFlow ul li .text {
          width: auto; }
          .columnBox .counselingFlow ul li .text .flowTitle {
            margin: 0 0 10px;
            font-size: 1.4rem; }
          .columnBox .counselingFlow ul li .text p {
            font-size: 1.2rem; }
            .columnBox .counselingFlow ul li .text p br {
              display: none; }

  .beautytips {
    margin: 0;
    padding: 50px calc(57/750*100vw); }
    .beautytips .titleEN {
      font-size: 1.75rem; }
    .beautytips .title {
      font-size: 2rem; }

  .columnBox .counselingFaq {
    width: auto; }
    .columnBox .counselingFaq dl {
      margin: 0 0 35px; }
      .columnBox .counselingFaq dl dt {
        padding: 15px 0;
        font-size: 1.4rem;
        text-align: center; }
      .columnBox .counselingFaq dl dd {
        padding: 15px calc(87/750*100vw); }
        .columnBox .counselingFaq dl dd .anwserTitle {
          margin: 0 0 5px;
          line-height: 1.43;
          font-size: 1.4rem; }
        .columnBox .counselingFaq dl dd .typeMedicine {
          margin: 20px 0 0;
          padding: 20px 0 0;
          display: block; }
        .columnBox .counselingFaq dl dd .medicine {
          width: auto;
          display: block; }
          .columnBox .counselingFaq dl dd .medicine .image {
            width: auto; }
            .columnBox .counselingFaq dl dd .medicine .image img {
              width: 50%; }
          .columnBox .counselingFaq dl dd .medicine .text {
            width: auto; }
          .columnBox .counselingFaq dl dd .medicine .name, .columnBox .counselingFaq dl dd .medicine p {
            font-size: 1.2rem; }

  	/*
      .columnBox .counselingFaq dl dt:before {
        padding-bottom: 5px;
        position: static;
        display: block;
        width: 100%;
        line-height: 1;
        font-size: .9rem;
      }
      */ }
/* =============================================================================
 Product Page Styles
============================================================================= */
.productCategories {
  margin: 0 auto 120px;
  max-width: 1000px; }
  .productCategories .catLink dl {
    position: relative;
    z-index: 2; }
    .productCategories .catLink dl dt {
      position: relative;
      line-height: 40px;
      color: #595757;
      background-color: #dcdddd;
      font-size: 1.3rem;
      font-weight: normal;
      font-family: Arial;
      letter-spacing: .15em;
      text-align: center;
      cursor: pointer; }
      .productCategories .catLink dl dt:before, .productCategories .catLink dl dt:after {
        content: "";
        display: block;
        position: absolute;
        background-color: #8f9090; }
      .productCategories .catLink dl dt:before {
        top: calc(50% - 1px);
        right: 22px;
        width: 13px;
        height: 3px; }
      .productCategories .catLink dl dt:after {
        top: calc(50% - 6px);
        right: 27px;
        width: 3px;
        height: 13px; }
      .productCategories .catLink dl dt.open:after {
        display: none; }
    .productCategories .catLink dl dd {
      display: none;
      width: 100%;
      background-color: #fff; }
      .productCategories .catLink dl dd ul {
        border-bottom: none; }
        .productCategories .catLink dl dd ul li {
          border-top: 1px #fff solid; }
          .productCategories .catLink dl dd ul li a {
            display: block;
            line-height: 40px;
            color: #595757;
            background-color: #dcdddd;
            font-size: 1.3rem;
            font-family: Arial;
            letter-spacing: .15em;
            text-decoration: none;
            text-align: center;
            -webkit-transition: color ease .3s, background-color ease .3s;
            transition: color ease .3s, background-color ease .3s; }
            .productCategories .catLink dl dd ul li a:hover {
              color: #fff;
              background-color: #595757; }
  .productCategories .anchorLink {
    padding: 30px 0 0; }
    .productCategories .anchorLink ul {
      display: flex;
      flex-wrap: wrap; }
      .productCategories .anchorLink ul li {
        margin: 0 47px 15px 0;
        border: 1px #595757 solid;
        width: 302px;
        line-height: 22px;
        font-size: 1.4rem;
        letter-spacing: .15em;
        text-align: center;
        box-sizing: border-box; }
        .productCategories .anchorLink ul li:nth-child(3n) {
          margin-right: 0; }
        .productCategories .anchorLink ul li a {
          display: block;
          color: #595757;
          text-decoration: none;
          -webkit-transition: color ease .3s, background-color ease .3s;
          transition: color ease .3s, background-color ease .3s; }
          .productCategories .anchorLink ul li a:hover {
            color: #fff;
            background-color: #595757; }

.productList .productTitle {
  margin: 0 0 20px;
  border-bottom: 2px #a1a1a1 solid;
  line-height: 1.88;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: .15em; }
.productList ul {
  display: flex;
  flex-wrap: wrap; }
.productList.recommendedItems ul {
  justify-content: center; }
.productList ul li {
  margin: 0 2% 20px 0;
  width: 32%;
  color: #595757;
  letter-spacing: .15em;
  text-align: center; }
  .productList ul li:nth-child(3n) {
    margin-right: 0; }
  .productList ul li a {
    display: block;
    color: #595757;
    letter-spacing: .15em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s; }
    .productList ul li a:hover {
      opacity: .7; }
  .productList ul li .image {
    margin: 0 0 10px; }
  .productList ul li .name {
    margin: 0 0 5px;
    line-height: 1.59; }
  .productList ul li p {
    padding-top: 1em; }

@media screen and (max-width: 767px) {
  .productCategories {
    margin: 0 calc(57/750*100%) 35px; }
    .productCategories .catLink dl dt {
      padding-left: 16px;
      line-height: 35px;
      font-size: 1.25rem;
      text-align: left; }
      .productCategories .catLink dl dt:before {
        top: calc(50% - 1px);
        right: 17px;
        width: 10px;
        height: 2px; }
      .productCategories .catLink dl dt:after {
        top: calc(50% - 5px);
        right: 21px;
        width: 2px;
        height: 10px; }
      .productCategories .catLink dl dt.open:after {
        display: none; }
    .productCategories .catLink dl dd {
      top: 54px; }
      .productCategories .catLink dl dd ul li a {
        padding-left: 16px;
        line-height: 35px;
        font-size: 1.25rem;
        text-align: left; }
    .productCategories .anchorLink {
      padding: 15px 0 0; }
      .productCategories .anchorLink ul {
        flex-wrap: wrap; }
        .productCategories .anchorLink ul li {
          margin: 0 5% 10px 0;
          width: 47.5%;
          font-size: 1.1rem;
          letter-spacing: .03em; }
          .productCategories .anchorLink ul li:nth-child(3n) {
            margin-right: 5%; }
          .productCategories .anchorLink ul li:nth-child(2n) {
            margin-right: 0; }
          .productCategories .anchorLink ul li a {
            color: #595757;
            text-decoration: none; }

  .productList {
    margin: 0 calc(57/750*100%) 60px; }
    .productList .productTitle {
      border-bottom: 1px #a1a1a1 solid; }
    .productList ul li {
      margin: 0 4% 20px 0;
      width: 48%;
      letter-spacing: .05em;
      font-size: 1.1rem; }
      .productList ul li:nth-child(3n) {
        margin-right: 4%; }
      .productList ul li:nth-child(2n) {
        margin-right: 0; }
      .productList ul li a {
        letter-spacing: .05em;
        font-size: 1.1rem; } }
/* =============================================================================
 Shop Page Styles
============================================================================= */
/* index */
.shopFlow {
  margin-bottom: 200px; }
  .shopFlow .title {
    margin: 0 0 30px;
    line-height: 1.45;
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: .15em;
    text-align: center; }
  .shopFlow ul {
    display: flex;
    justify-content: center; }
    .shopFlow ul li {
      margin: 0 2.8%;
      position: relative;
      width: 19.4%; }
      .shopFlow ul li .image {
        position: relative; }
        .shopFlow ul li .image:before {
          margin-right: -12%;
          content: "";
          display: block;
          position: absolute;
          top: calc(50% - 13px);
          right: -14px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 13px 0 13px 14px;
          border-color: transparent transparent transparent #dfdfdf; }
      .shopFlow ul li:last-child .image:before {
        display: none; }
      .shopFlow ul li .caption {
        padding-top: 5px;
        line-height: 1.85;
        letter-spacing: .21em;
        text-align: center; }

.shopList {
  margin-bottom: 0; }
  .shopList dl {
    margin-top: 50px; }
    .shopList dl dt {
      margin: 0 0 40px;
      font-size: 2.2rem;
      letter-spacing: .15em;
      text-align: center; }
    .shopList dl dd ul {
      font-size: 0;
      width: 800px;
      margin: 0 auto; }
      .shopList dl dd ul li {
        margin: 0 12px 30px;
        border: 1px #595757 solid;
        display: inline-block;
        min-width: 240px;
        line-height: 50px;
        font-size: 1.4rem;
        box-sizing: border-box;
        text-align: center; }
        .shopList dl dd ul li.shopList-small {
          font-size: 1.2rem;
          letter-spacing: -0.05em; }
        .shopList dl dd ul li a {
          display: block;
          color: #595757;
          text-decoration: none;
          -webkit-transition: color ease .3s, background-color ease .3s;
          transition: color ease .3s, background-color ease .3s;
          padding: 0 10px; }
          .shopList dl dd ul li a:hover {
            color: #fff;
            background-color: #595757; }

@media screen and (max-width: 767px) {
  .shopFlow {
    margin-bottom: 120px; }
    .shopFlow .title {
      font-size: 2rem; }
    .shopFlow ul {
      margin: 0 calc(80/750*100vw);
      display: block; }
      .shopFlow ul li {
        margin: 0 0 60px;
        position: relative;
        width: auto; }
        .shopFlow ul li:before {
          content: "";
          display: block;
          position: absolute;
          left: calc(50% - 20px);
          bottom: -40px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 20px 0 20px;
          border-color: #dfdfdf transparent transparent transparent; }
        .shopFlow ul li:last-child:before, .shopFlow ul li .image:before {
          display: none; }
        .shopFlow ul li .caption {
          padding-top: 10px;
          letter-spacing: .15em; }

  .shopList {
    margin-bottom: 0; }
    .shopList dl {
      margin-top: 60px; }
      .shopList dl dt {
        margin: 0 0 20px;
        font-size: 2rem;
        letter-spacing: .09em; }
      .shopList dl dd {
        padding: 0 calc(57/750*100%); }
        .shopList dl dd ul {
          width: 100%; }
          .shopList dl dd ul li {
            margin: 0 0 20px;
            display: block;
            width: auto;
            line-height: 45px;
            font-size: 1.3rem; }
            .shopList dl dd ul li.shopList-small {
              font-size: 1.3rem; }
            .shopList dl dd ul li a {
              display: block;
              color: #595757;
              text-decoration: none; } }
/* detail */
@media screen and (min-width: 768px) {
  .pageHeader .shopKV {
    margin: 0 auto;
    max-width: 745px;
    height: auto; }
    .pageHeader .shopKV .kv {
      height: auto; }
      .pageHeader .shopKV .kv .image {
        position: static;
        height: auto; }
        .pageHeader .shopKV .kv .image img {
          position: static;
          height: auto;
          min-width: inherit;
          -webkit-transform: none;
          transform: none; } }
.pageLead.shopHead {
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 50px;
  max-width: 1000px;
  margin: 0 auto 60px; }
.pageLead .shopNameEN {
  margin-top: -30px;
  font-family: Arial;
  font-size: 1.6rem; }

.shopDetail {
  text-align: center;
  letter-spacing: .15em; }
  .shopDetail .shopData p {
    margin-top: 2em;
    line-height: 1.92;
    font-size: 1.2rem; }
    .shopDetail .shopData p a {
      color: #595757; }

.shopIntroduction {
  margin: 60px 5%; }
  .shopIntroduction p a {
    color: #595757; }
  .shopIntroduction .shopIntroductionTitle {
    font-weight: bold;
    font-size: 1.4rem; }
  .shopIntroduction .shopIntroductionText {
    margin-top: 2em;
    text-align: center; }
    .shopIntroduction .shopIntroductionText p {
      line-height: 2.4; }

.shopDetail .shopData {
  margin: 0 5%; }
  .shopDetail .shopData .linkBtn {
    max-width: 400px;
    margin: 30px auto 0; }
    .shopDetail .shopData .linkBtn a {
      border: 1px #595757 solid;
      display: inline-block;
      width: 100%;
      line-height: 40px;
      color: #595757;
      font-size: 1.3rem;
      text-decoration: none;
      -webkit-transition: color ease .3s, background-color ease .3s;
      transition: color ease .3s, background-color ease .3s;
      position: relative; }
      .shopDetail .shopData .linkBtn a:hover {
        color: #fff;
        background-color: #595757; }
      .shopDetail .shopData .linkBtn a::after {
        content: "";
        display: block;
        border-top: 1px #b4b3b3 solid;
        border-right: 1px #b4b3b3 solid;
        position: absolute;
        top: 50%;
        right: 10px;
        width: 6px;
        height: 6px;
        -webkit-transform: translateY(-50%) rotate(135deg);
        transform: translateY(-50%) rotate(135deg); }
  .shopDetail .shopData dl {
    margin-top: 40px;
    text-align: center; }
    .shopDetail .shopData dl:first-of-type {
      margin-top: 0; }
    .shopDetail .shopData dl dt {
      font-weight: bold;
      font-size: 1.4rem; }
    .shopDetail .shopData dl dd p {
      margin-top: 0.5em; }
.shopDetail .gmap {
  margin: 80px 0 0;
  position: relative;
  padding-bottom: 35%;
  height: 0;
  overflow: hidden; }
  .shopDetail .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.shopDetail .accessInfo {
  margin: 30px 0 0; }
  .shopDetail .accessInfo p {
    line-height: 1.92;
    font-size: 1.2rem; }
.shopDetail .linkMap {
  margin: 30px 0 0;
  text-align: center; }
  .shopDetail .linkMap a {
    border: 1px #595757 solid;
    display: inline-block;
    width: 345px;
    line-height: 40px;
    color: #595757;
    font-size: 1.4rem;
    text-decoration: none;
    -webkit-transition: color ease .3s, background-color ease .3s;
    transition: color ease .3s, background-color ease .3s; }
    .shopDetail .linkMap a:hover {
      color: #fff;
      background-color: #595757; }

@media screen and (max-width: 767px) {
  .pageLead.shopHead {
    margin: 0 5% 100px;
    padding-bottom: 30px; }
  .pageLead .shopNameEN {
    margin-top: -15px;
    font-size: 1.15rem;
    letter-spacing: .11em; }

  .shopDetail {
    margin-top: -40px; }
    .shopDetail .shopData p {
      line-height: 2.04;
      font-size: 1.3rem;
      letter-spacing: .17em; }
    .shopDetail .gmap {
      margin: 60px 0 0;
      padding-bottom: 46%; }
    .shopDetail .accessInfo {
      margin: 20px 0 0; }
      .shopDetail .accessInfo p {
        line-height: 2.04;
        font-size: 1.3rem;
        letter-spacing: .17em; }
    .shopDetail .linkMap {
      margin: 50px calc(57/750*100%) 0; }
      .shopDetail .linkMap a {
        display: block;
        width: auto;
        line-height: 45px;
        font-size: 1.35rem; }
    .shopDetail .shopData dl {
      margin-top: 40px;
      text-align: left; }
      .shopDetail .shopData dl:first-of-type {
        margin-top: 0; }
      .shopDetail .shopData dl dt {
        font-weight: bold;
        font-size: 1.4rem; }
      .shopDetail .shopData dl dd p {
        margin-top: 0.5em; } }
.shop_websoudan {
  max-width: 1000px;
  margin: 0 auto 100px;
  text-align: center; }
  .shop_websoudan .shop_websoudan__ttl {
    font-size: 2rem; }
  .shop_websoudan > div {
    margin-top: 30px; }
  .shop_websoudan dl {
    margin-top: 20px; }
  .shop_websoudan li {
    text-indent: -1em;
    padding-left: 1em; }
  .shop_websoudan .shop_websoudan__txt {
    margin-top: 2em; }
  .shop_websoudan .shop_websoudan__box {
    margin-top: 50px; }
    .shop_websoudan .shop_websoudan__box .shop_websoudan__box__ttl {
      margin-left: -0.5em;
      font-size: 1.5rem; }
      .shop_websoudan .shop_websoudan__box .shop_websoudan__box__ttl + * {
        margin-top: 20px; }
    .shop_websoudan .shop_websoudan__box a {
      color: #9d9e9e;
      text-decoration: underline; }
    .shop_websoudan .shop_websoudan__box > dl dt {
      font-weight: bold;
      font-size: 1.4rem; }
    .shop_websoudan .shop_websoudan__box > dl dd {
      margin-top: 10px; }
    .shop_websoudan .shop_websoudan__box > dl + dl {
      margin-top: 40px; }
    .shop_websoudan .shop_websoudan__box > dl.shop_websoudan__box__tel dd span {
      width: 6em;
      display: inline-block; }
    .shop_websoudan .shop_websoudan__box > dl.shop_websoudan__box__mail dd + dd {
      margin-top: 10px;
      line-height: 1.4; }
    .shop_websoudan .shop_websoudan__box > dl.shop_websoudan__box__mail ul li {
      text-indent: -1em;
      padding-left: 1em;
      margin-bottom: 8px; }

@media screen and (max-width: 767px) {
  .shop_websoudan {
    margin: 0 5% 100px;
    text-align: left; }
    .shop_websoudan .shop_websoudan__ttl {
      font-size: 1.6rem; }
    .shop_websoudan .shop_websoudan__txt {
      margin-top: 1em; }
    .shop_websoudan .shop_websoudan__box .shop_websoudan__box__ttl {
      font-size: 1.4rem; }
    .shop_websoudan .shop_websoudan__box > dl dt {
      font-size: 1.3rem; } }
.shop_form {
  margin: 80px auto;
  padding-top: 80px;
  border-top: 1px solid #b8b8b8;
  position: relative;
  max-width: 1000px;
  letter-spacing: .15em; }
  .shop_form .shop_form__ttl {
    font-size: 2.6rem;
    font-weight: normal;
    text-align: center; }
  .shop_form .shop_form__txt {
    margin-top: 30px;
    line-height: 2.4; }
  .shop_form .shop_form__contents {
    margin-top: 50px;
    padding: 40px 80px;
    background: #f6f6f6; }
    .shop_form .shop_form__contents * {
      box-sizing: border-box; }
    .shop_form .shop_form__contents table tr {
      border-bottom: 1px solid #e1e1e1; }
    .shop_form .shop_form__contents table th {
      width: 300px;
      padding: 20px 20px 20px 0;
      vertical-align: middle; }
    .shop_form .shop_form__contents table td {
      padding: 20px 0 20px 20px;
      vertical-align: middle; }
    .shop_form .shop_form__contents table input,
    .shop_form .shop_form__contents table select,
    .shop_form .shop_form__contents table textarea {
      padding: 5px; }
    .shop_form .shop_form__contents table input[type="radio"] {
      margin-top: 0;
      vertical-align: baseline;
      transform: scale(1.3); }
    .shop_form .shop_form__contents .required {
      color: #fff;
      font-size: 1.1rem;
      background: #e01818;
      padding: 3px 8px; }
    .shop_form .shop_form__contents .notes {
      font-size: 1.2rem; }
      .shop_form .shop_form__contents .notes.indent {
        text-indent: -1em;
        padding-left: 1em; }
    .shop_form .shop_form__contents * + .notes {
      margin-top: 0.5em; }
    .shop_form .shop_form__contents .mwform-radio-field {
      padding: 0.2em; }
    .shop_form .shop_form__contents .horizontal-item {
      margin-right: 20px; }
      .shop_form .shop_form__contents .horizontal-item + .horizontal-item {
        margin-left: 0; }
    .shop_form .shop_form__contents .form_date li {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      .shop_form .shop_form__contents .form_date li + li {
        margin-top: 10px; }
    .shop_form .shop_form__contents .form_date .form_date__day {
      margin-right: 2em; }
    .shop_form .shop_form__contents .form_time {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      .shop_form .shop_form__contents .form_time .form_time__select {
        flex-shrink: 0;
        margin-right: 30px; }
        .shop_form .shop_form__contents .form_time .form_time__select .mwform-radio-field + .mwform-radio-field {
          margin-top: 23px; }
      .shop_form .shop_form__contents .form_time .form_time__detail dl {
        line-height: 1.5; }
        .shop_form .shop_form__contents .form_time .form_time__detail dl + dl {
          margin-top: 30px; }
        .shop_form .shop_form__contents .form_time .form_time__detail dl dt {
          font-weight: bold;
          font-size: 13px; }
        .shop_form .shop_form__contents .form_time .form_time__detail dl dd {
          font-size: 12px; }
    .shop_form .shop_form__contents .form_name {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
    .shop_form .shop_form__contents .form_age {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap; }
    .shop_form .shop_form__contents .form_trouble input[type="text"] {
      margin-top: 10px; }
    .shop_form .shop_form__contents .form_counselor {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .shop_form .shop_form__contents .form_counselor:not(.is-load) input[type="text"] {
        margin-top: 10px; }
  .shop_form .shop_form__check {
    margin-top: 40px;
    text-align: center; }
    .shop_form .shop_form__check .horizontal-item {
      margin-right: 10px; }
    .shop_form .shop_form__check input[type="checkbox"] {
      transform: scale(1.5);
      margin: 0 10px 4px 30px; }
    .shop_form .shop_form__check .mwform-checkbox-field-text {
      font-weight: bold;
      font-size: 1.6rem; }
    .shop_form .shop_form__check .underline {
      text-decoration: underline;
      color: #666; }
  .shop_form .shop_form__attention {
    margin-top: 40px; }
    .shop_form .shop_form__attention li {
      text-indent: -1em;
      padding-left: 1em;
      line-height: 1.5;
      font-size: 1.2rem; }
      .shop_form .shop_form__attention li + li {
        margin-top: 1em; }
  .shop_form .shop_form__btn {
    margin: 60px auto 40px; }
    .shop_form .shop_form__btn input {
      background: #595757;
      color: #fff;
      margin: 0 auto;
      padding: 20px;
      width: 500px;
      border: none;
      cursor: pointer;
      outline: none;
      appearance: none;
      display: block;
      font-size: 1.5rem;
      letter-spacing: 0.2em;
      transition: opacity 0.2s; }
      .shop_form .shop_form__btn input:hover {
        opacity: 0.8; }
  .shop_form .shop_form__thanks {
    text-align: center;
    font-size: 1.5rem; }
  @media screen and (max-width: 767px) {
    .shop_form .shop_form__ttl {
      font-size: 2rem; }
    .shop_form .shop_form__txt {
      margin: 30px 5%; }
    .shop_form .shop_form__contents {
      padding: 20px 5%; }
      .shop_form .shop_form__contents table {
        text-align: center; }
        .shop_form .shop_form__contents table tr {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-wrap: wrap;
          padding: 30px 0; }
        .shop_form .shop_form__contents table th {
          padding: 0;
          font-size: 1.4rem;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%; }
        .shop_form .shop_form__contents table td {
          padding: 10px 0 0;
          font-size: 1.2rem;
          width: 100%; }
        .shop_form .shop_form__contents table input,
        .shop_form .shop_form__contents table select,
        .shop_form .shop_form__contents table textarea {
          max-width: 100%;
          height: auto; }
        .shop_form .shop_form__contents table input[name="address"], .shop_form .shop_form__contents table input[name="address02"], .shop_form .shop_form__contents table input[name="email"], .shop_form .shop_form__contents table input[name="email02"], .shop_form .shop_form__contents table input[name="counselor_other"], .shop_form .shop_form__contents table input[name="trouble_other"] {
          width: 100%; }
        .shop_form .shop_form__contents table textarea[name="remarks"] {
          width: 100%; }
      .shop_form .shop_form__contents .required {
        padding: 2px 6px;
        margin-left: 1em;
        word-break: keep-all; }
      .shop_form .shop_form__contents .notes {
        text-align: left;
        font-size: 1.1rem; }
      .shop_form .shop_form__contents * + .notes {
        margin-top: 0.5em; }
      .shop_form .shop_form__contents .mwform-radio-field {
        padding: 0.3em 0; }
      .shop_form .shop_form__contents .form_date li {
        justify-content: center; }
      .shop_form .shop_form__contents .form_date .form_date__day {
        margin-right: 1.5em; }
      .shop_form .shop_form__contents .form_time .form_time__select .mwform-radio-field + .mwform-radio-field {
        margin-top: 21px; }
      .shop_form .shop_form__contents .form_time .form_time__detail dl {
        text-align: left; }
        .shop_form .shop_form__contents .form_time .form_time__detail dl dd {
          font-size: 1.1rem; }
      .shop_form .shop_form__contents .form_name {
        justify-content: center; }
      .shop_form .shop_form__contents .form_age {
        justify-content: center; }
        .shop_form .shop_form__contents .form_age .mwform-radio-field {
          width: 8em;
          margin-right: 0;
          text-align: left; }
      .shop_form .shop_form__contents .form_trouble {
        text-align: left; }
        .shop_form .shop_form__contents .form_trouble input[type="text"] {
          margin-top: 10px; }
      .shop_form .shop_form__contents .form_counselor input[type="text"] {
        margin-top: 10px; }
    .shop_form .shop_form__check {
      margin-top: 40px;
      text-align: center; }
      .shop_form .shop_form__check > p {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center; }
      .shop_form .shop_form__check .required {
        flex-shrink: 0; }
      .shop_form .shop_form__check .mwform-checkbox-field {
        margin: 0;
        flex-grow: 1; }
      .shop_form .shop_form__check input[type="checkbox"] {
        margin: 0 10px 4px; }
      .shop_form .shop_form__check .mwform-checkbox-field-text {
        font-size: 1.4rem; }
    .shop_form .shop_form__btn {
      margin: 40px 0; }
      .shop_form .shop_form__btn input {
        padding: 15px;
        width: 100%;
        font-size: 1.4rem; } }

/* =============================================================================
 Season letterPage Styles
============================================================================= */
/* index */
.slNavi {
  margin-top: -50px;
  margin-bottom: 0; }
  .slNavi ul {
    margin: 0 auto;
    max-width: 900px;
    display: flex;
    justify-content: space-between; }
    .slNavi ul li {
      width: calc(440/900*100%); }
      .slNavi ul li .new {
        margin: 0 0 10px;
        font-family: Arial;
        font-size: 1.2rem;
        font-weight: bold; }
        .slNavi ul li .new:before {
          margin-right: 5px;
          content: "";
          border-radius: 50%;
          display: inline-block;
          width: 10px;
          height: 10px;
          background-color: #d60012; }
      .slNavi ul li .link {
        position: relative; }
        .slNavi ul li .link a {
          display: block;
          color: #fff;
          font-size: 1.4rem;
          letter-spacing: .15em;
          text-decoration: none;
          -webkit-transition: opacity ease .3s;
          transition: opacity ease .3s; }
          .slNavi ul li .link a:hover {
            opacity: .7; }
          .slNavi ul li .link a:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);
            z-index: 1; }
        .slNavi ul li .link .title {
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 2;
          font-size: 2.7rem;
          letter-spacing: .15em;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .slNavi ul li p {
        padding-top: 10px;
        min-height: 5em;
        line-height: 1.85;
        font-size: 1.3rem;
        text-align: center; }
      .slNavi ul li .past {
        margin: 20px 0 0; }
        .slNavi ul li .past dl {
          position: relative; }
          .slNavi ul li .past dl dt {
            border: 1px #595757 solid;
            line-height: 22px;
            font-size: 1.4rem;
            text-align: center;
            cursor: pointer;
            -webkit-transition: color ease .3s, background-color ease .3s;
            transition: color ease .3s, background-color ease .3s; }
            .slNavi ul li .past dl dt:hover {
              color: #fff;
              background-color: #595757; }
            .slNavi ul li .past dl dt span {
              padding-right: 25px;
              position: relative;
              display: inline-block; }
              .slNavi ul li .past dl dt span:after {
                content: "";
                display: block;
                border-top: 1px #595757 solid;
                border-right: 1px #595757 solid;
                position: absolute;
                top: 5px;
                right: 0;
                width: 6px;
                height: 6px;
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
                -webkit-transition: border-color ease .3s;
                transition: border-color ease .3s; }
            .slNavi ul li .past dl dt:hover span:after {
              border-color: #fff; }
            .slNavi ul li .past dl dt.open span:after {
              top: 9px;
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
          .slNavi ul li .past dl dd {
            display: none;
            width: 100%;
            z-index: 5;
            overflow: hidden; }
            .slNavi ul li .past dl dd ul {
              display: block;
              width: calc(100% + 20px);
              height: 99px;
              overflow: auto; }
              .slNavi ul li .past dl dd ul li {
                border-bottom: 2px #fff solid;
                width: auto;
                line-height: 32px; }
                .slNavi ul li .past dl dd ul li a {
                  display: block;
                  color: #595757;
                  background-color: #ececec;
                  text-align: center;
                  text-decoration: none; }

/*
.slNavi ul li .link dl {
  padding: 20px 20px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0,0,0,.8);
  box-sizing: border-box;
  -webkit-transition: opacity ease .3s,visibility ease .3s;
  transition: opacity ease .3s,visibility ease .3s;
}
.slNavi ul li .link a:hover dl {
  opacity: 1;
  visibility: visible;
}
.slNavi ul li .link dl dt {
  margin: 0 0 1em;
}
.slNavi ul li .link dl dd {
  line-height: 1.79;
}
*/
@media screen and (max-width: 767px) {
  .slNavi {
    margin-top: -65px;
    margin-bottom: 0;
    padding: 0 calc(57/750*100%); }
    .slNavi ul {
      display: block; }
      .slNavi ul li {
        margin-bottom: 60px;
        width: auto; }
        .slNavi ul li .link a {
          font-size: 1.3rem; }
        .slNavi ul li .link .title {
          font-size: 2.4rem; }
        .slNavi ul li p {
          padding-top: 10px;
          min-height: inherit;
          line-height: 1.67;
          font-size: 1.15rem; }
        .slNavi ul li .past {
          margin: 13px 0 0; }
          .slNavi ul li .past dl dt {
            line-height: 45px;
            font-size: 1.35rem; }
            .slNavi ul li .past dl dt span {
              padding-right: 33px; }
              .slNavi ul li .past dl dt span:after {
                top: 15px; }
            .slNavi ul li .past dl dt.open span:after {
              top: 19px; }
          .slNavi ul li .past dl dd {
            top: 47px; }
            .slNavi ul li .past dl dd ul {
              width: auto;
              height: 135px; }
              .slNavi ul li .past dl dd ul li {
                margin: 0;
                border-bottom: 1px #fff solid;
                line-height: 44px; }
                .slNavi ul li .past dl dd ul li a {
                  line-height: 44px; }

  	/*
      .slNavi ul li .link dl {
        padding: 15px calc(30/750*100vw);
      }
      .slNavi ul li .link dl dt {
      }
      .slNavi ul li .link dl dd {
      }
      */ }
/* letter */
.pageLead .date {
  margin: -30px 0 70px;
  color: #8f9090;
  font-size: 1.5rem; }
.pageLead .new {
  margin: -30px 0 70px;
  color: #8f9090;
  font-size: 1.5rem;
  margin: -50px 0 60px;
  color: #d60012; }

.sekki {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 660px !important; }
  .sekki .graph {
    width: calc(307/660*100%); }
  .sekki .text {
    width: calc(300/660*100%); }
  .sekki .solarTerm {
    letter-spacing: .15em; }
    .sekki .solarTerm + .solarTerm {
      margin-top: 30px; }
  .sekki .season {
    font-size: 1.4rem;
    letter-spacing: .07em; }
  .sekki .name {
    padding: 5px 0 0;
    font-size: 1.8rem; }
  .sekki p {
    padding: 5px 0 0; }

.foodColumn {
  margin: 70px 0 0;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  background-color: #dfdfdf; }
  .foodColumn .image {
    width: calc(236/792*100%); }
  .foodColumn .text {
    width: calc(510/792*100%); }
  .foodColumn .label {
    margin: 0 0 12px;
    color: #8f9090;
    font-size: 1.1rem; }
  .foodColumn .nameEN {
    line-height: 1.41;
    font-size: 1.7rem; }
  .foodColumn .name {
    margin: 0 0 15px;
    line-height: 1.41;
    font-size: 1.7rem; }

.recommendedItems {
  padding-bottom: 70px;
  border: none;
  max-width: inherit !important;
  background-color: #dfdfdf; }
  .recommendedItems ul {
    margin: 40px auto 0;
    max-width: 640px; }
    .recommendedItems ul li {
      margin-right: 0;
      width: 50%; }

@media screen and (max-width: 767px) {
  .pageLead .date {
    margin: -20px 0 30px;
    font-size: 1.15rem; }
  .pageLead .new {
    margin: -20px 0 30px;
    font-size: 1.15rem;
    margin: -10px 0 25px; }

  .sekki {
    margin: 0 auto;
    display: block;
    max-width: inherit !important; }
    .sekki .graph {
      margin: 0 auto 60px;
      width: calc(547/636*100%); }
    .sekki .text {
      display: flex;
      justify-content: space-between;
      width: auto; }
    .sekki .solarTerm {
      width: 48%; }
      .sekki .solarTerm + .solarTerm {
        margin-top: 0; }
    .sekki .season {
      font-size: 1.3rem; }
    .sekki .name {
      font-size: 1.7rem; }

  .foodColumn {
    margin: 50px 0 0;
    padding: 20px calc(40/636*100%);
    display: block; }
    .foodColumn .image {
      padding-bottom: 10px;
      float: left;
      width: calc(236/556*100%); }
    .foodColumn .text {
      width: auto; }
    .foodColumn .label {
      float: right;
      width: calc(276/556*100%);
      font-size: .9rem; }
    .foodColumn .nameEN, .foodColumn .name {
      float: right;
      width: calc(276/556*100%);
      font-size: 1.3rem; }
    .foodColumn p {
      clear: both; }

  .recommendedItems {
    margin: 0;
    padding-bottom: 60px; }
    .recommendedItems ul {
      margin: 40px calc(57/750*100%) 0;
      max-width: inherit; }
      .recommendedItems ul li {
        margin-right: 0;
        padding: 0 calc(20/636*100%);
        width: 50%;
        box-sizing: border-box; } }
/* recommend */
.pageLead .recommendedTitle {
  margin: -60px 0 0;
  line-height: 1.45;
  color: #8f9090;
  font-size: 2.9rem;
  font-weight: normal; }

.recommendedBox {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 880px; }
  .recommendedBox .image {
    width: calc(316/880*100%); }
  .recommendedBox .text {
    width: calc(530/880*100%);
    letter-spacing: .15em; }
  .recommendedBox .title {
    line-height: 1.45;
    font-size: 2.2rem;
    font-weight: normal; }
  .recommendedBox .subTitle {
    margin: 10px 0 0;
    line-height: 1.69;
    font-size: 1.6rem; }
  .recommendedBox p {
    margin: 20px 0 0;
    letter-spacing: .21em; }

@media screen and (max-width: 767px) {
  .pageLead .recommendedTitle {
    margin: -20px 0 0;
    font-size: 2.2rem; }

  .recommendedBox {
    margin: -65px calc(57/750*100%) 0;
    display: block; }
    .recommendedBox .image {
      margin: 0 0 35px;
      width: auto; }
    .recommendedBox .text {
      width: auto; }
    .recommendedBox .title {
      line-height: 1.6;
      font-size: 2rem; }
    .recommendedBox .subTitle {
      line-height: 1.53;
      font-size: 1.5rem; }
    .recommendedBox p {
      letter-spacing: .05em; } }
/* =============================================================================
 NEWS Page Styles
============================================================================= */
.switchTopics ul {
  text-align: center; }
  .switchTopics ul li {
    margin: 0 10px;
    border: 1px #595757 solid;
    display: inline-block;
    width: 226px;
    line-height: 52px; }
    .switchTopics ul li a {
      display: block;
      color: #595757;
      text-decoration: none;
      -webkit-transition: color ease .3s, background-color ease .3s;
      transition: color ease .3s, background-color ease .3s; }
      .switchTopics ul li a:hover {
        color: #fff;
        background-color: #595757; }
    .switchTopics ul li.current a {
      color: #fff;
      background-color: #595757; }

.topicsList {
  margin-top: -50px;
  padding: 50px 0;
  background-color: #ededed; }
  .topicsList .selectMonth {
    margin: 0 auto;
    padding: 0 0 25px;
    width: 730px;
    text-align: right; }
    .topicsList .selectMonth select {
      border-style: 1px #ccc solid;
      width: 100px;
      height: 30px;
      background-color: #fff; }
  .topicsList ul {
    margin: 0 auto;
    border-top: 1px #bebfbf solid;
    width: 730px; }
    .topicsList ul li {
      padding: 35px 0;
      border-bottom: 1px #bebfbf solid;
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .topicsList ul li .image {
        width: 168px;
        box-sizing: border-box; }
      .topicsList ul li .article {
        width: 545px; }
      .topicsList ul li .date {
        margin: 0 0 5px;
        letter-spacing: .21em; }
      .topicsList ul li .articleTitle {
        margin: 0 0 15px;
        line-height: 1.78;
        font-size: 1.8rem;
        letter-spacing: .21em; }
      .topicsList ul li .articleBody {
        margin: 0 0 25px;
        line-height: 1.5;
        height: 5.2em;
        overflow: hidden;
        -webkit-transition: height ease .3s;
        transition: height ease .3s; }
      .topicsList ul li p {
        letter-spacing: .08em; }
        .topicsList ul li p + p {
          margin-top: 2em; }
        .topicsList ul li p a {
          color: #595757; }
      .topicsList ul li .btnMore .open {
        padding: 5px 13px 3px;
        border: 1px #595757 solid;
        display: inline-block;
        width: 136px;
        line-height: 22px;
        color: #595757;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        -webkit-transition: color ease .3s, background-color ease .3s;
        transition: color ease .3s, background-color ease .3s; }
        .topicsList ul li .btnMore .open:hover {
          color: #fff;
          background-color: #595757; }
      .topicsList ul li .btnDownload, .topicsList ul li .btnAnother {
        margin: 55px 0 0;
        padding-bottom: 10px; }
      .topicsList ul li .btnDownload a {
        padding: 0 13px 0;
        border: 1px #595757 solid;
        display: block;
        width: 136px;
        line-height: 26px;
        color: #595757;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        -webkit-transition: color ease .3s, background-color ease .3s;
        transition: color ease .3s, background-color ease .3s; }
      .topicsList ul li .btnAnother a {
        padding: 0 13px 0;
        border: 1px #595757 solid;
        display: block;
        width: 136px;
        line-height: 26px;
        color: #595757;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        -webkit-transition: color ease .3s, background-color ease .3s;
        transition: color ease .3s, background-color ease .3s;
        cursor: default; }
      .topicsList ul li .btnDownload span, .topicsList ul li .btnAnother span {
        padding-right: 20px;
        display: inline-block;
        position: relative;
        background: url(../images/common/icon_down.png) right center no-repeat;
        -webkit-background-size: 14px 14px;
        background-size: 14px 14px; }
      .topicsList ul li .btnDownload a:hover {
        color: #fff;
        background-color: #595757; }
        .topicsList ul li .btnDownload a:hover span {
          background-image: url(../images/common/icon_down_ｗ.png); }
      .topicsList ul li .btnAnother span {
        padding-right: 0;
        background: none; }
      .topicsList ul li .btnAnother a:hover span {
        					/*
                              background-image: url(../images/common/icon_blank2.png);
                            */ }
      .topicsList ul li .btnMore {
        position: relative;
        height: 18px;
        cursor: pointer; }
        .topicsList ul li .btnMore:before {
          content: "";
          position: absolute;
          top: 0;
          left: 30%;
          display: block;
          width: 33px;
          height: 17px;
          background: url(../images/common/icon_arrow.png) 0 0 no-repeat; }
        .topicsList ul li .btnMore.opened:before {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

/*
.topicsList ul li .btnDownload span:after,
.topicsList ul li .btnAnother span:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 14px;
  height: 14px;
  background: url(../images/common/icon_down.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  vertical-align: middle;
}
.topicsList ul li .btnDownload a:hover span:after {
  background-image: url(../images/common/icon_down_ｗ.png);
}
.topicsList ul li .btnAnother span:after {
  background-image: url(../images/common/icon_blank.png);
}
.topicsList ul li .btnAnother a:hover span:after {
  background-image: url(../images/common/icon_blank_w.png);
}
*/
/*
.topicsList ul li .btnMore .open:after {
  margin-left: 5px;
  border-top: 1px #595757 solid;
  border-right: 1px #595757 solid;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: border-color ease .3s;
  transition: border-color ease .3s;
}
.topicsList ul li .btnMore .open:hover:after {
  border-color: #fff;
}
.topicsList ul li .btnMore.opened .open {
  display: none;
}
.topicsList ul li .btnMore .close {
  display: none;
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.topicsList ul li .btnMore.opened .close {
  display: inline-block;
}
.topicsList ul li .btnMore .close:before,
.topicsList ul li .btnMore .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 120%;
  height: 1px;
  background-color: #595757;
}
.topicsList ul li .btnMore .close:before {
  right: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topicsList ul li .btnMore .close:after {
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
*/
@media screen and (max-width: 767px) {
  .switchTopics ul {
    margin: 0;
    display: flex;
    justify-content: space-between; }
    .switchTopics ul li {
      margin: 0;
      width: 45%;
      line-height: 45px; }

  .topicsList {
    margin-top: -70px;
    padding: 50px calc(57/750*100%); }
    .topicsList .selectMonth {
      padding: 0 0 25px;
      width: auto; }
    .topicsList ul {
      margin: 0 auto;
      border-top: 1px #bebfbf solid;
      width: auto; }
      .topicsList ul li {
        padding: 35px 0; }
        .topicsList ul li .image {
          width: calc(206/636*100%); }
        .topicsList ul li .article {
          width: calc(400/636*100%); }
        .topicsList ul li .date {
          font-size: 1.15rem;
          letter-spacing: .15em; }
        .topicsList ul li .articleTitle {
          margin: 0 0 10px;
          line-height: 1.84;
          font-size: 1.25rem;
          letter-spacing: .15em; }
        .topicsList ul li .articleBody {
          margin: 0 0 15px;
          height: 5em; }
        .topicsList ul li .text {
          font-size: 1.1rem; }
        .topicsList ul li p {
          letter-spacing: .05em; }
          .topicsList ul li p + p {
            margin-top: 1.5em; }
        .topicsList ul li .btnDownload {
          margin: 40px 0 0; }
          .topicsList ul li .btnDownload a {
            width: 100%;
            line-height: 30px;
            box-sizing: border-box; }
        .topicsList ul li .btnMore .open {
          width: 100%;
          line-height: 30px;
          box-sizing: border-box; }
        .topicsList ul li .btnMore:before {
          left: 13%; } }
/* =============================================================================
 Company Page Styles
============================================================================= */
.serviceList {
  margin: 0 auto;
  display: flex;
  max-width: 730px;
  justify-content: space-between; }
  .serviceList .btn {
    width: 228px; }
    .serviceList .btn a {
      padding-top: 16px;
      border: 1px #595757 solid;
      display: block;
      position: relative;
      width: 100%;
      height: 68px;
      line-height: 1.43;
      color: #595757;
      font-size: 1.4rem;
      text-align: center;
      text-decoration: none;
      box-sizing: border-box;
      -webkit-transition: background-color ease .3s, color ease .3s;
      transition: background-color ease .3s, color ease .3s; }
      .serviceList .btn a:hover {
        color: #fff;
        background-color: #595757; }
    .serviceList .btn .small {
      padding-top: 2px;
      display: block;
      font-size: 1rem; }

@media screen and (max-width: 767px) {
  .serviceList {
    margin: 0 calc(57/750*100%) 0;
    display: block;
    max-width: inherit; }
    .serviceList .btn {
      margin-bottom: 20px;
      width: auto; }
      .serviceList .btn:last-child {
        margin-bottom: 0; }
      .serviceList .btn a {
        padding-top: 12px;
        height: 60px;
        font-size: 1.35rem; }
      .serviceList .btn .small {
        padding-top: 2px;
        font-size: .9rem; } }
/* =============================================================================
 Company Page Styles
============================================================================= */
.companyAnchor {
  margin: -40px 0 45px;
  text-align: center; }
  .companyAnchor ul li {
    margin: 0 7px;
    display: inline-block;
    width: 150px; }
  .companyAnchor ul.en li {
    width: 300px; }
  .companyAnchor ul li a {
    border: 1px #595757 solid;
    display: block;
    width: 100%;
    line-height: 23px;
    color: #595757;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: background-color ease .3s, color ease .3s;
    transition: background-color ease .3s, color ease .3s; }
    .companyAnchor ul li a:hover {
      color: #fff;
      background-color: #595757; }

.companyTitle {
  margin: 0 0 50px;
  line-height: 1.82;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: .15em;
  text-align: center; }

#companyOutline {
  	/*
        margin-bottom: 90px;
        padding-bottom: 70px;
        border-bottom: 1px #c8c7cc solid;
      */ }
  #companyOutline a {
    color: #595757; }
  #companyOutline .outline {
    margin: 0 auto;
    padding: 13px 0 0;
    border-top: 1px #595757 solid;
    max-width: 650px; }
    #companyOutline .outline.en {
      max-width: 720px; }
    #companyOutline .outline table {
      line-height: 2;
      letter-spacing: .21em; }
      #companyOutline .outline table th {
        padding: 13px 0;
        width: 130px;
        text-align: left; }
    #companyOutline .outline.en table th {
      width: 200px; }
    #companyOutline .outline table td {
      padding: 13px 0; }
      #companyOutline .outline table td dl {
        display: flex; }
        #companyOutline .outline table td dl dt {
          width: 42px; }
        #companyOutline .outline table td dl dd {
          width: calc(100% - 42px); }

@media screen and (max-width: 767px) {
  .companyAnchor {
    margin: -70px calc(57/750*100%) 55px; }
    .companyAnchor ul {
      display: flex;
      justify-content: space-between; }
      .companyAnchor ul li {
        margin: 0;
        display: block;
        width: 48% !important; }
        .companyAnchor ul li a {
          width: auto;
          font-size: 1rem;
          white-space: nowrap; }

  .companyTitle {
    margin: 0 calc(57/750*100%) 20px;
    padding: 0 0 15px;
    border-bottom: 1px #595757 solid;
    font-size: 2rem; }

  #companyOutline {
    margin: 0 calc(57/750*100%) 90px;
    padding-bottom: 70px;
    border-bottom: 1px #c8c7cc solid; }
    #companyOutline .outline {
      margin: 0;
      padding: 0;
      border-top: none;
      max-width: inherit; }
      #companyOutline .outline table {
        margin-top: -15px;
        font-size: 1.3rem;
        letter-spacing: .1em; }
        #companyOutline .outline table th {
          padding: 15px 0;
          width: 100px; }
      #companyOutline .outline.en table th {
        width: 140px; }
      #companyOutline .outline table td {
        padding: 15px 0; }
        #companyOutline .outline table td dl {
          display: block; }
          #companyOutline .outline table td dl dt, #companyOutline .outline table td dl dd {
            width: auto; } }
#companyInquiry {
  max-width: 765px; }

.inquiryNotice {
  margin: 0 auto 60px;
  max-width: 765px;
  line-height: 1.85;
  letter-spacing: .21em;
  text-align: center; }
  .inquiryNotice .em {
    display: inline-block;
    color: #808080; }
    .inquiryNotice .em a {
      color: #808080;
      text-decoration: underline; }
      .inquiryNotice .em a:hover {
        text-decoration: none; }

.sup {
  color: #d50012;
  vertical-align: top; }

.inquiryFlow {
  margin: 100px 0 20px;
  text-align: center; }
  .inquiryFlow ul li {
    margin-right: 10px;
    padding-right: 30px;
    display: inline-block;
    position: relative;
    color: #8f9090;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: .21em; }
  .inquiryFlow ul.en li {
    line-height: 40px; }
  .inquiryFlow ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: -10%;
    right: 10px;
    width: 1px;
    height: 120%;
    background-color: #595757;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg); }
  .inquiryFlow ul li:last-child {
    margin-right: 0;
    padding-right: 0; }
    .inquiryFlow ul li:last-child:after {
      display: none; }
  .inquiryFlow ul li.current {
    color: #595757; }
  .inquiryFlow ul li .small {
    display: block;
    font-size: 1.1rem;
    letter-spacing: .08em; }

form > p {
  margin: 0 auto;
  max-width: 765px; }

.formArea {
  margin: 0 auto 50px;
  max-width: 765px; }
  .formArea .small {
    font-size: 1.1rem;
    letter-spacing: .07em; }
  .formArea .errorTxt {
    padding-top: 5px;
    color: #d50012;
    font-size: 1rem;
    letter-spacing: .1em; }
  .formArea dl {
    display: flex;
    flex-wrap: wrap; }
    .formArea dl dt {
      padding: 20px;
      border-bottom: 2px #fff solid;
      width: 290px;
      line-height: 1.2;
      background-color: #dfdfdf;
      box-sizing: border-box; }
      .formArea dl dt .small {
        padding-top: 5px;
        display: block; }
      .formArea dl dt .require {
        margin-left: 5px;
        vertical-align: middle; }
    .formArea dl dd {
      padding: 20px 20px 20px 0;
      border-bottom: 2px #fff solid;
      width: 475px;
      line-height: 1.4;
      font-size: 1.3rem;
      letter-spacing: .21em;
      background-color: #dfdfdf;
      box-sizing: border-box; }
  .formArea.formConfirm dl dd {
    display: flex;
    align-items: center; }
  .formArea dl dt:nth-of-type(even) {
    background-color: #e7e8e8; }
  .formArea dl dd:nth-of-type(even) {
    background-color: #e7e8e8; }
  .formArea dl dd .formParts.pl {
    padding-left: 80px; }
  .formArea dl dd .selectRadio {
    display: flex; }
  .formArea.formEN dl dd .selectRadio {
    align-items: center; }
  .formArea dl dd .selectRadio input {
    display: none; }
  .formArea dl dd .selectRadio .radiobtn {
    width: 35px; }
  .formArea dl dd .selectRadio .text {
    width: calc(100% - 35px); }
  .formArea dl dd .selectRadio .radioDummy {
    border: 1px #ccc solid;
    border-radius: 50%;
    display: block;
    position: relative;
    width: 26px;
    height: 26px;
    background-color: #fff;
    box-sizing: border-box; }
  .formArea dl dd .selectRadio input:checked + .radioDummy:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #d50012; }
  .formArea input[type="text"], .formArea input[type="tel"], .formArea input[type="email"] {
    margin: 0;
    padding: 0;
    border: 1px #ccc solid;
    border-radius: 0;
    width: 100%;
    line-height: 24px;
    font-size: 1.6rem;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .formArea select {
    border: 1px #ccc solid;
    border-radius: 0;
    height: 26px;
    box-sizing: border-box; }
  .formArea textarea {
    border: 1px #ccc solid;
    border-radius: 0;
    font-size: 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .formArea .error input[type="text"], .formArea .error input[type="tel"], .formArea .error input[type="email"], .formArea .error input[type="radio"] + .radioDummy {
    border-color: #d50012; }
  .formArea .error select, .formArea .error textarea {
    border-color: #d50012; }
  .formArea input[type="text"].error, .formArea input[type="tel"].error, .formArea input[type="email"].error {
    border-color: #d50012; }
  .formArea select.error, .formArea textarea.error {
    border-color: #d50012; }
  .formArea .entryCategory .selectRadio + .selectRadio {
    margin-top: 10px; }
  .formArea .entryName .formParts {
    display: flex; }
  .formArea .entryName .nameCell {
    display: flex;
    align-items: center; }
  .formArea .entryName .label {
    padding-right: 5px;
    width: 80px;
    line-height: 1.2;
    text-align: right;
    box-sizing: border-box; }
  .formArea .entryName .nameCell + .nameCell .label {
    width: 100px; }
  .formArea .entryName .inputArea {
    width: 140px; }
  .formArea .entryGender .formParts {
    display: flex; }
  .formArea .entryGender .selectRadio {
    width: 120px; }
  .formArea .entryGender .text {
    padding-right: 5px;
    width: 80px;
    line-height: 1.2;
    text-align: right;
    box-sizing: border-box; }
  .formArea .entryAddress textarea {
    width: 100%;
    height: 70px; }
  .formArea .entryTel .tel {
    display: flex; }
  .formArea .entryTel input {
    width: calc((100% - 64px)/3); }
  .formArea .entryTel .hyphen {
    display: inline-block;
    width: 32px;
    text-align: center; }
  .formArea .entryBirthday .formParts {
    display: flex; }
  .formArea .entryBirthday .month {
    display: flex;
    align-items: center;
    width: 130px; }
  .formArea .entryBirthday .day {
    display: flex;
    align-items: center;
    width: 110px; }
  .formArea .entryBirthday .year {
    display: flex;
    align-items: center;
    width: 150px; }
  .formArea .entryBirthday .text {
    padding-left: 5px; }
  .formArea .entryMessage textarea {
    width: 100%;
    height: 230px; }

@media all and (-ms-high-contrast: none) {
  .formArea input[type="text"], .formArea input[type="tel"], .formArea input[type="email"] {
    height: 24px; } }
.personalInfo .title {
  margin: 0 0 25px;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: .15em; }
  .personalInfo .title .small {
    padding-top: 10px;
    display: block;
    font-size: 1.1rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: .08em; }
.personalInfo p {
  text-align: center; }
  .personalInfo p.small {
    font-size: 1.1rem; }
.personalInfo .policy {
  margin: 25px auto;
  padding: 20px;
  border: 1px #bdbebe solid;
  max-width: 600px;
  height: 300px;
  overflow: auto;
  box-sizing: border-box; }
  .personalInfo .policy dl {
    line-height: 1.62;
    letter-spacing: .05em; }
    .personalInfo .policy dl dt {
      font-weight: bold; }
    .personalInfo .policy dl dd {
      margin-bottom: 1em; }
      .personalInfo .policy dl dd:last-of-type {
        margin-bottom: 0; }
.personalInfo .agreePolicy {
  margin: 20px auto 60px;
  padding: 24px 0;
  max-width: 600px;
  display: flex;
  background-color: #e7e8e8;
  text-align: center; }
  .personalInfo .agreePolicy label {
    margin: 0 auto;
    display: flex;
    align-items: center; }
  .personalInfo .agreePolicy input {
    padding: 24px 0;
    border: 1px #ccc solid;
    width: 30px;
    height: 30px;
    border-radius: 0;
    background: #fff none; }
  .personalInfo .agreePolicy .text {
    padding-left: 15px;
    text-align: left; }
  .personalInfo .agreePolicy .small {
    padding-top: 5px;
    display: block;
    font-size: 1.1rem; }
.personalInfo .notes {
    font-size: 1.2rem;
	margin-top: 0.5em;	 }
.personalInfo .notes .underline {
    text-decoration: underline;
    color: #666;
	letter-spacing: 0.2rem;}

.formBtn {
  display: flex;
  justify-content: space-between; }
  .formBtn .btn {
    padding-top: 10px;
    border: 1px #595757 solid;
    display: block;
    position: relative;
    width: 340px;
    height: 55px;
    line-height: 1.43;
    font-size: 1.4rem;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: background-color ease .3s, color ease .3s;
    transition: background-color ease .3s, color ease .3s; }
  .formBtn .btnEN {
    padding-top: 16px; }
  .formBtn .btn:hover {
    color: #fff;
    background-color: #595757; }
  .formBtn .btn input, .formBtn .btn a {
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .formBtn .btn .small {
    display: block;
    font-size: 1rem; }
  .formBtn .btn.btnConfirm {
    margin: 0 auto; }
  .formBtn .btn.btnBack:after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 15px;
    width: 45px;
    height: 1px;
    background-color: #a1a0a0;
    -webkit-transition: background-color ease .3s, color ease .3s;
    transition: background-color ease .3s, color ease .3s; }
  .formBtn .btn.btnBack:before {
    content: "";
    display: block;
    position: absolute;
    top: 31px;
    left: 15px;
    width: 1px;
    height: 15px;
    background-color: #a1a0a0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: background-color ease .3s, color ease .3s;
    transition: background-color ease .3s, color ease .3s; }
  .formBtn .btn.btnSend:after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: 15px;
    width: 45px;
    height: 1px;
    background-color: #a1a0a0;
    -webkit-transition: background-color ease .3s, color ease .3s;
    transition: background-color ease .3s, color ease .3s; }
  .formBtn .btn.btnSend:before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: 14px;
    width: 1px;
    height: 15px;
    background-color: #a1a0a0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: background-color ease .3s, color ease .3s;
    transition: background-color ease .3s, color ease .3s; }
  .formBtn .btn.btnBack:hover:after, .formBtn .btn.btnBack:hover:before {
    background-color: #fff; }
  .formBtn .btn.btnSend:hover:after, .formBtn .btn.btnSend:hover:before {
    background-color: #fff; }

.thanksMssg {
  margin: 0 auto;
  max-width: 768px;
  text-align: center; }
  .thanksMssg .formComplete {
    margin: 0 0 25px;
    padding: 15px 0;
    background-color: #e6e7e7; }
  .thanksMssg .title {
    font-size: 2.6rem;
    letter-spacing: .2em; }
  .thanksMssg .small {
    padding-top: 5px;
    font-size: 1.1rem;
    letter-spacing: .07em; }

@media screen and (max-width: 767px) {
  #companyInquiry {
    max-width: inherit; }

  .inquiryNotice {
    margin: 0 0 30px;
    max-width: inherit;
    line-height: 2.15;
    letter-spacing: .17em; }
    .inquiryNotice .em {
      border-bottom: none;
      display: block; }

  form > p {
    margin: 0 calc(57/750*100%); }

  .sup {
    color: #d50012;
    vertical-align: top; }

  .inquiryFlow {
    margin: -30px 0 20px;
    text-align: center; }

  p + .inquiryFlow {
    margin-top: 80px; }

  .inquiryFlow ul.en {
    margin-top: 80px; }
  .inquiryFlow ul li {
    margin-right: 0;
    padding-right: 0;
    display: none;
    color: #595757;
    font-size: 1.75rem;
    line-height: 1.54; }
  .inquiryFlow ul.en li {
    line-height: 1.54; }
  .inquiryFlow ul li:after {
    display: none; }
  .inquiryFlow ul li.current {
    display: block; }
  .inquiryFlow ul li .small {
    display: block;
    font-size: 1.1rem;
    letter-spacing: .08em; }
  .inquiryFlow ul.en li .small {
    font-size: 1.8rem; }

  .formArea {
    margin: 0 0 50px;
    max-width: inherit; }
    .formArea .small, .formArea .errorTxt {
      font-size: .9rem; }
    .formArea dl dt {
      padding: 15px calc(57/750*100%);
      width: auto; }
      .formArea dl dt .small {
        font-size: .9rem; }
      .formArea dl dt .require {
        display: inline-block;
        width: 50px; }
    .formArea dl dd {
      padding: 15px calc(57/750*100%);
      width: auto;
      font-size: 1.2rem; }
    .formArea dl dt:nth-of-type(even) {
      background-color: #e7e8e8; }
    .formArea dl dd:nth-of-type(even) {
      background-color: #e7e8e8; }
    .formArea dl dd .formParts.pl {
      padding-left: 0; }
    .formArea dl dd .selectRadio {
      display: flex; }
      .formArea dl dd .selectRadio input {
        display: none; }
    .formArea dt.entryCategory {
      padding-bottom: 0;
      border-bottom: none;
      width: 100%; }
    .formArea dd.entryCategory {
      width: 100%; }
    .formArea dt.entryName {
      padding-right: 0;
      width: calc(260/750*100%); }
    .formArea dd.entryName {
      padding-left: 0;
      width: calc(490/750*100%); }
    .formArea .entryName .formParts {
      flex-wrap: wrap; }
    .formArea .entryName .nameCell {
      width: 100%; }
      .formArea .entryName .nameCell + .nameCell {
        padding-top: 10px; }
        .formArea .entryName .nameCell + .nameCell .label {
          width: 80px; }
    .formArea .entryName .inputArea {
      width: calc(100% - 80px); }
    .formArea dt.entryGender {
      padding-right: 0;
      width: calc(260/750*100%); }
    .formArea dd.entryGender {
      padding-left: 0;
      width: calc(490/750*100%); }
    .formArea .entryGender .selectRadio {
      width: 70px; }
      .formArea .entryGender .selectRadio:first-child {
        margin-right: 10px;
        width: 115px; }
    .formArea .entryGender .radiobtn {
      width: 26px !important; }
    .formArea .entryGender .text {
      width: calc(100% - 26px) !important; }
    .formArea dt.entryAddress {
      padding-right: 0;
      width: calc(180/750*100%); }
    .formArea dd.entryAddress {
      padding-left: 0;
      width: calc(570/750*100%); }
    .formArea .entryAddress textarea {
      width: 100%;
      height: 70px; }
    .formArea dt.entryTel {
      padding-right: 0;
      width: calc(330/750*100%); }
    .formArea dd.entryTel {
      padding-left: 0;
      width: calc(420/750*100%); }
    .formArea .entryTel .tel {
      align-items: center; }
    .formArea .entryTel input {
      width: calc((100% - 30px)/3); }
    .formArea .entryTel .hyphen {
      width: 15px;
      font-size: .9rem; }
    .formArea dt.entryEmail {
      padding-right: 0;
      width: calc(330/750*100%); }
    .formArea dd.entryEmail {
      padding-left: 0;
      width: calc(420/750*100%); }
    .formArea dt.entryBirthday {
      padding-bottom: 0;
      border-bottom: none;
      width: 100%; }
    .formArea dd.entryBirthday {
      width: 100%; }
    .formArea .entryBirthday .formParts {
      flex-wrap: wrap; }
    .formArea .entryBirthday .month, .formArea .entryBirthday .day {
      width: 50%; }
    .formArea .entryBirthday .year {
      margin-top: 10px;
      width: 100%; }
    .formArea dt.entryRepaytime {
      padding-right: 0;
      width: calc(330/750*100%); }
    .formArea dd.entryRepaytime {
      padding-left: 0;
      width: calc(420/750*100%); }
    .formArea dt.entryMessage {
      padding-bottom: 0;
      border-bottom: none;
      width: 100%; }
    .formArea dd.entryMessage {
      width: 100%; }
    .formArea .entryMessage textarea {
      width: 100%;
      height: 110px; }
    .formArea dl {
      display: block; }
      .formArea dl dt {
        padding-bottom: 0 !important;
        border-bottom: none !important;
        width: auto !important; }
      .formArea dl dd {
        padding: 15px calc(57/750*100%) !important;
        width: auto !important; }
    .formArea .entryName .nameCell {
      display: block; }
    .formArea .entryName .inputArea {
      width: 100%; }
    .formArea .entryName .label {
      padding-bottom: 5px;
      width: auto !important;
      text-align: left; }
      .formArea .entryName .label br {
        display: none; }
    .formArea .entryGender .selectRadio, .formArea .entryGender .text {
      width: auto !important; }

  /* fixed */
  .personalInfo .title {
    margin: 0 0 25px;
    font-size: 2rem; }
    .personalInfo .title .small {
      font-size: 1.3rem;
      letter-spacing: .05em; }
  .personalInfo p {
    line-height: 2.15;
    font-size: 1.3rem;
    letter-spacing: .17em; }
    .personalInfo p.small {
      font-size: 1.3rem; }
  .personalInfo .policy {
    margin: 20px calc(57/750*100%);
    padding: 20px;
    max-width: inherit;
    height: 150px;
    -webkit-overflow-scrolling: touch; }
  .personalInfo .agreePolicy {
    margin: 0 calc(57/750*100%) 30px;
    padding: 24px calc(40/750*100%);
    max-width: inherit; }
    .personalInfo .agreePolicy input {
      padding: 0; }
    .personalInfo .agreePolicy .text {
      padding-left: 10px;
      line-height: 1.3; }
    .personalInfo .agreePolicy .small {
      font-size: .9rem; }

  .formBtn {
    margin: 0 calc(57/750*100%); }
    .formBtn .btn {
      padding-top: 12px;
      width: 100%;
      height: 65px;
      font-size: 1.8rem; }
    .formBtn .btnEN {
      padding-top: 20px; }
    .formBtn .btn .small {
      font-size: 1.2rem; }
    .formBtn .btn.btnBack, .formBtn .btn.btnSend {
      width: 48%; }
    .formBtn .btn.btnBack:after {
      top: 40px;
      left: 10px;
      width: 25px; }
    .formBtn .btn.btnBack:before {
      top: 41px;
      left: 10px;
      height: 15px; }
    .formBtn .btn.btnSend:after {
      top: 40px;
      right: 10px;
      width: 25px; }
    .formBtn .btn.btnSend:before {
      top: 40px;
      right: 9px;
      height: 15px; }

  .thanksMssg .formComplete {
    margin: 0 0 20px;
    padding: 30px 0; }
  .thanksMssg .title {
    font-size: 2rem;
    letter-spacing: .09em; }
  .thanksMssg .small {
    font-size: 1.25rem;
    letter-spacing: .09em; } }
/* =============================================================================
 Privacy Page Styles
============================================================================= */
.privacyLead {
  margin: 0 auto 50px;
  padding: 25px 30px;
  max-width: 750px;
  background-color: #dfdfdf;
  box-sizing: border-box; }

.privacyPolicy {
  margin: 0 auto;
  max-width: 750px;
  box-sizing: border-box; }
  .privacyPolicy .indent {
    text-indent: -1em;
    padding-left: 1em; }
  .privacyPolicy dl {
    line-height: 1.85;
    letter-spacing: .15em; }
    .privacyPolicy dl dt {
      margin-bottom: 25px;
      padding-bottom: 5px;
      border-bottom: 1px #595757 solid;
      font-size: 1.7rem;
      font-weight: bold; }
    .privacyPolicy dl dd {
      margin: 0 0 70px; }
      .privacyPolicy dl dd a {
        color: #595757; }
      .privacyPolicy dl dd:last-of-type {
        margin: 0; }
      .privacyPolicy dl dd ul {
        padding-top: 10px; }
      .privacyPolicy dl dd .p-list--count {
        counter-reset: count; }
      .privacyPolicy dl dd .p-list--count li {
        padding-left: 3em;
        position: relative; }
      .privacyPolicy dl dd .p-list--count li::before {
        counter-increment: count;
        content: "(" counter(count) ")";
        position: absolute;
        left: 0; }

@media screen and (max-width: 767px) {
  .privacyLead {
    margin: -20px auto 35px;
    padding: 30px calc(57/750*100%);
    max-width: inherit; }

  .privacyPolicy {
    margin: 0 calc(57/750*100%);
    max-width: inherit; }
    .privacyPolicy dl {
      line-height: 2.12;
      letter-spacing: .1em; }
      .privacyPolicy dl dt {
        margin-bottom: 10px;
        font-size: 1.5rem; }
      .privacyPolicy dl dd {
        margin: 0 0 50px;
        font-size: 1.25rem; }
        .privacyPolicy dl dd:last-of-type {
          margin: 0; } }
/* =============================================================================
 English Page Styles
============================================================================= */
body.englishPage {
  font-family: Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.englishPage #commonFooter .footNavi {
  margin: 0 auto;
  max-width: 750px; }

@media screen and (min-width: 768px) {
  .englishPage .menuJPN {
    display: none; }
  .englishPage .menuEN {
    display: block; } }
@media screen and (max-width: 767px) {
  .englishPage #commonFooter .footNavi {
    margin: 0 auto;
    max-width: inherit; }
    .englishPage #commonFooter .footNavi dl:not(.onlineshop) dt a:after, .englishPage #commonFooter .footNavi dl:not(.onlineshop) dt span:after {
      display: none; } }
.shopListEN ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .shopListEN ul li {
    margin: 115px 5% 0 0;
    padding-bottom: 56px;
    position: relative;
    width: 30%;
    line-height: 1.92;
    font-size: 1.2rem;
    letter-spacing: .15em; }
    .shopListEN ul li:nth-child(3n), .shopListEN ul li:last-child {
      margin-right: 0; }
    .shopListEN ul li:nth-child(-n+3) {
      margin-top: 0; }
    .shopListEN ul li .image {
      margin: 0 0 20px; }
    .shopListEN ul li .name {
      font-size: 1.6rem;
      font-weight: bold;
      letter-spacing: .09em; }
    .shopListEN ul li .address, .shopListEN ul li .info, .shopListEN ul li .salestime {
      margin-top: 1em; }
    .shopListEN ul li a {
      color: #595757; }
    .shopListEN ul li .link {
      margin-top: 1em;
      border: 1px #595757 solid;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      line-height: 40px;
      font-size: 1.4rem;
      text-align: center; }
      .shopListEN ul li .link a {
        display: block;
        color: #595757;
        text-decoration: none;
        -webkit-transition: background-color ease .3s, color ease .3s;
        transition: background-color ease .3s, color ease .3s; }
        .shopListEN ul li .link a:hover {
          color: #fff;
          background-color: #595757; }

@media screen and (max-width: 767px) {
  .shopListEN ul {
    margin: 0 calc(57/750*100%);
    display: block; }
    .shopListEN ul li {
      margin: 50px 0 0;
      padding-bottom: 0;
      width: auto;
      line-height: 1.46;
      letter-spacing: .14em; }
      .shopListEN ul li:nth-child(-n+3) {
        margin-top: 50px; }
      .shopListEN ul li .name {
        font-size: 1.7rem; }
      .shopListEN ul li .link {
        position: static;
        font-size: 1.35rem;
        font-weight: normal; } }
/* =============================================================================
 Slider Styles
============================================================================= */
.hero .slick-slide, .pageHeader .pageKV .slick-slide {
  opacity: 0;
  -webkit-transition: opacity 3s ease-out;
  transition: opacity 3s ease-out; }

.hero .slick-slide.pre, .pageHeader .pageKV .slick-slide.pre {
  z-index: 3;
  opacity: 0; }

.hero .slick-slide.active, .pageHeader .pageKV .slick-slide.active {
  z-index: 2;
  opacity: 1; }

.hero .slick-slide .image img, .pageHeader .pageKV .slick-slide .image img {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: transform 0s;
  transition: transform 0s; }

/*.hero .slick-slide .image img {
	transform: none;
}*/
.hero .slick-slide.pre .image img, .pageHeader .pageKV .slick-slide.pre .image img {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: transform 0s 3s;
  transition: transform 0s 3s; }

/*.hero .slick-slide.pre .image img {
	transform: none;
}*/
.hero .slick-slide.active .image img, .pageHeader .pageKV .slick-slide.active .image img {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: transform 8s linear;
  transition: transform 8s linear; }

.hero .slick-slide.active .image img {
  transition: none; }

/*.hero .slick-slide.active .image img {
	transform: none;
}*/
@media screen and (max-width: 1280px) {
  .hero .slick-slide .image img, .hero .slick-slide.pre .image img, .hero .slick-slide.active .image img {
    /*-webkit-transform: none;
    transform: none;
    transition: none;*/ } }
@media screen and (max-width: 767px) {
  .pageHeader .pageKV .slick-slide .image img, .pageHeader .pageKV .slick-slide.pre .image img, .pageHeader .pageKV .slick-slide.active .image img {
    -webkit-transform: none;
    transform: none; } }
/* =============================================================================
 1903 added
============================================================================= */
.txt_kagae {
  margin-bottom: 70px;
  text-align: center; }

.pageLead p.conceptTxt {
  margin-top: 50px; }
  .pageLead p.conceptTxt:last-child {
    margin-bottom: -100px; }

@media screen and (max-width: 767px) {
  .txt_kagae {
    margin-bottom: 60px; }

  .pageLead p.conceptTxt {
    margin: 30px 0 0 !important; } }
/* =============================================================================
 Temporary Styles
============================================================================= */
/*
.globalNavi .navInner>ul>li.nav-en:first-child a,
.englishPage #commonFooter .footNavi dl:first-child dt a,
#commonHeader .language dl dd ul li:first-child a {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
*/
/* =============================================================================
2022/11 追加分
============================================================================= */
@media screen and (min-width: 768px) {
  #mainArea .shopContents .image {
    width: 680px;
    margin-inline: auto; } }
