@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&family=Rokkitt:wght@300;400;700&display=swap");

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?e4vfqk");
  src: url("../fonts/icomoon.eot?e4vfqk#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?e4vfqk") format("truetype"),
    url("../fonts/icomoon.woff?e4vfqk") format("woff"),
    url("../fonts/icomoon.svg?e4vfqk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  overflow: auto;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-size-adjust: 100%;
}

a {
  transition: all 0.5s;
}

a.link_red {
  color: #d3381c;
  text-decoration: none;
  transition: all 0.5s;
}

a.link_red:hover {
  opacity: 0.6;
}

@media all and (min-width: 768px) {
  body {
    min-width: 1480px;
  }
}

main {
  display: block;
}

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

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: inline-block;
  }

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

/*
ScrollToTop
*/
#scrollToTop {
  position: fixed;
  right: 20px;
  bottom: 100px;
  background-color: rgb(241 37 37 / 50%);
  color: white;
  padding: 15px;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  align-items: center;
  gap: 5px;
  z-index: 9999;
}

@media all and (min-width: 768px) {
  #scrollToTop {
    bottom: 20px;
  }
}

#scrollToTop svg {
  fill: currentColor;
  width: 24px; /* Set the desired width */
  height: 24px;
  display: block;
}

.t_bold {
  font-weight: bold;
}

.fs_s {
  font-size: 0.875rem;
}

/*14px*/
.fs_m {
  font-size: 1.25rem;
}

/*20px*/
.fs_m {
  font-size: 1.75rem;
}

/*28px*/

.l-cta {
  z-index: 999;
}

@media all and (min-width: 768px) {
  .l-cta {
    margin-top: 85px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-cta {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
  }
}

/* ボタン囲み */
@media screen and (max-width: 767px) {
  .l-cta__menu {
    display: flex;
    flex-wrap: wrap;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .l-cta__menu li:nth-of-type(1) {
    flex-basis: 54.648vw;
    max-width: 54.648vw;
  }
}

@media screen and (max-width: 767px) {
  .l-cta__menu li:nth-of-type(2) {
    flex-basis: calc(100% - 54.648vw);
    max-width: calc(100% - 54.648vw);
  }
}

@media screen and (max-width: 767px) {
  .l-cta__menu2 {
    display: none;
  }
}

.l-cta__contactBtn {
  background-color: #d3381c;
  color: #fff;
  display: block;
  font-size: 16px;
  text-decoration: none;
  width: 110px;
}

@media all and (min-width: 768px) {
  .l-cta__contactBtn {
    line-height: 1.312;
    padding-bottom: 20px;
    padding-top: 50px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .l-cta__contactBtn {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    line-height: 1.2;
    padding-left: 30px;
    width: 100%;
  }
}

.l-cta__contactBtn img {
  margin-left: auto;
  margin-right: auto;
  width: 16px;
}

.l-cta__contactBtn span {
  position: relative;
}

@media all and (min-width: 768px) {
  .l-cta__contactBtn span {
    display: block;
  }
}

.l-cta__contactBtn span::before {
  background-image: url(../img/l-cta/mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 16px;
  position: absolute;
  top: -30px;
  width: 21px;
}

@media all and (min-width: 768px) {
  .l-cta__contactBtn span::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .l-cta__contactBtn span::before {
    height: 16px;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
  }
}

.l-cta__accessBtn {
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 16px;
  text-decoration: none;
  width: 110px;
}

@media all and (min-width: 768px) {
  .l-cta__accessBtn {
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 55px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .l-cta__accessBtn {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    line-height: 1.2;
    padding-left: 25px;
    width: 100%;
  }
}

.l-cta__accessBtn img {
  margin-left: auto;
  margin-right: auto;
  width: 16px;
}

.l-cta__accessBtn span {
  position: relative;
}

@media all and (min-width: 768px) {
  .l-cta__accessBtn span {
    display: block;
  }
}

.l-cta__accessBtn span::before {
  background-image: url(../img/l-cta/marker.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 23px;
  position: absolute;
  top: -34px;
  width: 15px;
}

@media all and (min-width: 768px) {
  .l-cta__accessBtn span::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .l-cta__accessBtn span::before {
    height: 22px;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
  }
}

ul.l-cta__sns {
  background-color: #fff;
  margin-top: 50px;
  padding-bottom: 20px;
  width: 110px;
}

ul.l-cta__sns li + li {
  margin-top: 30px;
}

ul.l-cta__sns li a img {
  margin-left: auto;
  margin-right: auto;
  width: 28px;
}

.l-footer {
  padding-bottom: 30px;
  padding-top: 85px;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 90px;
    padding-top: 45px;
  }
}

.l-footer__copyright {
  padding: 0 15px;
  font-family: "Rokkitt", serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
}

.l-footer__copyright small {
  font-size: inherit;
}

/* スマホ用フッター */

@media all and (min-width: 768px) {
  .sp_footer {
    display: none;
  }
}

.sp_footer {
  width: 100%;
  margin-top: 60px;
}

.sp_footer a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #000000;
}

.sp_footer label {
  display: block;
  margin: 0;
  padding: 15px;
  line-height: 1;
  color: #ffffff;
  background: #d3381c;
  border-top: 1px solid #ffffff;
}

.sp_footer input {
  display: none;
}

.sp_footer ul {
  margin: 0;
  padding: 0;
  background: #ffffff;
  list-style: none;
}

.sp_footer li {
  font-size: 14px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li {
  height: 50px;
  opacity: 1;
}

/* パソコン用フッター */

@media screen and (max-width: 767px) {
  .foot-wrap1,
  .foot-wrap2,
  p.line_PC1,
  p.line_PC2 {
    display: none !important;
  }
}

p.line_PC1 {
  border-bottom: 1px solid #000000;
  margin-top: 120px;
  margin-bottom: 80px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

p.line_PC2 {
  border-bottom: 1px solid #000000;
  margin-top: 65px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.foot-wrap1 h5,
.foot-wrap2 h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 10px auto;
}

.foot-wrap1 {
  font-size: 13px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-one,
.menu-two,
.menu-three,
.menu-four,
.menu-five {
  width: 190px;
  margin: 0 5px;
}

.foot-wrap2 {
  font-size: 13px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 5px;
}

.foot-wrap1 li,
.foot-wrap2 li {
  line-height: 1.4;
}

.foot-wrap3 {
  display: flex;
  justify-content: center;
  margin-top: 50px !important;
}

.foot-wrap3 li {
  margin: 0 15px;
}

.foot-wrap3 li a {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .foot-wrap3 {
    margin: 32px 0 0 !important;
  }

  .foot-wrap3 li {
    margin-bottom: 12px;
  }
}

.menu-six,
.menu-seven,
.menu-eight {
  height: 190px;
  width: 190px;
  margin: 0 5px;
}

.menu-nine {
  width: 380px;
  margin: 0 5px;
}

.menu-name {
  font-size: 15px;
  font-weight: 600;
  margin: 10px auto;
}

ul.foot li {
  margin-bottom: 8px;
  margin-left: 4px;
}

a.footer_link {
  text-decoration: none;
}

a.footer_link:link,
a.footer_link:visited,
a.footer_link:hover,
a.footer_link:active {
  color: black;
}

a.footer_link:hover {
  text-decoration: underline;
}

.l-gnav {
  height: 65px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}

@media all and (min-width: 768px) {
  .l-gnav {
    background-color: rgba(255, 255, 255, 0.9);
    display: block !important;
    min-width: 1480px;
  }
}

@media screen and (max-width: 767px) {
  .l-gnav {
    display: none;
    height: 100vh;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 767px) {
  .l-gnav__container {
    background-color: #fff;
    padding: 50px 30px 100px 30px;
    min-height: 100vh;
  }
}

.l-gnav__logo img {
  margin-left: auto;
  margin-right: auto;
  width: 88px;
}

ul.l-gnav__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media all and (min-width: 768px) {
  ul.l-gnav__menu {
    left: 50%;
    position: absolute;
    top: 25px;
    transform: translateX(-50%);
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  ul.l-gnav__menu {
    border-top: 1px solid #ddd;
    margin-top: 35px;
  }
}

ul.l-gnav__menu li {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  ul.l-gnav__menu li {
    border-bottom: 1px solid #ddd;
    flex-basis: 50%;
    font-size: 16px;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  ul.l-gnav__menu li:nth-child(1) {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  ul.l-gnav__menu li:nth-child(1) a {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  ul.l-gnav__menu li:nth-child(2n + 3) {
    border-left: 1px solid #ddd;
  }
}

@media screen and (max-width: 767px) {
  ul.l-gnav__menu li:nth-child(2n + 3) a {
    padding-left: 15px;
  }
}

@media all and (min-width: 768px) {
  ul.l-gnav__menu li + li {
    margin-left: 40px;
  }
}

ul.l-gnav__menu li a {
  color: #000;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  ul.l-gnav__menu li a {
    align-items: center;
    display: flex;
    height: 70px;
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  ul.l-gnav__menu li a::before {
    background: linear-gradient(to right, #edb9d0, #9dd2e4);
    bottom: -7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    content: "";
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  ul.l-gnav__menu li a:hover::before {
    opacity: 1;
  }
}

ul.l-gnav__subMenu {
  border-top: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 48px;
}

ul.l-gnav__subMenu li {
  border-bottom: 1px solid #ddd;
  flex-basis: 50%;
  font-size: 14px;
  max-width: 50%;
}

ul.l-gnav__subMenu li:nth-child(2) {
  border-left: 1px solid #ddd;
}

ul.l-gnav__subMenu li:nth-child(2) a {
  padding-left: 15px;
}

ul.l-gnav__subMenu li:nth-child(3) {
  flex-basis: 100%;
  max-width: 100%;
}

ul.l-gnav__subMenu li:nth-child(3) a {
  justify-content: center;
}

@media all and (min-width: 768px) {
  ul.l-gnav__subMenu li + li {
    margin-left: 40px;
  }
}

ul.l-gnav__subMenu li a {
  align-items: center;
  color: #000;
  display: flex;
  height: 57px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

ul.l-gnav__sns {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

ul.l-gnav__sns li + li {
  margin-left: 35px;
}

ul.l-gnav__sns li img {
  width: 40px;
}

.l-hamburger {
  background-image: url(../img/l-hamburger/menu.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 43px;
  position: fixed;
  right: 10px;
  top: 24px;
  width: 47px;
  z-index: 102;
}

.l-hamburger.-active,
.l-telephone.-active {
  background-image: url(../img/l-hamburger/close.png);
  right: 10px;
}

.l-hamburger.-none,
.l-telephone.-none {
  background-image: none;
  display: none;
}

.l-telephone {
  background-image: url(../img/l-hamburger/header_tel.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 43px;
  position: fixed;
  right: 70px;
  top: 24px;
  width: 47px;
  z-index: 102;
}

ul.l-tel li {
  margin: 20px 0;
}

/* ヘッダー */

.l-header {
  z-index: 102;
}

@media all and (min-width: 768px) {
  .l-header {
    background-color: #fff;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    left: 20px;
    position: absolute;
    top: 20px;
  }
}

@media all and (min-width: 768px) {
  .l-header__inner {
    height: 100%;
  }
}

@media all and (min-width: 768px) {
  .l-header__logo {
    padding-left: 20px;
    padding-top: 20px;
  }
}

.l-header__logo img {
  width: 88px;
}

@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 68px;
  }
}

.c-page__header2 {
  padding-bottom: 20px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .c-page__header2 {
    padding-top: 40px;
  }
}

.c-page__header3 {
  padding-top: 50px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .c-page__header3 {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

.c-page__header4 {
  padding-top: 70px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .c-page__header4 {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}

/* ----------------------------------------------
　PCグローバルメガメニュー 
----------------------------------------------*/

@media (min-width: 768px) {
  .l-gnav__menu {
    display: none !important;
  }

  .global_menu {
    /* メニュー全体のスタイル */
    display: block;
    width: 100%;
    position: relative;
    color: #333;
    text-align: center;
  }

  .global_menu li {
    display: inline-block;
  }

  .global_menu .menu a {
    position: relative;
  }

  .global_menu .menu a::after {
    position: absolute;
    top: 6px;
    right: 0;
    content: "";
    background: url(https://www.furisodemorino.com/renew/wp-content/uploads/2023/11/arrow-down-s-line.png)
      no-repeat;
    width: 24px;
    height: 24px;
  }

  .global_menu a {
    /* 各項目のスタイル */
    display: block;
    padding: 10px 30px;
    color: #000;
    position: relative;
    text-decoration: none;
  }

  .menu:hover > a {
  }

  .child_menu {
    display: flex;
    flex-wrap: wrap;
    filter: drop-shadow(5px 5px 5px rgba(44, 44, 44, 0.18));
    background: #fff;
    width: 820px;
    position: absolute;
    top: 100%;
    left: 53%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 30px 42px 6px !important;
    box-sizing: border-box;
    color: #000;
    visibility: hidden;
  }

  .child_menu li {
    position: relative;
    width: 25%;
    margin-bottom: 24px;
    text-align: left;
  }

  .child_menu > li > a {
    /* 子項目のスタイル */
    font-size: 14px;
    padding: 0 0 0 18px;
    transition: 0s;
  }

  .child_menu > li > a:hover {
    /* 子項目のスタイル（ホバー時） */
    visibility: visible;
  }

  .child_menu li a::after {
    background: url(https://www.furisodemorino.com/renew/wp-content/uploads/2023/11/arrow-right-s-line.png)
      no-repeat !important;
    background-size: cover !important;
    top: -2px !important;
    right: auto !important;
    left: 0;
    width: 18px !important;
    height: 18px !important;
  }

  .menu:hover .child_menu {
    /* 下層メニューのスタイル（親項目ホバー時） */
    visibility: visible;
    /* 下層メニューを表示 */
  }

  .child_menu a:hover {
    color: #ccc;
  }
}

@media (max-width: 767px) {
  .global_menu {
    display: none;
  }

  .l-gnav__menu {
    display: block;
  }

  .top_title {
    display: none;
  }
}

.l-insta {
  padding-top: 65px;
}

.l-insta__container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media all and (min-width: 768px) {
  .l-insta__container {
    width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .l-insta__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-insta__heading img {
  margin-left: auto;
  margin-right: auto;
  width: 182px;
}

.l-insta__username {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-insta__username {
    margin-top: 24px;
  }
}

.l-insta__username a {
  color: #000;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .l-insta__username a:hover {
    text-decoration: underline;
  }
}

/*ul.l-insta__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 22px;
}

@media all and (min-width: 768px) {
  ul.l-insta__gallery {
    width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  ul.l-insta__gallery {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 32px;
  }
}

ul.l-insta__gallery li {
  align-items: center;
  display: flex;
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  ul.l-insta__gallery li {
    flex-basis: calc(33.333% - 1px);
    margin-top: 2px;
    max-width: calc(33.333% - 1px);
  }
}

@media screen and (max-width: 767px) {
  ul.l-insta__gallery li:nth-child(7), ul.l-insta__gallery li:nth-child(8) {
    display: none;
  }
}

ul.l-insta__gallery li a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}*/

.l-insta__gallery {
  margin-top: 22px;
}

@media (max-width: 640px) {
  #sb_instagram.sbi_col_4 #sbi_images {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: calc(100% / 3) !important;
  }

  #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(3n-2) {
    padding-right: 2px !important;
  }

  #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(3n-1) {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(3n) {
    padding-left: 2px !important;
  }

  #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(n + 7) {
    display: none;
  }
}

.l-map {
  background-color: #d3381c;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .l-map {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-map iframe {
  height: 480px;
  width: 100%;
}

.l-map__route {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

@media all and (min-width: 768px) {
  .l-map__route {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .l-map__route {
    line-height: 1.4;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.l-studio {
  background-color: #fbfaf5;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .l-studio {
    padding-bottom: 25px;
  }
}

/* コンテナ */
.l-studio__container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media all and (min-width: 768px) {
  .l-studio__container {
    width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .l-studio__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-studio__container2 {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media all and (min-width: 768px) {
  .l-studio__container2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
}

.l-studio__container3 {
  margin: 60px auto;
}

@media screen and (min-width: 768px) {
  .l-studio__container3 {
    margin: 150px auto 100px;
  }
}

@media screen and (max-width: 767px) {
  .l-studio__container3 {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 42px;
  }
}

/* スタジオ情報 */

.l-stuido__media {
  margin-top: 65px;
}

@media all and (min-width: 768px) {
  .l-stuido__media {
    display: flex;
    justify-content: space-between;
  }
}

.l-stuido__media2 {
  margin-top: 65px;
}

@media all and (min-width: 768px) {
  .l-stuido__media2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.l-stuido__media3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media all and (min-width: 768px) {
  .l-stuido__media3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
  }
}

.l-stuido__media4 {
  padding-top: 40px;
}

@media all and (min-width: 768px) {
  .l-stuido__media4 {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
  }
}

/* 店舗一覧 */
.l-stuido__studio {
  width: 100%;
  padding: 20px 40px 0 40px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 3%,
    rgba(245, 245, 245, 1) 10%,
    rgba(245, 245, 245, 1) 90%,
    rgba(255, 255, 255, 1) 97%
  );
}

.l-stuido__studio .inner {
  display: block;
  margin: 40px 0 40px 0;
  transition: all 0.5s ease;
}

.l-stuido__studio .inner:hover {
  box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.3);
}

.l-stuido__studio .inner .shop {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 40px 20px 20px;
  background-color: #fff;
  border-radius: 10px;
}

.l-stuido__studio .inner .shop a {
  position: relative;
  z-index: 99;
  margin: -10px;
  padding: 10px;
  color: #d3381c;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.l-stuido__studio .inner .shop .l-studio__txt .l-studio__phone2_2 a,
.l-stuido__studio .inner .shop .l-studio__txt .l-studio__phone4 a {
  position: relative;
  z-index: 99;
  margin: -10px;
  padding: 10px;
}

.l-stuido__studio .inner .shop .l-studio__txt .l-studio__phone2_2 a:hover,
.l-stuido__studio .inner .shop .l-studio__txt .l-studio__phone4 a:hover {
  opacity: 0.6;
  box-shadow: none;
}

.l-stuido__studio .inner .shop a.detail {
  position: relative;
  z-index: 99;
  margin: 15px 0px;
  padding: 10px;
  display: block;
  text-align: center;
  color: #d3381c;
  border: 1px solid #d3381c;
  text-decoration: none;
  font-size: 17px;
  letter-spacing: 0.1em;
}

.l-stuido__studio .inner .shop iframe {
  flex-basis: 32%;
  height: 350px;
  margin: 0;
}

.l-stuido__studio .inner .shop .l-studio__txt {
  flex-basis: 64%;
  margin: 0;
  padding: 0 3% 0 0;
}

.arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
}

.arrow_r:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
  transform: rotate(45deg);
}

.l-stuido__studio .inner .shop .l-studio__txt .willopen:after {
  font-size: 1.2rem;
  color: #d3381c;
  position: absolute;
  content: "2022年9月1日オープン予定";
}

@media all and (min-width: 768px) {
  .l-stuido__studio .inner {
    width: 100%;
    margin: 40px 0 40px 0;
  }

  .l-stuido__studio .inner .shop .l-studio__txt .studio_h4 {
    text-align: left;
    font-size: 28px;
    position: relative;
  }

  .l-stuido__studio .inner .shop .l-studio__txt .willopen:after {
    top: 60%;
    right: 200px;
  }

  .l-stuido__studio .inner .shop .l-studio__txt .studio_h4 span {
    font-size: 0.75rem;
    padding: 0 0 5px;
  }
}

@media all and (max-width: 767px) {
  .l-stuido__studio {
    margin: -40px 0 0;
    padding: 100px 20px 80px 20px;
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(245, 245, 245, 1) 10%,
      rgba(245, 245, 245, 1) 90%,
      rgba(255, 255, 255, 1) 97%
    );
  }

  .l-stuido__studio .inner .shop {
    padding: 10px 10px 30px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .l-stuido__studio .inner .shop iframe {
    width: 100%;
    height: 170px;
    margin: 0 0 20px;
  }

  .l-stuido__studio .inner .shop .l-studio__txt {
    width: 100%;
    padding: 0;
  }

  .l-stuido__studio .inner .shop .l-studio__txt .studio_h4 {
    text-align: center;
  }

  .l-stuido__studio .inner .shop .l-studio__txt .willopen {
    padding: 0 0 30px;
  }

  .l-stuido__studio .inner .shop .l-studio__txt .willopen:after {
    top: 43%;
    right: 0;
    width: 100%;
    font-size: 0.9375rem;
  }

  .arrow_r:before {
    top: auto;
    bottom: 22px;
    right: calc(50% - 20px);
    transform: rotate(135deg);
  }
}

/* 店舗詳細 */

dl.l-studio__info {
  width: 60%;
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto 20px;
  padding: 60px 0 0;
  line-height: 1.4em;
}

dl.l-studio__info dt,
dl.l-studio__info dd {
  padding: 15px 10px;
  border-bottom: solid 1px #e5e5e5;
}

dl.l-studio__info dt {
  flex-basis: 25%;
  text-align: left;
  font-weight: bold;
}

dl.l-studio__info dd {
  flex-basis: 72%;
  text-align: left;
}

dl.l-studio__info .f_small {
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  dl.l-studio__info {
    width: 100%;
    flex-flow: column;
    padding: 50px 0 0;
    border-bottom: 1px solid #e5e5e5;
  }

  dl.l-studio__info dt,
  dl.l-studio__info dd {
    padding: 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 0px;
  }

  dl.l-studio__info dt {
    text-align: left;
    background-color: #f9f9f9;
  }

  dl.l-studio__info dd {
    border-top: 1px dotted #e5e5e5;
  }
}

/* アクセス（フッター共通） */
.l-stuido__access {
  margin: 40px 0;
  background-color: #d3381c;
}

.l-stuido__access .inner {
  padding: 20px;
  background-color: #d3381c;
}

.l-stuido__access .inner:nth-child(even) {
  background-color: #b31b49;
}

.l-stuido__access .inner .shop {
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
}

.l-stuido__access .inner .shop iframe {
  width: 100%;
  height: 350px;
  margin: 0 0 30px;
}

.l-stuido__access .inner .shop .l-studio__txt {
  width: 100%;
  margin: 0 0 20px;
}

@media all and (min-width: 768px) {
  .l-stuido__access {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .l-stuido__access .inner {
    padding: 40px;
    flex-basis: 32%;
    max-width: 600px;
    background-color: #d3381c;
  }
}

@media all and (max-width: 767px) {
  .l-stuido__access .inner .shop {
    padding: 10px;
  }

  .l-stuido__access .inner .shop iframe {
    height: 170px;
    margin: 0 0 20px;
  }
}

/* Button */
.el_btn {
  display: inline-block;
  min-width: 240px;
  max-width: 100%;
  padding: 10px 20px;
  border: 2px solid #f3dbd3;
  border-radius: 240px;
  background-color: #fff;
  color: #505050;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 1em;
}

.el_btn:focus,
.el_btn:hover {
  background-color: #fffbfa;
}

.el_btn.disabled:hover {
  background-color: #fff;
  opacity: 1;
  cursor: default;
}

.el_btn__big {
  min-width: 70%;
}

@media screen and (max-width: 767px) {
  .el_btn__big {
    width: 100%;
  }
}

.access_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  margin: 0 0 10px;
  padding: 10px 20px;
  border: 1px solid;
  border-color: #b31b49;
  color: #b31b49;
  text-decoration: none;
}

.access_btn:focus,
.access_btn:hover {
  color: #fff !important;
  background-color: #b31b49;
}

.access_btn .tel {
  font-size: 1.8rem;
  line-height: 2.625rem;
  letter-spacing: 0;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

.access_btn span {
  padding: 0;
}

.access_btn .icon-phone {
  font-size: 1.5rem;
  margin-right: 5px;
}

.icon-phone:before {
  content: "\e907";
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.to_page {
  width: 100%;
  font-size: 1.125rem;
  line-height: 2rem;
  text-align: center;
}

@media all and (max-width: 1850px) {
  .access_btn {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .access_btn span {
    padding: 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .access_btn .tel {
    line-height: 1.5rem;
  }
}

/* スタジオ画像 */
@media all and (min-width: 768px) {
  .l-studio__img {
    flex-basis: 600px;
    max-width: 600px;
  }
}

@media all and (min-width: 768px) {
  .l-studio__img2 {
    flex-basis: 590px;
    max-width: 590px;
  }
}

.l-studio__img2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (min-width: 768px) {
  .l-studio__img3 {
    flex-basis: 290px;
    max-width: 290px;
  }
}

@media screen and (max-width: 767px) {
  .l-studio__img3 {
    margin-top: 20px;
  }
}

.l-studio__img3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* スタジオ名と住所 */
.l-studio__name {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.l-studio__address {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .l-studio__address {
    margin-top: 35px;
  }
}

.l-studio__name2,
.l-studio__name3 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .l-studio__name3 {
    margin-top: 10px;
  }
}

.l-studio__address2 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .l-studio__address2 {
    margin-top: 15px;
  }
}

.l-studio__name4,
.l-studio__address3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}

.l-studio__name4 {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.l-studio__name4 span {
  font-size: 0.875rem;
  display: block;
  padding: 0 0 10px;
  letter-spacing: 0.05em;
}

@media all and (max-width: 767px) {
  .l-studio__name4 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .l-studio__name4 span {
    font-size: 0.75rem;
    padding: 0 0 6px;
  }
}

@media all and (min-width: 768px) {
  .l-studio__address3 {
    font-size: 12px;
  }
}

.l-studio__address3 {
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .l-studio__address3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .l-studio__name4,
  .l-studio__address3 {
    margin-top: 10px;
  }
}

/* お問い合わせ電話番号 */
.l-studio__phone {
  /*color: #D3381C;*/
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 0.1em;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .l-studio__phone {
    margin-top: 30px;
  }
}

.l-studio__phone a {
  color: #d3381c;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .l-studio__phone a {
    pointer-events: none;
  }
}

.l-studio__phone2 a,
.l-studio__phone2_2 a,
.l-studio__phone3 a,
.l-studio__phone4 a,
.l-studio__phone4_2,
.l-studio__phone4_2_f,
.l-studio__phone2_2_f,
.l-studio__phone4_f {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
}

.l-studio__phone2 {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 17px;
  line-height: 1.3em;
}

.l-studio__phone2_2 {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}

.l-studio__phone3 {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

.l-studio__phone4 {
  font-size: 17px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  line-height: 1.3em;
}

.l-studio__phone4_2 {
  font-size: 17px;
  letter-spacing: 0.05em;
  margin-top: 20px;
  line-height: 1.3em;
}

.l-studio__phone4_2_f {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 10px;
  line-height: 1.3em;
}

.l-studio__phone2_2_f {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}

.l-studio__phone4_f {
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  line-height: 1.3em;
}

.l-studio__phone2 a,
.l-studio__phone2_2 a,
.l-studio__phone3 a,
.l-studio__phone4 a,
.l-studio__phone2_2_f a,
.l-studio__phone4_f a {
  color: #d3381c;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .l-studio__phone2 a,
  .l-studio__phone2_2 a,
  .l-studio__phone3 a,
  .l-studio__phone4 a,
  .l-studio__phone4_2 a,
  .l-studio__phone4_2_f a,
  .l-studio__phone4_f {
    pointer-events: none;
  }
}

/* 営業時間 */
.l-studio__openingHour {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .l-studio__openingHour {
    margin-top: 30px;
  }
}

.l-studio__openingHour div {
  display: flex;
}

.l-studio__openingHour div + div {
  margin-top: 10px;
}

.l-studio__openingHour dt {
  flex-basis: 90px;
  font-size: 18px;
  font-weight: 500;
  max-width: 90px;
}

.l-studio__openingHour dd {
  font-size: 18px;
  font-weight: 500;
}

.l-studio__openingHour2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .l-studio__openingHour2 {
    margin-top: 20px;
  }
}

.l-studio__openingHour2 div {
  display: flex;
}

.l-studio__openingHour2 div + div {
  margin-top: 10px;
}

.l-studio__openingHour2 dt {
  flex-basis: 90px;
  font-size: 15px;
  font-weight: 500;
  max-width: 90px;
}

.l-studio__openingHour2 dd {
  font-size: 15px;
  font-weight: 500;
}

.l-studio__openingHour3 {
  margin: 20px 0;
}

.l-studio__openingHour3 div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.l-studio__openingHour3 div + div {
  margin-top: 8px;
}

.l-studio__openingHour3 dt {
  flex-basis: 20%;
  display: inline-block;
  padding: 5px 0;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 0.75rem;
  background-color: #000;
}

.l-studio__openingHour3 dd {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4em;
  flex-basis: 76%;
}

@media screen and (max-width: 767px) {
  .l-studio__openingHour3 dd {
    font-size: 0.75rem;
  }
}

/* スタジオ情報 文章パーツ */

@media all and (min-width: 768px) {
  .l-studio__body {
    flex-basis: 540px;
    max-width: 540px;
  }
}

.l-studio__body {
  padding-top: 10px;
}

@media all and (min-width: 768px) {
  .l-studio__body2 {
    flex-basis: 450px;
    max-width: 450px;
    margin-left: 5px;
  }
}

.l-studio__body2 {
  padding: 5px;
}

@media all and (min-width: 768px) {
  .l-studio__body3 {
    flex-basis: 590px;
    max-width: 590px;
  }
}

.l-studio__body3 {
  padding: 5px;
}

@media all and (min-width: 768px) {
  .l-studio__body4 {
    flex-basis: 300px;
    max-width: 300px;
    margin-left: 10px;
  }
}

.l-studio__body4 {
  padding: 0px;
}

a#storeinfo1,
a#storeinfo2,
a#storeinfo3,
a#storeinfo4,
a#storeinfo5,
a#storeinfo6 {
  text-decoration: none;
}

a#storeinfo1,
a#storeinfo2,
a#storeinfo3,
a#storeinfo4,
a#storeinfo5,
a#storeinfo6:link,
a#storeinfo1,
a#storeinfo2,
a#storeinfo3,
a#storeinfo4,
a#storeinfo5,
a#storeinfo6:visited,
a#storeinfo1,
a#storeinfo2,
a#storeinfo3,
a#storeinfo4,
a#storeinfo5,
a#storeinfo6:hover,
a#storeinfo1,
a#storeinfo2,
a#storeinfo3,
a#storeinfo4,
a#storeinfo5,
a#storeinfo6:active {
  color: #505050;
}

@media all and (min-width: 768px) {
  .l-wrap {
    padding-left: 140px;
  }
}

.c-action {
  background: linear-gradient(23deg, #edb9d0 15%, #9dd2e4 80%);
  padding-bottom: 60px;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .c-action {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.c-page__header .c-action {
  padding-bottom: 30px;
}

.c-action.-noBg {
  background: none;
}

@media all and (min-width: 768px) {
  .c-action__btnList {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .c-action__btnList.-wrap {
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media all and (min-width: 768px) {
  .c-action__btnList li + li {
    margin-left: 60px;
  }

  .c-action__btnList.-wrap li:nth-child(n + 4):nth-child(-n + 6) {
    margin-top: 20px;
  }

  .c-action__btnList.-wrap li:nth-child(4) {
    margin-left: 0;
  }

  .swiper-slide .c-action__btnList.-wrap li:nth-child(n + 4):nth-child(-n + 6) {
    margin-top: 0;
  }

  .swiper-slide .c-action__btnList.-wrap li:nth-child(4) {
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .c-action__btnList li + li {
    margin-top: 20px;
  }
}

.c-action__btn {
  align-items: center;
  background-color: #000;
  border-radius: 32px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: flex;
  font-size: 18px;
  height: 64px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .c-action__btn {
    width: 280px;
  }
}

@media all and (min-width: 768px) {
  .c-action__btn:hover {
    opacity: 0.8;
  }
}

.c-album {
  padding-bottom: 35px;
  padding-top: 40px;
  position: relative;
}

.c-album__heading {
  font-size: 26px;
}

.c-album__price {
  border-bottom: 1px solid #eee;
  font-size: 40px;
  margin-top: 25px;
  padding-bottom: 20px;
  line-height: 1;
}

.c-album__price span {
  font-size: 16px;
}

.c-album__price span.-head {
  font-size: 26px;
}

ul.c-album__itemize {
  margin-top: 13px;
}

ul.c-album__itemize li {
  font-size: 16px;
  line-height: 1.875;
}

ul.c-album__itemize li::before {
  content: "・";
}

ul.c-album__itemize + .c-album__txt {
  margin-top: 0;
}

.c-album__add {
  font-size: 16px;
  /*line-height: 1.875;*/
  line-height: 1.666;
  margin-top: 13px;
}

.c-album__add + .c-album__add {
  margin-top: 15px;
}

.c-albumContent {
  margin-top: 5px;
}

@media all and (min-width: 768px) {
  .c-album {
    margin-left: auto;
    margin-right: auto;
    width: 910px;
  }

  .c-album__media {
    display: flex;
    justify-content: space-between;
  }

  .c-album__img {
    flex-basis: 460px;
    max-width: 460px;
  }

  .c-album__body {
    flex-basis: 425px;
    max-width: 425px;
  }

  .c-albumContent {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .c-album {
    padding: 20px;
  }

  .c-album__body {
    margin-top: 15px;
  }

  .c-album__heading {
    font-size: 22px;
    line-height: 1.4;
  }

  .c-album__price {
    margin-top: 15px;
    font-size: 32px;
  }
}

/* ------ value plans ----- */
.bl_valuealbumplans {
  padding: 50px 0 10px;
}

.bl_valuealbumplans .c-albumSub__heading {
  padding: 0 0 40px;
  font-size: 24px;
  position: relative;
}

.bl_valuealbumplans .c-albumSub__heading::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background: #d3381c;
  bottom: 20px;
  left: calc(50% - 40px);
}

.bl_valuealbumplans p.ttl_bottom {
  line-height: 1.4;
  padding: 0 0 20px;
}

.bl_valuealbumplans .c-album__price {
  font-size: 32px;
  line-height: 1.2;
  margin-top: 20px;
  padding-bottom: 0;
  border-bottom: none;
}

.bl_valuealbumplans .c-album__add {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 12px;
  border-top: 1px solid #eee;
  padding: 15px 0 0;
}

.bl_valuealbumplans .c-album__media {
  padding: 30px 0;
  text-align: left;
  position: relative;
}

.bl_valuealbumplans .c-album__media:last-of-type::after {
  position: absolute;
  content: none;
  width: 100%;
}

.bl_valuealbumplans .c-album__media::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  bottom: 0;
  left: 0;
}

.bl_valuealbumplans ul {
  padding: 15px 20px 5px 40px;
  margin: 20px 0 0;
  background: #f7f7f7;
}

.bl_valuealbumplans ul li {
  text-align: left;
  padding: 0 0 10px;
  font-size: 14px;
}

.bl_valuealbumplans ul li::marker {
  font-size: 10px;
}

#plan5 .c-album__media {
  padding: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .bl_valuealbumplans .c-album__media {
    text-align: center;
  }

  .bl_valuealbumplans .c-album__img img {
    width: 70%;
    margin: 0 auto;
  }

  .bl_valuealbumplans .c-album__body {
    text-align: center;
  }

  .bl_valuealbumplans .c-album__add {
    text-align: left;
  }

  .bl_valuealbumplans .c-album__price {
    font-size: 20px;
    margin-top: 10px;
  }

  .c-album__price span {
    font-size: 14px;
  }

  .bl_valuealbumplans ul {
    padding: 15px 20px 5px 30px;
  }

  .bl_valuealbumplans ul li {
    line-height: 1.4;
  }
}

.c-albumContent__frame {
  border: 1px solid #f2927f;
  /*padding: 20px 20px 25px 20px;*/
  padding: 20px;
  position: relative;
  width: 100%;
}

@media all and (min-width: 768px) {
  .c-albumContent__frame.-preShot {
    flex-basis: 465px;
    max-width: 465px;
  }
}

@media all and (min-width: 768px) {
  .c-albumContent__frame.-day {
    flex-basis: 395px;
    max-width: 395px;
  }
}

@media screen and (max-width: 767px) {
  .c-albumContent__frame.-day {
    margin-top: 100px;
  }
}

.c-albumContent__frame.-day::before {
  background-image: url(../img/c-album/plus-big.png);
  background-size: contain;
  content: "";
  height: 32px;
  left: -42px;
  position: absolute;
  top: 160px;
  width: 32px;
}

@media screen and (max-width: 767px) {
  .c-albumContent__frame.-day::before {
    left: 50%;
    top: -68px;
    transform: translateX(-50%);
  }
}

.c-albumContent__heading {
  color: #f2927f;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.c-albumContent__heading + ul.c-albumContent__itemList {
  margin-top: 10px;
}

ul.c-albumContent__itemList {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  ul.c-albumContent__itemList {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    max-width: 260px;
  }
}

@media all and (min-width: 768px) {
  ul.c-albumContent__itemList.-center {
    justify-content: center;
  }
}

ul.c-albumContent__itemList li {
  flex-basis: 116px;
  font-size: 14px;
  line-height: 1.571;
  margin-right: 25px;
  margin-top: 20px;
  max-width: 116px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  ul.c-albumContent__itemList li {
    flex-basis: calc(50% - 14px);
    margin-right: 14px;
    margin-top: 20px;
    max-width: calc(50% - 14px);
  }
}

@media screen and (max-width: 767px) {
  ul.c-albumContent__itemList li:nth-of-type(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  ul.c-albumContent__itemList li:nth-of-type(even) div::after {
    content: none;
  }
}

ul.c-albumContent__itemList li:last-child {
  margin-right: 0;
}

ul.c-albumContent__itemList li:last-child div::after {
  content: none;
}

ul.c-albumContent__itemList li div {
  position: relative;
}

ul.c-albumContent__itemList li div::after {
  background-image: url(../img/c-album/plus-small.png);
  background-size: contain;
  content: "";
  height: 12px;
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}

ul.c-albumContent__itemList li img {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  ul.c-albumContent__itemList li img {
    margin-bottom: 10px;
  }
}

.c-albumFrame {
  margin-top: 30px;
  padding: 35px 50px;
  /*text-align: left;*/
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-albumFrame {
    padding: 20px;
  }
}

.c-albumFrame::before {
  border: 1px solid #000;
  content: "";
  height: calc(100% - 2px);
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 2px);
}

.c-albumFrame::after {
  border: 1px solid #000;
  content: "";
  height: calc(100% - 2px);
  left: 2px;
  position: absolute;
  top: 2px;
  width: calc(100% - 2px);
}

.c-albumFrame + .c-album__offer {
  margin-top: 25px;
}

.c-albumFrame__note {
  font-size: 14px;
  margin-top: 14px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c-albumFrame__note {
    margin-right: 14px;
  }
}

.c-albumFrame__kazari {
  position: relative;
}

.c-albumFrame__kazari::before {
  background-color: #fff;
  content: "";
  height: 27px;
  position: absolute;
  width: 27px;
  z-index: 1;
}

.c-albumFrame__kazari::after {
  background-color: #000;
  content: "";
  height: 1px;
  position: absolute;
  width: 56px;
  z-index: 2;
}

.c-albumFrame__kazari.-topLeft::before {
  left: -50px;
  top: -35px;
}

@media screen and (max-width: 767px) {
  .c-albumFrame__kazari.-topLeft::before {
    left: -20px;
    top: -20px;
  }
}

.c-albumFrame__kazari.-topLeft::after {
  left: -65px;
  top: -22px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .c-albumFrame__kazari.-topLeft::after {
    left: -37px;
    top: -7px;
  }
}

.c-albumFrame__kazari.-bottomRight::before {
  bottom: -35px;
  right: -50px;
}

@media screen and (max-width: 767px) {
  .c-albumFrame__kazari.-bottomRight::before {
    bottom: -20px;
    right: -20px;
  }
}

.c-albumFrame__kazari.-bottomRight::after {
  bottom: -22px;
  right: -65px;
  transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .c-albumFrame__kazari.-bottomRight::after {
    bottom: -7px;
    right: -37px;
  }
}

.c-album__txt {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.c-album__txt + .c-album__txt {
  margin-top: 20px;
}

.c-albumSub {
  margin-top: 25px;
}

.c-albumSub + .c-album__offer {
  margin-top: 25px;
}

.c-albumSub__heading {
  color: #d3381c;
  font-size: 18px;
  line-height: 1.4;
}

.c-albumSub__frame {
  border: 2px dashed #f2927f;
  margin-top: 20px;
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .c-albumSub__frame {
    padding: 20px;
  }
}

.c-albumSub__note {
  font-size: 14px;
  margin-top: 14px;
  text-align: right;
}

@media all and (min-width: 768px) {
  .c-albumSub__price div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (max-width: 767px) {
  .c-albumSub__price.-thin div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.c-albumSub__price div + div {
  margin-top: 18px;
}

.c-albumSub__price dt {
  font-size: 18px;
  line-height: 1.666;
}

@media screen and (max-width: 767px) {
  .c-albumSub__price dt {
    font-size: 16px;
  }

  .c-albumSub__price div + div {
    /*margin-top: 12px;*/
    margin-top: 2px;
  }
}

.c-albumSub__price dd {
  font-size: 18px;
  line-height: 1.666;
}

@media screen and (max-width: 767px) {
  .c-albumSub__price dd {
    font-size: 16px;
    /*text-align: right;*/
  }
}

.c-album__offer {
  color: #d3381c;
  font-size: 24px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .c-album__offer {
    font-size: 20px;
  }
}

.c-bnr {
  background-color: #d3381c;
  position: relative;
}

@media all and (min-width: 768px) {
  .c-bnr {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
}

.c-bnr::before {
  border: 1px solid #fff;
  content: "";
  height: calc(100% - 20px);
  left: 6px;
  position: absolute;
  top: 6px;
  width: calc(100% - 20px);
}

@media screen and (max-width: 767px) {
  .c-bnr::before {
    left: 8px;
    top: 8px;
  }
}

.c-bnr::after {
  border: 1px solid #fff;
  content: "";
  height: calc(100% - 20px);
  left: 10px;
  position: absolute;
  top: 10px;
  width: calc(100% - 20px);
}

@media screen and (max-width: 767px) {
  .c-bnr::after {
    left: 12px;
    top: 12px;
  }
}

@media all and (min-width: 768px) {
  .c-bnr__img {
    flex-basis: 464px;
    max-width: 464px;
  }
}

@media all and (min-width: 768px) {
  .c-bnr__img.-thin {
    flex-basis: 408px;
    max-width: 408px;
  }
}

.c-bnr__img img {
  vertical-align: bottom;
  width: 100%;
}

.c-bnr__body {
  padding-left: 50px;
  padding-right: 70px;
}

@media all and (min-width: 768px) {
  .c-bnr__body {
    flex-basis: calc(100% - 464px);
    max-width: calc(100% - 464px);
  }
}

@media screen and (max-width: 767px) {
  .c-bnr__body {
    padding: 25px 35px 35px 35px;
  }
}

@media all and (min-width: 768px) {
  .c-bnr__body.-thin {
    flex-basis: calc(100% - 408px);
    max-width: calc(100% - 408px);
  }
}

.c-bnr__heading {
  color: #fff;
  font-size: 28px;
  line-height: 1.392;
}

@media screen and (max-width: 767px) {
  .c-bnr__heading {
    font-size: 24px;
    line-height: 1.625;
  }
}

.c-bnr__heading.-small {
  font-size: 24px;
  line-height: 1.333;
}

.c-bnr__txt {
  color: #fff;
  font-size: 14px;
  line-height: 1.571;
  margin-top: 20px;
}

/*有効化制御*/
input[type="submit"].agreebtn1:disabled,
input[type="submit"].agreebtn2:disabled {
  opacity: 0.2;
  pointer-events: none;
  transition: all 0.2s;
}

input[type="submit"].agreebtn1,
input[type="submit"].agreebtn2 {
  opacity: 1;
  pointer-events: inherit;
}

.c-btn {
  align-items: center;
  background-color: #000;
  border: none;
  border-radius: 32px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  height: 64px;
  justify-content: center;
  text-decoration: none;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .c-btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .c-btn:hover {
    opacity: 0.8;
  }
}

@media all and (min-width: 768px) {
  .c-btn.-wide {
    width: 500px;
  }
}

.c-btn.-colored {
  background-color: #b31b49;
}

.c-btn.-center {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .c-contact__panel {
    padding: 20px;
  }
}

@media all and (min-width: 768px) {
  .c-contact__panel.-tel {
    height: 100px;
    position: relative;
  }
}

.c-contact__heading {
  font-size: 24px;
  font-weight: normal;
  position: relative;
}

@media all and (min-width: 768px) {
  .c-contact__heading.-tel {
    left: 70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.c-contact__heading.-cancel {
  margin-top: 40px;
  padding-top: 30px;
  font-size: 18px;
  border-top: 1px solid #ddd;
}

.c-contact__heading + .c-contact__txt {
  margin-top: 20px;
}

.c-contact__phoneNum {
  font-family: "Rokkitt", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}

@media all and (min-width: 768px) {
  .c-contact__phoneNum {
    left: 515px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .c-contact__phoneNum {
    font-size: 36px;
    margin-top: 15px;
  }
}

.c-contact__phoneNum a {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .c-contact__phoneNum a {
    pointer-events: none;
  }
}

.c-contact__phoneNum2 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  position: relative;
}

@media all and (min-width: 768px) {
  .c-contact__phoneNum2 {
    left: 515px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .c-contact__phoneNum2 {
    font-size: 24px;
    margin-top: 15px;
    line-height: 2;
  }
}

.c-contact__phoneNum2 a {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .c-contact__phoneNum2 a {
    pointer-events: none;
  }
}

.c-contact__txt {
  font-size: 14px;
  line-height: 1.714;
  position: relative;
}

.c-contact__list {
  position: relative;
  width: 100%;
}

.c-contact__list ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style-type: none;
  padding: 0;
}

.c-contact__list ul li {
  width: 31%;
  margin: 30px 0 0 0;
}

.c-contact__list ul li a {
  padding: 1em 0;
  word-break: break-all;
}

.c-contact__list ul li dd a {
  color: #d3381c;
  text-decoration: none;
  transition: all 0.5s;
  font-weight: 200;
  font-size: 1.3em;
}

@media all and (min-width: 768px) {
  .c-contactForm {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-top: 65px;
    width: 880px;
  }
}

@media all and (min-width: 768px) {
  .c-contactForm__header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-contact__input {
  margin: 75px 0 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-contact__input {
    margin-top: 25px;
  }
}

.c-contact__input > div {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

@media all and (min-width: 768px) {
  .c-contact__input > div {
    display: flex;
    flex-wrap: wrap;
  }
}

.c-contact__input > div + div {
  margin-top: 30px;
}

.c-contact__input dt {
  font-size: 16px;
  line-height: 1.5;
}

@media all and (min-width: 768px) {
  .c-contact__input dt {
    flex-basis: 250px;
    max-width: 250px;
    padding-left: 20px;
  }
}

.c-contact__input dd {
  font-size: 16px;
}

.c-contact__input dd p {
  font-size: 14px;
  line-height: 1.714;
  margin: 0.6em 0 1em;
}

@media all and (min-width: 768px) {
  .c-contact__input dd {
    flex-basis: 600px;
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .c-contact__input dd {
    margin-top: 10px;
  }

  .c-contact__input dd p {
    margin: 1em 0;
  }
}

@media all and (min-width: 768px) {
  .c-contact__input dd.-horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.c-contact__input dd input {
  border: 1px solid #000;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.c-contact__input dd textarea {
  border: 1px solid #000;
  height: 220px;
  line-height: 1.4;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.c-contact__input dd select {
  background-color: #fff;
  background-image: url(../img/common/select-arrow.png);
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 21px auto;
  border: 1px solid #000;
  display: block;
  height: 40px;
  outline: none;
  padding: 0 10px;
  text-overflow: "";
  vertical-align: middle;
  width: 600px;
}

@media screen and (max-width: 767px) {
  .c-contact__input dd select {
    background-position: right 15px center;
    background-size: 11px 8px;
    width: 100%;
  }

  .c-contact__input .c-contact__time dd select {
    margin: 10px 0 20px;
  }
}

.c-contact__input dd select::-ms-expand {
  display: none;
}

.c-contact__input dd .error {
  color: #d3381c;
  display: block;
  margin-top: 10px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-contact__input dd .error {
    font-size: 14px;
  }

  .c-contact__list ul {
    display: block;
  }

  .c-contact__list ul li {
    width: 100%;
    margin: 30px 0;
  }
}

.c-contact__txt {
  padding: 20px 0 0;
}

.c-contact__name {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media all and (min-width: 768px) {
  .c-contact__name input {
    width: 220px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-contact__name input {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-contact__name + .c-contact__name {
    margin-top: 10px;
  }
}

.c-contact__zip {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media all and (min-width: 768px) {
  .c-contact__zip input {
    width: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-contact__zip input {
    margin-top: 10px;
  }
}

.c-contact__pref {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .c-contact__pref {
    margin-top: 10px;
  }
}

@media all and (min-width: 768px) {
  .c-contact__pref input {
    width: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-contact__pref input {
    margin-top: 10px;
  }
}

.c-contact__address {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-contact__address {
    margin-top: 10px;
  }
}

@media all and (min-width: 768px) {
  .c-contact__address input {
    width: 500px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-contact__address input {
    margin-top: 10px;
  }
}

@media all and (min-width: 768px) {
  .mw_wp_form_input .c-contact__input dt {
    /*padding-top: 12px;*/
    padding-top: 8.8px;
  }
}

@media all and (min-width: 768px) {
  .mw_wp_form_input .c-contact__name {
    flex-basis: 280px;
    max-width: 280px;
  }
}

@media all and (min-width: 768px) {
  .mw_wp_form_input .c-contact__zip {
    flex-basis: 250px;
    max-width: 250px;
  }
}

@media all and (min-width: 768px) {
  .mw_wp_form_input .c-contact__pref {
    flex-basis: 250px;
    margin-right: 60px;
    max-width: 250px;
  }
}

@media all and (min-width: 768px) {
  .mw_wp_form_confirm dd.-horizontal {
    justify-content: flex-start;
  }
}

.mw_wp_form_confirm .c-contact__name {
  justify-content: flex-start;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .c-contact__name {
    display: inline-block;
  }
}

.mw_wp_form_confirm .c-contact__name + .c-contact__name {
  margin-left: 1em;
}

.mw_wp_form_confirm .c-contact__name label {
  display: none;
}

.mw_wp_form_confirm .c-contact__date label {
  margin-right: 1em;
}

@media all and (min-width: 768px) {
  .mw_wp_form_confirm .c-contact__date {
    width: 35%;
  }

  .mw_wp_form_confirm .c-contact__time {
    width: 55%;
    margin-right: 1em;
    margin-left: 1em;
  }
}

@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .c-contact__time {
    margin-top: 10px;
  }
}

.mw_wp_form_confirm .c-contact__zip {
  justify-content: flex-start;
}

.mw_wp_form_confirm .c-contact__zip label {
  display: none;
}

.mw_wp_form_confirm .c-contact__pref {
  justify-content: flex-start;
}

@media all and (min-width: 768px) {
  .mw_wp_form_confirm .c-contact__pref {
    margin-left: 20px;
  }
}

.mw_wp_form_confirm .c-contact__pref label {
  display: none;
}

.mw_wp_form_confirm .c-contact__address {
  justify-content: flex-start;
}

.mw_wp_form_confirm .c-contact__address label {
  display: none;
}

.mw_wp_form_confirm .c-contact__date {
  justify-content: flex-start;
}

.mw_wp_form_confirm .c-contact__zip label {
  display: none;
}

@media all and (min-width: 768px) {
  .mw_wp_form_input .c-contact__date {
    flex-basis: 300px;
    max-width: 300px;
    margin-bottom: 20px;
  }

  .c-contact__input dd > [class^="c-contact__name"]:nth-child(1),
  .c-contact__input dd > [class^="c-contact__name"]:nth-child(2),
  .c-contact__input dd > [class^="c-contact__date"]:nth-child(1),
  .c-contact__input dd > [class^="c-contact__time"]:nth-child(2) {
    margin-bottom: 20px;
  }

  .c-contact__input .c-contact__date input {
    flex-basis: 180px;
    max-width: 180px;
    margin-left: 30px;
  }

  .c-contact__input .c-contact__time select {
    flex-basis: 180px;
    max-width: 180px;
    margin-right: 80px;
  }

  .mw_wp_form_input .c-contact__time {
    margin-left: 30px;
  }

  .mw_wp_form_input .c-contact__date label,
  .mw_wp_form_input .c-contact__time label {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-contact__input .c-contact__date {
    padding: 20px 0 0;
  }

  .c-contact__date input,
  .c-contact__time select {
    margin-top: 10px;
  }

  .c-contact__input dd > [class^="c-contact__time"]:nth-child(2) {
    margin-bottom: 20px;
  }
}

.c-contact__privacyPanel {
  background-color: #f9f9f9;
  border: 1px solid #000;
  margin-top: 35px;
  padding: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-contact__privacyPanel {
    padding: 15px;
  }
}

.c-contactPrivacy__heading {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-contactPrivacy__heading + .c-contactPrivacy__heading2nd {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .c-contactPrivacy__heading + .c-contactPrivacy__heading2nd {
    margin-top: 20px;
  }
}

.c-contactPrivacy__heading2nd {
  color: #d3381c;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
}

.c-contactPrivacy__heading2nd + .c-contactPrivacy__txt {
  margin-top: 20px;
}

.c-contactPrivacy__txt {
  font-size: 14px;
  line-height: 1.714;
}

.c-contactPrivacy__txt + .c-contactPrivacy__txt {
  margin-top: 20px;
}

.c-contactPrivacy__txt + .c-contactPrivacy__heading2nd {
  margin-top: 20px;
}

.c-contactPrivacy__agree {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .c-contactPrivacy__agree {
    margin-top: 20px;
    padding: 10px;
  }
}

@media screen and (max-width: 367px) {
  .c-contactPrivacy__agree {
    margin-top: 20px;
    padding: 10px;
    width: 230px;
  }
}

.c-contactPrivacy__agree .mwform-checkbox-field,
.c-contactPrivacy__agree .mwform-radio-field {
  display: block;
}

@media all and (min-width: 768px) {
  .c-contactPrivacy__agree .mwform-checkbox-field + .mwform-checkbox-field,
  .c-contactPrivacy__agree .mwform-radio-field + .mwform-radio-field {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-contactPrivacy__agree .mwform-checkbox-field + .mwform-checkbox-field,
  .c-contactPrivacy__agree .mwform-radio-field + .mwform-radio-field {
    margin-top: 10px;
  }
}

.c-contactPrivacy__agree .mwform-checkbox-field input[type="checkbox"],
.c-contactPrivacy__agree .mwform-radio-field input[type="radio"] {
  display: none;
}

.c-contactPrivacy__agree
  .mwform-checkbox-field
  input[type="checkbox"]:checked
  + span::before,
.c-contactPrivacy__agree
  .mwform-radio-field
  input[type="radio"]:checked
  + span::before {
  background-color: #d3381c;
  background-image: url(../img/common/check.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-color: #d3381c;
}

.c-contactPrivacy__agree .mwform-checkbox-field .mwform-checkbox-field-text,
.c-contactPrivacy__agree .mwform-radio-field .mwform-radio-field-text {
  font-size: 16px;
  padding-left: 28px;
  position: relative;
  display: block;
  line-height: 1.3;
}

.c-contactPrivacy__agree
  .mwform-checkbox-field
  .mwform-checkbox-field-text::before,
.c-contactPrivacy__agree .mwform-radio-field .mwform-radio-field-text::before {
  border: 1px solid #444;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.c-contact__action {
  margin-top: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-contact__action {
    margin-top: 20px;
  }
}

.c-contact__backBtn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 22px;
  display: flex;
  font-size: 16px;
  height: 44px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 220px;
}

.c-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media all and (min-width: 768px) {
  .c-container {
    width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .c-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.c-gradationBg {
  background: linear-gradient(23deg, #edb9d0, #9dd2e4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .c-gradationBg {
    padding: 4px;
  }
}

.c-gradationBg + .c-gradationBg {
  margin-top: 40px;
}

.c-gradationBg.-thin {
  padding: 4px;
}

.c-gradationBg.-thickBottom {
  padding: 4px 4px 14px 4px;
}

.c-gradationBg.-thickBottom + .c-gradationBg.-thickBottom {
  margin-top: 30px;
}

.c-gradationBg__header {
  padding-bottom: 20px;
  padding-top: 11px;
}

.c-gradationBg__heading {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

.c-gradationBg__inner {
  position: relative;
}

.c-gradationBg__inner::before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* ヘッダー */
.c-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 28px;
  }
}

.c-heading span {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}

.column-navi-heading span {
  margin: 15px 0 0 !important;
}

@media screen and (max-width: 767px) {
  .c-heading span {
    margin-bottom: 10px;
  }

  .column-navi-heading span {
    margin: 10px 0 0 !important;
  }
}

@media screen and (max-width: 425px) {
  .c-heading {
    padding-top: 30px;
  }
}

.c-heading2 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .c-heading2 {
    margin-top: 150px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .c-heading2 {
    margin-bottom: 22px;
    font-size: 28px;
  }
}

a.c-media {
  color: #000;
}

@media all and (min-width: 768px) {
  a.c-media:hover {
    text-decoration: none;
  }
}

.c-media__movie {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.c-media__movie iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .c-media__img img {
    margin-left: auto;
    margin-right: auto;
  }
}

.c-media__body {
  padding-top: 25px;
}

.c-media__heading {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

.c-media__txt {
  font-size: 14px;
  line-height: 1.714;
  margin-top: 15px;
}

.c-mediaBox {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  position: relative;
}

.c-mediaBox::before {
  background: linear-gradient(to right, #edb9d0, #9dd2e4);
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.c-mediaBox__body {
  padding: 25px 20px;
}

ul.c-mediaBox__offerList {
  display: flex;
  justify-content: center;
}

ul.c-mediaBox__offerList li {
  text-align: center;
}

ul.c-mediaBox__offerList li + li {
  margin-left: 10px;
}

ul.c-mediaBox__offerList + .c-mediaBox__heading {
  margin-top: 20px;
}

.c-mediaBox__heading {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}

.c-mediaBox__heading span {
  font-size: 80%;
}

.c-mediaBox__txt {
  font-size: 14px;
  line-height: 1.714;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .information__heading {
    padding-top: 95px !important;
  }
}

@media all and (min-width: 768px) {
  .c-newsSummary {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
}

.c-newsSummary dt {
  align-items: center;
  display: flex;
  font-size: 14px;
}

@media all and (min-width: 768px) {
  .c-newsSummary dt {
    flex-basis: 220px;
    max-width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .c-newsSummary dt {
    justify-content: space-between;
  }
}

.c-newsSummary dt span {
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 13px;
  color: #000;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 110px;
}

@media all and (min-width: 768px) {
  .c-newsSummary dt span {
    margin-left: 20px;
  }
}

.c-newsSummary dd {
  font-size: 14px;
  line-height: 1.714;
}

.c-newsSummary dd h3 {
  font-weight: 500;
}

@media all and (min-width: 768px) {
  .c-newsSummary dd {
    flex-basis: calc(100% - 220px);
    max-width: calc(100% - 220px);
  }
}

@media screen and (max-width: 767px) {
  .c-newsSummary dd {
    margin-top: 20px;
  }
}

.c-newsSummary dd a {
  color: #000;
  text-decoration: none;
}

.c-newsSummary dd a:hover {
  text-decoration: underline;
}

.c-offerLabel {
  align-items: center;
  border: 1px solid #d3381c;
  color: #d3381c;
  display: inline-flex;
  font-size: 14px;
  height: 26px;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
}

.c-page__header {
  padding-bottom: 60px;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .c-page__header {
    padding-top: 70px;
  }
}

.c-page__heading {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.133;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-page__heading {
    font-size: 28px;
  }
}

.c-page__heading2nd {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-page__heading2nd {
    font-size: 22px;
  }
}

.c-page__heading2nd::before {
  background: linear-gradient(to right, #edb9d0, #9dd2e4);
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.howtochooseTitle::before {
  background: none !important;
}

.c-page__description {
  font-size: 18px;
  line-height: 1.666;
  margin-top: 60px;
  text-align: center;
}

.c-page__description_search {
  margin: 0 0 60px;
  font-size: 16px;
}

.c-page__searchtitle {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
}

.c-page__description + ul.c-page__inPageMenu {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .c-page__description {
    text-align: left;
  }

  .c-page__description + ul.c-page__inPageMenu {
    margin-top: 40px;
  }
}

ul.c-page__inPageMenu {
  position: relative;
  z-index: 2;
}

@media all and (min-width: 768px) {
  ul.c-page__inPageMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

ul.c-page__inPageMenu li {
  font-size: 18px;
}

@media all and (min-width: 768px) {
  ul.c-page__inPageMenu li {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  ul.c-page__inPageMenu li {
    text-align: center;
  }
}

@media all and (min-width: 768px) {
  ul.c-page__inPageMenu li::before {
    background-color: #000;
    content: "";
    height: 29px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 1px;
  }
}

@media all and (min-width: 768px) {
  ul.c-page__inPageMenu li:last-child::after {
    background-color: #000;
    content: "";
    height: 29px;
    position: absolute;
    right: 0;
    top: -5px;
    width: 1px;
  }
}

@media screen and (max-width: 767px) {
  ul.c-page__inPageMenu li + li {
    margin-top: 15px;
  }
}

ul.c-page__inPageMenu li a {
  color: #000;
}

@media all and (min-width: 768px) {
  ul.c-page__inPageMenu li a:hover {
    text-decoration: none;
  }
}

.c-page__note {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 15px;
  text-align: center;
}

.c-page__body {
  padding-bottom: 80px;
}

.c-page__body.-separator {
  overflow-x: hidden;
  padding-top: 60px;
  position: relative;
}

.c-page__body.-separator::before {
  background: linear-gradient(to right, #edb9d0, #9dd2e4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1000px;
}

@media screen and (max-width: 767px) {
  .c-page__body.-separator::before {
    width: calc(100% - 15px - 15px);
  }
}

.c-point {
  padding-bottom: 60px;
  padding-top: 45px;
  position: relative;
}

.c-point::before {
  background-color: #eee;
  bottom: 0;
  content: "";
  height: 1px;
  left: 4px;
  position: absolute;
  width: calc(100% - 8px);
}

@media screen and (max-width: 767px) {
  .c-point {
    padding-bottom: 40px;
    padding-top: 25px;
  }
}

.c-point.-noBorder::before {
  content: none;
}

@media all and (min-width: 768px) {
  .c-point__media {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 880px;
  }
}

@media screen and (max-width: 767px) {
  .c-point__media {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width: 768px) {
  .c-point__media.-reverse {
    flex-direction: row-reverse;
  }
}

@media all and (min-width: 768px) {
  .c-point__media.-full {
    display: inherit;
  }
}

@media all and (min-width: 768px) {
  .c-point__body {
    flex-basis: 430px;
    max-width: 430px;
  }
}

.c-point__body.-full {
  flex-basis: auto;
  max-width: 100%;
}

@media all and (min-width: 768px) {
  .c-point__img {
    flex-basis: 400px;
    max-width: 400px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-point__img {
    margin-top: 20px;
  }
}

.c-point__img img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}

.c-point__heading {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.571;
  padding-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-point__heading {
    font-size: 22px;
  }
}

.c-point__heading::before {
  background: linear-gradient(to right, #edb9d0, #9dd2e4);
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.c-point__heading span {
  color: #d3381c;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

.c-point__txt {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 30px;
}

.c-point__txt a {
  color: #d3381c;
}

@media all and (min-width: 768px) {
  .c-point__txt a:hover {
    text-decoration: none;
  }
}

.c-point__note {
  font-size: 14px;
  line-height: 1.714;
  margin-top: 25px;
}

.c-point__action {
  margin-top: 40px;
}

@media all and (min-width: 768px) {
  .c-spacer {
    margin-top: -90px;
    padding-top: 90px;
    position: relative;
    z-index: -1;
  }
}

.p-access__body {
  padding-bottom: 100px;
  padding-top: 80px;
}

.p-accessDirection {
  padding-top: 80px;
}

.p-accessDirection + .p-accessDirection {
  padding-top: 160px;
}

@media screen and (max-width: 767px) {
  .p-accessDirection + .p-accessDirection {
    padding-top: 50px;
  }
}

.p-accessDirection__heading {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.571;
  padding-bottom: 60px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-accessDirection__heading {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.p-accessDirection__heading::before {
  background: linear-gradient(to right, #edb9d0, #9dd2e4);
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

ol.p-accessDirection__pontList {
  margin-top: 65px;
  position: relative;
}

@media all and (min-width: 768px) {
  ol.p-accessDirection__pontList {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  ol.p-accessDirection__pontList {
    margin-top: 30px;
  }
}

@media all and (min-width: 768px) {
  ol.p-accessDirection__pontList::before {
    background-color: #d3381c;
    content: "";
    height: calc(100% - 233px + 35px);
    left: 50%;
    position: absolute;
    top: -35px;
    transform: translateX(-1px);
    width: 2px;
  }
}

ol.p-accessDirection__pontList li {
  position: relative;
}

@media all and (min-width: 768px) {
  ol.p-accessDirection__pontList li {
    margin-top: -140px;
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  ol.p-accessDirection__pontList li {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
  }
}

ol.p-accessDirection__pontList li::before {
  align-items: center;
  background-color: #d3381c;
  border-radius: 50%;
  color: #fff;
  content: "";
  display: flex;
  font-family: "Rokkitt", serif;
  font-size: 27px;
  font-weight: 400;
  height: 45px;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 45px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  ol.p-accessDirection__pontList li::before {
    font-size: 24px;
    height: 36px;
    left: 10px;
    top: 10px;
    width: 36px;
  }
}

@media all and (min-width: 768px) {
  ol.p-accessDirection__pontList li::after {
    background-color: #d3381c;
    content: "";
    height: 2px;
    position: absolute;
    top: 22px;
    width: 90px;
  }
}

@media all and (min-width: 768px) {
  ol.p-accessDirection__pontList li:nth-of-type(odd)::before {
    right: -113px;
  }
}

@media all and (min-width: 768px) {
  ol.p-accessDirection__pontList li:nth-of-type(odd)::after {
    right: -90px;
  }
}

@media all and (min-width: 768px) {
  ol.p-accessDirection__pontList li:nth-of-type(even) {
    display: flex;
    margin-left: auto;
  }
}

@media all and (min-width: 768px) {
  ol.p-accessDirection__pontList li:nth-of-type(even)::before {
    left: -113px;
  }
}

@media all and (min-width: 768px) {
  ol.p-accessDirection__pontList li:nth-of-type(even)::after {
    left: -90px;
  }
}

ol.p-accessDirection__pontList li:nth-of-type(1)::before {
  content: "1";
}

ol.p-accessDirection__pontList li:nth-of-type(2)::before {
  content: "2";
}

ol.p-accessDirection__pontList li:nth-of-type(3)::before {
  content: "3";
}

ol.p-accessDirection__pontList li:nth-of-type(4)::before {
  content: "4";
}

ol.p-accessDirection__pontList li:nth-of-type(5)::before {
  content: "5";
}

ol.p-accessDirection__pontList li:nth-of-type(6)::before {
  content: "6";
}

ol.p-accessDirection__pontList li:nth-of-type(7)::before {
  content: "7";
}

ol.p-accessDirection__pontList li:nth-of-type(8)::before {
  content: "8";
}

ol.p-accessDirection__pontList li:nth-of-type(9)::before {
  content: "9";
}

ol.p-accessDirection__pontList li:nth-of-type(10)::before {
  content: "10";
}

@media all and (min-width: 768px) {
  ol.p-accessDirection__pontList li:first-child {
    margin-top: 0;
  }
}

@media all and (min-width: 768px) {
  ol.p-accessDirection__pontList li:last-child {
    display: inherit;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
  }
}

@media all and (min-width: 768px) {
  ol.p-accessDirection__pontList li:last-child::before {
    left: 50%;
    right: auto;
    top: -210px;
    transform: translateX(-50%);
  }
}

ol.p-accessDirection__pontList li:last-child::after {
  content: none;
}

@media screen and (max-width: 767px) {
  ol.p-accessDirection__pontList li + li {
    margin-top: 25px;
  }
}

.p-accessory__section {
  position: relative;
}

.p-accessory__section + .p-accessory__section {
  margin-top: 140px;
}

@media screen and (max-width: 767px) {
  .p-accessory__section + .p-accessory__section {
    margin-top: 60px;
  }
}

.p-accessory__accessoryLayout {
  background: linear-gradient(23deg, #edb9d0, #9dd2e4);
  padding: 5px;
}

@media all and (min-width: 768px) {
  .p-accessory__accessoryLayout {
    position: absolute;
    top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-accessory__accessoryLayout {
    margin-left: auto;
    margin-right: auto;
    max-width: 310px;
  }
}

.p-accessory__accessoryLayout img {
  vertical-align: bottom;
}

ul.p-accessory__accessoryList {
  margin-top: -30px;
}

@media all and (min-width: 768px) {
  ul.p-accessory__accessoryList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: calc(100% - 630px);
    width: 630px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-accessory__accessoryList {
    margin-top: 40px;
  }
}

ul.p-accessory__accessoryList li {
  margin-top: 30px;
}

@media all and (min-width: 768px) {
  ul.p-accessory__accessoryList li {
    flex-basis: 300px;
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-accessory__accessoryList li {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}

ul.p-accessory__exampleList {
  margin-top: 30px;
}

@media all and (min-width: 768px) {
  ul.p-accessory__exampleList {
    display: flex;
    flex-wrap: wrap;
  }
}

ul.p-accessory__exampleList li {
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  ul.p-accessory__exampleList li {
    flex-basis: 240px;
    margin-left: 13px;
    max-width: 240px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-accessory__exampleList li {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }

  ul.p-accessory__exampleList li img {
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  ul.p-accessory__exampleList li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
}

.p-album {
  padding-bottom: 40px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-album {
    padding-bottom: 55px;
  }
}

.p-album__container {
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 768px) {
  .p-album__container {
    width: 1280px;
  }
}

.p-album__img {
  margin-top: 60px;
  position: relative;
}

.p-album__img::before {
  background-color: #000;
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  top: -40px;
  transform: translateX(-50%);
  width: 1px;
}

.p-album__menu {
  margin-top: 10px;
}

@media all and (min-width: 768px) {
  .p-album__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .p-album__menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-album__menu > div {
  display: block;
  flex-wrap: wrap;
  padding-bottom: 65px;
  padding-top: 30px;
}

@media all and (min-width: 768px) {
  .p-album__menu > div {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-album__menu > div {
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media all and (min-width: 768px) {
  .p-album__menu > div:nth-child(even) {
    border-left: 1px solid #000;
  }
}

@media screen and (max-width: 767px) {
  .p-album__menu > div + div {
    border-top: 1px solid #000;
  }
}

.p-album__menu dt {
  flex-basis: 100%;
  font-size: 22px;
  max-width: 100%;
  text-align: center;
}

.p-album__menu dt h3 {
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 1.8em;
}

@media screen and (max-width: 767px) {
  .p-album__menu dt {
    flex-basis: calc(100% - 283px);
    max-width: 100%;
    margin-bottom: 12px;
  }
}

.p-album__menu dd {
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 768px) {
  .p-album__menu dd {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-album__menu dd {
    flex-basis: 283px;
    max-width: 283px;
  }
}

@media all and (min-width: 768px) {
  .p-album__action + .p-album__action {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-album__action + .p-album__action {
    margin-top: 10px;
  }
}

.p-album__btn {
  align-items: center;
  background-color: #000;
  border-radius: 32px;
  color: #fff;
  display: flex;
  font-size: 15px;
  height: 64px;
  justify-content: center;
  text-decoration: none;
  width: 235px;
}

@media screen and (max-width: 767px) {
  .p-album__btn {
    width: 283px;
  }
}

.p-archive__summaryList div + div {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-archive__summaryList div + div {
    margin-top: 20px;
  }
}

.p-article__header + .p-article__header {
  margin-top: 110px;
}

@media screen and (max-width: 767px) {
  .p-article__header + .p-article__header {
    margin-top: 60px;
  }
}

.p-article__meta {
  align-items: center;
  display: flex;
  font-size: 14px;
  margin-bottom: 20px;
}

.p-article__meta span {
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 13px;
  color: #000;
  display: flex;
  height: 24px;
  justify-content: center;
  margin-left: 20px;
  width: 110px;
}

.p-article__body {
  margin-top: 40px;
}

.p-article__body * + * {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-article__body * + * {
    margin-top: 20px;
  }
}

.p-article__body h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7;
}

.p-article__body p {
  font-size: 14px;
  line-height: 1.714;
}

.p-column {
  padding-bottom: 80px;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-column {
    padding-bottom: 105px;
  }
}

ul.p-column__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
}

@media all and (min-width: 768px) {
  ul.p-column__menu {
    width: 800px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-column__menu {
    margin-top: 84px;
    max-width: 384px;
  }
}

ul.p-column__menu li {
  flex-basis: 240px;
  margin-top: 22px;
  max-width: 240px;
}

@media screen and (max-width: 767px) {
  ul.p-column__menu li {
    flex-basis: calc(50% - 12px);
    margin-top: 26px;
    max-width: calc(50% - 12px);
  }
}

.p-columnSummary {
  color: #000;
}

@media all and (min-width: 768px) {
  .p-columnSummary:hover {
    text-decoration: none;
  }
}

.p-columnSummary__heading {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 16px;
  text-align: center;
}

@media all and (min-width: 768px) {
  .p-columnSummary__heading {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
  }
}

ul.p-columnIndex__columnList {
  margin-top: -60px;
}

@media all and (min-width: 768px) {
  ul.p-columnIndex__columnList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  ul.p-columnIndex__columnList {
    margin-top: -40px;
  }
}

ul.p-columnIndex__columnList li {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  ul.p-columnIndex__columnList li {
    margin-top: 40px;
  }
}

@media all and (min-width: 768px) {
  ul.p-columnIndex__columnList li {
    flex-basis: 480px;
    max-width: 480px;
  }
}

.p-company__panel {
  padding-bottom: 60px;
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .p-company__panel {
    padding-bottom: 30px;
    padding-top: 40px;
  }
}

.p-company__outline {
  position: relative;
}

@media all and (min-width: 768px) {
  .p-company__outline {
    margin-left: auto;
    margin-right: auto;
    width: 880px;
  }
}

@media screen and (max-width: 767px) {
  .p-company__outline {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-company__outline div {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

@media all and (min-width: 768px) {
  .p-company__outline div {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .p-company__outline div {
    padding-bottom: 20px;
  }
}

.p-company__outline div + div {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-company__outline div + div {
    margin-top: 20px;
  }
}

.p-company__outline dt {
  font-size: 16px;
  line-height: 1.5;
}

@media all and (min-width: 768px) {
  .p-company__outline dt {
    flex-basis: 220px;
    max-width: 220px;
    padding-left: 20px;
  }
}

.p-company__outline dd {
  font-size: 16px;
  line-height: 1.5;
}

@media all and (min-width: 768px) {
  .p-company__outline dd {
    flex-basis: calc(100% - 220px);
    max-width: calc(100% - 220px);
  }
}

@media screen and (max-width: 767px) {
  .p-company__outline dd {
    margin-top: 5px;
  }
}

.p-concept__panel {
  padding-bottom: 40px;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .p-concept__panel {
    padding-bottom: 10px;
  }
}

.p-coordination {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-coordination__container {
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 768px) {
  .p-coordination__container {
    width: 1128px;
  }
}

.p-coordinationSection {
  margin-top: 60px;
}

.p-coordinationSection__heading {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

.p-coordinationSection__heading::before {
  background: linear-gradient(to right, #edb9d0, #9dd2e4);
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 60px;
}

.p-coordination__gallery {
  margin-top: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-coordination__gallery .swiper-slide img {
    width: 100%;
  }
}

.p-coordination__gallery .swiper-button-next {
  height: 60px;
  margin-top: auto;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
}

@media screen and (max-width: 767px) {
  .p-coordination__gallery .swiper-button-next {
    right: 15px;
  }
}

.p-coordination__gallery .swiper-button-next::before {
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}

.p-coordination__gallery .swiper-button-next::after {
  content: none;
}

.p-coordination__gallery .swiper-button-next img {
  vertical-align: bottom;
}

.p-coordination__gallery .swiper-button-prev {
  height: 60px;
  left: -26px;
  margin-top: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
}

@media screen and (max-width: 767px) {
  .p-coordination__gallery .swiper-button-prev {
    left: 15px;
  }
}

.p-coordination__gallery .swiper-button-prev::before {
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}

.p-coordination__gallery .swiper-button-prev::after {
  content: none;
}

.p-coordination__gallery .swiper-button-prev img {
  vertical-align: bottom;
}

ul.p-design__sampleList {
  margin-top: -20px;
}

@media all and (min-width: 768px) {
  ul.p-design__sampleList {
    display: flex;
    flex-wrap: wrap;
  }
}

ul.p-design__sampleList li {
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  ul.p-design__sampleList li {
    flex-basis: 240px;
    margin-left: 13px;
    max-width: 240px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-design__sampleList li {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }

  ul.p-design__sampleList li img {
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  ul.p-design__sampleList li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
}

@media all and (min-width: 768px) {
  .p-faq__section {
    margin-left: auto;
    margin-right: auto;
    width: 880px;
  }
}

.p-faq__section + .p-faq__section {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .p-faq__section + .p-faq__section {
    margin-top: 60px;
  }
}

.p-faq__qa {
  margin-top: 45px;
}

.p-faq__qa > div {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

@media all and (min-width: 768px) {
  .p-faq__qa > div {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__qa > div {
    padding-bottom: 20px;
  }
}

.p-faq__qa > div + div {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-faq__qa > div + div {
    margin-top: 20px;
  }
}

.p-faq__qa > div > dt {
  font-size: 20px;
  line-height: 1.7;
  padding-left: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-faq__qa > div > dt {
    font-size: 18px;
    padding-left: 30px;
  }
}

.p-faq__qa > div > dt > h2 {
  font-weight: normal;
  font-size: 1.17em;
}

.p-faq__qa > div > dd h2 {
  font-size: 1.17em;
}

.p-faq__qa > div > dt::before {
  background-image: url(../img/p-faq/q.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 16px;
}

@media screen and (max-width: 767px) {
  .p-faq__qa > div > dt::before {
    top: 3px;
  }
}

.p-faq__qa > div > dd {
  font-size: 14px;
  line-height: 1.714;
  margin-top: 25px;
  padding-left: 60px;
  position: relative;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .p-faq__qa > div > dd {
    padding-left: 30px;
  }
}

.p-faq__qa > div > dd::before {
  background-image: url(../img/p-faq/a.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}

.p-faq__requiredTime {
  margin-bottom: 20px;
  margin-top: 20px;
}

.p-faq__requiredTime div {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

@media all and (min-width: 768px) {
  .p-faq__requiredTime div {
    display: flex;
  }
}

.p-faq__requiredTime div + div {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .p-faq__requiredTime dt span {
    display: none;
  }
}

.p-flow__panel {
  padding-top: 25px;
}

.p-flowStep {
  padding-bottom: 40px;
  padding-top: 45px;
  position: relative;
}

.p-flowStep::before {
  background-color: #eee;
  bottom: 0;
  content: "";
  height: 1px;
  left: 4px;
  position: absolute;
  width: calc(100% - 8px);
}

@media screen and (max-width: 767px) {
  .p-flowStep {
    padding-bottom: 40px;
    padding-top: 25px;
  }
}

.p-flowStep.-noBorder::before {
  content: none;
}

@media all and (min-width: 768px) {
  .p-flowStep__media {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 880px;
  }
}

@media screen and (max-width: 767px) {
  .p-flowStep__media {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width: 768px) {
  .p-flowStep__body {
    flex-basis: 430px;
    max-width: 430px;
  }
}

.p-flowStep__body.-full {
  flex-basis: auto;
  max-width: 100%;
}

@media all and (min-width: 768px) {
  .p-flowStep__img {
    flex-basis: 400px;
    max-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .p-flowStep__img {
    margin-top: 20px;
  }
}

.p-flowStep__img img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}

.p-flowStep__heading {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.571;
  padding-bottom: 25px;
  position: relative;
}

@media all and (min-width: 768px) {
  .p-flowStep__heading {
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .p-flowStep__heading {
    font-size: 22px;
  }
}

.p-flowStep__heading::before {
  background: linear-gradient(to right, #edb9d0, #9dd2e4);
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.p-flowStep__heading span {
  color: #d3381c;
  display: block;
  font-size: 18px;
}

@media all and (min-width: 768px) {
  .p-flowStep__heading span {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-flowStep__heading span {
    margin-bottom: 5px;
  }
}

.p-flowStep__txt {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 30px;
}

.p-flowStep__txt a {
  color: #d3381c;
}

@media all and (min-width: 768px) {
  .p-flowStep__txt a:hover {
    text-decoration: none;
  }
}

.p-flowStep__action {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-flowStep__action + .p-flowStep__action {
    margin-top: 20px;
  }
}

.p-flow__action {
  padding-bottom: 60px;
  position: relative;
}

.p-flow__spacer {
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .p-flow__spacer {
    margin-top: -50px;
  }
}

ul.p-fold__movieList {
  margin-top: -60px;
}

@media all and (min-width: 768px) {
  ul.p-fold__movieList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  ul.p-fold__movieList {
    margin-top: -40px;
  }
}

ul.p-fold__movieList li {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  ul.p-fold__movieList li {
    margin-top: 40px;
  }
}

@media all and (min-width: 768px) {
  ul.p-fold__movieList li {
    flex-basis: 480px;
    max-width: 480px;
  }
}

ul.p-hair__exampleList {
  margin-top: -20px;
  margin-bottom: 40px;
}

@media all and (min-width: 768px) {
  ul.p-hair__exampleList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

ul.p-hair__exampleList li {
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  ul.p-hair__exampleList li {
    flex-basis: 493px;
    max-width: 493px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-hair__exampleList li {
    margin-left: auto;
    margin-right: auto;
    max-width: 493px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-hair__exampleList li + li {
    margin-top: 15px;
  }
}

.p-indexBnr {
  padding-top: 96px;
}

.p-indexMv {
  overflow-x: hidden;
  position: relative;
}

.p-indexMv__gallery .swiper-slide img {
  width: 100%;
}

.p-indexMv__heading {
  left: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.p-indexNews {
  padding-top: 80px;
  /* border-bottom: 1px solid #7F7F7F; */
}

@media all and (min-width: 768px) {
  .p-indexNews {
    border-bottom: 1px solid #000;
    min-height: 300px;
    padding-bottom: 80px;
  }
}

@media all and (min-width: 768px) {
  .p-indexNews__heading {
    left: 10px;
    position: absolute;
    top: 0;
  }
}

@media all and (min-width: 768px) {
  .p-indexNews__summaryList {
    margin-left: 245px;
  }
}

@media screen and (max-width: 767px) {
  .p-indexNews__summaryList {
    margin-top: 60px;
  }
}

.p-indexNews__summaryList div + div {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-indexNews__summaryList div + div {
    margin-top: 20px;
  }
}

@media all and (min-width: 768px) {
  .p-indexNews__action {
    left: 10px;
    position: absolute;
    top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-indexNews__action {
    margin-top: 60px;
  }
}

.p-indexNews__btn {
  align-items: center;
  background-image: url(../img/p-index-news/arrow.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 7px auto;
  border-radius: 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #000;
  display: flex;
  font-size: 16px;
  height: 35px;
  justify-content: center;
  text-decoration: none;
  width: 172px;
}

@media screen and (max-width: 767px) {
  .p-indexNews__btn {
    background-size: 9px auto;
    border-radius: 27px;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }
}

@media all and (min-width: 768px) {
  ul.p-knot__exampleList {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-knot__exampleListTitle {
  margin-top: 50px;
}

ul.p-knot__exampleList + ul.p-knot__exampleList {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  ul.p-knot__exampleList + ul.p-knot__exampleList {
    margin-top: 60px;
  }
}

@media all and (min-width: 768px) {
  ul.p-knot__exampleList li {
    flex-basis: 240px;
    max-width: 240px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-knot__exampleList li {
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
  }
}

@media all and (min-width: 768px) {
  ul.p-knot__exampleList li + li {
    margin-left: 13px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-knot__exampleList li + li {
    margin-top: 15px;
  }
}

.p-mama__panel {
  padding-top: 15px;
}

ul.p-mama__necessityList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

ul.p-mama__necessityList h3 {
  font-weight: 500;
}

@media all and (min-width: 768px) {
  ul.p-mama__necessityList {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-mama__necessityList {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    max-width: 260px;
  }
}

ul.p-mama__necessityList li {
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  ul.p-mama__necessityList li {
    flex-basis: calc(50% - 14px);
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 20px;
    max-width: calc(50% - 14px);
  }
}

ul.p-mama__necessityList li img {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  ul.p-mama__necessityList li img {
    margin-bottom: 10px;
  }
}

.p-mama__tipsPanel {
  background-color: #f9f9f9;
  margin-top: 30px;
  padding-bottom: 50px;
}

.p-mamaTips {
  padding-top: 50px;
}

@media all and (min-width: 768px) {
  .p-mamaTips {
    margin-left: auto;
    margin-right: auto;
    width: 780px;
  }
}

@media screen and (max-width: 767px) {
  .p-mamaTips {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-mamaTips + .p-mamaTips {
    padding-top: 50px;
  }
}

.p-mamaTips__heading {
  color: #d3381c;
  font-size: 22px;
  font-weight: normal;
}

.p-mamaTips__media {
  margin-top: 30px;
}

@media all and (min-width: 768px) {
  .p-mamaTips__media {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (min-width: 768px) {
  .p-mamaTips__img {
    display: flex;
    flex-basis: 450px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 450px;
  }
}

.p-mamaTips__img.-full {
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-mamaTips__img img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-mamaTips__img img + img {
    margin-top: 10px;
  }
}

@media all and (min-width: 768px) {
  .p-mamaTips__body {
    flex-basis: 300px;
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .p-mamaTips__body {
    margin-top: 20px !important;
  }
}

.p-mamaTips__body.-full {
  flex-basis: 100%;
  margin-top: 40px;
  max-width: 100%;
}

.p-mamaTips__txt {
  font-size: 16px;
  line-height: 1.5;
}

.p-mamaBnr {
  display: block;
  margin-top: 40px;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .top_column-news {
    margin-top: 80px;
  }

  .top_columnList {
    display: flex;
    margin: 50px 0 10px !important;
  }

  .top_columnList li {
    width: calc(100% / 3 - 30px);
  }

  .top_columnList li:nth-child(2) {
    margin: 0 22px;
  }

  .top_columnList li img {
    margin-bottom: 12px;
  }

  .top_columnList li a {
    color: #000000;
    text-decoration: none;
    line-height: 1.4;
  }

  .top_columnList li a:hover {
    color: cornflowerblue;
    transition: 0.5s;
  }

  .top_columnList li p {
    font-size: 14px;
  }

  .top_columnList li .title {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 7px;
  }
}

@media all and (max-width: 767px) {
  .top_column-news {
    margin-top: 80px;
  }

  .top_columnList {
    margin: 50px 15px 0 !important;
  }

  .top_columnList li {
    margin-bottom: 22px;
  }

  .top_columnList li:last-child {
    margin-bottom: 0;
  }

  .top_columnList li img {
    margin-bottom: 12px;
  }

  .top_columnList li a {
    color: #000000;
    text-decoration: none;
    line-height: 1.4;
  }

  .top_columnList li a:hover {
    color: cornflowerblue;
    transition: 0.5s;
  }

  .top_columnList li p {
    font-size: 14px;
  }

  .top_columnList li .title {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 7px;
  }
}

@media all and (min-width: 768px) {
  .p-privacy__section {
    margin-left: auto;
    margin-right: auto;
    width: 880px;
  }
}

.p-privacy__section + .p-privacy__section {
  margin-top: 110px;
}

@media screen and (max-width: 767px) {
  .p-privacy__section + .p-privacy__section {
    margin-top: 60px;
  }
}

.p-privacy__txt {
  font-size: 14px;
  line-height: 1.714;
  margin-top: 40px;
}

.p-privacy__definitionList {
  margin-top: 30px;
}

@media all and (min-width: 768px) {
  .p-privacy__definitionList div {
    display: flex;
  }
}

.p-privacy__definitionList div + div {
  margin-top: 15px;
}

.p-privacy__definitionList dt {
  color: #d3381c;
  font-size: 14px;
  line-height: 1.714;
}

@media all and (min-width: 768px) {
  .p-privacy__definitionList dt {
    flex-basis: 140px;
    max-width: 140px;
  }
}

.p-privacy__definitionList dd {
  font-size: 14px;
  line-height: 1.714;
}

@media all and (min-width: 768px) {
  .p-privacy__definitionList dd {
    flex-basis: calc(100% - 140px);
    max-width: calc(100% - 140px);
  }
}

@media all and (min-width: 768px) {
  .p-product__media {
    display: flex;
    flex-wrap: wrap;
  }
}

@media all and (min-width: 768px) {
  .p-product__img {
    flex-basis: 413px;
    max-width: 413px;
  }
}

@media screen and (max-width: 767px) {
  .p-product__img img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 768px) {
  .p-product__body {
    flex-basis: 416px;
    margin-left: 40px;
    max-width: 416px;
  }
}

@media screen and (max-width: 767px) {
  .p-product__body {
    margin-top: 40px;
  }
}

.p-product__feature {
  font-size: 21px;
  line-height: 1.4em;
  font-weight: normal;
}

.p-product__feature h2 {
  font-size: 21px;
  display: inline-block;
}

.p-product__heading {
  border-bottom: 1px solid #eee;
  font-size: 18px;
  font-weight: normal;
  padding: 20px 0;
  margin-bottom: 24px;
}

.p-product__price {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.p-product__price span {
  font-size: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-product__price span {
    font-size: 26px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.p-product__tableHeading {
  font-size: 16px;
  padding: 20px 0;
}

.tag-wrap {
  display: flex;
  flex-wrap: wrap;
}

.tag-list {
  background-color: #dedede;
  padding: 8px 12px;
  border-radius: 150px;
}

.tag-list > a {
  text-decoration: none;
  pointer-events: none;
  color: currentColor;
}

.parts-counseling {
  padding: 70px 0 0;
  text-align: center;
}

.parts-counseling p {
  padding: 50px 0 10px;
  line-height: 1.5;
}

.p-product__btn {
  margin: 30px auto 200px;
}

.faq_links {
  margin-bottom: 25px;
  text-align: center;
}

.faq_links a {
  color: #000;
  text-decoration: underline;
}

.faq_links a:hover {
  color: cornflowerblue;
  text-decoration: none;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  .p-product__btn {
    width: 380px;
  }
}

/* 検索結果個別ページ内のテキスト非表示 */
.p-product .parts-counseling {
  padding: 10px 0 0;
}

.p-product .parts-counseling h3,
.p-product .parts-counseling p {
  display: none;
}

.p-product .parts-counseling .p-product__btn {
  margin: 30px auto;
  width: 340px;
}

/* LINEでご相談ボタン */
.l-cta__lineBtn2 {
  background-color: #808080;
  color: #fff;
  display: block;
  font-size: 16px;
  text-decoration: none;
  width: 110px;
  margin: 0 0 20px;
}

.l-cta__lineBtn2 img {
  margin-left: auto;
  margin-right: auto;
  width: 25px;
}

.l-cta__lineBtn2 span {
  position: relative;
}

.l-cta__lineBtn2 span::before {
  background-image: url(../img/common/line_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 23px;
  position: absolute;
  top: -30px;
  width: 25px;
}

@media all and (min-width: 768px) {
  /* LINEでご相談ボタン */
  .l-cta__lineBtn2 {
    line-height: 1.312;
    padding-bottom: 20px;
    padding-top: 50px;
    text-align: center;
  }

  .l-cta__lineBtn2 span {
    display: block;
  }

  .l-cta__lineBtn2 span::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .parts-counseling {
    padding: 40px 0 0;
    text-align: left;
  }

  .parts-counseling p {
    padding: 40px 0 0;
  }

  .p-product__btn {
    max-width: 320px;
    margin: 30px auto;
  }

  /* ご相談お申し込み追加による変更 */
  .l-main .parts-counseling {
    padding: 0 15px;
  }

  /* LINEでご相談ボタン */
  .l-cta__lineBtn2 {
    display: none;
  }

  .l-cta__lineBtn2 span::before {
    height: 16px;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
  }
}

/* 振袖と袴をさがす */

.p-product__table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}

.p-product__table th,
.p-product__table td {
  padding: 12px;
  border: 1px solid #333;
}

.p-product__table th {
  width: 30%;
  font-weight: 400;
}

.p-product__table td {
  width: 70%;
  line-height: 1.3;
}

.p-product__description {
  margin-top: 35px;
}

.p-product__description p {
  font-size: 16px;
  line-height: 1.5;
}

.p-search {
  padding-bottom: 60px;
}

.p-search.-index {
  padding-top: 80px;
}

.p-search.-page {
  background-color: #f9f9f9;
  background-image: url(../img/p-search/bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .p-search.-page {
    background-image: url(../img/p-search/bg-sp.png);
    padding-top: 10px;
  }
}

.p-search.-noBg {
  background: none;
}

ul.p-search__menu {
  margin-top: 50px;
}

@media all and (min-width: 768px) {
  ul.p-search__menu {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  ul.p-search__menu {
    margin-top: 44px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-search__menu li + li {
    margin-top: 8px;
  }
}

ul.p-search__menu + .p-serach__condition {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  ul.p-search__menu + .p-serach__condition {
    margin-top: 30px;
  }
}

.p-search__note {
  display: block;
  margin-top: -12px;
  text-align: right;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .p-search__note {
    margin-top: 8px;
  }

  .p-search__colLeft .p-search__note {
    margin-top: -12px;
  }
}

.p-search__catBtn {
  align-items: center;
  background-color: #d3381c;
  background-position: left 2px center;
  background-repeat: no-repeat;
  border-radius: 33px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: flex;
  font-size: 20px;
  height: 65px;
  text-decoration: none;
  width: 310px;
}

@media screen and (max-width: 767px) {
  .p-search__catBtn {
    background-size: 76px auto;
    border-radius: 40px;
    height: 80px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 382px;
    padding-left: 25px;
    width: 100%;
  }
}

.p-search__catBtn.-first {
  background-image: url(../img/p-search/cat-btn-img-01.png);
}

@media all and (min-width: 768px) {
  .p-search__catBtn.-first {
    padding-left: 80px;
  }
}

.p-search__catBtn.-second {
  background-image: url(../img/p-search/cat-btn-img-02.png);
}

@media all and (min-width: 768px) {
  .p-search__catBtn.-second {
    padding-left: 90px;
  }
}

.p-search__catBtn.-third {
  background-image: url(../img/p-search/cat-btn-img-03.png);
}

@media all and (min-width: 768px) {
  .p-search__catBtn.-third {
    padding-left: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-serach__condition {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media screen and (max-width: 767px) {
  .p-serach__condition.-compact {
    position: absolute;
    width: calc(100% - 16px);
  }
}

@media screen and (max-width: 767px) {
  .p-search__trigger {
    align-items: center;
    display: flex;
    font-size: 18px;
    height: 72px;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-search__trigger::after {
    background-image: url(../img/p-search/angle-bottom.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 13px;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
  }
}

@media screen and (max-width: 767px) {
  .p-search__trigger.-active::after {
    background-image: url(../img/p-search/angle-top.png);
  }
}

@media screen and (max-width: 767px) {
  .p-search__trigger span {
    position: relative;
  }
}

.p-search__trigger span::before {
  background-image: url(../img/p-search/search-black.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 23px;
  left: -40px;
  position: absolute;
  top: -2px;
  width: 23px;
}

.p-search__panel {
  padding: 53px 36px 37px 36px;
  position: relative;
  z-index: 1;
}

@media all and (min-width: 768px) {
  .p-search__panel {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .p-search__panel {
    padding: 50px 18px 30px 18px;
  }
}

.p-search__panel.-compact {
  padding: 40px 20px;
}

@media screen and (max-width: 767px) {
  .p-search__panel.-compact {
    display: none;
    top: 4px;
  }
}

.p-search__form {
  position: relative;
}

@media all and (min-width: 768px) {
  .p-search__form div {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-search__form div + div {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .p-search__form div + div {
    margin-top: 36px;
  }
}

.p-search__form div.-compact {
  display: inherit;
}

.p-search__form dt {
  border-bottom: 1px solid #000;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 25px;
  text-align: center;
}

.p-search__form dt h3 {
  font-size: 18px;
  font-weight: 500;
}

@media all and (min-width: 768px) {
  .p-search__form dt {
    flex-basis: 140px;
    max-width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .p-search__form dt {
    padding-bottom: 15px;
  }
}

@media all and (min-width: 768px) {
  .p-search__form dt.-compact {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 10px;
    text-align: left;
  }
}

@media all and (min-width: 768px) {
  .p-search__form dd {
    border-bottom: 1px solid #eee;
    flex-basis: calc(100% - 140px);
    max-width: calc(100% - 140px);
    padding-bottom: 25px;
    padding-left: 68px;
  }
}

@media screen and (max-width: 767px) {
  .p-search__form dd {
    padding-top: 20px;
  }
}

@media all and (min-width: 768px) {
  .p-search__form dd.-compact {
    border-bottom: none;
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 15px;
  }
}

.p-search__form dd span {
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p-search__form dd span {
    margin-bottom: 40px;
  }
}

.p-search__form dd * + span {
  margin-top: 15px;
}

ul.p-search__choice {
  display: flex;
  flex-wrap: wrap;
  margin-top: -24px;
}

@media all and (min-width: 768px) {
  ul.p-search__choice.-color li {
    flex-basis: 160px;
    margin-right: 0;
    max-width: 160px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-search__choice.-color li {
    flex-basis: 145px !important;
    max-width: 145px !important;
  }
}

@media screen and (max-width: 767px) {
  ul.p-search__choice.-price {
    display: inherit;
  }
}

@media all and (min-width: 768px) {
  ul.p-search__choice.-price li {
    flex-basis: inherit !important;
    max-width: inherit !important;
  }
}

@media screen and (max-width: 767px) {
  ul.p-search__choice.-price li {
    max-width: inherit;
  }
}

@media all and (min-width: 768px) {
  ul.p-search__choice.-compact {
    margin-top: -15px;
  }
}

@media all and (min-width: 768px) {
  ul.p-search__choice.-compact li {
    flex-basis: 50%;
    margin-right: 0;
    margin-top: 15px;
    max-width: 50%;
  }
}

@media all and (min-width: 768px) {
  ul.p-search__choice.-compact.-graduationHakamaColor li {
    flex-basis: 100%;
    max-width: 100%;
  }
}

ul.p-search__choice li {
  margin-top: 24px;
}

@media all and (min-width: 768px) {
  ul.p-search__choice li {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-search__choice li {
    flex-basis: 105px;
    max-width: 105px;
  }
}

ul.p-search__choice li input[type="radio"],
ul.p-search__choice li input[type="checkbox"] {
  display: none;
}

ul.p-search__choice li input[type="radio"]:checked + label::before,
ul.p-search__choice li input[type="checkbox"]:checked + label::before {
  background-color: #d3381c;
  background-image: url(../img/common/check.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-color: #d3381c;
}

ul.p-search__choice li label {
  font-size: 16px;
  padding-left: 28px;
  position: relative;
}

ul.p-search__choice li label::before {
  border: 1px solid #444;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

@media all and (min-width: 768px) {
  ul.p-search__choice li label.-compact {
    font-size: 14px;
  }
}

.p-search__action {
  position: relative;
}

.p-search__action.-submit {
  margin-top: 40px;
}

@media all and (min-width: 768px) {
  .p-search__action.-reset {
    bottom: 42px;
    position: absolute;
    right: 62px;
  }
}

@media screen and (max-width: 767px) {
  .p-search__action.-reset {
    margin-top: 20px;
  }
}

@media all and (min-width: 768px) {
  .p-search__action.-reset.-compact {
    margin-top: 10px;
  }
}

@media all and (min-width: 768px) {
  .p-search__action.-compact {
    bottom: auto;
    position: relative;
    right: auto;
  }
}

.p-search__submitBtn {
  align-items: center;
  background-color: #000;
  background-image: url(../img/p-search/search.png);
  background-position: left 21px center;
  background-repeat: no-repeat;
  background-size: 23px auto;
  border: none;
  border-radius: 27px;
  color: #fff;
  display: flex;
  font-size: 18px;
  height: 54px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 370px;
}

@media screen and (max-width: 767px) {
  .p-search__submitBtn {
    max-width: 370px;
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .p-search__submitBtn.-compact {
    background-position: left 5px center;
    background-size: 17px auto;
    font-size: 16px;
    height: 50px;
    width: 100%;
  }
}

.p-search__resetBtn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 22px;
  display: flex;
  font-size: 16px;
  height: 44px;
  justify-content: center;
  width: 220px;
}

@media screen and (max-width: 767px) {
  .p-search__resetBtn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 768px) {
  .p-search__resetBtn.-compact {
    font-size: 14px;
    height: 40px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .result_heading {
    padding-top: 125px;
  }
}

.p-serach__cols {
  margin-top: 45px;
}

@media all and (min-width: 768px) {
  .p-serach__cols {
    display: flex;
    justify-content: space-between;
    margin-left: -95px;
    margin-right: -95px;
  }
}

@media all and (min-width: 768px) {
  .p-search__colLeft {
    flex-basis: 240px;
    max-width: 240px;
  }
}

@media all and (min-width: 768px) {
  .p-search__colRight {
    flex-basis: 920px;
    max-width: 920px;
  }
}

@media screen and (max-width: 767px) {
  .p-search__colRight {
    padding-top: 125px;
  }
}

@media all and (min-width: 768px) {
  ul.p-search__result {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  ul.p-search__result {
    margin-top: -65px;
  }
}

ul.p-search__result {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

ul.p-search__result li {
  margin: 0 16px 45px 0;
  position: relative;
}

@media all and (min-width: 768px) {
  ul.p-search__result li {
    flex-basis: 218px;
    max-width: 218px;
  }

  ul.p-search__result li:nth-child(4n) {
    margin: 0 0 45px 0;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  ul.p-search__result li {
    margin: 20px auto 0;
  }
}

@media all and (min-width: 768px) {
  ul.p-search__result li:nth-child(4n + 1) {
    margin-left: 0;
  }
}

.p-searchSummary {
  text-decoration: none;
}

.p-searchSummary__img img {
  margin-left: auto;
  margin-right: auto;
}

.p-searchSummary__heading {
  color: #000;
  font-size: 16px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .p-searchSummary__heading {
    font-size: 16px;
  }
}

.p-searchSummary__price {
  color: #000;
  font-size: 16px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-searchSummary__price {
    font-size: 16px;
    margin: 0;
  }
}

.p-searchAside {
  background: linear-gradient(23deg, #edb9d0, #9dd2e4);
  padding-bottom: 40px;
  padding-top: 40px;
}

@media all and (min-width: 768px) {
  .p-searchAside {
    margin-top: -200px;
  }
}

.p-searchAside__container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media all and (min-width: 768px) {
  .p-searchAside__container {
    width: 1050px;
  }
}

@media screen and (max-width: 767px) {
  .p-searchAside__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media all and (min-width: 768px) {
  .p-searchAside__container {
    padding-left: 170px;
  }
}

/*-- new 検索フォーム 追加分CSS --*/
h4.results {
  width: 510px;
  margin: -40px 0 30px;
  font-size: 14px;
  line-height: 1.4em;
  text-indent: -0.5em;
}

h4.results span.nobr {
  white-space: nowrap;
}

#feas-sort-menu {
  padding: 0 0 20px 0;
  text-align: right;
}

#feas-sort-menu span {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px;
  border: solid 1px rgba(0, 0, 0, 0.2);
}

#feas-sort-menu span.feas-sl-1-up,
#feas-sort-menu span.feas-sl-2-up,
#feas-sort-menu span.feas-sl-2-down {
  display: none;
}

#feas-sort-menu span a {
  text-decoration: none;
  color: #000;
}

.p-search__colLeft .p-search__form div {
  display: inherit;
}

@media screen and (max-width: 767px) {
}

.p-search__form dd p {
  display: block;
  padding: 15px 0 10px;
}

div.p-search__choice label {
  cursor: pointer;
}

div.p-search__choice input[type="radio"],
div.p-search__choice input[type="checkbox"] {
  display: none;
}

div.p-search__choice label input[type="radio"]:checked + span::before,
div.p-search__choice label input[type="checkbox"]:checked + span::before {
  background-color: #d3381c;
  background-image: url(../img/common/check.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-color: #d3381c;
}

div.p-search__choice label span {
  font-size: 16px;
  padding: 8px 0 8px 22px;
  margin: 0;
  position: relative;
  display: inline-block;
  min-width: 48%;
}

div.p-search__choice label span::before {
  border: 1px solid #444;
  border-radius: 4px;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.p-search__action input:hover {
  cursor: pointer;
}

.feas-submit-button {
  align-items: center;
  background-color: #000;
  background-image: url(../img/p-search/search.png);
  background-position: left 21px center;
  background-repeat: no-repeat;
  background-size: 23px auto;
  border: none;
  border-radius: 27px;
  color: #fff;
  display: flex;
  font-size: 18px;
  height: 54px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 370px;
}

@media all and (min-width: 768px) {
  .p-search__colLeft .p-search__form dt {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 10px;
    text-align: left;
  }

  .p-search__colLeft .p-search__form dd {
    border-bottom: none;
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 15px;
  }

  div.p-search__choice label {
    min-width: 160px;
  }

  .p-serach__condition:not(.-compact) div.f04 div.p-search__choice label,
  .p-serach__condition:not(.-compact) div.p-search__choice.-price label {
    flex-basis: inherit !important;
    min-width: inherit !important;
  }

  .p-serach__condition:not(.-compact)
    div.f04
    div.p-search__choice
    label:last-child,
  .p-serach__condition:not(.-compact)
    div.p-search__choice.-price
    label:last-child {
    margin: 0;
  }

  .p-serach__condition:not(.-compact) div.f04 div.p-search__choice label {
    margin: 0 60px 0 0;
  }

  .p-serach__condition:not(.-compact) div.p-search__choice.-price label {
    margin: 0 40px 0 0;
  }

  .-compact div.p-search__choice label span {
    font-size: 14px;
  }

  .p-search__form form div.f03 label span {
    min-width: 98%;
  }

  .p-search__form form .p-search__action.-reset {
    bottom: 5px;
    position: absolute;
    right: 22px;
  }

  .p-search__colLeft .p-search__choice label {
    font-size: 14px;
  }

  .p-search__colLeft .p-search__form form .p-search__action.-reset {
    margin-top: 10px;
  }

  .p-search__colLeft .p-search__form form .p-search__action {
    bottom: auto;
    position: relative;
    right: auto;
  }

  .p-search__colLeft .feas-submit-button {
    background-position: 12px center;
    background-size: 17px auto;
    font-size: 16px;
    height: 50px;
    width: 100%;
    padding: 0 0 3px 15px;
  }

  .p-search__colLeft .p-search__resetBtn {
    font-size: 14px;
    height: 40px;
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  h4.results {
    margin: 0 auto;
    font-size: 12px;
    text-align: left;
    align-content: center;
    display: table;
    width: 100%;
  }

  #feas-sort-menu {
    padding: 0 0 20px 0;
    text-align: center;
  }

  #feas-sort-menu span {
    padding: 5px 2.5%;
  }

  .p-search__colLeft .p-search__panel {
    display: none;
    top: 8px;
    /* 4px */
    padding: 20px 20px 30px;
    /* border-top: solid 4px #f5f5f5; */
    z-index: 9;
  }

  .p-search__colLeft .p-search__panel.c-gradationBg__inner::before {
    height: calc(100% - 8px);
    /* calc(100% - 4px) */
  }

  .p-search__form form div.f01 label span {
    min-width: 33.3%;
  }

  .p-search__form form div.f05 label span {
    min-width: 98%;
  }

  div.p-search__choice label span {
    padding: 12px 0 12px 24px;
  }

  div.p-search__choice label:nth-child(odd) span {
    padding: 12px 3% 12px 24px;
  }

  .feas-submit-button {
    max-width: 370px;
    width: 100%;
  }

  .p-search__action.-reset {
    margin-top: 20px;
  }
}

/* SPECIAL OFFER */
ul.p-specialOffer__remarkList {
  display: flex;
  justify-content: center;
}

ul.p-specialOffer__remarkList li {
  text-align: center;
}

ul.p-specialOffer__remarkList li + li {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  ul.p-specialOffer__remarkList li + li {
    margin-left: 5px;
  }
}

.p-specialOfferRemark__heading {
  font-size: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-specialOfferRemark__heading {
    font-size: 16px;
  }
}

ul.p-specialOffer__offerList {
  margin-top: 25px;
}

@media all and (min-width: 768px) {
  ul.p-specialOffer__offerList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

ul.p-specialOffer__offerList > li {
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  ul.p-specialOffer__offerList > li {
    flex-basis: 300px;
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-specialOffer__offerList > li {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  ul.p-specialOffer__offerList > li + li {
    margin-top: 15px;
  }
}

/* 撮影スタジオ紹介 */
.p-studio {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media all and (min-width: 768px) {
  .p-studio {
    padding-top: 55px;
  }
}

.p-studio__container {
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 768px) {
  .p-studio__container {
    width: 1000px;
  }
}

.p-studio__description {
  font-size: 16px;
  line-height: 1.666;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-studio__description {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
}

.p-studio__gallery {
  /*margin-top: 65px;*/
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-studio__gallery .swiper-slide img {
    width: 100%;
  }
}

.p-studio__gallery .swiper-button-next {
  height: 30px;
  margin-top: -19px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
}

.p-studio__gallery .swiper-button-next::after {
  content: none;
}

.p-studio__gallery .swiper-button-prev {
  height: 30px;
  margin-top: -19px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
}

.p-studio__gallery .swiper-button-prev::after {
  content: none;
}

.p-studio__name {
  display: block;
  font-family: "Rokkitt", serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: 25px;
  text-align: center;
}

.p-studio__action {
  background-color: #fff;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .p-studio__action {
    margin-top: 35px;
  }
}

.p-studio__btn {
  align-items: center;
  background-image: url(../img/p-studio/arrow.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 9px auto;
  border-radius: 27px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #000;
  display: flex;
  font-size: 16px;
  height: 54px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  width: 200px;
}

.p-photostudioSection {
  margin-bottom: 60px;
  padding: 50px 0 0;
}

.p-photostudio__heading {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  width: 200px;
  margin: 0 auto 25px !important;
}

.p-photostudio__heading_logoress {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 20px;
  text-align: center;
}

.p-photostudioSection.ps_maison .p-photostudio__heading {
  margin: 0 0 20px;
}

.p-photostudioSection.ps_kamakura .p-photostudio__heading {
  margin: 0 0 20px;
}

.p-photostudio__heading img {
  width: 100%;
}

.p-photostudioSection.ps_maison .p-photostudio__heading img {
  margin: 0 0 -10px;
}

.p-photostudioSection.ps_kamakura .p-photostudio__heading img {
  margin: 0 0 10px;
}

.p-photostudio__right_img {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.p-photostudio__right_img .txt {
  flex-basis: 65%;
}

.p-photostudio__right_img .img {
  flex-basis: 30%;
  padding: 0 0 20px;
}

@media all and (max-width: 767px) {
  .p-photostudio__right_img {
    flex-direction: column;
    width: 100%;
  }
}

.p-photostudio__access {
  line-height: 1.666;
  text-align: center;
}

.p-photostudio__maplink {
  display: block;
  padding: 10px 0;
  text-align: center;
}

.p-photostudio__description {
  font-size: 16px;
  line-height: 1.666;
  margin-top: 15px;
  margin-bottom: 25px;
}

.p-photostudio__gallery {
  display: flex;
  flex-wrap: wrap;
}

@media all and (min-width: 768px) {
  .p-photostudio__gallery li:nth-child(1),
  .p-photostudio__gallery li:nth-child(2),
  .p-photostudio__gallery li:nth-child(3) {
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }

  .p-photostudio__gallery li {
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .p-photostudio__gallery li {
    flex-basis: 50%;
  }

  .p-photostudio__heading {
    width: 150px;
    margin: 0 auto 20px !important;
  }
}

.-u-c-white {
  color: #fff !important;
}

.-u-c-red {
  color: #d3381c !important;
}

@media all and (min-width: 768px) {
  .u-d-n-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-d-n-sp {
    display: none !important;
  }
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-t-a-c {
  text-align: center !important;
}

.u-t-a-l {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  .u-t-a-l-sp {
    text-align: left !important;
  }
}

/* -----------------------------------------------------------------
  202107 更新
----------------------------------------------------------------- */
.l-studio__container3 {
  width: 100%;
  max-width: 1200px;
}

.l-studio__container3 p {
  line-height: 1.65;
}

.l-stuido__kawasaki,
.l-stuido__yokohama {
  width: 1200px;
}

@media screen and (max-width: 767px) {
  .l-stuido__kawasaki,
  .l-stuido__yokohama {
    width: 100%;
  }
}

.l-studio__container3 .swiper-container {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-studio__container3 {
    width: 100%;
  }
}

.l-stuido__kawasaki h1,
.l-stuido__yokohama h1 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
}

.l-stuido__yokohama p.willopen {
  font-size: 1.2rem;
  text-align: center;
  color: #d3381c;
  margin: -10px 0 40px;
}

@media screen and (min-width: 768px) {
  .l-stuido__kawasaki h1,
  .l-stuido__yokohama h1 {
    margin-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .l-stuido__kawasaki h1,
  .l-stuido__yokohama h1 {
    font-size: 24px;
    line-height: 1.4em;
  }
}

.l-studio__body3 {
  margin: 0 auto;
}

.l-studio__container3 .swiper-container,
.l-studio-slide__container {
  position: relative;
}

.js-shopMV-prev,
.js-studioMezon-prev,
.js-KamakuraStudio-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.js-shopMV-next,
.js-studioMezon-next,
.js-KamakuraStudio-next {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .js-shopMV-prev,
  .js-studioMezon-prev,
  .js-KamakuraStudio-prev {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

  .js-shopMV-next,
  .js-studioMezon-next,
  .js-KamakuraStudio-next {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
}

.js-shopMV-prev:focus,
.js-shopMV-next:focus,
.js-studioMezon-prev:focus,
.js-studioMezon-next:focus,
.js-KamakuraStudio-prev:focus,
.js-KamakuraStudio-next:focus {
  outline: none;
  content: "";
}

.js-shopMV-prev::after,
.js-studioMezon-prev::after,
.js-KamakuraStudio-prev::after {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-left: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
  z-index: 1000;
}

.js-shopMV-next::after,
.js-studioMezon-next::after,
.js-KamakuraStudio-next::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-left: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
  z-index: 1000;
}

.js-shopMV-prev::before,
.js-studioMezon-prev::before,
.js-KamakuraStudio-prev::before {
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  opacity: 0.8;
  z-index: 100;
}

.js-shopMV-next::before,
.js-studioMezon-next::before,
.js-KamakuraStudio-next::before {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  opacity: 0.8;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .js-shopMV-prev,
  .js-shopMV-next,
  .js-studioMezon-prev,
  .js-studioMezon-next,
  .js-KamakuraStudio-prev,
  .js-KamakuraStudio-next {
    display: inline-block;
    width: 20px;
    height: 20px;
  }

  .js-shopMV-prev::after,
  .js-studioMezon-prev::after,
  .js-KamakuraStudio-prev::after {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-left: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    z-index: 1000;
  }

  .js-shopMV-next::after,
  .js-studioMezon-next::after,
  .js-KamakuraStudio-next::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-left: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    z-index: 1000;
  }

  .js-shopMV-prev::before,
  .js-studioMezon-prev::before,
  .js-KamakuraStudio-prev::before {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    opacity: 0.8;
    z-index: 100;
  }

  .js-shopMV-next::before,
  .js-studioMezon-next::before,
  .js-KamakuraStudio-next::before {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    opacity: 0.8;
    z-index: 100;
  }
}

.shop-detail__container {
  width: 100%;
}

.shop__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

.shop__detail p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 18px;
}

.shop__detail .l-studio__Btn {
  margin-top: 40px;
}

.shop__detail .detail__item:first-of-type,
.shop__detail .detail__item:nth-of-type(5) {
  margin-bottom: 48px;
}

.shop__detail .detail__item:first-of-type {
  margin-top: 60px;
}

.shop__detail__container {
  display: inline-block;
  width: 676px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .shop__detail__container {
    width: 100%;
    padding: 0 20px;
  }
}

.detail__item {
  display: flex;
}

.tel-Btn {
  position: relative;
}

.tel-Btn .tel-icon {
  position: absolute;
  left: 18%;
  top: 50%;
  transform: translateY(-50%);
}

.tel-Btn .container {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 35px;
}

@media screen and (max-width: 767px) {
  .tel-Btn .tel-icon {
    left: 8%;
  }
}

.tel-Btn .container span:first-child {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.tel-Btn .container span:last-child {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.shop__detail .detail__item .head {
  flex-shrink: 0;
}

.access {
  background-color: #f9f9f9;
  padding-bottom: 60px;
}

.access p:first-of-type {
  text-align: center;
  margin-bottom: 40px;
}

.access .c-page__header {
  padding-top: 60px;
}

.access__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.c-container span {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .access__container {
    flex-direction: column;
  }
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  /* max-height: 358px; */
  width: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  /* padding-top: 36%; */
  padding-top: 60%;
  position: relative;

  width: 90%;

  /* width: 55.21%;
  max-width: 530px; */
  /* margin-right: 40px; */
}

@media screen and (max-width: 767px) {
  .gmap {
    width: 100%;
    padding-top: 60.87%;
  }
}

.access__route {
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
}

.access__text {
  position: relative;
  width: 44.79%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .access__text {
    width: 100%;
  }
}

.access__text .l-studio__Btn:first-of-type {
  position: absolute;
  bottom: 124px;
  -ms-left: 50%;
  -ms-transform: translateX(-50%);
  /* transform: translateY( calc(-100% - 40px) ); */
}

.access__text .div {
  max-width: 100%;
}

.access__text .l-studio__Btn:last-of-type {
  position: absolute;
  bottom: 0;
  -ms-left: 50%;
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .access__text .l-studio__Btn:first-of-type,
  .access__text .l-studio__Btn:last-of-type {
    position: static;
    transform: none;
  }
}

.access__text p:first-of-type {
  font-size: 18px;
  margin-bottom: 55px;
}

.access__text p:last-of-type {
  font-size: 24px;
}

.access .access__contact {
  text-decoration: none;
  color: white;
}

.route {
  position: relative;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 20px;
  border-bottom: 1px solid black;
}

.route::after {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(-45deg);
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

.route__1,
.route__2 {
  text-align: center;
}

.route__1 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .access .l-studio__Btn {
    margin-top: 20px;
  }
}

.access__Btn-group {
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.access__Btn-group h2 {
  margin-top: 60px;
}

.access__Btn-group .l-studio__Btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.l-studio__Btn {
  background-color: #000;
  color: #fff;
  /* display: block; */
  font-size: 18px;
  text-decoration: none;
  width: 370px;
  height: 64px;
  border-radius: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (min-width: 768px) {
  .l-studio__Btn {
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .l-studio__Btn {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1.2;
    /* padding-left: 25px; */
    max-width: 370px;
    width: 100%;
  }
}

.l-studio__container .p-indexNews {
  padding-bottom: 60px;
  border-bottom: 1px solid #7f7f7f;
}

.l-studio-slide__container {
  /* width: 1200px; */
  width: 100%;
  margin: 0 auto;
}

/* アクセスのアコーディオン */
.p-accessDirection__pontList {
  display: none;
}

.campaign__btn {
  display: flex;
  justify-content: center;
}

.p-indexCampaign__btn {
  align-items: center;
  background-image: url(../img/p-index-news/arrow.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 7px auto;
  border-radius: 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #000;
  display: flex;
  font-size: 16px;
  height: 35px;
  justify-content: center;
  text-decoration: none;
  width: 140px;
}

@media screen and (max-width: 767px) {
  .p-indexCampaign__btn {
    background-size: 9px auto;
    border-radius: 27px;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }
}

.campaign {
  width: 290px;
  margin: 60px auto;
}

@media screen and (min-width: 767px) {
  .campaign {
    width: 100%;
    padding: 0 20px;
  }
}

.campaign h2 {
  margin-bottom: 20px;
  text-align: center;
}

.campaign h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: normal;
}

@media screen and (min-width: 767px) {
  .campaign__item {
    display: flex;
  }
}

.campaign__item:nth-of-type(n + 2) {
  position: relative;
  margin-top: 120px;
}

.campaign__item:nth-of-type(n + 2)::after {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background-color: #7f7f7f;
}

.campaign__item .campaign__banner {
  position: relative;
  height: 290px;
}

@media screen and (min-width: 767px) {
  .campaign__item .campaign__banner {
    width: 485px;
    height: auto;
    margin-right: 25px;
  }
}

.campaign__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.campaign__item .campaign_link {
  text-decoration: none;
  color: #000;
}

.campaign__item .campaign_link:hover {
  text-decoration: underline;
  color: #0d2ec3;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .campaign__item img {
    width: 290px;
    height: 290px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 767px) {
  .campaign__item img {
    position: relative;
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 767px) {
  .campaign__text {
    width: 680px;
    text-align: left;
  }

  .campaign h3 {
    text-align: left;
  }
}

.campaign__title {
  margin-top: 21px;
  font-size: 24px;
}

.campaign__excerpt {
  margin-top: 26px;
  margin-bottom: 40px;
  font-size: 18px;
}

.search-furisode {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  background-color: #f9f9f9;
  padding: 60px 0;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .search-furisode {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.search-furisode h2 {
  margin-bottom: 20px;
}

.search-furisode h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 40px;
}

.search-furisode p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 40px;
  line-height: 1.5;
}

.search-furisode .l-studio__Btn {
  margin-top: 60px;
}

.price-plan,
.reserve-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f9f9f9;
}

.price-plan {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .price-plan {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.reserve-contact {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .reserve-contact {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.price-plan h2,
.reserve-contact h2 {
  margin-bottom: 40px;
}

.price-plan .l-studio__Btn:nth-of-type(n + 2),
.reserve-contact .l-studio__Btn:nth-of-type(n + 2) {
  margin-top: 60px;
}

.studio__introduce {
  margin-bottom: 120px;
  text-align: center;
}

.studio__introduce h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}

.studio__introduce p {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .l-studio-slide__container {
    width: 100%;
  }
}

.studio__maison {
  margin: 60px 0;
}

.studio__maison h4,
.studio__kamakura h4 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 40px;
  position: relative;
}

.studio__maison h4::after,
.studio__kamakura h4::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 40px;
  height: 1px;
  background-color: #7f7f7f;
}

.studio__description {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .studio__description {
    padding: 0 20px;
  }
}

.studio-link {
  display: inline-block;
  margin-bottom: 40px;
}

.studio__maison .swiper-slide img,
.studio__kamakura .swiper-slide img {
  width: 100%;
}

/* -----------------------------------------------------------------
  検索結果に応じて振袖の特徴等を出力
----------------------------------------------------------------- */

.output-feature {
  /* margin: 0 -125px; */
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .output-feature {
    /* margin: 0 -125px; */
    margin-bottom: 0px;
  }
}

.output-feature h1 {
  font-size: 18px;
  margin-bottom: 10px;
}

.output-feature h2 {
  font-size: 16px;
  margin: 20px 0 10px;
}

.output-feature p {
  font-size: 14px;
  margin: 5px 0px;
}

@media screen and (max-width: 767px) {
  ul.p-search__result {
    margin-top: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  ul.p-search__result li {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
  }

  ul.p-search__result li:nth-of-type(2n + 1) {
    margin-right: 4%;
  }

  ul.p-search__result li img {
    width: 100%;
  }
}

/* -----------------------------------------------------------------
  お客様の声
----------------------------------------------------------------- */
.voice_container {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 60px 20px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .voice_container {
    padding: 20px 10px 60px;
  }
}

.voice_heading {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .voice_heading {
    font-size: 28px;
  }
}

.voice_heading-small {
  font-size: 14px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .voice_heading-small {
    margin-bottom: 10px;
  }
}

.voice_contents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.voice_post {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  box-shadow: 5px 5px 10px lightgray;
  color: black;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .voice_post {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
}

.voice_post:hover img {
  transform: scale(1.1);
  opacity: 0.8;
  transition: 0.2s;
}

.voice_post:nth-of-type(4n) {
  margin-right: 0;
}

.voice_post:nth-of-type(n + 5) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .voice_post:nth-of-type(2n) {
    margin-right: 0;
  }

  .voice_post:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

.voice_photo {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.voice_photo::after {
  position: absolute;
  bottom: 0;
  left: 10%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent white transparent;
}

.voice_customer-info {
  padding: 20px 10px;
  height: 250px;
}

@media screen and (max-width: 767px) {
  .voice_customer-info {
    padding: 10px 8px 20px 10px;
    height: auto;
  }
}

.voice_customer-voice {
  line-height: 1.5;
}

.voice_post img {
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}

.voice_post-name {
  margin-bottom: 15px;
}

.voice_post-shop {
  margin-bottom: 20px;
  color: #d64e45;
}

@media screen and (max-width: 767px) {
  .voice_post-name {
    margin-bottom: 5px;
  }

  .voice_post-shop {
    margin-bottom: 15px;
  }
}

.voice_container .pagination {
  margin-top: 40px;
}

.voice_container .page-numbers {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #d64e45;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  background-color: transparent;
  color: #d64e45;
  font-weight: bold;
}

.voice_container .page-numbers.current {
  background-color: #d64e45;
  color: white;
  font-weight: bold;
}

/* modal window */

body.fixed {
  left: 0;
}

.modal {
  display: none;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
  overflow: hidden;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  position: absolute;
  width: 100vw;
}

.modal__content {
  display: flex;
  background: #fff;
  left: 50%;
  padding: 10px 10px 70px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.voice_container .modal__content {
  width: 600px;
}

@media screen and (max-width: 767px) {
  .modal {
    overflow-y: scroll;
  }

  .modal__content {
    flex-direction: column;
    width: 170vw !important;
    height: auto;
    left: -35vw;
    top: -10px;
    transform: none;
  }

  .js-modal-close-btn {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #d64e45;
  }
}

.js-modal-close-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d64e45;
}

.js-modal-close-btn::before {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  top: 24px;
  left: 12px;
  background-color: white;
  transform: rotate(-45deg) translateY(50%);
}

.js-modal-close-btn::after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  top: 24px;
  left: 12px;
  background-color: white;
  transform: rotate(45deg) translateY(50%);
}

@media screen and (max-width: 767px) {
  .js-modal-close-btn {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #d64e45;
  }
}

.voice_modal-photo {
  width: 300px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .voice_modal-photo {
    width: 100%;
  }
}

.voice_modal-article {
  margin: auto 0;
  height: 200px;
  width: calc(100% - 320px);
}

@media screen and (max-width: 767px) {
  .voice_modal-article {
    width: 100vw !important;
    padding: 0 15px;
    margin: auto;
  }
}

.voice_modal-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.voice_modal-shop {
  font-size: 20px;
  font-weight: bold;
  color: #d64e45;
  margin-bottom: 15px;
}

.voice_modal-customer-voice {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .voice_modal-photo {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .voice_modal-article {
    width: 100%;
  }
}

/* 振袖プランページ タブスライドメニュー */
.js-swiper-tabmenue {
  /* タブの色を指定 */
  background: #f6e5e2;
}

.js-swiper-tabmenue .swiper-wrapper {
  max-width: 1180px;
}

.js-swiper-tabmenue .swiper-slide {
  width: auto;
  position: relative;
  color: black;
  border-right: solid 1px #eec2b9;
  padding: 13px 20px;
  margin: 10px 0;
}

.js-swiper-tabmenue .swiper-slide:hover {
  padding: 23px 20px;
  margin: 0;
}

.js-swiper-tabmenue .swiper-wrapper div:last-child,
.js-swiper-tabmenue .swiper-wrapper div:last-child.selected {
  border-right: none;
}

.js-swiper-tabmenue .swiper-wrapper div:last-child.selected,
.js-swiper-tabmenue .swiper-wrapper div:last-child:hover {
  border-right: solid 1px #d3381c;
}

.js-swiper-tabmenue .swiper-slide:hover {
  cursor: pointer;
  font-weight: bold;
  background-color: #d3381c;
  color: white;
  padding: 23px 20px;
  margin: 0;
}

.js-swiper-tabmenue .swiper-slide.selected {
  font-weight: bold;
  background-color: #d3381c;
  color: white;
  padding: 23px 20px;
  margin: 0;
}

.swiper-contents .swiper-slide {
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 30px;
  box-sizing: border-box;
  transition-duration: 0ms !important;
}

.swiper-tab.swiper-contents .swiper-slide {
  border: none;
}

.active-wrapper .active-wrapper-title {
  font-weight: bold;
  background-color: #d3381c;
  color: white;
  padding: 17px 20px;
  margin: 0;
  font-size: 1rem;
}

.active-wrapper #price01,
.active-wrapper #price02,
.active-wrapper #price03 {
  padding: 100px 0 0;
  margin: -75px 0 0;
}

.sticky {
  position: sticky;
  top: 64px;
  min-width: 1020px;
  width: 1020px;
  z-index: 100;
}

@media screen and (min-width: 481px) {
  .js-swiper-tabmenue .plan_swiper {
    max-width: 1020px;
    width: 1020px;
  }

  .swiper-tab.swiper-contents .swiper-slide .g_box {
    width: 1020px;
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 480px) {
  .sticky {
    position: relative;
    top: 0;
    width: 100%;
    min-width: 100%;
  }

  .js-swiper-tabmenue .swiper-wrapper div:last-child {
    margin: 10px 200px 10px 0;
  }

  .js-swiper-tabmenue .swiper-wrapper div:last-child:hover {
    margin: 0 200px 0 0;
  }

  .js-swiper-tabmenue .swiper-wrapper div:last-child.selected {
    margin: 0 200px 0 0;
  }
}

.tabBox .tabArea {
  width: 100%;
}

.tabBox .tabArea .one_tab {
  display: block;
  transition-duration: 0s;
  text-align: center;
  animation: fadeIn 0.2s ease 0.3s;
}

.tabBox .tabArea .one_tab:hover {
  text-decoration: none;
}

.tabBox .tabArea.bottom {
  align-items: flex-start;
}

.contents .tab_main {
  transition-duration: 0s;
  animation: fadeIn 0.2s ease 0.3s;
}

.tab_main.is_show {
  display: block;
}

.tab_main:nth-child(1).is_show {
}

.tab_main:nth-child(2).is_show {
}

.tab_main:nth-child(3).is_show {
}

.tabBox .swiper-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
}

.sm {
  display: none;
  visibility: hidden;
}

h3.active-wrapper-title {
  text-align: left;
}

.swiper-wrapper .one_tab {
  width: 16.67%;
  text-align: center;
}

.swiper-wrapper .one_tab a {
  cursor: pointer;
}

.swiper-wrapper .one_tab {
  background-color: #eec2b9;
  padding: 20px 0;
}

.swiper-wrapper .one_tab.select {
  background-color: #d3381c;
  color: #fff;
}

.tabBox .tabArea .one_tab.select .tab_inner {
  height: 80px;
}

.tabBox .tabArea.bottom {
  align-items: flex-start;
}

.contents .tab_main {
  display: none;
  text-align: center;
  min-height: 280px;

  transition-duration: 0.3s;
}

.tab_main.is_show {
  display: block;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}

.section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 20px 500px;
}

.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}

.section p._a .link {
  display: inline-block;
  color: #607d8b;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.section p._a .link:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607d8b;
  border-right: 2px solid #607d8b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

@media all and (max-width: 768px) {
  .sm {
    display: block;
    visibility: visible;
  }

  .pc {
    display: none !important;
    visibility: hidden;
  }

  .tabBox .swiper-wrapper {
    flex-wrap: wrap;
    -ms-overflow-style: none;
  }

  .swiper-wrapper::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }

  .swiper-wrapper .one_tab {
    width: calc((100% - 10px) / 3);
    height: 50px;
    padding: 10px 0;
    margin: 0 0 5px 0;
  }

  .swiper-wrapper .one_tab:not(:nth-child(3n)) {
    margin: 0 5px 5px 0;
  }

  .swiper-wrapper .one_tab a {
    width: 100%;
    padding: 8px 0 10px;
    display: block;
    font-size: 0.75rem;
  }

  .swiper-wrapper .one_tab.select {
    position: relative;
  }

  .swiper-wrapper .one_tab.select::after {
    position: absolute;
    content: "";
    top: 0;
    left: -1px;
    background-color: #d3381c;
    width: 1px;
    height: 100%;
  }

  .swiper-wrapper .one_tab.select::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background-color: #d3381c;
    width: 1px;
    height: 100%;
  }
}

/* お気に入り */
.c-container .favorites-list {
  width: 100%;
  margin: 50px 0;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.c-container .favorites-list li {
  width: 235px;
  padding: 15px;
  margin: 0 13px 15px 0;
  font-size: 0.83em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.5);
}

.c-container .favorites-list li:nth-child(4n) {
  margin: 0 0 13px 0;
}

.c-container .favorites-list li img {
  width: 100%;
  margin: 0 auto 13px;
  display: block;
}

.c-container .favorites-list li p:first-child {
  padding: 0;
}

.c-container .favorites-list li p {
  padding: 15px 0 0;
}

.c-container [class^="sf-icon-"],
[class*=" sf-icon-"] {
  text-align: left;
  font-size: 1.4em;
  vertical-align: -0.1em;
  padding: 0 7px 0 0;
  -webkit-text-stroke: 2px #d3391c;
}

.c-container .simplefavorite-button {
  font-family: "Noto Serif JP", serif;
  width: 150px;
  padding: 6px;
  border: solid 2px #d3391c;
  font-size: 0.8em;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: all 0s ease;
}

.c-container .simplefavorite-button.active {
  display: inline-block;
  text-decoration: none;
  transition: all 0s ease;
}

.c-container .simplefavorite-button [class^="sf-icon-"],
[class*=" sf-icon-"] {
  display: inline-block;
  text-decoration: none;
  transition: all 0s ease;
}

.c-container .simplefavorite-button.active {
  opacity: 1;
}

/* ハートマークのみ お気に入り */
.c-container .favorites-list li {
  position: relative;
}

.c-container .favorites-list [class^="sf-icon-"],
[class*=" sf-icon-"],
.c-container .p-search__result [class^="sf-icon-"],
[class*=" sf-icon-"] {
  font-size: 2em;
  -webkit-text-stroke: 2px #d3391c;
  color: #fff;
}

.c-container .favorites-list .simplefavorite-button,
.c-container .p-search__result .simplefavorite-button {
  width: 40px;
  height: 40px;
  text-align: left;
  border: none;
  position: absolute;
  top: 2px;
  left: 3px;
  color: rgba(211, 57, 28, 0) !important;
}

.c-container .favorites-list .simplefavorite-button span,
.c-container .p-search__result .simplefavorite-button span {
  font-size: 0px;
}

/* singleページ用 お気に入り */
.c-container .p-product__description .simplefavorite-button {
  width: 416px;
  padding: 16px;
  margin: 30px 0;
  border: solid 2px #d3391c;
  font-size: 1.5rem;
  background-color: rgba(255, 255, 255, 0);
}

.c-container .p-product__description [class^="sf-icon-"],
[class*=" sf-icon-"] {
  font-size: 2.5rem;
  vertical-align: -0.15em;
  padding: 0 12px 0 0;
  -webkit-text-stroke: 2px #d3391c;
  color: #fff;
}

.c-container .p-product__description .active [class^="sf-icon-"],
[class*=" sf-icon-"] {
  color: #d3391c;
}

.reverseBtn {
  display: inline-block;
  width: 180px;
  padding: 6px 10px;
  margin: 10px;
  text-align: center;
  float: right;
  font-size: 0.8rem;
  text-decoration: none;
  color: #333;
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.3s ease;
}

a.reverseBtn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.reverseBtn > span:last-of-type,
.reverseBtn.reverse > span:first-of-type {
  display: none;
}

.reverseBtn.reverse > span:last-of-type {
  display: inline;
}

/*アコーディオン全体*/
.c-container .attention {
  width: 980px;
  padding: 20px 40px 40px;
  margin: 50px auto 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 1.4rem;
}

h3.att_title {
  font-weight: normal;
  padding: 10px;
  margin: 0 0 15px 0;
  border-bottom: solid 1px #ccc;
}

.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.att_open {
  width: 46%;
  text-align: left;
  margin: 30px 0 0;
  font-size: 1rem;
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 10px 10px 10px 40px;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.att_open:hover {
  background-color: rgba(0, 0, 0, 0);
}

/*アイコンの＋と×*/
.att_open::before,
.att_open::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}

.att_open::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}

.att_open::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.att_open.close::before {
  transform: rotate(45deg);
}

.att_open.close::after {
  transform: rotate(-45deg);
}

.att_open.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.att_inner {
  display: none;
  /*はじめは非表示*/
  background-color: rgba(0, 0, 0, 0.05);
  padding: 10px 10px 0;
}

.att_inner p {
  text-align: left;
  padding: 0 0 1em;
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.bg_g {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0 2px;
}

.bg_w {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 2px;
}

@media screen and (max-width: 480px) {
  .c-container .favorites-list {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .c-container .favorites-list li {
    width: 48.5%;
    padding: 10px;
    margin: 0 2.5% 0 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.5);
  }

  .c-container .favorites-list li:nth-child(even) {
    margin: 0 0 0 0;
  }

  .c-container .p-product__description .simplefavorite-button {
    width: 100%;
    margin: 30px 0 20px;
  }

  .c-container .attention {
    width: 100%;
    padding: 20px;
    margin: 50px auto 20px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.5);
  }

  .c-container .attention p {
    text-align: left;
  }

  .reverseBtn {
    padding: 6px 10px;
    margin: 0 0 10px;
  }

  a.reverseBtn:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .att_open {
    width: 100%;
  }

  .att_inner p {
    text-align: left;
    padding: 0 0 1em;
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}

/* スライダー */
.slider {
  height: 80vh;
}

/* サムネイル */
.slider-thumbnail {
  height: 20vh;
}

.p-product__img .slider-ps-thumbnail .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0 0;
}

.slider-ps-thumbnail .swiper-wrapper .swiper-slide {
  width: 23%;
  max-width: 95px;
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
}

.swiper-wrapper .swiper-slide .swiper-slide-thumb-active {
  opacity: 1;
}

.slider-ps-thumbnail .swiper-wrapper .swiper-slide-thumb-active {
  opacity: 1;
}

/* 商品詳細ページ スライダー矢印 */
.p-product .swiper-button-next:after,
.p-product .swiper-button-prev:after {
  position: absolute;
  width: 25px;
  top: 8px;
}

.p-product .swiper-button-prev {
  left: 0;
}

.p-product .swiper-button-next {
  right: 0;
}

.p-product .slider_p-single .swiper-button-next,
.p-product .slider_p-single .swiper-button-prev {
  opacity: 0.35;
  width: 50px;
  height: 63px;
  background-color: #333;
}

.p-product .swiper-button-next.swiper-button-disabled,
.p-product .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

@media screen and (min-width: 481px) {
  .p-product .swiper-button-prev,
  .p-product .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .p-product .swiper-button-prev:after {
    content: url(../img/p-product/prev_icon.svg);
  }

  .p-product .swiper-button-next:after {
    content: url(../img/p-product/next_icon.svg);
  }

  .p-product .slider_p-products .swiper-button-next:after,
  .p-product .slider_p-products .swiper-button-prev:after,
  .p-product .slider_p-column .swiper-button-next:after,
  .p-product .slider_p-column .swiper-button-prev:after {
    position: absolute;
    width: 18px;
    top: 1px;
  }

  .p-product .slider_p-products .swiper-button-next,
  .p-product .slider_p-products .swiper-button-prev {
    opacity: 0.35;
    width: 35px;
    height: 45px;
    background-color: #333;
  }

  .p-product .slider_p-column .swiper-button-next,
  .p-product .slider_p-column .swiper-button-prev {
    opacity: 0.35;
    width: 35px;
    height: 45px;
    background-color: #333;
  }
}

/* 人気商品 10件 */
.c-container .popular-products {
  width: 100%;
  max-width: 920px;
  padding: 50px 0 30px;
  position: relative;
}

.c-container .popular-products h2 {
  font-size: 1.2rem;
  padding: 10px 0;
}

.c-container .popular-products .slider_p-products ul {
  width: 100%;
  height: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.c-container .popular-products .slider_p-products ul li {
  max-width: 170px;
  margin: 10px 10px 10px 0;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.5);
}

.c-container .popular-products .slider_p-products ul li a:hover img {
  opacity: 0.5;
  transition: all 0.5s ease;
}

.c-container .popular-products .slider_p-products ul li img {
  width: 100%;
  display: block;
}

.c-container .popular-products .slider_p-products .swiper-button-next,
.c-container .popular-products .slider_p-products .swiper-button-prev {
  color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 481px) {
  .c-container .popular-products .slider_p-products ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* .c-container .popular-products .swiper-container {
    height: 545px;
  } */

  .c-container.p-product,
  .c-container.p-product .popular-products,
  .c-container.p-product .popular-products .slider_p-products ul {
    max-width: 1000px;
  }

  .c-container.p-product .popular-products .slider_p-products ul li {
    max-width: 180px;
  }
}

@media screen and (max-width: 480px) {
  .c-container .popular-products .slider_p-products {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    color: rgba(0, 0, 0, 0);
  }

  .c-container .popular-products .slider_p-products ul li {
    width: 38.5%;
    height: auto;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.5);
  }
}

/* 新着商品（人気商品共通あり） */
.is_np .popular-products {
  max-width: 1000px;
}

.p_np .popular-products .slider_p-products ul li,
.is_np .popular-products .slider_p-products ul li {
  max-width: 190px;
  margin: 10px 0;
  /* padding: 0 0 10px; */
}

.is_np .popular-products .slider_p-products ul li a,
.p_np .popular-products .slider_p-products ul li a {
  text-decoration: none;
  color: #000;
  display: block;
  height: 100%;
  padding: 0 0 10px;
}

.is_np .popular-products .slider_p-products ul li a:hover,
.p_np .popular-products .slider_p-products ul li a:hover {
  color: cornflowerblue;
  transition: 0.5s;
}

.is_np .popular-products .slider_p-products ul li h3,
.p_np .popular-products .slider_p-products ul li h3 {
  margin: 12px 12px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

@media screen and (min-width: 481px) {
  .is_np .popular-products .slider_p-products ul,
  .p_np .popular-products .slider_p-products ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .p_np {
    max-width: 870px;
  }

  .p_np .popular-products .slider_p-products ul li {
    max-width: 160px;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .is_np .n-product {
    padding: 0;
  }

  .is_np .popular-products .slider_p-products ul {
    margin: 0;
    display: contents;
  }

  .is_np .popular-products .slider_p-products ul li {
    width: 48.5% !important;
    height: auto;
    margin: 0 3% 3% 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.5);
  }

  .is_np .popular-products .slider_p-products ul li:nth-child(even) {
    margin: 0 0 3% 0;
    margin-right: 0 !important;
  }

  /* ↑スマホではノーマルスクロールに変更のため */
  .c-container .popular-products .slider_p-products .swiper-button-next,
  .c-container .popular-products .slider_p-products .swiper-button-prev,
  .c-container .slider_p-column .swiper-button-next,
  .c-container .slider_p-column .swiper-button-prev {
    display: none;
  }

  .c-container .popular-products .slider_p-products,
  .c-container .slider_p-column {
    overflow-x: scroll;
  }
}

/* コラム 新着 ３件 */
.c-container .column-news {
  width: 100%;
  max-width: 870px;
  padding: 0 0 80px;
  position: relative;
}

.c-container .column-news h3 {
  font-size: 1.2rem;
  padding: 10px 0;
}

.c-container .column-news .slider_p-column ul {
  width: 100%;
  max-width: 870px;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.c-container .p-search__colRight .column-news .slider_p-column ul {
  padding: 0 0;
}

.c-container .column-news .slider_p-column ul li {
  padding: 15px;
  margin: 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
}

.c-container .column-news .slider_p-column ul li a {
  text-decoration: none;
  color: #000;
}

.c-container .column-news .slider_p-column ul li img {
  display: block;
  width: 100%;
  /*任意の横幅を指定*/
  height: 160px;
  /*任意の高さを指定*/
  object-fit: cover;
  margin: 0 0 15px;
}

.c-container .column-news .slider_p-column ul li:hover {
  opacity: 0.5;
  transition: all 0.5s ease;
}

.c-container .column-news .slider_p-column ul li .title {
  font-weight: bold;
}

.c-container .column-news .slider_p-column ul li .description {
  padding: 10px 0 0;
  font-size: 0.8em;
  line-height: 1.5em;
}

.c-container .column-news .slider_p-column ul li .new {
  padding: 26px 20px 4px;
  position: absolute;
  font-size: 0.6em;
  top: -14px;
  left: -24px;
  color: #fff;
  transform: rotate(-45deg);
  background-color: #c30d23;
}

@media screen and (min-width: 481px) {
  .c-container .column-news .slider_p-column ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c-container .column-news .slider_p-column ul li {
    max-width: 275px;
  }
}

@media screen and (max-width: 480px) {
  .c-container .column-news .slider_p-column {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .c-container .p-search__colRight .column-news .slider_p-column ul {
    padding: 0;
  }

  .c-container .column-news .slider_p-column ul li {
    width: 80%;
    height: auto;
    padding: 10px;
    margin: 10px 10px 10px 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.5);
  }

  .c-container .column-news .slider_p-column ul li img {
    height: 100px;
    /*任意の高さを指定*/
    margin: 0 0 10px;
  }

  .c-container .column-news .slider_p-column ul li .description {
    padding: 8px 0 0;
  }
}

/* 撮影スタジオ紹介 ギャラリースライダー */
.p-photostudio {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 30px;
  position: relative;
}

.p-photostudio h5.gallery_tit {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 20px 0 10px;
}

.p-photostudio .slider_s-gallery ul {
  width: 100%;
  max-width: 1000px;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.p-photostudio .slider_s-gallery ul li {
  margin: 10px 0;
  padding: 0 10px 0 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}

.p-photostudio .slider_s-gallery ul li a:hover img {
  opacity: 0.5;
  transition: all 0.5s ease;
}

.p-photostudio .slider_s-gallery ul li img {
  width: auto;
  display: block;
  height: 224px;
  /*任意の高さを指定*/
  margin: 0 auto;
  object-fit: cover;
}

.p-photostudio .slider_s-gallery .slick-prev:before {
  content: url(../img/p-product/prev_icon.svg);
  left: 12px;
}

.p-photostudio .slider_s-gallery .slick-next:before {
  content: url(../img/p-product/next_icon.svg);
  right: 12px;
}

.p-photostudio .slider_s-gallery .slick-prev:before,
.p-photostudio .slider_s-gallery .slick-next:before {
  position: absolute;
  width: 18px;
  top: 8px;
}

.p-photostudio .slider_s-gallery .slick-prev:hover:before,
.p-photostudio .slider_s-gallery .slick-next:hover:before {
  opacity: 0.5;
}

.p-photostudio .slider_s-gallery .slick-prev {
  left: 0;
}

.p-photostudio .slider_s-gallery .slick-next {
  right: 0;
}

.p-photostudio .slider_s-gallery .slick-prev,
.p-photostudio .slider_s-gallery .slick-next {
  opacity: 0.35;
  width: 40px;
  height: 50px;
  top: 50%;
  background-color: #333;
  z-index: 9;
}

.p-photostudio .modal__content img {
  max-height: 70vh;
}

@media screen and (max-width: 480px) {
  .p-photostudio .slider_s-gallery {
    margin: 15px 0 0;
    display: flex;
    flex-wrap: wrap;
  }

  .p-photostudio .slider_s-gallery ul {
    width: 100% !important;
  }

  .p-photostudio .slider_s-gallery ul li {
    margin: auto 0;
    padding: 0 2vw 0 0;
  }

  .p-photostudio .slider_s-gallery ul li img {
    width: auto;
    height: 180px;
    /*任意の高さを指定*/
  }

  .p-photostudio .modal__content img {
    max-height: 80vh;
  }

  .p-photostudio .slider_s-gallery .swiper-button-next:after,
  .p-photostudio .slider_s-gallery .swiper-button-prev:after {
    position: absolute;
    width: 18px;
    top: 2px;
  }

  .p-photostudio .slider_s-gallery .swiper-button-prev,
  .p-photostudio .slider_s-gallery .swiper-button-next {
    opacity: 0.35;
    width: 35px;
    height: 45px;
    background-color: #333;
  }

  .p-photostudio .slider_s-gallery .slick-prev:before {
    left: 9px;
  }

  .p-photostudio .slider_s-gallery .slick-next:before {
    right: 9px;
  }

  .p-photostudio .slider_s-gallery .slick-prev:before,
  .p-photostudio .slider_s-gallery .slick-next:before {
    width: 12px;
  }

  .p-photostudio .slider_s-gallery .slick-prev,
  .p-photostudio .slider_s-gallery .slick-next {
    width: 30px;
    height: 40px;
  }
}

/* キャンペーンスライダー */
.l-main .slider-campaign,
.l-main .slider-campaign-sp {
  width: 100%;
  height: 400px;
  padding: 0 0 50px;
  position: relative;
  background: url(../img/p-index-bnr/slide-bg01.jpg) center top;
}

.l-main .slider-campaign h2 {
  padding: 40px 0 20px;
  width: 100%;
}

.l-main .slider-campaign ul,
.l-main .slider-campaign-sp ul {
  width: 100%;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.l-main .slider-campaign ul li,
.l-main .slider-campaign-sp ul li {
  padding: 15px;
  margin: 10px 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.l-main .slider-campaign ul li:hover,
.l-main .slider-campaign-sp ul li:hover {
  opacity: 0.5;
  padding: 5px 0 0;
}

.l-main .slider-campaign ul li img,
.l-main .slider-campaign-sp ul li img {
  display: block;
  width: 100%;
  /*任意の横幅を指定*/
  height: auto;
  /*任意の高さを指定*/
  object-fit: cover;
}

.l-main .slider-campaign .swiper-button-prev:after,
.l-main .slider-campaign-sp .swiper-button-prev:after {
  content: url(../img/p-product/prev_icon.svg);
}

.l-main .slider-campaign .swiper-button-next:after,
.l-main .slider-campaign-sp .swiper-button-next:after {
  content: url(../img/p-product/next_icon.svg);
}

.l-main .slider-campaign .swiper-button-next:after,
.l-main .slider-campaign .swiper-button-prev:after,
.l-main .slider-campaign-sp .swiper-button-next:after,
.l-main .slider-campaign-sp .swiper-button-prev:after {
  position: absolute;
  width: 25px;
  top: 8px;
}

.l-main .slider-campaign .swiper-button-prev,
.l-main .slider-campaign-sp .swiper-button-prev {
  left: 0;
}

.l-main .slider-campaign .swiper-button-next,
.l-main .slider-campaign-sp .swiper-button-next {
  right: 0;
}

.l-main .slider-campaign .swiper-button-prev,
.l-main .slider-campaign .swiper-button-next,
.l-main .slider-campaign-sp .swiper-button-prev,
.l-main .slider-campaign-sp .swiper-button-next {
  opacity: 0.35;
  top: 59%;
  width: 50px;
  height: 63px;
  background-color: #333;
}

@media screen and (min-width: 481px) {
  .l-main .slider-campaign ul {
    padding: 0 0 0 10%;
    margin: 0 0 0 40%;
  }

  .l-main .slider-campaign ul li {
    max-width: 380px;
    min-width: 380px;
    height: 240px;
  }
}

@media screen and (max-width: 480px) {
  .l-main .slider-campaign-sp {
    width: 100%;
    height: 240px;
    padding: 0 0 50px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .l-main .slider-campaign-sp h3 {
    padding: 30px 0 10px;
    width: 100%;
  }

  .l-main .slider-campaign-sp ul {
    transform: translate3d(-200vw, 0px, 0px);
    padding: 0;
    margin: 0;
  }

  .l-main .slider-campaign-sp ul li {
    max-width: 55.555%;
    height: auto;
    padding: 0 10px;
    float: left;
  }

  .l-main .slider-campaign-sp ul li img {
    max-width: 200px;
    height: 120px;
    /*任意の高さを指定*/
    margin: 0 auto;
  }

  .l-main .slider-campaign-sp .swiper-button-next:after,
  .l-main .slider-campaign-sp .swiper-button-prev:after {
    position: absolute;
    width: 18px;
    top: 2px;
  }

  .l-main .slider-campaign-sp .swiper-button-prev,
  .l-main .slider-campaign-sp .swiper-button-next {
    opacity: 0.35;
    top: 68%;
    width: 35px;
    height: 45px;
    background-color: #333;
  }
}

/* 修正用 */
.l-main .slider-campaign.new {
  height: auto;
  padding: 0 0 20px;
}

.l-main .slider-campaign.new ul {
  padding: 0;
  margin: 0;
  justify-content: center;
}

.l-main .slider-campaign.new ul li {
  width: 90%;
  height: auto;
  padding: 0;
  display: flex;
  justify-content: center;
}

.l-main .slider-campaign.new ul li img {
  display: block;
  width: auto;
  object-fit: cover;
}

.l-main .slider-campaign.new ul li:hover {
  padding: 0;
}

.l-main .slider-campaign.new ul li a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 480px) {
  .l-main .slider-campaign.new ul {
    transform: none;
  }

  .l-main .slider-campaign.new ul li {
    max-width: 100%;
    padding: 10px 0 15px;
    margin: 0 auto;
  }

  .l-main .slider-campaign.new ul li img {
    width: 100%;
    height: auto;
  }

  .l-main .slider-campaign.new .c-heading {
    font-size: 24px;
  }
}

/* 新作振袖フェア */
.p-e_fair {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0 90px;
  position: relative;
}

.p-e_fair .inner {
  width: 100%;
  margin: 0;
}

.p-e_fair .inner img {
  width: 100%;
  margin: 0;
}

/*20220319追加*/
@media screen and (max-width: 767px) {
  /*body.page-id-705 .l-hamburger,
  body.page-id-705 .l-telephone,
  body.page-id-705 .header_tel,
  body.page-id-705 .yoast-breadcrumbs>span,
  body.page-id-705 .l-insta__container,
  body.page-id-705 .sp_footer,
  body.page-id-705 #footerFloatingMenu,
  body.page-id-740 .l-telephone,
  body.page-id-740 .l-hamburger,
  body.page-id-740 .header_tel,
  body.page-id-740 .yoast-breadcrumbs>span,
  body.page-id-740 .l-insta__container,
  body.page-id-740 .sp_footer,
  body.page-id-740 #footerFloatingMenu {
    display: none;
  }*/

  .header_tel {
    position: fixed;
    top: 20px;
    right: 55px;
    width: 52px;
    z-index: 102;
  }
}

.p-product__btn_catalog {
  background: #ffffff;
  border: 2px solid #000000;
}

.p-product__btn_catalog {
  background: #ffffff;
  border: 2px solid #000000;
  color: #000000;
}

.parts-counseling .p-product__btn {
  margin: 30px auto 30px;
}

.parts-counseling .p-product__btn_catalog {
  margin: 30px auto 200px;
}

@media screen and (max-width: 767px) {
  .parts-counseling .p-product__btn_catalog {
    margin: 30px auto 100px;
  }
}

.bg_onetime_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.bg_onetime_popup.js_active {
  opacity: 1;
  visibility: visible;
}

.onetime_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  max-width: 500px;
  background-color: #fff;
  cursor: pointer;
}

.onetime_popup_inner {
  position: relative;
}

.onetime_popup_close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
}

@media screen and (max-width: 767px) {
  .onetime_popup_close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
  }
}

/* 追加CSSから移動（関連するものは↑へ移動） ------------------------------------------- */

/* 複数ボタン */
@media screen and (min-width: 769px) {
  .bl_btnUnit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -20px;
  }

  .bl_btnUnit > .el_btn {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
  }

  .bl_btnUnit.bl_btnUnit__col2 > .el_btn {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .bl_btnUnit.bl_btnUnit__col2 > .el_btn:nth-of-type(2n) {
    margin-right: 0;
  }

  .bl_btnUnit.bl_btnUnit__col3 > .el_btn {
    width: calc((100% - 40px) / 3);
    min-width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .bl_btnUnit.bl_btnUnit__col3 > .el_btn:nth-of-type(3n) {
    margin-right: 0;
  }

  .bl_btnUnit.bl_btnUnit__col4 > .el_btn {
    width: calc((100% - 60px) / 4);
    min-width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .bl_btnUnit.bl_btnUnit__col4 > .el_btn:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .bl_btnUnit {
    margin-bottom: -18px;
    text-align: center;
  }

  .bl_btnUnit > .el_btn {
    margin-bottom: 18px;
  }
}

/* 感染症対策のページ*/

.taisaku_text {
  padding: 30px 0px 0px 0px;
  line-height: 150%;
}

@media screen and (min-width: 481px) {
  .taisaku_text {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .taisaku_text {
    display: inline-block;
  }
}

.taisaku_box {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .taisaku_box {
    width: 760px;
  }
}

@media screen and (max-width: 767px) {
  .taisaku_box {
    width: 100%;
  }
}

.taisaku_box-img {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .taisaku_box-img {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .taisaku_box-img {
    width: 32%;
  }
}

@media screen and (max-width: 425px) {
  .taisaku_box-img {
    width: 49%;
  }
}

img.banner_taisaku {
  width: 109px;
  height: 200px;
}

.taisaku_info {
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}

.taisaku_info1 {
  width: 109px;
  margin: 0px auto;
  padding-bottom: 20px;
  padding-top: 20px;
}

.taisaku_info2 {
  width: 300px;
  margin: 0px auto;
  padding-bottom: 30px;
}

/* 感染症対策のトップページバナー*/

.taisaku_link {
  padding: 100px 0px 100px 0px;
}

@media screen and (min-width: 426px) {
  img.taisaku_link_b {
    width: 380px;
    height: 79px;
    margin: 0px auto;
  }
}

@media screen and (max-width: 425px) {
  img.taisaku_link_b {
    width: 90%;
    height: 90%;
    margin: 0px auto;
  }
}

/* トップページ家族で祝う成人式バナー */
.kazoku_link {
  padding: 40px 0px 40px 0px;
}

.kazoku_link .c-heading span {
  margin: 10px 0;
}

@media screen and (min-width: 426px) {
  img.kazoku_index {
    width: 500px;
    height: 180px;
    margin: 0px auto;
  }
}

@media screen and (max-width: 425px) {
  img.kazoku_index {
    width: 90%;
    height: 90%;
    margin: 0px auto;
  }
}

/* 来店予約ボタン */
.l-cta__contactBtn2 {
  background-color: #d3381c;
  color: #fff;
  display: block;
  font-size: 16px;
  text-decoration: none;
  width: 110px;
}

@media all and (min-width: 768px) {
  .l-cta__contactBtn2 {
    line-height: 1.312;
    padding-bottom: 20px;
    padding-top: 50px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .l-cta__contactBtn2 {
    display: none;
  }
}

.l-cta__contactBtn2 img {
  margin-left: auto;
  margin-right: auto;
  width: 25px;
}

.l-cta__contactBtn2 span {
  position: relative;
}

@media all and (min-width: 768px) {
  .l-cta__contactBtn2 span {
    display: block;
  }
}

.l-cta__contactBtn2 span::before {
  background-image: url(../../wp/wp-content/uploads/2021/03/calendar_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 23px;
  position: absolute;
  top: -30px;
  width: 25px;
}

@media all and (min-width: 768px) {
  .l-cta__contactBtn2 span::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .l-cta__contactBtn2 span::before {
    height: 16px;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
  }
}

/* 資料請求ボタン */
.l-cta__accessBtn2 {
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 16px;
  text-decoration: none;
  width: 110px;
}

@media all and (min-width: 768px) {
  .l-cta__accessBtn2 {
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 55px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .l-cta__accessBtn2 {
    display: none;
  }
}

.l-cta__accessBtn2 img {
  margin-left: auto;
  margin-right: auto;
  width: 25px;
}

.l-cta__accessBtn2 span {
  position: relative;
}

@media all and (min-width: 768px) {
  .l-cta__accessBtn2 span {
    display: block;
  }
}

.l-cta__accessBtn2 span::before {
  background-image: url(../../wp/wp-content/uploads/2021/03/rd_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 19px;
  position: absolute;
  top: -34px;
  width: 25px;
}

@media all and (min-width: 768px) {
  .l-cta__accessBtn2 span::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .l-cta__accessBtn2 span::before {
    height: 22px;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
  }
}

/* LINEで相談ボタンPC */
.l-cta__lineBtn2pc {
  background-color: #808080;
  color: #fff;
  display: block;
  font-size: 16px;
  text-decoration: none;
  width: 110px;
}

@media all and (min-width: 768px) {
  .l-cta__lineBtn2pc {
    margin: 20px 0;
    padding-bottom: 20px;
    padding-top: 55px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .l-cta__lineBtn2pc {
    display: none;
  }
}

.l-cta__lineBtn2pc img {
  margin-left: auto;
  margin-right: auto;
  width: 25px;
}

.l-cta__lineBtn2pc span {
  position: relative;
}

@media all and (min-width: 768px) {
  .l-cta__lineBtn2pc span {
    display: block;
  }
}

.l-cta__lineBtn2pc span::before {
  background-image: url(../../wp/wp-content/uploads/2022/06/line_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 36px;
  position: absolute;
  top: -40px;
  width: 40px;
}

@media all and (min-width: 768px) {
  .l-cta__lineBtn2pc span::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .l-cta__lineBtn2pc span::before {
    height: 22px;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
  }
}

/* フローティングボタン */
#footerFloatingMenu {
  display: inline-flex;
  width: 100%;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  text-align: center;
  padding: 0 auto;
}

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

@media (min-width: 768px) {
  #footerFloatingMenu {
    display: none;
  }
}

@media (max-width: 768px) {
  .ly_footer_inner {
    padding-bottom: 100px;
  }
}

/* パンくずリスト */
.yoast-breadcrumbs {
  margin: 180px 15px 0;
}

@media screen and (min-width: 768px) {
  .yoast-breadcrumbs {
    margin: 140px 0 0 25px;
  }
}

/* 家族で祝う成人式プラン共通 */

.title_area {
  margin-top: 50px;
  text-align: center;
}

h2.title {
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 20px;
  background: linear-gradient(transparent 80%, #ffc4cf 80%);
  width: 500px;
  margin: 0 auto;
  padding-bottom: 4px;
}

@media screen and (max-width: 768px) {
  h2.title {
    width: auto;
    line-height: 1.4;
  }
}

h2.title2 {
  font-weight: lighter;
  letter-spacing: 0.1em;
  font-size: 26px;
  width: 230px;
  margin: 0 auto;
  padding: 10px 0;
}

h2.Kp_place {
  font-weight: lighter;
  letter-spacing: 0.1em;
  font-size: 26px;
  background: linear-gradient(transparent 60%, #caf0b9 60%);
  width: 380px;
  margin: 0 auto;
  padding-bottom: 5px;
}

p.note {
  color: #d3381c;
  padding-top: 10px;
}

h3.title {
  font-weight: lighter;
  letter-spacing: 0.1em;
  font-size: 26px;
  width: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

h3.title2 {
  font-weight: lighter;
  letter-spacing: 0.1em;
  font-size: 21px;
  width: 510px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

h4.Kp_shrine {
  font-weight: lighter;
  font-size: 21px;
  width: 65px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* 家族で祝う成人式プランPC */
@media all and (min-width: 768px) {
  .Kplan_SP {
    display: none;
  }
}

.Restaurant_Y {
  text-align: center;
}

.sub_title_PC {
  font-size: 18px;
  line-height: 1.666;
  margin-top: 20px;
  text-align: center;
}

.top_image {
  margin: 0 auto;
  width: 900px;
}

.schedule_PC_image {
  margin: 0 auto;
  width: 801px;
}

.schedule_PC_image2 {
  margin: 0 auto;
  display: flex;
  width: 801px;
  height: 248px;
}

.schedule_PC_image4 {
  margin: 0 auto;
  display: flex;
  width: 801px;
  height: 288px;
}

.schedule_PC_image5 {
  margin: 0 auto;
  display: flex;
  width: 801px;
  height: 295px;
}

.schedule_PC_image7 {
  margin: 0 auto;
  display: flex;
  width: 801px;
  height: 311px;
}

.schedule_PC_image9 {
  margin: 0 auto;
  display: flex;
  width: 801px;
  height: 291px;
}

.schedule_PC_image11 {
  margin: 0 auto;
  display: flex;
  width: 801px;
  height: 324px;
}

.schedule_PC_image13 {
  margin: 0 auto;
  display: flex;
  width: 801px;
  height: 253px;
}

.price_info {
  margin-bottom: 50px;
}

.price_banner {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.W_price {
  width: 280px;
  height: 100px;
  margin: 10px;
  padding: 20px 0;
  background-color: #f7abc5;
  outline: 1px solid #ffffff;
  /* 線の太さ */
  outline-offset: -7px;
  /* 内側の線の位置 */
}

.M_price {
  width: 280px;
  height: 100px;
  margin: 10px;
  padding: 20px 0;
  background-color: #a7deda;
  outline: 1px solid #ffffff;
  outline-offset: -7px;
}

.Kplan_name {
  font-weight: 100;
  font-size: 21px;
  width: 280px;
  text-align: center;
  padding-bottom: 2px;
}

.Kplan_price {
  font-weight: 100;
  font-size: 28px;
  width: 280px;
  text-align: center;
}

p#explain {
  font-size: 16px;
  width: 690px;
  margin: 0 auto;
  line-height: 1.666;
}

.plan_time {
  margin: 0 auto;
  display: flex;
  width: 850px;
  height: 121px;
}

.icon_1st_line {
  margin: 0 auto;
  display: flex;
  width: 850px;
  height: 189px;
}

.icon_2nd_line {
  margin: 0 auto;

  display: flex;
  width: 850px;
  height: 258px;
}

.Kplan_note {
  margin: 0 auto;
  width: 670px;
  padding-bottom: 20px;
}

.Kplan_note2 {
  margin: 0 auto;
  width: 410px;
  padding-bottom: 20px;
}

.Kplan_note3 {
  margin: 0 auto;
  width: 620px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mamafuri_explain {
  font-size: 18px;
  line-height: 1.666;
  text-align: center;
  padding: 20px 0;
}

.Rest_explain {
  font-size: 17px;
  line-height: 1.666;
  text-align: center;
  padding: 20px 0;
}

.Kplan_pic {
  margin: 0 auto;
  display: flex;
  width: 730px;
  height: 245px;
}

.Kp_pic {
  padding: 10px;
}

.kugirisen {
  margin: 60px 0;
}

hr.Kplan_border {
  margin: 0 auto;
  padding: 0;
  border: 0;
  height: 1px;
  width: 800px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(#ccc),
    to(transparent)
  );
  background-image: linear-gradient(to right, transparent, #ccc, transparent);
}

.S_banner1 {
  width: 342px;
  margin: 0 auto;
}

.S_banner2 {
  width: 262px;
  margin: 0 auto;
}

.shrine_banner {
  margin: 0 auto;
  text-align: center;
}

.Shrine_info,
.Restaurant_info {
  font-size: 15px;
  font-weight: lighter;
  text-align: center;
  line-height: 1.666;
  margin: 10px 0;
}

.shrine_pic,
.Rest_pic {
  margin: 0 auto;
  display: flex;
  width: 840px;
  height: 284px;
}

.Rest_pic2 {
  margin: 0 auto;
  display: flex;
  width: 637px;
}

.sh_pic,
.rest_pic {
  margin: 10px;
}

p.explain4 {
  font-size: 14px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 55px;
  margin: 0 auto;
}

.Kp_option {
  margin: 0 auto;
  width: 400px;
  height: 200px;
  background-color: #a35c8e;
  padding: 10px 0;
  outline: 1px solid #ffffff;
  /* 線の太さ・線状・色 */
  outline-offset: -7px;
  /* 線の位置 */
}

p.op_title,
p.op_title_SP,
p.op_price,
p.op_data {
  text-align: center;
  color: #ffffff;
}

p.op_title {
  font-size: 21px;
  padding: 13px 0;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

p.op_price {
  font-size: 21px;
  padding: 5px 0;
}

p.op_data {
  padding: 8px 0;
}

h4.Kp_restaurant {
  font-weight: lighter;
  font-size: 21px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 5px;
}

h5.Restaurant_W,
h5.Restaurant_Y {
  font-weight: lighter;
  font-size: 19px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.Restaurant_banner {
  margin: 0 auto;
  width: 206px;
}

.kaseiro {
  padding: 15px 0;
}

.rest_address {
  font-size: 15px;
  width: 290px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.444;
  padding-top: 20px;
  padding-bottom: 50px;
}

.plan_link {
  margin-top: 80px;
  margin-bottom: 100px;
}

.link {
  margin: 20px 0;
}

/* 家族で祝う成人式プランSP */
@media screen and (max-width: 767px) {
  .Kplan_PC {
    display: none !important;
  }
}

.sub_title_SP {
  font-size: 15px;
  line-height: 1.666;
  margin-top: 60px;
  text-align: center;
}

.Kplan_SP {
  width: 100%;
}

.c-page__description2 {
  font-size: 15px;
  line-height: 1.666;
  margin: 10px auto 0;
  text-align: left;
  width: 93%;
}

.price_info2 {
  text-align: center;
  width: 100%;
  padding: 10px 0;
}

.W_price2 {
  margin: 0 auto;
  padding: 20px 0;
  width: 280px;
  height: 100px;
  background-color: #f7abc5;
  outline: 1px solid #ffffff;
  /* 線の太さ・線状・色 */
  outline-offset: -7px;
  /* 線の位置 */
}

.M_price2 {
  margin: 0 auto;
  padding: 20px 0;
  width: 280px;
  height: 100px;
  background-color: #a7deda;
  outline: 1px solid #ffffff;
  /* 線の太さ・線状・色 */
  outline-offset: -7px;
  /* 線の位置 */
}

.Kplan_name2 {
  font-weight: 100;
  font-size: 21px;
  width: 280px;
  padding-bottom: 2px;
}

.Kplan_price2 {
  font-weight: 100;
  font-size: 28px;
  width: 280px;
}

.explain2 {
  font-size: 15px;
  line-height: 1.2em;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 93%;
  margin: 0 auto;
}

.explain3 {
  font-size: 15px;
  line-height: 1.2em;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 93%;
  margin: 0 auto;
}

hr.Kplan_border2 {
  margin: 0 auto;
  padding: 0;
  border: 0;
  height: 1px;
  width: 300px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(#ccc),
    to(transparent)
  );
  background-image: linear-gradient(to right, transparent, #ccc, transparent);
}

.kugirisen2 {
  margin-top: 40px;
}

h3.title_SP {
  font-weight: lighter;
  letter-spacing: 0.1em;
  line-height: 1.666;
  font-size: 20px;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.explain3_SP {
  font-size: 15px;
  line-height: 1.2em;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 93%;
  margin: 0 auto;
  text-align: left;
}

.mamafuri_explain_SP {
  font-size: 16px;
  line-height: 1.666;
  text-align: left;
  padding: 20px 0;
  width: 93%;
  margin: 0 auto;
}

.Kplan_pic_SP {
  margin: 0 auto;
  padding: 5px 0;
}

.Kp_pic_SP {
  padding-bottom: 10px;
}

.S_banner_SP {
  margin: 0 auto;
  text-align: center;
}

.Shrine_info_SP,
.Restaurant_info_SP {
  width: 95%;
  font-size: 15px;
  font-weight: lighter;
  text-align: left;
  line-height: 1.666;
  margin: 0 auto;
  padding: 5px 0;
}

.Kp_option_SP {
  margin: 0 auto;
  width: 90%;
  height: 220px;
  background-color: #a35c8e;
  padding: 10px 0;
  outline: 1px solid #ffffff;
  /* 線の太さ・線状・色 */
  outline-offset: -7px;
  /* 線の位置 */
}

p.op_title_SP {
  font-size: 20px;
  padding: 13px 0;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.exp_short_SP {
  width: 88%;
  margin: 0 auto;
}

.explain5 {
  font-size: 15px;
  line-height: 1.2em;
  margin-top: 3px;
  margin-bottom: 10px;
}

.sch_pic {
  padding: 0;
}

/* 撮影プランページ家族で祝う成人式 */

.price_info_planpage {
  margin-top: 30px;
}

.Kplan_note_PP {
  margin: 0 auto;
  width: 670px;
  padding-top: 20px;
}

.explain_PP {
  margin-top: 10px;
}

p.PP_Kplan_explain {
  font-size: 16px;
  width: 690px;
  margin: 0 auto;
  line-height: 1.666;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  img.Kp_banner {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .c-album__heading2 {
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .Kp_image {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

@media all and (min-width: 768px) {
  img.Kp_banner {
    width: 500px;
    height: 180px;
    margin: 0 auto;
  }

  .c-album__heading2 {
    font-size: 26px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .Kp_image {
    width: 900px;
    height: 600px;
    margin: 0 auto;
  }
}

/* サイト内コラム用ナビ */
.column-navi {
  width: 100%;
  max-width: 1000px;
  padding: 60px 0;
  margin: 0 auto;
}

.column-navi h3 {
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  padding: 0 0 20px;
  border-bottom: solid 1px #000;
}

.column-navi h3 span {
  display: block;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #888;
  padding: 12px 0 0;
}

.column-navi ul.linkbtn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  border-bottom: solid 1px #000;
}

.column-navi ul.linkbtn li {
  width: calc((100% - 20px) / 3.2);
  height: 60px;
  padding: 0 40px;
  border-radius: 30px;
  text-align: center;
  line-height: 1.6;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-navi ul.linkbtn li:hover {
  background: #f2f2f2;
  cursor: pointer;
}

.column-navi ul.linkbtn li.none {
  display: none;
}

.column-navi ul.linkbtn li a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .column-navi ul.linkbtn {
    flex-direction: column;
  }

  .column-navi ul.linkbtn li {
    width: 100%;
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
  }

  .column-navi ul.linkbtn li a {
    position: relative;
  }

  .column-navi ul.linkbtn li:not(:last-child) a::after {
    display: none;
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 3px;
    transform: translate(-50%, 0);
  }
}

/* メールフォームのフリーダイヤル */
.head_p {
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.133;
}

.head_p_button {
  padding-bottom: 50px;
  width: 100%;
  text-align: center;
}

.button_F {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .button_F {
    width: 320px;
    margin-top: 10px;
  }
}

/* フリーダイヤルボタン */

.reserve-contact {
  text-align: center;
}

.F_phone {
  display: inline-block;
  margin-top: 40px;
}

@media screen and (max-width: 320px) {
  .F_phone {
    width: 290px;
  }
}

@media screen and (min-width: 321px) and (max-width: 425px) {
  .F_phone {
    width: 320px;
  }
}

@media screen and (min-width: 426px) {
  .F_phone {
    width: 345px;
  }
}

/* リンクの色変更 */
.p-photostudio__maplink,
.studio-link {
  color: black;
}

/* 検索バナー画像 */
@media screen and (max-width: 767px) {
  #search_image {
    width: 100%;
    height: 100%;
  }
}

@media all and (min-width: 768px) {
  #search_image {
    width: 680px;
    height: 383px;
  }
}

/* -----------------------------------------------------------------
  202307 更新 TOP h1テキスト付与
----------------------------------------------------------------- */
.swiper-container {
  position: relative;
}

.top_title {
  position: absolute;
  bottom: 80px;
  left: 60px;
  writing-mode: vertical-rl;
  z-index: 100;
}

.top_title h1 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 2;
}

.top_title h1 span {
  font-size: 18px;
  display: block;
}

@media screen and (max-width: 767px) {
  .top_title {
    position: absolute;
    bottom: 160px;
    left: auto;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 10px;
  }

  .top_title h1 {
    color: #000;
    font-size: 20px;
  }

  .top_title h1 span {
    font-size: 11px;
    display: block;
    margin-top: -10px;
    letter-spacing: 2px;
  }
}

/* -----------------------------------------------------------------
  202310 固定ページCTA追加
----------------------------------------------------------------- */
.cta_bottom {
  max-width: 750px;
  width: 100%;
  border: 2px solid #b40019;
  background: #fdf6f4;
  text-align: center;
  font-weight: bold;
  color: #141414;
  padding: 50px;
  position: relative;
  margin: 100px auto;
}

.cta_bottom-logo {
  position: absolute;
  top: -50px;
  left: 20px;
  width: 90px;
}

.cta_bottom p {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1rem;
}

.cta_bottom-txt02 {
  font-size: 2rem !important;
  font-weight: 600 !important;
  color: #b40019;
}

.cta_bottom-btnwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #545454;
  margin-top: 20px;
}

.cta_bottom-btninner {
  width: 47.5%;
}

.cta_bottom-btnwrap a {
  background: #b40019;
  color: #ffffff;
  font-size: 20px;
  display: block;
  padding: 15px 0;
  border-radius: 50px;
  text-decoration: none;
}

.cta_bottom-btnwrap a.catalog {
  background: #141414;
}

@media screen and (max-width: 767px) {
  .cta_bottom {
    width: auto;
    margin: 80px 20px 80px 30px;
    padding: 20px 35px;
  }

  .cta_bottom-logo {
    top: -30px;
    left: -16px;
    width: 50px;
  }

  .cta_bottom-btnwrap {
    margin-top: 0;
    display: block;
  }

  .cta_bottom-btninner {
    width: 100%;
  }

  .cta_bottom-btnwrap p {
    margin-top: 10px;
  }

  .cta_bottom-btnwrap a {
    font-size: 16px;
    padding: 10px 0;
  }
}

/* -----------------------------------------------------------------
  202312 新作レンタル振袖相談会開催LP
----------------------------------------------------------------- */
#meetingLp img {
  width: 100%;
}
#meetingLp .secInner {
  width: 100%;
}

#meetingLp .btnContents {
  position: relative;
}

#meetingLp .btnContents .btn {
  position: absolute;
  bottom: 12px;
}

#meetingLp .btnContents .btn.addstyl {
  position: absolute;
  bottom: 24px;
}

#meetingLp .btnContents .btn.addstyl_irrg {
  position: absolute;
  bottom: 16px;
}

#meetingLp .yokohamakouhoku_btn .btn {
  bottom: 30px;
}

#meetingLp .btn a img:hover {
  transition: 0.5s;
  transform: scale(1.2, 1.2);
}

#meetingLp .shopArea {
  position: relative;
}

#meetingLp .shopArea .mapArea {
  position: absolute;
  width: 78%;
  height: 115px;
  top: 40px;
  left: 11%;
}

@media all and (min-width: 768px) {
  #meetingLp {
    margin: 72px 0;
  }

  #meetingLp .secInner {
    width: 620px;
    margin: 0 auto;
  }

  #meetingLp img {
    width: 100%;
  }

  #meetingLp .shopArea .mapArea {
    position: absolute;
    width: 482px;
    height: 192px;
    top: 62px;
  }

  #meetingLp .shopArea .mapArea.addstyl {
    top: 210px;
  }

  #meetingLp .shopArea .mapArea.addstyl.add01 {
    top: 265px;
  }

  #meetingLp .shopArea .btn {
    bottom: 35px !important;
  }

  #meetingLp .btnContents .btn.addstyl {
    position: absolute;
    bottom: 40px !important;
  }

  #meetingLp .btnContents .btn.addstyl_irrg {
    position: absolute;
    bottom: 30px !important;
  }
}

@media (max-width: 767px) and (min-width: 680px) {
  #meetingLp .shopArea .mapArea.addstyl {
    height: 205px;
    top: 246px;
  }

  #meetingLp .shopArea .mapArea.addstyl.add01 {
    top: 296px;
  }
}

@media (max-width: 679px) and (min-width: 640px) {
  #meetingLp .shopArea .mapArea.addstyl {
    height: 205px;
    top: 226px;
  }

  #meetingLp .shopArea .mapArea.addstyl.add01 {
    top: 276px;
  }
}

@media (max-width: 639px) and (min-width: 520px) {
  #meetingLp .shopArea .mapArea.addstyl {
    top: 200px;
  }

  #meetingLp .shopArea .mapArea.addstyl.add01 {
    top: 250px;
  }
}

@media (max-width: 519px) and (min-width: 410px) {
  #meetingLp .shopArea .mapArea.addstyl {
    top: 160px;
  }

  #meetingLp .shopArea .mapArea.addstyl.add01 {
    top: 190px;
  }
}

@media (max-width: 409px) and (min-width: 367px) {
  #meetingLp .shopArea .mapArea.addstyl {
    top: 126px;
  }

  #meetingLp .shopArea .mapArea.addstyl.add01 {
    top: 156px;
  }
}

@media (max-width: 366px) and (min-width: 347px) {
  #meetingLp .shopArea .mapArea.addstyl {
    top: 112px;
  }

  #meetingLp .shopArea .mapArea.addstyl.add01 {
    top: 139px;
  }
}

@media (max-width: 346px) and (min-width: 320px) {
  #meetingLp .shopArea .mapArea.addstyl {
    height: 96px;
    top: 112px;
  }

  #meetingLp .shopArea .mapArea.addstyl.add01 {
    top: 137px;
  }
}
@media only screen and (max-width: 319px) {
  #meetingLp .shopArea .mapArea.addstyl {
    top: 90px;
  }

  #meetingLp .shopArea .mapArea.addstyl.add01 {
    top: 115px;
  }
}
