@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before, .cf:after {   
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/*-------------------
   common
-------------------*/
.wrapper {
    background-color: #fff;
    font: 1.0em/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: .1em;
    padding: 0;
    position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper img {
	height: auto;
	max-width: 100%;
}
article {
    margin: 0 auto;
    width: 100%;
}

/*---7esthe_mobile.css リセットOP対策----*/
#container h2,
#container h3,
#container h4,
#container h5 {
	background: none;
	color: #000;
	cursor: auto;
    float: none;
    margin: 0;
}
#container h3 span,
#container h4 span,
#container h5 span {
	background: none;
	color: #000;
	cursor: auto;
	float: none;
}
#container .flex {
    align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
/*--7esthe_mobile.css 商品ページ用リセットOP対策　----*/
.write_box {
    margin: 0;
    padding: 0;
}
.write_box dl {
    overflow: inherit;
    margin-top: 0;
}
#mobile_detail_content {
	font-size: 1.0em;
}
.write_box dl dd {
    color: #666;
    overflow: initial;
}
.item_explanation .cont {
	margin: 0;
	padding: 0;
}
/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
 
/*  全体指定 スマホ縦 i5 i5SE　350pxまで  */
 
 
/* ボタンデザイン自由に変えてください  */
#container .buy_btn {
    background: #a62b45;
    border-radius: 50px;
    color: #fff;
    display: block;
    font: normal 0.8rem/2.6 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    text-decoration: none;
}
#container .buy_btn:hover {
	filter: alpha(opacity=90);
	transition: 0.3s ease-in 0.1s;
	background:#ff829d;
	text-decoration: none;
}
#container .buy_btn a:hover {
	text-decoration: none;
	transition: 0.3s ease-in 0.1s;
}

/*-- 画面外にいる状態 --*/
.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;
}

/*-------------------
   mainvisual
-------------------*/
#container .inner-wrap {
	margin: auto;
	padding: 15px 10px;
}
#container .wrapper {
	width:100%;
    overflow:hidden;
}

#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/collagen-series/kv_back_sp.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 5px 0px 0;
    background-size: 140%;
    background-position: center;
}
#container .mainvisual .inner-wrap {
	height: 325px;
}

#container .mainvisual .sub-title {
    color: #535353;
    font: 1.1rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
}
#container .mainvisual .headtitle {
    color: #a62b45;
    font: bold 2.1rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    margin-bottom: -15px;
}
/* #container .mainvisual .renewal-icon {
    position: relative;
    right: 0px;
    width: 30%;
} */
#container .mainvisual .collagen-logo {
    position: relative;
    width: 30%;
    left: 32vw;
}
#container .mainvisual .collagen-img {
    height: auto;
    text-align: center;
    margin-top: 3%;
}
#container .mainvisual .main-icon {
    width: 62%;
    margin: 0 auto;
}
#container .mainvisual .main-icon ul {
    display: flex;
}
#container .mainvisual .main-icon ul li {
	display: inline-block;
	margin: -10px;
}
#container .mainvisual .main-icon ul li img {
	display: inline-block;
}
#container .mainvisual .main-icon ul li:nth-child(3) img {
	width: 95%;
}
#container .pulupulu {
    -webkit-animation: pulupulu 4s linear 0s 1;
    animation: pulupulu 4s linear 0s 1;
    animation-iteration-count: infinite;
}
@-webkit-keyframes pulupulu {
    0% {
   -webkit-transform: scale(1.0, 1.0,) translate(0%, 0%);
   }
    12% {
   -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
   }
    14% {
   -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
   }
    16% {
   -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
   }
    18% {
   -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
   }
    20% {
   -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
   }
    100% {
   -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
   }
   }
@keyframes pulupulu {
    0% {
   transform: scale(1.0, 1.0,) translate(0%, 0%);
   }
    12% {
   transform: scale(0.95, 1.2) translate(0%, -10%);
   }
    14% {
   transform: scale(1.1, 0.9) translate(0%, 5%);
   }
    16% {
   transform: scale(0.95, 1.05) translate(0%, -3%);
   }
    18% {
   transform: scale(1.05, 0.95) translate(0%, 3%);
   }
    20% {
   transform: scale(1.0, 1.0) translate(0%, 0%);
   }
    100% {
   transform: scale(1.0, 1.0) translate(0%, 0%);
   }
   }

/*------------sec1------------*/
#container .sec1 .inner-wrap {
    background: url(/contents/shop/sevenbeauty/img/freepage/collagen-series/text_02.png) right 15px bottom 10px no-repeat;
    background-size: 35%;
    background-color: #fff1f7;
    padding: 20px 5px 25px;
    position: relative;
}
#container .wrapper .sec1 .inner-wrap h2 {
    color: #a62b45;
    font: 1.2rem/1.5 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    padding: 0px 10px;
    margin-bottom: 10px;
}
#container .sec1 .inner-wrap p {
    color: #212121;
    font: 0.9rem/1.6 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    padding: 0px 7px;
    margin-bottom: 10px;
    letter-spacing: 0.1rem;
}
#container .sec1 nav {
    background: #a62b45;
    font: 1rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 5px 0;
    text-align: center;
}
#container .sec1 nav ul {
    text-align: center;
    font-size: 0;
}
#container .sec1 nav a {
    color: #fff;
    display: block;
    margin: 0px 5px;
    padding: 0;
    text-decoration: none;
}
#container .sec1 nav a:hover {
	text-decoration: none;
}
#container .sec1 a {
    display: flex;
    flex-flow: wrap;
}
#container .sec1 nav a span {
    display: block;
    margin-bottom: -9%;
    font-size: 0.8em;
    color: #eb9da6;
    font-weight: bold;
}
#container .sec1 .nav-txt {
    border-right: 1px solid #fff;
    display: inline-block;
    font-size: 0.6rem;
    line-height: 2.4;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    height: 40px;
}
#container .sec1 .nav-txt:after {
    border: solid 8px transparent;
    border-top: solid 5px #fff;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: 45%;
    top: 85%;
}
#container .sec1 .nav-txt:hover::after{
    border: solid 8px transparent;
    border-top: solid 5px #fff;
    top: 90%;
    transition: all 0.3s ease-in 0.1s;
}
#container .sec1 .nav-txt:nth-child(3) {
    border-right: none;
}

/*---------reneral point---------*/
#container .full {
    width: 100%;
    position: relative;
    margin-left: -13%;
}
#container .full img {
    max-width: 125%;
    width: 125%;
}
#container .sec2 .inner-wrap {
    background: url(/contents/shop/sevenbeauty/img/freepage/collagen-series/liquid_02.png) left -40px top 10px no-repeat ;
    background-size: 35%;
    padding: 20px 10px;
    position: relative;
}
#container .sec2 .inner-wrap,
#container .sec4 .inner-wrap,
#container .sec6 .inner-wrap {
    background-color: #fff1f7;
}
#container .sec2 .inner-wrap p:nth-child(1),
#container .sec3 .inner-wrap p:nth-child(1),
#container .sec4 .inner-wrap p:nth-child(1),
#container .sec5 .inner-wrap p:nth-child(2),
#container .sec6 .inner-wrap p:nth-child(1) {
    color: #ec5575;
    font: 1.0rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    margin-bottom: 5px;
}
#container .sec2 .inner-wrap h2,
#container .sec3 .inner-wrap h2,
#container .sec4 .inner-wrap h2,
#container .sec5 .inner-wrap h2,
#container .sec6 .inner-wrap h2 {
    color: #ec5575;
    font: 1.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    margin-bottom: 15px;
}
#container .sec2 .inner-wrap h2,
#container .sec5 .inner-wrap h2 {
    padding: 0 15px;
}
#container .sec2 .inner-wrap .marker {
    color: #212121;
    font: bold 0.8rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: linear-gradient(transparent 40%, #ffeea4 0%);
}
#container .sec2 .inner-wrap p:nth-child(3),
#container .sec5 .inner-wrap p:nth-child(4),
#container .sec6 .inner-wrap p:nth-child(3) {
    color: #212121;
    font: 0.8rem/1.8 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 15px;
    text-align: center;
}
/*----*/
#container .sec2 .inner-wrap .flex,
#container .sec4 .inner-wrap .flex {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0;
}
#container .sec2 .inner-wrap .flex dl,
#container .sec4 .inner-wrap .flex dl {
	margin: 5px;
	width: calc(93%/2)
}
#container .sec2 .inner-wrap .flex dt,
#container .sec4 .inner-wrap .flex dt {
	text-align: center;
}
#container .sec2 .inner-wrap .flex img,
#container .sec4 .inner-wrap .flex img {
	display: inline-block;
    width: 100%;
}
#container .sec2 .inner-wrap .flex .name,
#container .sec4 .inner-wrap .flex .name {
	color: #a62b45;
    font: 1.0rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    background-color: #fff1f7;
    border-bottom: solid 2px #a62b45;
    padding: 13px 0px;
    text-align: center;
}
#container .sec2 .inner-wrap .flex dl:nth-child(1) .name {
    padding: 16px 0px 9px;
}
#container .sec4 .inner-wrap .flex dl:nth-child(1) .name {
    padding: 23px 0px 21px;
}
#container .sec2 .inner-wrap .flex .name .small {
	color: #a62b45;
    font: 0.6rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
}
#container .name:before,
#container .name:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#container .name:before {
    border: solid 12px transparent;
    border-top: solid 12px #a62b45;
}
#container .name:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff1f7;
    margin-top: -5px;
}
#container .name p {
    margin: 0;
    padding: 0;
}
#container .sec2 .inner-wrap dd:nth-child(3),
#container .sec4 .inner-wrap dd:nth-child(3) {
    color: #212121;
    font: 0.8rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 20px;
}
/*----*/
#container .sec2 .inner-wrap .box {
	background-color: #fff;
    border: solid 1px #ec5575;
    margin-top: 35px;
	padding: 0 7px;
}
#container .sec2 .inner-wrap .box h3 {
	background: url(/contents/shop/sevenbeauty/img/freepage/collagen-series/kazari.jpg) left 110px top 40px no-repeat;
	background-size: 23%;
	color: #ec5575;
	font: 1.0rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding: 10px 10px 20px;
	margin: 0px;
	text-align: center;
}
#container .sec2 .inner-wrap .box h3 .big {
    font: 1.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec2 .inner-wrap .box .item-box1 img {
	width: 100%;
}
#container .sec2 .inner-wrap .box .item-box1 dt {
	float: left;
    margin: 0 5px 0 5px;
    width: 75px;
}
#container .sec2 .inner-wrap .box .item-box1 dd {
	margin: 10px 5px;
}
#container .sec2 .inner-wrap .box .item-box1 h4 {
    color: #212121;
    font: 1.0rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec2 .inner-wrap .box .item-box1 .color {
    color: #b29621;
    font: 1.1rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    padding-top: 0px;
}
#container .sec2 .inner-wrap .box .item-box1 dd:nth-child(4) .color,
#container .sec2 .inner-wrap .box .item-box1 dd:nth-child(8) .color {
    letter-spacing: -0.1px;
}
#container .sec2 .inner-wrap .box .item-box1 p {
	display: inline-block;
    color: #212121;
    font: 0.8rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 10px;
    text-align: justify;
}
/*----*/
#container .sec2 .inner-wrap .collagen h3 {
    color: #fff;
    font: 1.1rem/1.3 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    margin: 1.5em 0;
    padding: 7px 5px;
    min-width: 100px;
    max-width: 100%;
    background: #ff829d;
    border-radius: 10px;
    text-align: center;
}
#container .sec2 .inner-wrap .collagen h3:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ff829d;
}
#container .sec2 .inner-wrap .collagen h3 p {
    margin: 0;
    padding: 0;
}
#container .sec2 .inner-wrap .collagen dt {
	float: none;
	padding: 0 30px
}
#container .sec2 .inner-wrap .collagen dd {
    color: #666;
    font: 0.8rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 10px 10px 25px;
    padding: 0;
}
/*----*/
#container .sec2 .inner-wrap .power-up {
	text-align: center;
}
#container .sec2 .inner-wrap .power-up dt img {
	width: 100%;
}
#container .sec2 .inner-wrap .power-up dd img {
	padding: 0 20px;
}
#container .sec2 .inner-wrap .power-up p {
    color: #ec5575;
    font: 0.8rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
}
/*----*/
#container .sec3 .inner-wrap {
    background: url(/contents/shop/sevenbeauty/img/freepage/collagen-series/re2_back.jpg);
    background-color: #fff;
    background-repeat: repeat-x;
    position: relative;
	padding: 15px 10px 1065px;
    background-size: 100%;
    background-position: top;
}
#container .sec3 .inner-wrap .po2_box1 {
	padding-top: 3vh;
}
#container .sec3 .inner-wrap .po2_text{
	position: relative;
	z-index: 20;
}
#container .sec3 .inner-wrap .po2_text p {
    color: #212121;
    font: 0.9rem / 1.5 "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    margin: 8px 0;
    padding: 0 0px;
    letter-spacing: -0.01rem;
    line-height: 1.6rem;
}
#container .sec3 .inner-wrap .po2_text .small {
    color: #212121;
    font: 0.5rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
}
#container .sec3 .inner-wrap .po2_box1 .full {
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 200px;
    left: 35%;
    right: auto;
    margin-left: -50%;
    margin-right: auto;
}
#container .sec3 .inner-wrap .po2_box1 .full img{
    max-width: 130%;
    width: 130%;
}
/*----*/
#container .sec3 .inner-wrap .po2_box2 {
	position:absolute;
	z-index: 20;
	top: 500px;
}
#container .sec3 .inner-wrap .po2_box2 h3 {
    background: -moz-linear-gradient(to right,transparent 5%,#016ed4 30%,#016ed4 70%,transparent 95%);
    background: -webkit-linear-gradient(to right,transparent 5%,#016ed4 30%,#016ed4 70%,transparent 95%);
    background: linear-gradient(to right,transparent 5%,#016ed4 30%,#016ed4 70%,transparent 95%);
    color: #FFF;
    font: 1.0rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    padding: 7px 0;
}
#container .sec3 .inner-wrap .po2_box2 img{
	padding: 20px 20px 5px;
}
#container .sec3 .inner-wrap p {
    color: #898989;
    font: 0.5rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0 19px 5px;
}
#container .sec3 .inner-wrap .po2_box2 .text-box {
	display: flex;
	flex-wrap: wrap;
}
#container .sec3 .inner-wrap .po2_box2 .text-box dl {
	margin: 5px;
	width: calc(90%/3)
}
#container .sec3 .inner-wrap .po2_box2 .text-box dt {
	text-align: center;
}
#container .sec3 .inner-wrap .text-box h4 {
    border: solid 2px #016ed4;
    color: #016ed4;
    display: inline-block;
    font: 0.9rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    width: 90px;
    height: 90px;
    padding-top: 20px;
}
#container .sec3 .inner-wrap .text-box dl:nth-child(1) h4 {
    padding-top: 30px;
}
#container .sec3 .inner-wrap .text-box h4 small {
    font: 0.8rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec3 .inner-wrap .text-box dd {
    color: #666;
    font: 0.7rem/1.6 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 10px auto;
    padding: 0 2px;
}
#container .sec3 .inner-wrap .liquid {
	position: absolute;
	right: -50px;
	bottom: 130px;
	width: 40%;
}
/*----*/
#container .sec4 .inner-wrap .icon {
	margin-top: -30px;
    width: 23%;
}
#container .sec4 .inner-wrap {
	background-size: 50%;
    background-color: #fff1f7;
    padding: 20px 10px;
    position: relative;
}
/*----*/
#container .sec5 .inner-wrap .icon {
	margin: -30px 0 -20px;
    width: 23%;
}
#container .sec5 .inner-wrap .item-box4 {
	display: flex;
	flex-wrap: wrap;
}
#container .sec5 .inner-wrap .item-box4 dl {
	margin: 5px;
	width: calc(93%/2)
}
#container .sec5 .inner-wrap .item-box4 dl:nth-child(4) {
	padding-top: 45px;
}
#container .sec5 .inner-wrap .item-box4 dt {
	text-align: center;
}
#container .sec5 .inner-wrap .item-box4 dt img{
	display: inline-block;
	width: 40%;
}
#container .sec5 .inner-wrap {
    width:100%;
    background-color: #f8f8f8;
    background-image: linear-gradient(#fff 1px, transparent 0),linear-gradient(90deg, #fff 1px, transparent 0);
    background-size: 40px 40px;
}
#container .sec5 .inner-wrap .item-box4 h3 {
    border-top: solid 2px #a62b45;
    border-bottom: solid 2px #a62b45;
    color: #a62b45;
    font: 1.0rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 10px 0;
    padding: 10px 12px;
}
#container .sec5 .inner-wrap .item-box4 dl:nth-child(4) h3 {
	padding: 10px 5px;
}
#container .sec5 .inner-wrap .item-box4 dd {
    color: #212121;
    font: 0.8rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec5 .inner-wrap .item-box4 {
	background: url(/contents/shop/sevenbeauty/img/freepage/collagen-series/text_04.png) right 10px bottom 0px no-repeat ;
	background-size: 50%;
	padding-bottom: 30px;
}
/*----*/
#container .sec6 {
    position: relative;
}
#container .sec6 .flex-up {
    display: flex;
    flex-wrap: wrap;
}
#container .sec6 .inner-wrap .box-text p {
    color: #ec5575;
    font: 0.9rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
}
#container .sec6 .box-text {
    background: #fff;
    border-radius: 15px;
    position: relative;
    min-width: 120px;
    max-width: 100%;
    margin: 0 10px 20px;
    padding: 15px 10px 10px;
}
#container .sec6 .box-text:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
}
#container .sec6 .box-text p {
    margin: 0;
    padding: 0;
}
/*----*/
#container .sec6 .inner-wrap .body-img {
    margin-bottom: 10px;
    text-align: center;
}
#container .sec6 .inner-wrap .body-img ul li {
    display: inline-block;
    width: 25%;
    margin: 0 5px;
}
#container .sec6 .inner-wrap .position {
	position: relative;
}
#container .sec6 .inner-wrap .icon {
	position: absolute;
	top: 30px;
	left: 25px;
	width: 20%;
}
#container .sec6 .inner-wrap .text {
    color: #212121;
    font: 1rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec6 .liquid {
    position: absolute;
    right: -10px;
    bottom: -25px;
    width: 40%;
}
#container .sec6 .inner-wrap {
    padding-bottom: 30px;
}

/*#container .sec7 {
    background-image: url(/contents/shop/sevenbeauty/img/freepage/collagen-series/course_back.jpg);
    background-color: #FFF;
    background-repeat: no-repeat;
    padding: 15px 10px 5px;
    background-size: 150%;
    background-position: top;
}*/
#container .sec7 .inner-wrap {
    margin: 30px 30px 0;
}
#container .sec7 .inner-wrap .top-text {
    color: #a62b45;
    font: 1.0rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
}
#container .sec7 .inner-wrap .cost {
	padding: 10px 0;
}
#container .sec7 .inner-wrap .cost p {
    color: #b29621;
    font: 1.2rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    margin: 0 0;
}
#container .sec7 .inner-wrap .cost .big {
    color: #b29621;
    font: 1.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec7 .inner-wrap .cost .small {
    color: #b29621;
    font: 0.8rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/*----*/
#container .sec7 .inner-wrap h2 {
    background-color: #ff829d;
    color: #fff;
    font: 1.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    margin-bottom: 10px;
    padding: 8px 0 5px;
}
/*----*/
#container .sec7 .inner-wrap .frame {
    color: #212121;
    font: 0.9rem/1.3 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.2;
    position: relative;
    padding: 5px 20px 2px;
    margin-bottom: 20px;
    text-align: center;
    top:0;
}
#container .sec7 .inner-wrap .frame:before, 
#container .sec7 .inner-wrap .frame:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
#container .sec7 .inner-wrap .frame:before {
  border-top: solid 2px #ff829d;
  border-left: solid 2px #ff829d;
  border-bottom: solid 2px #ff829d;
  left: 0;
}
#container .sec7 .inner-wrap .frame:after {
  content: '';
  border-top: solid 2px #ff829d;
  border-right: solid 2px #ff829d;
  border-bottom: solid 2px #ff829d;
  right: 0;
}
#container .sec7 .inner-wrap .frame .small {
    color: #212121;
    font: 0.5rem/1.3 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*----*/
#container .sec7 .inner-wrap .course-text p {
    color: #212121;
    font: 0.8rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 5px;
}
#container .sec7 .inner-wrap .course-text .small {
    color: #212121;
    font: 0.5rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: -0.01rem;
}
/*----*/
#container .sec7 .inner-wrap .step-box {
    border: solid 1px #ff829d;
    border-radius: 15px;
    margin-top: 25px;
    padding: 10px;
}
#container .sec7 .inner-wrap .step-box .flex-up {
    display: flex;
    flex-wrap: wrap;
}
#container .sec7 .inner-wrap .step-box .inner-flex .step li:nth-child(1) {
    background-color: #ff829d;
    border-radius: 50px;
    color: #FFF;
    font: 0.7rem/1.3 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-block;
    margin-top: 5px;
    padding: 8px 5px 5px;
    text-align: center;
    width: auto;
}
#container .sec7 .inner-wrap .step-box dd ul{
	display: inline-block;
	width: 100%;
}
#container .sec7 .inner-wrap .step-box dd .time i {
    color: #ff829d;
    font-size: 2.0rem;
}
.material-icons {
	display: inline-flex;
	padding-bottom: 5px;
    vertical-align: middle;
}
#container .sec7 .inner-wrap .step-box dd .time {
    color: #212121;
    font: 1.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    width: auto;
    float: right;
}
#container .sec7 .inner-wrap .step-box dd .time .small {
    color: #212121;
    font: 0.6rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec7 .inner-wrap .step-box dd p {
    font-size: 0.8rem;
}
#container .sec7 .inner-wrap .step-box dd .dis-text {
    border-bottom: solid 1px #a0a0a0;
    color: #a62b45;
    font: 1.1rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: 10px 0;
    padding-bottom: 5px;
}
#container .sec7 .inner-wrap .step-box .inner-flex dt {
    text-align: center;
}
#container .sec7 .inner-wrap .step-box .inner-flex img {
	display: inline-block;
	width: 70%;
}
/*----*/
#container .sec7 .inner-wrap .step-box .inner-flex .flex,
#container .sec7 .inner-wrap .step-box .inner-flex .item {
    margin-top: 15px;
}
#container .sec7 .inner-wrap .step-box .flex .item-box7 {
    width: 120px;
}
#container .sec7 .inner-wrap .step-box .flex .item-box7 dl {
	display: inline-block;
	padding-left: 0px;
}
#container .sec7 .inner-wrap .step-box .item .item-box7 dl {
    display: inline-block;
    width: 100%;
}
#container .sec7 .inner-wrap .step-box .item-box7 dt {
	float: left;
}
#container .sec7 .inner-wrap .step-box .item .item-box7 .itemsize1 {
    margin: 0 15px;
    width: 40px;
}
#container .sec7 .inner-wrap .step-box .item-box7 .itemsize2 img {
    width: 63px;
    margin-right: 10px;
    padding-top: 16px;
}
#container .sec7 .inner-wrap .step-box .item-box7 ul {
	display: inline;
}
#container .sec7 .inner-wrap .step-box .item-box7 li {
	display: inline-block;
	float: none;
	text-align: center;
}
#container .sec7 .inner-wrap .step-box .flex .item-box7 li:nth-child(1) {
	display: inline-block;
    float: none;
    text-align: left;
    margin: 10px 0 5px;
    font-size: 0.6rem;
    width: 60%;
}
#container .sec7 .inner-wrap .step-box .item .item-box7 li:nth-child(1) {
	display: inline-block;
    float: none;
    text-align: left;
    margin: 10px 0 5px;
    font-size: 0.8rem;
    width: 70%;
}
#container .sec7 .inner-wrap .step-box .item-box7 img {
    width: 35px;
    margin-right: 10px;
}
#container .sec7 .inner-wrap .step-box .item-box7:nth-child(4) img {
    padding-top: 27px;
}
#container .sec7 .inner-wrap .step-box .flex .item-box7 dd ul li:nth-child(2) {
    border: solid 1px #c9c9c9;
    border-radius: 15px;
    font-size: 0.8rem;
    margin-bottom: 5px;
    padding: 5px 15px 2px;
}
#container .sec7 .inner-wrap .step-box .item-box7 dd ul li:nth-child(2) {
    border: solid 1px #c9c9c9;
    border-radius: 15px;
    font-size: 0.8rem;
    margin-bottom: 5px;
    padding: 5px 15px 2px;
}
/*----*/
#container .sec7 .inner-wrap .yajirushi {
    position: relative;
    display: inline-block;
    text-align: center;
}
#container .sec7 .inner-wrap .yajirushi::before{
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-bottom: solid 3px #ff829d;
    border-left: solid 3px #ff829d;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 130px;
    margin: -10px;
}
/*----*/
#container .sec8 {
    background-color: #ff829d;
    padding: 10px;
}
#container .sec8 .inner-wrap {
    background-color: #FFF;
}
#container .sec8 .inner-wrap h2 {
    color: #a62b45;
    font: 1.3rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    letter-spacing: -0.01rem;
}
#container .sec8 .inner-wrap .shu {
    border: solid 2px #a62b45;
    border-radius: 50px;
    color: #a62b45;
    font: 1.0rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    margin: 10px 80px;
    padding: 1px 20px;
}
#container .sec8 .inner-wrap p .big {
    color: #a62b45;
    font: 1.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/*----*/
#container .sec8 .inner-wrap .flex p {
    color: #b29621;
    font: 1.1rem/1.5 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    margin-top: 10px;
    letter-spacing: -0.01px;
}
/*----*/
#container .sec8 .inner-wrap .flex {
	display: flex;
	flex-wrap: wrap;
    margin-left: 8px;
    letter-spacing: 0;
}
#container .sec8 .inner-wrap .flex dl {
	position: relative;
}
#container .sec8 .inner-wrap .new-icon {
	position: absolute;
	top: 25px;
	left: 10px;
	width: 30%;
}
#container .sec8 .inner-wrap dl:nth-child(4) .new-icon {
    position: absolute;
    top: 65px;
    left: 10px;
    width: 30%;
}
#container .sec8 .inner-wrap .flex dl {
	margin: 5px;
	padding-left: 5px;
	width: calc(92%/2)
}
#container .sec8 .inner-wrap .flex dt {
	text-align: center;
    margin-top: 5%;
}
/*----*/
#container .sec8 .inner-wrap .flex dt img{
	display: inline-block;
	width: 100%;
}
/*----*/
#container .sec8 .inner-wrap .flex h3 {
    color: #a62b45;
    font: 0.8rem/1.3 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-block;
	padding-top: 5px;
	position: relative;
    margin-bottom: 20px;
    text-align: center;
}
#container .sec8 .inner-wrap .flex h3:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #a62b45;
	border-radius: 2px;
}
/*----*/
#container .sec8 .inner-wrap .flex dd:nth-child(2) {
    color: #212121;
    font: 1.2rem/1.3 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec8 .inner-wrap {
    background: url(/contents/shop/sevenbeauty/img/freepage/collagen-series/text_06.png) right 10px bottom 15px no-repeat;
    background-color: #fff;
    background-size: 43%;
    padding: 20px 0px 100px;
}
#container .sec8 .inner-wrap .flex .text {
    color: #666;
    font: 0.9rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0 9px;
    letter-spacing: 0.01em;
}
/* store-nav */
#container .store-nav {
    padding: 4% 5%;
}
#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%;
}
#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: 99%;
    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: #fa7a9e;
    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:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
#container .mainvisual .inner-wrap {
	height: 360px;
}
#container .mainvisual .headtitle {
    color: #a62b45;
    font: bold 2.6rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    margin-bottom: -15px;
}
#container .wrapper .sec1 .inner-wrap h2 {
    padding: 0px 30px;
}
#container .sec1 .inner-wrap p {
    padding: 10px 5px;
}
#container .sec1 .inner-wrap {
    padding: 20px 10px 35px;
}
#container .sec1 .nav-txt {
    font-size: 0.8rem;
    height: 45px;
    width: calc(98%/3);
}
#container .sec1 nav a {
    margin: -3% 0 0;
}
#container .sec2 .inner-wrap .flex dl:nth-child(1) .name {
    padding: 25px 0px 19px;
}
#container .sec2 .inner-wrap .box h3 {
    background: url(/contents/shop/sevenbeauty/img/freepage/collagen-series/kazari.jpg) left 140px top 40px no-repeat;
    background-size: 25%;
    font: 1.3rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec2 .inner-wrap .collagen h3 {
    font: 1.0rem/1.3 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec2 .inner-wrap .collagen dt {
    padding: 0 40px;
}
#container .sec3 .inner-wrap .po2_box1 .full {
    top: 180px;
}
#container .sec4 .inner-wrap .icon {
    margin: -30px 0 -20px;
}
#container .sec4 .inner-wrap .flex dl:nth-child(1) .name {
    padding: 13px 0;
}
#container .sec5 .inner-wrap .icon {
    margin: -30px 0;
}
#container .sec5 .inner-wrap h2,
#container .sec6 .inner-wrap h2 {
    padding: 0 35px;
}
#container .sec5 .inner-wrap .item-box4 h3 {
    padding: 10px 25px;
}
#container .sec5 .inner-wrap .item-box4 dl:nth-child(4) h3 {
    padding: 10px 16px;
}
#container .sec5 .inner-wrap .item-box4 {
    padding-bottom: 50px;
}
#container .sec5 .inner-wrap .item-box4 dl:nth-child(1) {
    padding-top: 3px;
}
#container .sec5 .inner-wrap .item-box4 dl:nth-child(4) {
    padding-top: 53px;
}
#container .sec6 .box-text {
    margin: 0 30px 20px;
    padding: 12px 20px 10px;
}
#container .sec6 .inner-wrap {
    padding-bottom: 60px;
}
#container .sec6 .liquid {
    position: absolute;
    right: -15px;
    bottom: -23px;
    width: 40%;
}
#container .sec7 .inner-wrap .top-text {
    margin: -30px 33px 0;
    padding: 5px 15px;
}
#container .sec7 .inner-wrap .frame {
    padding: 5px 30px 2px;
    font-size: 1.2rem;
}
#container .sec7 .inner-wrap .frame .small {
    font-size: 0.6rem;
}
#container .sec7 .inner-wrap .course-text .small {
    font-size: 0.5rem;
    letter-spacing: 0;
}
#container .sec7 .inner-wrap .step-box .flex .item-box7 {
    width: 149px;
}
#container .sec7 .inner-wrap .step-box .item .item-box7 dl {
    padding-left: 45px;
}
#container .sec7 .inner-wrap .step-box .inner-flex .step li:nth-child(1) {
    font-size: 0.8rem;
}
#container .sec7 .inner-wrap .yajirushi::before {
    left: 153px;
}
#container .sec8 .inner-wrap h2 {
    font-size: 1.5rem;
}
#container .sec8 .inner-wrap .shu {
    margin: 10px 130px;
    padding: 1px 10px;
}
}

 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container .inner-wrap {
	margin: auto;
	padding: 20px 40px;
}
#container .mainvisual {
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 10px 0px;
    background-size: 110%;
    background-position: top;
}
#container .mainvisual .inner-wrap {
	height: 38vh;
}
#container .mainvisual .sub-title {
    color: #535353;
    font: 1.8rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    margin: 0 0;
}
#container .mainvisual .headtitle {
    color: #a62b45;
    font: bold 3.9rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    margin-bottom: -15px;
}
#container .mainvisual .renewal-icon {
 position: absolute;
	top: 110px;
	right: 25px;
	width: 20%;
}
#container .mainvisual .collagen-img {
	position: absolute;
    top: 19vh;
	right: 0px;
    width: 80%;
}
#container .mainvisual .main-icon {
    display: block;
    margin: -20px 0 0 -10px;
    padding: 0 10px;
    width: 110%;
}
#container .mainvisual .main-icon ul {
    display: block;
}
#container .mainvisual .main-icon ul li {
	display: block;
	width: 20%;
}
#container .mainvisual .main-icon ul li:nth-child(2) img {
	margin: 10px 0 0 -25px;
}
#container .mainvisual .collagen-logo {
    position: relative;
    width: 20%;
    left: 40vw;
}
/*------------sec1------------*/
#container .wrapper .sec1 .inner-wrap h2 {
    font: 1.5rem/1.5 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    padding: 0px 5px;
    margin: 10px 0 20px;
}
#container .sec1 .inner-wrap p {
    font: 1.2rem/1.5 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    padding: 0px 25px;
}
#container .sec1 .inner-wrap {
    background-size: 30%;
    padding: 20px 10px 40px;
}
#container .sec1 nav {
    font: 1.6rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
}
#container .sec1 .nav-txt {
    font-size: 1.0rem;
    width: calc(98% / 3);
    height: 60px;
}
#container .sec1 .nav-txt:after {
    left: 47%;
    top: 85%;
}
#container .sec1 nav a span {
    margin-bottom: -6%;
}
#container .full {
    left: 40%;
    margin-left: -45%;
}
#container .full img {
    width: 110%;
}
#container .sec2 .inner-wrap {
    background: url(/contents/shop/sevenbeauty/img/freepage/collagen-series/liquid_02.png) left -40px top 10px no-repeat;
    background-size: 30%;
    background-color: #fff1f7;
    padding: 30px 40px;
}
#container .sec2 .inner-wrap p:nth-child(1), 
#container .sec3 .inner-wrap p:nth-child(1), 
#container .sec4 .inner-wrap p:nth-child(2), 
#container .sec5 .inner-wrap p:nth-child(2), 
#container .sec6 .inner-wrap p:nth-child(1) {
    font: 1.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-bottom: 8px;
}
#container .sec2 .inner-wrap h2, 
#container .sec3 .inner-wrap h2, 
#container .sec4 .inner-wrap h2, 
#container .sec5 .inner-wrap h2, 
#container .sec6 .inner-wrap h2 {
    font: 2.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec2 .inner-wrap p:nth-child(3), 
#container .sec5 .inner-wrap p:nth-child(4), 
#container .sec6 .inner-wrap p:nth-child(3) {
    font: 1.0rem/1.8 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0 40px;
}
#container .sec2 .inner-wrap .marker {
    font: bold 1.0rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec2 .inner-wrap .flex dl,
 #container .sec4 .inner-wrap .flex dl {
    margin: 10px;
    width: calc(91%/3);
}
#container .sec2 .inner-wrap .flex .name, 
#container .sec4 .inner-wrap .flex .name {
    font: 1.2rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec2 .inner-wrap .flex .name .small {
    font: 0.9rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec2 .inner-wrap .flex dl:nth-child(1) .name,
#container .sec2 .inner-wrap .flex dl:nth-child(3) .name {
    padding: 20px 0px 29px;
}
#container .sec2 .inner-wrap dd:nth-child(3), 
#container .sec4 .inner-wrap dd:nth-child(3) {
    color: #212121;
    font: 0.9rem/1.8 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec2 .inner-wrap .box {
    padding: 0px 15px;
}
#container .sec2 .inner-wrap .box h3 {
    background: url(/contents/shop/sevenbeauty/img/freepage/collagen-series/kazari.jpg) left 290px top 70px no-repeat;
    background-size: 15%;
    font: 2.0rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    padding: 10px 10px 20px;
}
#container .sec2 .inner-wrap .box h3 .big {
    font: 3.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec2 .inner-wrap .box .item-box1 dt {
    width: 110px;
}
#container .sec2 .inner-wrap .box .item-box1 dd {
    margin: 20px 0;
}
#container .sec2 .inner-wrap .box .item-box1 .color {
    font: 1.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: 0;
    text-align: left;
}
#container .sec2 .inner-wrap .box .item-box1 h4 {
    font: 1.4rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec2 .inner-wrap .box .item-box1 p {
    display: inline-block;
    color: #212121;
    font: 0.9rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 10px;
    padding: 0;
    width: 530px;
}
#container .sec2 .inner-wrap .collagen h3 {
    font: 1.5rem/1.3 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec2 .inner-wrap .collagen dl {
    display: flex;
    padding: 0 50px;
}
#container .sec2 .inner-wrap .collagen dt {
    padding: 0;
    width: 180%;
}
#container .sec2 .inner-wrap .collagen dd {
    font: 1.0rem/1.8 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec2 .inner-wrap .power-up dt img {
    margin-top: 60px;
}
#container .sec2 .inner-wrap .power-up dd img {
    padding: 0 110px;
}
#container .sec2 .inner-wrap .power-up dd p {
    font-size: 1.5rem;
}
#container .sec3 .inner-wrap .po2_box1 .po2_text p {
    font: 1.2rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 10px 0;
    letter-spacing: 0rem;
}
#container .sec3 .inner-wrap .po2_box1 .po2_text .small {
    font: 0.8rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec3 .inner-wrap .po2_box1 .full {
    margin-left: -43%;
    top: 250px;
}
#container .sec3 .inner-wrap .po2_box1 .full img {
    width: 115%;
}
#container .sec3 .inner-wrap .po2_box2 h3 {
    font: 1.5rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec3 .inner-wrap .po2_box2 img {
    padding: 40px 140px 5px;
}
#container .sec3 .inner-wrap p {
    font: 0.5rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0 19% 1%;
}
#container .sec3 .inner-wrap .po2_text {
    padding: 0 15%;
}
#container .sec3 .inner-wrap .po2_box2 {
    top: 765px;
}
#container .sec3 .inner-wrap .po2_box2 .text-box dl {
    width: calc(90%/5);
}
#container .sec3 .inner-wrap .text-box h4 {
    font: 1.0rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 120px;
    height: 120px;
    padding-top: 30px;
}
#container .sec3 .inner-wrap .text-box h4 small {
    font: 0.6rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec3 .inner-wrap .text-box dl:nth-child(1) h4 {
    padding-top: 40px;
}
#container .sec3 .inner-wrap .text-box dd {
    font: 0.9rem/1.8 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0px 5px;
    letter-spacing: 0.01rem;
}
#container .sec3 .inner-wrap .liquid {
    right: -90px;
    bottom: -79px;
    width: 28%;
}
#container .sec3 .inner-wrap {
    padding: 15px 10px 1240px;
}
#container .sec4 .inner-wrap .icon {
    margin: -50px 0 -90px;
    width: 20%;
}
#container .sec4 .inner-wrap .flex dl .name {
    padding: 20px 0px 18px;
}
#container .sec4 .inner-wrap .flex dl:nth-child(1) .name {
    padding: 20px 0px 18px;
}
#container .sec4 .inner-wrap {
    background-size: 35%;
    background-color: #fff1f7;
    padding: 20px 10px 50px;
    position: relative;
}
#container .sec5 .inner-wrap .icon {
    margin: -60px -30px -40px;
    width: 18%;
}
#container .sec5 .inner-wrap .item-box4 {
    background: url(/contents/shop/sevenbeauty/img/freepage/collagen-series/text_04.png) right 0 bottom 0px no-repeat;
    background-size: 30%;
    padding-bottom: 40px;
}
#container .sec5 .inner-wrap h2 {
    padding: 0 0;
}
#container .sec5 .inner-wrap .item-box4 dl {
    width: calc(94%/4);
}
#container .sec5 .inner-wrap .item-box4 h3 {
    font: 1.2rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 10px;
}
#container .sec5 .inner-wrap .item-box4 dl:nth-child(4) h3 {
    padding: 10px 0px;
}
#container .sec5 .inner-wrap .item-box4 dd {
    font: 0.8rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 15px;
    padding-left: 7px;
}
#container .sec5 .inner-wrap .item-box4 dl:nth-child(1) dt img {
    margin-top: 3px;
}
#container .sec5 .inner-wrap .item-box4 dl:nth-child(4) dt img {
    margin-top: 8px;
}
#container .sec6 .flex-up {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
}
#container .sec6 .box-text {
    margin: 70px 0 20px;
    width: calc(95%/2);
    height: 130px;
}
#container .sec6 .box-text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 104%;
    margin-top: 10px;
    border: 15px solid transparent;
    border-left: 15px solid #fff;
  }
#container .sec6 .inner-wrap .position {
    width: calc(95%/2);
}
#container .sec6 .inner-wrap .body-img {
    margin-bottom: 20px;
}
#container .sec6 .inner-wrap .icon {
    top: 40px;
    left: -15px;
    width: 25%;
}
#container .sec6 .inner-wrap .body-img ul li {
    width: 35%;
    margin: 0 15px;
}
#container .sec6 .inner-wrap .box-text p {
    color: #ec5575;
    font: 1.4rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    padding: 5px 16px;
}
#container .sec6 .inner-wrap .inner-flex .text {
    color: #212121;
    font: 1.0rem/1.8 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: calc(95%/2);
    margin: -160px 10px 0 0;
    padding: 0 0 0 13px;
}
#container .sec6 .liquid {
    right: 0px;
    bottom: -35px;
    width: 25%;
}
#container .sec6 .inner-wrap {
    padding-bottom: 40px;
}
#container .sec7 .inner-wrap {
    margin: 35px 25px;
}
#container .sec7 .inner-wrap .top-text {
    font: 1.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: -50px 50px 0;
    padding: 10px;
}
#container .sec7 .inner-wrap .cost p {
    font: 1.8rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec7 .inner-wrap .cost .big {
    font: 3.0rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec7 .inner-wrap .cost .small {
    font: 1.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec7 .inner-wrap h2 {
    font: 2rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec7 .inner-wrap .frame {
    font: 1.5rem/1.3 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 20px 0px 15px;
    margin: 0 0 20px;
}
#container .sec7 .inner-wrap .course-text p {
    color: #212121;
    font-size: 1.0rem;
    margin: 0 2px 10px;
}
#container .sec7 .inner-wrap .course-text .small {
    font: 0.8rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0rem;
}
#container .sec7 .inner-wrap .step-box {
    margin-top: 50px;
    padding: 20px 10px;
}
#container .sec7 .inner-wrap .step-box .flex-up {
    display: flex;
    flex-wrap: inherit;
}
#container .sec7 .inner-wrap .step-box .inner-flex .stepimg {
    text-align: left;
    width: 330px;
}
#container .sec7 .inner-wrap .step-box .inner-flex img {
    display: inline;
    padding-right: 20px;
    width: 100%;
}
#container .sec7 .inner-wrap .step-box .inner-flex dd {
    width: 60%;
}
#container .sec7 .inner-wrap .step-box .inner-flex .step li:nth-child(1) {
    font: 0.9rem/1.3 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-block;
    padding: 8px 9px 5px;
}
#container .sec7 .inner-wrap .step-box dd .time {
    font: 2.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec7 .inner-wrap .step-box dd .time i {
    font-size: 2rem;
}
#container .sec7 .inner-wrap .step-box dd .dis-text {
    font: 1.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: 0px;
}
#container .sec7 .inner-wrap .step-box dd p:nth-child(3) {
    font: 0.8rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 10px 0;
}
#container .sec7 .inner-wrap .step-box .flex .item-box7 dd ul li:nth-child(2) {
    margin: 0 0 5px;
    width: 85%;
}
#container .sec7 .inner-wrap .step-box .item .item-box7 dd ul li:nth-child(2) {
    display: inline-block;
    margin: 0 0 5px;
    width: 35%;
}
#container .sec7 .inner-wrap .step-box .item-box7 li {
    width: 85%;
}
#container .sec7 .inner-wrap .step-box .item .item-box7 li {
    display: table;
    width: 35%;
}
#container .sec7 .inner-wrap .step-box .flex .item-box7 {
    width: 148px;
    margin-top: 10px;
}
#container .sec7 .inner-wrap .step-box .inner-flex .item-box7:nth-child(4) img {
    padding: 27px 0 0;
}
#container .sec7 .inner-wrap .step-box .inner-flex .item-box7 dd {
    display: block;
    padding-left: 10px;
    width: 100%;
}
#container .sec7 .inner-wrap .step-box .inner-flex .item-box7 img {
    display: inline;
    padding: 0;
    width: 40px;
}
#container .sec7 .inner-wrap .step-box .flex .item-box7 li:nth-child(1) {
    font-size: 0.8rem;
    width: 100%;
}
#container .sec7 .inner-wrap .step-box .item .item-box7 li:nth-child(1) {
    font-size: 0.8rem;
    width: 70%;
}
#container .sec7 .inner-wrap .step-box .flex .item-box7 dl {
    display: inline-flex;
    padding-left: 0px;
    width: 100%;
}
#container .sec7 .inner-wrap .step-box .item .item-box7 dl {
    display: inline-block;
    padding: 0px;
    width: 100%;
}
#container .sec7 .inner-wrap .step-box .item .item-box7 .itemsize1 {
    margin: 0 15px;
    width: 30px;
}
#container .sec7 .inner-wrap .step-box .item-box7 .itemsize2 img {
    width: 63px;
    margin-right: 10px;
    padding: 16px 0 0;
}
#container .sec7 .inner-wrap .step-box .item-box7 li:nth-child(1) {
    font-size: 1rem;
}
#container .sec7 .inner-wrap .yajirushi::before {
    width: 35px;
    height: 35px;
    left: 300px;
}
#container .sec8 .inner-wrap {
    background: url(/contents/shop/sevenbeauty/img/freepage/collagen-series/text_06.png) right 35px bottom 15px no-repeat;
    background-color: #fff;
    background-size: 28%;
    padding: 20px 5px 115px;
}
#container .sec8 {
    padding: 35px;
}
#container .sec8 .inner-wrap h2 {
    font: 2.0rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    letter-spacing: 0rem;
}
#container .sec8 .inner-wrap .shu {
    font: 1.3rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: 10px 270px;
    padding: 0 10px;
}
#container .sec8 .inner-wrap p .big {
    color: #a62b45;
    font-size: 2.5rem;
}
#container .sec8 .inner-wrap dl:nth-child(4) .new-icon {
    top: 175px;
}
#container .sec8 .inner-wrap .flex dl {
    width: calc(95%/3);
}
#container .sec8 .inner-wrap .flex p {
    font-size: 1.5rem;
}
#container .sec8 .inner-wrap .flex h3 {
    font-size: 1.0rem;
}
#container .sec8 .inner-wrap .new-icon {
    top: 40px;
    left: 10px;
}
#container .sec8 .inner-wrap .flex .text {
    font-size: 0.9rem;
}
#container .buy_btn {
    font: normal 1rem/2.3 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 15px auto;
    padding: 2px 0 0 10px;
    width: 95%;
}
/* store-nav */
#container .store-nav img {
    margin: -1% auto 2%;
}
#container .store-nav {
    padding: 7% 5% 3%;
}
#container .store-nav .store {
    font-size: 2rem;
    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.4rem;
    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からはここを読み込む　*/
#container .wrapper {
    margin: 0 auto;
    width: 960px;
}
#container .inner-wrap {
	margin: auto;
	padding: 30px 40px;
}
#container .mainvisual {
/*    background: url(/contents/shop/sevenbeauty/img/freepage/collagen-series/kv_back_pc.jpg); */
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 10px 0px;
    background-size: 110%;
    background-position: top;
}
#container .mainvisual .inner-wrap {
    height: 480px;
}
#container .mainvisual .sub-title {
    color: #535353;
    font: 2.3rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    margin: 0 0;
}
#container .mainvisual .headtitle {
    color: #a62b45;
    font: bold 4.8rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    margin-bottom: -15px;
}

#container .mainvisual .collagen-logo{
    position: absolute;
    top: 1vh;
    left: 1vw;
    width: 12%;
}
#container .mainvisual .collagen-img {
    position: absolute;
    top: 190px;
    right: 65px;
    margin-top: 0px;
    width: 75%;
}
#container .mainvisual .main-icon {
	display: block;
    margin-left:-10px;
    padding: 0 10px;
    margin-top: -10px;
}
#container .mainvisual .main-icon ul {
    display: block;
}
#container .mainvisual .main-icon ul li {
	display: block;
	margin: -10px;
	width: 35%;
}
#container .mainvisual .main-icon ul li:nth-child(2) img {
	margin: 10px 0 0 -30px;
}
#container .mainvisual .main-icon ul li:nth-child(3) img {
	margin: -10px 0 0 20px;
}
/*------------sec1------------*/
#container .wrapper .sec1 .inner-wrap h2 {
    font: 2rem/1.5 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    padding: 0px 5px;
    margin: 10px 0 20px;
}
#container .sec1 .inner-wrap p {
    font: 1.2rem/1.5 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec1 .inner-wrap {
    background-size: 20%;
    padding: 30px 50px 40px;
}
#container .sec1 nav a {
    margin-top: -5px;
}
#container .sec1 .nav-txt {
    font-size: 1.2rem;
    width: calc(98%/3);
    height: 62px;
}
#container .sec1 .nav-txt:after {
    left: 47%;
    top: 84%;
}
#container .sec1 .nav-txt:hover::after{
    top: 87%;
}
#container .sec1 nav a span {
    margin-bottom: -6%;
    font-size: 0.8em;
}
#container .full {
    left: 0;
    margin-left: 0;
}
#container .full img {
    width: 100%;
}
#container .sec2 .inner-wrap {
    background: url(/contents/shop/sevenbeauty/img/freepage/collagen-series/liquid_02.png) left -62px top 20px no-repeat;
    background-size: 27%;
    background-color: #fff1f7;
    padding: 30px 40px;
}
#container .sec2 .inner-wrap p:nth-child(1), 
#container .sec3 .inner-wrap p:nth-child(1), 
#container .sec4 .inner-wrap p:nth-child(1), 
#container .sec5 .inner-wrap p:nth-child(2), 
#container .sec6 .inner-wrap p:nth-child(1) {
    font: 1.8rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-bottom: 8px;
}
#container .sec2 .inner-wrap h2, 
#container .sec3 .inner-wrap h2, 
#container .sec4 .inner-wrap h2, 
#container .sec5 .inner-wrap h2, 
#container .sec6 .inner-wrap h2 {
    font: 3rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec2 .inner-wrap p:nth-child(3), 
#container .sec5 .inner-wrap p:nth-child(4), 
#container .sec6 .inner-wrap p:nth-child(3) {
    font: 1.1rem/1.8 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 40px;
    padding: 0 10%;
    text-align: center;
}
#container .sec2 .inner-wrap .marker {
    font: bold 1.1rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec2 .inner-wrap .flex, 
#container .sec4 .inner-wrap .flex {
    margin: 10px 30px 0;
}
#container .sec2 .inner-wrap .flex dl,
 #container .sec4 .inner-wrap .flex dl {
    margin: 10px;
    width: calc(91%/3);
}
#container .sec2 .inner-wrap .flex .name, 
#container .sec4 .inner-wrap .flex .name {
    font: 1.3rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec2 .inner-wrap .flex .name .small {
    font: 1.2rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec2 .inner-wrap .flex dl:nth-child(1) .name,
#container .sec2 .inner-wrap .flex dl:nth-child(3) .name {
    padding: 28px 0px 22px;
}
#container .sec2 .inner-wrap dd:nth-child(3), 
#container .sec4 .inner-wrap dd:nth-child(3) {
    color: #212121;
    font: 0.9rem/1.8 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-left: 7px;
}
#container .sec2 .inner-wrap .box {
    margin: 35px 25px 0;
}
#container .sec2 .inner-wrap .box h3 {
    background: url(/contents/shop/sevenbeauty/img/freepage/collagen-series/kazari.jpg) left 355px top 75px no-repeat;
    background-size: 13%;
    font: 2.3rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    padding: 10px 10px 15px 50px;
}
#container .sec2 .inner-wrap .box h3 .big {
    font: 3.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec2 .inner-wrap .box .item-box1 dt {
    margin: 0 20px 0 50px;
    width: 120px;
}
#container .sec2 .inner-wrap .box .item-box1 dd {
    margin: 30px 0px;
}
#container .sec2 .inner-wrap .box .item-box1 h4 {
    font: 1.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec2 .inner-wrap .box .item-box1 .color {
    font: 1.6rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-top: 10px;
    text-align: left;
}
#container .sec2 .inner-wrap .box .item-box1 p {
    display: inline-block;
    color: #212121;
    font: 1rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
    width: 560px;
    text-align: justify;
}
#container .sec2 .inner-wrap .collagen h3 {
    margin: 1.5em 25px;
    padding: 10px 5px 6px;
}
#container .sec2 .inner-wrap .collagen dl {
    display: flex;
    padding: 0 70px;
}
#container .sec2 .inner-wrap .collagen dt {
    padding: 0 15px;
    width: 160%;
}
#container .sec2 .inner-wrap .collagen dd {
    font: 1.1rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec2 .inner-wrap .power-up dt img {
    margin-top: 60px;
    width: 95%;
}
#container .sec2 .inner-wrap .power-up dd img {
    padding: 0 110px;
}
#container .sec2 .inner-wrap .power-up dd p {
    font: 1.5rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec3 .inner-wrap .po2_box1 {
    padding-top: 50px;
}
#container .sec3 .inner-wrap .po2_box1 .po2_text p {
    font: 1.2rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0rem;
    line-height: 2.4rem;
}
#container .sec3 .inner-wrap .po2_box1 .po2_text .small {
    font: 0.9rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec3 .inner-wrap .po2_box1 .full {
    margin-left: -40%;
    top: 32vh;
}
#container .sec3 .inner-wrap .po2_box1 .full img {
    width: 110%;
}
#container .sec3 .inner-wrap .po2_box2 .text-box {
    padding: 0 20px;
}
#container .sec3 .inner-wrap .po2_box2 h3 {
    font: 2rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .sec3 .inner-wrap .po2_box2 img {
    padding: 40px 220px 5px;
}
#container .sec3 .inner-wrap p {
    font: 0.75rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 10px 30px 15px;
}
#container .sec3 .inner-wrap .po2_text {
    margin: 0 20%;
}
#container .sec3 .inner-wrap .po2_box2 {
    top: 930px;
}
#container .sec3 .inner-wrap .po2_box2 .text-box dl {
    width: calc(94%/5);
}
#container .sec3 .inner-wrap .text-box h4 {
    font: 1.3rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 170px;
    height: 90px;
    padding-top: 18px;
}
#container .sec3 .inner-wrap .text-box dl:nth-child(1) h4 {
    padding-top: 32px;
}
#container .sec3 .inner-wrap .text-box dd {
    font: 0.8rem/1.8 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0 0 0 4px;
}
#container .sec3 .inner-wrap .liquid {
    right: 3px;
    bottom: 0px;
    width: 10%;
}
#container .sec3 .inner-wrap {
    padding: 15px 10px 1250px;
}
#container .sec4 .inner-wrap .icon {
    margin: -50px 0 -90px;
}
#container .sec4 .inner-wrap .flex dl .name {
    padding: 20px 0px 18px;
}#container .sec4 .inner-wrap .flex dl:nth-child(1) .name {
    padding: 20px 0px 18px;
}
#container .sec4 .inner-wrap {
    background-size: 35%;
    background-color: #fff1f7;
    padding: 20px 10px 50px;
    position: relative;
}
#container .sec5 .inner-wrap .icon {
    margin: -60px -30px -70px;
    width: 20%;
}
#container .sec5 .inner-wrap .item-box4 {
    background: url(/contents/shop/sevenbeauty/img/freepage/collagen-series/text_04.png) right 0 bottom 0px no-repeat;
    background-size: 30%;
    padding-bottom: 80px;
}
#container .sec5 .inner-wrap .item-box4 dl {
    width: calc(94%/4);
}
#container .sec5 .inner-wrap .item-box4 h3 {
    font: 1.2rem/1.2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 20px;
    padding: 12px 41px;
}
#container .sec5 .inner-wrap .item-box4 dl:nth-child(1) dt img {
    margin-top: 5px;
}
#container .sec5 .inner-wrap .item-box4 dl:nth-child(4) dt img {
    margin-top: 29px;
}
#container .sec5 .inner-wrap .item-box4 dl:nth-child(4) h3 {
    padding: 12px 25px;
}
#container .sec5 .inner-wrap .item-box4 dl:nth-child(4) {
    padding-top: 39px;
}
#container .sec5 .inner-wrap .item-box4 dd {
    font: 1rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 15px;
    padding-left: 9px;
}
#container .sec6 .flex-up {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    padding: 0 50px;
}
#container .sec6 .inner-wrap h2 {
    padding: 0 50px;
}
#container .sec6 .box-text {
    margin: 120px 0 20px;
    width: calc(95%/2);
    height: 105px;
}
#container .sec6 .box-text:before {
    content: "";
    position: absolute;
    top: 30%;
    left: 103%;
    margin-top: 10px;
    border: 15px solid transparent;
    border-left: 15px solid #fff;
  }
#container .sec6 .inner-wrap .position {
    width: calc(95%/2);
}
#container .sec6 .inner-wrap .body-img {
    margin-bottom: 20px;
}
#container .sec6 .inner-wrap .icon {
    top: 40px;
    left: -15px;
    width: 25%;
}
#container .sec6 .inner-wrap .body-img ul li {
    width: 35%;
    margin: 0 15px;
}
#container .sec6 .inner-wrap .box-text p {
    color: #ec5575;
    font: 1.2rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    padding: 10px 0px;
}
#container .sec6 .inner-wrap .inner-flex .text {
    color: #212121;
    font: 1.0rem/1.8 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: calc(95%/2);
    margin: -190px 0;
    padding: 0 0 0 13px;
}
#container .sec6 .liquid {
    right: 0px;
    bottom: -35px;
    width: 25%;
}
#container .sec6 .inner-wrap {
    padding-bottom: 40px;
}
#container .sec7 .inner-wrap {
    margin: 30px 70px 0;
    padding: 0;
}
#container .sec7 .inner-wrap .top-text {
    font: 1.8rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec7 .inner-wrap .cost p {
    font: 2.0rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec7 .inner-wrap .cost .big {
    font: 3.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec7 .inner-wrap .cost .small {
    font: 1.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec7 .inner-wrap h2 {
    font: 2.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec7 .inner-wrap .frame {
    font: 1.8rem/0.6 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 20px 0px 15px;
    margin: 20px 0;
}
#container .sec7 .inner-wrap .course-text p {
    color: #212121;
    font: 1.2rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 2px 10px;
}
#container .sec7 .inner-wrap .course-text .small {
    font: 0.8rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0rem;
}
#container .sec7 .inner-wrap .step-box {
    margin-top: 50px;
    padding: 20px 40px;
}
#container .sec7 .inner-wrap .step-box .flex-up {
    display: flex;
    flex-wrap: inherit;
}
#container .sec7 .inner-wrap .step-box .inner-flex .stepimg {
    text-align: left;
    width: 330px;
}
#container .sec7 .inner-wrap .step-box .inner-flex img {
    display: inline;
    padding-right: 20px;
    width: 100%;
}
#container .sec7 .inner-wrap .step-box .inner-flex dd {
    width: 60%;
}
#container .sec7 .inner-wrap .step-box .inner-flex .step li:nth-child(1) {
    font: 1.1rem/1.3 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-block;
    padding: 8px 9px 5px;
}
#container .sec7 .inner-wrap .step-box dd .time {
    font: 2.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec7 .inner-wrap .step-box dd .time i {
    font-size: 2.5rem;
}
#container .sec7 .inner-wrap .step-box dd .time .small {
    font-size: 1rem;
}
#container .sec7 .inner-wrap .step-box dd .dis-text {
    font: 1.8rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: 0px;
}
#container .sec7 .inner-wrap .step-box dd p:nth-child(3) {
    font: 1.0rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 10px 0;
}
#container .sec7 .inner-wrap .step-box .flex .item-box7 dd ul li:nth-child(2) {
    margin: 0 0 5px;
    width: 85%;
}
#container .sec7 .inner-wrap .step-box .item .item-box7 dd ul li:nth-child(2) {
    display: inline-block;
    margin: 0 0 5px;
    width: 25%;
}
#container .sec7 .inner-wrap .step-box .item-box7 li {
    width: 85%;
}
#container .sec7 .inner-wrap .step-box .item .item-box7 li {
	display: table;
    width: 25%;
    font-size: 0.9rem;
}
#container .sec7 .inner-wrap .step-box .flex .item-box7 {
    width: 205px;
    margin-top: 15px;
}
#container .sec7 .inner-wrap .step-box .inner-flex .item-box7:nth-child(4) img {
    padding: 27px 0 0;
}
#container .sec7 .inner-wrap .step-box .inner-flex .item-box7 dd {
    display: block;
    padding-left: 10px;
    width: 100%;
}
#container .sec7 .inner-wrap .step-box .inner-flex .item-box7 img {
    display: inline;
    padding: 0;
    width: 40px;
}
#container .sec7 .inner-wrap .step-box .flex .item-box7 li:nth-child(1) {
    font-size: 1.1rem;
    width: 100%;
}
#container .sec7 .inner-wrap .step-box .flex .item-box7 li {
    font-size: 0.9rem;
}
#container .sec7 .inner-wrap .step-box .item .item-box7 li:nth-child(1) {
    font-size: 1.1rem;
    width: 70%;
}
#container .sec7 .inner-wrap .step-box .flex .item-box7 dl {
    display: inline-flex;
    padding-left: 0px;
    width: 100%;
}
#container .sec7 .inner-wrap .step-box .item .item-box7 dl {
    display: inline-block;
    padding: 0px;
    width: 100%;
}
#container .sec7 .inner-wrap .step-box .item .item-box7 .itemsize1 {
    margin: 0px 5px 0 20px;
    width: 70px;
}
#container .sec7 .inner-wrap .step-box .item-box7 .itemsize2 img {
    width: 100px;
    margin-right: 10px;
    padding: 16px 0 0;
}
#container .sec7 .inner-wrap .step-box .item-box7 li:nth-child(1) {
    font-size: 1rem;
}
#container .sec7 .inner-wrap .yajirushi::before {
    width: 35px;
    height: 35px;
    left: 400px;
}
#container .sec8 .inner-wrap {
    background: url(/contents/shop/sevenbeauty/img/freepage/collagen-series/text_06.png) right 30px bottom 30px no-repeat;
    background-color: #fff;
    background-size: 30%;
    padding: 20px 0px 160px 15px;
}
#container .sec8 {
    padding: 35px;
}
#container .sec8 .inner-wrap h2 {
    font: 2.2rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    letter-spacing: 0rem;
}
#container .sec8 .inner-wrap .shu {
    font: 1.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: 5px 360px 20px;
    padding: 0 10px;
}
#container .sec8 .inner-wrap p .big {
    font: 2.5rem/1.3 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec8 .inner-wrap dl:nth-child(4) .new-icon {
    top: 100px;
    left: 20px;
}
#container .sec8 .inner-wrap .flex dl {
    margin: 20px 10px;
    width: calc(90% / 3);
}
#container .sec8 .inner-wrap .flex p {
    font: 1.4rem/1.5 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#container .sec8 .inner-wrap .flex h3 {
    font: bold 0.9rem/1.3 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.01rem;
}
#container .sec8 .inner-wrap .new-icon {
    top: 40px;
    left: 10px;
}
#container .buy_btn {
    font: normal 1.0rem/2.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 10px auto;
    padding: 2px 0 2px 5px;
}
/* store-nav */
#container .store-nav {
    margin: 0 auto;
    padding: 5% 7% 4%;
}
#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 .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{
	width: 100%;
	max-width: 387px;
	margin: 0 auto 10%;
	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: 0 auto 5%;
}
}