@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
/*-------------------
   common
-------------------*/
.wrapper {
    color: #3f3f3f;
	font: 1em/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	padding: 0 0 20px;
	font-feature-settings: "palt";
}
.wrapper * {
    box-sizing: border-box;
}
.wrapper a {
    color: inherit;
    display: block;
}
.wrapper img {
    height: auto;
    max-width: 100%;
}

/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
 
/*  全体指定 スマホ縦 i5 i5SE　350pxまで  */


/*-- 画面外にいる状態 --*/
.fadein {
    opacity: 0;
    transform: translate(0, 30px);
    transition: ease-in 400ms;
}

/*-- 画面内に入った状態 --*/
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
#container section {
	margin: 0 auto;
	padding: 0;
}
/*------------------------
   nav
------------------------*/
#navi {
	background: linear-gradient(90deg, rgba(232,102,170,1) 0%, rgba(203,71,167,1) 100%);
    overflow-x: auto;
}
#navi ul {
    display: flex;
    width: max-content;
    margin: 0 auto;
}
#navi li {
    border-right: 1px solid #fff;
}
#navi li:last-child {
    border: none;
}
#navi li a {
    height: 75px;
    width: 110px;
    display: flex;
    padding-top: 11px;
    justify-content: center;
    font: bold 1em/1.5 'Noto Serif JP', serif;
    color: #fff;
    text-decoration: none;
    font-feature-settings: "palt";
    position: relative;
}
#navi li a span {
    font-family: Noto Sans JP,sans-serif;
    font-size: 0.9em;
}
#navi p {
    font-weight: 600;
} 
#navi li:hover {
 	color: #f0c6df;
}
#navi li a::after {
    content: "";
    width: 0.6em;
    height: 0.6em;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    bottom: 12px;
}
/*-------------------
   mainvisual
-------------------*/
.mainvisual {
    position: relative;
}
.mainvisual .inner-wrap {
	position: relative;
	text-align: center;
}
.mainvisual {
    background-image: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/fv_sp.jpg);
    background-color: #eca3cc;
    background-size: cover;
    background-position: center;
    height: 126vw;
    animation-name:fadeInAnime;
    animation-duration:5s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeInAnime{
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
}
.mainvisual img {
    margin-top: 20px;
}
.mainvisual .fv-logo {
    margin: 0 18px 0 30px;
}
.mainvisual .fv-lead h1 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.4em;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    font-weight: 600;
    margin: 5px 0 0 140px;
    color: #3f3f3f;
    animation: fadeIn 1.5s ease 0.2s 1 normal backwards;
}
.mainvisual .fv-lead h1 sup {
    font-size: 0.3em;
    vertical-align: 45%;
}
.mainvisual .fv-lead h1 span.pack {
    letter-spacing: -0.01em;
}
.mainvisual .about p {
    text-align: left;
    font-size: 0.8em;
    padding: 0 5%;
    position: absolute;
    bottom: 10px;
}
@keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
}
 /*-------------------
   section all
-------------------*/
.wrapper h2,h3,h4,p {
    text-align: center;
    letter-spacing: 0.06em;
}
.wrapper  h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6em;
    font-weight: 600;
    color: #cf0075;
}
.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
  }
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
  }
/*-------------------
   store-trial
-------------------*/
#container .store-trial{
	padding: 30px 20px;
}
#container .trial-reserve dt{
	color: #cf0075;
	font-family: 'Noto Serif JP', serif;
	font-size: 6vw;
	line-height: 7.5vw;
	margin: 10px 0;
	text-align: center;
}
#container .trial-reserve dd{
	background: linear-gradient(to right, #c3c2c2 0%, #787878 100%);
	border-radius: 999px;
	color: #FFF;
	font-size: 4.5vw;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	width: 70%;
}
#container .store-trial a:hover{
	opacity: .8;
}
/*-------------------
   section01 mov
-------------------*/
.wrapper .mov {
    background-color: #fae4f0;
}
.wrapper .mov .inner-wrap {
    padding: 40px 20px;
    text-align: center;
}
.mov .inner-wrap iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
/*-------------------
   section02 cocept
-------------------*/
.concept {
    background: radial-gradient(farthest-corner at 225px 600px,#fcedf5d0,transparent),url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/concept_bg.jpg) top center no-repeat;
    background-size: 180%;
    background-color: #f7c8de;
}
.concept h2,.trouble_01 h2,.how_to_use h2,.approach h2 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    line-height: 1.2em;
    padding: 40px 0 20px;
}
.concept .sub,.trouble_01 .sub,.how_to_use .sub,.approach .sub {
    font-size: 0.8em;
    color: #3f3f3f;
}
.concept h3,.trouble_02 h3,.approach h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.6em;
    color: #3f3f3f;
    padding-bottom: 20px;
}
.concept .lead {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: 600;
    color: #cf0075;
}
.concept .concept_box {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/concept_mortia.png) top center no-repeat;
    background-size: 115%;
    background-color: linear-gradient(0deg, rgba(248,207,227,1) 0%, rgba(244,199,224,0) 50%, rgba(248,207,227,0) 100%);
}
.concept .concept_box p {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    color: #3f3f3f;
}
.concept_box .cap {
    font-size: 1.2em;
    padding-top: 332px;
}
.concept_box .double_line {
    font-size: 1.3em;
    padding: 2px 2px;
    border-top: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    margin: 0 70px 0;
}
.concept_box .name {
    font-size: 2.0em;
    padding-bottom: 38px;
    font-weight: 600;
}
/*-------------------
   section03 trouble_01
-------------------*/
.trouble_01 {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/rose_01.jpg) top left no-repeat;
    background-color: #fcedf5;
    background-size: 100%;
}
.trouble_01 .inner-wrap,.trouble_03 .inner-wrap {
    padding: 0 20px;
}
.trouble_01 .check_list_customer {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/trouble_bg_01.jpg) bottom center repeat;
    background-color: #f8daed;
}
.trouble_01 h4,.trouble_03 h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6em;
    color: #ffffff;
    font-weight: 400;
    background: linear-gradient(90deg, rgba(232,102,170,1) 0%, rgba(203,71,167,1) 100%);
    line-height: 1.1em;
    padding: 10px 0 15px;
    margin: 0 20px;
}
.trouble_01 .check,.trouble_03 .check {
    font-family:  "Allura";
    font-size: 1.3em;
    color: #ffffff;
    font-weight: 400;
}
.trouble_01 ul,.trouble_03 ul {
    padding: 20px 20px 10px;
}
.trouble_01 li,.trouble_03 li {
    font-size: 0.9em;
    color: #3f3f3f;
    padding: 10px 10px 8px 36px;
    margin-bottom: 10px;
    text-align: left;
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/list_mark.png) left 6px top 18px no-repeat;
    background-color: rgba(255,255,255,0.8);
    background-size: 7%;
}
.trouble_01 li .under_line,.trouble_03 li .under_line {
    border-bottom: 1px solid #6f6d6e;
}
/*-------------------
   section04 trouble_02
-------------------*/
.trouble_02 {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/rose_02.jpg) top -5px right no-repeat;
    background-color: #fcedf5;
    background-size: 100%;
}
.trouble_02 .inner-wrap {
    padding: 50px 16px 0;
}
.trouble_02 .cuticle {
    padding: 15px 20px;
}
.trouble_02 p {
    font-family: Noto Sans JP,sans-serif;
    font-size: 1.0em;
    color: #cf0075;
    line-height: 1.6em;
    text-align: left;
}
/*-------------------
   section05 trouble_03
-------------------*/
.trouble_03 .inner-wrap {
    padding: 40px 20px 10px;
}
.trouble_03 {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/rose_01.jpg) top -10px left no-repeat;
    background-color: #fcedf5;
    background-size: 75%;
}
.trouble_03 .check_list_customer {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/trouble_bg_02.jpg) bottom center repeat;
    background-color: #ebdfed;
}
.trouble_03 .snow {
    font-size: 0.6em;
    vertical-align: top;
}
.trouble_03 p {
    font-size: 0.8em;
    text-align: right;
}
/*-------------------
   section06 trouble_04
-------------------*/
.trouble_04 {
    background-color: #fcedf5;
}
.trouble_04 .inner-wrap {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/trouble_model.png) top right no-repeat;
    background-size: 70%;
}
.trouble_04 h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.4em;
    color: #3f3f3f;
    padding: 130px 0 10px;
}
.trouble_04 .items img {
    width: 230px;
    padding-bottom: 200px;
}
.trouble_04 .items {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/trouble_mortia.png) bottom center no-repeat;
    background-size: 133%;
    text-align: center;
    padding-top: 45px;
}
/*-------------------
   section07 approach
-------------------*/
.approach {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/approach_bg.jpg) top center no-repeat;
    background-size: 215%;
    text-align: center;
    background-color: #fbecf5;
}
.approach_box span {
    font-size: 0.8em;
}
.approach .model {
    position: relative;
}
/*.approach .model h3 {
    position: absolute;
    bottom: -70px;
}*/
.approach .model img {
    width: 80%;
}
.approach .figure {
    padding: 0 15px 40px;
}
.approach .figure p {
    font-size: 0.8em;
    text-align: right;
}
/*-------------------
   section08 point
-------------------*/
.point {
    padding: 5% 5%;
    background-color: #fae4f0;
}
.point01,.point02,.point03,.point04,.point05,.point06 {
    padding-bottom: 30px;
}
.point .ttl_box {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/approach_h2_bg.png) top center no-repeat;
    background-size: 110%;
}
.point .ttl_box h2 {
    font-size: 1.0em;
    color: #595757;
}
.point .ttl_box img {
    width: 70px;
    padding: 20px 0 10px;
}
.point .lead {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: 600;
    color: #cf0075;
    text-align: center;
}
.point h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.0em;
    line-height: 1.5em;
    font-weight: 600;
    color: #3f3f3f;
}
.point .narrow {
    transform: scale(0.9, 1);
}
.point ul {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 8vw 4vw;
    justify-content: center;
    padding: 5% 4%;
}
.point li {
    width: calc(94%/2);
}
.point p {
    font-size: 1.1em;
    margin-top: 16px;
    line-height: 1.4em;
    text-align: left;
}
.point li .middle {
    font-size: 0.9em;
}
.point li .small {
    font-size: 0.7em;
}

/*-------------------
   section08 point01
-------------------*/
.point .point01,.point .point02,.point .point05,.point .point06 {
    background: linear-gradient(180deg, rgba(244,199,224,1) 0%, rgba(244,199,224,0) 20%, rgba(244,199,224,0) 100%);
}
.point01 ul {
    gap: 4vw 4vw;
}
/*-------------------
   section08 point02
-------------------*/
.point02 li img,.point04 li img,.point06 li img {
    padding: 0 10px 10px;
}
/*-------------------
   section08 point03
-------------------*/
.point03 h3,.point04 h3,.point06 h3 {
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
	background: linear-gradient(90deg, rgba(232,102,170,1) 0%, rgba(203,71,167,1) 100%);
    padding: 8px 0;
    margin: 20px 20px 20px;
}
.point03 li {
    width: calc(87%/1);
}
.point03 p,.point04 p,.point06 p  {
    text-align: center;
    font-size: 1.3em;
}
/*-------------------
   section08 point04
-------------------*/
.point04 p,.point06 p   {
    margin-top: 5px;
}
.point02 li .small_r,.point04 ul .small_r,.point05 li .small_r {
    font-size: 0.9em;
    text-align: right;
    margin-right: 10px;
}
/*-------------------
   section08 point05
-------------------*/
.point05 h4  {
    margin-top: 10px;
}
/*-------------------
   section09 lineup
-------------------*/
.lineup h2 {
    margin-top: 30px;
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/mortia_lineup.png) top center no-repeat;
    background-size: 85%;
    padding: 24px 0 30px;
    color: #3f3f3f;
}
.lineup-box {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 4vw 4vw;
    justify-content: center;
    padding: 5% 0 15%;
}
.lineup-box dl {
    width: calc(92%/2);
}
.lineup-box p {
    font-family: 'Noto Serif JP', serif;
    color: #cf0075;
    font-weight: 600;
}
.lineup h4 {
    margin-top: 10px;
    font-size: 0.9em;
    font-weight: 600;
}
.lineup h4 .new {
    color: #af3690;
}
.lineup-box .arrange {
    padding-top: 20px;
}
.lineup-box .snow {
    font-size: 0.6em;
    vertical-align: top;
}
.lineup-box .note,.education ,note {
    font-size: 0.8em;
    color: #555555;
    text-align: center;
    margin-top: 10px;
}
/*-------------------
   section10 how_to_use
-------------------*/
.how_to_use {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/movie_bg.jpg) top center no-repeat;
    background-size: 190%;
    background-color: #fae7f2;
}
.how_to_use .inner-wrap {
    padding: 0 20px 50px;
    text-align: center;
}
.how_to_use .inner-wrap iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
/*-------------------
   section11 education
-------------------*/
.education .info_box {
    padding: 30px 30px 30px;
}
.education h2 {
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    font-size: 2.0em;
    font-weight: 400;
    background: linear-gradient(90deg, rgba(232,102,170,1) 0%, rgba(203,71,167,1) 100%);
    padding: 8px 0;
}
.education h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.9em;
    color: #3f3f3f;
    padding: 2px 0 4px;
    border-top: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    margin: 0 34px 20px;
}
.education {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/education_bg.jpg) bottom center no-repeat;
    background-size: 110%;
    background-color: #f3f2f7;
    text-align: center;
}
.education ul {
    padding: 0 0%;
}
.education li {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.2em;
    text-align: left;
}
.education li span {
    display: table-cell;
}
.education .left {
    width: 100px;
}
.education img {
    width: 85%;
}
.education .note {
    text-align: right;
    padding-bottom: 5%;
    margin-right: 5%;
}
.education .snow {
    font-size: 0.4em;
    vertical-align: top;
}

@media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
/*-------------------
   iPad
-------------------*/
.br-sp {
    display: none;
}
/*-------------------
   iPad mainvisual
-------------------*/
.mainvisual {
    background-image: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/fv_pc.jpg);
    height: 350px;
}
.mainvisual .fv-box {
    width: 440px;
    max-width: 55%;
    text-align: left;
    margin-left: auto;
    margin-right: 20px;
}
.mainvisual img {
    margin-top: 30px;
}
.mainvisual .fv-logo {
    text-align: right;
}
.mainvisual .fv-lead h1 {
    line-height: 1.5em;
    text-align: center;
    margin: 10px 0 0 0;
}
.mainvisual .about p {
    text-align: left;
    font-size: 0.6em;
    padding: 3% 10%;
}
/*-------------------
   iPad nav
-------------------*/
#navi {
    overflow: hidden;
}

#navi ul {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

#navi li {
    font-size: 1.1em;
    padding: 10px 0 0;
    width: 20%;
}

#navi li a::after {
    content: none;
}

#navi li a {
    width: 100%;
}

/*-------------------
   iPad mov
-------------------*/
.wrapper .mov .inner-wrap {
    padding: 40px 40px;
}
/*-------------------
   iPad all
-------------------*/
.concept .inner-wrap,
.trouble_01 .inner-wrap,
.trouble_02 .inner-wrap,
.trouble_03 .inner-wrap,
.approach .inner-wrap,
.point .point01,
.point .point02,
.point .point05,
.point .point06,
.lineup .inner-wrap,
.education .inner-wrap {
    padding: 0 10% 5%;
}
.concept h2, .trouble_01 h2, .how_to_use h2, .approach h2 {
    font-size: 1.8em;
}
/*-------------------
   iPad concept
-------------------*/
.concept .concept_box {
    background-size: 100%;
}
.concept_box .cap {
    font-size: 1.5em;
    padding-top: 410px;
}
.concept_box .double_line {
    margin: 0 80px;
}
.concept_box .name {
    font-size: 3.0em;
    font-weight: 600;
}
/*-------------------
   iPad trouble_01
-------------------*/
.trouble_01 h4, .trouble_03 h4 {
    margin: 0 60px;
}
.trouble_01 li, .trouble_03 li {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/list_mark.png) left 6px top 10px no-repeat;
    background-color: rgba(255,255,255,0.8);
    background-size: 4%;
}
/*-------------------
   iPad trouble_02
-------------------*/
.trouble_02 h3 {
    padding-top: 40px;
}
.trouble_02 .cuticle {
    padding: 40px;
}
/*-------------------
   iPad trouble_04
-------------------*/
.trouble_04 {
    background-color: #fcedf5;
}
.trouble_04 .inner-wrap {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/trouble_model.png) top 30px right no-repeat;
    background-size: 70%;
}
.trouble_04 h3 {
    font-size: 2.0em;
    padding: 245px 0 30px;
}
.trouble_04 .items img {
    width: 370px;
    padding-bottom: 324px;
}
.trouble_04 .items {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/trouble_mortia.png) bottom center no-repeat;
    background-size: 110%;
    text-align: center;
}
/*-------------------
   iPad approach
-------------------*/
.approach {
    background-size: 100%;
    overflow: hidden;
}

.approach_box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
}

.approach .model,
.approach .figure {
    position: static;
    width: 50%;
    padding: 0;
}

.approach .model img,
.approach .figure img {
    width: 100%;
    height: auto;
    display: block;
}

.approach .figure p {
    font-size: 1em;
    padding-top: 20px;
}
/*-------------------
   iPad point
-------------------*/
.point .ttl_box {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/approach_h2_bg.png) top center no-repeat;
    background-size: 100%;
    height: 330px;
}
.point .ttl_box h2 {
    padding-top: 30px;
}
.point .lead {
    padding-top: 20px;
}
.point02 ul {
    margin-top: 30px;
}
.point03 {
    padding: 0 3% 0 10%;
    width: 35%;
}
.point04 {
    padding-right: 10%;
    width: 65%;
}
.point03 li {
    width: calc(100%/1);
}
.point0304 {
    display: flex;
}
.point0304 ul {
    padding: 0;
}
.point0304 h3 {
    margin: 0 0 20px 0;
}
.point04 ul {
    gap: 3vw 2vw;
}
.point04 li {
    width: calc(89%/4);
}
.point04 li img {
    padding: 0 0 10px;
}
.point03 p, .point04 p, .point06 p {
    font-size: 1.2em;
}
.point06 li {
    width: calc(89%/3);
}
/*-------------------
   iPad line up
-------------------*/
.lineup h2 {
    margin-top: 50px;
    background-size: 60%;
    padding: 28px 0 40px;
}
.lineup h4 {
    font-size: 1.1em;
}
.lineup-box p {
    font-size: 1.3em;
}
.lineup-box .note {
    font-size: 0.9em;
}
/*-------------------
   iPad how to use
-------------------*/
.how_to_use .inner-wrap {
    padding: 0 40px 50px;
    text-align: center;
}
/*-------------------
   iPad education
-------------------*/
.education .info_box {
    padding: 50px 130px 30px;
}
.education li {
    font-size: 1.4em;
}
.education .left {
    width: 150px;
}
}

@media screen and (min-width:960px) {

/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
/*-------------------
   PC
-------------------*/
.br-sp {
    display: none;
}
/*-------------------
   PC mainvisual
-------------------*/
.mainvisual {
    background-image: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/fv_pc.jpg);
    height: 500px;
}
.mainvisual img {
    margin-top: 40px;
}
.mainvisual .fv-box {
    width: 697px;
    max-width: 57%;
    text-align: left;
    margin-left: auto;
    margin-right: 3%;
}
.mainvisual .fv-logo {
    text-align: center;
}
.mainvisual .fv-lead h1 {
    font-size: 2.3em;
    line-height: 1.3em;
    text-align: center;
    font-weight: 500;
    margin: 10px 0 0 0;
}
.mainvisual .about p {
    text-align: left;
    font-size: 0.7em;
    padding: 4% 3%;
    margin-left: 45%;
}
/*-------------------
   PC nav
-------------------*/
#navi {
    overflow: hidden;
}
#navi ul {
    font-size: 1.6em;
    width: 100%;
    max-width: 1080px;
    height: 80px;
    margin: 0 auto;
}
#navi li { 
    line-height: 1.0;
    padding: 10px 0 0;
    width: 20%;
}
#navi li a::after {
    content: none;
}
#navi li a {
    font: bold 1em/1.1 'Noto Serif JP', serif;
    padding-top: 4px;
    width: 100%;
}
#navi li a span {
    font-size: 0.8em;
}
/*-------------------
   PC store-trial
-------------------*/
#container .store-trial{
    margin: 70px auto 40px;
    width: 800px;
}
#container .trial-reserve dt{
    font-size: 1.8em;
    line-height: 0;
    margin: 30px 0;
}
#container .trial-reserve dd{
    font-size: 1.6em;
    padding: 10px;
    width: 65%;
    margin: 20px auto;
}
/*-------------------
   PC mov
-------------------*/
.wrapper .mov .inner-wrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 20px;
}
/*-------------------
   PC all
-------------------*/
.trouble_01 .inner-wrap,
.trouble_02 .inner-wrap,
.trouble_03 .inner-wrap,
.approach .inner-wrap,
.point .point01,
.point .point02,
.point .point05,
.point .point06 {
    padding: 0 15% 5%;
}
.concept h2, .trouble_01 h2, .how_to_use h2, .approach h2 {
    font-size: 3.2em;
    line-height: 0.8;
    padding: 90px 0 70px;
}
.concept .sub, .trouble_01 .sub, .how_to_use .sub, .approach .sub {
    font-size: 0.5em;
}
.concept h3, .trouble_02 h3, .approach h3 {
    font-size: 2.8em;
    letter-spacing: 0.1em;
    padding-bottom: 60px;
}
/*-------------------
   PC concept
-------------------*/
.concept .lead {
    font-size: 1.9em;
    line-height: 1.9em;
}
.concept {
    background: radial-gradient(farthest-corner at 225px 600px,#fcedf5d0,transparent),url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/concept_bg.jpg) top center no-repeat;
    background-size: cover;
}
.concept .concept_box {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/concept_mortia.png) top center no-repeat;
    height: 980px;
    background-color: linear-gradient(0deg, rgba(248,207,227,1) 0%, rgba(244,199,224,0) 50%, rgba(248,207,227,0) 100%);
}
.concept .mortia_series {
    width: 600px;
    margin: 0 auto;
    padding-top: 420px;
}
.concept .concept_box p {
    font-weight: 600;
    font-size: 2.2em;
}
.concept .double_line {
    width: 410px;
    margin: 0 auto;
}
.concept .concept_box .name {
    font-size: 4.3em;
}
/*-------------------
   PC Trouble
-------------------*/
.trouble_01 h4, .trouble_03 h4 {
    font-size: 2.5em;
    margin: 0 130px;
}
.trouble_01 li, .trouble_03 li {
    font-size: 1.3em;
    padding: 15px 10px 12px 60px;
    margin-bottom: 10px;
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/list_mark.png) left 15px top 15px no-repeat;
    background-color: rgba(255,255,255,0.8);
    background-size: 4%;
}
.trouble_01 ul, .trouble_03 ul {
    padding: 30px 30px 20px;
}
.trouble_01 {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/rose_01.jpg) top left no-repeat;
    background-color: #fcedf5;
    background-size: 70%;
}
.trouble_02 {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/rose_02.jpg) top -5px right no-repeat;
    background-color: #fcedf5;
    background-size: 75%;
}
.trouble_03 {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/rose_01.jpg) top -10px left no-repeat;
    background-color: #fcedf5;
    background-size: 65%;
}
.trouble_02 p {
    font-family: Noto Sans JP,sans-serif;
    font-size: 1.5em;
    line-height: 1.8em;
}
.trouble_02 h3  {
    padding: 30px 0 40px;
}
.trouble_02 .cuticle {
    padding: 40px 100px;
    text-align: center;
}
.trouble_01 .check_list_customer,.trouble_03 .check_list_customer {
    margin: 0 auto;
}
.trouble_04 .inner-wrap {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/trouble_model.png) top right no-repeat;
    background-size: 50%;
}
.trouble_04 {
    background: linear-gradient(0deg, rgba(248,207,227,1) 40%, rgba(246,222,235,1) 70%, rgba(252,237,245,1) 100%);
}
.trouble_04 h3 {
    font-size: 3.0em;
    padding: 260px 0 30px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.trouble_04 .items {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/trouble_mortia.jpg) top center no-repeat;
    height: 800px;
}
.trouble_04 .items img {
    width: 480px;
    padding-bottom: 558px;
}
/*-------------------
   PC approach
-------------------*/
.approach {
    background-size: 100%;
    overflow: hidden;
}

.approach_box {
    display: flex;
    align-items: center;
    gap: 30px;
}

.approach .model,
.approach .figure {
    position: static;
    width: 50%;
    padding: 0;
}

.approach .model img,
.approach .figure img {
    width: 100%;
    height: auto;
    display: block;
}

.approach .figure p {
    font-size: 1.0em;
    padding-top: 20px;
}
/*-------------------
   PC point
-------------------*/
.point .ttl_box {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/approach_h2_bg.png) top center no-repeat;
    background-size: 70%;
}
.point .ttl_box img {
    width: 130px;
}
.point .ttl_box h2 {
    font-size: 2.0em;
    padding-top: 50px;
}
.point p {
    font-size: 1.4em;
    margin-top: 20px;
    line-height: 1.6em;
}
.point .lead {
    font-size: 1.8em;
    padding-top: 20px;
}
.point03 h3, .point04 h3, .point06 h3 {
    font-size: 2.3em;
}
.point h4 {
    font-size: 1.6em;
    line-height: 1.4em;
    margin-top: 30px;
}
.point01 ul {
    gap: 4vw 3vw;
}
.point01 li {
    width: calc(90%/3);
}
.point02 ul {
    gap: 8vw 10vw;
    margin-top: 50px;
}
.point02 li {
    width: calc(60%/2);
    text-align: center;
}
.point0304 {
    display: flex;
    padding: 0 15% 5%;
}
.point0304 ul {
    padding: 0;
}
.point0304 h3 {
    margin: 0 0 20px 0;
}
.point03 {
    padding: 0 4% 0 0;
    width: 30%;
}
.point04 {
    padding-right: 0;
    width: 70%;
}
.point03 li {
    width: calc(100%/1);
    margin: 0 auto;
}
.point04 ul {
    gap: 2vw 2vw;
}
.point04 li {
    width: calc(86%/4);
}
.point04 li img {
    padding: 0;
}
.point03 p, .point04 p, .point06 p {
    font-size: 1.3em;
    line-height: 1.3;
}
.point05 ul {
    gap: 6vw 10vw;
}
.point05 li {
    width: calc(74%/2);
    text-align: center;
}
.point05 h4 span.ceramide {
    font-size: 0.8em;
}
.point06 ul {
    gap: 3vw 4vw;
}
.point06 li {
    width: calc(70%/3);
    text-align: center;
}
.point06 p {
    margin-top: 10px;
}
.point06 h3 {
    margin-top: 50px;
}
/*-------------------
   PC line up
-------------------*/
.lineup .inner-wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 80px;
    padding-left: 20px;
    padding-right: 20px;
}
.lineup-box {
    padding: 5% 0 5%;
}
.lineup h2 {
    font-size: 3.0em;
    background-size: 100%;
    padding: 33px 0 40px;
    width: 516px;
    height: 130px;
    margin: 0 auto; 
    margin-top: 30px;
}
.lineup-box dl {
    width: calc(80%/3);
}
.lineup h4 {
    font-size: 1.3em;
    line-height: 1.5;
    font-weight: 400;
}
.lineup-box p {
    font-size: 1.6em;
    line-height: 1.5;
}
.lineup-box .note {
    font-size: 0.9em;
}
/*-------------------
   PC how to use
-------------------*/
.how_to_use .inner-wrap iframe {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 100px;
    display: block;
}
/*-------------------
   PC education
-------------------*/
.education .inner-wrap {
    padding: 0 15% 0;
}
.education .info_box {
    padding: 100px 0 30px;
}
.education h2 {
    font-size: 3.0em;
    padding: 10px 0;
}
.education h3 {
    font-size: 2.5em;
    width: 438px;
    margin: 0 auto;
}
.education ul {
    width: 660px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 20px;
}
.education li {
    font-size: 2.0em;
}
.education .left {
    width: 230px;
}
.education img {
    width: 100%;
}
.education .snow {
    font-size: 0.4em;
    vertical-align: top;
}
.education {
    background: url(/contents/shop/sevenbeauty/img/freepage/mortia-renewal-2310-comp/education_bg.jpg) top center no-repeat;
    background-size: cover;
}
.education .note {
    margin-right: 10%;
}
}