@charset "UTF-8";

/* 基本設定
------------------------------------------------------------ */
*{
	line-height:1.6;
    /*
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    
    
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, Verdana, Meiryo, sans-serif, "Yu Gothic Medium", "Yu Gothic";
    */
    
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-family:  YakuHanJP,Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: .8px;
}
b, strong, .bold{
    /*
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    */
    /*
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    */
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-family:  YakuHanJP,Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}

/* IEだけに適応 */
/*
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}
*/
.clear{
    clear: both;
}
/*** 文字設定 ***/
p{
	margin:0;
	padding:0;
}
/* 句読点の文字間を詰める */
.ls--3px{
	letter-spacing:-3px;
}
/*** 余白設定 ***/
/* 画像中央 */
.mar-auto{
	margin-left:auto;
	margin-right:auto;
}
/* 段落後の余白 */
.mar-b10px{
	margin-bottom:10px;
}
/* 段落後の余白 */
.mar-b15px{
	margin-bottom:15px;
}
.img-box {
  position: relative;
}
.img-box .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s; // ゆっくり
}
.img-box:hover .active {
  opacity: 1;
}

/*** Bootstrap変更分 ***/
/* ボックスサイズ（含む） */
.selector-for-some-widget {
	box-sizing: content-box;
}

/* リンク設定
------------------------------------------------------------ */
a{
	color:rgba(253,150,182,1.00);
}


/* スマホ・PC 表示切換え
------------------------------------------------------------ */
.pc_only{
	display:inline-block;
}
.tab_only{
	display:none;
}
.sp_only{
	display:none;
}

/* ヘッダー
------------------------------------------------------------ */
/* タイトル アニメーション */
.cs_b{
    animation: cs_b1 0.7s 1 linear;
	opacity: 1;
}
@keyframes cs_b1 {
	0% {
        opacity: 0;
        transform: scale(0.8);
	}
	80% {
        opacity: 1;
        transform: scale(1.1);
	}
	100% {
        opacity: 1;
        transform: scale(1.0);
	}
}

.cs_c{
    animation: cs_c1 0.7s 1 linear;
	opacity: 1;
}
@keyframes cs_c1 {
	0% {
        opacity: 1;
	}
	100% {
        opacity: 1;
	}
}

#cs2,
#icon{
    visibility:hidden;
}
#cs2.cs_c,
#icon.cs_c{
    animation: cs_c1 .7s 1 linear;
    visibility:visible;
}
#icon.cs_icon{
    animation: cs_icon 0.7s 1 linear;
	opacity: 1;
    visibility:visible;
}
@keyframes cs_icon {
	0% {
        opacity: 0;
	}
	100% {
        opacity: 1;
	}
}
#cs3{
	opacity: 1 !important;
}
@keyframes cs_c1 {
	0% {
        display: block;
        opacity: 0;
        transform: scale(0.8);
	}
	
	80% {
        opacity: 1;
        transform: scale(1.1);
	}
	100% {
        opacity: 1;
        transform: scale(1.0);
	}
}
@keyframes cs_c1 {
	0% {
        display: block;
        opacity: 0;
        transform: scale(0.8);
	}
	
	80% {
        opacity: 1;
        transform: scale(1.1);
	}
	100% {
        opacity: 1;
        transform: scale(1.0);
	}
}
/* アニメーション */
header .mainimg{
    animation: maincha .6s 1 linear;
	display: inherit!important;
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transition: all .6s;
	transition: all .6s;
}
@keyframes maincha {
	0% {
		top:95px;
        opacity: 0;
	}
	75% {
        top:15px;
        top:-15px;
        opacity: 1;
	}
	100% {
        top:45px;
        top:15px;
        opacity: 1;
	}
}
header{
	position:relative;
    overflow: hidden;
    background:rgba(255,255,255,1.00) url(../img/mainimg_bg.png) repeat center top;
}
header .container{
	position:relative;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-top:39px;
}
header h1{
    position: absolute;
    left: 53px;
	opacity: 0;
	width: 365px;
}
header h1 img{
	width: 365px;
}

#mi{
	display: none;
	position: absolute;
	width: 800px;
	top: 45px;
	top: 10px;
  left: calc(50% - 2%);
  transform: translateX(-50%);
  -webkit-: translateX(-50%);
}

header .header_in2{
    padding-bottom: 600px;
    padding-bottom: 585px;
}
header .btn_entry{
    position: absolute;
	right: 0;
    top: 530px;
    top: 315px;
    transition: 0.3s;
	pointer-events: none;
}
header .btn_entry img{
	width: 283px;
}
/* SNSアイコン */
header .icon{
    position: absolute;
    top:0;
    right: 0;
}
header .icon li{
    display: block;
    list-style: none;
    float:left;
}
header .icon li:nth-child(1){
    position: absolute;
    top:0;
    right: 0;
    right: 60px;
}
header .icon li:nth-child(2){
    position: absolute;
    top:0;
    right: 0;
}
header .icon li a{
    position: absolute;
    top:0;
    right: 0;
    display: block;
    z-index: 100;
}
.wave{
    position: relative;
    background: url(../img/wave.png) repeat-x center bottom;
    height: 15px;
    background-size: 1750px 71px;
    background-size: 1750px 71px;
    margin-top: -36px;
    animation: wave 20s infinite linear;
}
@keyframes wave {
	0% {
		background-position:-30.33333333333333vw 0px;
	}
	100% {
		background-position:0vw 0px;
	}
}
.wave2{/*
    position: relative;
    */
    background: url(../img/wave.png) repeat-x center bottom;
    height: 65px;
    background-size: 1750px 65px;
    animation: wave 20s infinite linear;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    margin-bottom:60px;
    margin-top: -1px;
}
@media screen and (max-width: 872px) {
#mi{
	top:15px;
	right: 0;
	padding-top:0;
}
header .header_in2{
    padding-bottom: 1px;
}

header .container{
    padding-top:0;
}
header h1{
    position: relative;
    left: 0;
    top:15px;
    height: auto;
    margin: 0;
    text-align: center;
    margin-top: 0;
	width: 300px;
}
header h1 img{
	width: 300px;
}
header .mainimg{
    position: relative;
    width: 100%;
    z-index: 100;
}
header .btn_entry{
    position: absolute;
    position: relative;
        top:0;
    left: 0;
    -moz-animation: btn_entry1 5s ease -2s infinite alternate;
    -webkit-animation: btn_entry1 5s ease -2s infinite alternate;
    -o-animation: btn_entry1 5s ease -2s infinite alternate;
    -ms-animation: btn_entry1 5s ease -2s infinite alternate;
    transition: 0.3s;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
    z-index: 200;
}
header .btn_entry2{
    margin-top: 0;
}
header .icon{
    display: none;
}
.wave{
    animation: wave 20s infinite linear;
    margin-top: -95px;
    z-index: 150;
    background: url(../img/wave.png) repeat-x center top;
    height: 120px;
    background-size: auto 40px;
	padding-top: 25px;
}
.wave_in{
    background:rgba(255,255,255,1.00) url(../img/project_tit1_bg2.png) no-repeat center 0;
    background-size: 135% auto;
    padding-bottom: 90px;
}
    /*
*/
.wave2{/*
    position: relative;
    */
    background: url(../img/wave.png) repeat-x center top;
    height: 40px;
    background-size: auto 40px;
    margin-bottom:40px;
}
}
@media screen and (max-width: 760px) {
.wave{
    margin-top: -150px;
    height: 110px;
    height: 105px;
	padding-top: 25px;
}
header{
    background:rgba(255,255,255,1.00) url(../img/mainimg_bg.png) repeat center top;
	background-size: 40px auto;
}
.wave2{
    margin-bottom:33px;
}
#mi{
	width: 115%;
}
header .btn_entry2{
    margin-top: 0;
}
.project h2 img{
	width: 85%;
}
}
    .img_sp{
        display: none;
    }
    .img_pc{
        display: block;
    }
@media screen and (max-width: 590px) {
.wave{
    margin-top: -105px;
	padding-top: 40px;
}
header .container{
    padding-top:0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
header h1{
    width: 160px;
    margin: 0;
	left: 10px;
	left: 24px;
	top: 10px;
}
header h1 img{
    width: 160px;
    height: auto;
}
header .mainimg{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
header .mainimg img{
    position: absolute;
    overflow: hidden;
    width: 87%;
    left:17%;
}
header .btn_entry2{
    margin-top: -18px;
}
header .btn_entry{
	width: 195px;
}
header .btn_entry img{
	width: 195px;
}
    .img_sp{
        display: block;
    }
    .img_pc{
        display: none;
    }
}
/* h2タイトル
------------------------------------------------------------ */
h2{
    text-align: center;
    margin-bottom: 40px;
}

/* h3タイトル
------------------------------------------------------------ */
h3{
    text-align: center;
    font-size: 18px;
}

/* プロジェクト
------------------------------------------------------------ */
.project{
    background:rgba(255,255,255,1.00) url(../img/project_tit1_bg2.png) no-repeat center 20px;
    padding: 70px 0 0;
}
.project .container{
    max-width: 1050px;
    padding:0 50px;
}
.project h2{
	font-size: 1.0em;
	margin-bottom: 28px;
}
.pro_box1{
    color:rgba(253,150,182,1.00);
    text-align: center;
}
.pro_box1 p{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-family:  YakuHanJP,Lato, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 38px;
    font-weight: 700;
    font-size: 18px;
}
.pro_box2{
    background:rgba(254,151,183,1.00);
    margin: 25px auto 0;
    padding: 25px 25px 20px;
    border-radius:100vh;
    -moz-border-radius:100vh;
    -webkit-border-radius:100vh;
    -o-border-radius:100vh;
    -ms-border-radius:100vh;
    text-align: center;
	max-width: 750px;
}
.pro_box2 h3{
    margin-bottom: 10px;
}
.pro_box2 p{
    color:rgba(255,255,255,1.00);
    font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}
.banner{
	clear: both;
    overflow: hidden;
	padding-top: 50px;
}
.banner ul{
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
    max-width: 820px;
}
.banner li{
    list-style: none;
    float: left;
    padding: 0 25px;
    padding: 0 15px;
    width: calc(100%/3);
    width: calc(100%/2);
}
.banner li img{
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 872px) {
.header{
	margin-bottom: -7px;
	}
.project{
    /*
    background:rgba(255,255,255,1.00) url(../img/project_tit1_bg2.png) no-repeat center 0;
    */
    background:none;
    background-size: 100% auto;
    padding: 25px 0 9px;
    padding: 0 0 9px;
}
.project .container{
    padding:0 15px;
    padding:0 20px;
}
.project h2{
    margin-bottom: 16px;
}
.pro_box1{
    font-weight: bold;
}
.pro_box1 p{
    line-height: 1.8em;
    font-size: 14px;
    text-align: left;
}
.pro_box2{
    margin: 30px 0 50px;
    margin: 25px 0 30px;
    padding: 40px 15px;
    padding: 40px 20px;
    padding: 20px 20px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    -o-border-radius:15px;
    -ms-border-radius:15px;
    text-align: left;
	margin-bottom: 0;
}
.pro_box2 h3{
    margin-bottom: 10px;
	font-size: 1.0em;
}
.pro_box2 h3 img{
	height: 15px;
	width: auto;
	margin: 0 auto;
}
.pro_box2 p{
    line-height: 25.5px;
    font-size: 13.5px;
}
.banner ul{
    padding: 0;
}
.banner li{
    float:none;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
    max-width: 360px;
    width: 100%;
}
}
/* NEWS／公式Twitter
------------------------------------------------------------ */
.news_tw .container{
    max-width: 1040px;
    padding:0 25px;
}
.news_tw{
    overflow: hidden;
    background:rgba(255,236,242,1.00);
    padding: 0 0 60px;
}
.news_tw h2{
	width: 160px;
	height: 30px;
	margin: 20px auto 25px;
	font-size: 1.0em;
}
.news{
	width:calc(100% / 2);
	float: left;
    overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}
.news > div{
    overflow: hidden;
    background:rgba(255,255,255,1.00);
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    -o-border-radius:20px;
    -ms-border-radius:20px;
	height: 320px;
}
.news dl{
	padding-left: 25px;
	padding-right: 30px;
}
.news dt{
	width:100px;
	float: left;
	margin-bottom: 25px;
	padding-right: 20px;
}
.news dt p{
	font-size: 15px;
	font-weight: 400;
	color:rgba(100,100,100,1.00);
}
.news dd{
	width:calc(100% - 100px);
	float: left;
	margin-bottom: 15px;
}
.news dd p{
	font-size: 15px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-family:  YakuHanJP,Lato, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
	line-height: 25px;
	color:rgba(254,151,183,1.00);
}
.tw{
	width:calc(100% / 2);
	float: left;
    overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}
.tw > div{
    overflow: hidden;
    background:rgba(255,255,255,1.00);
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    -o-border-radius:20px;
    -ms-border-radius:20px;
	height: 320px;
}
.tw p{
    overflow: hidden;
	padding-left: 20px;
	padding-right: 10px;
}


/* キャラクター紹介
------------------------------------------------------------ */
.character_out .character .cha_box2_out{
    max-width: 1040px;
    padding:0 25px;
	margin-top: 50px;
}
.character .cha_box2 h2{
	width: 160px;
	height: 30px;
	margin: 20px auto 15px;
	font-size: 1.0em;
}
.cha_box2_in{
	width:calc(100% / 2);
	float: left;
    overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}
.cha_box2_in > div{
    overflow: hidden;
    background:rgba(255,255,255,1.00);
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    -o-border-radius:20px;
    -ms-border-radius:20px;
	height: 320px;
}
.cha_box2_in p{
    overflow: hidden;
	padding-left: 20px;
	padding-right: 10px;
}

/* 動画（iframe「YouTube」など） */
.iframe-video{
	overflow: hidden;
	position: relative;
	max-width: calc(100% - 54px);
	margin: 5px auto 0;
}
.iframe-video-in{
	padding-top: 56.25%;
}
.iframe-video iframe{
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}


.character_out{
    overflow: hidden;
    background:rgba(255,255,255,1.00) url(../img/cha_bg.png) repeat center top;
}
.character{
    background:url(../img/cha_tit_bg.png) no-repeat center 15px;
    color:rgba(253,150,182,1.00);
    padding: 50px 0 70px;
}
.character .container{
    max-width: 1050px;
    padding:0 50px;
}
.character h2{
	font-size: 1.0em;
	margin-bottom: 30px;
}
.cha_box1{
    border: 4px solid rgba(227,214,46,1.00);
    border: 4px solid rgba(254,151,183,1.00);
	background: rgba(255,255,255,1.00);
	color: rgba(255,255,255,1.00);
    border-radius:30px;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    -o-border-radius:30px;
    -ms-border-radius:30px;
    margin-bottom: 15px;
    position: relative;
}
.cha_box1_img{
    position: absolute;
    bottom: 15px;
    right: 26px;
    max-width: 170px;
}
.cha_box1_txt{
	background: rgba(227,214,46,1.00);
	background: rgba(215,205,0,1.00);
	color: rgba(255,255,255,1.00);
    border-radius:0 0 26px 26px;
    -moz-border-radius:0 0 26px 26px;
    -webkit-border-radius:0 0 26px 26px;
    -o-border-radius:0 0 26px 26px;
    -ms-border-radius:0 0 26px 26px;
    padding:40px 52px;
    padding:34px 52px 27px;
}
.cha_box1 p{
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-family:  YakuHanJP,Lato, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:rgba(255,255,255,1.00);
    line-height: 29px;
}
.cha_box1 p.mar-t15px{
	margin-top: 15px;
}

@media screen and (max-width: 872px) {
.character_out .character .cha_box2_out{
	margin-top: 35px;
}
.character{
    background:url(../img/cha_tit_bg.png) no-repeat center 15px;
	background-size: 140% auto;
}
.character .container{
    padding:0 25px;
}
.cha_box2_in{
	width: 100%;
	float:inherit;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 23px;
}
.cha_box2_in > div{
	height: auto;
	padding-bottom: 20px;
    border-radius:12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    -o-border-radius:12px;
    -ms-border-radius:12px;
}
.news_tw {
	padding-bottom: 30px;
}
.tw,
.news{
	width: 100%;
	float:inherit;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 23px;
}
.tw > div,
.news > div{
	height: auto;
	padding-bottom: 20px;
    border-radius:12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    -o-border-radius:12px;
    -ms-border-radius:12px;
}
.news dt{
	width:80px;
}
.news dd{
	width:calc(100% - 80px);
}
.news dt p{
	font-size: 12px;
	line-height: 19px;
}
.news dd p{
	font-size: 13px;
	line-height: 19px;
	min-height: 32px;
}
.banner{
	padding-top: 12px;
}
.character{
    padding: 35px 0 32px;
}
.cha_box1{
	border-width: 3px;
    border-radius:17px;
    -moz-border-radius:17px;
    -webkit-border-radius:17px;
    -o-border-radius:17px;
    -ms-border-radius:17px;
    margin-bottom: 0;
}
.cha_box1_txt_in{
    width: 100%;
}
.cha_box1 p{
	font-size: 14px;
    letter-spacing: 0;
    line-height: 25px;
	text-align: left;
}
.cha_box1_img{
    position: relative;
    bottom: inherit;
    right: inherit;
    display: none;
    visibility: hidden;
}
.cha_box1_txt{
    border-radius:0 0 10px 10px;
    -moz-border-radius:0 0 10px 10px;
    -webkit-border-radius:0 0 10px 10px;
    -o-border-radius:0 0 10px 10px;
    -ms-border-radius:0 0 10px 10px;
    padding:20px 20px;
    padding:20px 19px 22px;
}
.cha_box1 p.mar-t15px{
	margin-top: 18px;
}
.cha_box1 .txt_sp{
    margin-bottom: 0;
}
}
@media screen and (max-width: 768px) {
.character_out{
    background:rgba(255,255,255,1.00) url(../img/cha_bg.png) repeat center top;
	background-size: 40px auto;
}
.project{
    padding: 0 0 4px;
}
.tw{
	margin-bottom: 5px;
}
.news dl{
	padding-left: 17px;
	padding-right: 17px;
}
.news dt{
	margin-bottom: 14px;
}
.news dt p{
	line-height: 17px;
}
.news dd{
	margin-bottom: 14px;
}
.news dd p{
	line-height: 17px;
	min-height:inherit;
}
.character h2{
	margin-bottom: 23px;
}
.cha_box1{
	/*
    border: 3px solid rgba(227,214,46,1.00);
    border: 3px solid rgba(215,205,0,1.00);
	*/
    border-radius:17px;
    -moz-border-radius:17px;
    -webkit-border-radius:17px;
    -o-border-radius:17px;
    -ms-border-radius:17px;
    margin-bottom: 0;
}
.cha_box1_txt{
	padding-bottom: 27px;
}
.banner li{
	padding-left: 25px;
	padding-right: 25px;
    width: 100%;
}
/* 動画（iframe「YouTube」など） */
.iframe-video{
	max-width: calc(100% - 34px);
}
}

/* グランプリ発表
------------------------------------------------------------ */
.gp_out{
    overflow: hidden;
    background:rgba(255,255,255,1.00) url(../img/gp_bg.png) repeat center top;
}
.gp{
    background:url(../img/gp_tit1_bg.png) no-repeat center 32px;
    color:rgba(253,150,182,1.00);
    padding: 62px 0 70px;
}
.gp h2{
    margin-bottom: 37px;
}
.gp h2.gp_h2{
    margin-top: 32px;
    margin-bottom: 27px;
}
.gp .container{
    max-width: 1050px;
    padding:0 50px;
}
.gp .gp_txt{
	clear: both;
	font-size: 12px;
	font-weight: 400;
    color:rgba(227,214,46,1.00);
	margin-bottom: 45px;
}
.gp_box2{
	float: left;
	width: 50%;
    margin-bottom: 13px;
    margin-bottom: 10px;
}
.gp_box2_l{
	padding-right: 15px;
}
.gp_box2_r{
	padding-left: 15px;
}
.gp_box2 div{
	background: rgba(227,214,46,1.00);
	color: rgba(255,255,255,1.00);
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    -o-border-radius:20px;
    -ms-border-radius:20px;
    padding:25px 60px;
    padding:25px 60px 20px;
}
.gp_box2 h3{
    background:rgba(255,255,255,1.00);
    color:rgba(227,214,46,1.00);
    max-width: 98px;
	width: 100%;
    text-align: center;
    border-radius:100vh;
    -moz-border-radius:100vh;
    -webkit-border-radius:100vh;
    -o-border-radius:100vh;
    -ms-border-radius:100vh;
    margin: 0 auto 15px;
    padding: 6px;
    font-weight: bold;
	font-size: 15px;
	line-height: 1.0;
	letter-spacing: 3px;
}
.gp_box2 p{
    color:rgba(255,255,255,1.00);
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
	font-size: 18px;
}
.gp_box3{
	background: url(../img/gp_2_2.png) no-repeat bottom rgba(253,150,182,1.00);
	background-size: contain;
	color: rgba(255,255,255,1.00);
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    -o-border-radius:20px;
    -ms-border-radius:20px;
    padding:44px 60px 69px;
    padding:44px 60px 39px;
}
.gp_box3 h3{
	margin-bottom: 35px;
}
.gp_box3_txt{
    width: calc(100% - 250px + 55px);
}
.gp_box3 p{
    color:rgba(255,255,255,1.00);
    margin: 0 auto;
    font-weight: bold;
	font-size: 16px;
    line-height: 1.9;
}
@media screen and (max-width: 872px) {
.gp{
    background:url(../img/gp_tit1_bg.png) no-repeat center 25px;
    background-size: 100% auto;
    padding: 21px 0 60px;
}
.gp .container{
    padding:0 30px;
}
.gp h2{
    margin-bottom: 25px;
}
.gp h2.gp_h2{
    margin-top: 29px;
    margin-bottom: 19px;
}
.gp_txt .txt_sp{
    margin-bottom: 0;
}
.gp_box3{
	background: none rgba(253,150,182,1.00);
    border-radius:17px;
    -moz-border-radius:17px;
    -webkit-border-radius:17px;
    -o-border-radius:17px;
    -ms-border-radius:17px;
    padding:30px 19px 24px;
    margin-bottom: 0;
}
.gp_box3 h3{
    margin: 0 auto;
    text-align: center;
}
.gp_box3 h3 img{
    max-width: 195px;
    width: 100%;
    margin: 0 auto;
	margin-bottom: 19px;
	margin-bottom: 17px;
}
.gp_box3_txt{
    width: 100%;
}
.gp_box3 p{
    margin: 0 auto;
	font-size: 14px;
}
.gp_box3 .gp_box3_txt .txt_sp{
    margin-bottom: 0;
}
}
@media screen and (max-width: 768px) {
.gp{
    background-size: 115% auto;
    padding-bottom: 35px;
}
.gp .container{
    padding:0 15px;
}
.gp h2.gp_h2{
    margin-top: 14px;
    margin-bottom: 17px;
}
.gp_box2{
	float: none;
	width: 100%;
    margin-bottom: 8px;
    margin-bottom: 6px;
    margin-bottom: 3px;
}
.gp_box2 div{
    border-radius:17px;
    -moz-border-radius:17px;
    -webkit-border-radius:17px;
    -o-border-radius:17px;
    -ms-border-radius:17px;
    padding:17px 19px 19px;
}
.gp_box2_l{
	padding-right: 0;
    margin-bottom: 23px;
}
.gp_box2_r{
	padding-left: 0;
}
.gp_box2 h3{
    max-width: 175px;
	width: 100%;
    margin: 0 auto 10px;
    padding: 10px;
	font-size: 13px;
}
.gp_box2 p{
	font-size: 15px;
}
.gp .gp_txt{
	margin-bottom: 26px;
	font-size: 11px;
    letter-spacing: 0;
}
.gp .gp_txt .txt_sp{
    margin-bottom: 0;
}
}

.txt_pc{
    display: block;
    
}
.txt_sp{
    display: none;
}
/* 活動紹介
------------------------------------------------------------ */
.work_out{
    overflow: hidden;
    background:rgba(255,255,255,1.00) url(../img/work_bg.png) repeat center top;
}
.work{
    background:url(../img/work_tit_bg.png) no-repeat center 10px;
    color:rgba(253,150,182,1.00);
    padding: 50px 0 70px;
}
.work_out .container{
    overflow: hidden;
    max-width: 1057px;
    margin: 0 auto;
	padding: 0 !important;
    text-align: center;
}
.work_out h2{
	font-size: 100%;
	margin-bottom: 0;
}
.work_box_out{
	width:100%;
	text-align: center;
	margin: 0 auto;
}
.work_box{
	width:calc(100% / 3);
	padding: 0 14px;
	text-align: center;
	margin: 30px auto 0;
	display: block;
	float: left;
}
.work_box > div {
	border:2px solid rgba(254,151,183,1.00);
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    -o-border-radius:15px;
    -ms-border-radius:15px;
	margin: 0 auto;
	text-align: center;
}
.work_box > div .img_box {
	background:rgba(255,255,255,1.00);
    border-radius:13px 13px 0 0;
    -moz-border-radius:13px 13px 0 0;
    -webkit-border-radius:13px 13px 0 0;
    -o-border-radius:13px 13px 0 0;
    -ms-border-radius:13px 13px 0 0;
	padding: 17px 20px;
}
.work_box > div .txt_box {
	background:rgba(254,151,183,1.00);
	padding: 17px 20px 30px;
	text-align: left;
    border-radius:0 0 10px 10px;
    -moz-border-radius:0 0 10px 10px;
    -webkit-border-radius:0 0 10px 10px;
    -o-border-radius:0 0 10px 10px;
    -ms-border-radius:0 0 10px 10px;
}
.work_box > div .txt_box .tit {
	display: inline-block;
	background:rgba(255,255,255,1.00);
	color:rgba(254,151,183,1.00);
	font-size: 13px;
	font-weight: 700;
    border-radius:100vh;
    -moz-border-radius:100vh;
    -webkit-border-radius:100vh;
    -o-border-radius:100vh;
    -ms-border-radius:100vh;
	padding: 0 20px;
}
.work_box > div .txt_box .no_tit {
	background: rgba(254,151,183,1.00);
}
.work_box > div .txt_box .w_txt {
	color:rgba(255,255,255,1.00);
	font-size: 18px;
	font-weight: 700;
	margin:10px 10px 0;
	line-height: 28px;
}
.clear{
	clear: both;
}
@media screen and (max-width: 768px) {
.work_out{
    background:rgba(255,255,255,1.00) url(../img/work_bg.png) repeat center top;
	background-size: 40px auto;
}
.work{
    background:url(../img/work_tit_bg.png) no-repeat center 16px;
	background-size: auto 70px;
    padding: 33px 0 34px;
}
.work_box{
	width:100%;
	padding-left: 17px;
	padding-right: 17px;
	margin-top: 19px;
}
.work_box > div {
    border-radius:12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    -o-border-radius:12px;
    -ms-border-radius:12px;
}
.work_box > div .txt_box .no_tit {
	display: none;
}
}


/* お問い合わせ先
------------------------------------------------------------ */
.contact{
    background: rgba(253,150,182,1.00);
    padding: 60px 20px 55px;
}
.contact h3{
    clear: both;
    background:rgba(255,255,255,1.00);
    color:rgba(253,150,182,1.00);
    max-width: 234px;
    text-align: center;
    border-radius:100vh;
    -moz-border-radius:100vh;
    -webkit-border-radius:100vh;
    -o-border-radius:100vh;
    -ms-border-radius:100vh;
    margin: 0 auto 20px;
    padding: 12px;
    font-weight: bold;
}
.contact p{
    color:rgba(255,255,255,1.00);
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 2.0em;
}
.contact p a{
    color:rgba(255,255,255,1.00);
}
.contact p span.px15{
    font-size: 15px;
    font-weight: normal;
    display: block;
    margin-top: -5px;
}
.contact p span.px15_2{
    font-size: 15px;
    font-weight: normal;
}
@media screen and (max-width: 872px) {
.contact{
    padding: 30px 0;
    text-align: center;
}
.contact .container{
    padding:0 30px;
}
.contact h3{
    margin: 0 auto 25px;
    font-size: 17px;
}
.contact p{
    line-height: 1.8em;
    font-size: 14px;
}
}
@media screen and (max-width: 768px) {
.txt_pc{
    display: none;
}
.txt_sp{
    display: block;
}
}
@media screen and (max-width: 500px) {
.contact p{
    text-align: left;
}
}

/* フッター
------------------------------------------------------------ */
.footer{
    background:rgba(255,255,255,1.00);
    color:rgba(253,150,182,1.00);
    text-align: center;
    font-size: 14px;
    padding: 20px 20px 14px;
}

@media screen and (max-width: 872px) {
.footer{
    padding: 10px 20px 7px;
    font-size: 13px;
}
}

/* ------------------------------------------------------------
　横幅 990px以下のとき
------------------------------------------------------------ */

@media screen and (max-width: 1000px) {
.tab_only{
	display:block;
}
}
/* ------------------------------------------------------------
　スマホ用（横幅 768px以下のとき）
------------------------------------------------------------ */
@media screen and (max-width: 768px) {
/*** 文字設定 ***/
p{
	font-size:15px;
}

/* スマホ・PC 表示切換え
------------------------------------------------------------ */
.pc_only{
	display:none;
}
.sp_only{
	display:inline-block;
}
.tab_only{
	display:none;
}
}
.twitter-timeline{
    width: 100%  !important;
    font-size: 14px !important;
    line-height: 14pt!important;
    word-break:break-all;
}
.SandboxRoot .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    word-break:break-all;
    }
@media only screen and (max-width: 780px) {
  .cha_box3_2{
    overflow: hidden;
  }
  .cha_box3_2 iframe{
    /* 20pxの部分は埋め込んだタイムラインの左右に必要な余白の総計を記載 */
    width: 100vw !important;
  }
}
