@charset "UTF-8";
/* CSS Document */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
.wrap_content ul[class], .wrap_content ol[class] {
  padding: 0;
}


/* Remove list styles on ul, ol elements with a class attribute */
.wrap_content ul[class], .wrap_content ol[class] {
	list-style: none;
}

img { width:100%; height:auto;vertical-align: bottom;}


body{
	margin: 0;
	padding: 0;
	color: #000;
}


.gwlogo {
	width: 50%;
	margin: auto;
}

.doraemon_logo {
	width: 70%;
	margin: auto;
}

.wrap_content {
	clear: both;
	width:100%;
    text-align: center;
	padding: 0;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
	color: #003f8d;	
	overflow: hidden;
}


.wrap_content img {
	width: 100%;
}

.wrap_content h1 {
	font-size: 55px;
	text-align: center;
	font-weight: 400;
	line-height: 1.2em;
	margin: 10% auto 1%;
	color: #1f497d;
}

.wrap_content h2 {
 	font-family: "Chango", sans-serif;
	font-size: 45px;
	text-align: center;
	font-weight: 400;
	line-height: 1.2em;
	margin: 2% auto 4%;
}

.wrap_content h3 {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	line-height: 1.3em;
	margin: 2% auto 5%;
}


.wrap_content p {
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	line-height: 1.3em;
	margin: 4% 3%;
}

.box_wht {
	background-color: #fff;
	margin: 0;
	padding: 3% 0 10%;
	position: relative;
}

.box_blue {
	background-color: #b3d6ef;
	margin: 0;
	padding: 3% 0;
	position: relative;
}

.ttl {
	width: 60%;
	margin: 6% auto 4%;
}

.sub {
	width: 90%;
	margin: 6% auto 2%;
}

.sub2 {
	width: 90%;
	margin: -20% auto 4%;
}

.visual {
	width: 100%;
	margin: -16% auto 5%;
}

.wrap_inner {
	width: 95%;
	margin: 0 auto;
}

.box_info {
	width: 80%;
	margin: 4% auto;
	padding: 3% 2%;
	background-color: #fff;
	border: solid 2px #005bac;
	box-sizing: border-box;
	border-radius: 30px;
}

.novelty {
	width: 90%;
	margin: 3% auto;
}

.Lead {
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 500;
	margin: 3% auto;
}

.Lead a {
	color: #005bac;
}

.Sml {
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5em;
	margin: 3% auto;
}

/*カテゴリ*/


.cate_box {
	width: 85%;
	margin: 6% auto;
	display: flex;
	justify-content: space-around;
}

.cate_box_thumb {
	width: 45%;
	text-align: center;
}


.cate {
 	font-family: "Chango", sans-serif;
	font-size: 25px;
	text-align: center;
	font-weight: 400;
	line-height: 1.2em;
	margin: 2% auto 4%;
}


.bk_pink {
	background-color: #EFB3CC;
	margin: 10% 0 3%;
	padding: 5%;
}


/*stylebox*/

.style_box {
	width: 95%;
	margin: 6% auto;
	position: relative;
}

.style_box_s {
	width: 85%;
	margin: 6% auto;
	position: relative;
}


.flx_end {
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
}

.w_80 {
	width: 80%;
}

.w_70 {
	width: 70%;
}

.w_60 {
	width: 60%;
}

.w_55 {
	width: 55%;
}

.w_50 {
	width: 50%;
}

.w_40 {
	width: 40%;
}

.M5 {
	margin: 5% auto;
}

.MT30 {
	margin-top: 30%;
}

.MB5 {
	margin-bottom: 5%;
}

.MB10 {
	margin-bottom: 10%;
}

.MB20 {
	margin-bottom: 20%;
}

.MB45 {
	margin-bottom: 45%;
}

.MB75 {
	margin-bottom: 80%;
}


.w_70_1 {
	width: 70%;
	margin: 0;
}

.w_55_1 {
	width: 52%;
	float: left;
}

.w_55_2 {
	width: 52%;
	float: right;
	margin: -55% 0 5%;
}

.w_55_2_2 {
	width: 52%;
	float: right;
	margin: -135% 0 5%;
}

.w_55_3 {
	width: 52%;
	float: right;
	margin: 0 0 5%;
	z-index: 15;
}

.w_55_4 {
	width: 52%;
	float: left;
	margin: -85% 0 5%;
	z-index: 20;
}

.w_60_2 {
	width: 55%;
	float: right;
	margin: -55% 0 5%;
}

.w_45_1 {
	width: 45%;
	float: left;
}


.w_45_2{
	width: 45%;
	margin: -28% 0 5% 55%;
}

.w_60_2 {
	width: 60%;
	float: right;
	margin: -55% 0 5%;
}



.item {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 500;
	margin: 4% 0;
	z-index: 20;
}

.txt_lft {
	text-align: left;
}

.txt_rht {
	text-align: right;
}

.imgbdr {
	background-color: #fff;
	border: solid 3px #fff;
	box-sizing: border-box;
}


.sns_box {
	width: 60%;
	margin: 4% auto;
	display: flex;
	justify-content: space-around;
}

.sns_box_icon {
	width: 15%;
}

/*ドラえもん*/

.dora_1 {
	width: 40%;
	position: absolute;
	top: -5%;
	right: 0;
}

.dora_2 {
	width: 38%;
	position: absolute;
	top: -5%;
    right: 20%;
	z-index: 5;
}

.dora_3 {
	width: 34%;
	position: absolute;
	top: -55%;
	left: 0;
	z-index: 5;
}

.dora_4 {
	width: 34%;
	position: absolute;
	top: -2%;
    right: 15%;
	z-index: 5;
}

.dora_5 {
	width: 34%;
	position: absolute;
	top: 20%;
	right: 5%;
	z-index: 5;
}

.dora_6 {
	width: 34%;
	position: absolute;
	top: -40%;
	left: 0;
	z-index: 5;
}

.dora_7 {
	width: 45%;
	position: absolute;
	bottom: 5%;
	left: -3%;
	z-index: 5;
}

.dora_8 {
	width: 45%;
	position: absolute;
	top: 6%;
	right: -10%;
}

.dora_9 {
	width: 70%;
	position: absolute;
	top: -16%;
	left: 15%;
}

.clear {
	clear:both;
}



.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) ;
  }
  50% {
    transform:translate(0, -10px);
  }
  100% {
    transform:translate(0, 0);
  }
}


.col_k {
	color: #e1bb2c;
}

.col_u {
	color: #3A80C8;
}

.col_g {
	color: #E13B82;
}

.btn-k {
    display: block;
	font-family: "Roboto", sans-serif;
    font-size: 14px;
	font-weight: 500;
	margin: 3% 5%;
	text-align: center;
	color: #CCCC00;
	text-decoration: underline;
}

.btn-u {
    display: block;
	font-family: "Roboto", sans-serif;
    font-size: 13px;
	font-weight: 500;
	margin: 3% 5%;
	text-align: center;
	color: #3A80C8;
	text-decoration: underline;
}


.btn-g {
    display: block;
	font-family: "Roboto", sans-serif;
    font-size: 13px;
	font-weight: 500;
	margin: 3% 5%;
	text-align: center;
	color: #E13B82;
	text-decoration: underline;
}


.btn-1 {
    display: inline-block;
	font-family: "Roboto", sans-serif;
    font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.065em;
    padding: 2px 20px;
	margin: 0 0 0 5%;
	text-align: center;
	border: solid 2px #003f8d;
	background-color: #fff;
	box-sizing: border-box;
}

a.btn-1 {
	color: #003f8d;
    text-decoration: none;
}

.btn-2 {
    display: block;
	width: 40%;
    font-size: 13px;
	margin: 2% auto 3%;
	padding: 3px 10px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	background-color: #003f8d;
}

a.btn-2 {
	color: #fff;
	text-decoration: none;
}

.btn-3 {
    display: block;
	width: 40%;
    font-size: 15px;
	margin: 2% auto 3%;
	padding: 15px 10px;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
	color: #fff;
	background-color: #003f8d;
}

a.btn-3 {
	color: #fff;
	text-decoration: none;
}

.triangle-button{
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.triangle-button::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}


/*swiper*/

.swiper_content{
	width: 100%;
	max-width: 800px;
	margin: 6% auto 3%;
}


.swiper-container {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.swiper-container-horizontal li{ cursor: pointer; }
.swiper-slide-thumb-active{ opacity: .5; }


.swiper__thmbnail__wrap {
	margin: 3% auto 5%;
    align-items: center;	
}

.swiper-slide img{
	border: solid 3px #000;
}

.credit_wrap {
	width: 85%;
	margin: 2% auto;
}

@media only screen and (max-width: 750px) {
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.wrap_content {
		margin: 0 auto 1%;
	}

    .wrap_content p {
        font-size: 15px;
		line-height: 1.6em;
		margin: 3% 3% 10%;
    }
    
	.wrap_content h1 {
		font-size: 35px;
		margin: 6% auto 3%;
	}	
    
    .wrap_content h2 {
        font-size: 35px;
		line-height: 1.2em;
    }
	
	.wrap_content h3 {
		font-size: 15px;
	}
	
    
	.Lead {
		font-size: 12px;
		margin: 5% auto 6%;
	}
	
	.box_info {
		width: 90%;
	}
	
	.cate {
		font-size: 18px;
	}
	
	.item {
		font-size: 12px;
	}
	
    .btn-1 {
		display: inline;
        font-size: 11px;
		padding: 1px 10px;
		border: solid 1px #003f8d;
    }
	
	
    .btn-2 {
		width: 60%;
        font-size: 12px;
		padding: 3px;
    }
	
	.btn-3 {
		width: 60%;
		font-size: 14px;
		padding: 7px;
	}
		
	.triangle-button::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 5px 0 5px 5px;
	}
	
}


