@charset "utf-8";
/*@charset "Shift_JIS";*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ol, ul { list-style: none; }

html { font-size: 62.5%; }

body { font-size: 1.6em; line-height: 1.5; }
  
 * { box-sizing: border-box; -webkit-box-sizing: content-box; }

/*p {
		text-align: justify;
    text-justify: inter-ideograph;
    color: #fff;
	color: #333;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}*/

a {
  text-decoration: none;
  transition: opacity 0.2s;
  display: inline-block;
  vertical-align: top;
}

a:hover { opacity: 0.7; }
	
img  { max-width: 100%; 	height:auto;	}
  
.t-bold { font-weight: 600; }

@media only screen and (max-width:767px) {
/* スマホ用のcssを記述 */  
  .pc {	display:none !important; }
}

@media only screen and (min-width:767px) {
	/* PC用のcssを記述 */  
	.sp {	display:none !important; }
}

header { position: relative; }
header h1 {
	/*margin-top: 4px;*/ 
	background: #88af33;
	padding: 30px 0;
}

header h1 img { 
	max-width: 75px; 
}



header h1 img.logoimg1{ 
	position: absolute;
	top: 30%;
	left: 2%;
}

header h1 img.logoimg2{ 
	position: absolute;
	top: 30%;
	right: 20%;
}


/* ハンバーガーメニュー */
header {
  position: fixed;
  /*left: 0;*/
  right: 0;
  top: 0;
  width: 100%;
  height: 55px;
  background-color: #fff;
  z-index: 1000;
}

.global-nav {
  position: fixed;
  /*left: -182px; */
  right: -182px;
  top: 0;
  width: 182px;
  padding-top: 55px;
  /*background-color: #fff;*/
  background-color: #88af33;
  opacity: .9;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
}

.hamburger {
  position: absolute;
  right: 0;
  top: 3px;
  width: 64px; 
  height: 55px;
  cursor: pointer;
  z-index: 300;
}

.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav__item { text-align: center; padding: 0; }

.global-nav__item a {
  display: block;
  padding: 24px 0;
  text-decoration: none;
  /*color: #ff9999;*/
  color: #fff;
  font-family: brevia, sans-serif;
  font-weight: 700;
  font-style: italic;
}

.global-nav__item a:hover { background-color: #eee; }

.hamburger__line {
  position: absolute;
  left: 14px;
  width: 36px;
  height: 4px;
  background-color: #fff;
  transition: all .6s;
}

.hamburger__line--1 { top: 14px; }
.hamburger__line--2 { top: 25px; }
.hamburger__line--3 { top: 37px; }

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav { right: 0; }

.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 25px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 25px;
}





 .wrapper  {
  margin: 60px auto 0;
 /* position: relative;*/
  background-color: #fff;
}

.wrapper::after  {
  content: '';
  clear: both;
  display: block;
}



/* トップ */

.top_img-logo .sp{ 
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  /*transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);*/
  margin: auto;
}


.top_img-logo .pc{ 
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  /*transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);*/
  margin: auto;
}





/* コンテンツごとの背景 */
/*.content-bg2{
	background: #fff;
	min-width: 767px;
}*/

.bg-white{
    position: relative;
	top: -47px;
	left: 50%;
	z-index: 100;
	transform: translateX(-50%);
  transform:  translateX(-50%);
}

.bg-white2{
    position: relative;
	top: -42px;
	left: 50%;
	z-index: 100;
	transform: translateX(-50%);
  transform: translateX(-50%);
}

/*.bg-white::before {
    top: -25.6px;
    padding-top: 12.26%;
    background-image: url(/disney/images/sp_disney_bg_arc_white.png);
    background-repeat: no-repeat;
}

.bg-white2::before {
    top: -19.6px;
    padding-top: 12.26%;
    background-image: url(/disney/images/sp_disney_bg_arc_white.png);
    background-repeat: no-repeat;
}

.bg-white::before,
.bg-white2::before{
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    content: "";
    background-size: cover;
	background-size: contain;
}*/


.content-bg {
    background: url(/disney/images/sp_disney_bg_texture.jpg);
	/*background: #f0ead4;*/
	padding-bottom: 60px;
}

.bg-texture {
    position: relative;
	top: 8px;
}

/*.bg-texture::before {
    top: -19.6px;
    padding-top: 12.26%;
    background-image: url(/disney/images/sp_disney_bg_arc_texture.png);
    background-repeat: no-repeat;
}

.bg-texture::before {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    content: "";
    background-size: cover;
	background-size: contain;
}*/







/* コンテンツのタイトル */
.midashi .disney_title {
  margin-bottom: 10px;
}

.midashi .disney_title-moji {
  text-align: center;
}

.midashi .disney_title .disney_title-text,
.midashi .disney_title .disney_title-text2{
	text-align: center;
	padding-top: 90px;
	font-size: 20px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
}

.midashi .disney_title .disney_title-text2{
	padding-top: 110px;
}


/* 商品のほう */
.midashi .disney_title-l img{
  position: absolute;
  top: 70%;
  left: 15%;
  float: left; 
  transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.midashi .disney_title-r img{
  position: absolute;
  top: 70%;
  right: -5%;
  float: right;
  transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}


.midashi .disney_title-top img{
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}



/* チャレンジのほう */
.midashi .disney_title-l2 img{
  position: absolute;
  top: 70%;
  left: 15%;
  float: left; 
  transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.midashi .disney_title-r2 img{
  position: absolute;
  top: 70%;
  right: -5%;
  float: right;
  transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}


.midashi .disney_title-top2 img{
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}



/* テキスト関連 */
.contents-title{
	text-align: center;
	font-size: 18px;
	color: #88af33;
	line-height: 1.5;
    font-weight: bold;
	/*margin: 30px 0;*/
	margin: 20px 0 30px;
    font-family: 'Noto Sans JP', sans-serif;
}

.contents-title2{
	text-align: center;
	font-size: 20px;
	color: #88af33;
	line-height: 1.5;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
	margin: 30px 0;
}


.contents-subtitle{
	text-align: center;
	padding: 0 20px;
	margin-top: 40px;
}

.contents-subimg{
	text-align: center;
	padding: 0 20px;
	margin-top: 20px;
}



.text-h3{
	text-align: center;
	font-size: 16px;
	color: #88af33;
	line-height: 1.5;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
	margin-top: 10px;
}

.text-p{
	text-align: center;
	font-size: 15px;
	color: #333;
	line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
	margin: 5px 0 30px;
}


.text-p2{
	float: right;
    width: 65%;
    text-align: left;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 5px 20px 30px 10px;
}

.text-p3{
	width: 60%;
	text-align: left;
	font-size: 15px;
	color: #333;
	line-height: 1.8;
    font-family: 'Noto Sans JP', sans-serif;
	margin: 5px auto 60px;
}




.clearfix{
	float: none;
}



/* バンザイ */
.disney_push {
    font-size: 16px;
    /*color: #333;*/
    color: #d83d07;
    line-height: 22px;
    text-align: center;
    margin: 60px auto 15px;
    font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}




/* リンクボタン */	
.disney-bnr__link {
  text-align: center;
}

.disney-bnr__link--inner {
  background-color: #d83d07;
  line-height: 56px;
  width: 80%;
  margin: 0 auto 30px;
  padding: 0 15px;
  text-align: center;
  display: block;
  position: relative;
}

.disney-bnr__link--inner:hover {
  text-decoration: none;
}

.disney-bnr__link--inner span {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
}


.disney-bnr__link--inner span:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 15px;
    width: 18px;
    height: 19px;
    background: url(/disney/images/common_disney_button_arrow.png) no-repeat;
	background-size: 18px 19px;
}





.contents-pd{
	text-align: center;
	padding: 0 20px;
}

.md40{
	margin-bottom: 40px;
}


.mt20{
	margin-top: 20px;
}

/* アコーディオン部分 */	

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	margin-bottom:40px;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
    font-weight: bold;
    line-height: 3;
    position: relative;
    display: block;
    padding: 0.5em 0 0.5em 1em;
    cursor: pointer;
    background: #d83d07;
    /*margin: 20px auto 0;*/
	margin: 0 auto;
    max-width: 560px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1.5;
    color: #fff;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	/*margin:0 20px;*/
	
}
	

	
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 100%;
}
/* Icon */
.cp_actab label::after {
    line-height: 2;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 2.1em;
    height: 2.1em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
    font-size: 30px;
    color: #fff;
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}


.cp_actab-content_pic{
	width:100%;
}

.cp_actab-content_pic ul {
	display:flex;
	justify-content: center;
}


.cp_actab-content_pic ul li{
	max-width:300px;
	padding:10px;
}

.cp_actab-content_inner p.indent{
	padding-left:1em;
	text-indent:-1em;
	padding-top:3px;
	padding-bottom:3px;
	line-height: 1.4;
}

.cp_actab-content_inner p.indent span{
	color:#A6A6A6;
	font-size:11px;
}
	
	
.cp_actab-content img{
	/*width: 326px;*/
	object-fit: cover;
	object-position: 100% 100%;
}
	
/* アコーディオン */




/* 注記 */
.feature__attention2 {
    font-size: 0.916rem;
    line-height: 1.5;
    text-align: center;
    color: #333;
    line-height: 1.2;
    margin-right: 10px;
    margin-left: 10px;
	font-family: 'Noto Sans JP', sans-serif;
}	

/*.feature__attention2:before {
    content: "※";
}
*/


/* フッター */
footer p.copyright {
    background: #88af33;
    color: #fff;
    /*padding: 30px 0;*/
	padding: 30px 10px;
    text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}

.copyright2 {
    background: #fef9e6;
    color: #6a6a6a;
    padding: 30px 12px 60px;
    text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	margin: -10px auto 0;
    max-width: 1280px;
	font-size: 1.2rem;
}



/* 210121追加 */		
.content-mt{
    margin-top: 127%;
}


.subtitle_bg{
    background: #88af33;
	padding: 20px 0;
}

.text-h3_2{
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
}

.text-p4{
	text-align: left;
	font-size: 15px;
	color: #333;
	line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
	margin: 5px 0 30px;
}



.top-logo_bg{
    position: relative;
    background: rgba(255,255,255, 0.8);
    padding: 85px 0;
    z-index: 10;
}

.top-img{
    position: absolute;
    top: 90%;
}



/* top カルーセル */
.disney__header {
  position: relative;
  /*height: 550px;*/
  overflow: hidden;
  margin-bottom: 0;
}

/*.disney__header__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 0;
  z-index: 20;
  overflow: hidden;
}*/

/*.disney__header__title img {
  display: block;
  width: auto !important;
}

.disney__header__hero__carousel {
  height: 100%;
  overflow: hidden;
}

.disney__header__hero__carousel .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.disney__header__hero__carousel .slick-slide {
  opacity: 0;
}

.disney__header__hero__carousel .slick-active {
  opacity: 1;
}*/	



/* 210422追加 */
.contents-subimg2{
	text-align: center;
	padding: 0 20px;
	margin-top: 40px;
}

.subtitle_bg2{
    background: #88af33;
	padding: 20px 0;
	margin-bottom: 20px;
}

.text-h3_3{
  text-align: center;
  font-size: 16px;
  color: #88af32;
  line-height: 1.5;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 80%;
  margin-right: 10px;
  border: solid 2px #88af33;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column-reverse;
  background: #fff;
  /*box-shadow: rgb(117, 117, 117) 0px 1px 9px -4px;*/
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.swiper-slide:first-child {
  /*margin-left:-50px;*/
  /*margin: 0 auto 60px;*/
  margin-bottom: 60px;
}

.swiper-slide .slideText {
  width: 100%;
  min-height: 130px;
  left: 0;
  text-align: center;
  color: #353535;
}

.swiper-slide .slideText {
  height: 20%;
  padding: 15px 20px;
  box-sizing: border-box;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: justify;
  line-height: 1.6;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}

.swiper-slide .slideText_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
  color: #88af33;
  font-family: 'Noto Sans JP', sans-serif;
}

.swiper-slide .slideText_img img {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}


/*ページャー●の色味*/

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  /* border: 1px solid #FFFFFF;*/
  border-radius: 100%;
  padding: 0px;
  background: none;
  opacity: 0.8;
}

/* 210603追加 */

/* 子どもたちにとって「食」がもっと楽しいものになるように */
.contents-title3{
	text-align: center;
	font-size: 18px;
	color: #88af33;
	line-height: 1.5;
    font-weight: bold;
	margin: 0 0 30px;
    font-family: 'Noto Sans JP', sans-serif;
}

.text-p5{
	text-align: justify;
	font-size: 15px;
	color: #333;
	line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
	margin: 20px 0 10px;
}

.contents-icon{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-110%, -50%);
}

.subtitle_bg3{
    background: #88af33;
	padding: 15px 0;
}

.subtitle_bg4{
    background: #88af33;
	padding: 15px 0;
	max-width: 780px;
	margin: 0 auto 20px;
}





/* 210715追加 */
.mt60{
	margin-top: 60px;
}


/* 210909追加 */
	
/* ディズニー公式ページへ */
.page-disney{
	background: #a96124;
	padding: 10px 0;
}
	
.text-p6 {
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 5px 0;
}
	
.text-p6 a {
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
	text-decoration: underline;
    font-family: 'Noto Sans JP', sans-serif;
}



/* 220720追加 */
.mb80 {
    margin-bottom: 80px;
}

/* 商品販売期間 */
.subtitle_bg5{
    background: #dbddb6;
	padding: 20px 0;
	max-width: 780px;
	margin: 0 auto 20px;
}


.waku3{
	border: 2px solid #88af33;
	padding: 0 10px;
}

.contents-pd_sp{
	padding: 0 10px;
}

@media only screen and (max-width:767px) {
/* スマホ用のcssを記述 */  


  /* スマホ用のcssを記述 */
  .swiper-wrapper {
    overflow: scroll hidden;
  }
  .swiper-container .swiper-pagination {
    position: initial !important;
    margin: 17px 0 17px;
  }
  /*スライダーページナビゲーション*/
  .swiper-pagination {
    margin-top: 46%;
    bottom: auto;
    top: 0;
    position: absolute;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.7);
    /*margin-top: 21.4%;*/
    margin-top: 60.4%;
    top: 0px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    content: "";
    width: 12px;
    height: 12px;
    border-width: 3px 3px 0px 0px;
    border-style: solid;
    border-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
  }
  .swiper-button-next:after {
    transform: translate(-65%, -50%) rotate(45deg);
  }
  .swiper-button-prev:after {
    transform: translate(-35%, -50%) rotate(-135deg);
  }
  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: auto;
    width: 100%;
  }

  .subimg-box2:last-child{
    /*margin: 60px 0;*/
    margin: 20px 0;
	}
	
  /* 220224追加 */	
  .attention {
      color: #999;
      font-size: 12px;
      line-height: 1.2;
      text-align: center;
      margin-right: 10px;
      margin-left: 10px;
    margin-top: -15px;
  }
    
  /*.attention:before {
      content: "※";
  }*/	
    
    
  .contents-subimg3{
    text-align: center;
    padding: 0;
    margin-top: 20px;
  }	
    
  .subimg-box2{
    margin: 20px 0;
  }	
    
  .midashi .disney_title-moji {
    width: 70%;
    margin: 0 auto;
  }	
    
  .text-p7{
      text-align: center;
      font-size: 14px;
      color: #333;
      line-height: 1.5;
      font-family: 'Noto Sans JP', sans-serif;
      margin: 20px 0 30px;
  }
    
  .text-p7 a{
    font-size: 12px;
    color: #333;
    text-decoration: underline;
    line-height: 2.5;
  }
    
  .text-p5 a{
    font-size: 13px;
  }	
    
    
    
  /* 220720追加 */	
  .text-h3_4{
    text-align: center;
    font-size: 16px;
    color: #88af33;
    line-height: 1.5;
      font-weight: bold;
      font-family: 'Noto Sans JP', sans-serif;
  }
    
    
  .text-h3_4 span{
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
      font-weight: normal;
      font-family: 'Noto Sans JP', sans-serif;
  }	

  .text-p5_3{
    text-align: center;
    margin: 20px;
  }
	
}


/* PC用のcssを記述 */
@media only screen and (min-width:767px) {
	
  header h1 img {
    max-width: 95px;
  }
	
  header h1 img.logoimg1 {
    position: absolute;
    top: 25%;
    left: 2%;
  }
	
  header h1 img.logoimg2 {
    position: absolute;
    top: 25%;
    right: 10%;
  }
	
  /* pc用のcssを記述 */
  .contents-width {
    max-width: 780px;
    margin: 0 auto;
  }
  .contents-flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /*スライダー*/
  .swiper-container {
    width: 100%;
    height: auto;
  }
  .swiper-wrapper {
    overflow: scroll hidden;
    width: auto;
    height: auto;
    /*-ms-flex-wrap: wrap;
	flex-wrap: wrap;*/
    /*padding: 20px;*/
    padding: 0 0 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .swiper-wrapper::after {
    content: "";
    display: block;
    /*width: calc(25% - 5px);*/
    width: calc(25% - 20px);
  }
  .swiper-slide {
    /*width: calc(25% - 5px);*/
    width: calc(25% - 20px);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: #fff;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .swiper-slide .slideText {
    min-height: 100px;
    left: 0;
    text-align: justify;
    color: #353535;
    padding: 15px 25px;
    font-size: 14px;
    line-height: 1.8;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .swiper-slide .slideText_title {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
    color: #88af33;
    font-family: 'Noto Sans JP', sans-serif;
  }
	
	
  /* コンテンツごとの背景 */
  /*.bg-white::before {
      top: -71.6px;
    left: 50%;
    right: 0;
    margin: auto;
      padding-top: 12.26%;
    transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
      background-image: url(/disney/images/pc_disney_bg_arc_white.png);
      background-repeat: no-repeat;
  }

  .bg-white2::before {
      top: -64.6px;
    left: 50%;
    right: 0;
    margin: auto;
      padding-top: 12.26%;
    transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
      background-image: url(/disney/images/pc_disney_bg_arc_white.png);
      background-repeat: no-repeat;
  }
  */
    

  .content-bg {
      background: url(/disney/images/sp_disney_bg_texture.jpg);
    /*background: #f0ead4;*/
  }


  /*.bg-texture::before {
      top: -65.6px;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: auto;
      padding-top: 12.26%;
    transform: translateX(-50%);
    transform: translateX(-50%);
      background-image: url(/disney/images/pc_disney_bg_arc_texture.png);
      background-repeat: no-repeat;
  }*/
    

    

  .content-bg{
    max-width: 100%;
  }
    
    
    

  .midashi {
    max-width: 780px;
    margin: 0 auto;
  }	
    
    
  /* コンテンツのタイトル */
  .midashi .disney_title .disney_title-text,
  .midashi .disney_title .disney_title-text2{
    text-align: center;
    padding-top: 100px;
    font-size: 28px;
      font-weight: bold;
      font-family: 'Noto Sans JP', sans-serif;
  }
    
  .midashi .disney_title .disney_title-text2{
    padding-top: 130px;
  }
    


  /* 商品のほう */
  .midashi .disney_title-l img{
    position: absolute;
    top: 70%;
    left: 20%;
    float: left; 
    transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
  }

  .midashi .disney_title-r img{
    position: absolute;
    top: 70%;
    right: 10%;
    float: right;
    transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
  }


  .midashi .disney_title-top img{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
  }
    
    
  .midashi .disney_title-l img,
  .midashi .disney_title-top img{
    max-width: 100%;
  }



  /* チャレンジのほう */
  .midashi .disney_title-l2 img{
    position: absolute;
    top: 70%;
    left: 20%;
    float: left; 
    transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
  }

  .midashi .disney_title-r2 img{
    position: absolute;
    top: 70%;
    right: 10%;
    float: right;
    transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
  }


  .midashi .disney_title-top2 img{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
  }	
    
    
  .waku{
    max-width: 1280px;
    margin: 0 auto 120px;
  }
    
  .waku2{
    max-width: 1280px;
    margin: 0 auto;
  }
    
    

  .disney-mark img{
    display: inline-block;
    margin-left: 80px;
  }	
    
    
  /* テキスト関連 */
  .contents-title{
    text-align: center;
    font-size: 24px;
    color: #88af33;
    line-height: 2;
      font-weight: bold;
      font-family: 'Noto Sans JP', sans-serif;
  }

  .contents-title2{
    text-align: center;
    font-size: 28px;
    color: #88af33;
    line-height: 1.5;
      font-weight: bold;
      font-family: 'Noto Sans JP', sans-serif;
    margin: 30px 0;
  }

  .contents-subtitle{
    text-align: center;
    padding: 0 20px;
    margin-top: 40px;
  }

  .contents-subimg{
    padding: 0 20px;
    margin-top: 20px;
    display: inline-block;
  }
    
  .subimg-box{
    width: calc(33% - 20px);
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
  }
    
  .subimg-box:last-child{
      padding-right: 0;
  }


  .text-h3{
    text-align: center;
    font-size: 16px;
    color: #88af33;
    line-height: 1.5;
      font-weight: bold;
      font-family: 'Noto Sans JP', sans-serif;
    margin-top: 10px;
  }
    
    
  .text-p{
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
      font-family: 'Noto Sans JP', sans-serif;
    margin: 5px 0 30px;
  }
    


  .text-p2{
    float: left;
    width: 70%;
    text-align: left;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
      font-family: 'Noto Sans JP', sans-serif;
    margin: 20px 40px 10px 15px;
  }
    
    
  .text-p3{
    width: 40%;
    text-align: left;
    font-size: 15px;
    color: #333;
    line-height: 1.8;
      font-family: 'Noto Sans JP', sans-serif;
    margin: 5px auto 60px;
  }
    
    
    
  /* リンクボタン */	
  .disney-bnr__link {
    text-align: center;
  }

  .disney-bnr__link--inner {
    width: 400px;
    margin: 10px auto 30px;
    padding: 0 40px;
  }

  .disney-bnr__link--inner span {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
  }


  .disney-bnr__link--inner span:after {
      display: block;
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      margin: auto 0;
      right: 15px;
      width: 18px;
      height: 19px;
      background: url(/disney/images/common_disney_button_arrow.png) no-repeat;
    background-size: 18px 19px;
  }

    
    
    

  .contents-mg{
    margin: 30px 0 50px
  }	
    
    
    
  /* コンテンツ2カラム */
  .staffreport{
    padding: 0px;
    margin-bottom: 30px;
  }
    
  .report-box{
    width: calc(45% - 20px);
      display: inline-block;
      padding-right: 60px;
      vertical-align: top;
  }
    
  .report-box:last-child{
      padding-right: 0;
  }	
    
    
    
  /* フッター */
  footer p.copyright {
      background: #88af33;
      color: #fff;
      padding: 30px 0;
      text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
  }
    
  .copyright2 {
      background: #fef9e6;
      color: #6a6a6a;
      padding: 30px 0 60px;
      text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    margin: -10px auto 0;
      font-size: 14px;
      max-width: 1280px;
  }	
    

    
  /* 210121追加 */	
  .top-logo_bg{
      position: relative;
      background: rgba(255,255,255, 0.8);
      padding: 60px 0;
      z-index: 10;
  }
      
    
  .subtitle_bg{
    width: 400px;
      background: #88af33;
    padding: 20px 0;
    margin: 0 auto;
  }

  .text-h3_2{
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
      font-weight: bold;
      font-family: 'Noto Sans JP', sans-serif;
  }
    
  .text-p4{
    width: 430px;
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
      font-family: 'Noto Sans JP', sans-serif;
    margin: 5px auto 30px;
  }
    

    
  /* top カルーセル */
  .disney__header {
    position: relative;
    /*height: 600px;*/
    margin-bottom: 0;
  }

  /*.disney__header__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: start;
        align-items: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 9;
    overflow: hidden;
  }*/

  /*.disney__header__title img {
    display: block;
  }

  .disney__header__hero__carousel {
    height: 100%;
    overflow: hidden;
  }

  .disney__header__hero__carousel .slick-track {
    display: -ms-flexbox;
    display: flex;
  }

  .disney__header__hero__carousel .slick-slide {
    opacity: 0;
  }

  .disney__header__hero__carousel .slick-active {
    opacity: 1;
  }	*/

    
    
  /* 210422追加 */
  .subtitle_bg2{
      background: #88af33;
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .text-h3_3{
    text-align: center;
    font-size: 16px;
    color: #88af32;
    line-height: 1.5;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    width: fit-content;
    margin: 0 auto;
    position: relative;
  }

  .contents-subimg2{
    padding: 0 20px;
    margin-top: 40px;
    display: inline-block;
  }
    
  .subimg-box2{
    width: calc(33% - 20px);
    display: inline-block;
    padding-right: 40px;
    vertical-align: top;
  }
    
  .subimg-box2:last-child{
      padding-right: 0;
  }

    
    
    
  /* 210603追加 */
  .contents-pd_pc{
      padding: 0;
  }
    
    
  /* 210715追加 */
  .mt60{
    margin-top: 60px;
  }	
    
    
  /* 210909追加 */
    
  /* ディズニー公式ページへ */
  .page-disney{
    background: #a96124;
    padding: 10px 0;
  }
    
  .text-p6 {
      text-align: center;
      font-size: 18px;
      color: #fff;
      line-height: 1.5;
      font-family: 'Noto Sans JP', sans-serif;
      margin: 5px 0;
  }
    
  .text-p6 a {
      font-size: 18px;
      color: #fff;
      line-height: 1.5;
    text-decoration: underline;
      font-family: 'Noto Sans JP', sans-serif;
  }
    
    
    
  /* 220224追加 */
  .text-p5_2{
    /*width: 580px;*/
    /*width: 600px;*/
    width: 645px;
      font-family: 'Noto Sans JP', sans-serif;
    margin: 20px auto 10px;
  }

  .text-p5_3{
    text-align: center;
    padding: 0 120px;
  }
    
  .attention {
      font-size: 12px;
      font-weight: 400;
      text-align: center;
      color: #999;
      line-height: 1.7;
    margin-top: -15px;
  }	
    
  /*.attention:before {
      content: "※";
  }	*/
    
    
  .text-p7{
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
      font-family: 'Noto Sans JP', sans-serif;
    margin: 20px 0 40px;
  }	
    
  .text-p7 a{
    font-size: 14px;
    color: #333;
    text-decoration: underline;
    line-height: 2.5;
  }	
    
    
  .subimg-box3{
    width: calc(33% - 20px);
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
  }
    
  .subimg-box3:last-child{
      padding-right: 0;
  }	
    
    
    
    
  /* 220720追加 */	
  .text-h3_4{
    text-align: center;
    font-size: 16px;
    color: #88af33;
    line-height: 1.5;
      font-weight: bold;
      font-family: 'Noto Sans JP', sans-serif;
  }
    
  .text-h3_4 span{
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
      font-weight: normal;
      font-family: 'Noto Sans JP', sans-serif;
  }	
    
    
    
  /* 220930追加 */	
  .text-p5_4{
    width: 600px;
      font-family: 'Noto Sans JP', sans-serif;
    margin: 20px auto 10px;
    font-size: 16px;
    text-align: center;
  }	
    
  .text-p5_5{
    width: 600px;
      font-family: 'Noto Sans JP', sans-serif;
    margin: 20px auto 10px;
    font-size: 15px;
    text-align: center;
  }		
    
  .waku3{
    border: 2px solid #88af33;
    margin: 0 60px;
  }	
	
	
}