@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/*-------------------
   common
-------------------*/
.wrapper {
	font: 1.0em/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: .1em;
	padding: 0 0 20px;
	position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper img {
	height: auto;
	max-width: 100%;
}
/* ボタンデザイン */
#container .wrapper .buy-btn {
	background-color: #f29c9f;
    border-radius: 50px;
    color: #fff;
    display: block;
    font: bold 1.5rem/2.0 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-align: center;
    margin: 10px auto;
    padding: 0;
    width: 90%;
}
#container .wrapper .buy-btn a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#container .wrapper .buy-btn a::before {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	top: -1px;
	border: solid 5px transparent;
	border-left: solid 7px #fff;
	content: "";
}
#container .wrapper .buy-btn:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}
#container section {
	margin: 0 auto;
	padding: 0;
}
/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
* /
/*-------------------
   mainvisual
-------------------*/
#container .wrapper .mainvisual {
	background: url(/contents/shop/sevenbeauty/img/freepage/airfanmini/fv-pc.jpg) 50% 90% no-repeat;
	background-size: contain;
	display: block;
	padding: 10px 0 0;
	position: relative;
}
#container .wrapper .cacth {
	color: #2b2222;
	font: 1.0rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 1px;
	margin: 1rem 0 0 20px;
}
#container .wrapper .headtitle {
	color: #13b1d8;
    font: 1.8rem/1.0 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    letter-spacing: 1px;
    margin: .4rem 0 0 20px;
    width: 70%;
}
#container .wrapper .item-name {
	color: #000;
    font: bold 1.0rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 1px;
    margin: 6rem 0 0 42%;
	text-shadow: -1px -1px 5px #fff, 1px 1px 5px #fff, 0px 0px 20px #fff, -2px -2px 5px #fff, 2px 2px 5px #fff, 0px 0px 7px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 20px #fff;
}
#container .wrapper .item-price {
	color: #e35151;
    font: bold 1.0rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 1px;
    margin: -10px 10px 0px 50%;
	text-shadow: -1px -1px 5px #fff, 1px 1px 5px #fff, 0px 0px 20px #fff, -2px -2px 5px #fff, 2px 2px 5px #fff, 0px 0px 7px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 20px #fff;
}
#container .wrapper .item-price strong {
	font: bold 3.0rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .item-price em {
	color: #2b2222;
	display: inline-block;
 font: bold .6rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*-------------------
   sec1
-------------------*/
#container .wrapper .sec1 .osusume-box {
	color: #565656;
	background: #dcfaff;
	box-shadow: 0px 0px 0px 10px #dcfaff;
	border: solid 3px #ffffff;
	border-radius: 10px;
	padding: 3%;
	margin: 2rem auto 0;
	width: 86%;
}
#container .wrapper .sec1 .osusume-box p {
	color: #666;
	font: 0.8rem/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .wrapper .sec1 .osusume-box img {
	margin: 1rem auto 0;
	text-align: center;
}
#container .wrapper .sec1 .movie-area .caram-title {
	font: normal 1.2rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: -1px;
	text-align: center;
	margin: 20px auto 10px;
}
#container .wrapper .sec1 .movie-area h2::before {
	content: url(/contents/shop/sevenbeauty/img/freepage/airfanmini/video-icon.png);
	position: relative;
	top: 8px;
	margin-right: 10px;
}
#container .movie-area iframe {
	margin: 10px auto;
	height: auto;
	width: 100%;
}
/*-------------------
   sec2
-------------------*/
#container .wrapper .sec2 {
	background: #dcfaff;
	padding: 8% 3% 3%;
	margin: 2rem auto 0;
}
#container .wrapper .sec2 h2 {
	color: #ffffff;
	font: bold normal 1.6em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
	position: relative;
	padding: 0.4em;
	background: #13b1d8;
	border-radius: 25px;
}
#container .wrapper .sec2 h2:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 45%;
	border: 15px solid transparent;
	border-top: 15px solid #13b1d8;
	width: 0;
	height: 0;
}
#container .wrapper .sec2 .feature {
	margin: 20px auto;
}
#container .wrapper .sec2 .feature h3 {
	font: normal 1.3em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 5px;
}
#container .wrapper .sec2 .feature h3 em {
	background-color: #13b1d8;
	color: #ffffff;
	height: 30px;
	width: 30px;
	margin: 0 5px 0 0;
 padding: .2rem 0;
	text-align: center;
	display: inline-block;
	box-shadow: 2px 2px #fff, 3px 3px #13b1d8;
}
#container .wrapper .sec2 .feature p {
	color: #2d2d2d;
	font: 0.8rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 5px;
}
#container .wrapper .sec2 .charg-box .charg-title {
	color: #2b2222;
	font: normal 1.3em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
	position: relative;
	padding: 0.4em;
	margin-bottom: 20px;
	background: #ffffff;
	border-radius: 25px;
	box-shadow: 0 0 4px rgba(0,153,255,1);
}
#container .wrapper .sec2 .charg-box .charg-title .blue {
	color: #0f0fe3;
}
#container .wrapper .sec2 .charg-box .charg-title .red {
	color: #F00;
}
/*-------------------
   sec3
-------------------*/
#container .wrapper .sec3 {
	background-color: #ffffff;
	margin: 2rem auto 0;
}
#container .wrapper .sec3 .flex dl {
	padding: 10px 0 0 20px;
	width: 100%;
}
#container .wrapper .sec3 .flex img {
    padding: 10px 40px;
}
#container .wrapper .sec3 .flex dl dt {
	color: #2d2d2d;
	font: normal 1.8em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0 auto;
}
#container .wrapper .sec3 .flex dl .spec {
	color: #666;
	font: normal 1.2em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	overflow: initial;
}
#container .wrapper .sec3 .flex .color-icon {
	font-size: 12px;
	color: #666;
	margin: 5px;
	overflow: visible;
}
#container .wrapper .sec3 .flex .color-icon .pink {
	color: #ffffff;
	font: normal 1.3rem/1.6 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
	position: relative;
	padding: 0.3em;
	margin-right: 5px;
	background: #f19ec2;
	border-radius: 25px;
}
#container .wrapper .sec3 .flex .color-icon .black {
	color: #ffffff;
	font: normal 1.3rem/1.6 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
	position: relative;
	padding: 0.3em;
	background: #212121;
	border-radius: 25px;
}
 @media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
#container .wrapper .mainvisual {
	background: url(/contents/shop/sevenbeauty/img/freepage/airfanmini/fv-pc.jpg) 50% 60% no-repeat;
    background-size: contain;
    display: block;
	padding: 5px 0 20px;
    position: relative;
}
#container .wrapper .cacth {
	font: 1.2rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .headtitle {
	font: 2.0rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#container .wrapper .item-name {
	font: bold 1.2rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .item-price strong {
	font: bold 3.2rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .buy-btn {
	margin: -10px auto 0;
}
#container .wrapper .sec2 .charg-box .charg-title {
    padding: 0.4em 20px;
}
}
 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container .wrapper .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/airfanmini/fv-pc.jpg) top 60px left 0px no-repeat;
    background-size: 100%;
    padding: 10px 30px;
    position: relative;
}
#container .wrapper .cacth {
	font: 2.0rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 3rem 0 0 20px;
}
#container .wrapper .headtitle {
	font: 4.0rem/1.0 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
 margin: .4rem 0 0 30px;
	width: 48%;
}
#container .wrapper .item-name {
	font: bold 2.0rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 1px;
    margin: 17rem 0 -20px 53%;
}
#container .wrapper .item-price {
	font: bold 3.0rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0rem 0 0 65%;
}
#container .wrapper .item-price strong {
	font: bold 4.4rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .item-price em {
	font: bold 1.6rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .buy-btn {
	font-size: 1.8rem;
}
#container .wrapper .sec1 .osusume-box p {
	font: 1.3rem/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .movie-area iframe {
	height: 430px;
}
#container .wrapper .sec2 {
	padding: 5% 3% 3%;
}
#container .wrapper .sec2 h2 {
	font: bold normal 2.2em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .sec2 .feature h3 {
	font: normal 1.8em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .wrapper .sec2 .feature h3 em {
	height: 35px;
	width: 35px;
}
#container .wrapper .sec2 .feature p {
	font: 1.4em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 5px;
}
#container .wrapper .sec2 .charg-box .charg-title {
	font: normal 1.6em/1.8 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 20px 0;
}
#container .wrapper .sec2 .charg-box .charg-title:after {
	left: 46%;
}
#container .wrapper .sec3 {
	padding: 0;
}
#container .wrapper .sec3 .flex {
	display: flex;
	margin: 0 25px 0 0;
}
#container .wrapper .sec3 .flex img {
	margin: 2rem auto 0;
	padding: 0 0 0 40px;
	width: 50%;
}
#container .wrapper .sec3 .flex dl {
	width: 48%;
}
#container .wrapper .sec3 .flex dl dt {
	font: normal 2.6em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 5rem auto 0;
}
#container .wrapper .sec3 .flex dl .spec {
	font: normal 1.4em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0 0 1rem;
}
#container .wrapper .sec3 .flex .color-icon {
	font-size: 14px;
}
#container .wrapper .sec3 .flex .color-icon .pink, #container .wrapper .sec3 .flex .color-icon .black {
	width: 20%;
}
#container .wrapper .sec3 .flex .item-price {
	margin: 2rem 0 0 30%;
}
#container .wrapper .item-price em {
	font: bold 1.2rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
}
 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container {
	margin: 0 auto;
	width: 960px;
}
#container .wrapper .mainvisual {
    background-size: cover;
    height: 715px;
}
#container .wrapper .cacth {
    font: 1.8rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 3rem 0 0 30px;
}
#container .wrapper .headtitle {
    font: 3.6rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    margin: .4rem 0 0 30px;
    width: 45%;
}
#container .wrapper .item-name {
    font: bold 1.6rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 1px;
    margin: 22.5rem 0 0 66%;
}
#container .wrapper .item-price {
	font: bold 3.0rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0rem 0 0 72%;
}
#container .wrapper .item-price strong {
	font: bold 3.6rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .item-price em {
	font: bold 1.6rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .buy-btn {
	font: bold 1.8rem/2.7 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 2.0rem auto;
	width: 65%;
}
#container .wrapper .buy-btn a::before {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    top: -1px;
    border: solid 10px transparent;
    border-left: solid 10px #fff;
    content: "";
}
#container .wrapper .sec1 .osusume-box p {
	font: 1.3rem/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .wrapper .sec1 .movie-area{
	margin:1.0rem auto 4.0rem;
}
#container .wrapper .sec1 .movie-area .caram-title {
	font: normal 2.6em/1.8 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 4rem auto 1rem;
}
#container .movie-area iframe {
	width: 80%;
	height: 465px;
	margin: 0 10%;
}
#container .wrapper .sec2 {
	padding: 1% 5% 3%;
	margin: 2rem 10% 0;
}
#container .wrapper .sec2 h2 {
	font: bold normal 2.2em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .sec2 .feature {
	margin: 30px auto;
}
#container .wrapper .sec2 .feature h3 {
	font: normal 2.2em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .wrapper .sec2 .feature h3 em {
	height: 40px;
	width: 40px;
}
#container .wrapper .sec2 .feature p {
	font: 1.6em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 5px;
}
#container .wrapper .sec2 .charg-box .charg-title {
	font: normal 1.8em/1.8 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 20px 0;
}
#container .wrapper .sec2 .charg-box .charg-title:after {
	left: 46%;
}
#container .wrapper .sec3 {
	padding: 0;
}
#container .wrapper .sec3 .flex {
	display: flex;
	margin: 0 25px 0 0;
}
#container .wrapper .sec3 .flex img {
	margin: 2rem auto 0;
	padding: 0 0 0 40px;
	width: 50%;
}
#container .wrapper .sec3 .flex dl {
	width: 48%;
}
#container .wrapper .sec3 .flex dl dt {
	font: normal 3.0em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 5rem auto 0;
}
#container .wrapper .sec3 .flex dl .spec {
	font: normal 1.6em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0 0 1rem;
}
#container .wrapper .sec3 .flex .color-icon {
	font-size: 20px;
}
#container .wrapper .sec3 .flex .color-icon .pink, #container .wrapper .sec3 .flex .color-icon .black {
	width: 20%;
}
#container .wrapper .sec3 .flex .item-price {
	margin: 2rem 0 0 30%;
}
#container .wrapper .item-price em {
	font: bold 1.2rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .sec3 .buy-btn {
    font: bold 1.8rem/2.7 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: -7rem 0 5rem 52%;
    width: 45%;
}
}