@charset "UTF-8";

* {
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-feature-settings: "palt";
}

body {
    background:#cce9fd;
    font-size:62.5%;
    line-height:1.6;
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    color:#000;
}


table {
    border:none;
    border-collapse: collapse;
}


ul, ol, li {
    list-style:none;
}


img {
    vertical-align: bottom;
}


a {
    text-decoration:none;
}


.font_corporate {
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: normal;
}



.mb-xxsmall {margin-bottom:5px !important;}
.mb-xsmall {margin-bottom:10px !important;}
.mb-small {margin-bottom:15px !important;}
.mb-medium {margin-bottom:30px !important;}
.mb-large {margin-bottom:50px !important;}
.mb-xlarge {margin-bottom:70px !important;}
.mb-xxlarge {margin-bottom:100px !important;}

@media all and (max-width:560px) {
.mb-xxsmall {margin-bottom:5px !important;}
.mb-xsmall {margin-bottom:10px !important;}
.mb-small {margin-bottom:15px !important;}
.mb-medium {margin-bottom:20px !important;}
.mb-large {margin-bottom:30px !important;}
.mb-xlarge {margin-bottom:50px !important;}
.mb-xxlarge {margin-bottom:70px !important;}    
}


.ta-c {text-align:center !important;}


.sec_inner {
    width:96%;
    max-width:1080px;
    margin:0 auto;
}


.sec_present .sec_inner {
    width:100%;
    max-width:1080px;
    margin:0 auto;
}


/* MV */
.mv {
    width:100%;
    padding-top:63%;
    background:url("../images/mv.jpg") no-repeat center top;
    background-size:cover;
    position:relative;
}


@media all and (max-width:560px) {
.mv {
    width:100%;
    padding-top:115%;
    background:url("../images/mv_sp.jpg") no-repeat center top;
    background-size:cover;
    position:relative;
}   
}


.curved_bg {
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
}


.curved_bg img {
    width:100%;
}



/* キャンペーン概要 */
.sec_summary {
    width:100%;
    background:#00a8ee;
    padding:100px 0 0;
    overflow: hidden;
}



.block_concept {
    width:100%;
    padding:50px 50% 150px 0;
    position:relative;
    font-size:2.1em;
    color:#FFF;
    font-weight:500;
    line-height:2em;
}


.ttl_concept {
    width:100%;
    height:200px;
    text-align:center;
    position:relative;
}


.ttl_concept::before {
    content:"";
    display:block;
    width:100%;
    height:10px;
    background:#fff799;
    position:absolute;
    top:40%;
}


.ttl_concept h3 {
    width:365px;
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%);
}


.ttl_concept h3 img {
    width:100%;
}


.img_concept {
    width:48%;
    position:absolute;
    bottom:0;
    right:0;
}


.img_concept img {
    width:100%;
}


@media all and (max-width:768px) {
.ttl_concept {
    width:100%;
    height:150px;
    text-align:center;
    position:relative;
}
    
.block_concept {
    width:100%;
    padding:50px 50% 150px 0;
    position:relative;
    font-size:2.1em;
    color:#FFF;
    font-weight:500;
    line-height:1.6em;
} 
    
.img_concept {
    width:70%;
    position:absolute;
    bottom:0;
    right:-150px;
}
}


@media all and (max-width:560px) {
.sec_summary {
    width:100%;
    background:#00a8ee;
    padding:50px 0 0;
    overflow: hidden;
}
    
.ttl_concept {
    width:100%;
    height:120px;
    text-align:center;
    position:relative;
}
    
.ttl_concept h3 {
    width:230px;
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%);
    
}
    
.block_concept {
    width:100%;
    padding:0;
    position:static;
    font-size:1.6em;
    color:#FFF;
    font-weight:500;
    line-height:1.6em;
} 
    
.img_concept {
    width:100%;
    position:static;
    bottom:auto;
    right:auto;
}
}



/* 魅力ゲッツ */
.sec_movie {
    width:100%;
    padding:100px 0 150px;
}


.ttl_movie {
    width:100%
}


.ttl_movie img {
    width:100%;
}


.list_movie {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}



.list_movie li {
    width:48%;
    text-align:center;
    font-size:2.4em;
    color:#014099;
    border-radius: 5px;
    overflow: hidden;
    margin:0 0 30px;
}


a.box_thumb {
    display:block;
    width:100%;
    position:relative;
    margin:0 0 10px;
    background:#000;
    font-weight:600;
}


a.box_thumb::before {
    content:"PLAY";
    display:block;
    box-sizing: border-box;
    width:100px;
    height:100px;
    padding:20px 0 0;
    border:1px solid #FFF;
    border-radius: 50%;
    background:#000;
    color:#FFF;
    text-align:center;
    font-size:18px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    opacity:0;
    transition:all .3s ease;
    z-index:4;
}


a.box_thumb::after {
    display:block;
    width:0;
    height:0;
    content:"";
    border-left:10px solid #FFF;
    border-top:7px solid transparent;
    border-bottom:7px solid transparent;
    position:absolute;
    top:55%;
    left:50%;
    transform:translate(-50%, -50%);
    opacity:0;
    transition:all .3s ease;
    z-index:5;
}

@media all and (max-width:768px) {
a.box_thumb::before {
    content:"PLAY";
    display:block;
    box-sizing: border-box;
    width:60px;
    height:60px;
    padding:13px 0 0;
    border:1px solid #FFF;
    border-radius: 50%;
    background:#000;
    color:#FFF;
    text-align:center;
    font-size:13px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    opacity:1;
    transition:all .3s ease;
    z-index:4;
}


a.box_thumb::after {
    display:block;
    width:0;
    height:0;
    content:"";
    border-left:7px solid #FFF;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    position:absolute;
    top:55%;
    left:50%;
    transform:translate(-50%, -50%);
    opacity:1;
    transition:all .3s ease;
    z-index:5;
}
}


@media all and (max-width:560px) {
.sec_movie {
    width:100%;
    padding:50px 0 70px;
}
    
.list_movie li {
    width:100%;
    text-align:center;
    font-size:2.4em;
    color:#014099;
    border-radius: 5px;
    overflow: hidden;
    margin:0 0 20px;
}
}


a.box_thumb img {
    width:100%;
    opacity:1;
    transition:all .3s ease;
}


a.box_thumb:hover img {
    opacity:.8;
}


a.box_thumb:hover::before,
a.box_thumb:hover::after {
    opacity:1;
}




/* 豪華賞品ゲッツ */
.sec_present {
    width:100%;
    padding:100px 0 150px;
    background:#a8ddf7;
    overflow:visible;
}

.block_summary {
    width:100%;
    text-align:center;
    position:relative;
}


.img_boat01 {
    width:350px;
    position:absolute;
    top:70px;
    right:-100px;
}


.img_boat02 {
    width:250px;
    position:absolute;
    top:180px;
    left:-50px;
}


.img_boat01 img, .img_boat02 img {
    width:100%;
}


@media all and (max-width:768px) {
.sec_present {
    width:100%;
    padding:100px 0 150px;
    background:#a8ddf7;
    overflow:hidden;
}
    
.img_boat01 {
    width:200px;
    position:absolute;
    top:80px;
    right:-50px;
}


.img_boat02 {
    width:170px;
    position:absolute;
    top:130px;
    left:-30px;
}    
}


@media all and (max-width:560px) {
.sec_present {
    width:100%;
    padding:100px 0 60px;
    background:#a8ddf7;
    overflow:hidden;
}
    
    
.img_boat01 {
    width:170px;
    position:absolute;
    top:-90px;
    right:-15px;
}


.img_boat02 {
    width:130px;
    position:absolute;
    top:200px;
    left:-20px;
}     
}


.entryTerm {
    display:inline-block;
    font-size:2.4em;
    color:#014099;
    border:3px solid #014099;
    padding:.5em 2em;
    border-radius: 100px;
    background:#FFF;
    font-weight:500;
}


.present_summary {
    font-size:2.4em;
    font-weight:700;
}


.present_summary br {
    display:block;
} 


.present_summary span {
    display:inline;
} 


@media all and (max-width:560px) {
.entryTerm {
    display:inline-block;
    font-size:1.8em;
    color:#014099;
    border:3px solid #014099;
    padding:.5em 1em;
    border-radius: 100px;
    background:#FFF;
    font-weight:500;
}

.present_summary {
    font-size:1.8em;
    font-weight:700;
    padding:0 5%;
}
    
.present_summary br {
    display:none;
}
    
.present_summary span {
    display:block;
}
}


.ttl_present {
    width:90%;
    max-width:760px;
    margin:0 auto 30px;
}


.ttl_present img {
    width:100%;
}


.list_present {
    width:96%;
    max-width:1080px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}


.list_present li {
    width:32%;
    margin:0 0 20px;
    background:#FFF;
    border-radius: 5px;
    overflow:hidden;
    position:relative;
}


.list_present li::before {
    content:"2";
    display:block;
    width:78px;
    height:78px;
    box-sizing: border-box;
    padding:5px 0 0;
    border-radius: 50%;
    background:#f8b551;
    text-align:center;
    position:absolute;
    top:30px;
    right:10px;
    font-size:3em;
    color:#FFF;
    font-weight:600;
}


.list_present li::after {
    content:"名様";
    position:absolute;
    top:73px;
    right:35px;
    font-size:1.6em;
    color:#FFF;
    font-weight:600;
}


@media all and (max-width:768px) {
.list_present li {
    width:48%;
    margin:0 0 20px;
    background:#FFF;
    border-radius: 5px;
    overflow:hidden;
}    
}


@media all and (max-width:560px) {
.list_present li {
    width:100%;
    margin:0 0 20px;
    background:#FFF;
    border-radius: 5px;
    overflow:hidden;
}    
}


.block_present {
    padding:4em 2em 2em;
}


.block_present img {
    width:100%;
}


.block_present p {
    font-size:1.6em;
}

.list_present li h3 {
    font-size:2.8em;
    text-align:center;
    padding:.2em 1em;
}


.list_present li h3.ttl_white {
    background:#dcdcdc;
}


.list_present li h3.ttl_black {
    background:#000;
    color:#FFF;
}

.list_present li h3.ttl_red {
    background:#e60012;
    color:#FFF;
}

.list_present li h3.ttl_blue {
    background:#0068b7;
    color:#FFF;
}

.list_present li h3.ttl_yellow {
    background:#b7aa00;
    color:#FFF;
}

.list_present li h3.ttl_green {
    background:#22ac38;
    color:#FFF;
}


.ttl_product {
    color:#014099;
    font-size:2.6em;
    line-height:1.4;
    text-align:center;
}


.ttl_product span {
    display:block;
    font-size:0.6em;
    font-weight:600;
}


.list_entry {
    width:96%;
    max-width:1080px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}


.list_entry li {
    width:48%;
    margin:0;
}


@media all and (max-width:560px) {
.list_entry li {
    width:100%;
    margin:0;
}
    
    
.list_entry li:first-child {
    width:100%;
    margin:0 0 20px;;
}
}


.list_entry li a {
    display:block;
    width:100%;
    text-align:center;
    background:#FFF;
    color:#014099;
    border:3px solid #014099;
    border-radius: 5px;
    padding:1em 1.5em;
    font-size:2em;
    position:relative;
}


.list_entry li a::before {
    content:"";
    display:block;
    width:10px;
    height:10px;
    border-top:2px solid #014099;
    border-right:2px solid #014099;
    position:absolute;
    right:40px;
    top:50%;
    transform:rotate(45deg) translateY(-50%);
    transition: all .3s ease;
}


.list_entry li a:hover::before {
    right:30px;
}


/* 応募フォーム */
.block_entry {
    width:96%;
    max-width:1080px;
    margin:0 auto;
    padding:50px 50px 80px;
    background:#FFF;
    border-radius: 10px;
}


.ttl_entry {
    font-size:3.6em;
    font-weight:700;
}


@media all and (max-width:560px) {
.ttl_entry {
    font-size:2.4em;
    font-weight:700;
}   
}


.block_entry p {
    font-size:1.6em;
}


.form_body {
    width:100%;
    display:table;
    font-size:1.6em;
}


.form_body dt {
    display:table-cell;
    width:25%;
    padding:1em;
    font-weight:500;
    vertical-align: middle;
}


.form_body dd {
    display:table-cell;
    width:75%;
    padding:1em;
    vertical-align: middle;
}


@media all and (max-width:560px) {
.block_entry {
    width:96%;
    max-width:1080px;
    margin:0 auto;
    padding:20px;
    background:#FFF;
    border-radius: 10px;
}
    
    
.form_body {
    width:100%;
    display:block;
    font-size:1.6em;
}


.form_body dt {
    display:block;
    width:100%;
    padding:1em 0 0;
    font-weight:500;
    vertical-align: middle;
}


.form_body dd {
    display:block;
    width:100%;
    padding:.5em 0 1em;
    vertical-align: middle;
}
}


/* テキストエリア */
input[type="text"] {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
  outline: 0;
}

.input-text {
    width: 100%;
    
}

.input-text input[type="text"] {
  width: 100%;
  padding: 15px;
  border: 1px solid lightgrey;
  border-radius: 5px;
  font-size: 16px;
  transition: border-color ease .2s;
    background:#e8eeee;
}

.input-text input[type="text"]:focus {
  border-color: #5f98e1;
}

/* セレクトボックス */
.cp_ipselect {
	overflow: hidden;
	width: 50%;
	text-align: center;
}


@media all and (max-width:560px) {
.cp_ipselect {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
}


.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 50%;
    transform:translateY(-50%);
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 15px 38px 15px 15px;
	color: #666666;
}


/* チェックボックス */
.list_checkbox {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}


.list_checkbox li {
    width:32%;
    padding:1em;
    font-size:1.6em;
}


@media all and (max-width:560px) {
.list_checkbox li {
    width:100%;
    padding:.7em 1em;
    font-size:1.6em;
}
}


.list_checkbox li input[type="checkbox"]{
    display: none;
}


.list_checkbox li input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}

.list_checkbox li input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color:  #999;
    background-color: #FFF;
}

.list_checkbox li input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #014099;
}


/* テキストエリア */
textarea {
    width:100%;
    font-size:1.6em;
    height:10em;
    padding:1em;
    border:none;
    background:#e8eeee;
}



/* サムネイル付きラジオボタン */
.ttl_odai {
    font-size:.5em;
    color:#FFF;
    background:#014099;
    padding:.5em;
    border-radius: 50px;
    margin:0 0 20px;
}


.list_thumb {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}


.list_thumb li {
    width:48%;
    margin:0 0 50px;
    font-size:1.8em;
}


.list_thumb li img {
    width:100%;
    display:block;
    padding:0 0 10px;
}


.list_thumb li a {
    display:block;
    width:100%;
    padding:.7em;
    border:3px solid #014099;
    color:#014099;
    font-weight:600;
    transition:all .3s ease;
    background:#FFF;
}


.list_thumb li a:hover {
    color:#FFF;
    background:#014099;
}


@media all and (max-width:560px) {
.list_thumb li {
    width:100%;
    margin:0 0 30px;
    font-size:1.8em;
}    
}


/*input[type=radio]+label:before{
    content: "";
    display: inline-block;
    background-size: contain;
    width: 100%;
    padding-top:57.33%;
    border: 3px solid #FFF;
}


input[type=radio][id="odai01"]+label:before{
    background-image: url("../images/img_oogiri01.jpg");
}

input[type=radio][id="odai02"]+label:before{
    background-image: url("../images/img_oogiri02.jpg");
}

input[type=radio][id="odai03"]+label:before{
    background-image: url("../images/img_oogiri03.jpg");
}

input[type=radio][id="odai04"]+label:before{
    background-image: url("../images/img_oogiri04.jpg");
}

input[type=radio][id="odai05"]+label:before{
    background-image: url("../images/img_oogiri05.jpg");
}

input[type=radio][id="odai06"]+label:before{
    background-image: url("../images/img_oogiri06.jpg");
}


input[type=radio]:checked+label::before{
    border: 3px solid orange;
}
input[type=radio]{
    display: none;
} */



/* 同意 */
.block_agreement {
    width:100%;
    padding:1.5em;
    text-align:center;
    font-size:1.6em;
    background:#ededed;
}


/* 送信ボタン */
.block_apply {
    width:100%;
    padding:1.5em;
    text-align:center;
}

.block_apply input[type="submit"],input[type="button"] {
    font-size:3em;
    border:none;
    padding:1em 3em;
    font-weight:bold;
    color:#FFF;
    background:#014099;
    border-radius: 15px;
    transition:all .3s ease;
}


.block_apply input[type="button"]:hover,
.block_apply input[type="submit"]:hover {
    background:#00337a;
}


@media all and (max-width:560px) {
.block_apply {
    width:100%;
    padding:1.5em 1em;
    text-align:center;
}
    
    
.block_apply input[type="submit"],input[type="button"] {
    -webkit-appearance: none;
    font-size:1.8em;
    border:none;
    padding:1.5em;
    font-weight:bold;
    color:#FFF;
    background:#014099;
    border-radius: 15px;
    transition:all .3s ease;
}   
}


/* 来場キャンペーン */
.sec_visit {
    width:100%;
    padding:100px 0 150px;
}


@media all and (max-width:560px) {
.sec_visit {
    width:100%;
    padding:50px 0 60px;
}
}


.block_visit {
    width:100%;
    background:#FFF;
    border-radius: 10px;
    overflow:hidden;
    margin:0 auto;
}


.ttl_visit {
    width:100%;
    padding:25px;
    color:#FFF;
    background:#014099;
    text-align:center;
}


.ttl_visit h3 {
    font-size:3em;
    padding:0 0 10px;
}


.ttl_visit img {
    display:block;
    width:90%;
    max-width:670px;
    margin:0 auto;
}


@media all and (max-width:560px) {
.ttl_visit {
    width:100%;
    padding:20px;
    color:#FFF;
    background:#014099;
    text-align:center;
}

    
.ttl_visit h3 {
    font-size:1.6em;
    padding:0 0 10px;
}
    
.ttl_visit img {
    display:block;
    width:100%;
    max-width:670px;
    margin:0 auto;
}
}


.body_visit {
    width:100%;
    padding:3em 2em;
    text-align: center;
}


.body_visit p {
    font-size:2.1em;
}


.body_visit p span {
    display:block;
}

@media all and (max-width:768px) {
.body_visit p {
    font-size:1.6em;
}
}


@media all and (max-width:560px) {
.body_visit p span {
    display:inline;
}
}


.img_visit img {
    width:100%;
}


.body_visit h4 {
    font-size:3em;
    color:#014099;
}


.body_visit h4 span {
    display:inline;
    padding:0 1em 0 0;
}


@media all and (max-width:560px) {
.body_visit h4 span {
    display:block;
    padding:0;
}
}


/* 大喜利 */
.ttl_ogiri {
    width:100%;
    background:url("../images/bg_ogiri.svg") no-repeat center center;
    background-size: 300%;
    padding:130px 0 100px;
    text-align:center;
}


.ttl_ogiri h3 {
    width:90%;
    max-width:640px;
    margin:0 auto 20px;
}


.ttl_ogiri h3 img {
    width:100%;
}


.ttl_ogiri h4 {
    color:#FFF;
    font-size:6em;
}


.ttl_ogiri h5 {
    color:#FFF;
    font-size:2.4em;
}


.fc-red {
    font-weight:bold;
    color:#F00;
}


@media all and (max-width:768px) {
.ttl_ogiri {
    width:100%;
    background:url("../images/bg_ogiri.svg") no-repeat center center;
    background-size: 1000%;
    padding:130px 0 100px;
    text-align:center;
}
    
    
.ttl_ogiri h4 {
    color:#FFF;
    font-size:5em;
}
}


@media all and (max-width:560px) {
.ttl_ogiri {
    width:100%;
    background:url("../images/bg_ogiri.svg") no-repeat center center;
    background-size: 1500%;
    padding:50px 0 60px;
    text-align:center;
}
    
    
.ttl_ogiri h4 {
    color:#FFF;
    font-size:3em;
}
    
.ttl_ogiri h5 {
    color:#FFF;
    font-size:1.8em;
}
}


.img_odai,
.img_odai img {
    width:100%;
}


/* footer */
footer {
    text-align:center;
    height:250px;
    color:#00479d;
    font-size:1.2em;
    margin:70px 0 0;
}


/* ページ下部固定ボタン */
.fixedButton {
    width:100%;
    font-weight: bold;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    transition: all 1s ease;
    opacity: 1;
    visibility: visible;
    background:rgba(0, 0, 0, .7);
    padding:30px 7px;
    z-index:999;
}



.lower_btn {
    width:100%;
    max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}


.lower_btn li {
    width:24%;
}


.lower_btn li a {
    display:block;
    width:100%;
    padding:.7em;
    border-radius: 5px;
    font-size:1.6em;
    background:#189fd7;
    color:#FFF;
    font-weight:600;
    position:relative;
    transition:all .3s ease;
}



.lower_btn li a img {
    display:block;
    width:45%;
    margin:0 auto;
}



.lower_btn li a:hover {
    background:#1285b5;
}


@media all and (max-width:560px) {
.fixedButton {
    width:100%;
    font-weight: bold;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    transition: all 1s ease;
    opacity: 1;
    visibility: visible;
    background:rgba(0, 0, 0, .7);
    padding:15px 7px 5px;
    z-index:9999;
}
    
    
.lower_btn li {
    width:48%;
    margin:0 0 10px;
}
    
    
.lower_btn li a {
    display:block;
    width:100%;
    padding:.7em .7em .5em;
    border-radius: 5px;
    font-size:1.6em;
    background:#189fd7;
    color:#FFF;
    font-weight:600;
    position:relative;
    transition:all .3s ease;
    line-height:1.4em;
}
    
    
.lower_btn li a img {
    display:block;
    width:60%;
    margin:0 auto;
}
}


/*このクラスが付与されると表示する*/
.fixedButton.active {
  opacity: 1;
  visibility: visible;
}



/* モーダル内設定 */
.block_method h4 {
    font-size:2.4em;
    font-weight:600;
    text-align:center;
    margin:0 0 30px;
}


.block_method h5 {
    font-size:1.8em;
    font-weight:600;
    margin:0 0 5px;
}


.block_method p {
    font-size:1.6em;
}


/* 大喜利一覧 */
.sec_oogiri {
    width:100%;
    background:#FFF;
    padding:50px 0 150px;
    text-align:center;
}


.sec_oogiri h3 {
    font-size:3em;
    font-weight:bold;
}


.oogiri_result {
    font-size:1.6em;
    font-weight:500;
}


.block_sns_btn {
    width:100%;
    margin:20px auto;
    text-align:center;
}
        
.block_sns_btn a.btn_good {
    width:28%;
    font-size:1.6em;
    color:#333;
    padding:10px 30px 10px 50px;
    position:relative;
    border:1px solid #CCC;
    border-radius: 10px;
    background:#FFF;
}
        
.block_sns_btn a.btn_good::before {
    content:"\f004";
    font-family:"Font Awesome 5 Pro";
    font-weight:900;
    font-size:1.4em;
    position:absolute;
    top:0;
    left:20px;
    color:#AAA;
}
        
.block_sns_btn a.btn_good.active::before {
    content:"\f004";
    font-family:"Font Awesome 5 Pro";
    font-weight:900;
    font-size:1.4em;
    position:absolute;
    top:0;
    left:20px;
    color:#d71718;
}


.list_oogiri {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}


.list_oogiri li {
    width:48%;
    padding:30px;
    border:1px solid #CCC;
    border-radius: 5px;
    margin:0 0 30px;
}


@media all and (max-width:560px) {
.list_oogiri li {
    width:100%;
    padding:15px;
    border:1px solid #CCC;
    border-radius: 5px;
    margin:0 0 30px;
}
}


.list_oogiri li img {
    width:100%;
    padding:0 0 10px;
}


.block_comment {
    width:80%;
    margin:0 auto 20px;
}


.block_comment .nickname {
    font-size:1.3em;
    color:#AAA;
    padding:0 0 10px;
}


.block_comment .nickname::after {
    content:" さんの投稿";
}


.block_comment .comment {
    font-size:2.4em;
    font-weight:600;
}



.fs--16 {font-size:16px;}

.error {
    color: rgba(248, 56, 0);
    font-size: 16px;
}

.error2 {
    color: rgba(248, 56, 0);
    font-size: 16px;
    margin-left: 15px;
}


h4.font_corporate span.bigger {
    font-size:1.2em;
}


h4.font_corporate span.smaller {
    font-size:0.7em;
    font-weight:normal;
}