@charset "UTF-8";
/*  -------------------------------------
	Color
  -------------------------------------*/
/*  -------------------------------------
	font
  -------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap");
/**================================================**/

#g1340684 {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	background-color: #fff;
    padding-bottom: 30px;
	margin-bottom: 20px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}

#g1340684 .title {
	width: 100%;
    margin: auto;
	background-color: #fff;
    margin-bottom: 50px;
	position: relative;
}

#g1340684 .title img {
	width: 100%;
    margin: auto;
	height: auto;
}

#g1340684 .title h1 {
	font-family: serif;
	position: absolute;
	color: #000000;
	font-weight: bold;
	line-height: 1.3;
	font-size: 54px;
	letter-spacing: 0.1em;
	width: 80%;
	text-align: left;
	top: 4px;
	left: 15px;
}

#g1340684 .title h1 span {
	font-size: 28px;
	line-height: 1.3;
}

#g1340684 .title h3 {
	font-family: serif;
	position: absolute;
	color: #000000;
	font-weight: bolder;
	letter-spacing: 0.1em;
	line-height: 1.2;
	font-size: 40px;
	top: 150px;
	left: 15px;
}

#g1340684 .title h3 span {
	font-size: 34px;
	line-height: 1.3;
	color: #F40956;
	background: linear-gradient(transparent 60%, yellow 30%);
	width: 40%;
}

#g1340684 #price {
	background-color: #1aadea;
	padding: 20px 10px;
}

#g1340684 #price h1 {
	font-family: serif;
	color: #FFFFFF;
	line-height: 1.3;
	font-size: 54px;
	font-weight: 900;
	padding-bottom: 20px
}

#g1340684 #price h3 {
	text-align: right;
	color: #FFFFFF;
	line-height: 1.3;
	font-size: 44px;
	font-weight: 900;
}

#g1340684 #price h3 span{
	line-height: 1.2;
	font-size: 26px;
	font-weight: bolder;
}

#g1340684 .secret {
	display: flex; /*横並び*/
	margin: 40px 0 -10px 20px;
}

#g1340684 .secret .image {
	width: 250px; /*画像サイズ指定*/
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#g1340684 .secret .subtitle {
	margin: 10px 0 0 0;
	padding: 0;
}

#g1340684 .secret h3{
	color: #262626;
	line-height: 1.3;
	font-size: 42px;
	font-weight: bold;	
}

#g1340684 .secret h3 span{
	color: #F40956;
	font-size: 54px;
	font-weight: bold;	
}

#g1340684 .secret h4{
	color: #262626;
	line-height: 1.3;
	font-size: 48px;
	font-weight: bold;
	margin: auto;
}

#g1340684 .secret h4 span{
	color: #F40956;
	font-size: 80px;
	font-weight: 800;	
}

#g1340684 #secret1,
#g1340684 #secret2,
#g1340684 #secret3,
#g1340684 #secret4 {
	border: solid 5px #fc82aa;
	padding: 15px;
	margin: 0px 20px 70px 20px; 
}

#g1340684 #secret1 img,
#g1340684 #secret2 img,
#g1340684 #secret3 img,
#g1340684 #secret4 img {
    margin-left: 20px;
    margin-right: 20px;
}

#g1340684 .point {
	padding: 55px 20px 55px 170px;
	background-image: url(../../../img/usr/goods/g1340684/point.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin: 10px 0 10px;
}

#g1340684 .point p{
	color: #262626;
	font-size: 26px;
	line-height: 1.3;
	margin: 10px 0 10px;
}

#g1340684 #secret1 .box {
	padding:  3px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	justify-content: center;
}

#g1340684 #secret1 .color-box {
    padding: 5 0px;
    margin:  0px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    width: 30%;                 /* 幅指定 */
	text-align: center;
}

#g1340684 #secret1 .color-box p {
	font-size: 20px;
	color: #262626;
	text-align: center;
	line-height: 1.3;
	padding-bottom: 10px;
}

#g1340684 .arrow1 {
	text-align: center;
	width: 50px;
	height: 50px;
	border: 10px solid;
	border-color:  transparent transparent #565656 #565656;
	transform: rotate(-45deg);
	margin: auto auto 50px;
}


@media screen and ( min-width:521px ){ /* tablet&PC */
#g1340684 {
    margin-left: auto;
    margin-right: auto;
}
	
.sp {
	display: none;
}

}

@media screen and ( max-width:520px ){/* SP */
#g1340684 h2 {/* 絶対必要 */
	padding: 0;
	background-color: transparent;
}
	
#g1340684 {
	width: 100%;
}
	
#g1340684 .title {
	width: 100%;
    margin: auto;
	background-color: #fff;
    margin-bottom: 10px;
	position: relative;
}

#g1340684 .title img {
	width: 100%;
    margin: auto;
	height: auto;
}

#g1340684 .title h1 {
	font-weight: bold;
	line-height: 1.2;
	font-size: 20px;
	letter-spacing: 0.08em;
	position: absolute;
	width: 80%;
	text-align: left;
	top: 2%;
	left: 3%;
}

#g1340684 .title h1 span {
	font-size: 14px;
	line-height: 1.2;
}

#g1340684 .title h3 {
	position: absolute;
	font-weight: bolder;
	letter-spacing: 0.1em;
	line-height: 1.1;
	font-size: 15px;
	top: 24%;
	left: 3%;
}

#g1340684 .title h3 span {
	font-size: 14px;
	line-height: 1.2;
}

#g1340684 #price {
	background-color: #1aadea;
	padding: 4px 2px;
}

#g1340684 #price h1 {
	line-height: 1.3;
	font-size: 22px;
	font-weight: 900;
	text-align: left;
	padding-bottom: 7px
}

#g1340684 #price h3 {
	text-align: right;
	line-height: 1.2;
	font-size: 18px;
}

#g1340684 #price h3 span{
	line-height: 1.2;
	font-size: 12px;
}

#g1340684 .secret {
	display: flex; /*横並び*/
	margin: 10px 0 -2px 2px;
}

#g1340684 .secret .image {
	width: 110px; /*画像サイズ指定*/
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#g1340684 .secret .subtitle {
	margin: 8px 0 0 0;
	padding: 0;
}

#g1340684 .secret h3{
	line-height: 1.2;
	font-size: 18px;
	font-weight: bolder;	
}

#g1340684 .secret h3 span{
	font-size: 23px;
	font-weight: bold;	
}

#g1340684 .secret h4{
	color: #262626;
	line-height: 1.3;
	font-size: 22px;
	font-weight: bold;
	margin: auto;
	padding-bottom: 2px;
}

#g1340684 .secret h4 span{
	color: #F40956;
	font-size: 46px;
	font-weight: 800;	
}

#g1340684 #secret1,
#g1340684 #secret2,
#g1340684 #secret3,
#g1340684 #secret4 {
	border: solid 3px #fc82aa;
	padding: 7px;
	margin: 0px 2px 40px 2px; 
}

#g1340684 #secret1 img,
#g1340684 #secret2 img,
#g1340684 #secret3 img,
#g1340684 #secret4 img {
    margin-left: auto;
    margin-right: auto;
}

#g1340684 .point {
	padding: 30px 10px 30px 148px;
	background-image: url(../../../img/usr/goods/g1340684/point.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	margin: 2px 0 2px;
}

#g1340684 .point p{
	color: #262626;
	font-size: 18px;
	line-height: 1.2;
	margin: 3px 0 3px;
}

#g1340684 #secret1 .box {
	padding:  3px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	justify-content: center;
}

#g1340684 #secret1 .color-box {
    padding: 5 0px;
    margin:  0px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    width: 30%;                 /* 幅指定 */
	text-align: center;
}

#g1340684 #secret1 .color-box p {
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
	padding-bottom: 7px;
}

#g1340684 .arrow1 {
	text-align: center;
	width: 40px;
	height: 40px;
	border: 9px solid;
	border-color:  transparent transparent #565656 #565656;
	transform: rotate(-45deg);
	margin: auto auto 50px;
}

.pc {
	display: none;
}
	
.sp {
	margin: 50px 0 50px;		
}
	
}

