.col-sm-12 {
    padding: 0;
  }

  @media screen and (max-width: 767px) {
    .md_contentsHead {
      display: none;
    }
    .pc-visible {
      display: none;
    }
    .kb_page-contents.release-detail .fr_snsIcn_right {
      display: flex;
    }
  }

  @media screen and (min-width: 768px) {
    .sp-visible {
      display: none;
    }
    .fr_snsIcn_right {
      display: none;
    }
  }

  @media screen and (max-width: 767px) {
    #gift_catalogue {
      margin-top: 64px;
      font-size: 14px;
    }
    #gift_catalogue .cover {
      background-repeat: no-repeat;
      background-position: top;
      background-attachment: unset;
      height: 40vw;
    }
    #gift_catalogue section.intro {
      margin: 8% 4% 16%;
    }
    #gift_catalogue h2 {
      font-size: 7vw;
      line-height: 1.2;
      margin: 0 auto;
    }
    #gift_catalogue h3 {
      font-size: 6.3vw;
      margin: 0 auto;
    }
    #gift_catalogue h4 {
      font-size: 16px;
    }
    #gift_catalogue h3 span {
      font-size: 85%;
    }
    #gift_catalogue h4 span {
      font-size: 80%;
    }
    #gift_catalogue .tit {
      font-size: 4.4vw;
      line-height: 1.5;
      margin: 3% auto 8%;
    }
    #gift_catalogue p {
      font-size: 14px;
    }
    #gift_catalogue .flex-container {
      display: initial;
    }
    #gift_catalogue .display-flex {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    #gift_catalogue .display-flex li {
      width: 33%;
      flex: auto;
    }
    #gift_catalogue figure.flex-1 {
      margin: 4% auto;
      padding: 5%;
      border-radius: 4px;
    }
    #gift_catalogue a.btn_bk_l {
      height: 48px;
      line-height: 47px;
      font-size: 14px;
      width: 64%;
      margin: 4% auto;
    }
    #gift_catalogue section {
      margin: 12% auto;
    }
    #gift_catalogue section.scene {
      padding: 12% 2% 0;
      margin: 0 auto;
    }
    #gift_catalogue .scene h3 {
      padding: 0 2%;
    }
    #gift_catalogue .scene .flex-1 {
      padding: 4% 3% 0;
    }
    #gift_catalogue .scene-img {
      background-repeat: no-repeat;
      background-attachment: unset;
      height: 40vw;
      margin-top: 8%;
    }
    #gift_catalogue section.course {
      width: 100%;
      margin: 12% auto;
      padding: 0 4%;
      border-color: #999999;
    }
    #gift_catalogue nav ul {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin: 4% auto;
    }
    #gift_catalogue nav li {
      flex: 1 0 49%;
      padding: 1em 0;
    }
    #gift_catalogue .arrow {
      padding: 0 0 10px;
    }
    #gift_catalogue #chacorl {
      border: none;
      border-top: 1px solid #999;
      padding: 0;
      padding-top: 5%;
    }
    #gift_catalogue #chacorl .flex-1 {
      padding: 0 1% 4%;
    }
    #gift_catalogue .price {
      font-size: 5vw;
      margin-bottom: 5%;
    }
    #gift_catalogue ul.caption {
      color: #808080;
      font-size: 12px;
      border-left: none;
      padding-left: 0;
      margin: 0;
      padding: 0;
    }
    #gift_catalogue a.btn_bk, #gift_catalogue a.btn_wh {
      height: 44px;
      line-height: 43px;
      font-size: 13px;
      width: 64%;
      margin: 4px auto;
    }
    #gift_catalogue section#white, #gift_catalogue section#platium {
      padding: 0;
    }
    #gift_catalogue section#white {
      border-top: 1px solid #999;
      padding-top: 5%;
    }
    #gift_catalogue section.course_end {
      margin-top: -7%;
    }
    #gift_catalogue section.howto {
      width: 100%;
      padding: 0 4%;
    }
    #gift_catalogue .ChangeElem_Btn_Content {
      margin: 8% auto;
    }
    #gift_catalogue .ChangeElem_Btn {
      font-size: 12px;
      padding-bottom: 16px;
      padding-top: 16px;
    }
    #gift_catalogue .ChangeElem_Panel div:not(.wrap) {
      margin: 12% auto;
    }
    #gift_catalogue section.howto h4 {
      font-size: 16px;
    }
    #gift_catalogue .wrap {
      display: block;
      padding: 5%;
      margin: 4% 1% 0;
      border-radius: 4px;
    }
    #gift_catalogue ol li {
      font-size: 16px;
    }
    #gift_catalogue section.contact {
      padding: 0 4%;
    }
    #gift_catalogue .box {
      border-radius: 4px;
      padding: 8% 5%;
      margin: 4% 0;
    }
    #gift_catalogue .flex-1:not(.box) {
      padding: 4% 1% 0;
    }
    #gift_catalogue .flex-1.figure {
      padding: 5%;
    }
    #gift_catalogue .sp-flex {
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
    }
    #gift_catalogue .small-sp {
      font-size: 12px;
    }
  }

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

/*-- PC版表示CSS  --*/
.pc_area{
  display:block;
  max-width:1280px;
}
.phone_area{
  display:none;
}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px){
.pc_area{
    display:none;
  }  
.phone_area{
    display:block;
    max-width:100%;
    height:auto;
  }

}
.md_contentsHead {
        display: none;
      }

      .md_contentsHead {
        display: none;
      }

      .md_sectionWrap h1 {
        display: none;
      }

      .md_sectionWrap form {
        display: none;
      }

      .md_sectionWrap form1 {
        display: none;
      }

      .breadcrumb {
        display: none;
      }

      #md_contentsDetail {
        display: none;
      }

      #page-top1 {
        display: block;
        position: fixed;
        z-index: 9999;
        bottom: -60px;
        right: 0px;
        padding: 12px 15px;
        background: rgba(0, 0, 0, 0);
        color: #fff;
        text-align: center;
        text-decoration: none;
        transition: .5s;
      }
      /*ページTOPへ戻るリンクここまで*/

      #gift_catalogue {
        color: #252525;
        font-size: 15px;
        line-height: 1.75;
      }

      #gift_catalogue section {
        margin: 6% auto;
      }

      #gift_catalogue section.intro {
        max-width: 960px;
        margin: 5% auto;
      }

      #gift_catalogue section.scene {
        background-color: #f5f5f5;
        padding: 4% 0 0;
        margin: 5% auto;
      }

      #gift_catalogue section.course {
        max-width: 960px;
        border-bottom: 1px solid #ccc;
        margin: 3% auto;
      }

      #gift_catalogue section.course_end {
        max-width: 960px;
        margin: 3% auto;
      }

      #gift_catalogue section.howto {
        max-width: 960px;
        margin: 8% auto;
      }

      #gift_catalogue section.contact {
        max-width: 960px;
        margin: 8% auto;
      }

      #gift_catalogue .scene-img {
        background-image: url(files/ori.png);
        background-size: cover;
        background-position: bottom;
        /*	background-attachment: fixed;*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 26vw;
        text-align: center;
        margin-top: 3%;
      }

      #gift_catalogue nav ul {
        max-width: 960px;
        display: flex;
        margin: 4% auto;
      }

      #gift_catalogue nav li {
        display: inline-block;
        background-color: #eee;
        flex: 1 1 25%;
        text-align: center;
        border: 1px solid #fff;
        font-size: 16px;
        line-height: 1.25;
        padding: 1.25em 0;
      }

      #gift_catalogue nav li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #252525;
        text-decoration: none;
      }

      #gift_catalogue nav li span {
        font-size: 75%;
      }

      #gift_catalogue .arrow {
        position: relative;
        display: inline-block;
        padding: 0 0 12px;
        color: #252525;
        vertical-align: middle;
        text-decoration: none;
        font-size: 15px;
      }

      #gift_catalogue .arrow::before, #gift_catalogue .arrow::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        right: 50%;
        margin: auto;
        content: "";
        vertical-align: middle;
      }

      #gift_catalogue .sample5-1::before {
        width: 6px;
        height: 6px;
        border-top: 1px solid #252525;
        border-right: 1px solid #252525;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
      }

      #gift_catalogue .arrow-2 {
        position: relative;
        display: inline-block;
        padding: 12px 0 0;
        color: #252525;
        vertical-align: middle;
        text-decoration: none;
        font-size: 15px;
      }

      #gift_catalogue .arrow-2::before, #gift_catalogue .arrow-2::after {
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        margin: auto;
        content: "";
        vertical-align: middle;
      }

      #gift_catalogue .sample5-2::before {
        width: 6px;
        height: 6px;
        border-top: 1px solid #252525;
        border-right: 1px solid #252525;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }

      #gift_catalogue img {
        width: 100%;
      }

      #gift_catalogue a {
        color: #252525;
        text-decoration: underline;
      }

      #gift_catalogue a.right {
        display: block;
        color: #252525;
        text-decoration: underline;
        text-align: right;
        margin: 0 56px 0 0;
      }

      #gift_catalogue a.btn_bk {
        display: inline-block;
        height: 48px;
        background-color: #252525;
        color: #fff;
        border: 1px solid #252525;
        text-align: center;
        text-decoration: none;
        line-height: 48px;
        font-size: 13px;
        width: 44%;
        margin: 1% auto;
      }

      #gift_catalogue a.btn_bk_l {
        display: inline-block;
        height: 64px;
        background-color: #252525;
        color: #fff;
        border: 1px solid #252525;
        text-align: center;
        text-decoration: none;
        line-height: 64px;
        font-size: 15px;
        width: 33%;
        margin: 0 auto;
      }

      #gift_catalogue a.btn_wh {
        display: inline-block;
        height: 48px;
        background-color: #fff;
        color: #252525;
        border: 1px solid #ccc;
        text-align: center;
        text-decoration: none;
        line-height: 48px;
        font-size: 14px;
        width: 44%;
        margin: 8px auto;
      }

      #gift_catalogue p {
        color: #252525;
        font-size: 15px;
        line-height: 1.75;
        margin: 0.75em auto;
      }

      #gift_catalogue ul {
        list-style: none;
        padding-left: 0;
      }

      #gift_catalogue ul.disc {
        list-style: disc;
        list-style-position: inside;
        padding-left: 0;
      }

      #gift_catalogue ul.caption {
        color: #808080;
        font-size: 12px;
        border-left: 1px solid #808080;
        padding-left: 1em;
      }

      #gift_catalogue ol.decimal {
        list-style-type: decimal;
        padding-left: 0;
      }

      #gift_catalogue ol li {
        list-style-position: inside;
        font-size: 18px;
        line-height: 1.75;
        font-weight: bold;
        margin: 0.75em auto;
      }

      #gift_catalogue dl {
        padding-left: 0;
      }

      #gift_catalogue .cover {
        background-image: url(files/hero01++.jpg);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 70vh;
      }

      #gift_catalogue .tit {
        text-align: center;
        font-family: 'SackersGothicStd-Light';
        font-size: 24px;
        line-height: 1.75;
        margin-bottom: 1em;
      }

      #gift_catalogue h1 {
        display: none;
      }

      #gift_catalogue h2 {
        text-align: center;
        font-family: 'Noto Serif JP', serif;
        font-size: 40px;
        line-height: 1;
        margin: 3% auto;
      }

      #gift_catalogue h3 {
        font-family: "minion-3", "a-otf-ryumin-pr6n";
        font-size: 32px;
        line-height: 1.5;
        margin: 0.25em auto;
      }

      #gift_catalogue h3 span {
        font-size: 65%;
      }

      #gift_catalogue h4 {
        font-size: 18px;
        line-height: 1.75;
        font-weight: bold;
        margin: 0.75em auto;
      }

      #gift_catalogue h4 span {
        font-size: 65%;
      }

      #gift_catalogue section.howto h4 {
        font-size: 18px;
        line-height: 1.75;
        font-weight: bold;
        margin: 2% auto 0.75em;
      }

      #gift_catalogue h5 {
        font-size: 16px;
        line-height: 1.75;
        font-weight: bold;
        margin: 12px auto 0;
      }

      #gift_catalogue .wrap {
        display: flex;
        justify-content: center;
        max-width: 960px;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        padding: 2% 2% 1% 3%;
        margin: 1% auto;
      }

      #gift_catalogue .flex-container {
        display: flex;
        justify-content: center;
        max-width: 960px;
        margin: 1% auto;
      }

      #gift_catalogue .flex-1 {
        flex: 1;
        padding: 1%;
      }

      #gift_catalogue .box {
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        padding: 3% 3% 2%;
        margin: 1%;
      }

      #gift_catalogue .flex-2 {
        flex: 2;
      }

      #gift_catalogue .flex-3 {
        flex: 3;
      }

      #gift_catalogue figure.flex-1 {
        flex: 1;
        border: 1px solid #e5e5e5;
        margin: 4% 1%;
        padding: 1% 4% 4% 4%;
        border-radius: 8px;
      }

      #gift_catalogue figcaption {
        margin-top: 1em;
      }

      #gift_catalogue .inside {
        padding: 12px;
      }

      #gift_catalogue .center {
        text-align: center;
      }

      #gift_catalogue .small {
        font-size: 15px;
        padding: 0 0 4%;
      }

      #gift_catalogue .red {
        color: #b80000;
      }

      #gift_catalogue .price {
        font-size: 24px;
      }

      #gift_catalogue .price span {
        font-size: 70%;
      }

      #gift_catalogue ul.shoplist {
        padding-left: 0;
        margin-bottom: 2%;
      }

      #gift_catalogue ul.shoplist li {
        display: inline-block;
        height: 24px;
        line-height: 22px;
        background-color: #eee;
        font-size: 13px;
        padding: 0 13px;
        margin: 3px 1px;
        border: 1px solid #e5e5e5;
        border-radius: 2px;
      }

      #gift_catalogue ul.shoplist li a {
        text-decoration: none;
        color: #666;
      }
      /*Swiper*/

      #gift_catalogue .swiper-container {
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        /* Fix of Webkit flickering */
        z-index: 1;
        max-width: 960px;
        margin: 3% auto;
      }

      #gift_catalogue .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
      }

      #gift_catalogue .swiper-slide {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        max-width: 960px;
        position: relative;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
      }

      #gift_catalogue .swiper-pagination {
        position: absolute;
        text-align: center;
        -webkit-transition: 300ms opacity;
        -o-transition: 300ms opacity;
        transition: 300ms opacity;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 10;
        bottom: 10px;
        left: 0;
        width: 100%;
      }

      #gift_catalogue .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 100%;
        background: #000;
        opacity: 0.2;
      }

      #gift_catalogue .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
      }

      #gift_catalogue .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
      }

      #gift_catalogue .ChangeElem_Panel {
        display: none;
      }

      #gift_catalogue .ChangeElem_Btn_Content {
        width: 100%;
        max-width: 960px;
        display: flex;
        justify-content: center;
        margin: 6% auto;
      }

      #gift_catalogue .ChangeElem_Btn {
        border: none;
        background-color: #f5f5f5;
        border-right: 1px solid #f5f5f5;
        border-bottom: 1px solid #e5e5e3;
        border-top: 3px solid #fff;
        color: #252525;
        cursor: pointer;
        display: inline-block;
        flex: 1;
        font-size: 15px;
        padding-bottom: 20px;
        padding-top: 20px;
        position: relative;
        transition: all .3s ease-in-out;
        vertical-align: middle;
        box-sizing: border-box;
      }

      #gift_catalogue .ChangeElem_Btn:hover, #gift_catalogue .ChangeElem_Btn.is-active {
        background: #fff;
        border-bottom: 1px solid #fff;
        color: #252525;
        font-weight: bold;
        border-top: 3px solid #252525;
        box-sizing: border-box;
        outline: none;
      }

      #gift_catalogue section.intro02 {
        max-width: 960px;
        margin: 5% auto 0;
      }

      @media screen and (max-width: 767px) {
        #gift_catalogue section.intro02 {
          margin: 8% 4% 16%;
        }
      }

      .border-none {
        border: none !important;
        margin: 3.2% 2% 1% !important;
        padding: 0 !important;
      }

      @media screen and (max-width: 767px) {
        .border-none {
          padding: 2% 0 !important;
        }
      }

      h2.margin01 {
        margin-top: 5px !Important;
      }

      h2.margin02 {
        margin-top: 40px !Important;
      }

      h2.margin01 span {
        font-size: 48% !important;
        letter-spacing: 0.2em;
      }

      .img-width01 {
        width: 130px !important;
      }

      p.border-bottom {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 50px;
      }

      @media screen and (max-width: 767px) {
        .fr_snsIcn_right {
          display: none !important;
        }
      }
.p2 {font-size: smaller;}