@charset "UTF-8";
/* CSS Document */

body {
    background-color: #d2ecfa;
    background-image: url(../img/body-bg.png);
    background-repeat: repeat-y;
	background-position: top;
	background-size: cover;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 22px;
    background-color: #fff;
    box-shadow: 0 0 20px #999;
    z-index: 2;
}
header h1 {
    width: 367px;
    margin: 0 auto;
}
.hamburger {
    display: none;
}
nav.globalMenuSp {
    width: 930px;
    margin: 0 auto;
}
nav.globalMenuSp ul {
    width: 100%;
    padding: 17px 0;
    display: -webkit-flex;
    display: flex;
}
nav.globalMenuSp li {
    padding: 0 5px;
    border-left: 1px solid #777;
}
nav.globalMenuSp li:first-child {
    padding: 0 5px 0 0;
    border-left: none;
}
nav.globalMenuSp li:last-child {
    padding: 0 0 0 5px;
}
nav.globalMenuSp li a {
    text-align: center;
    color: #777;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    font-weight: 500;
}
nav.globalMenuSp li a:hover {
    color: #8377b4;
}

@media screen and ( max-width:768px ) {
    header {
        padding: 0;
    }
    .header-logo {
        position: fixed;
        z-index: 3;
        padding: 18px 0;
        background-color: #fff;
    }
    header h1 {
        width: 62%;
        margin: 0 auto;
    }
    /*　ハンバーガーボタン　*/
    .hamburger {
        display: block;
        position: fixed;
        z-index: 4;
        right: 17px;
        top: 8px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        text-align: center;
    }
    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 1px ;
        left: 0;
        background-color: #8377b4;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
        top: 0px;
        color: #8377b4;
        font-size: 10px;
        font-size: 1.0rem;
        background-color: transparent;
    }
    .hamburger span:nth-child(2) {
        top: 14px;
    }
    .hamburger span:nth-child(3) {
        top: 22px;
    }
    .hamburger span:nth-child(4) {
        top: 30px;
    }
    
    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        display: none;
    }
    .hamburger.active span:nth-child(2) {
        top: 16px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .hamburger.active span:nth-child(3),
    .hamburger.active span:nth-child(4) {
        top: 16px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    nav.globalMenuSp {
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        color: #8377b4;
        background-color: #fff8b0;
        background-image: url("../img/hamburger-bg.png");
        background-position: bottom 55px right 20px;
        background-repeat: no-repeat;
        background-size: 54.7%;
        text-align: center;
        transform: translateY(-100%);
        transition: all 0.6s;
        width: 100%;
        height: 94vh;
        padding: 0;
        margin: 6vh 0 0 0;
    }
    nav.globalMenuSp ul {
        width: 78.9%;
        margin: 0 auto;
        padding-top: 30px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    nav.globalMenuSp ul li {
        width: 100%;
        padding: 0;
        border-left: none;
    }
    nav.globalMenuSp li:first-child {
        padding: 0;
        border-left: none;
    }
    nav.globalMenuSp ul li:last-child {
        padding: 0;
        border-left: none;
    }
    nav.globalMenuSp li a {
        display: block;
        text-align: left;
        padding: 1em 0;
        color: #8377b4;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px;
        line-height: 1.6rem;
        font-weight: 500;
    }
    nav.globalMenuSp ul li a:hover{
        color: #fff;
        background :#00b8ee;
    }
    
    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        transform: translateY(0%);
    }
}


/* メインイメージ*/
#main{
    background-color: inherit;
}

#main .frame {
    width: 100%;
    margin-top: 60px;
}

#main h1 img{
	height:520px;
 	object-fit:cover;
}

@media screen and ( min-width:769px ) {
	#main h1 img{
		height:650px;
	}
}

@media screen and ( max-width:768px ) {
    #main .frame {
        margin-top: 30px;
    }
}
@media screen and ( max-width:414px ) {
}


/* 概要 */
#summary{
    background-color: inherit;
}
#summary .frame {
    width: 100%;
    text-align: center;
	padding: 0;
}
#summary h1 {
    width: 960px;
    margin: 0 auto;
}
#summary p {
    color: #8377b4;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 35px;
    line-height: 3.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

#summary .service_period {
    width: 640px;
    text-align: center;
    margin: 30px auto;
    padding: 6px 0;
    background-color: #fff;
    border-top: 2px solid #0068b7;
    border-bottom: 2px solid #0068b7;
}
#summary .service_period p {
    color: #0068b7;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 35px;
    line-height: 3.5rem;
    font-weight: 700;
    letter-spacing: 0em;
}
#summary .service_period p span {
    font-size: 35px;
    font-size: 3.5rem;
}

#summary .departure {
    width: 960px;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-bottom: 0px;
}
#summary .departure img {
    width: 80%;
}

@media screen and ( max-width:768px ) {
    #summary h1 {
    	width: 100%;
    	margin-right: auto;
    	margin-left: auto;
    	margin-bottom: 0px;
    }	
	
    #summary p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 22px;
        line-height: 2.2rem;
        letter-spacing: 0;
    }
    
    #summary .service_period {
        width: 77.48%;
        text-align: center;
        margin: 15px auto;
        padding: 3px 0;
        border-top: 1px solid #0068b7;
        border-bottom: 1px solid #0068b7;
    }
    #summary .service_period p {
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 14px;
        line-height: 1.4rem;
        font-weight: 500;
        letter-spacing: 0em;
    }
    #summary .service_period p span {
        font-size: 14px;
        font-size: 1.4rem;
    }
	
	#summary .departure {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (min-width:415px) and ( max-width:960px)  {
	#summary h1 {
     width: 100%;
	}
	#summary .departure {
     width: 100%;
	}
}

@media screen and ( max-width:414px ) {
	#summary h1 img{
		height:105px;
 		object-fit:cover;
	}
	#summary .departure img {
		width: 100%;
		height:200px;
 		object-fit:cover;
   		margin-top: 2rem;
	}
}


/* みんなをつなぐトレインの運行 */ /*共通スタイル*/
#decoration {
    width: 100%;
}
.frame {
    width: 100%;
    padding: 40px 0 40px 0;
}

#decoration .contents-wrap{
    border: 4px solid #8377b4;
}

.contents-wrap{
    position: relative;
    width: calc(740px - 6px);
    margin: 0 auto;
    padding: 20px 20px 40px 20px;
    background-color: #fff;
    border-radius: 35px 35px 0 0;
}
.contents-wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: '';
    width: 80px;
    height: 68px;
    background-image: url("../img/deco01.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate(-33.6%,-33.6%);
    -ms-transform: translate(-33.6%,-33.6%);
    transform: translate(-33.6%,-33.6%);
}

#decoration h1,
#StampRally h1,
#Quize h1,
#FreeTicket h1,
#goods h1{
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}
.explanation {
    text-align: center;
    padding: 20px 0 0 0;
}
.explanation p {
    color: #777777;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 35px;
    line-height: 3.5rem;
    font-weight: 700;
}
#decoration h2 {
    width: 55%;
    margin: 30px auto;
}
#decoration .vehicle_img {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#decoration .vehicle_img ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#decoration .vehicle_img li {
    text-align: center;
    width: 48%;
    margin-bottom: 36px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#decoration .vehicle_img li:nth-child(3),
#decoration .vehicle_img li:nth-child(4) {
    margin-bottom: 0;
}
#decoration .vehicle_img li:nth-child(4) img {
    width: 40%;
}

#decoration .manners {
    position: relative;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    text-align: left;
}
#decoration .manners::before {
    position: absolute;
    top: -10px;
    left: -10px;
    display: inline-block;
    content: '';
    width: 194px;
    height: 200px;
    background-image: url("../img/decoration04.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}
#decoration .manners p {
    color: #8377b4;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 35px;
    line-height: 3.5rem;
    font-weight: 700;
    padding-top: 0;
    padding-right: 0;
    padding-left: 30%;
    padding-bottom: 100px;
}
@media screen and ( max-width:768px ) {
    .frame {
        width: 100%;
        padding: 25px 0 25px 0;
    }
	
	#decoration .contents-wrap{
        border: 2px solid #8377b4;
	}

	.contents-wrap{
    	position: relative;
        width: calc(84% - 4px);
    	margin: 0 auto;
        padding: 16px 10px;
		background-color: #fff;
        border-radius: 12px 12px 0 0;
	}
	.contents-wrap::before {
    	position: absolute;
    	top: 0;
    	left: 0;
   		display: inline-block;
    	content: '';
    	width: 48px;
    	height: 40px;
    	background-image: url("../img/deco01.png");
    	background-position: top left;
    	background-repeat: no-repeat;
    	background-size: cover;
    	-webkit-transform: translate(-33.6%,-33.6%);
    	-ms-transform: translate(-33.6%,-33.6%);
    	transform: translate(-33.6%,-33.6%);
	}

	#decoration h1,
	#StampRally h1,
	#Quize h1,
	#FreeTicket h1,
	#goods h1 {
    	width: 100%;
        margin: 0 auto;
    }
    .explanation {
        text-align: center;
        padding: 10px 0 0 0;
    }
    .explanation p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 22px;
        line-height: 2.2rem;
    }
	#decoration h2 {
    	width: 90%;
        margin: 20px auto;
    }

	#decoration .vehicle_img {
        position: relative;
        width: calc(100% - 10%);
        margin: 0 auto;
        padding: 0 5%;
    }
    #decoration .vehicle_img ul {
        position: relative;
        width: 100%;
    }
    #decoration .vehicle_img li {
        text-align: center;
        width: 100%;
        margin-bottom: 9px;
    }
    #decoration .vehicle_img li:nth-child(3) {
        margin-bottom: 9px;
    }
    #decoration .vehicle_img li:nth-child(4) {
        width: 33.2%;
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transform: translate(71.79%,48%);
        -ms-transform: translate(71.79%,48%);
        transform: translate(71.79%,48%);
        margin-bottom: 0;
    }
    #decoration .vehicle_img li:nth-child(4) img {
        width: 100%;
    }
    
    #decoration .manners {
        position: relative;
        width: 90%;
        margin: 10px auto;
    }	
    #decoration .manners::before {
        top: 2px;
        left: 0px;
        width: 125px;
        height: 130px;
    }
    #decoration .manners p {
    font-size: 12px;
    font-size: 1.1rem;
    line-height: 22px;
    line-height: 2.2rem;
    padding-bottom: 40px;
    padding-left: 40%;
    }
}
@media screen and ( max-width:414px ) {
}

/* 運行予定時刻 */
.scheduled_link {
    width: 450px;
    margin: 40px auto 10px auto;
    text-align: center;
}
.scheduled_link a {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    padding: 20px 0 30px 0;
    border-radius: 40px;
    background-color: #fff;
    color: #8377b4;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 28px;
    line-height: 2.8rem;
    font-weight: 700;
    box-shadow: 3px 3px #8377b4;
    border: 2px solid #8377b4;
}
.scheduled_link a::after {
    position: absolute;
    bottom: 12px;
    left: 50%;
    display: inline-block;
    content: '';
    width: 20px;
    height: 11px;
    background-image: url("../img/link-bt-purple.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.scheduled_link a:hover::after {
    bottom: 6px;
}
.scheduled_link p {
    color: #777777;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
}
@media screen and ( max-width:768px ) {
    .scheduled_link {
        width: 85%;
        margin: 25px auto 0 auto;
        text-align: center;
    }
    .scheduled_link a {
        width: calc(100% - 6px);
        margin-bottom: 15px;
        padding: 18px 0 30px 0;
        border-radius: 30px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 22px;
        line-height: 2.2rem;
        box-shadow: 2px 2px #8377b4;
    }
    .scheduled_link a::after {
        bottom: 12px;
        left: 50%;
        width: 14px;
        height: 8px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .scheduled_link a:hover::after {
        bottom: 6px;
    }
    .scheduled_link p {
        font-size: 10px;
        font-size: 1.0rem;
    }
}

@media screen and ( max-width:414px ) {
}

#StampRally .scheduled_link a {
    border: 3px solid #8377b4;
    background-color: #fff;
    color: #8377b4;
}
#StampRally .scheduled_link a::before {
    -webkit-transform: translate(20%,30%);
    -ms-transform: translate(20%,30%);
    transform: translate(20%,30%);
}
#StampRally .scheduled_link a::after {
    background-image: url("../img/link-bt-purple.png");
}
@media screen and ( max-width:768px ) {
    #StampRally .scheduled_link a::before {
        width: 42px;
        height: 49px;
    -webkit-transform: translate(20%,50%);
    -ms-transform: translate(20%,50%);
    transform: translate(20%,50%);
    }
}

/* スタンプラリー */
#StampRally {
    width: 100%;
}
#StampRally .contents-wrap{
    border: 4px solid #f0a0c3;
}
/*.contents-wrap共通スタイルは #decorationへ*/

#StampRally .explanation .keycolor{
	color: #f0a0c3;
}

#StampRally .explanation p span{
	font-size: 170%;
}

#StampRally .present-list{
    width: 90%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    border-top: 1px solid #f0a0c3;
    border-bottom: 1px solid #f0a0c3;
    padding-top: 10px;
    padding-bottom: 10px;
	color: #777777;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 700;
}
#StampRally .present-list ul{
	padding-left: 1.2em;
	
}

#StampRally .present-list ul li{
	text-indent: -1em;
	margin-bottom: 1em;
	list-style-type: none;
}

#StampRally .present-list ul li::before{
    content:  "";     /* 空の要素作成 */
    width:  8px;               /* 幅指定 */
    height:  8px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #f0a0c3;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
	left: 3px;
    margin-right: 0.6em;          /* 余白指定 */
	}

#StampRally .present-list .present-detail{
	color: 	#f0a0c3;
	font-size: 150%;
}


#StampRally .present{
	width: 80%;
    margin: 30px auto;
}

@media screen and ( max-width:768px ) {
	#StampRally .contents-wrap{
    	border: 2px solid #f0a0c3;
	}
	/*.contents-wrap共通スタイルは #decorationへ*/
	
	#StampRally .explanation p span{
		font-size: 150%;
	}
	#StampRally .present-list{
		width: 90%;
		margin-top: 10px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
		border-top: 1px solid #f0a0c3;
		border-bottom: 1px solid #f0a0c3;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #777777;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 18px;
        line-height: 1.8rem;
		font-weight: 700;
	}

	#StampRally .present-list ul li::before{
    	content:  "";     /* 空の要素作成 */
    	width:  8px;               /* 幅指定 */
    	height:  8px;              /* 高さ指定 */
    	display:  inline-block;     /* インラインブロックにする */
    	background-color: #f0a0c3;  /* 背景色指定 */
    	border-radius:  50%;        /* 要素を丸くする */
    	position:  relative;        /* 位置調整 */
    	top: -1px;                  /* 位置調整 */
		left: 3px;
    	margin-right: 0.6em;          /* 余白指定 */
	}
	#StampRally .present-list .present-detail{
		color: 	#f0a0c3;
		letter-spacing: -0.05em;
		font-size: 120%;
	}

	
	
	#StampRally .present{
		width: 95%;
    	margin: 20px auto;
	}
}
	
@media screen and ( max-width:414px ) {
}

/* ふわふわ選択クイズ */
#Quize {
    width: 100%;
}
#Quize .contents-wrap{
    border: 4px solid #6cc8f2;
}
/*.contents-wrap共通スタイルは #decorationへ*/

#Quize .explanation span{
    font-size: 170%;
    color: #6cc8f2;
}
#Quize .summerChallenge{
	width: 80%;
    margin: 20px auto;
}
#Quize .quize-question{
    width: 90%;
    margin: 30px auto;
    background-color: #e5f5fd;
    background-image: url(../img/Quize-title-PC.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding-bottom: 30px;
    border: 2px solid #6CC8F2;
}
#Quize .quize-question h2{
	width: 70%;
    margin: 0 auto;
    padding-top: 100px;	
}
#Quize .quize-answer {
    width: 90%;
    margin: 20px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
}
#Quize .quize-answer a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
	width: 23%;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 20px 0 20px 0;
    border: 1px solid #8377b4;
    border-radius: 10px;
    background-color: #fff;
    color: #8377b4;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-weight: 700;
}
#Quize .quize-answer a:hover {
    background-color: #8377b4;
    color: #fff;
}
#Quize .trivia{
    width: 65%;
    margin: 30px auto;
}
#Quize .trivia .explanation p{
    border-bottom: 2px dotted #777777;
	color: #8377b4;
}
#Quize .trivia .explanation p.trivia-first{
    border-top: 2px dotted #777777;
}

@media screen and ( max-width:768px ) {
	#Quize .contents-wrap{
    	border: 2px solid #6cc8f2;
	}
	/*.contents-wrap共通スタイルは #decorationへ*/

	#Quize .summerChallenge{
		width: 100%;
    	margin: 10px auto;
	}	
	#Quize .quize-question{
		width: 100%;
    	padding-bottom: 10px;
	}
	#Quize .quize-answer a {
    	width: 48%;
    	padding: 10px 0 10px 0;
    	border-radius: 6px;
    	font-size: 14px;
    	font-size: 1.4rem;
    	line-height: 22px;
    	line-height: 2.2rem;
    	font-weight: 700;
    	margin-bottom: 2%;
	}
	#Quize .quize-answer a.quize-answer-2nd{
    	line-height: 44px;
    	line-height: 4.4rem;
	}
	#Quize .trivia{
    	width: 100%;
    	margin: 20px auto;
	}
	#Quize .trivia .explanation p{
    	border-bottom: 1px dotted #777777;
	}
	#Quize .trivia .explanation p.trivia-first{
    	border-top: 1px dotted #777777;
	}
}

@media screen and ( max-width:500px ) {
	#Quize .quize-question{
    	background-image: url(../img/Quize-title-SP.png);
	    margin-top: 20px;
	}
	#Quize .quize-question h2{
		width: 100%;
    	padding-top: 70px;	
	}
	
}


/* 1日フリーきっぷ */
#FreeTicket{
    width: 100%;
}
#FreeTicket .contents-wrap{
    border: 4px solid #7ecfb4;
}
/*.contents-wrap共通スタイルは #decorationへ*/

#FreeTicket .FreeTicket_img{
    position: relative;
    width: 100%;
    margin: 30px auto;
}
#FreeTicket .FreeTicket_img ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#FreeTicket .FreeTicket_img li {
    text-align: center;
    width: 49%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

@media screen and ( max-width:768px ) {
	#FreeTicket .contents-wrap{
    	border: 2px solid #7ecfb4;
	}
	/*.contents-wrap共通スタイルは #decorationへ*/
	
	#FreeTicket .FreeTicket_img{
    	width: 90%;
    	margin: 20px auto;
	}
	#FreeTicket .FreeTicket_img li {
    	width: 100%;
		margin-bottom: 6px;
	}
	
}
@media screen and ( max-width:414px ) {
}

/* オリジナルグッズ */
#goods{
    width: 100%;
}
#goods .contents-wrap{
    border: 4px solid #f5c771;
}
/*.contents-wrap共通スタイルは #decorationへ*/

#goods .goods_img{
    position: relative;
    width: 80%;
    margin: 30px auto;
}

#goods .goods_img ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#goods .goods_img li {
    text-align: center;
    width: 47%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

#goods a {
    position: relative;
    color: #e283ac;
}
#goods a:hover {
    color: rgba(234,97,111,0.65);
}
#goods a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    width: 110%;
    height: 2px;
    content: '';
    background-color: #e283ac;
    -webkit-transform: translate(-50%,250%);
    -ms-transform: translate(-50%,250%);
    transform: translate(-50%,250%);
}
#goods .sales-info{
    text-align: center;
    padding: 0 0 30px 0;
}
#goods .sales-info p {
    color: #777777;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 35px;
    line-height: 3.5rem;
    font-weight: 700;
}


#goods .frame a:hover::after {
    background-color: rgba(234,97,111,0.65);
}


@media screen and ( max-width:768px ) {
	#goods .contents-wrap{
    	border: 2px solid #f5c771;
	}
	/*.contents-wrap共通スタイルは #decorationへ*/
	
	#goods .goods_img{
    	width: 90%;
    	margin: 20px auto;
	}
	#goods .goods_img li {
    	width: 48%;
    	margin-bottom: 10px;
	}
    #goods .sales-info {
        text-align: center;
        padding: 0 0 20px 0;
    }
    #goods .sales-info p {
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 20px;
        line-height: 2.0rem;
    }
	
}
@media screen and ( max-width:414px ) {
}

/* 最後のイラスト */
.bottom-img-wrap {
    background-color: #d2ecfa;
    padding-bottom: 20px;
}
.box {
	margin-top: 30px;
	padding-top: 40px;
	background-color: #d2ecfa;
} 
.Cinnamoroll-img{
    width: 50%;
    margin: 0 auto;
}

.copy {
    text-align: center;
    padding: 20px 0 0 0;
    font-family: "Arial", Meiryo, "sans-serif";
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2.0rem;
    font-weight: 300;
}
@media screen and ( max-width:768px ) {
	.Cinnamoroll-img{
    	width: 100%;
	}
    .copy {
        padding: 5px 0 0 0;
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 10px;
        line-height: 1.0rem;
    }
}
@media screen and ( max-width:414px ) {
}


footer {
    width: 100%;
    padding: 25px 0;
    background-color: #fff;
}
footer h1 {
    width: 336px;
    margin: 0 auto 6px auto;
}
footer .footer_link {
    width: 124px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2.0rem;
    font-weight: 500;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
footer .footer_link a {
    display: inline-block;
    width: 100%;
}

@media screen and ( max-width:768px ) {
    footer {
        width: 100%;
        padding: 12px 0;
    }
    footer h1 {
        width: 48.15%;
        margin: 0 auto 6px auto;
    }
    footer .footer_link {
        width: 77px;
        margin: 0 auto;
        text-align: center;
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 12px;
        line-height: 1.2rem;
        border-left: 0.5px solid #000;
        border-right: 0.5px solid #000;
    }
}
@media screen and ( max-width:414px ) {
}

#PageTop {
    position: fixed;
    width: 110px;
    bottom: 80px;
    right: 74px;
}
#PageTop a {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 110px;
    padding: 44px 0 26px 0;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #8377b4;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2.0rem;
    font-weight: 500;
}
#PageTop a::before {
    position: absolute;
    top: 18px;
    left: 50%;
    display: inline-block;
    content: '';
    width: 22px;
    height: 13px;
    background-image: url("../img/icon-PageTop.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#PageTop a:hover::before {
    top: 9px;
}
#PageTop a::after {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    content: '';
    width: 44px;
    height: 47px;
    background-image: url("../img/icon-PageTop02.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateX(23.5%);
    -ms-transform: translateX(23.5%);
    transform: translateX(23.5%);
}

@media screen and ( max-width:768px ) {
    #PageTop {
        position: fixed;
        width: 65px;
        bottom: 40px;
        right: 22px;
    }
    #PageTop a {
        width: 65px;
        padding: 25px 0 16px 0;
        border: 1px solid #fff;
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 12px;
        line-height: 1.2rem;
    }
    #PageTop a::before {
        top: 10px;
        width: 14px;
        height: 9px;
    }
    #PageTop a:hover::before {
        top: 5px;
    }
    #PageTop a::after {
        width: 28px;
        height: 30px;
    }
}
@media screen and ( max-width:414px ) {
}

/*アコーディオン*/
.acChild {
	display: none;
	/*はじめは非表示*/
}

.acParent::after {
	position: absolute;
    bottom: -4em;
    right: -4px;
    content: '';
	width: 100%;
	height: 4em;
	background: #008bd5;
    border: 4px solid #008bd5;
	border-radius: 0 0 35px 35px;
    background-image: url("../img/ac-open.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 60%;
}

#decoration .acParent::after {
	background: #8377b4;
    border: 4px solid #8377b4;
    background-image: url("../img/ac-open.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 60%;
}
#StampRally .acParent::after {
	background: #f0a0c3;
    border: 4px solid #f0a0c3;
    background-image: url("../img/ac-open.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 60%;
}
#Quize .acParent::after {
	background: #6cc8f2;
    border: 4px solid #6cc8f2;
    background-image: url("../img/ac-open.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 60%;
}
#FreeTicket .acParent::after {
	background: #7ecfb4;
    border: 4px solid #7ecfb4;
    background-image: url("../img/ac-open.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 60%;
}
#goods .acParent::after {
	background: #f5c771;
    border: 4px solid #f5c771;
    background-image: url("../img/ac-open.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 60%;
}

#decoration .acParent.close::after,
#StampRally .acParent.close::after,
#Quize .acParent.close::after,
#FreeTicket .acParent.close::after,
#goods .acParent.close::after{
    background-image: url("../img/ac-close.png");
	transition: all 0.3s;
}

@media screen and ( max-width:768px ) {
	.acParent::after {
    	bottom: -3em;
    	right: -2px;
    	content: '';
		width: 100%;
		height: 3em;
		background: #008bd5;
    	border: 2px solid #008bd5;
		border-radius: 0 0 12px 12px;
    	background-image: url("../img/ac-open.png");
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: auto 60%;
	}
	#decoration .acParent::after {
		background: #8377b4;
    	border: 2px solid #8377b4;
    	background-image: url("../img/ac-open.png");
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: auto 60%;
	}
	#StampRally .acParent::after {
		background: #f0a0c3;
    	border: 2px solid #f0a0c3;
    	background-image: url("../img/ac-open.png");
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: auto 60%;
	}
	#Quize .acParent::after {
		background: #6cc8f2;
    	border: 2px solid #6cc8f2;
    	background-image: url("../img/ac-open.png");
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: auto 60%;
	}
	#FreeTicket .acParent::after {
		background: #7ecfb4;
    	border: 2px solid #7ecfb4;
    	background-image: url("../img/ac-open.png");
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: auto 60%;
	}
	#goods .acParent::after {
		background: #f5c771;
    	border: 2px solid #f5c771;
    	background-image: url("../img/ac-open.png");
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: auto 60%;
	}
}

/*ポップアップ（複数OK）*/
/* モーダル全体(背景＋本体) */
.modal{
  z-index: 20;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 95vh;
  /*overflow: scroll;*/
}

/*閉じるボタンの位置*/
.modal-close{
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c ;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-indent: 0	
}
a.modal-close:hover{
	text-decoration: none;	
	color: #2b2e38 
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/*表示サイズは画像で固定*/
.modal-content img{
	height:90vh;
 	object-fit:contain;
}

/*正解*/
.correct a.dl{
    position: absolute;
    bottom: 17%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 45%;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    padding: 4px 0;
    border-radius: 40px;
    border: 2px solid #00b8ee;
    color: #00b8ee;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    font-weight: 700;
}
.correct a.dl:hover{
    background-color: #e283ac;
    border: 2px solid #fff;
    color: #fff;
}

.correct a.close{
    position: absolute;
    bottom: 11%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 25%;
    background-color: #00b8ee;
    text-align: center;
    display: inline-block;
    padding: 4px 0;
    border-radius: 40px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 17px;
    line-height: 1.7rem;
    font-weight: 700;
}
.correct a.close:hover{
}

/*不正解*/
.incorrect a.retern{
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 75%;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    padding: 4px 0;
    border-radius: 40px;
    border: 3px solid #8377b4;
    box-shadow: 3px 3px #8377b4;
    color: #8377b4;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 50px;
    line-height: 5.0rem;
    font-weight: 700;
}
.incorrect a.retern:hover{
    background-color: #8377b4;
    color: #fff;
}

@media screen and ( max-width:768px ) {
	.modal-content{
	  	width: 90%;
	}
	.correct a.dl{
    	bottom: 19%;
	}
	.correct a.close{
    	bottom: 13%;
	}
	.incorrect a.retern{
    	bottom: 31%;
    	line-height: 40px;
    	line-height: 4.0rem;
	}
}
