@charset "UTF-8";
@import url(css/animate.css);
@import url(css/hamburgers/hamburgers.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

*,
*::before,
*::after {
  box-sizing: border-box; }

@font-face {
  font-family: 'mp_1';
  src: url("font/mp_1.woff") format("woff"); }
@font-face {
  font-family: 'mp_2';
  src: url("font/mp_2.woff") format("woff"); }
body {
  font-style: normal;
  color: #333333;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 200%;
  font-size: 15px;
  font-size: 0.9375rem; }
  body a {
    color: #333333;
    text-decoration: none; }
    body a:visited {
      color: #333333; }
    body a:focus {
      color: #333333; }
    body a:hover {
      color: #666666; }
    body a:active {
      color: #333333; }

h4.title {
  font-family: "mp_2";
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.2;
  margin-bottom: 50px; }
  @media (max-width: 667px) {
    h4.title {
      width: 90%;
      margin: 20px auto;
      font-size: 30px;
      font-size: 1.875rem; } }
  h4.title .br:before {
    white-space: pre; }

h3.studio_title {
  font-family: "mp_2";
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.2;
  margin-bottom: 0px;
  text-align: center; }
  @media (max-width: 667px) {
    h3.studio_title {
      width: 90%;
      margin: 20px auto;
      font-size: 30px;
      font-size: 1.875rem; } }

a.line {
  border-bottom: 1px solid #FFCE00;
  padding-bottom: 5px; }

.tag {
  background: #FFF;
  width: 100%;
  padding: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .tag li {
    margin: 0 10px;
    font-size: 12px;
    font-size: 0.75rem; }
    .tag li span {
      border-bottom: 1px solid #FFCE00;
      padding-bottom: 5px;
      color: #333; }
      .tag li span:visited {
        color: #333; }
      .tag li span:focus {
        color: #333; }
      .tag li span:hover {
        color: #000; }
      .tag li span:active {
        color: #333; }

.link_line {
  position: relative; }
  .link_line:before, .link_line:after {
    position: absolute;
    content: "";
    bottom: -20px;
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #FFCE00;
    transition: .4s; }
    @media (max-width: 667px) {
      .link_line:before, .link_line:after {
        bottom: 0px; } }
  .link_line:before {
    left: 0%; }
  .link_line:after {
    right: 0%; }
  .link_line:hover:before, .link_line:hover:after {
    width: 0%; }

#main_header {
  width: 100%;
  position: fixed;
  padding: 20px 20px;
  z-index: 9999;
  height: 56px; }
  @media (max-width: 667px) {
    #main_header {
      background: #FFF;
      height: auto;
      box-shadow: none;
      padding: 0px; } }
  #main_header .header_wrapper {
    margin: 0 auto;
    position: relative; }
    @media (max-width: 667px) {
      #main_header .header_wrapper {
        width: 100%;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    #main_header .header_wrapper .hamburger {
      background: #FFF;
      padding: 8px 11px 4px 11px;
      position: absolute;
      left: 20px;
      top: 20px;
      z-index: 2;
      -moz-border-radius-topleft: 0;
      -webkit-border-top-left-radius: 0;
      border-top-left-radius: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-top-right-radius: 0;
      border-top-right-radius: 0;
      -moz-border-radius-bottomleft: 0;
      -webkit-border-bottom-left-radius: 0;
      border-bottom-left-radius: 0;
      -moz-border-radius-bottomright: 0;
      -webkit-border-bottom-right-radius: 0;
      border-bottom-right-radius: 0;
      -moz-border-radius-topleft: 0;
      -webkit-border-top-left-radius: 0;
      border-top-left-radius: 0;
      -moz-border-radius-bottomleft: 0;
      -webkit-border-bottom-left-radius: 0;
      border-bottom-left-radius: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-top-right-radius: 0;
      border-top-right-radius: 0;
      -moz-border-radius-bottomright: 0;
      -webkit-border-bottom-right-radius: 0;
      border-bottom-right-radius: 0; }
      @media (max-width: 667px) {
        #main_header .header_wrapper .hamburger {
          background: none;
          top: 10px;
          left: 10px; } }
    @media (max-width: 667px) {
      #main_header .header_wrapper .hamburger-inner, #main_header .header_wrapper .hamburger-inner::before, #main_header .header_wrapper .hamburger-inner::after {
        background-color: #FFF; } }
    @media (max-width: 667px) {
      #main_header .header_wrapper .is-active .hamburger-inner, #main_header .header_wrapper .is-active .hamburger-inner::before, #main_header .header_wrapper .is-active .hamburger-inner::after {
        background-color: #000 !important; } }
    #main_header .header_wrapper .logo {
      width: 240px;
      position: absolute;
      left: 50%;
      top: 20px;
      margin-left: -120px;
      text-align: center; }
      #main_header .header_wrapper .logo svg {
        fill: #FFF; }
      @media (max-width: 667px) {
        #main_header .header_wrapper .logo {
          width: 180px;
          top: 17px;
          margin-left: -90px; } }
      @media (max-width: 321px) {
        #main_header .header_wrapper .logo {
          width: 140px;
          top: 17px;
          margin-left: -70px; } }
    #main_header .header_wrapper .reservation {
      background: #FFF;
      text-align: center;
      position: absolute;
      right: 20px;
      top: 20px;
      border: 5px solid #FFCE00;
      padding: 5px 10px 5px 10px; }
      @media (max-width: 667px) {
        #main_header .header_wrapper .reservation {
          background: none;
          border: none;
          right: 10px;
          top: 10px; } }
      #main_header .header_wrapper .reservation p {
        line-height: 2;
        font-size: 14px;
        font-size: 0.875rem; }
        @media (max-width: 667px) {
          #main_header .header_wrapper .reservation p {
            border: 1px solid #FFF; } }
        #main_header .header_wrapper .reservation p span {
          font-family: "mp_1";
          font-weight: bold; }
          @media (max-width: 667px) {
            #main_header .header_wrapper .reservation p span {
              padding: 5px 10px 5px 10px;
              background: none;
              color: #FFF; } }
      #main_header .header_wrapper .reservation p.en {
        font-size: 10px;
        font-size: 0.625rem; }
        #main_header .header_wrapper .reservation p.en span {
          padding: 5px 10px; }
        @media (max-width: 667px) {
          #main_header .header_wrapper .reservation p.en {
            display: none; } }
  #main_header.active {
    background: #FFF;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    height: 75px; }
    @media (max-width: 667px) {
      #main_header.active {
        height: 62px; } }
    #main_header.active .logo {
      top: 10px; }
      @media (max-width: 667px) {
        #main_header.active .logo {
          top: 17px; } }
      #main_header.active .logo svg {
        fill: #000; }
    #main_header.active .hamburger {
      top: -5px; }
      @media (max-width: 667px) {
        #main_header.active .hamburger {
          top: 10px;
          z-index: 9999; } }
    @media (max-width: 667px) {
      #main_header.active .hamburger-inner, #main_header.active .hamburger-inner::before, #main_header.active .hamburger-inner::after {
        background-color: #000; } }
    #main_header.active .reservation {
      top: -10px;
      border: none;
      padding: 0px;
      right: 20px;
      line-height: 1.3; }
      @media (max-width: 667px) {
        #main_header.active .reservation {
          top: 20px;
          right: 20px;
          line-height: 2; } }
      @media (max-width: 667px) {
        #main_header.active .reservation p {
          border: 1px solid #000; }
          #main_header.active .reservation p span {
            color: #000 !important; } }
  #main_header .gnav {
    background: #FFF;
    width: 50%;
    height: 100vh;
    padding: 0px 0;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    display: none;
    left: -100px; }
    @media (max-width: 667px) {
      #main_header .gnav {
        width: 100%; } }
    @media (max-height: 1050px) {
      #main_header .gnav {
        overflow-y: scroll; } }
    #main_header .gnav ul.main_nav li {
      text-align: center;
      margin: 50px 0; }
      @media (max-width: 667px) {
        #main_header .gnav ul.main_nav li {
          margin: 15px 0; } }
      #main_header .gnav ul.main_nav li a {
        color: #000;
        text-decoration: none;
        letter-spacing: 0.2em;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: bold;
        font-family: "mp_1";
        line-height: 1.4; }
        #main_header .gnav ul.main_nav li a:visited {
          color: #000; }
        #main_header .gnav ul.main_nav li a:focus {
          color: #000; }
        #main_header .gnav ul.main_nav li a:hover {
          color: #FFCE00; }
        #main_header .gnav ul.main_nav li a:active {
          color: #000; }
        @media (max-width: 667px) {
          #main_header .gnav ul.main_nav li a {
            font-size: 13px;
            font-size: 0.8125rem; } }
        #main_header .gnav ul.main_nav li a span {
          display: block;
          font-size: 12px;
          font-size: 0.75rem;
          font-weight: normal; }
          @media (max-width: 667px) {
            #main_header .gnav ul.main_nav li a span {
              font-size: 10px;
              font-size: 0.625rem; } }
      #main_header .gnav ul.main_nav li.reservation {
        border: 1px solid #000;
        width: 50%;
        margin: 0 auto;
        padding: 20px 0; }
        @media (max-width: 667px) {
          #main_header .gnav ul.main_nav li.reservation {
            width: 80%;
            padding: 10px; } }
    #main_header .gnav ul.sns_nav {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-content: center;
      align-content: center;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 50px; }
      @media (max-width: 667px) {
        #main_header .gnav ul.sns_nav {
          margin-top: 20px; } }
      #main_header .gnav ul.sns_nav li {
        width: 40px;
        text-align: center; }

#top_main_visual {
  height: 100vh;
  min-height: 100vh; }
  @media (max-width: 667px) {
    #top_main_visual {
      overflow: visible;
      background-size: cover;
      min-height: auto;
      height: 300px; } }
  #top_main_visual .mask {
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    position: absolute;
    z-index: 2; }
    @media (max-width: 667px) {
      #top_main_visual .mask {
        min-height: auto;
        height: 300px; } }
  #top_main_visual .top_main_visual_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media (max-width: 667px) {
      #top_main_visual .top_main_visual_wrapper {
        width: 100%;
        height: 300px; } }
    #top_main_visual .top_main_visual_wrapper video {
      position: absolute;
      bottom: 0;
      right: 0;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto; }
      @media (max-width: 667px) {
        #top_main_visual .top_main_visual_wrapper video {
          min-height: auto;
          height: 300px; } }
    #top_main_visual .top_main_visual_wrapper .message {
      width: 1160px;
      margin: 0 auto;
      font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
      position: absolute;
      z-index: 3;
      top: 30%;
      left: 50%;
      margin-left: -580px;
      color: #FFF; }
      @media (max-width: 667px) {
        #top_main_visual .top_main_visual_wrapper .message {
          width: 90%;
          margin-left: 0px;
          top: 32%;
          left: 20px; } }
      #top_main_visual .top_main_visual_wrapper .message h2 {
        font-size: 80px;
        font-size: 5rem;
        line-height: 1.4;
        margin-bottom: 15px;
        font-weight: normal; }
        @media (max-width: 667px) {
          #top_main_visual .top_main_visual_wrapper .message h2 {
            font-size: 24px;
            font-size: 1.5rem; } }
      #top_main_visual .top_main_visual_wrapper .message h3 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.8; }
        @media (max-width: 667px) {
          #top_main_visual .top_main_visual_wrapper .message h3 {
            width: 100%;
            margin: 0 auto;
            font-size: 14px;
            font-size: 0.875rem;
            text-align: left; }
            #top_main_visual .top_main_visual_wrapper .message h3 br {
              display: none; } }

#page_main_visual, #page_sub_visual {
  width: 100%;
  height: 852px;
  color: #FFF; }
  @media (max-width: 667px) {
    #page_main_visual, #page_sub_visual {
      height: 300px; } }
  #page_main_visual .mask, #page_sub_visual .mask {
    background: rgba(0, 0, 0, 0.24);
    width: 100%;
    height: 852px;
    padding: 400px 0 0 0; }
    @media (max-width: 667px) {
      #page_main_visual .mask, #page_sub_visual .mask {
        height: 300px;
        padding: 120px 0 0 0; } }
  #page_main_visual h2, #page_sub_visual h2 {
    text-align: center;
    font-size: 55px;
    font-size: 3.4375rem;
    font-weight: bold;
    margin-bottom: 45px;
    font-family: "mp_1";
    letter-spacing: 15px;
    text-indent: 15px;
    line-height: 1; }
    @media (max-width: 667px) {
      #page_main_visual h2, #page_sub_visual h2 {
        font-size: 30px;
        font-size: 1.875rem;
        margin-bottom: 20px;
        letter-spacing: 5px;
        text-indent: 5px; } }
  #page_main_visual h3, #page_sub_visual h3 {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600; }
    @media (max-width: 667px) {
      #page_main_visual h3, #page_sub_visual h3 {
        font-size: 16px;
        font-size: 1rem; } }

.paged #page_main_visual {
  height: 450px; }
  @media (max-width: 667px) {
    .paged #page_main_visual {
      height: 300px; } }
  .paged #page_main_visual .mask {
    background: rgba(0, 0, 0, 0.24);
    width: 100%;
    height: 450px;
    padding: 200px 0 0 0; }
    @media (max-width: 667px) {
      .paged #page_main_visual .mask {
        height: 300px;
        padding: 120px 0 0 0; } }
.paged .title_area {
  display: none; }
.paged .gallery {
  padding-top: 60px; }

#page_sub_visual {
  height: 450px; }
  @media (max-width: 667px) {
    #page_sub_visual {
      height: 300px; } }
  #page_sub_visual .mask {
    background: rgba(0, 0, 0, 0.24);
    width: 100%;
    height: 450px;
    padding: 200px 0 0 0; }
    @media (max-width: 667px) {
      #page_sub_visual .mask {
        height: 300px;
        padding: 120px 0 0 0; } }

.plan-box {
  text-align: center !important;
}
.plan01-l h1 {
    font-size: 2.1875rem;
    font-family: "mp_2";
    margin-bottom: 10px;
}
.plan01-l ,.plan01-r {
  display:inline-block;
  vertical-align:top;
}
.plan01, .plan02 {
  display: inline-block;
  vertical-align: top;
}

.plan_visual {
  background: url(images/bg_plan.jpg) no-repeat;
  background-size: cover; }

.about_visual {
  background: url(images/bg_about2.jpg) no-repeat;
  background-size: cover; }

.flow_visual {
  background: url(images/bg_flow.jpg) no-repeat;
  background-size: cover; }

.gallery_visual {
  background: url(images/bg_gallery.jpg) no-repeat;
  background-size: cover; }

.studio_visual {
  background: url(images/bg_studio.jpg) no-repeat;
  background-size: cover; }

.news_visual_list {
  background: url(images/bg_news_top.jpg) no-repeat;
  background-size: cover; }

.qa_visual {
  background: url(images/bg_qa.jpg) no-repeat;
  background-size: cover; }

.news_visual {
  background: url(images/bg_news.jpg) no-repeat;
  background-size: cover; }

.reservation_visual {
  background: url(images/bg_reser2.jpg) no-repeat;
  background-size: cover; }

.company_visual {
  background: url(images/bg_company_top.jpg) no-repeat;
  background-size: cover; }

.contact_visual {
  background: url(images/bg_contact_top.jpg) no-repeat;
  background-size: cover; }

.mespotes_visual {
  background: url(images/bg_mespotes.jpg) no-repeat center;
  background-size: cover; }

.mespotes_visual .animation_title__jp {
  font-size: 1.4375rem;
  margin-top: 20px;
  display: block;
}

.mespotes-02_visual {
  background: url(images/bg_mespotes-02.jpg) no-repeat center;
  background-size: cover; }

.flex_column {
  width: 100%;
  padding: 60px 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 667px) {
    .flex_column {
      padding: 40px 0 0 0; } }
  .flex_column.gallery {
    padding-top: 0px; }
  .flex_column .image {
    position: relative;
    height: 100%; }
    .flex_column .image .photo {
      position: absolute;
      z-index: 1; }
      .flex_column .image .photo img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block; }
    .flex_column .image .tag_list {
      position: absolute;
      bottom: 0px;
      right: 0px;
      z-index: 2; }
  .flex_column .text {
    width: 370px; }
    @media (max-width: 667px) {
      .flex_column .text {
        width: 90%;
        margin: 0 auto; } }
    .flex_column .text h5 {
      font-size: 20px;
      font-size: 1.25rem;
      margin-bottom: 30px; }
      @media (max-width: 667px) {
        .flex_column .text h5 {
          font-size: 16px;
          font-size: 1rem;
          margin-bottom: 15px; } }
    .flex_column .text p {
      font-size: 16px;
      font-size: 1rem;
      color: #959595;
      margin-bottom: 30px; }
      @media (max-width: 667px) {
        .flex_column .text p {
          font-size: 14px;
          font-size: 0.875rem;
          margin-bottom: 15px; } }
  .flex_column .text_about {
    width: 100%; }
    .flex_column .text_about p {
      font-size: 16px;
      font-size: 1rem;
      color: #666666;
      margin-bottom: 20px;
      font-weight: 300;
      font-family: "HiraginoSans-W2", ".HiraKakuInterface-W2";
      line-height: 2; }
  .flex_column .text_about p strong {
    font-weight: bold;}

.text_about h3 {
  font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 30px;
    font-family: "HiraginoSans-W2", ".HiraKakuInterface-W2";
}

.pt1 {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pt1 .left {
    padding-top: 100px;
    width: 48%; }
    @media (max-width: 667px) {
      .pt1 .left {
        padding-top: 0px;
        width: 100%; } }
  .pt1 .right {
    width: 42%;
    padding-bottom: 30px; }
    @media (max-width: 667px) {
      .pt1 .right {
        width: 100%; } }

.pt2 {
  width: 52%;
  padding: 100px 0; }
  @media (max-width: 667px) {
    .pt2 {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse;
      width: 100%;
      padding: 30px 0; } }
  .pt2 .top {
    width: 80%;
    margin: 90px auto; }
    @media (max-width: 667px) {
      .pt2 .top {
        width: 100%;
        margin: 0px auto;
        padding-bottom: 30px; } }

.pt3, .pt8 {
  width: 38%;
  padding: 0; }
  @media (max-width: 667px) {
    .pt3, .pt8 {
      width: 100%; } }
  .pt3 .bottom, .pt8 .bottom {
    width: 80%;
    margin: 90px auto; }
    @media (max-width: 667px) {
      .pt3 .bottom, .pt8 .bottom {
        width: 100%;
        margin: 0px auto;
        padding-bottom: 30px; } }

.pt4 {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px; }
  @media (max-width: 667px) {
    .pt4 {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .pt4 .left {
    background: #fafafa;
    padding: 100px 60px;
    width: 50%;
    margin-top: 100px; }
    @media (max-width: 667px) {
      .pt4 .left {
        width: 100%;
        margin-top: 0px;
        padding: 30px; } }
  .pt4 .right {
    width: 50%; }
    @media (max-width: 667px) {
      .pt4 .right {
        width: 100%; } }

.pt5 {
  width: 1090px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px auto; }
  @media (max-width: 667px) {
    .pt5 {
      width: 100%;
      margin: 20px 0; } }
  .pt5 div {
    width: 33.33%; }
    @media (max-width: 667px) {
      .pt5 div {
        width: 90%;
        margin: 0 auto 20px auto; } }
    .pt5 div h2.title {
      font-family: "mp_2";
      font-size: 26px;
      font-size: 1.625rem;
      margin-bottom: 20px; }
    .pt5 div p {
      color: #666666;
      font-family: "HiraginoSans-W2", ".HiraKakuInterface-W2"; }

.pt6 {
  width: 80%;
  margin: 60px auto; }
  @media (max-width: 667px) {
    .pt6 {
      width: 90%;
      margin: 0 auto; } }
  .pt6 iframe {
    width: 100%;
    height: 530px; }
  .pt6 .photo img {
    width: 100%;
    height: auto; }

.pt7 {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px; }
  .pt7 img {
    width: 100%;
    height: auto; }
  .pt7 .left {
    width: 47%; }
    @media (max-width: 667px) {
      .pt7 .left {
        width: 100%; } }
  .pt7 .right {
    width: 47%; }
    @media (max-width: 667px) {
      .pt7 .right {
        width: 100%; } }

@media (max-width: 667px) {
  .pt8 {
    display: block; } }

.pt9 {
  width: 80%;
  margin: 0px auto 60px auto; }
  @media (max-width: 667px) {
    .pt9 {
      width: 90%;
      margin: 0px auto; } }
  .pt9 .photo img {
    width: 100%;
    height: auto; }

.post_contents_list {
  background: #fafafa; }

.post .post_contents {
  width: 1090px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px auto; }
  @media (max-width: 667px) {
    .post .post_contents {
      width: 100%;
      margin: 20px auto; } }
  .post .post_contents .eyecatch {
    width: 30%; }
    @media (max-width: 667px) {
      .post .post_contents .eyecatch {
        width: 30%;
        margin: 20px auto; } }
    .post .post_contents .eyecatch img {
      width: 100%;
      height: auto; }
  .post .post_contents .post_contents_text {
    width: 65%; }
    @media (max-width: 667px) {
      .post .post_contents .post_contents_text {
        width: 55%;
        margin: 20px auto; } }
    .post .post_contents .post_contents_text .date {
      position: relative;
      padding-left: 120px;
      color: #CCCCCC;
      font-size: 12px;
      font-size: 0.75rem;
      margin-bottom: 10px; }
      @media (max-width: 667px) {
        .post .post_contents .post_contents_text .date {
          padding-left: 0;
          font-size: 10px;
          font-size: 0.625rem;
          margin-bottom: 0; } }
      .post .post_contents .post_contents_text .date:before {
        width: 100px;
        height: 1px;
        background: #CCCCCC;
        content: "";
        position: absolute;
        left: 0px;
        top: 14px; }
        @media (max-width: 667px) {
          .post .post_contents .post_contents_text .date:before {
            display: none; } }
    .post .post_contents .post_contents_text h2.title {
      font-family: "mp_2";
      font-size: 15px;
      font-size: 0.9375rem;
      margin-bottom: 20px; }
      @media (max-width: 667px) {
        .post .post_contents .post_contents_text h2.title {
          margin-bottom: 0px; } }
    .post .post_contents .post_contents_text p {
      color: #666666;
      font-family: "HiraginoSans-W2", ".HiraKakuInterface-W2"; }
      @media (max-width: 667px) {
        .post .post_contents .post_contents_text p {
          display: none; } }
  .post .post_contents .more {
    text-align: right;
    margin-top: 30px; }

.qa_contents_list {
  width: 1090px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px auto; }
  @media (max-width: 667px) {
    .qa_contents_list {
      width: 90%;
      margin: 20px auto; } }
  .qa_contents_list aside {
    width: 30%; }
    @media (max-width: 667px) {
      .qa_contents_list aside {
        display: none; } }
    .qa_contents_list aside ul li {
      margin-bottom: 10px; }
  .qa_contents_list .qa_contents {
    width: 65%; }
    @media (max-width: 667px) {
      .qa_contents_list .qa_contents {
        width: 100%; } }
    .qa_contents_list .qa_contents h2 {
      font-size: 20px;
      font-size: 1.25rem;
      font-family: "HiraginoSans-W2", ".HiraKakuInterface-W2";
      margin-bottom: 30px; }
    .qa_contents_list .qa_contents ul {
      margin-bottom: 80px; }
      .qa_contents_list .qa_contents ul li {
        margin-bottom: 30px; }
    .qa_contents_list .qa_contents .question {
      position: relative;
      display: block;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: "HiraginoSans-W2", ".HiraKakuInterface-W2";
      margin-bottom: 10px; }
      @media (max-width: 667px) {
        .qa_contents_list .qa_contents .question {
          font-size: 16px;
          font-size: 1rem;
          font-weight: 500; } }
      .qa_contents_list .qa_contents .question:before {
        content: "Q.";
        font-size: 20px;
        font-size: 1.25rem;
        font-family: "mp_2";
        margin-right: 5px; }
        @media (max-width: 667px) {
          .qa_contents_list .qa_contents .question:before {
            font-size: 16px;
            font-size: 1rem; } }
    .qa_contents_list .qa_contents .answer {
      font-size: 14px;
      font-size: 0.875rem;
      font-family: "HiraginoSans-W2", ".HiraKakuInterface-W2"; }

.wp-pagenavi {
  width: 40%;
  margin: 30px auto;
  padding: 1%;
  text-align: center;
  border-top: 1px solid #DDD;
  font-family: "mp_1"; }
  @media (max-width: 667px) {
    .wp-pagenavi {
      width: 80%; } }
  .wp-pagenavi span, .wp-pagenavi span.pages, .wp-pagenavi a {
    cursor: pointer;
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block;
    margin: 2%;
    padding: 0;
    position: relative; }
    .wp-pagenavi span:hover, .wp-pagenavi span.pages:hover, .wp-pagenavi a:hover {
      color: #000; }
  .wp-pagenavi span.current {
    border-bottom: 1px solid #333; }
    .wp-pagenavi span.current:hover {
      border-bottom: 1px solid #CCC; }

.content .title_area {
  text-align: center;
  padding: 95px 0 0 0; }
  @media (max-width: 667px) {
    .content .title_area {
      padding: 40px 0 0 0; } }
  .content .title_area h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.6;
    margin-bottom: 45px;
    font-family: "HiraginoSans-W2", ".HiraKakuInterface-W2"; }
    @media (max-width: 667px) {
      .content .title_area h2 {
        width: 90%;
        margin: 0 auto;
        font-size: 18px;
        font-size: 1.125rem; } }
  .content .title_area .animation_title {
    letter-spacing: 0.5em; }
    .content .title_area .animation_title .letter {
      display: inline-block;
      line-height: 1em; }
  .content .title_area p {
    font-size: 16px;
    font-size: 1rem;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 95px; }
    @media (max-width: 667px) {
      .content .title_area p {
        width: 90%;
        margin: 0 auto;
        font-size: 13px;
        font-size: 0.8125rem;
        text-align: left;
        margin-bottom: 20px;
        margin-top: 20px; } }

.price_plan .plan_box2 {
    width: 47%;
}
.price_plan .plan-t1 {
    background-color: #4c4c4c;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    margin-top: 20px;
}
.price_plan .plan-t2 {
    background-color: #4c4c4c;
    width: 30%;
    margin: 0 auto;
    color: #fff;
    margin-top: 20px;
}

.price_plan {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .price_plan .plan_box {
    width: 30%; }
    @media (max-width: 667px) {
      .price_plan .plan_box {
        width: 90%;
        margin: 0 auto; }
      .price_plan .plan_box2 {
        width: 90%;
        margin: 0 auto; }
	}
  .price_plan .plan_photo {
    min-height: 660px;
    background: transparent; }
    /* @media (max-width: 1335px) {
    } */
		.plan_content .plan-img-up {width:100%;}
    /* @media (max-width: 850px) {
    } */
		.plan_content .plan-img-down {width:100%;}
    @media (max-width: 667px) {
      .price_plan .plan_photo {
        min-height: 350px; } }
  .price_plan .plan_content {
    width: 90%;
    background: #FFF;
    margin: -100px auto 0 auto;
    padding: 15px 10px 70px 10px;
    text-align: center; }
    .price_plan .plan_content h1 {
      font-size: 35px;
      font-size: 1.8rem;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      margin-bottom: 10px;
    margin-top: 25px;}
    .price_plan .plan_content h2 {
      font-size: 15px;
      font-size: 0.9375rem;
      position: relative;
      margin-bottom: 50px; }
      .price_plan .plan_content h2:after {
        background: #000;
        width: 32px;
        height: 1px;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -16px;
        content: ""; }
    .price_plan .plan_content p {
      font-size: 13px;
      font-size: 0.8125rem;
      margin-bottom: 30px;
      line-height: 1.8;
      font-weight: 300; }
    .price_plan .plan_content ul {
      background: #FAFAFA;
      padding: 20px;
      display: block;
      line-height: 2;
      margin: 0 30px 30px 30px; }
      .price_plan .plan_content ul li {
        font-size: 17px;
        font-size: 1.0625rem; }
    .price_plan .plan_content .weekday {
      font-size: 28px;
      font-size: 1.75rem;
      font-weight: bold;
      margin-bottom: 10px; }
      .price_plan .plan_content .weekday span {
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: normal; }
    .price_plan .plan_content .holiday {
      font-size: 24px;
      font-size: 1.5rem;
      margin-bottom: 20px; }
      .price_plan .plan_content .holiday span {
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: normal; }
    .price_plan .plan_content .reservation a {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 600;
      display: block;
      border: #FFCE00 5px solid;
      padding: 20px;
      margin: 0 30px; }
      .price_plan .plan_content .reservation a:hover {
        transition: .4s; }

.plan_add {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: #F0F0F0 1px solid;
  border-bottom: #F0F0F0 1px solid; }
  .plan_add .plan_add_box {
    width: 50%;
    padding: 65px 60px; }
    @media (max-width: 667px) {
      .plan_add .plan_add_box {
        width: 100%;
        padding: 20px; } }
    .plan_add .plan_add_box.option {
      border-right: #F0F0F0 1px solid; }
      @media (max-width: 667px) {
        .plan_add .plan_add_box.option {
          border-right: none;
          border-bottom: #F0F0F0 1px solid; } }
    .plan_add .plan_add_box h1 {
      font-size: 50px;
      font-size: 3.125rem;
      font-family: "mp_2";
      margin-bottom: 10px;
      position: relative;
      padding-left: 30px;
      margin-bottom: 15px; }
      @media (max-width: 667px) {
        .plan_add .plan_add_box h1 {
          font-size: 30px;
          font-size: 1.875rem; } }
      .plan_add .plan_add_box h1:before {
        background: #000;
        width: 1px;
        height: 20px;
        position: absolute;
        top: 6px;
        left: 24px;
        margin-left: -16px;
        content: ""; }
      .plan_add .plan_add_box h1:after {
        background: #000;
        width: 20px;
        height: 1px;
        position: absolute;
        top: 15px;
        left: 15px;
        margin-left: -16px;
        content: ""; }
    .plan_add .plan_add_box h2 {
      font-size: 18px;
      font-size: 1.125rem;
      margin-bottom: 20px;
      font-weight: 600; }
    .plan_add .plan_add_box h3 {
      font-size: 18px;
      font-size: 1.125rem;
      margin-bottom: 10px;
      font-weight: 600;
      color: #666666; }
    .plan_add .plan_add_box p {
      font-size: 13px;
      font-size: 0.8125rem;
      margin-bottom: 30px;
      line-height: 1.8;
      font-weight: 300;
      color: #666666; }
    .plan_add .plan_add_box p.comment {
      font-size: 12px;
      font-size: 0.75rem; }
    .plan_add .plan_add_box .photo {
      width: 100%; }
      .plan_add .plan_add_box .photo img {
        width: 100%;
        height: auto; }

.flow .step ul li {
  background: #fefefe;
  text-align: center;
  line-height: 1.8;
  padding: 60px 0;
	background-color: #f1f1f1;
	margin: 0 60px;}
  .flow .step ul li:nth-child(2n) {
    background: #ffffff; }
  @media (max-width: 667px) {
    .flow .step ul li {
      padding: 30px 0;
		margin: 0px 20px;} }
  .flow .step ul li .number {
    font-family: "mp_2";
    font-size: 40px;
    font-size: 2.5rem;
    line-height: normal;
    margin-bottom: 10px;
	 display: inline-block;}
  .flow .step ul li h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 10px;
	  display: inline-block;}
  .flow .step ul li p {
    color: #666666; }
    @media (max-width: 667px) {
      .flow .step ul li p {
        width: 90%;
        margin: 0 auto;
        padding: 20px 0 0 0;
        font-size: 13px;
        font-size: 0.8125rem; } }

.news_list {
  background: #fafafa;
  padding: 53px 0px 0px 0px; }
  @media (max-width: 667px) {
    .news_list {
      width: 100%;
      padding: 20px 0 0 0; } }
  .news_list .title_area {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 35px;
    padding: 0px 66px; }
    @media (max-width: 667px) {
      .news_list .title_area {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 20px;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        padding: 0px; } }
    .news_list .title_area h4 {
      margin-bottom: 0px;
      margin-right: 55px; }
      @media (max-width: 667px) {
        .news_list .title_area h4 {
          width: 50%;
          margin: 0;
          margin-bottom: 20px; } }
    .news_list .title_area .link_line {
      position: relative; }
      .news_list .title_area .link_line:before, .news_list .title_area .link_line:after {
        bottom: 0px; }
  .news_list .news_post {
    width: 100%;
    overflow-x: scroll;
    padding: 0px 36px 0px 36px; }
    @media (max-width: 667px) {
      .news_list .news_post {
        padding: 0 15px; } }
    .news_list .news_post ul {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      align-items: center; }
      .news_list .news_post ul li {
        width: 20%;
        margin-right: 40px;
        position: relative;
        margin-bottom: 66px; }
        @media (max-width: 667px) {
          .news_list .news_post ul li {
            width: 50%;
            margin: 0;
            margin-bottom: 20px; } }
        .news_list .news_post ul li:before {
          position: absolute;
          content: "";
          right: -20px;
          display: inline-block;
          width: 1px;
          height: 100%;
          background: #EFEFEF; }
        .news_list .news_post ul li .eyecatch img {
          width: 100%;
          height: auto; }
    .news_list .news_post .date {
      font-size: 12px;
      font-size: 0.75rem;
      color: #CCCCCC;
      position: relative;
      text-align: right; }
      @media (max-width: 667px) {
        .news_list .news_post .date {
          text-align: left; } }
      .news_list .news_post .date:before {
        position: absolute;
        content: "";
        bottom: 14px;
        display: inline-block;
        width: 60%;
        height: 1px;
        background: #CCCCCC;
        transition: .4s; }
        @media (max-width: 667px) {
          .news_list .news_post .date:before {
            display: none; } }
      .news_list .news_post .date:before {
        left: 0%; }
      .news_list .news_post .date:hover:before {
        width: 0%; }
    .news_list .news_post h4 {
      font-size: 13px;
      font-size: 0.8125rem;
      color: #000;
      line-height: 1.4; }
      .news_list .news_post h4:visited {
        color: #000; }
      .news_list .news_post h4:focus {
        color: #000; }
      .news_list .news_post h4:hover {
        color: #FFCE00; }
      .news_list .news_post h4:active {
        color: #000; }

.gallery_list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .gallery_list .left {
    width: 48%;
    position: relative; }
    @media (max-width: 667px) {
      .gallery_list .left {
        width: 100%;
        margin: 0 auto; } }
    .gallery_list .left .control {
      position: absolute;
      right: -60px;
      bottom: 20px;
      width: 38px;
      display: none; }
      @media (max-width: 667px) {
        .gallery_list .left .control {
          display: none; } }
      .gallery_list .left .control a:hover {
        opacity: 0.6; }
  .gallery_list .right {
    width: 42%;
    padding-top: 100px; }
    @media (max-width: 667px) {
      .gallery_list .right {
        width: 90%;
        margin: 0 auto;
        padding-top: 0px; } }

.photo_booth {
  overflow: hidden;
  max-height: 720px; }
  @media (max-width: 667px) {
    .photo_booth {
      max-height: 320px; } }
  .photo_booth .grid {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100vw;
    position: relative;
    top: 0px; }
    .photo_booth .grid .grid-item {
      width: 24%;
      line-height: 0;
      margin-bottom: 30px;
      margin-right: 30px; }
      .photo_booth .grid .grid-item:nth-child(3n) {
        margin-right: 0px; }
      .photo_booth .grid .grid-item img {
        width: 100%;
        height: auto; }

.info {
  background: #fafafa;
  padding: 100px 60px; }
  @media (max-width: 667px) {
    .info {
      padding: 20px; } }
  .info section {
    width: 31%;
    overflow: hidden;
    height: 400px; }
    @media (max-width: 667px) {
      .info section {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        height: 150px; } }
    .info section.info_studio {
      background: url(images/bg_studio.jpg) center center; }
    .info section.info_qa {
      background: url(images/bg_qa.png) center center; }
    .info section.info_plan {
      background: url(images/bg_plan.png) center center; }
    .info section a {
      color: #FFF;
      color: #FFF; }
      .info section a:visited {
        color: #FFF; }
      .info section a:focus {
        color: #FFF; }
      .info section a:hover {
        color: #fafafa; }
      .info section a:active {
        color: #FFF; }
    .info section .eyecatch {
      width: 100%;
      height: 100%;
      position: relative;
      transition: .5s; }
      .info section .eyecatch .caption {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 80%;
        height: 3.2rem;
        text-align: center;
        z-index: 2; }
        .info section .eyecatch .caption h1 {
          font-size: 24px;
          font-size: 1.5rem;
          margin-bottom: 20px; }
          @media (max-width: 667px) {
            .info section .eyecatch .caption h1 {
              font-size: 20px;
              font-size: 1.25rem; } }
        .info section .eyecatch .caption h2 {
          font-size: 21px;
          font-size: 1.3125rem; }
          @media (max-width: 667px) {
            .info section .eyecatch .caption h2 {
              font-size: 18px;
              font-size: 1.125rem; } }

.gallery {
  margin-bottom: 60px; }
  @media (max-width: 667px) {
    .gallery {
      margin-bottom: 0px; } }
  .gallery h3 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 45px;
    font-size: 2.8125rem;
    color: #666666;
    font-weight: 200;
    letter-spacing: 1.2px; }
    @media (max-width: 667px) {
      .gallery h3 {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 20px; } }
    .gallery h3 span {
      border-bottom: 3px solid #FFCE00;
      margin-top: 10px; }
  .gallery .gallery_contents {
    width: 100%;
    margin: 0 auto; }
    .gallery .gallery_contents .grid-sizer {
      width: 30%;
      margin-bottom: 0px; }
      @media (max-width: 667px) {
        .gallery .gallery_contents .grid-sizer {
          width: 100%; } }
    .gallery .gallery_contents .image {
      margin-bottom: 40px; }
      @media (max-width: 667px) {
        .gallery .gallery_contents .image {
          margin-bottom: 20px; } }
      .gallery .gallery_contents .image .photo {
        position: relative; }
        .gallery .gallery_contents .image .photo img {
          width: 100%;
          max-width: 100%;
          height: auto;
          display: block; }
      .gallery .gallery_contents .image .tag_list {
        position: absolute;
        bottom: 0px;
        right: 0px;
        z-index: 2; }

.footer {
  padding: 60px 0; }
  @media (max-width: 667px) {
    .footer {
      display: none; } }
  .footer .nav h1 {
    padding: 35px 0;
    text-align: center; }
  .footer .nav .main_nav, .footer .nav .sns_nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer .nav li {
    margin: 0 10px;
    font-size: 14px;
    font-size: 0.875rem; }
    .footer .nav li a {
      color: #676767; }
      .footer .nav li a:visited {
        color: #676767; }
      .footer .nav li a:focus {
        color: #676767; }
      .footer .nav li a:hover {
        color: #000; }
      .footer .nav li a:active {
        color: #676767; }

.wpcf7 {
  background: #fafafa; }

.form {
  width: 540px;
  margin: 0 auto;
  padding: 0px 0;
  margin-top: 60px; }
  @media (max-width: 667px) {
    .form {
      width: 100%;
      margin-top: 40px; } }
  .form .form_box {
    border-bottom: 1px solid #eee; }
    .form .form_box .form_text {
      width: 100%;
      padding: 20px 30px;
      padding-top: 40px;
      padding-bottom: 0px;
      font-size: 16px;
      font-weight: 500; }
      .form .form_box .form_text span {
        font-size: 12px;
        font-size: 0.75rem; }
    .form .form_box .form_input_date, .form .form_box .form_input {
      width: 100%;
      padding: 20px 30px;
      padding-bottom: 40px;
      position: relative;
      padding-top: 1.5rem; }
      @media (max-width: 667px) {
        .form .form_box .form_input_date, .form .form_box .form_input {
          padding: 10px 15px; } }
      .form .form_box .form_input_date strong, .form .form_box .form_input strong {
        display: block; }
        @media (max-width: 667px) {
          .form .form_box .form_input_date strong, .form .form_box .form_input strong {
            margin: 20px 0 0 0; } }
      .form .form_box .form_input_date .wpcf7-list-item, .form .form_box .form_input .wpcf7-list-item {
        display: block;
        padding: 5px 0;
        margin: 0px; }
      @media (max-width: 667px) {
        .form .form_box .form_input_date .wpcf7-textarea, .form .form_box .form_input .wpcf7-textarea {
          width: 100%; } }
  .form small {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: normal; }
  .form p {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0px; }

.form .form_input input, .form .form_input textarea {
  padding: 20px 20px;
  font-size: 14px;
  font-size: 0.8125rem; }
  .form .form_input input.wpcf7-text, .form .form_input textarea.wpcf7-text {
    width: 100%; }
    @media (max-width: 667px) {
      .form .form_input input.wpcf7-text, .form .form_input textarea.wpcf7-text {
        width: 100%; } }

.form .form_input_date input, .form .form_input_date textarea {
  padding: 20px 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 20px; }
  .form .form_input_date input.wpcf7-date, .form .form_input_date textarea.wpcf7-date {
    padding: 10px;
    margin-right: 10px; }

.form .wpcf7-submit, .form .wpcf7c-btn-back, .form .wpcf7c-btn-confirm {
  width: 60%;
  margin: 40px auto;
  background: #000;
  color: #FFF;
  border: none;
  padding: 20px 40px;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  cursor: pointer;
  -moz-border-radius-topleft: 5;
  -webkit-border-top-left-radius: 5;
  border-top-left-radius: 5;
  -moz-border-radius-topright: 5;
  -webkit-border-top-right-radius: 5;
  border-top-right-radius: 5;
  -moz-border-radius-bottomleft: 5;
  -webkit-border-bottom-left-radius: 5;
  border-bottom-left-radius: 5;
  -moz-border-radius-bottomright: 5;
  -webkit-border-bottom-right-radius: 5;
  border-bottom-right-radius: 5;
  -moz-border-radius-topleft: 5;
  -webkit-border-top-left-radius: 5;
  border-top-left-radius: 5;
  -moz-border-radius-bottomleft: 5;
  -webkit-border-bottom-left-radius: 5;
  border-bottom-left-radius: 5;
  -moz-border-radius-topright: 5;
  -webkit-border-top-right-radius: 5;
  border-top-right-radius: 5;
  -moz-border-radius-bottomright: 5;
  -webkit-border-bottom-right-radius: 5;
  border-bottom-right-radius: 5; }

.form .wpcf7-submit:hover, .form .wpcf7c-btn-back:hover, .form .wpcf7c-btn-confirm:hover {
  background: #333333; }

div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked, div.wpcf7-validation-errors {
  border: none !important;
  text-align: center; }

.wpcf7c-conf {
  background: #fafafa !important;
  border: 1px solid #c5c5c5 !important;
  -moz-border-radius-topleft: 5;
  -webkit-border-top-left-radius: 5;
  border-top-left-radius: 5;
  -moz-border-radius-topright: 5;
  -webkit-border-top-right-radius: 5;
  border-top-right-radius: 5;
  -moz-border-radius-bottomleft: 5;
  -webkit-border-bottom-left-radius: 5;
  border-bottom-left-radius: 5;
  -moz-border-radius-bottomright: 5;
  -webkit-border-bottom-right-radius: 5;
  border-bottom-right-radius: 5;
  -moz-border-radius-topleft: 5;
  -webkit-border-top-left-radius: 5;
  border-top-left-radius: 5;
  -moz-border-radius-bottomleft: 5;
  -webkit-border-bottom-left-radius: 5;
  border-bottom-left-radius: 5;
  -moz-border-radius-topright: 5;
  -webkit-border-top-right-radius: 5;
  border-top-right-radius: 5;
  -moz-border-radius-bottomright: 5;
  -webkit-border-bottom-right-radius: 5;
  border-bottom-right-radius: 5; }

div.loading {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  width: 100%;
  height: 100%;
  opacity: 1; }
  div.loading div.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.posts {
  background: #fafafa;
  width: 100%;
  padding: 40px 0; }
  @media (max-width: 667px) {
    .posts {
      padding: 20px 0; } }
  .posts .post_inner {
    background: #FFF;
    width: 760px;
    margin: 0 auto;
    padding: 40px; }
    @media (max-width: 667px) {
      .posts .post_inner {
        width: 90%;
        margin: 0px auto 20px auto;
        padding: 40px 20px; } }
  .posts header.title {
    margin-bottom: 0px; }
    @media (max-width: 667px) {
      .posts header.title {
        margin-bottom: 0px; } }
  .posts h1 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px; }
    @media (max-width: 667px) {
      .posts h1 {
        font-size: 18px;
        font-size: 1.125rem; } }
  .posts .date {
    position: relative;
    padding-left: 120px;
    color: #CCCCCC;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 10px; }
    @media (max-width: 667px) {
      .posts .date {
        font-size: 10px;
        font-size: 0.625rem; } }
    .posts .date:before {
      width: 100px;
      height: 1px;
      background: #CCCCCC;
      content: "";
      position: absolute;
      left: 0px;
      top: 14px; }
  .posts p {
    line-height: 1.8;
    font-size: 14px;
    font-size: 0.875rem; }
  .posts .size-medium {
    margin: 20px 0;
    width: 100%;
    height: auto; }
    @media (max-width: 667px) {
      .posts .size-medium {
        width: 100%;
        height: auto; } }
  @media (max-width: 667px) {
    .posts img.aligncenter, .posts img.alignleft, .posts img.alignright, .posts img.alignnone {
      width: 100%;
      height: auto; } }
  .posts .back {
    margin-top: 40px; }

.table-style {
  width: 800px;
  margin: 40px auto;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  line-height: 180%;
  font-size: 13px;
  font-size: 0.8125rem; }
  @media (max-width: 667px) {
    .table-style {
      width: 90%; } }

.table-style th, .table-style td {
  border-collapse: collapse;
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 30px 20px; }

.back {
  text-align: center; }

.throbber {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.throbber:after {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-animation: loading 0.6s linear infinite;
  -moz-animation: loading 0.6s linear infinite;
  -o-animation: loading 0.6s linear infinite;
  animation: loading 0.6s linear infinite;
  -moz-border-radius-topleft: 100%;
  -webkit-border-top-left-radius: 100%;
  border-top-left-radius: 100%;
  -moz-border-radius-topright: 100%;
  -webkit-border-top-right-radius: 100%;
  border-top-right-radius: 100%;
  -moz-border-radius-bottomleft: 100%;
  -webkit-border-bottom-left-radius: 100%;
  border-bottom-left-radius: 100%;
  -moz-border-radius-bottomright: 100%;
  -webkit-border-bottom-right-radius: 100%;
  border-bottom-right-radius: 100%;
  -moz-border-radius-topleft: 100%;
  -webkit-border-top-left-radius: 100%;
  border-top-left-radius: 100%;
  -moz-border-radius-bottomleft: 100%;
  -webkit-border-bottom-left-radius: 100%;
  border-bottom-left-radius: 100%;
  -moz-border-radius-topright: 100%;
  -webkit-border-top-right-radius: 100%;
  border-top-right-radius: 100%;
  -moz-border-radius-bottomright: 100%;
  -webkit-border-bottom-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #FFCE00;
  border-left: 2px solid #dddddd;
  border-right: 2px solid #FFCE00;
  content: '';
  opacity: .8; }

.throbber.throbber_medium:after {
  width: 50px;
  height: 50px; }

@-webkit-keyframes loading {
  0% {
    transform: rotateZ(-360deg); }
  100% {
    transform: rotateZ(0deg); } }
@-moz-keyframes loading {
  0% {
    transform: rotateZ(-360deg); }
  100% {
    transform: rotateZ(0deg); } }
@-o-keyframes loading {
  0% {
    transform: rotateZ(-360deg); }
  100% {
    transform: rotateZ(0deg); } }
@keyframes loading {
  0% {
    transform: rotateZ(-360deg); }
  100% {
    transform: rotateZ(0deg); } }


/* mespotesページ */
.mespotes {
  padding-bottom: 40px;
}

.mespotes .title_area h2 {
  font-size: 3.125rem;
  padding-bottom: 20px;
  position: relative;
}
.mespotes .title_area h2::after {
    font-size: 1.25rem;
    position: absolute;
    content: "";
    bottom: 0;
    left: -8px;
    margin-left: 50%;
    width: 16px;
    height: 1px;
    background-color: #000;
}
@media (max-width: 667px) {
  .mespotes .title_area h2 {
    font-size: 1.5625rem;
    margin-inline: auto;
    margin-bottom: 20px;
  }
}

.mespotes .title_area h2 span  {
  font-size: 0.8rem;
  display: inline-block;
}

.mespotes .title_area h3 {
  font-size: 1.25rem;
  margin-bottom: 45px;
  width: 90%;
  margin-inline: auto;
}

.mespotes .mespotes__flex {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 10px;
  margin-inline: auto;
  padding-inline: 60px;
  max-width: 1010px;
  margin-top: 40px;
}
@media (max-width: 667px) {
  .mespotes .mespotes__flex {
    grid-template-columns: repeat(2,1fr);
    padding-inline: 20px;
    gap: 30px 10px;
  }
}

.mespotes .mespotes__flex li {
  padding-top: 80px;
  text-align: center;
  position: relative;
}

.mespotes .mespotes__flex li.heart {
  background: url(images/icon_heart_2x.png) no-repeat center top;
  background-size: 55px 55px; 
}
.mespotes .mespotes__flex li.internet {
  background: url(images/icon_internet_2x.png) no-repeat center top;
  background-size: 55px 55px;
}
.mespotes .mespotes__flex li.dress {
  background: url(images/icon_dress_2x.png) no-repeat center top;
  background-size: 55px 55px;
}
.mespotes .mespotes__flex li.shop {
  background: url(images/icon_shop_2x.png) no-repeat center top;
  background-size: 55px 55px; 
}
.mespotes .mespotes__flex li.heel {
  background: url(images/icon_heel_2x.png) no-repeat center top;
  background-size: 55px 55px;
}

.mespotes .mespotes__flex li p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.mespotes .mespotes__title {
  margin-top: 60px;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  text-align: center;
}

.mespotes .mespotes__title::after {
  font-size: 1.25rem;
  position: absolute;
  content: "";
  bottom: 0;
  left: -8px;
  margin-left: 50%;
  width: 16px;
  height: 1px;
  background-color: #000;
}

/* mespotesナビゲーション */
.dropdown-nav {
  margin-top: 23px;
  position: relative;
  z-index: 1000;
  padding-inline: 20px;
}

.dropdown-menu, .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-menu {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.menu-item {
  position: relative;
  width: 100%;
  max-width: 130px;
  border: 1px solid #000;
}
.menu-link, .submenu-link {
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  width: 100%;
  text-align: center;
}

.menu-link {
  display: grid;
  place-items: center;
  aspect-ratio: 130 / 53;
}

.submenu-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  margin-left: .25rem;
  position: relative;
}
.submenu-toggle::before,
.submenu-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #000;
  transform: translate(-50%,-50%);
}
.submenu-toggle::after {
  transform: translate(-50%,-50%) rotate(90deg);
}
.submenu-toggle[aria-expanded="true"]::after {
  opacity: 0;
}

@media (min-width: 768px) {
  .menu-item.has-children .submenu {
    position: absolute;
    left: -1px;
    top: 100%;
    min-width: 101%;
    background: #fff;
    border: 1px solid #000;
    padding: .5rem;
  }

  .menu-item.has-children .submenu {
    display: none;
  }
  .menu-item.has-children:hover {
    background: #FAFAFA;
  }
  .menu-item.has-children:hover > .submenu,
  .menu-item.has-children:focus-within > .submenu {
    display: block;

  }

  .submenu-toggle {
    display: none;
  }
}


/* モバイルのサブメニュー（アコーディオン） */
@media (max-width: 767.98px) {
  .dropdown-menu {
    flex-direction: column;
    gap: .25rem;
    align-items: center;
  }
  .menu-item {
    max-width: 200px;

  }
  .menu-link {
    width: 100%;
    aspect-ratio: initial;
    height: 52px;
    justify-content: left;
    padding-left: 10px;
  }

  .menu-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .submenu[hidden] {
    display: none;
  }
  .submenu {
    padding-left: 1rem;
  }
  .submenu-link {
    text-align: left;
  }
}

.visually-hidden {
  position: absolute !important; height: 1px; width: 1px; overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}

.mespotes-products__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 60px;
}

.mespotes-products__img {
  width: 100%;
}

.mespotes-products__img img {
  aspect-ratio: 3 / 4;
  object-fit: contain;
  width: 100%;
  height: auto;
}


.mespotes-products__head {
  line-height: 1.5;
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.mespotes-products__brand {
  text-align: left;
}

.mespotes-products__name {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
}

.mespotes-products__price,
.mespotes-products__brand {
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 667px) {
  .mespotes-products__list {
    gap: 10px;
    padding-inline: 20px;
  }

  .mespotes-products__head span {
    display: block;
  }

  .mespotes-products__brand,
  .mespotes-products__price,
  .mespotes-products__name  {
    font-size: 10px;
  }
}

.mespotes__btn {
    margin-top: 60px;
    display: grid;
    margin-inline: auto;
    width: 186px;
    height: 63px;
    border: 1px solid #000;
    place-items: center;
}

.mespotes-products__pagenavi .wp-pagenavi {
  max-width: 1100px;
  width: 100%;
}

.mespotes-products__list.--line {
  padding-top: 40px;
  border-top: 1px solid #DDD;
  margin-top: 0;
}

.mespotes-products__total {
  margin-top: 40px;
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  font-size: 12px;
  text-transform: capitalize;
  padding-inline: 20px;
}
@media (max-width: 667px) {
  .mespotes-products__total {
    font-size: 10px;
  }
}

/* mespotes詳細ページ */
.product-detail {
  padding-block: 40px;
  text-align: center;
}

.product-detail .item-title .name,
.product-detail .item-spec .name {
  font-size: 20px;
}

.product-detail .item-title .code,
.product-detail .item-spec .code {
  color: #ccc;
  font-size: 10px;
  letter-spacing: normal;
}

.product-detail .item-title .code,
.product-detail .item-spec .code span {
  -webkit-touch-callout: none;
  -webkit-user-select: text;
  -webkit-text-size-adjust: none;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.product-gallery {
  margin-top: 30px;
}

.product-detail .item-spec {
  margin-top: 80px;
}

.product-detail .item-spec .title {
  padding-top: 30px;
  color: #ccc;
}

.product-gallery {

}

.product-gallery__item {
  width: 100%;
  height: 720px;
}

.product-gallery__item img {
  aspect-ratio: 540 / 720;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 550px) {
  .product-gallery__item img {
    height: 100%;
    width: 100%;
  }
  .product-gallery__item {
    height: auto;
  }
}

  @media (max-width: 667px) {
    .pc_only {
    display: none;
  }
}