@charset "UTF-8";
/* CSS Document */
/*===============================================
● PC/SP共通
===============================================*/
.menudetail_contents .disc {
  margin: 0 0 1em 1em;
}
.menudetail_contents .disc li {
  list-style: disc;
}
.menudetail_contents .bold {
  font-weight: bold;
}
.menudetail_contents .gold {
  color: #af8335;
}
.menudetail_contents .orange {
  color: #ff5f00;
}
.menudetail_contents .red {
  color: #ff0000;
}
.menudetail_contents .pink {
  color: #d68783;
}
.menudetail_contents p.text {
  margin-bottom: 1em;
}
.menudetail_contents p.text-center {
  text-align: center;
}
.menudetail_contents .m40a {
  margin: 40px auto;
}
.menudetail_contents .f80 {
  font-size: 80%;
}
.menudetail_contents .f120 {
  font-size: 120%;
}
/*===============================================
● 画面の横幅が761px以上
===============================================*/
@media screen and (min-width: 761px) {
  /*=========================
▼▼共通▼▼
===========================*/
  .w800 {
    width: 800px;
    margin: auto;
  }
  .w1000 {
    width: 1000px;
    margin: auto;
  }
  .menudetail_contents {
    background-size: 100%;
    font-size: 17px;
    line-height: 35px;
    color: #000000;
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      sans-serif;
    font-weight: 400;
    min-width: 1200px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
  }
  .menudetail_contents .auto {
    max-width: none;
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .menudetail_contents img {
    display: block;
    width: 100%;
    height: auto;
  }
  .menudetail_contents section {
    width: 100%;
    float: left;
    clear: both;
  }
  #title_conts {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    background-color: #e9b1b4;
  }
  #title_conts h1 {
    width: 100%;
  }
  #koreannose_contents .conts_ttl {
    margin: 0 auto;
    display: block;
  }
  #koreannose_contents .conts_ttl .conts_ttl_img {
    height: 16vw;
    width: auto;
    padding: 4.5vw 0;
    margin: 0 auto;
  }
  .contsMenu {
    width: 1200px;
    margin: 20px auto 40px;
    display: table;
    border-left: 1px solid #ccc;
  }
  .contsMenu a {
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid #ccc;
    width: calc(100% / 8);
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .lato_font {
    font-family: "Lato", sans-serif;
    font-weight: 700;
  }
  .slide_in_image {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    opacity: 0;
  }
  .isPlay {
    animation-name: play;
    animation-duration: 0.55s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    position: relative;
    opacity: 1 !important;
    animation-timing-function: ease;
  }
  /*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
  .isPlay:before {
    animation-name: maskOut;
    animation-duration: 0.55s;
    animation-delay: 0.55s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f7d6d5, #f0d0ce);
  }
  /*//「slide_in_image」をスライドインする*/
  @keyframes play {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  /*//マスク要素をスライドアウトする*/
  @keyframes maskOut {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
  }
  .conts_inner {
    clear: both;
    margin-bottom: 50px;
    clear: both;
  }
  .conts_inner .heading {
    font-size: 22px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 50px;
    letter-spacing: 0.2em;
    text-align: center;
    clear: both;
  }
  .conts_inner .case_img {
    margin-bottom: 30px;
  }
  .conts_inner .box {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 150px;
    position: relative;
  }
  .link_bnr {
    width: 860px;
    margin: 40px auto;
    clear: both;
    padding: 40px 0;
  }
  .ttl_sub {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    background: #000000;
    color: #fff;
    line-height: 32px;
    padding: 0.5em;
  }
  .text_link a {
    display: table;
    width: auto;
    padding: 5px 40px 4px 15px;
    margin-top: 8px;
    background: #bbbbbb;
    color: #fff;
    position: relative;
  }
  .text_link a:after {
    content: "";
    position: absolute;
    background-image: url(../img/reserve_arrow.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    background-size: contain;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  .banner_block {
    padding-top: 40px;
    margin: 0 auto 74px;
  }
  .banner_block .auto {
    display: flex;
    max-width: 1200px;
    width: 90%;
    justify-content: center;
  }
  .banner_block .banner {
    width: 48%;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .banner_block .banner img {
    width: 100%;
    display: block;
  }
  .about {
    background: url("../img/bg.jpg");
  }
  .about_img {
    width: 70%;
    margin: 0 auto 100px;
    overflow: hidden;
  }
  .movie_block {
    display: flex;
    width: 100%;
    margin: 0 auto 100px;
    position: relative;
    z-index: 1;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .movie_block::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 170px);
    background-color: #feeae7;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
  }
  .movie_block video {
    display: block;
    width: 245px;
    border-radius: 12px;
    background-image: url(../img/movie_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
  }
  .movie_block .text_area {
    width: 540px;
    padding: 60px 0 56px 50px;
    position: relative;
  }
  .movie_block .text_area .sub_title {
    display: inline-block;
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
    padding: 2px 10px 1px;
    margin-bottom: 14px;
    background-color: #e4969e;
  }
  .movie_block .text_area h3 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 22px;
  }
  .about .auto {
    width: 1100px;
  }
  .about .conts_inner {
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 50px;
    float: left;
    clear: both;
    display: block;
    min-height: 1780px;
  }
  .about .box {
    width: 100%;
    clear: both;
    margin-bottom: 70px;
    position: relative;
    clear: both;
  }
  .about .box:nth-of-type(2n) {
    margin-bottom: 120px;
  }
  .about .box .text_group {
    width: 570px;
    box-sizing: border-box;
    clear: both;
    padding-top: 47px;
  }
  .about .box .text_group .text {
    width: 100%;
  }
  .about .box:nth-of-type(2n) .text_group {
    float: right;
    padding-top: 100px;
    padding-right: 35px;
  }
  .about.box:nth-of-type(2n) .text_group .text {
    width: 570px;
  }
  .about .box .img {
    width: calc((100% - 50px) / 2);
    position: absolute;
    top: 0;
    right: -100px;
    overflow: hidden;
    height: auto;
    clear: both;
  }
  .about .box:nth-of-type(2n) .img {
    right: auto;
    left: -100px;
  }
  .recommend {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    position: relative;
    background: #f7f7f9;
  }
  #koreannose_contents .recommend .conts_ttl .conts_ttl_img {
    margin-bottom: -50px;
  }
  .recommend .conts_inner {
    margin-bottom: 0;
    padding: 0;
  }
  .recommend_img {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
  }
  .point {
    background: url("../img/bg2.jpg");
  }
  .point .auto {
    overflow: hidden;
  }
  .point .conts_inner {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
  }
  .point .box {
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    float: none;
  }
  .point .box:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .point .box h3 {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
  }
  .point .box h3 img {
    width: 6em;
    height: auto;
    margin-right: 1em;
  }
  .point .box .text_group {
    width: calc((100% - 40px) - 400px);
  }
  .point .box .img {
    float: none;
    width: 400px;
    position: initial;
    border: 4px solid pink;
    display: block;
    overflow: hidden;
  }
  #conts_case {
    background: #f3e1e2;
  }
  #conts_case.case .auto {
    overflow: hidden;
  }
  #conts_case.case .case_inner {
    background: #fff;
    border-radius: 20px;
    padding: 100px;
    margin-bottom: 50px;
  }
  #conts_case.case .risk {
    font-size: 14px;
    line-height: 2;
    padding: 50px 100px;
  }
  .feature .conts_inner .img {
    width: 550px;
  }
  .feature .conts_inner .box .img {
    width: 570px;
    position: absolute;
    top: 30px;
    right: 0px;
    overflow: hidden;
  }
  .feature .conts_inner .box:nth-of-type(2n) .img {
    left: 0;
    top: -10px;
  }
  .feature .conts_inner .box .text_group {
    width: 720px;
    min-height: 300px;
    box-sizing: border-box;
    clear: both;
    padding: 35px 35px 0;
    background: #f3e1e2;
    display: flex;
    flex-direction: column;
    font-size: 16px;
  }
  .feature .conts_inner .box:nth-of-type(2n) {
    justify-content: flex-end;
    display: flex;
    position: relative;
  }
  .feature .conts_inner .box:nth-of-type(2n) .text_group {
    padding: 35px 35px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .feature .conts_inner .box .text_group_reed {
    margin-bottom: 1.5em;
  }
  .feature .conts_inner .box .text_group_reed img {
    height: 42px;
    width: auto;
  }
  .feature .conts_inner .box:nth-of-type(2n) .text_group .text {
    width: 570px;
  }
  .feature p.text {
    width: 570px;
  }
  #flow_conts {
    margin-bottom: 70px;
  }
  .flow_list li {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 107px;
  }
  .flow_list li:nth-of-type(2n) .text_box {
    float: right;
  }
  .flow_list li:last-of-type {
    margin-bottom: 0;
  }
  .flow_list li .text_box {
    width: 590px;
    min-height: 363px;
    float: left;
    position: relative;
    z-index: 9;
  }
  .flow_list .text_box .flow_ttl {
    font-size: 31px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .flow_list li .img {
    width: 567px;
    float: right;
    position: relative;
    z-index: 9;
    overflow: hidden;
  }
  .flow_list li:nth-of-type(2n) .img {
    float: left;
  }
  .flow_list .number {
    font-size: 90px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #e4979e;
  }
  .flow_list .gray_text {
    font-size: 100px;
    line-height: 1;
    color: #fef5f6;
    position: absolute;
    bottom: -42px;
    left: 0;
    z-index: -1;
    letter-spacing: 0.1em;
  }
  #price_conts {
    background-color: #f9d9dc;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 70px;
    background: url(../img/bg.jpg);
  }
  .price_wrapper {
    background: #fff;
    width: 50%;
    margin: 0 auto 50px;
    border-radius: 200vw;
    padding: 40px;
    text-align: center;
    border: 6px double #f9d9dc;
  }
  .price_box .price_name {
    background: #f9d9dc;
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
    /* font-style: italic; */
    width: 14em;
    margin: 0 auto 10px;
    padding: 0.25em;
    border-radius: 100vw;
  }
  .price_box:nth-of-type(3) h4,
  .price_box:nth-of-type(4) h4 {
    margin-bottom: 0;
  }
  .price_box h4 .small {
    font-size: 22px;
  }
  .price_box .terms {
    display: inline-block;
    border-radius: 16px;
    background-color: #e43c83;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    padding: 2px 0 1px;
    width: 223px;
    font-size: 21px;
  }
  .price_box .price_wrap .price {
    font-size: 60px;
    display: inline-block;
    line-height: 1.3;
    font-weight: bold;
    color: #e4979e;
  }
  .price_box .price_wrap .price {
    font-size: 50px;
    margin-bottom: 0.5em;
    vertical-align: middle;
  }
  .price_box .price_wrap .price_text {
    display: inline-block;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 600;
    vertical-align: middle;
    margin-right: 16px;
  }
  .price_box .price_wrap .price .small {
    font-size: 36px;
  }
  .price_box .price_wrap .price .taxplus {
    font-size: 22px;
    display: block;
    color: #333;
  }
  .price_box .price_wrap .price .tax {
    font-size: 13px;
    font-weight: bold;
    top: 16px;
  }
  .price_box .price_option {
    background: #eee;
    display: inline-block;
    border-radius: 50vw;
    padding: 0 1em;
    font-weight: bold;
    color: #333;
    font-size: 16px;
  }
  .detail_box {
    width: 100%;
    clear: both;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 60px 50px 82px;
  }
  .detail_box h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }
  .detail_box table tr:nth-of-type(2n) {
    background-color: #f8f8f8;
  }
  .detail_box table th {
    width: 217px;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    padding: 15px 23px 12px 35px;
  }
  .detail_box table td {
    font-size: 16px;
    line-height: 27px;
    padding: 15px 23px 12px 0;
  }
  .faqArea {
    border-top: 2px solid #40b1bf;
  }
  .faqArea dl {
    border-bottom: 2px solid #40b1bf;
    padding: 10px 0;
  }
  .faqArea dl dt {
    padding: 10px 10px 10px 70px;
    position: relative;
  }
  .faqArea dl dt:before {
    position: absolute;
    content: "";
    background-image: url("../img/q.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
  }
  .faqArea dl dd {
    padding: 10px 10px 10px 70px;
    background: #f3f3f3;
    position: relative;
    display: none;
  }
  .faqArea dl dd:before {
    position: absolute;
    content: "";
    background-image: url("../img/a.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
  }
  .faqArea dl dd .ansLink {
    display: table;
    padding: 5px 40px 4px 15px;
    margin-top: 8px;
    background: #40b1bf;
    color: #fff;
    position: relative;
  }
  .faqArea dl dd .ansLink:after {
    content: "";
    position: absolute;
    background-image: url(../img/reserve_arrow.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    background-size: contain;
  }
  .yamazaki_hyal {
    width: 600px;
    margin: 0 auto 124px;
  }

  #detail_conts .conts_inner .box {
    display: flex;
    justify-content: space-between;
  }
  #detail_conts .conts_inner .box:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  #detail_conts .conts_inner .box .img {
    width: 47%;
    overflow: hidden;
  }
  #detail_conts .conts_inner .box .text_group {
    width: 580px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
  #detail_conts .conts_inner .box .text_group_hy::after {
    content: " ";
    background: url("../img/bg_heart.png");
    height: 290px;
    position: absolute;
    top: -80px;
    left: -90px;
    width: 240px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
  }
  #detail_conts .conts_inner .box .text_group_botox::after {
    content: " ";
    background: url("../img/bg_heart2.png");
    height: 290px;
    position: absolute;
    right: -90px;
    width: 240px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    bottom: -100px;
  }
  #detail_conts .conts_inner .box .text_group h4 {
    background: #e4979e;
    display: inline-block;
    color: #fff;
    padding: 0.25em 0.5em;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0.5em;
  }

  #case_conts {
    padding-bottom: 90px;
    background: #f3e1e2;
  }
  #case_conts .conts_inner {
    margin-bottom: 50px;
  }
  .case .auto {
    overflow: hidden;
  }
  .case .case_inner {
    background: #fff;
    border-radius: 20px;
    padding: 100px;
    margin-bottom: 50px;
  }
  .case .case_inner:last-of-type {
    margin-bottom: 0;
  }
  .korean_case_lisk {
    width: 90%;
    font-size: 12px;
    line-height: 1.4;
    padding: 40px;
    margin: 0 auto;
    background: #f7f7f7;
  }
  
  #another_menu {
    padding: 40px 0 70px;
    background-image: linear-gradient(90deg, rgba(226,130,186,0.99608) 0%, rgb(248,111,100) 100%);
  }
  #another_menu h2 {
    margin: 0 auto 40px;
  }
  #another_menu .btn {
    width: 640px;
    margin: 0 auto;
  }
}
/*===============================================
●画面の横幅が760pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width: 760px) {
  /*=========================
▼▼共通▼▼
===========================*/
  .lato_font {
    font-family: "Lato", sans-serif;
    font-weight: 700;
  }
  .menudetail_contents auto {
    width: 94%;
    margin: 0 auto;
  }
  .menudetail_contents {
    width: 100%;
    height: 100%;
    clear: both;
    float: left;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.7;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      sans-serif;
    font-weight: 400;
    color: #000000;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
  }
  #title_conts {
    width: 100%;
    position: relative;
    margin-bottom: 2.4vw;
  }
  #title_conts h1 {
    margin-bottom: 10px;
    width: 100%;
  }
  .contsMenu {
    width: 100%;
    margin: 0;
    display: inline-block;
  }
  .contsMenu {
    display: flex;
    margin-top: -2.2vw;
    width: 100%;
    flex-wrap: wrap;
  }
  .contsMenu a {
    display: flex;
    text-align: left;
    height: 15vw;
    padding: 10px 30px 9px 3%;
    width: 50%;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    position: relative;
    margin-top: -1px;
    font-size: 3.5vw;
    line-height: 1.4;
    align-items: center;
  }
  .contsMenu a:nth-child(2n) {
    border-right: 0;
  }
  .contsMenu a:nth-child(even) {
    border-left: none;
  }
  .contsMenu a:after {
    content: "";
    position: absolute;
    background-image: url(../img/under_arrow.png);
    background-repeat: no-repeat;
    right: 3vw;
    top: 50%;
    margin-top: -1vw;
    width: 3vw;
    height: 3vw;
    background-size: 100%;
    filter: saturate(0%) brightness(0);
  }

  /* 年末年始のお知らせ */
  .holiday_conts {
    margin-top: 40px;
  }
  .title_box {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
  }
  .title_box h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
  }
  .title_box h2 img {
    display: inline-block;
    height: 22vw;
    width: auto;
  }
  .title_box .jp_title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
  .conts_inner {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
  }
  .conts_inner .heading {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
  }
  .conts_inner .box {
    width: 100%;
    margin-bottom: 68px;
    position: relative;
  }
  .conts_inner .box .text_group_reed {
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
  }
  .slide_in_image {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    opacity: 0;
  }
  .isPlay {
    animation-name: play;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    position: relative;
    opacity: 1 !important;
  }
  /*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
  .isPlay:before {
    animation-name: maskOut;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f3f6f7, #edf4f7);
  }
  /*//「slide_in_image」をスライドインする*/
  @keyframes play {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  /*//マスク要素をスライドアウトする*/
  @keyframes maskOut {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
  }
  .link_bnr {
    width: 100%;
    margin: 20px auto;
    clear: both;
    padding: 0;
  }
  .ttl_sub {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    background: #000000;
    color: #fff;
    line-height: 32px;
    padding: 0.25em;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  .banner_block {
    margin: 10vw auto 12vw;
  }
  .banner_block .banner {
    margin: 0 auto 8px;
  }
  #about_conts {
    background: url(../img/bg.jpg);
    padding: 10vw 1vw 1vw;
  }
  .about_img {
    width: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
  }
  .movie_block {
    width: 100%;
    padding: 24px 4% 28px;
    margin: 0 auto 40px;
    background-color: #feeae7;
    border-radius: 10px;
  }
  .movie_block video {
    display: block;
    width: 90%;
    border-radius: 12px;
    background-image: url(../img/movie_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    margin: 0 auto;
  }
  .movie_block .text_area {
    margin-bottom: 20px;
  }
  .movie_block .text_area .sub_title {
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    padding: 2px 10px 1px;
    margin-bottom: 10px;
    background-color: #e4969e;
  }
  .movie_block .text_area h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 14px;
  }
  .about .conts_inner {
    width: 98%;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 50px;
    clear: both;
    display: block;
  }
  .about .conts_inner .box {
    margin-bottom: 20px;
  }
  .about .box .text {
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .about .conts_inner .box .img {
    overflow: hidden;
  }
  .recommend {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    position: relative;
    padding: 8vw 0 0;
    background: #f7f7f9;
  }
  .recommend .conts_inner {
    margin: 0 auto;
    width: 100%;
  }
  .recommend .auto {
    width: 100%;
  }
  .recommend_img {
    margin: 0;
  }
  .recommend_img img {
    display: block;
  }
  .recommend_list {
    padding: 5%;
    overflow: hidden;
    display: table;
    width: 100%;
    margin-top: 3vw;
  }
  .recommend_list li {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
    padding: 3% 3% 3% 16%;
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 3.6vw;
  }
  .recommend_list li:nth-child(3n) {
    margin-right: 0;
  }
  .recommend_list li:before {
    content: "";
    position: absolute;
    background-image: url(../img/check.jpg);
    background-repeat: no-repeat;
    left: 15px;
    top: 50%;
    margin-top: -13px;
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  .point {
    background: url(../img/bg2.jpg);
    padding: 30px 0 20px;
  }
  .point .conts_inner {
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 29px;
    clear: both;
    display: block;
  }
  .point .conts_inner .text {
    width: 96%;
    margin: 0 auto 6px;
  }
  .point .box {
    padding: 10px;
    margin-bottom: 30px;
    border: 6px solid #eececc;
    position: relative;
    box-shadow: 5px 5px 0 rgb(0 0 0 / 10%);
    justify-content: space-between;
    align-items: center;
  }
  .point .box .img {
    overflow: hidden;
  }
  .point h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .point h3 img {
    width: 40%;
    display: block;
    margin: 0 auto 10px;
  }
  .text_link a {
    display: table;
    padding: 5px 40px 4px 15px;
    margin-top: 8px;
    background: #bbbbbb;
    color: #fff;
    position: relative;
    margin: 0 auto 20px;
  }
  .text_link a:after {
    content: "";
    position: absolute;
    background-image: url(../img/reserve_arrow.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    background-size: contain;
  }

  .detail {
    padding: 30px 0 20px;
  }

  .detail .conts_inner .box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .detail .conts_inner .box .img {
    width: 100%;
    overflow: hidden;
  }

  .detail .conts_inner .box .text_group {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
  .detail .conts_inner .box .text_group_hy::after {
    /* content:" "; */
    /* background: url("../images/koreannose/bg_heart.png"); */
    height: 290px;
    position: absolute;
    top: 30px;
    left: 0;
    width: 180px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .detail .conts_inner .box .text_group_botox::after {
    /* content:" "; */
    background: url("../images/koreannose/bg_heart2.png");
    height: 290px;
    position: absolute;
    right: -90px;
    width: 240px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    bottom: -100px;
  }

  .detail .conts_inner .box .text_group h4 {
    background: #e4979e;
    display: block;
    color: #fff;
    padding: 0.25em 0.5em;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .case {
    padding: 10vw 1vw 10vw;
    background: #f3e1e2;
  }
  .case .conts_inner {
    margin-bottom: 30px;
  }
  .case_inner {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .case_inner:last-of-type {
    margin-bottom: 0;
  }
  .case_img {
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .case .risk {
    font-size: 13px;
  }
  .korean_case_lisk {
    font-size: 2vw;
    line-height: 1.4;
    padding: 4vw;
    background: #f7f7f7;
  }
  .feature {
    padding: 10vw 1vw 1vw;
  }
  .feature .text_group {
    background: #f3e1e2;
    padding: 30px 20px;
  }
  .feature p.text {
    width: 100%;
  }
  .feature figure.img {
    margin-top: -30px;
    overflow: hidden;
  }
  .conts_doctor_pride {
    padding-top: 10px;
  }
  .flow_list {
    width: 100%;
    margin: 0 auto 10vw;
    clear: both;
  }
  .flow_list li {
    width: 100%;
    margin-bottom: 50px;
  }
  .flow_list li:last-of-type {
    margin-bottom: 0;
  }
  .flow_list li .text_box {
    width: 100%;
    position: relative;
    z-index: 9;
  }
  .flow_list li .text_box .number {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #e7979e;
  }
  .flow_list li .text_box h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .flow_list li .text_box .gray_text {
    font-size: 40px;
    line-height: 1;
    color: #fef5f6;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    text-align: right;
    letter-spacing: 0.1em;
  }
  .flow_list li .img {
    width: 100%;
    position: relative;
    z-index: 9;
    margin-top: 20px;
    overflow: hidden;
  }
  #price_conts {
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 70px;
    background: url(../img/bg.jpg);
    padding: 30px 0 20px;
  }
  .price_wrapper {
    background: #fff;
    width: 90%;
    margin: 0 auto 50px;
    padding: 20px 30px;
    text-align: center;
    border: 6px double #f9d9dc;
  }
  .pric .price_wrapper .price_box {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    padding: 24px 20px 12px;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
  }
  .price_box .price_name {
    background: #f9d9dc;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
    /* font-style: italic; */
    width: 10em;
    margin: 0 auto 10px;
    padding: 0.25em;
    border-radius: 100vw;
  }
  .price_wrap .price_text {
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
  }
  .price_wrap .price {
    display: inline-block;
    font-size: 36px;
    line-height: 1.3;
    font-weight: bold;
    color: #e4979e;
    position: relative;
    margin: 0 0 6px;
  }
  .price .small {
    display: inline-block;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
  }
  .price .taxplus {
    font-size: 5vw;
    display: block;
  }
  .price_box .price_wrap .price .tax {
    top: 13px;
  }
  .price_box .price_option {
    background: #eee;
    display: inline-block;
    border-radius: 50vw;
    padding: 10px 20px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
  }
  .detail_box {
    width: 100%;
    clear: both;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 30px 5% 32px;
    margin: 0 auto 10vw;
  }
  .detail_box h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
    text-align: center;
  }
  .detail_box table tr:nth-of-type(2n) {
    background-color: #f8f8f8;
  }
  .detail_box table th {
    width: 30%;
    font-size: 13px;
    line-height: 1.6;
    font-weight: bold;
    padding: 12px 5% 10px 5%;
  }
  .detail_box table td {
    font-size: 14px;
    line-height: 1.6;
    padding: 12px 5% 10px 0;
  }
  .faqArea {
    border-top: 2px solid #40b1bf;
  }
  .faqArea dl {
    border-bottom: 2px solid #40b1bf;
    padding: 10px 0;
  }
  .faqArea dl dt {
    padding: 10px 10px 10px 14vw;
    position: relative;
  }
  .faqArea dl dt:before {
    position: absolute;
    content: "";
    background-image: url("../img/q.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 8vw;
    height: 8vw;
    left: 10px;
    top: 7px;
  }
  .faqArea dl dd {
    padding: 10px 10px 10px 14vw;
    background: #f3f3f3;
    position: relative;
    display: none;
  }
  .faqArea dl dd:before {
    position: absolute;
    content: "";
    background-image: url("../img/a.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 8vw;
    height: 8vw;
    left: 10px;
    top: 7px;
  }
  .faqArea dl dd .ansLink {
    display: table;
    padding: 5px 40px 4px 15px;
    margin-top: 8px;
    background: #40b1bf;
    color: #fff;
    position: relative;
    width: 100%;
  }
  .faqArea dl dd .ansLink:after {
    content: "";
    position: absolute;
    background-image: url(../img/reserve_arrow.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    background-size: contain;
  }
  .yamazaki_hyal {
    width: 90%;
    margin: 0 auto 60px;
  }
  
  #another_menu {
    padding: 36px 0 46px;
    background-image: linear-gradient(90deg, rgba(226,130,186,0.99608) 0%, rgb(248,111,100) 100%);
  }
  #another_menu .auto {
    width: 100%;
  }
  #another_menu h2 {
    margin: 0 auto 30px;
  }
  #another_menu .btn {
    width: 90%;
    margin: 0 auto;
  }
}
