body {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    background: radial-gradient(#004091,#0184d9);
    font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
    -webkit-appearance: none;
}
main {
    background-color: #fff;
}
a {
    text-decoration: none;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pc {
    display: none;
}
.sp {
    display: block;
}
.small_text {
    font-size: 14px;
}
.enjoy {
    position: absolute;
    top: 28px;
    left: 76px;
    transform: rotate(353deg);
    color: #fff;
    opacity: 0.8;
}
header h1.logo {
    padding: 5px 0;
    margin: 0;
    background-color: #fff;
}
header h1.logo img {
    width: 60px;
    margin:  0 auto;
}
.contents_box {
    position: relative;
    border: solid 1px #f0f0f0;
    background-color: #fff;
}
.contents_box p {
    padding-left: 14%;
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
}
.bayticke::before{
content: '';
    position: absolute;
    top: 20px;
    right: 12%;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-image: url(../img/bayticke.jpg?v=1);
    background-size: cover;
}
main img {
    width: 100%;
}
.content {
    padding: 0 20px;
}
.h1 {
    background-image: url(../img/tanoshimi_back.png?v=1);
    background-size: contain;
    margin: 0;
    padding: 20px 0;
}
.h1 img {
    width: 75%;
}
.h2 {
    padding: 16px 10px;
    background-color: #098fe7;
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}
.h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 10px;
    color: #0032a1;
}
p {
    font-size: 14px;
    margin: 0;
}
video {
    width: 100%;
}
.text_color-accent {
    color: #cc3333;
}
.attention {
    font-size: 13px;
    display: flex;
}
.sns-content {
    background-color: #098fe7;
    align-items: center;
    color: #fff;
    padding: 20px 25px;
    justify-content: space-between;
}
.icon_box {
    display: flex;
    width: 90%;
    margin: 0 auto;
}
.sns-content img{
    width: 80%;
    border-radius: 12px;
}
.sns-content a {
    text-align: center;
}

.footer-logo {
    background-color: #fff;
    text-align: center;
}
.footer-logo img {
    width: 100%;
    padding: 18px 85px;
}
.movie{
	position: relative;
	width: 100%;
	margin:0 auto;
}
.movie video{
	width: 100%;
}
.movie .play-btn{
	display: block;
	width: 20%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.movie .play-btn.playActive{
    display:none;
}
@media screen and (min-width:768px){
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
}