@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");
/**================================================**/

#gn01115681 {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	background-color: #fff;
    padding-top: 0px;
	margin-bottom: 20px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}

#gn01115681 #Heading {
	width: 100%;
    margin: auto;
	background-color: #fff;
    margin-bottom: 50px;
	position: relative;
}

#gn01115681 #Heading img {
	width: 100%;
    margin: auto;
	height: auto;
}

#gn01115681 #Heading h1 {
	position: absolute;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.3;
    font-size: 58px;
    letter-spacing: 0.1em;
    width: 95%;
    text-align: center;
	text-shadow: 1px 2px 3px #808080;
    top: 35px;
    left: 40px;
}

#gn01115681 #Heading h1 span {
	font-size: 64px;
    line-height: 1.3;
    font-weight: 900;
}

#gn01115681 #Heading p {
	position: absolute;
	text-align: right;
	color: #2A774A;
	font-weight: bolder;
	letter-spacing: 0.1em;
	line-height: 1.2;
	font-size: 40px;
	bottom: 115px;
	right: 15px;
}

#gn01115681 #Heading h4 {
    position: absolute;
    text-align: right;
    color: #81D4FF;
    font-weight: bolder;
    letter-spacing: 0.1em;
    line-height: 0.6;
    font-size: 76px;
    bottom: 4px;
    right: 36px;
}

#gn01115681 #Heading h4 span {
	font-size: 31px;
    line-height: 1.2;
    color: #686868;
	width: 40%;
}

#gn01115681 .block-baloon-bottom {
	display: table;
	padding: 0.5em;
	margin-bottom: 1em;
	position: relative;
	background-color: #f2f2f2;
	border: 2px solid #81D4FF;
	border-radius: 0.5em;
}
#gn01115681 .block-baloon-bottom:before,
#gn01115681 .block-baloon-bottom:after {
	content: '';
	position: absolute;
}

#gn01115681 .block-baloon-bottom {
	margin: 0 0 -5px 30px;
}

#gn01115681 .block-baloon-bottom:before,
#gn01115681 .block-baloon-bottom:after {
	left: 50%;
	transform: translateX(-50%);
	bottom: -1.5em;
	border-top: 1.5em solid #81D4FF;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

#gn01115681 .block-baloon-bottom:after {
	bottom: calc( 4px - 1.5em );
	border-top: solid 1.5em #f2f2f2;
}

#gn01115681 .block-baloon-bottom h4{
	font-size: 36px;
	color: #686868;
	padding: 10px;
}

#gn01115681 #secret {
	margin: 0 0 80px;
}

#gn01115681 #secret h3{
	color:#FFFFFF;
	text-align: center;
	font-weight: bolder;
	font-size: 36px;
	line-height: 1.3;
	background-color: #81D4FF;
	padding: 18px 0px 18px 0px;
}

#gn01115681 #secret h3 span{
	font-size: 44px;
	font-weight: bold;
}

figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 20px;
    margin-inline-end: 40px;
}

#gn01115681 .point {
	display: flex; /*横並び*/
}

#gn01115681 .point .image {
	width: 200px; /*画像サイズ指定*/
	margin: 10px -50px -39px 0px;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#gn01115681 .point .subtitle {
	margin: 10px 0px 20px 10px;
    padding: 33.5px 30px;
}

#gn01115681 .point h3 {
	text-align: center;
	background-color: #CFEEFF;
	color: #262626;
	font-size: 36px;
	margin: 10px;
	font-weight: bold;
	width: 100%;
}

#gn01115681 #point1,
#gn01115681 #point2,
#gn01115681 #point3,
#gn01115681 #point4,
#gn01115681 #heel,
#gn01115681 #upper,
#gn01115681 #colors {
	margin: 0 0 80px;
}

#gn01115681 #heel h3,
#gn01115681 #upper h3,
#gn01115681 #colors h3{
	text-align: center;
	background-color: #CFEEFF;
	color: #262626;
	font-size: 38px;
	line-height: 1.3;
	margin-top: 1px;
	font-weight: bold;
	padding: 15px 0px 15px 0px;
}

#gn01115681 #colors h3 span {
	font-size: 46px;
	font-weight: 800;
}

#gn01115681 p {
	font-size: 22px;
    color: #262626;
    text-align: center;
    line-height: 1.4;
    padding-bottom: 10px;
}

#gn01115681 #heel .box {
	padding:  3px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	justify-content: center;
}

#gn01115681 #heel .boxA {
    padding: 5 0px;
    margin:  0px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    width: 38%;                 /* 幅指定 */
	text-align: center;
}

#gn01115681 #heel .boxB {
    padding: 5 0px;
    margin:  0px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    width: 58%;                 /* 幅指定 */
	text-align: center;
	vertical-align: middle;
}

#gn01115681 #heel .boxB p {
	font-size: 30px;
    color: #262626;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 10px;
    margin-top: 50%;
}

#gn01115681 #heel .boxB p span {
	font-size: 36px;
    color: #dc4848;
}

#gn01115681 #upper p {
	font-size: 22px;
    color: #262626;
    text-align: center;
    line-height: 1.4;
    padding-bottom: 10px;
}

#gn01115681 #upper p span {
	font-size: 24px;
	font-weight: bold;
}

#gn01115681 #movie {
	margin: 30px 0 60px 0 ;
}

#gn01115681 #movie .small p {
	text-align: center;
	color: #686868;
	font-size: 16px;
	margin-top: 1px;
}

#gn01115681 .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 ( max-width:520px ){/* SP */
#gn01115681 h2 {/* 絶対必要 */
	padding: 0;
	background-color: transparent;
}
	
#gn01115681 {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	background-color: #fff;
    padding-top: 0px;
	margin-bottom: 20px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}

#gn01115681 #Heading {
	width: 100%;
    margin: auto;
	background-color: #fff;
    margin-bottom: 50px;
	position: relative;
}

#gn01115681 #Heading img {
	width: 100%;
    margin: auto;
	height: auto;
}

#gn01115681 #Heading h1 {
    position: absolute;
    line-height: 1.3;
    font-size: 24px;
    letter-spacing: 0.1em;
    width: 100%;
    text-shadow: 1px 2px 3px #808080;
    top: 5px;
    left: 3px;
}

#gn01115681 #Heading h1 span {
	font-size: 26px;
    line-height: 1.3;
    font-weight: 900;
}

#gn01115681 #Heading p {
	position: absolute;
    text-align: right;
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-size: 18px;
    bottom: 39px;
    right: 5px;
}

#gn01115681 #Heading h4 {
    position: absolute;
    text-align: right;
    letter-spacing: 0.1em;
    line-height: 0.6;
    font-size: 28px;
    bottom: 2px;
    right: 24px;
}

#gn01115681 #Heading h4 span {
	font-size: 11px;
    line-height: 1.0;
	width: 40%;
}

#gn01115681 .block-baloon-bottom {
	display: table;
	padding: 0.5em;
	margin-bottom: 1em;
	position: relative;
	background-color: #f2f2f2;
	border: 2px solid #81D4FF;
	border-radius: 0.5em;
}
#gn01115681 .block-baloon-bottom:before,
#gn01115681 .block-baloon-bottom:after {
	content: '';
	position: absolute;
}

#gn01115681 .block-baloon-bottom {
	margin: 0 0 -2px 15px;
}

#gn01115681 .block-baloon-bottom:before,
#gn01115681 .block-baloon-bottom:after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.3em;
    border-top: 1.3em solid #81D4FF;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

#gn01115681 .block-baloon-bottom:after {
	bottom: calc( 4px - 1.5em );
	border-top: solid 1.5em #f2f2f2;
}

#gn01115681 .block-baloon-bottom h4{
    font-size: 16px;
    color: #686868;
    padding: 2px;
}

#gn01115681 #secret {
	margin: 0 0 80px;
}

#gn01115681 #secret h3{
    font-size: 24px;
    line-height: 1.1;
    padding: 13px 0px 13px 0px;
}

#gn01115681 #secret h3 span{
	font-size: 32px;
	font-weight: bold;
}

figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 20px;
    margin-inline-end: 40px;
}

#gn01115681 .point {
	display: flex; /*横並び*/
}

#gn01115681 .point .image {
	width: 140px; /*画像サイズ指定*/
	margin: 10px -50px -39px 0px;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#gn01115681 .point .subtitle {
	margin: 10px 0px 20px 25px;
    padding: 15.5px 20px;
}

#gn01115681 .point h3 {
    font-size: 18px;
    line-height: 1.5;
	padding: 13px 0 13px 0;
    margin: 5px;
    width: 100%;
}

#gn01115681 #point1,
#gn01115681 #point2,
#gn01115681 #point3,
#gn01115681 #point4,
#gn01115681 #heel,
#gn01115681 #upper,
#gn01115681 #colors {
	margin: 0 0 50px;
}

#gn01115681 #heel h3,
#gn01115681 #upper h3,
#gn01115681 #colors h3{
	font-size: 18px;
	line-height: 1.2;
	padding: 8px 0px 8px 0px;
}

#gn01115681 #colors h3 span {
	font-size: 28px;
	font-weight: 800;
}

#gn01115681 p {
    font-size: 10px;
    line-height: 1.3;
	margin-top: 7px;
    padding-bottom: 10px;
}

#gn01115681 #heel .box {
	padding:  2px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	justify-content: center;
}

#gn01115681 #heel .boxA {
    padding: 3 0px;
    margin:  0px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    width: 34%;                 /* 幅指定 */
	text-align: center;
}

#gn01115681 #heel .boxB {
    padding: 3 0px;
    margin:  0px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    width: 64%;                 /* 幅指定 */
	text-align: center;
	vertical-align: middle;
}

#gn01115681 #heel .boxB p {
	font-size: 12px;
    color: #262626;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 10px;
    margin-top: 50%;
}

#gn01115681 #heel .boxB p span {
	font-size: 16px;
    color: #dc4848;
}

#gn01115681 #upper p {
    font-size: 10px;
    line-height: 1.3;
    padding-bottom: 10px;
}

#gn01115681 #upper p span {
	font-size: 15px;
}

#gn01115681 #movie {
	margin: 30px 0 60px 0 ;
}

#gn01115681 #movie .small p {
	text-align: center;
	color: #686868;
	font-size: 16px;
	margin-top: 1px;
}

#gn01115681 .arrow1 {
    width: 40px;
    height: 40px;
    border: 7px solid;
    border-color: transparent transparent #565656 #565656;
    transform: rotate(-45deg);
    margin: auto auto 28px;
}
	
#gn01115681 #movie {
	margin: 20px 0 40px 0 ;
}
	
#gn01115681 #movie .small p {
	font-size: 10px;
	margin-top: 1px;
}


}