@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/*-------------------
   common
-------------------*/
.wrapper {
	font: 1em/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0 0 20px;
	position: relative;
	color: #666666;
    letter-spacing: normal;
    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まで  */
 
 
/* ボタンデザイン自由に変えてください  */
.buy-btn {
    background: #036242;
    border-radius: 5px;
    color: #fff;
    display: block;
    font: bold 1em/2.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    position: relative;
    margin: 15px auto 40px;
    text-align: center;
    width: 100%;
    padding: 2px 0 0 0;
}
.buy-btn a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.buy-btn a::before {
	border: solid 5px transparent;
	border-left: solid 7px #fff;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
}
.buy-btn:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}
/*-- 画面外にいる状態 --*/
.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;
}

/*-------------------
  ---
-------------------*/
.inner-wrap {
	padding: 40px 30px;
	position: relative;
    text-align: center;
    letter-spacing: normal;
    font-feature-settings: "palt";
}

/*-------------------
   mainvisual
-------------------*/
.mainvisual .inner-wrap {
    padding: 20px 20px 0 20px;
    height: 100%;
    letter-spacing: normal;
    font-feature-settings: "palt";
}
.mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/cica-series/fv_sp.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    display: block;
    position: relative;
    text-align: center;
    height: 110vw;
}
.mainvisual p {
    font: 5.4vw/1.2 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    margin: 0 auto;
    padding: 2vw 0 0 0;
}
.mainvisual h1 {
    font: bold 11.5vw/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #036242;
    letter-spacing: normal;
    font-feature-settings: "palt";
}
.mainvisual .cica-series {
    margin: 3vw 0 0;
    animation-name: fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
    padding: 0;
}
@keyframes fadeUpAnime{
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    
    to {
      opacity: 1;
      transform: translateY(0);
    }
}
.mainvisual .new-icon {
    position: absolute;
    width: 25vw;
    top: 33vw;
    left: 65vw;
}
.mainvisual .main-icon ul {
    display: flex;
    margin: 0 auto;
    width: 90%;
}
.mainvisual .cica-icon-1 {
    position: absolute;
    top: 79vw;
    left: 13vw;
    width: 30vw;
}
.mainvisual .cica-icon-2 {
    position: absolute;
    top: 79vw;
    left: 35vw;
    width: 30vw;
}
.mainvisual .cica-icon-3 {
    position: absolute;
    top: 79vw;
    left: 56vw;
    width: 30vw;
}

/*-------------------
   about
-------------------*/
/*.about .inner-wrap{
	padding: 20px;
	position: relative;
}*/
.about h2 {
    font: bold 6.5vw/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #036242;
    letter-spacing: normal;
    text-align: center;
    margin: 0 0 15px 10px;
    position: relative;
    font-feature-settings: "palt";
}
.about p br {
    display: none;
}
.about p {
    font-size: 1em;
    line-height: 1.6em;
    text-align: justify;
    padding-bottom: 10px;
}
.about-flex {
    display: flex;
    position: relative;
    justify-content: center;
}
.about-contents {
    align-items: flex-start;
    text-align: center;
}
.about-flex .img-cica1 {
    position: absolute;
    top: -28vw;
    left: -3vw;
    width: 17vw;
}
.about-flex .img-cica2 {
    position: absolute;
    top: -27vw;
    right: -6vw;
    width: 17vw;
}
   
/*-------------------
   nav
-------------------*/
.nav {
    background: #036242;
    font: 0.7em/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    padding: 5px 0;
    text-align: center;
}
.nav li {
	list-style: none;
	display: inline-block;
	width: 30%;
	min-width: 90px;
	position: relative;
	margin: 0 0 0 5px;
}
.nav li:not(:last-child){
	border-right:1px solid #fff;
	line-height: 2.5;
}
.nav a {
    color: #fff;
    /* font-size: .9em; */
    line-height: 1.2em;
    text-decoration: none;
    margin: 10px;
    position: relative;
    letter-spacing: normal;
    font-feature-settings: "palt";
}
.nav a:before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 50%;
    left: -5px;
    margin-top: -6px;
    transform: rotate(45deg);
    cursor: pointer;
}

/*-------------------
   skintype
-------------------*/
.skintype {
    background-image: linear-gradient(#f1f5f5 1px, transparent 0), linear-gradient(90deg, #f1f5f5 1px, transparent 0);
    background-size: 15px 15px;
    background-color: #e8eeef;
}
.skintype a {
    font: 1.1em/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-align: justify;
    letter-spacing: normal;
}
.skintype-flex {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.skintype img {
    position: absolute;
    bottom: 0%;
    left: -2vw;
    width: 43vw;
}
.skintype h2 {
	font: bold 1.5em/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #036242;
    letter-spacing: normal;
    text-align: center;
	margin: 0px 0 15px 0;
}
.skintype li {
    position: relative;
    padding-left: 25px;
    font-size: 3vw;
    line-height: 1.4em;
    margin-left: 30vw;
    margin-top: 6px;
    font-feature-settings: "palt";
    font-feature-settings: "palt";
}
.skintype li:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    width: 12px;
    height: 12px;
    border: 1.5px solid #999;
    background-color: #fff;
    border-radius: 2px;
}
.skintype li:after {
    content: "";
    position: absolute;
    top: 0.2em;
    left: 9px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 3px;
    height: 7px;
    border-right: 2px solid #fa7a9e;
    border-bottom: 2px solid #fa7a9e;
}

/*-------------------
   point1
-------------------*/
.point-wrap {
    background-color: #ddeff3;
    padding: 15px;
    margin: 10px 0;
    border-radius: 10px;
}
.point .point-sub {
    font: 1em/1.2 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    text-align: center;
    color: #fff;
    background-color: #036242;
    letter-spacing: normal;
    font-feature-settings: "palt";
    margin: 0 auto;
    padding: 5px;
    position: relative;
}
.point .point-sub:before {
	content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -1px;
    right: -1px;
    border-top: 35px solid transparent;
    border-right: 35px solid #fff;
}
.point .point-sub:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -1px;
    left: -1px;
    border-top: 35px solid #fff;
    border-right: 35px solid transparent;
}
.point .point-sub strong {
	font: bold 1.5em/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3em;
	font-weight: 600;
}
.point .sub-box {
	margin-top: 30px;
	position: relative;
}
.point .point-icon {
    position: absolute;
    top: -43px;
    left: 6px;
    width: 100px;
    z-index: 1;
}
.point h3 {
    font: bold 1.3em/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #036242;
    letter-spacing: normal;
    text-align: center;
    margin: 10px 0 0 0;
    font-feature-settings: "palt";
}
.point h3 em {
	font: bold 0.6em/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.point .lead {
    line-height: 1.5em;
    margin: 6px 0px 15px 0px;
    text-align: justify;
}
.point .lead br {
	display: none;
}
.point h4 {
    font: bold 1.2em/1.2 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    background-color: #fff;
    color: #036242;
    margin: 0 auto;
    padding: 2px 0px;
    border: 2px solid;
    border-radius: 2rem;
    text-align: center;
    width: 200px;
}
.point h5 {
    font: bold 1em/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #036242;
    letter-spacing: normal;
    margin-bottom: 3px;
    font-feature-settings: "palt";
}
.caption {
    font-size: .85em;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    margin-bottom: 7px;
    text-align: justify;
}
.chushaku {
    font-size: .7em;
    letter-spacing: normal;
    text-align: justify;
}
.point1-flex1 h5 {
    text-align: justify;
}
.point1-flex2 {
	display: flex;
    flex-wrap: wrap;
	gap: 0px 15px;
}
.point1-flex2 dl {
    align-items: flex-start;
    text-align: center;
    width: calc(90%/2);
    margin: 0 auto;
}
.point1-flex2 img {
	margin: 10px 0px 8px 0px;
}
/*-------------------
   point2
-------------------*/	
.point .img-hyaluron1 {
	margin: 0px 0px 10px 0px;
}
.point .img-hyaluron2 {
	margin: 5px 0px 10px 0px;
}
.point2-flex {
	display: flex;
    flex-wrap: wrap;
	gap: 0px 12px;
}
.point2-flex dl {
    align-items: flex-start;
    text-align: center;
	width: calc(89%/3);
}
.point small {
	font-size: .9em;
}
.point2-flex h5 {
    margin-bottom: 6px;
    border-radius: 6px;
    background-color: #fff;
    padding: 9px 0;
    font-size: 3.5vw;
    letter-spacing: normal;
    font-feature-settings: "palt";
}
/*-------------------
   point3
-------------------*/	
.point3-flex {
    display: flex;
    flex-wrap: wrap;
}
.point3-flex dl {
    align-items: flex-start;
    text-align: center;
    margin: 0 auto;
    width: calc(85%/2);
}
.point3-flex h5 {
    margin: 5px 0 15px 0;
}
/*-------------------
   point4
-------------------*/	
.point4-flex img {
    border: solid 1px #cccccc;
    border-radius: 50%;
    margin: 0px 0px 5px 0px;
}
.point4-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0px;
}
.point4-flex dl {
    align-items: flex-start;
    margin: 0 auto;
    text-align: center;
    width: calc(85%/3);
}
/*-------------------
   course
-------------------*/	
.course {
	background-color: #ddeff3;
}
.course .sub {
    font: 0.8em/1.2 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    background-color: #036242;
    color: #fff;
    letter-spacing: -0.2px;
    padding: 3px;
    position: relative;
    text-align: center;
}
.course .sub:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -1px;
    right: 0px;
    border-top: 30px solid transparent;
    border-right: 30px solid #ddeff3;
}
.course .sub:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -1px;
    left: -4px;
    border-top: 30px solid #ddeff3;
    border-right: 30px solid transparent;
}
.course .sub strong {
	font: bold 1.5em/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 600;
}
.course h3 {
	font: bold 1.5em/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #036242;
    letter-spacing: normal;
    text-align: center;
	margin: 5px 0;
    position: relative;
}
.course .course-menu {
	color: #036242;
	font-size: .9em;
	background-color: #fff;
    padding: 15px;
    margin: 10px 0;
    border-radius: 10px;
	text-align: center;
}
.course .str {
    display: inline-block;
    font-weight: bold;
    font-size: 130%;
    letter-spacing: normal;
    vertical-align: middle;
}
.course .course-menu {
    color: #036242;
    font-size: .9em;
    background-color: #fff;
    padding: 5px;
    margin: 0px auto;
    border-radius: 5px;
    text-align: center;
    width: 278px;
}
.course .lead {
    margin: 6px 0px 20px 0px;
    line-height: 1.5em;
    text-align: justify;
}
.course .imgPhoto {
    border-radius: 0 30px 0 0;
    width: 100%;
}
.course .text-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 0 40px;
    position: relative;
    text-align: initial;
}
.course .text-box dt {
    font: bold 6vw/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #036242;
    letter-spacing: normal;
    text-align: justify;
    margin: 1vw 0 0 20vw;
    position: relative;
    font-feature-settings: "palt";
}
.course .step-icon {
    position: absolute;
    left: 4vw;
    top: 2vw;
    width: 23vw;
    z-index: 1;
}
.course .time-icon {
    position: absolute;
    top: 2vw;
    right: 5vw;
    z-index: 1;
    width: 15vw;
}
.course .komidashi {
    font: bold 1.3em/1.5 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    text-align: justify;
    color: #036242;
    letter-spacing: 0.05em;
    margin: 0 auto;
    padding: 22px 0 0 0;
    position: relative;
    border-top: 1px solid #ccc;
    font-feature-settings: "palt";
}
.course .item-box {
    display: flex;
}
.course .item-name {
    text-align: justify;
    font-weight: 600;
    margin-top: 30px;
    font-size: .85em;
    letter-spacing: normal;
}
.course .imgItem {
    width: 90%;
}
.course .comingsoon {
    margin: 15px 0 0 15px;
}
.course .use {
    font-size: .8em;
    background-color: #fff;
    color: #036242;
    margin: 6px 0px;
    padding: 3px 0px;
    border: 1px solid;
    border-radius: 2rem;
    text-align: center;
    width: 98px;
    position: absolute;
}
.course .item-wrap {
    display: flex;
    gap: 15px;
}
.course .arrow-wrap {
    padding: 8px 0 52px 0;
}
.arrow {
    position: relative;
}
.arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 42%;
    width: 25px;
    height: 25px;
    border-top: 3px solid #a0bfb4;
    border-right: 3px solid #a0bfb4;
    transform: translateX(-50%) rotate(135deg);
}
.lineup .lineup-title p {
    font: bold 1.3em/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #036242;
    letter-spacing: 0em;
    position: relative;
    margin-top: 10px;
}
.lineup .lineup-title h3 {
    font: bold 2em/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #036242;
    letter-spacing: 0em;
    margin: -10px 0 15px 0;
}
.lineup .lineup-icon {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 97px;
}
.lineup-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0px;
}
.lineup-flex dl {
    align-items: flex-start;
    margin: 0 auto;
    text-align: center;
    width: calc(90%/2);
}
.lineup-flex h5 {
    font: bold 1.2em/1.2 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    border-bottom: 1px solid #ccc;
    color: #036242;
    letter-spacing: normal;
    margin: 10px auto;
    padding-bottom: 10px;
    font-feature-settings: "palt";
}
.lineup .item-name {
    font-weight: 600;
    font-size: .85em;
    letter-spacing: normal;
    margin-bottom: 10px;
}
/*-------------------
   store-nav
-------------------*/	
#container .br-sp{
    display: block;
}
#container .store-nav {
    padding-top: 4%;
}
#container .store-nav img {
    margin: 1% auto 3%;
}
#container .store-nav .store {
    color: #a62b45;
    font: 1.4rem / 1.4 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    margin: 0;
    padding: 0 0 4%;
    text-align: center;
}
#container .store-btn li {
    margin-bottom: 5%;
    position: relative;
    text-align: center;
    width: 100%;
}
#container p.nav-btn {
    background: #acacac;
    border-radius: 50px;
    color: #fff;
    display: block;
    font: normal 1rem / 2.6 "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    margin: 0 auto;
    padding-left: 5%;
    text-decoration: none;
    width: 100%;
    padding-bottom: 0;
}
#container p.nav-btn em {
    font-size: 1.2rem;
}
#container p.nav-str {
    color: #ffff;
    font-size: 1rem;
    text-align: center;
    background: linear-gradient(to right, #c3c2c2 0%, #787878 100%);
    box-shadow: 0 10px 10px rgb(201 203 202 / 75%);
    transition: .4s;
}
/* process step */
#container .sliderArea {
    width: 100%;
    padding: 4% 5% 4%;
}
#container .slider img {
    width: 95%;
}
#container .slider li {
    padding: 25px 2px 15px 15px;
    filter: drop-shadow(5px 5px 5px #e4e4e4);
}
#container .slider .slider-prev, #container .slider .slider-next {
    position: absolute;
    top: 55%;
    width: 28px;
    border-radius: 50px;
    background-color: #00561f;
    height: 28px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
#container .slider .slider-next::after {
    content: '';
    position: absolute;
    top: 17px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-radius: 0;
    left: 8px;
    transform: rotate(135deg);
    width: 7px;
    height: 7px;
}
#container .slider .slider-prev {
    left: -4px;
}
#container .slider .slider-prev::after {
    content: '';
    position: absolute;
    top: 17px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-radius: 0;
    left: 12px;
    transform: rotate(-135deg);
    width: 7px;
    height: 7px;
}
#container .slider .slider-next {
    right: -2px;
}

@media screen and (min-width: 480px) and (max-width: 960px) {
	/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
.mainvisual {
        background: url(/contents/shop/sevenbeauty/img/freepage/cica-series/fv_pc.jpg) no-repeat center;
        background-size: cover;
        margin: 0 auto;
        text-align: center;
        height: 42vw;
}
.mainvisual .inner-wrap {
    margin: 0 auto;
} 
.about .inner-wrap,
.nav .inner-wrap,
.skintype .inner-wrap,
.point .inner-wrap,
.course .inner-wrap {
    margin: 0 auto;
    width: 500px;
    position: relative;
}
.mainvisual p {
    font-size: 3vw;
}
.mainvisual h1 {
    font-size: 5.5vw;
}
.mainvisual p br {
    display: none;
}
.mainvisual .cica-series {
    margin: 0 0 0 18vw;
    width: 49vw;
}
.mainvisual .new-icon {
    position: absolute;
    width: 13vw;
    top: 13vw;
    left: 68vw;
}
.mainvisual .cica-icon-1 {
    position: absolute;
    top: 12vw;
    left: 15vw;
    width: 14vw;
}
.mainvisual .cica-icon-2 {
    position: absolute;
    top: 18.5vw;
    left: 22vw;
    width: 14vw;
}
.mainvisual .cica-icon-3 {
    position: absolute;
    top: 26.5vw;
    left: 16vw;
    width: 14vw;
}
.about h2 br {
    display: none;
}
.about h2 {
    font-size: 2em;
    margin: 20px 0 15px 0;
}
.about p {
    margin: 0 0;
    padding: 0 0 15px 0;
}
.about-flex .img-cica1 {
    position: absolute;
    top: 0;
    left: -120px;
    width: 100px;
}
.about-flex .img-cica2 {
    position: absolute;
    top: 70px;
    right: -96px;
    width: 100px;
}
.point h3 {
    font-size: 1.8em;
}
.point .point-icon {
    position: absolute;
    top: -28px;
    left: 46px;
}
.point2-flex dl {
    width: calc(94%/3);
}
.point2-flex h5 {
    font-size: 2vw;
}
.skintype h2 {
   font-size: 1.8em;
}
.skintype img {
    left: 40px;
    width: 170px;
}
.skintype li {
    font-size: 1.5vw;
    margin-left: 200px;
}
.course .sub {
    font-size: 1em;
    width: 355px;
    margin: 20px 0 0 65px;
}
.course .sub strong {
    font-size: 1.2em;
    line-height: 1.6em;
}
.course h3 {
    font-size: 1.9em;
    margin: 12px 0;
}
.course .course-menu {
    font-size: .95em;
    width: 460px;
    padding-top: 8px;
}
.course .course-menu br {
   display: none;
}
.course h3:before, .course h3:after {
    top: 5px;
    width: 102px;
    margin: -18px -63px 0px -62px;
}
.course .lead {
    margin: 20px 0px 20px 0px;
    line-height: 1.8em;
}
.course .time-icon {
    top: 2vw;
    right: 2vw;
    width: 9vw;
}
.course .text-box dt {
    font-size: 3.2vw;
    margin: 1vw 0 0 12vw;
}
.course .step-icon {
    left: 2vw;
    top: 1vw;
    width: 13vw;
}
.lineup .lineup-icon {
    left: 227px;
}
.lineup-flex dl {
    align-items: flex-start;
    margin: 0 auto;
    text-align: center;
    width: calc(85%/3);
}
/* store-nav */
#container .store-nav img {
    margin: -1% auto 2%;
}
#container .store-nav .store {
    font-size: 1.6rem;
    padding: 0 0 2%;
}
#container .store-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#container .store-btn li {
    width: calc(100% / 3);
    margin-bottom: 3%;
    padding: 5px;
}
#container p.nav-btn em {
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
}
#container p.nav-str {
    line-height: 1.4;
    padding: 8% 5% 8%;
}
/* process_step */
#container .slider .slider-prev, #container .slider .slider-next {
    width: 30px;
    height: 30px;
}
#container .slider .slider-next {
    right: -27px;
}
#container .slider .slider-next::after {
    left: 8px;
}
#container .slider .slider-prev {
    left: -27px;
}
#container .slider .slider-prev::after {
    left: 13px;
}
#container .slider .slider-prev::after, #container .slider .slider-next::after {
    top: 18px;
    width: 9px;
    height: 9px;
}
}

@media screen and (min-width: 960px) {
	/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
.mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/cica-series/fv_pc.jpg) no-repeat center;
    background-size: 2400px;
    margin: 0 auto;
    text-align: center;
    height: 655px;
}
.mainvisual .inner-wrap,
.about .inner-wrap,
.nav .inner-wrap,
.skintype .inner-wrap,
.point .inner-wrap,
.lineup .inner-wrap {
    margin: 0 auto;
    width: 890px;
    position: relative;
}
.point .inner-wrap {
    margin-top: 50px;
}
.point .inner-wrap:last-child {
    margin-bottom: 50px;
}
.course .inner-wrap {
    margin: 0 auto;
    width: 880px;
    position: relative;
    padding-bottom: 70px;
}
.mainvisual p {
    font: 2.8em/1.5 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    margin: 0 auto;
    padding: 32px 0 0 0;
}
.mainvisual p br {
    display: none;
}
.mainvisual h1 {
    font-size: 5.8em;
    letter-spacing: normal;
    font-feature-settings: "palt";
}
.mainvisual .cica-series {
    width: 765px;
    margin: 35px 0 0 145px;
}
.mainvisual .new-icon {
    position: absolute;
    width: 178px;
    top: 218px;
    left: 702px;
}
.mainvisual .cica-icon-1 {
    position: absolute;
    top: 245px;
    left: -77px;
    width: 175px;
}
.mainvisual .cica-icon-2 {
    position: absolute;
    top: 331px;
    left: 2px;
    width: 175px;
}
.mainvisual .cica-icon-3 {
    position: absolute;
    top: 445px;
    left: -36px;
    width: 175px;
}
.caption {
    margin-bottom: 0px;
    font-size: 1em;
    line-height: 1.6em;
}
.chushaku {
    font-size: .8em;
    line-height: 1.5em;
}
.nav a:before {
    width: 8px;
    height: 8px;
}
.about h2 {
    font-size: 3.5em;
    line-height: 1;
    margin: 30px 0 10px 0;
}
.about h2 br {
    display: none;
}
.about p {
    font-size: 1.3em;
    line-height: 1.8em;
    margin: 0px;
    text-align: center;
}
.about p br {
    display: block;
}
.about p:last-child {
    padding-bottom: 30px;
}
.about-flex .img-cica1 {
    position: absolute;
    top: 0px;
    left: -17px;
    width: 150px;
}
.about-flex .img-cica2 {
    position: absolute;
    top: 148px;
    right: 0px;
    width: 160px;
}
.nav a {
    font-size: 2.2em;
}
.nav a:before {
    left: 20px;
}
.wrapper nav ul {
    max-width: 900px;
    margin: 0 auto;
}
.skintype h2 {
    font-size: 2.7em;
    margin-top: 10px;
    margin-left: 343px;
}
.skintype a {
    font-size: 1.5em;
    letter-spacing: 0em;
    margin-bottom: 10px;
}
.skintype img {
    position: absolute;
    left: 106px;
    width: 274px;
}
.skintype li {
    font-size: 1em;
}
.skintype li:before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border: 2px solid #999;
    border-radius: 3px;
}
.skintype li:after {
    position: absolute;
    top: 0.4em;
    left: 10px;
    width: 4px;
    height: 8px;
    border-right: 3px solid #fa7a9e;
    border-bottom: 3px solid #fa7a9e;
}
.skintype li {
    position: relative;
    padding-left: 28px;
    margin-left: 344px;
}
.point-wrap {
    padding: 25px;
    margin: 20px 0;
}
.point .point-sub {
    font-size: 1.6em;
    width: 720px;
    padding: 5px;
}
.point .point-sub:before {
    position: absolute;
    top: 0px;
    border-top: 52px solid transparent;
    border-right: 52px solid #fff;
}
.point .point-sub:after {
    content: '';
    position: absolute;
    border-top: 52px solid #fff;
    border-right: 52px solid transparent;
}
.point h3 {
    font-size: 3em;
    margin: 15px 0 8px 0;
}
.point .point-icon {
    top: -55px;
    left: 117px;
    width: 172px;
}
.point .lead {
    text-align: center;
    font-size: 1.3em;
}
.point .lead br {
    display: block;
}
.point h4 {
    font-size: 1.8em;
    border: 2px solid;
    padding: 3px 0 0 0;
    width: 300px;
}
.point h5 {
    font-size: 1.3em;
    margin-bottom: 8px;
    letter-spacing: normal;
    font-feature-settings: "palt";
}
.point1-flex1 dl {
    align-items: flex-start;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
}
.point1-flex1 h5 {
    text-align: center;
    margin-top: 25px;
}
.point1-flex1 {
    display: flex;
    flex-wrap: nowrap;
    gap: 0px 22px;
}
.point1-flex1:first-child{
    gap: 0px;
}
.point1-flex1 dl {
    align-items: flex-start;
    text-align: center;
    margin: 0 auto;
}
.point1-flex1 .img-cica {
    width: 862px;
    margin-top: -55px;
}
.point1-flex1 .chushaku {
    text-align: end;
}
.point1-flex2 {
    flex-wrap: nowrap;
}
.point1-flex2 {
    gap: 0px 30px;
}
.point1-flex2 img {
    margin: 20px 0px 17px 0px;
    width: 144px;
}
.point .img-hyaluron2 {
    margin: 20px 0px 25px 0px;
}
.point2-flex {
    flex-wrap: nowrap;
    gap: 0px 24px;
    margin-bottom: 20px;
}
.point2-flex h5 {
    height: 85px;
}
.point3-flex {
    flex-wrap: nowrap;
    width: 685px;
    gap: 0 20px;
    margin: 0 auto;
}
.chushaku-point3 .chushaku {
    margin-left: 100px;
    margin-top: 5px;
}
.img-point3 {
    width: 190px;
    margin: 15px 0 10px 0;
}
.point4-flex dl {
    width: calc(90%/5);
    flex-wrap: wrap;
}
.point4-flex .seibun h5 br {
    display: none;
}
.point4-flex img {
    margin: 10px 0px 10px 0px;
    width: 170px;
}
.course h3 {
    font-size: 3.4em;
    margin: 15px;
}
.course .sub {
    font-size: 1.3em;
    width: 488px;
    margin: 0 auto;
    margin-top: 50px;
    margin-right: 157px;
}
.course .sub:before {
    top: 0px;
    right: 0px;
    border-top: 42px solid transparent;
    border-right: 42px solid #ddeff3;
}
.course .sub:after {
    top: 0px;
    left: 0px;
    border-top: 42px solid #ddeff3;
    border-right: 42px solid transparent;
}
.course .course-menu {
    font-size: 1.25em;
    width: 594px;
    padding: 11px 0 7px 0;
}
.course .course-menu br {
    display: none;
 }
 .course h3:before, .course h3:after {
    top: 50%;
    width: 132px;
    margin: -30px -20px 0px -19px;
}
.course .lead {
    margin: 30px 0px 60px 0px;
    line-height: 1.6em;
    font-size: 1.3em;
}
.course .imgPhoto {
    border-radius: 0 50px 0 0;
    width: 400px;
    margin-left: -450px;
    z-index: 1;
    position: relative;
}
.cica-series {
	width: 400px;
}
.course .text-box {
    padding: 25px 25px 25px 240px;
    border-radius: 0 0 0 70px;
    margin-left: 191px;
    margin-top: -220px;
}
.course .text-box dt {
    font-size: 2.1em;
    margin: 5px 0 0 85px;
}
.course .komidashi {
    font-size: 1.7em;
}
.course .step-icon {
    position: absolute;
    left: 226px;
    top: 11px;
    width: 112px;
}
.course .item-name {
    font-size: 1.1em;
    line-height: 1.3em;
}
.course .use {
    font-size: .9em;
    margin: 0px 0px;
    width: 117px;
}
.course .time-icon {
    top: 15px;
    right: 18px;
    width: 69px;
}
.arrow::before {
    right: 33%;
    width: 33px;
    height: 33px;
    border-top: 4px solid #a0bfb4;
    border-right: 4px solid #a0bfb4;
}
.lineup .lineup-title p {
    font-size: 1.7em;
    margin-top: 40px;
}
.lineup .lineup-title h3 {
    font-size: 2.7em;
}
.lineup .lineup-icon {
    top: 33px;
    left: 220px;
    width: 130px;
}
.lineup-flex h5 {
    font-size: 1.5em;
    line-height: 1.3em;
}
.lineup .item-name {
    font-size: 1.1em;
    padding-top: 3px;
}
.lineup-flex dl {
    width: calc(85%/3);
}
.lineup-flex {
    gap: 5px 35px;
}
.buy-btn {
    margin: 20px auto 40px;
    padding: 5px;
}
/* store-nav */
#container .store-nav {
    margin: 0 auto;
    padding: 7%;
}
#container .store-nav .store {
    font-size: 2.0rem;
    padding-bottom: 2%;
}
#container .store-nav img {
    margin: -1% auto 3%;
}
#container .store-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*#container .store-btn li {
    width: calc(100% / 3);
    margin-bottom: 3%;
    padding: 0 8px;
}
#container p.nav-str {
    line-height: 1.3;
    padding: 6% 5% 6%;
}
#container p.nav-btn em {
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
}*/
#container .store-btn li {
    width: 70%;
    margin-bottom: 3%;
}
#container p.nav-str {
    line-height: 1.3;
    padding: 3%;
}
#container p.nav-btn em {
    font-size: 1.4rem;
}
/* process step */
#container .sliderArea {
    padding-top: 2%;
}
#container .slider img {
    width: 97%;
}
#container .slider .slider-prev, #container .slider .slider-next {
    width: 40px;
    height: 40px;
}
#container .slider .slider-prev {
    left: -46px;
}
#container .slider .slider-prev::after {
    width: 12px;
    height: 12px;
    top: 21px;
    left: 17px;
}
#container .slider .slider-next {
    right: -37px;
}
#container .slider .slider-next::after {
    width: 12px;
    height: 12px;
    top: 21px;
    left: 11px;
}
}

/*-------------------
   movie area
-------------------*/
#container .movie-area{
	width: 100%;
	box-sizing: border-box;
}
/*#container .movie-area h3{
    font: bold 1.8rem 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    color: #036242;
    text-align: center;
    padding: 0;
}*/
#container .movie{
	width: 100%;
	max-width: 387px;
	margin: 0 auto 70px;
	aspect-ratio: 16 / 9;
}
#container .movie iframe{
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
@media screen and (min-width:768px){
#container .movie{
	max-width: 750px;
	margin: 30px auto 80px; 
}
}


