@charset "UTF-8";
/* CSS Document */
/*=========================================== 
スマホ向けのレイアウトの指定：～768px 
===========================================*/
@media only screen and (min-width: 0px) {
  body {
    overflow-x: hidden;
  }

  #container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  #wrapper {
    width: 100%;
    margin: 0 auto;
  }

  /*メインビジュアル*/
  .mv {
    background: url(../images/price_mv.jpg) no-repeat top center;
    background-size: cover;
  }

  /*コンテンツ-1 <プランメニュー>
/////////////////////////////////////////////////////////////////////////*/
  .menu {
    width: 100%;
    margin: 0 auto;
  }

  .menu p.heading {
    margin: 0 auto;
    font-size: 26px;
    text-align: center;
    font-family: serif;
    letter-spacing: 0.12em;
    color: rgb(100, 100, 100);
  }

  .menu .info {
    width: 90%;
    margin: 0 auto 40px;
    background: rgba(346, 167, 0, 0.4);
    border-radius: 20px;
  }

  .menu .info_box {
    padding: 10px;
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
  }

  .menu .info_box .small {
    font-size: 14px;
    display: block;
  }

  i.fa-bullhorn {
    margin: 0 10px 0 0;
    color: rgb(346, 167, 0);
  }

  /*コンテンツ-1 > プランメニュー*/
  .menu .plan-menu {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 40px 0;
    background: rgb(233, 243, 244);
  }

  .menu .plan-menu #c-album,
  .menu .plan-menu #a-album {
    font-size: 14px;
  }

  .menu .plan-menu .new {
    color: rgb(255, 255, 255);
    font-size: 10px;
    padding: 3px 3px 3px 5px;
    box-sizing: border-box;
    background: rgb(228, 150, 150);
    font-weight: 500;
    margin: 0 8px 0 0;
    border: 1px solid #fff;
  }

  .menu .plan-menu_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .menu .plan-menu p.heading {
    padding: 0 0 6px 0;
    border-bottom: 4px solid rgb(139, 199, 207);
    display: inline-block;
  }

  .menu .p-name {
    margin: 0 auto 20px;
    padding: 20px 16px;
    font-size: 20px;
    text-align: center;
    font-family: serif;
    letter-spacing: 0.16em;
    color: rgb(100, 100, 100);
    display: inline-block;
  }

  .menu .plan {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
  }

  /*コンテンツ-1 > プランメニュー > 七五三プラン*/
  .menu .celebrate-plan .p-name {
    background: rgb(255, 207, 198);
  }

  .menu .celebrate-plan {
    padding: 10px;
    background: rgb(255, 255, 255);
  }

  .menu .celebrate-plan ul li {
    box-sizing: border-box;
    height: 48px;
    margin: 0 0 20px 0;
    border: 1px solid rgb(200, 200, 200);
    position: relative;
  }

  .menu .celebrate-plan ul li:last-child {
    margin: 0;
  }

  .menu .celebrate-plan ul li .list {
    margin: 0 10px 0 0;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    display: inline-block;
    font-family: serif;
  }

  .menu .celebrate-plan ul li .small {
    margin: 0 0 0 10px;
    font-size: 10px;
    color: rgb(180, 180, 180);
    display: inline-block;
  }

  .menu .celebrate-plan ul li a {
    line-height: 48px;
    color: rgb(100, 100, 100);
    display: block;
  }

  .menu .celebrate-plan ul li::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    width: 10px;
    height: 46px;
    line-height: 46px;
    font-size: 10px;
    color: rgb(255, 255, 255);
    background: rgb(255, 207, 198);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  /*コンテンツ-1 > プランメニュー > アニバーサリープラン*/
  .menu .anniversary-plan .p-name {
    background: rgb(255, 233, 181);
  }

  .menu .target {
    width: 200px;
    margin: 10px auto 0;
    padding: 8px;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.12em;
    background: rgb(255, 255, 255);
    display: block;
  }

  .menu .small {
    display: inline-block;
    margin: 6px auto 0;
    font-size: 11px;
    line-height: 1.25;
  }

  .menu .anniversary-plan {
    padding: 10px;
    background: rgb(255, 255, 255);
  }

  .menu .anniversary-plan ul li {
    box-sizing: border-box;
    height: 48px;
    margin: 0 0 20px 0;
    border: 1px solid rgb(200, 200, 200);
    position: relative;
  }

  .menu .anniversary-plan ul li:last-child {
    margin: 0;
  }

  .menu .anniversary-plan ul li .list {
    margin: 0 10px 0 0;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    display: inline-block;
    vertical-align: middle;
    font-family: serif;
  }

  .menu .anniversary-plan ul li .small {
    margin: 0 0 0 10px;
    font-size: 10px;
    color: rgb(180, 180, 180);
    display: inline-block;
    vertical-align: middle;
  }

  .menu .anniversary-plan ul li a {
    padding: 14px 0;
    color: rgb(100, 100, 100);
    display: block;
  }

  .menu .anniversary-plan ul li::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    width: 10px;
    height: 46px;
    line-height: 46px;
    font-size: 10px;
    color: rgb(255, 255, 255);
    background: rgb(255, 233, 181);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .menu .anniversary-plan ul li:first-child a .list {
    font-size: 16px;
    letter-spacing: 0.06em;
  }

  .menu .anniversary-plan ul li:first-child a {
    line-height: 48px;
    padding: 0;
    vertical-align: baseline;
  }

  .menu .anniversary-plan ul li:first-child a .small {
    line-height: 12px;
  }

  /*コンテンツ-1 > プランメニュー > その他プラン*/
  .menu .other-plan ul li {
    box-sizing: border-box;
    height: 48px;
    margin: 0 0 20px 0;
    border: 1px solid rgb(200, 200, 200);
    background: rgb(188, 223, 255);
    position: relative;
  }

  .menu .other-plan ul li.graduation {
    background: rgb(255, 233, 181);
  }

  .menu .other-plan ul li.graduation::after {
    background: rgb(255, 233, 181);
  }

  .menu .other-plan ul li.maternity {
    background: rgb(231, 250, 190);
  }

  .menu .other-plan ul li.photograph-20 {
    background: rgb(226, 156, 156);
  }

  .menu .other-plan ul li.hakama {
    background: rgb(234, 148, 139);
  }

  .menu .other-plan ul li.beginner {
    background: rgb(255, 233, 181);
  }

  .menu .other-plan ul li a {
    color: rgb(100, 100, 100);
    display: block;
  }

  .menu .other-plan ul li .list {
    margin: 0 20px 0 0;
    font-size: 14px;
    text-align: center;
    line-height: 48px;
    letter-spacing: 0.1em;
    font-family: serif;
  }

  .menu .other-plan ul li::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    width: 20px;
    height: 46px;
    line-height: 46px;
    font-size: 10px;
    color: rgb(255, 255, 255);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  /*コンテンツ-1 > プランメニュー > 期間限定プラン*/
  .menu .limited-plan .p-name {
    margin: 0;
    padding: 10px 0;
    font-size: 24px;
    color: rgb(255, 255, 255);
    background: rgb(133, 199, 207);
    display: block;
  }

  .menu .limited-plan ul {
    box-sizing: border-box;
    padding: 20px 10px 10px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(133, 199, 207);
    font-size: 0;
    text-align: left;
  }

  .menu .limited-plan ul li {
    box-sizing: border-box;
    height: 48px;
    margin: 0 0 20px 0;
    text-align: center;
    border: 1px solid rgb(200, 200, 200);
    position: relative;
  }

  .menu .limited-plan ul li:last-child {
    margin: 0;
  }

  .menu .limited-plan ul li a {
    color: rgb(100, 100, 100);
    display: block;
    line-height: 48px;
  }

  .menu .limited-plan ul li .list {
    margin: 0 20px 0 0;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    font-family: serif;
    vertical-align: middle;
    display: inline-block;
  }

  .menu .limited-plan ul li::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    width: 20px;
    height: 46px;
    line-height: 46px;
    font-size: 10px;
    color: rgb(255, 255, 255);
    background: rgb(133, 199, 207);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .menu .limited-plan ul li .small {
    margin: 0 0 0 10px;
    font-size: 10px;
    color: rgb(180, 180, 180);
    display: inline-block;
    vertical-align: middle;
  }

  .menu .limited-plan ul li a .small {
    line-height: 12px;
  }

  /*コンテンツ-1 > プランメニュー > コロナに負けるなキャンペーン*/
  .menu .campaign .p-name {
    margin: 0;
    padding: 10px 0;
    font-size: 24px;
    color: rgb(255, 255, 255);
    background: rgb(158, 133, 207);
    display: block;
  }

  .menu .campaign ul {
    box-sizing: border-box;
    padding: 20px 10px 10px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(158, 133, 207);
    font-size: 0;
    text-align: left;
  }

  .menu .campaign ul li {
    box-sizing: border-box;
    height: 48px;
    margin: 0 0 20px 0;
    text-align: center;
    border: 1px solid rgb(200, 200, 200);
    position: relative;
  }

  .menu .campaign ul li a {
    color: rgb(100, 100, 100);
    display: block;
  }

  .menu .campaign ul li .list {
    margin: 0 20px 0 0;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    letter-spacing: 0.1em;
    font-family: serif;
  }

  .menu .limited-plan .campaign ul li:first-child .list {
    margin: 0 20px 0 0;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    letter-spacing: 0.05em;
    font-family: serif;
  }

  .menu .campaign ul li::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    width: 20px;
    height: 46px;
    line-height: 46px;
    font-size: 10px;
    color: rgb(255, 255, 255);
    background: rgb(158, 133, 207);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .menu .campaign ul li .small {
    margin: 0 0 0 10px;
    font-size: 10px;
    color: rgb(180, 180, 180);
    display: inline-block;
  }

  /*コンテンツ-1 > その他メニュー*/
  .menu .other-menu {
    width: 100%;
    margin: 0 auto;
    background: rgb(240, 240, 240);
  }

  .menu .other-menu_box {
    width: 90%;
    margin: 0 auto;
    padding: 32px 10px;
    border-top: 1px solid rgb(200, 200, 200);
  }

  .menu .other-menu p.heading {
    margin: 0 auto 32px;
  }

  .menu .other-menu ul {
    width: 90%;
    max-width: 440px;
    margin: 20px auto 0;
    font-size: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .menu .other-menu ul li {
    box-sizing: border-box;
    height: 48px;
    margin: 0 0 20px 0;
    text-align: center;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(200, 200, 200);
    position: relative;
  }

  .menu .other-menu ul li:last-child {
    margin: 0;
  }

  .menu .other-menu ul li a {
    color: rgb(100, 100, 100);
    display: block;
    padding: 0 10px;
  }

  .menu .other-menu ul li .list {
    font-size: 14px;
    text-align: center;
    line-height: 48px;
    letter-spacing: 0.1em;
    font-family: serif;
  }

  .menu .other-menu ul.icon li .list {
    margin: 0 20px 0 0;
  }

  .menu .other-menu ul.icon li::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    width: 20px;
    height: 46px;
    line-height: 46px;
    font-size: 10px;
    color: rgb(255, 255, 255);
    background: rgb(200, 200, 200);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  /*コンテンツ-1 > プランメニュー > プランメニュー表示順カスタマイズ*/
  .plan-menu_wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 32px auto 0;
  }

  .plan.other-plan {
    order: 1;
  }

  .menu .celebrate-plan {
    order: 2;
  }

  .plan.campaign {
    order: 3;
  }

  .menu .anniversary-plan {
    order: 4;
  }

  /*コンテンツ-2 <プラン紹介>
/////////////////////////////////////////////////////////////////////////*/
  .price {
    width: 100%;
    margin: 80px auto;
    text-align: center;
  }

  .price p.heading {
    /*width: 200px;*/
    margin: 0 auto;
    padding: 0 0 6px 0;
    font-size: 26px;
    text-align: center;
    font-family: serif;
    letter-spacing: 0.12em;
    color: rgb(100, 100, 100);
    border-bottom: 4px solid rgb(178, 166, 82);
    display: inline-block;
    line-height: 3.3rem;
  }

  .price h2.subheading {
    margin: 0 auto 40px;
    font-size: 26px;
    text-align: center;
    font-family: serif;
    letter-spacing: 0.12em;
    color: rgb(100, 100, 100);
  }

  .price .plan {
    width: 90%;
    max-width: 430px;
    margin: 60px auto;
  }

  .price .plan .tab_box {
    margin: 0 auto;
    height: 32px;
    text-align: left;
  }

  .price .plan .tab {
    padding: 8px 10px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.12em;
    color: rgb(80, 80, 80);
    background: rgb(255, 255, 255);
    display: inline-block;
  }

  .price .content_box {
    padding: 10px;
  }

  /*コンテンツ-2 共通部分 > プラン詳細*/
  .price .plan .photo img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .price .plan .info .box {
    position: relative;
  }

  .price .plan .info h3.title {
    box-sizing: border-box;
    width: 72%;
    margin: 0 auto;
    padding: 16px 16px 0;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.1em;
    font-family: serif;
    background: rgb(255, 255, 255);
    border-radius: 25px 25px 0 0;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
  }

  .price .plan .album .info h3.title {
    font-size: 18px;
    line-height: 1.25;
  }

  .price .plan .info .people {
    margin: 6px auto 0;
    font-size: 14px;
    text-align: right;
    letter-spacing: 0.1em;
    font-family: serif;
    display: inline-block;
  }

  .price .plan .info .cost_box {
    margin: 32px auto 0;
    max-width: 330px;
  }

  .price .plan .info .cost {
    margin: 22px auto 0;
    font-size: 36px;
    letter-spacing: 0.02em;
    font-family: serif;
    display: inline-block;
  }

  .price .plan #c-album .info .cost,
  .price .plan #a-album .info .cost {
    margin: 0;
  }

  .price .plan .info .large {
    font-size: 23px;
  }

  .price .plan .info .small {
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .price .plan .info .price-down {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }

  .price .plan .info .price-down .small {
    font-size: 18px;
    line-height: 1.3;
    margin: 12px 0 0;
    font-weight: bold;
  }

  .price .plan .info .price-down .small del {
    /*取り消し線*/
    background-image: linear-gradient(#888, #888);
    background-position: 0 50%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    margin: 0 0.4em;
    text-decoration: none;
    color: #515151;
  }

  .price .plan .limited-mark {
    /*期間限定マーク*/
    background: #ffffff;
    color: rgb(202 135 0);
    font-size: 18px;
    padding: 4px 4px 4px 6px;
    border: 3px solid rgb(255, 216, 137);
    margin-bottom: 10px;
    display: block;
    max-width: 200px;
    width: 90%;
    margin: auto;
  }

  .price .plan .info .tax-notation {
    /*値段の下の税込表示*/
    font-size: 15px;
    font-family: serif;
    text-align: center;
    display: block;
    margin-top: 5px;
    max-width: 330px;
    color: #636363;
  }

  .price .plan .info .tax-notation span {
    /*値段の下の税込表示*/
    font-size: 1.8em;
    font-family: serif;
  }

  .discount {
    padding: 4px 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #fff;
    background: gray;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 20px auto;
    display: block;
  }

  .celebrate-plan .discount {
    background: rgb(228, 182, 182);
  }

  .another-plan .discount {
    background: rgb(229, 120, 118);
  }

  .keep-plan .discount {
    background: rgb(132, 194, 231);
  }

  .limited-plan .discount {
    background: rgb(133, 199, 207);
  }

  .price .plan .comment {
    /*値段の上の税込表示*/
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Verdana, Meiryo,
      sans-serif;
    color: rgb(0 0 0);
    font-size: 12px;
    padding: 5px;
    box-sizing: border-box;
    background: rgb(177 228 150);
    font-weight: 500;
    border: 1px solid #fff;
    display: block;
  }

  .price .plan .new {
    /*タイトル上表記*/
    color: rgb(255, 255, 255);
    font-size: 12px;
    padding: 5px;
    box-sizing: border-box;
    background: rgb(228, 150, 150);
    font-weight: 500;
    margin: 0 auto 16px;
    border: 1px solid #fff;
    display: block;
    width: 50%;
  }

  .price .plan .info br.br {
    display: none;
  }

  /*コンテンツ-2 共通部分 > 特典*/
  .price .plan .benefits {
    box-sizing: border-box;
    width: 100%;
    max-width: 380px;
    margin: 16px auto 0;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
  }

  /*コンテンツ-2 共通部分 > セットプラン*/
  .price .plan .setplan {
    margin: 40px auto 0;
  }

  .price .plan .setplan .name {
    margin: 0 auto 16px;
    font-size: 24px;
    letter-spacing: 0.2em;
    text-align: center;
    font-family: serif;
  }

  .price .plan .setplan .content {
    box-sizing: border-box;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding: 0 6% 20px;
  }

  .price .plan .setplan .content span {
    color: #fff;
    background: #000;
    padding: 1px;
  }

  .price .plan .setplan ul {
    font-size: 0;
    text-align: left;
  }

  .price .plan .setplan ul li {
    box-sizing: border-box;
    width: 31%;
    max-width: 100px;
    margin: 20px 3% 0 0;
    padding: 10px 0;
    font-size: 10px;
    text-align: center;
    line-height: 1.3;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(100, 100, 100);
    display: inline-block;
    vertical-align: top;
  }

  .price .plan .setplan ul li:last-child {
    margin: 20px 0 0 0;
  }

  .price .plan .setplan ul li .text {
    height: 24px;
    margin: 5px auto 0;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 0;
    font-family: serif;
  }

  .price .plan .setplan ul li .text-d {
    height: 24px;
    margin: 5px auto 0;
    font-family: serif;
  }

  .price .plan .setplan ul li img {
    margin: 0 auto;
    display: block;
  }

  /*コンテンツ-2 共通部分 > 衣装について*/
  .price .plan .costume {
    margin: 40px auto 0;
  }

  .price .plan .costume .heading {
    width: auto;
    font-size: 25px;
    letter-spacing: 0.1em;
    text-align: center;
    font-family: serif;
    border: none;
  }

  .price .plan .costume .subheading {
    margin: 0 auto 10px;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    font-family: serif;
  }

  .price .plan .costume .btn,
  .price .plan .product .btn {
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    margin: 40px auto 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 1px solid rgb(228, 182, 182);
  }

  .price .plan .costume .btn a,
  .price .plan .product .btn a {
    padding: 24px 0;
    color: rgb(228, 182, 182);
    display: block;
  }

  i.fa-caret-right {
    margin: 0 10px 0 0;
  }

  .price .plan .costume .main {
    margin: 0 auto;
  }

  .price .plan .costume .sibling {
    margin: 32px auto 0;
  }

  .price .plan .costume ul {
    box-sizing: border-box;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding: 10px 2%;
    font-size: 0;
    text-align: center;
  }

  .price .plan .costume ul li {
    width: 25%;
    max-width: 88px;
    font-size: 15px;
    text-align: center;
    color: rgb(255, 255, 255);
    display: inline-block;
    vertical-align: top;
  }

  .price .plan .costume ul li img {
    width: 100%;
    height: auto;
  }

  .price .plan .costume ul li .name {
    height: auto;
    min-height: 32px;
    line-height: 1;
    font-family: serif;
  }

  .price .plan .costume ul li.icon {
    width: 5%;
    max-width: 15px;
    margin: 0 2%;
    line-height: 69px;
    color: rgb(255, 255, 255);
  }

  .price .plan .costume ul li .small {
    font-size: 10px;
  }

  .price .plan .costume .restriction {
    width: 100%;
    max-width: 380px;
    margin: 10px 0 0 0;
    font-size: 10px;
    text-align: center;
    line-height: 1.3;
    display: block;
  }

  .price .plan .costume .main .text,
  .price .plan .costume .sibling .text {
    margin: 10px 0 0 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }

  .price .plan .costume a {
    font-weight: bold;
    color: rgb(139, 199, 207);
  }

  .price .plan .costume .annotation {
    margin: 40px auto 0;
    font-size: 12px;
    text-align: left;
    line-height: 1.7;
  }

  /*コンテンツ-2 共通部分 > 商品について*/
  .price .plan .product {
    margin: 40px auto 0;
    padding: 0;
    border: none;
  }

  .price .plan .product .heading {
    font-size: 25px;
    letter-spacing: 0.1em;
    text-align: center;
    font-family: serif;
    border: none;
  }

  .price .plan .product ul {
    margin: 0 auto;
    font-size: 0;
    text-align: center;
  }

  .price .plan .product ul li {
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(180, 180, 180);
    border-radius: 0 20px 0 0;
    display: inline-block;
    vertical-align: top;
  }

  .price .plan .product ul li .p-name {
    width: 154px;
    margin: 15px 0 15px 6px;
    font-weight: bold;
    display: inline-block;
  }

  .price .plan .product ul li .small {
    margin: 10px auto 0;
    font-size: 10px;
    display: block;
  }

  .price .plan .product a {
    padding: 16px 8px;
    color: rgb(100, 100, 100);
    display: inline-block;
  }

  .price .plan .cap {
    margin: 40px auto 0;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.12em;
    font-family: serif;
    color: rgb(255, 255, 255);
  }

  .price .plan .album .cap {
    font-size: 12px;
  }

  .price .plan .premium .costume .main ul li .name {
    min-height: 45px;
    margin: 0;
  }

  .price .plan .product ul li.icon,
  .price .plan .product p.icon {
    padding: 0;
    margin: 10px auto;
    font-size: 30px;
    letter-spacing: 0;
    font-family: serif;
    background: none;
    border: none;
    display: block;
  }

  .price .plan .product ul li.plus-icon {
    margin: 10px auto;
    font-size: 30px;
    letter-spacing: 0;
    font-family: serif;
    border: none;
    display: block;
  }

  .price .plan .product .p-bg {
    background: rgba(240, 240, 240, 0.5);
    display: inline-block;
  }

  .price .plan .product .p-bg {
    padding: 16px;
  }

  .price .plan .product ul li {
    margin: 0 10px;
    max-width: 480px;
  }

  .price .plan .album .product ul li {
    padding: 16px;
  }

  .price .plan .album .product ul li img {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 200px;
  }

  /*コンテンツ-2 > 七五三プラン*/
  .price .plan .link {
    margin: 0 auto;
    padding: 16px 0;
    background: rgb(255, 216, 137);
    border-bottom: 1px dashed rgb(210, 190, 195);
    font-size: 0;
    text-align: center;
  }

  .price .plan .link .text {
    margin: 0 auto 10px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.12em;
    color: rgb(80, 80, 80);
    display: inline-block;
    vertical-align: top;
  }

  .price .plan .link .btn {
    box-sizing: border-box;
    width: 90%;
    max-width: 300px;
    margin: 5px auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(180, 180, 180);
    display: inline-block;
    vertical-align: top;
  }

  .price .plan .link .btn a {
    padding: 24px 0;
    color: rgb(150, 150, 150);
    display: block;
  }

  .price .plan .link i.fa-caret-right {
    color: rgb(255, 216, 137);
  }

  .price .celebrate-plan {
    margin: 0 auto 60px;
    padding: 60px 0 0 0;
  }

  .celebrate-plan .album,
  .celebrate-plan .premium,
  .celebrate-plan .deluxe,
  .celebrate-plan .standard {
    margin: 32px auto 0;
    border: 1px solid rgb(201, 177, 183);
  }

  .price .celebrate-plan .tab_box {
    background: rgb(255, 207, 198);
  }

  .celebrate-plan .t-line {
    width: 140px;
    margin: 32px auto 0;
    border: solid rgb(255, 207, 198);
    border-width: 3px 0 0 0;
  }

  .price .celebrate-plan .info .cost {
    margin: 0;
  }

  .celebrate-plan .setplan .content {
    background: rgb(255, 207, 198);
    background-image: url(../images/price_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 168px;
    border-radius: 8px 8px 0 0;
  }

  .celebrate-plan .h-line {
    width: 64px;
    margin: 16px auto 32px;
    border: solid rgb(255, 207, 198);
    border-width: 3px 0 0 0;
  }

  .celebrate-plan .benefits {
    border: 1px solid rgb(255, 207, 198);
  }

  .celebrate-plan .benefits .color {
    color: rgb(228, 182, 182);
  }

  .celebrate-plan .costume ul {
    background: rgb(228, 182, 182);
  }

  .celebrate-plan .costume .restriction,
  .celebrate-plan .costume .main .text,
  .celebrate-plan .costume .sibling .text {
    color: rgb(228, 182, 182);
  }

  .celebrate-plan .cap {
    background: rgb(255, 207, 198);
  }

  /*コンテンツ-2 > アニバーサリープラン*/
  .price .anniversary-plan {
    padding: 60px 0 0 0;
    border-top: 1px solid rgb(200, 200, 200);
  }

  .price .anniversary-plan .target {
    box-sizing: border-box;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.12em;
    font-family: serif;
    color: rgb(100, 100, 100);
    background: rgb(255, 235, 194);
    display: inline-block;
  }

  .price .anniversary-plan .target .small {
    display: inline-block;
    font-size: 11px;
    line-height: 1.5;
  }

  .anniversary-plan .t-line {
    width: 140px;
    margin: 16px auto 0;
    border: solid rgb(255, 233, 181);
    border-width: 3px 0 0 0;
  }

  .holiday {
    width: 100%;
    max-width: 320px;
    margin: 20px auto 0;
    padding: 4px 0;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    font-family: serif;
    background: rgb(240, 240, 240);
    display: inline-block;
  }

  .anniversary-plan .setplan .content {
    background: rgb(255, 233, 181);
    background-image: url(../images/price_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 168px;
    border-radius: 8px 8px 0 0;
  }

  .anniversary-plan .h-line {
    width: 64px;
    margin: 16px auto 32px;
    border: solid rgb(255, 233, 181);
    border-width: 3px 0 0 0;
  }

  .anniversary-plan .album,
  .anniversary-plan .premium,
  .anniversary-plan .deluxe,
  .anniversary-plan .standard {
    margin: 32px auto 0;
    border: 1px solid rgb(181, 172, 83);
  }

  .anniversary-plan .tab_box {
    background: rgb(255, 233, 181);
  }

  .anniversary-plan .benefits {
    border: 1px solid rgb(255, 233, 181);
  }

  .anniversary-plan .benefits .color {
    color: rgb(224, 201, 157);
  }

  .anniversary-plan .costume ul {
    background: rgb(224, 201, 157);
  }

  .anniversary-plan .costume .main .text,
  .anniversary-plan .costume .sibling .text {
    color: rgb(224, 201, 157);
  }

  .anniversary-plan .cap {
    background: rgb(255, 233, 181);
  }

  /*コンテンツ-2 > はじめてプラン*/
  .beginner-plan {
    padding: 60px 0 0 0;
    border-top: 1px solid rgb(200, 200, 200);
  }

  .beginner {
    border: 1px solid rgb(181, 172, 83);
  }

  .price .beginner .tab_box {
    height: 6px;
    background: rgb(255, 233, 181);
  }

  .price .beginner-plan .info h3.title {
    width: 100%;
    font-size: 24px;
  }

  .beginner-plan .t-line {
    width: 140px;
    margin: 16px auto 0;
    border: solid rgb(255, 233, 181);
    border-width: 3px 0 0 0;
  }

  .beginner-plan .benefits {
    border: 1px solid rgb(255, 233, 181);
  }

  .beginner-plan .setplan .content {
    background: rgb(255, 233, 181);
    background-image: url(../images/price_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 168px;
    border-radius: 8px 8px 0 0;
  }

  .beginner-plan .h-line {
    width: 64px;
    margin: 16px auto 32px;
    border: solid rgb(255, 233, 181);
    border-width: 3px 0 0 0;
  }

  .beginner-plan .costume ul {
    background: rgb(224, 201, 157);
  }

  .beginner-plan .costume .main .text,
  .beginner-plan .costume .sibling .text {
    color: rgb(224, 201, 157);
  }

  .beginner-plan .cap {
    background: rgb(255, 233, 181);
  }

  .beginner-plan .setplan ul li.birth {
    width: 100%;
    max-width: 340px;
    padding: 10px;
    font-size: 16px;
  }

  .beginner-plan .setplan ul li.birth .img {
    margin: 0 auto;
    width: 100%;
    max-width: 192px;
  }

  .beginner-plan .setplan ul li.birth .text {
    width: 100%;
    height: auto;
    margin: 10px auto 0;
    line-height: 1.5;
  }

  .beginner-plan .setplan ul li.birth .small {
    font-size: 12px;
    display: block;
  }

  .beginner-plan .setplan ul li.birth img {
    width: 100%;
    height: auto;
  }

  .price .beginner-plan .costume .btn,
  .price .beginner-plan .product .btn {
    border: 1px solid rgb(224, 201, 157);
  }

  .price .beginner-plan .costume .btn a,
  .price .beginner-plan .product .btn a {
    color: rgb(224, 201, 157);
  }

  .price .plan .costume .btn a:hover,
  .price .plan .product .btn a:hover {
    color: rgb(255, 255, 255);
    background: rgb(224, 201, 157);
  }

  /*コンテンツ-2 > 1stアニバーサリープラン*/
  .f-anniversary-plan {
    padding: 60px 0 0 0;
    border-top: 1px solid rgb(200, 200, 200);
  }

  .f-anniversary {
    border: 1px solid rgb(133, 158, 175);
  }

  .price .f-anniversary .tab_box {
    height: 6px;
    background: rgb(188, 223, 255);
  }

  .price .f-anniversary-plan .info h3.title {
    width: 100%;
    font-size: 24px;
  }

  .f-anniversary-plan .t-line {
    width: 140px;
    margin: 16px auto 0;
    border: solid rgb(188, 223, 255);
    border-width: 3px 0 0 0;
  }

  .f-anniversary-plan .benefits {
    border: 1px solid rgb(188, 223, 255);
  }

  .f-anniversary-plan .setplan .content {
    background: rgb(188, 223, 255);
    background-image: url(../images/price_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 168px;
    border-radius: 8px 8px 0 0;
  }

  .f-anniversary-plan .h-line {
    width: 64px;
    margin: 16px auto 32px;
    border: solid rgb(188, 223, 255);
    border-width: 3px 0 0 0;
  }

  .f-anniversary-plan .costume ul {
    background: rgb(132, 194, 231);
  }

  .f-anniversary-plan .costume .main .text,
  .f-anniversary-plan .costume .sibling .text {
    color: rgb(132, 194, 231);
  }

  .f-anniversary-plan .cap {
    background: rgb(188, 223, 255);
  }

  .f-anniversary-plan .setplan ul li.birth {
    width: 100%;
    max-width: 340px;
    padding: 10px;
    font-size: 16px;
  }

  .f-anniversary-plan .setplan ul li.birth .img {
    margin: 0 auto;
    width: 100%;
    max-width: 192px;
  }

  .f-anniversary-plan .setplan ul li.birth .text {
    width: 100%;
    height: auto;
    margin: 10px auto 0;
    line-height: 1.5;
  }

  .f-anniversary-plan .setplan ul li.birth .small {
    font-size: 12px;
    display: block;
  }

  .f-anniversary-plan .setplan ul li.birth img {
    width: 100%;
    height: auto;
  }

  /*コンテンツ-2 > マタニティプラン*/
  .maternity-plan {
    padding: 60px 0 0 0;
    border-top: 1px solid rgb(200, 200, 200);
  }

  .maternity {
    border: 1px solid rgb(136, 160, 93);
  }

  .price .maternity-plan .tab_box {
    height: 6px;
    background: rgb(231, 250, 190);
  }

  .price .maternity .info h3.title {
    width: 100%;
  }

  .maternity-plan .t-line {
    width: 140px;
    margin: 16px auto 0;
    border: solid rgb(231, 250, 190);
    border-width: 3px 0 0 0;
  }

  .maternity-plan .benefits {
    border: 1px solid rgb(231, 250, 190);
  }

  .maternity-plan .setplan .content {
    background: rgb(231, 250, 190);
    background-image: url(../images/price_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 168px;
    border-radius: 8px 8px 0 0;
  }

  .maternity-plan .h-line {
    width: 64px;
    margin: 16px auto 32px;
    border: solid rgb(231, 250, 190);
    border-width: 3px 0 0 0;
  }

  .price .maternity-plan .costume ul {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    background: rgb(177, 206, 149);
  }

  .price .maternity-plan .costume .m-sub ul {
    padding: 20px 0;
  }

  .price .maternity-plan .costume .m-sub ul li {
    width: 100%;
    max-width: 380px;
    font-size: 24px;
    font-family: serif;
  }

  .maternity-plan .costume .text {
    margin: 10px auto 40px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: rgb(177, 206, 149);
  }

  .maternity-plan .cap {
    background: rgb(231, 250, 190);
  }

  .maternity-plan .setplan .content .text {
    margin: 20px auto 0;
    font-size: 12px;
    text-align: center;
    line-height: 1.7;
  }

  /*コンテンツ-2 > コロナに負けるなプラン*/
  .price .campaign {
    padding: 60px 0 0 0;
    border-top: 1px solid rgb(200, 200, 200);
  }

  .campaign .t-line {
    width: 140px;
    margin: 16px auto 0;
    border: solid rgb(158, 133, 207);
    border-width: 3px 0 0 0;
  }

  .campaign .setplan .content {
    background: rgb(158, 133, 207);
    background-image: url(../images/price_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 168px;
    border-radius: 8px 8px 0 0;
  }

  .campaign .h-line {
    width: 64px;
    margin: 16px auto 32px;
    border: solid rgb(158, 133, 207);
    border-width: 3px 0 0 0;
  }

  .campaign .album,
  .campaign .premium,
  .campaign .deluxe,
  .campaign .standard {
    margin: 32px auto 0;
    border: 1px solid rgb(124, 83, 205);
  }

  .campaign .tab_box {
    background: rgb(158, 133, 207);
  }

  .campaign .benefits {
    border: 1px solid rgb(158, 133, 207);
  }

  .campaign .benefits .color {
    color: rgb(224, 201, 157);
  }

  .campaign .costume ul {
    background: rgb(224, 201, 157);
  }

  .menu .plan.campaign ul li.last {
    margin: 10px 0 0 0;
  }

  .campaign .costume .main .text,
  .campaign .costume .sibling .text {
    color: rgb(224, 201, 157);
  }

  .campaign .cap {
    background: rgb(158, 133, 207);
    font-size: 12px;
  }

  .price .plan.campaign .tab {
    font-size: 10px;
  }

  .price .plan.campaign .cap {
    font-size: 12px;
  }

  .price .plan.campaign .cap {
    height: auto;
    font-size: 12px;
    line-height: 18px;
  }

  .price .plan.campaign .info h3.title {
    font-size: 18px;
    line-height: 1.25;
  }

  /*コンテンツ-2 > 成人式撮影プラン*/
  .photograph-20-plan {
    padding: 60px 0 0 0;
    border-top: 1px solid rgb(200, 200, 200);
  }

  .photograph-20 {
    border: 1px solid rgb(127, 93, 93);
  }

  .price .photograph-20-plan .tab_box {
    height: 6px;
    background: rgb(226, 156, 156);
  }

  .price .photograph-20 .info h3.title {
    width: 100%;
  }

  .photograph-20-plan .t-line {
    width: 140px;
    margin: 16px auto 0;
    border: solid rgb(226, 156, 156);
    border-width: 3px 0 0 0;
  }

  .photograph-20-plan .benefits {
    border: 1px solid rgb(226, 156, 156);
  }

  .photograph-20-plan .setplan .content {
    background: rgb(226, 156, 156);
    background-image: url(../images/price_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 168px;
    border-radius: 8px 8px 0 0;
  }

  .photograph-20-plan .h-line {
    width: 64px;
    margin: 16px auto 32px;
    border: solid rgb(216, 143, 143);
    border-width: 3px 0 0 0;
  }

  .price .photograph-20-plan .costume ul {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    background: rgb(193, 118, 118);
  }

  .price .photograph-20-plan .costume .m-sub ul {
    padding: 20px 0;
  }

  .price .photograph-20-plan .costume .m-sub ul li {
    width: 100%;
    max-width: 380px;
    font-size: 24px;
    font-family: serif;
  }

  .photograph-20-plan .costume .text {
    margin: 10px auto 40px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: rgb(193, 118, 118);
  }

  .photograph-20-plan .cap {
    background: rgb(226, 156, 156);
  }

  .photograph-20-plan .setplan .content .text {
    margin: 20px auto 0;
    font-size: 12px;
    text-align: center;
    line-height: 1.7;
  }

  /*コンテンツ-3  <お子様のヘアセットについて>
/////////////////////////////////////////////////////////////////////////*/
  .bg {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 80px 0;
    background: rgb(240, 240, 240);
  }

  .hair {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 0;
    border-top: 1px solid rgb(200, 200, 200);
  }

  .hair h3.subheading {
    margin: 0 auto 40px;
    font-size: 26px;
    text-align: center;
    font-family: serif;
    letter-spacing: 0.12em;
    color: rgb(100, 100, 100);
  }

  .hair .notes {
    margin: 0 auto 60px;
    padding: 32px 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    background: rgb(255, 255, 255);
  }

  .hair .notes .heading {
    margin: 0 auto 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.26em;
    color: rgb(80, 80, 80);
  }

  .hair .notes .girl {
    margin: 0 auto 20px;
    padding: 20px;
    background: rgba(255, 166, 198, 0.1);
  }

  .hair .notes .boy {
    padding: 20px;
    background: rgba(110, 219, 255, 0.1);
  }

  .hair .notes .head {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    color: rgb(80, 80, 80);
  }

  .hair .notes .text {
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgb(100, 100, 100);
  }

  .hair .catalog {
    text-align: center;
  }

  .hair .catalog .heading {
    margin: 0 auto 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    color: rgb(80, 80, 80);
    display: inline-block;
  }

  .hair .catalog .girls .heading {
    padding: 0 32px 10px;
    border-bottom: 3px solid rgb(255, 207, 198);
  }

  .hair .catalog .text {
    font-size: 13px;
    text-align: center;
    line-height: 1.7;
    color: rgb(100, 100, 100);
  }

  .hair dl {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
  }

  .hair dl .subheading {
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.12em;
    line-height: 1.25;
  }

  .hair dl .subheading:not(.girls03) {
    flex-basis: calc((100% - 16px) / 2);
    box-sizing: border-box;
    padding: 10px;
  }

  .hair dl .subheading > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    max-width: 180px;
    margin: 0 auto;
    aspect-ratio: 1/1;
  }

  .hair dl .subheading .circle {
    border-radius: 50%;
  }

  .hair .boys dl .subheading > span {
    background: rgb(188, 223, 255);
  }

  .hair .girls dl .subheading > span {
    background: rgb(255, 207, 198);
  }

  .hair .catalog > div {
    margin-bottom: 40px;
  }

  .hair .catalog > div:last-of-type {
    margin: 0;
  }

  .hair dl:not(.hair02) dd {
    flex: 1;
    flex-basis: calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
  }

  .hair dl dd:last-child {
    margin: 0;
  }

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

  .hair dl.hair02 {
    flex-direction: column-reverse;
    max-width: 31%;
  }

  .hair .single {
    width: 100%;
    max-width: 460px;
    margin: 20px auto 0;
  }

  .hair .single dl {
    width: 48%;
    max-width: 220px;
    margin: 0;
  }

  .hair .single dl:first-child {
    margin: 0 4% 0 0;
    float: left;
  }

  .hair .single dl:last-child {
    float: right;
  }

  .hair .single dl dd {
    width: 100%;
    max-width: 220px;
  }

  .hair dl.bangs {
    width: 100%;
    max-width: 700px;
  }

  .hair dl.bangs dt {
    box-sizing: border-box;
    height: 38px;
    margin: 0 auto 10px;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.12em;
    color: rgb(255, 255, 255);
    background: rgb(255, 143, 106);
    border-radius: 20px;
  }

  .hair dl.bangs dd {
    width: 32%;
    max-width: 220px;
    margin: 0 2% 0 0;
  }

  .hair dl.bangs dd:last-child {
    margin: 0;
  }

  .hair .catalog .boys .heading {
    margin: 40px auto 20px;
    padding: 0 32px 10px;
    border-bottom: 3px solid rgb(188, 223, 255);
  }

  .hair .catalog .boys ul {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    overflow: hidden;
  }

  .hair .catalog .boys ul li {
    width: 48%;
    max-width: 220px;
    margin: 20px 4% 0 0;
    float: left;
  }

  .hair .catalog .boys ul li:last-child {
    margin: 20px 0 0 0;
  }

  .hair img {
    width: 100%;
    height: auto;
  }

  .txt-strikethrough {
    position: relative;
  }

  .txt-strikethrough:before,
  span.txt-strikethrough:after {
    position: absolute;
    left: 50%;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    translate: -50% -50%;
    background: #d80000
  }

  .txt-strikethrough:before {
    top: calc(50% - 2px)
  }

  .txt-strikethrough:after {
    top: calc(50% + 2px)
  }

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

  .cost_cont.cost_cont01 {
    border: 2px dashed rgb(255, 207, 198);
    margin-bottom: 10px;
    padding: 8px;
    font-size: 16px;
    line-height: 1.6;
  }

  p.label-target-people {
    flex: 1;
    font-size: 14px;
    text-align: right;
    letter-spacing: 0.1em;
    font-family: serif;
    max-width: 5em;
  }

  p.label-target-people span {
    font-size: 23px;
  }

  p.price-label {
    flex-basis: min-content;
    max-width: 6em;
    font-size: 36px;
    letter-spacing: 0.02em;
    font-family: serif;
  }

  p.price-label .original-price {
    font-size: 75%;
  }

  .cost_cont.cost_cont02 {
    gap: 1em;
  }

  .cost_cont.cost_cont03 {
    font-size: 15px;
    font-family: serif;
    text-align: center;
    display: block;
    margin-top: 10px;
    max-width: 330px;
    color: #636363;
  }

  .cost_cont.cost_cont03 span.discounted-price {
    font-size: 1.8em;
    font-family: serif;
  }
}

/*=========================================== 
スマホ向けのレイアウトの指定：480px〜
===========================================*/
@media only screen and (min-width: 481px) {
  .price .plan .info .people {
    margin: 6px 5px 0 0;
  }

  .price .plan .info .cost {
    font-size: 40px;
    margin: 0;
    position: relative;
  }

  .price .plan .info .price-down .small {
    line-height: 1.5;
    margin: 30px 0 0;
  }

  .discount {
    width: 90px;
    height: 90px;
    padding: 21px 0 0;
    border-radius: 50%;
    margin: 0;
  }

  .price .plan .info br.br {
    display: block;
    font-size: 0;
  }

  .price .plan .setplan ul li {
    width: 30%;
    margin: 20px 5% 0 0;
    padding: 10px;
  }

  .f-anniversary-plan .setplan ul li.birth {
    width: 100%;
  }

  .price .plan .product a {
    padding: 10px;
  }
}

/*=========================================== 
PC向けのレイアウトの指定：768px〜
===========================================*/
@media only screen and (min-width: 769px) {
  #container {
    width: 100vw;
  }

  .left-side {
    float: left;
  }

  .right-side {
    float: right;
  }

  /*コンテンツ-1 <プランメニュー>
/////////////////////////////////////////////////////////////////////////*/
  .plan-menu_wrap {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
    padding: 0 20px;
  }

  .plan.other-plan {
    order: 2;
  }

  .menu .celebrate-plan {
    order: 1;
  }

  .plan.campaign {
    order: 4;
  }

  .menu .anniversary-plan {
    order: 3;
  }

  .plan-menu_wrap > div {
    flex: 1;
    flex-basis: calc((100% - 40px) / 2);
  }

  .menu {
    width: 100vw;
  }

  .menu p.heading {
    font-size: 30px;
  }

  .menu .info {
    max-width: 940px;
    margin: 0 auto 60px;
  }

  /*コンテンツ-1 > プランメニュー*/
  .menu .plan-menu {
    width: 100vw;
  }

  .menu .plan-menu_box {
    width: auto;
    max-width: 940px;
    padding: 0 10px;
  }

  .menu .p-name {
    margin: 0 auto 10px;
    padding: 20px 40px;
  }

  .menu .plan {
    width: auto;
  }

  .menu a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=80)";
    /* IE 8,9 */
    -moz-opacity: 0.8;
    /* FF , Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    zoom: 1;
    /*IE*/
  }

  .menu .celebrate-plan ul li.row,
  .menu .anniversary-plan ul li:first-child {
    width: 100%;
    max-width: 416px;
    margin: 0 0 10px;
  }

  .menu .anniversary-plan ul li:first-child a {
    padding: 21px 0;
    line-height: inherit;
  }

  /*コンテンツ-1 > プランメニュー > 七五三プラン*/
  .menu .celebrate-plan {
    padding: 10px;
    background: rgb(255, 255, 255);
  }

  .menu .celebrate-plan ul {
    font-size: 0;
    text-align: center;
  }

  .menu .celebrate-plan ul li {
    width: 29%;
    max-width: 120px;
    height: 60px;
    margin: 0 6.5% 0 0;
    display: inline-block;
    vertical-align: top;
  }

  .menu .celebrate-plan ul li .list {
    display: block;
  }

  .menu .celebrate-plan ul li .small {
    margin: 4px auto 0;
    display: block;
  }

  .menu .celebrate-plan ul li a {
    padding: 21px 0;
    line-height: inherit;
  }

  .menu .celebrate-plan ul li::after {
    height: 58px;
    line-height: 58px;
  }

  .menu .celebrate-plan ul li.row {
    width: 100%;
    max-width: 416px;
  }

  .menu .celebrate-plan ul li.row:first-child a {
    padding: 21px 0;
  }

  /*コンテンツ-1 > プランメニュー > アニバーサリープラン*/
  .menu .anniversary-plan ul {
    font-size: 0;
    text-align: center;
  }

  .menu .anniversary-plan ul li {
    width: 29%;
    max-width: 120px;
    height: 60px;
    margin: 0 6.5% 0 0;
    display: inline-block;
    vertical-align: top;
  }

  .menu .anniversary-plan ul li .list {
    display: block;
  }

  .menu .anniversary-plan ul li .small {
    margin: 4px auto 0;
    letter-spacing: 0.06em;
    display: block;
  }

  .menu .anniversary-plan ul li a {
    padding: 21px 0;
  }

  .menu .anniversary-plan ul li::after {
    height: 58px;
    line-height: 58px;
  }

  .price .anniversary-plan .graduation .info h3.title {
    font-size: 35px;
  }

  /*コンテンツ-1 > プランメニュー > その他プラン*/
  .menu .other-plan ul {
    font-size: 0;
    text-align: center;
  }

  .menu .other-plan ul li {
    width: 47.5%;
    max-width: 210px;
    height: 60px;
    margin: 0 5% 20px 0;
    display: inline-block;
    vertical-align: top;
  }

  .menu .other-plan ul li:nth-child(2n) {
    margin: 0;
  }

  .menu .other-plan ul li p.line-2 {
    padding: 12px 0;
  }

  .menu .other-plan ul li:last-child a {
    padding: 0;
  }

  .menu .other-plan ul li .list {
    line-height: 1.3;
  }

  .menu .other-plan ul li p.line-1 {
    line-height: 58px;
  }

  .menu .other-plan ul li::after {
    height: 58px;
    line-height: 58px;
  }

  /*コンテンツ-1 > プランメニュー > 期間限定プラン*/
  .menu .limited-plan {
    margin: 56px auto 0;
    text-align: left;
  }

  .menu .limited-plan ul {
    box-sizing: border-box;
    padding: 0 10px 10px;
  }

  .menu .limited-plan ul li {
    /*width: 47.5%;
	max-width: 200px;*/
    width: 100%;
    height: 60px;
    margin: 10px 5% 0 0;
    display: inline-block;
    vertical-align: top;
  }

  .menu .limited-plan ul li.last {
    margin: 10px 0 0 0;
  }

  .menu .limited-plan ul li:last-child {
    margin: 10px 0 0 0;
  }

  .menu .limited-plan ul li .list {
    line-height: 58px;
  }

  .menu .limited-plan ul li::after {
    height: 58px;
    line-height: 58px;
  }

  .menu .limited-plan .campaign ul li:first-child .list {
    font-size: 16px;
    line-height: 58px;
  }

  /*コンテンツ-1 > その他メニュー*/
  .menu .other-menu {
    width: 100vw;
  }

  .menu .other-menu_box {
    width: auto;
    max-width: 940px;
  }

  .menu .other-menu ul {
    width: auto;
    max-width: none;
  }

  .menu .other-menu ul li {
    width: 31%;
    max-width: 292px;
    height: 60px;
    display: inline-block;
  }

  .menu .other-menu ul li .list {
    line-height: 58px;
  }

  .menu .other-menu ul.icon li::after {
    height: 58px;
    line-height: 58px;
  }

  /*コンテンツ-1 > プランメニュー > 期間限定プランをスマホでのみ上部に表示する*/
  .plan-menu_box .clearfix {
    display: block;
  }

  /*コンテンツ-2 <プラン紹介>
/////////////////////////////////////////////////////////////////////////*/
  .price {
    width: auto;
    max-width: 940px;
    padding: 0 10px;
  }

  .price p.heading {
    font-size: 30px;
  }

  .price h2.subheading {
    font-size: 30px;
  }

  .price .plan {
    width: auto;
    max-width: 940px;
  }

  .price .plan .tab_box {
    margin: 0 auto 32px;
  }

  .price .content_box {
    padding: 0;
  }

  /*コンテンツ-2 共通部分 > プラン詳細*/
  .price .plan .photo {
    width: 43%;
    max-width: 400px;
  }

  .price .plan .info {
    width: 47%;
    max-width: 440px;
    margin: 0 60px 0 0;
  }

  .price-down span {
    display: inline-block;
  }

  .price .plan .info h3.title {
    width: auto;
    padding: 0;
    font-size: 50px;
    background: none;
    position: static;
  }

  .price .plan .album .info h3.title {
    font-size: 18px;
  }

  /*コンテンツ-2 共通部分 > 特典*/
  .price .plan .benefits {
    width: 380px;
    padding: 10px 40px;
  }

  /*コンテンツ-2 共通部分 > セットプラン*/
  .price .plan .setplan .content {
    width: 380px;
    padding: 0 20px 20px;
  }

  .price .plan .setplan ul li {
    width: 100px;
    margin: 20px 20px 0 0;
    font-size: 12px;
  }

  /*コンテンツ-2 共通部分 > 衣装について*/
  .price .plan .costume {
    width: 90%;
    max-width: 780px;
  }

  .price .plan .costume .subheading {
    margin: 0 auto 32px;
  }

  .price .plan .costume .btn a:hover,
  .price .plan .product .btn a:hover {
    color: rgb(255, 255, 255);
    background: rgb(228, 182, 182);
  }

  .price .plan .costume .main {
    width: 49%;
    margin: 0 2% 0 0;
    float: left;
  }

  .price .plan .costume .sibling {
    width: 49%;
    margin: 0;
    float: right;
  }

  .price .plan .costume ul {
    padding: 10px 0;
  }

  .price .plan .costume ul li .name {
    min-height: auto;
    margin: 0 0 10px 0;
  }

  .price .plan .album .costume .main ul li .name,
  .price .plan .premium .costume .main ul li .name {
    min-height: 32px;
    margin: 0;
  }

  /*コンテンツ-2 共通部分 > 商品について*/
  .price .plan .product {
    width: 90%;
    max-width: 780px;
  }

  .price .plan .product ul li .p-name {
    margin: 10px auto 0;
    text-align: center;
    display: block;
  }

  .price .plan .product ul li img {
    width: 100px;
    height: auto;
  }

  .price .plan .product ul li .small {
    margin: 8px auto 0;
  }

  .price .plan .album .costume ul li.icon,
  .price .plan .premium .costume ul li.icon {
    line-height: 76px;
  }

  .price .plan .product ul li.icon {
    height: 164px;
    margin: 0;
    padding: 0 10px;
    line-height: 164px;
    display: inline-block;
  }

  .price .plan .product ul li.plus-icon {
    height: 164px;
    margin: 0;
    padding: 0 10px;
    line-height: 164px;
    display: inline-block;
  }

  .price .plan .product .p-bg {
    padding: 0;
    background: none;
  }

  .price .plan .product a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=80)";
    /* IE 8,9 */
    -moz-opacity: 0.8;
    /* FF , Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    zoom: 1;
    /*IE*/
  }

  /*コンテンツ-2 > 七五三プラン*/
  .price .plan .link {
    margin: 0 auto 32px;
  }

  .price .plan .link .text {
    margin: 0 16px 0 0;
    height: 66px;
    line-height: 66px;
  }

  .price .plan .link .btn {
    box-sizing: border-box;
    width: 90%;
    max-width: 300px;
    margin: 0 8px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(180, 180, 180);
    display: inline-block;
    vertical-align: top;
  }

  .price .plan .link .btn a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=80)";
    /* IE 8,9 */
    -moz-opacity: 0.8;
    /* FF , Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    zoom: 1;
    /*IE*/
  }

  .price .celebrate-plan .tab_box {
    margin: 0 auto 32px;
  }

  /*コンテンツ-2 > はじめてプラン*/
  .beginner-plan .setplan ul li.birth {
    width: 340px;
  }

  .beginner-plan .setplan ul li.birth .img {
    width: 60%;
    margin: 0;
    float: left;
  }

  .beginner-plan .setplan ul li.birth .text {
    width: 40%;
    margin: 48px auto 0;
    line-height: 1.5;
    float: right;
  }

  .price .plan.campaign .tab {
    font-size: 16px;
  }

  .price .plan.campaign .cap {
    height: 32px;
    font-size: 16px;
    line-height: 32px;
  }

  .price .plan.campaign .info h3.title {
    font-size: 18px;
  }

  /*コンテンツ-2 > 1stアニバーサリープラン*/
  .f-anniversary-plan .setplan ul li.birth {
    width: 340px;
  }

  .f-anniversary-plan .setplan ul li.birth .img {
    width: 60%;
    margin: 0;
    float: left;
  }

  .f-anniversary-plan .setplan ul li.birth .text {
    width: 40%;
    margin: 48px auto 0;
    line-height: 1.5;
    float: right;
  }

  .price .plan.campaign .tab {
    font-size: 16px;
  }

  .price .plan.campaign .cap {
    height: 32px;
    font-size: 16px;
    line-height: 32px;
  }

  .price .plan.campaign .info h3.title {
    font-size: 18px;
  }

  /*コンテンツ-3  <お子様のヘアセットについて>
/////////////////////////////////////////////////////////////////////////*/
  .bg {
    width: 100vw;
  }

  .hair {
    width: auto;
    max-width: 940px;
    padding: 60px 10px 0;
  }

  .hair h3.subheading {
    font-size: 30px;
  }

  .hair .notes {
    padding: 32px 60px;
  }

  .hair dl .subheading:not(.girls03) {
    flex-basis: calc((100% - 48px) / 4);
  }

  .hair dl:not(.hair02) dd {
    flex-basis: calc((100% - 48px) / 4);
    max-width: calc((100% - 48px) / 4);
  }

  .hair .single {
    width: 48%;
    max-width: 460px;
    margin: 20px 0 0 0;
    float: left;
  }

  .hair .single dl {
    width: 48%;
    max-width: 220px;
    margin: 0;
  }

  .hair .catalog .boys ul {
    width: 49%;
  }

  .hair .catalog .boys ul li {
    width: 48%;
  }

  p.price-label {
    font-size: 40px;
  }
}

/*=========================================== 
PC向けのレイアウトの指定：960px〜
===========================================*/
@media only screen and (min-width: 961px) {
  .price .plan .album .info h3.title {
    font-size: 35px;
  }

  .price .f-anniversary-plan .info h3.title {
    font-size: 34px;
  }

  .price .maternity-plan .info h3.title {
    font-size: 46px;
  }

  .price .plan.campaign .info h3.title {
    font-size: 35px;
  }
}