@charset "utf-8";
/* common */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: YuGothic, "游ゴシック", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  height: 100%;
  line-height: 1.1;
  line-break: strict;
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
  text-align: justify;
  text-align: left;
  color: #333;
  font-size: 10px;
  font-weight: 500;
  background: #ffecde;
  /*overflow-x: hidden モーダル時縦スクロールバー2つを回避*/
}

* {
  word-break: break-all;
  word-wrap: break-word;
}

ol, ul {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

a {
  color: #333;
  text-decoration: none;
  transition: .2s ease-in-out;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

.fade_in {
  -webkit-animation: fade_in 2s ease forwards .5s;
  animation: fade_in 2s ease forwards .5s;
  opacity: 0
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes fade_in {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.animation {
  transition: 1.6s ease;
  margin-top: 200px;
  opacity: 0
}

.fade_up {
  transition: 1.6s ease;
  margin-top: 0;
  opacity: 1
}
.u-for-pc {
  display: inline-block;
}
.u-for-sp {
  display: none;
}

@media screen and (max-width:768px) {
.u-for-pc {
    display: none;
}
  .u-for-sp {
    display: block;
}
}
/* CSS Document */
.slide_wide_box-top {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #ffecde;
}
.slide_shadow {
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.8);	
}
.swiper-container2 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.milk_obi {
  	height: auto;
    background-color: #ffecde;
}
.milk_bana {
	margin: 0 auto;
	height: auto;
	max-width: 1000px;
}
.milk_bana img{
	margin: 5em 0 5em 0;
}
.kaisai_slide_largebox{
	margin: 0 auto;
	width: 850px;
    position: relative;
}
.kaisai_slide_box{
	margin: 0 auto;
	width: 800px;
	padding-left: 5em;
	padding-right: 5em;
}
.kaisai_slide_box img{
	max-width: 278px;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.scroll_up_sp {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up_sp.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .3s;}
.timing04 {transition-delay: .4s;}
.timing05 {transition-delay: .5s;}
.timing06 {transition-delay: .6s;}
.timing07 {transition-delay: .7s;}
.timing08 {transition-delay: .8s;}
.timing09 {transition-delay: .9s;}
.timing10 {transition-delay: .10s;}
.timing11 {transition-delay: .11s;}
.timing12 {transition-delay: .12s;}
.timing13 {transition-delay: .13s;}
.timing14 {transition-delay: .14s;}
.timing15 {transition-delay: .15s;}
.timing16 {transition-delay: .16s;}
.timing17 {transition-delay: .17s;}
.timing18 {transition-delay: .18s;}
.timing19 {transition-delay: .19s;}
.timing20 {transition-delay: .20s;}
.timing21 {transition-delay: .21s;}

.kuikomi_mainasu8 {margin-top:-8em !important;}
.kuikomi_2 {margin-top:2em !important;}
.kuikomi_5 {margin-top:5em !important;}
.kuikomi_6 {margin-top:6em !important;}
.kuikomi_6dot5 {margin-top:6.5em !important;}
.kuikomi_8dot5 {margin-top:8.5em !important;}
.kuikomi_mainasu1 {margin-top:-1em !important;}
.kuikomi_mainasu7dot5 {margin-top:-7.5em !important;}
.kuikomi_mainasu7 {margin-top:-7em !important;}
.kuikomi_mainasu2dot5 {margin-top:-2.5em !important;}

@media screen and (min-width: 745px) and (max-width: 835px) {
.kuikomi_mainasu8 {margin-top:-12em !important;}
.kuikomi_mainasu1 {margin-top:4em !important;}
.kuikomi_8dot5 {margin-top:10.5em !important;}
.pre_inner3 {
  padding: 2em 3em 2em 3em;
  display: flex !important;
  justify-content: center;
  flex-wrap: initial !important;
}
}
@media screen and (max-width: 640px) {
.kaisai_slide_largebox{
	margin: 0 auto;
	width: 700px;
    position: relative;
}
.kaisai_slide_box{
	width: 100%;
	margin: 0 -15.5em auto;
}
.kaisai_slide_box img{
	min-width: auto;
	}
/* 次ページボタンのスタイル */
.swiper-button-next {
 display: none !important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
 display: none !important;
}
/*2026版*/
.milk_bana img{
	margin: 2em auto;
}
}
.swiper-button-prev,
.swiper-button-next {
 position: absolute;
 top: 50%;
 width: calc(var(--swiper-navigation-size) / 44 * 27);
 height: var(--swiper-navigation-size);
 margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
 z-index: 10;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 color: var(--swiper-navigation-color, var(--swiper-theme-color));
 width: 48px; /* ボタンの幅 */
 height: 48px; /* ボタンの高さ */
 background-size: 48px 48px; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
 margin-top: -3px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 次ページボタンのスタイル */
.swiper-button-next {
 background-image: url("../img/arrow_sml.svg");
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
 background-image: url("../img/arrow_sml.svg");
 transform: scale(-1, 1); /* 左右反転 */
}

@media screen and (min-width: 640px) and (max-width: 960px) {
.kaisai_slide_largebox {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-right: 2em;
  padding-left: 2em;
}
.kaisai_slide_box {
  margin: 0 auto;
  width: 700px;
}
.kaisai_slide_box img{
  min-width: 190px;
}

/*2025版*/
.milk_obi {
  	/*background-image: url("../img/block_01_back.jpg");
  	background-size:cover;
  	background-repeat: no-repeat;*/
}
.kuikomi_2 {margin-top:-10em !important;}
.milk_bana {
	margin: 0 auto;
	height: auto;
	max-width: 90%;
}
.milk_bana img{
	margin: 2em 0 2em 0;
}
}
.widebox_X{
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fbf8e3;
  height: auto;
  /*background-image: url("../img/block_01_back.jpg");*/
  background-size:contain;
  background-repeat: no-repeat;
}
.x_img{
	margin: 0 auto;
	max-width: 40%;
	padding-bottom: 4em;
}
.x_img2{
	margin: 0 auto;
	max-width: 55%;
	padding-right: 4em;
	padding-top: 4em;
	padding-bottom: 3em;
}
.chara_flex{
   display: flex;
   justify-content: space-around;
   width: 90%;
   /*margin: 1em 2em 1em 2em;*/
   margin: 0 auto;
}
.chara_item img{
  max-width: 200px;	
  margin-top: 2em !important;
}
.chara_SP_box{
   margin: 0 auto;
}

.widebox01{
  max-width: 1920px;
  margin: 0 auto;
  background-color: #ffe1ef;
  height: auto;
  background-image: url("../img/block_01_back.png");
  background-size:contain;
  background-repeat: no-repeat;
}
.widebox02{
  max-width: 1920px;
  margin: 0 auto;
  background-color: #e5f5ec;
  height: auto;
  background-image: url("../img/block_02_back.png");
  background-size:contain;
  background-position: top;
  background-repeat: no-repeat;
}
.widebox03{
  max-width: 1920px;
  margin: 0 auto;
  margin: -0.3em auto 0 auto;
  background-color: #ffecde;
  height: auto;
}
.widebox04{
  padding-top: 10em;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #ffe7c8;
  height: auto;
  background-image: url("../img/widebox04_back.png");
  background-size:contain;
  background-position: top;
  background-repeat: no-repeat;
}
.widebox05{
  max-width: 1920px;
  margin: 0 auto;
}

.widebox06{
  padding-top: 10em;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #ffecde;
  height: auto;
  background-image: url("../img/widebox06_back.png");
  background-size:contain;
  background-position: top;
  background-repeat: no-repeat;
}
.widebox07{
  padding-top: 10em;
  max-width: 1920px;
  margin: 0 auto;
  height: auto;
  background-color:#fff;
  background-image: url("../img/widebox07_back.png");
  background-size:contain;
  background-position: top;
  background-repeat: no-repeat;
}
/*第3期追加*/
.widebox_camp{
  max-width: 1920px;
  margin: 0 auto;
  background-color: #B8D9ED;
  height: auto;
}
.No3_camp_box {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  background-color: #F6FAFD;
  padding: 2em 5em;
}
.No3_camp_box p{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 3.2em;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  margin-top: 0.5em;
}
.No3_camp_box_step {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 2.4em;
  line-height: 1.5;
  text-align: center;
  border-radius: 100px;
  width: 150px;
  display: inline-block;
  color: #fff;
  background-color: #000;
  margin: 1.5em 0em 1.5em 0em;
}
.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.m-plus-rounded-1c-extrabold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.No3_camp_box_lead{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.4;
}
.No3_camp_box_lead_img{
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: 2em;
}
.No3_camp_hr{
  border: 1px solid #e3dfdf;
  margin-top: 3.5em;
}
.No3_camp_notice_box{
  margin: 0 auto;
  width: 88%;
  background-color: #fff;
}
.No3_camp_kiyaku{
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  padding: 0.8em;
  position: relative;
}
.No3_camp_kiyaku::before{
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  top: calc( 50% - 6px );
  right: 20px;
  transform: rotate(135deg);
}
.No3_camp_kiyaku.open::before {
  transform: rotate(315deg);
}
.No3_camp_kiyaku_honbun {
  padding: 10px;
  /*display: block;*/
  display: none;
}
.No3_camp_notice_box ul{
  font-size: 1.1em;
  padding: 1em 2em 2em 2em;
  line-height: 1.4;
  margin-left: 1em;
}
.No3_camp_notice_box li{
  list-style-type: none;
  margin-left: 0.2em;
}
.No3_camp_notice_box li::before {
  position: relative;
  top: 1.0px;
  left: -5px;
  display: inline-block;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 100%;
  background: #000;
  margin-left: -0.8em;
}
.No3_camp_kiyaku_accordion {
  margin-top: 20px;
  margin-bottom: 2em;
  border: none;
}
.No3_camp_top_img{
  margin: 0 auto;
  padding: 6em 6em 3em 6em;
}
.No3_camp_box_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -1.5em;
}
.No3_camp_box_01{
  margin: 0em 3em;
}
.No3_camp_box_02{
  width: 5%;
  position: relative;
}
.No3_camp_box_02 img{
  position: absolute;
  width: 20px;
  top:50%;
  left: 35%;
}
.No3_camp_box_ttl_01{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 2.0em;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  border-radius: 100px;
  width: 300px;
  display: inline-block;
  color: #fff;
  padding: 0.1em;
  background-color: #49afe8;
  margin: 1.5em 0em 1.5em 0em;
}
.No3_camp_box_txt_01{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 600;
  max-width: 250px;
  margin: 0 auto;
  text-align: left;
}
.No3_camp_box_txt_01 span{
  color: #49afe8;
}
.No3_camp_box_img_01{
  max-width: 300px;
  margin-bottom: 1em;
}
.No3_camp_box_img_02{
  margin: 0 auto;
  width: 65%;
}
.No3_camp_box_img_03{
  margin: 0 auto;
  max-width: 320px;
}
.No3_camp_box_ttl_02{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 2.0em;
  line-height: 1.5;
  font-weight: 600;
  max-width: 320px;
  margin: 0.2em 0em 1em 0em ;
}
.No3_camp_box_ttl_03{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 2.0em;
  line-height: 1.3;
  font-weight: 600;
  max-width: 320px;
  margin: 1em 0em 2em 0em ;
}
.No3_camp_box_kankaku {
  margin: 1em 0em 1.7em 0em !important;
}
.No3_camp_box_note{
  font-size: 1.3em;
  margin: 1em 0 2em 0em;
}
/*第4期追加ここまで*/
.fv2{
  background: #fff;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.fixed_link {
  position: fixed;
  z-index: 99;
}
.fixed_link_camp {
  position: fixed;
  z-index: 99;
}
@media screen and (min-width: 769px) {
.fixed_link{
  width: 50px;
  right: 0;
  top: 60%;
}
.fixed_link_camp{
  width: 60px;
  right: 0;
  top: 38%;
    -webkit-animation: fade_in .5s ease forwards 1.5s;
    animation: fade_in .5s ease forwards 1.5s;
    opacity: 0;
}
}
@media screen and (max-width: 768px) {
  .fixed_link {
    bottom: 0;
    width: 100%;
    -webkit-animation: fade_in .5s ease forwards 1.5s;
    animation: fade_in .5s ease forwards 1.5s;
    opacity: 0;
  }
  .fixed_link_camp {
    bottom: 0;
    width: 100%;
    -webkit-animation: fade_in .5s ease forwards 1.5s;
    animation: fade_in .5s ease forwards 1.5s;
    opacity: 0;
  }
}
/*ipad ipadmini*/
@media screen and (min-width: 820px) and (max-width: 960px) {
.fixed_link_camp{
  width: 100px;
  right: -3.8%;
  top: 20%;
    -webkit-animation: fade_in .5s ease forwards 1.5s;
    animation: fade_in .5s ease forwards 1.5s;
    opacity: 0;
}
.fixed_link_camp img{
	width: 70%;
}
}
@media screen and (max-width: 640px) {
.widebox01{
  background-color: #ffe1ef;
}
.widebox06{
  padding-top: 5em;
}
}
/* リード */
.nar2025_box {
	margin: 0 auto;
	padding: 15em 15em 8em 15em;
	/*background-color: #fff;*/
	height: auto;
	/*background-image: url("../img/milk2025/lead-bottom-border.gif") ;
	background-repeat: no-repeat;
	background-position: 100% 100%;*/
}

@media screen and (max-width: 640px) {
.nar2025_box{
 padding: 0.5em;	
	}
}
.nar2025_inner {
	margin-top: 8em;
    margin-right: auto;
    margin-bottom: 3em;
    margin-left: auto;
	max-width: 1000px;
	text-align: center;
}
.nar2025_inner p {
	font-family: 'Noto Sans JP', sans-serif;
	transform:rotateZ(0.03deg);
	font-size: 2.2em;
	font-weight: 700;
	line-height: 2.0;
	margin: 1em;
}
.nar2025_inner p span {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotateZ(0.03deg);
	color: #0068B7;
}
.nar2025_inner img {
	margin: 2em;
}
.B2_up00{
  margin-top: -3em !important;
}
.B2_up01{
  margin-top: -15em !important;
  margin-left: 6em !important;
}
.B2_up02{
  margin-top: -5em !important;
}
.B2_up03{
  margin-top: -8em !important;
  margin-left: 5em !important;
}
.B2_up04{
  margin-top: -12em !important;
  margin-left: 3em !important;
}
.B2_btn{
  width: 85% !important;
  margin: 0 auto;
}
.nar2025_inner2 {
	margin: 0 auto;
	max-width: 1000px;
	padding-top: 10em;
	padding-bottom: 5em;
}
.nar2025_inner2 h2{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 3.8em;
  font-weight: 700;
  line-height: 4.5;
  color: #fff;
  text-align: center;
  max-height: 160px;
  background-image: url("../img/B3_ttl_PC.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  max-width: 90%;
  padding-top: 0.15em;
  margin-top: 2em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

.B03_01{
  width: 100%;
  height: 320px;
  background-image: url("../img/B3_01_back_PC.png") ;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-bottom: -2em;
}
.B03_01 h3{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 3.8em;
  font-weight: 700;
  line-height: 3;
  text-align: center;
  color: #fff;
  margin: 0.5em;
  text-shadow: 0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f;
}
.B03_01 p{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 2.0em;
  font-weight: 700;
  color: #53361f;
  line-height: 2;
  text-align: center;
  margin: -1em 0em 0em 0em;
}
.B03_02{
  width: 100%;
  height: 360px;
  background-image: url("../img/B3_02_back_PC.png") ;
  background-repeat: no-repeat;
  background-position: 50% 70%;
  background-size: contain;
  margin-bottom: -2em;
}
.B03_02 h3{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 3.8em;
  font-weight: 700;
  line-height: 3;
  text-align: center;
  color: #fff;
  margin: 0.5em;
  text-shadow: 0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f;
  margin-top: 1.5em;
}
.B03_02 p{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 2.0em;
  font-weight: 700;
  color: #53361f;
  line-height: 2;
  text-align: center;
  margin: -1em 0em 0em 0em;
}
.B03_03{
  width: 100%;
  height: 360px;
  background-image: url("../img/B3_03_back_PC.png") ;
  background-repeat: no-repeat;
  background-position: 50% 70%;
  background-size: contain;
  margin-bottom: -2em;
}
.B03_03 h3{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 3.8em;
  font-weight: 700;
  line-height: 3;
  text-align: center;
  color: #fff;
  margin: 0.5em;
  text-shadow: 0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f,0 0 3px #53361f;
}
.B03_03 p{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 2.0em;
  font-weight: 700;
  color: #53361f;
  line-height: 2;
  text-align: center;
  margin: -1em 0em 0em 0em;
}
			   
/*レース一覧*/
.sp_show {
  display: none;
}
/*.tb_show {
  display: none;
}*/
.nar_ichiran_inner{
  background-color: #d5d6e6;
  width: 100%;
  padding-top: 5em;
  margin-top: 10em;
  margin-bottom: 5em;
}
.nar_ichiran {
  padding-bottom: 5em;
  margin-top: -10em;
}
.nar_ichiran h2{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 2.4em;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  text-align: center;
  background-color: #2d3280;
  background-image: none;
  max-width: 100%;
  padding-top: 0.15em;
}
.Race_inner{
  padding: 2em 3em 2em 3em;
  display: flex;
  justify-content: center;
  background: #d5d6e6;
  flex-wrap: wrap;
}
.Race_Box{
 width: 250px;
 background-color: #fff;
 margin: 1.0em;
}
.Race_inner::after{
  content:"";
  display: block;
  width:30%;
  margin-left: 2.5em;
}
.race_date{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 2.0em;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  padding-top: 0.15em;
}
.race_date span{
  font-size: 0.8em;
}
.race_name{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 2.0em;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  text-align: center;
  background-color: #2d3280;
  padding-top: 0.15em;
}
.race_place{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 2.0em;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  padding-top: 0.2em;
}
.race_prize_photo{
  max-width: 250px;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.race_prize_name{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 2.0em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding-top: 0.3em;
}
.caution_waku{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  text-align: center;
  border: 1px solid;
  width: 80%;
  padding: 0.5em;
  font-size: 1.8em;
  font-weight: 700;
  margin: 0 auto 1.5em;
}
/*アコーディオン*/
    /*ベース*/
.toggle {
  display: none;
}
.Label {		/*タイトル*/
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 auto;
  width: 250px;
  padding: 10px;
  color: #000;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  transform: translateX(-50%);
  cursor: pointer;
}
.Label::before{		/*タイトル横の矢印*/
  content:"";
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top:calc( 50% - 3px );
  right: 20px;
  transform: rotate(135deg);
}
.Label,
.content {
  -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.content {		/*本文*/
  height: 0;
  margin-top: 3em;
  margin-bottom: -5em;
  padding: 0;
  overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
  height: auto;
  padding: 0;
  transition: all .3s;
}
.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
    }

.B04_top{
  margin: 0 auto;
  width: 90%;
}
.nar2025_inner3 {
  margin: 0 auto;
  width: 80%;
  /*background-color: #F6F4E4;*/
  padding-top: 2em;
  padding-bottom: 2em;
  /*border: 2px solid;
  border-radius: 20px;*/
}
.nar2025_inner3 p{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.nar2025_inner3B {
  margin: 4em auto 0 auto;
  width: 80%;
  background-color: #ffecde;
  padding-top: 2em;
  padding-bottom: 2em;
  border: none;
  border-radius: 20px;
}
.nar2025_inner3B p{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.nar_pre_inner {
  width: 100%;
  padding-top: 5em;
}
.pre_inner {
  padding: 2em 3em 2em 3em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pre_ichiran {
  margin-top: -5em;
}
.pre_Box {
  width: 250px;
  margin: 0.8em;
}
.pre_photo {
  max-width: 350px;
}
.pre_detail {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  text-align: center;
  background-color: #000;
  margin-top: 0.5em;
  padding-top: 0.15em;
  background-image: url("../img/detail_ico.jpg") ;
  background-repeat: no-repeat;
  background-position: 95% 60%;
  background-size: 25px 25px;
}
.tadashigaki{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin: -1em 0 3em 0em;
}
.pre_inner2{
  margin: 0 auto;
  width: 100%;
}
.pre_inner3 {
  padding: 2em 3em 2em 3em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pre_item3{
  width: 350px;
  margin: 1em;
}
.pre_inner4 {
  margin: 0 auto;
  width: 80%;
  /*padding-top: 5em;*/
  padding-bottom: 2em;
}
.pre_inner4 img {
  width: 90%;
  margin: 2em 2em 5em 5.5em;
}
.kaisai_top_img{
  margin: 0 auto;
  max-width: 400px;
  padding: 5em 0em 3em 0em;;
}
.B04_top p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.nar2025_inner4 {
  margin: 0 auto;
  width: 80%;
  padding-top: 2em;
  padding-bottom: 2em;
}
.kaisai_scj_box{
  margin:  0 auto;
  text-align: center;
  width: 80%;
  background-color: #fff;
  padding: 2em 5em;
}
.kaisai_scj_ttl{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  width: 180px;
  padding: 5px;
  display: inline-block;
  color: #000;
  margin: 0em 0em 1.5em 0em;
}
.kaisai_scj_data{
  text-align: left;
}
.kaisai_scj_list{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border-radius: 100px;
  width: 80px;
  padding: 5px;
  display: inline-block;
  color: #fff;
  background-color: #000;
  margin-right: 1.5em;
  margin-bottom: 1em;
}
.kaisai_scj_txt{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: middle;
}
.kaisai_scj_txt span{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 0.8em;
  font-weight: 800;
}
.pre_Box_scj {
  width: 220px;
  margin: 1.0em;
}
.toiawase_area{
  width: 90%; 
  margin: 0 auto;
  padding: 5em 0em 2em 0em;
}
.toiawase_box {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  max-width: 700px;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.5;
  margin: 0 auto;
  padding: 1.2em;
}
.toiawase_box a {
  color: blue;
  text-decoration: underline;
}
.note {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 1.24em;
  font-weight: 500;
  color: #000;
  line-height: 2;
  padding: 2.5em 2em 2.5em 3.5em;
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
}
.note ul li{
  list-style: disc;
}
.note__heading {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 1.3em;
  font-weight: 700;
  color: #000;
  line-height: 2;
  padding: 0px 0px 20px 0px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 960px) {
.nar2025_inner2 {
	max-width: 95%;
	padding-top: 6em;
	padding-bottom: 5em;
}
.nar2025_box {
	padding: 15em 15em 5em 15em;
}
.kuikomi_2 {margin-top: 3em !important;}

.nar2025_inner2 h2{
  max-width: 95%;
}
.Race_inner{
  padding: 2em 0em 2em 0em;
}
.Race_Box{
 width: 220px;
 background-color: #fff;
 margin: 0.7em;
}
.race_name {
  font-size: 1.6em;
}
.nar2025_inner3 {
  width: 90%;
}
.nar2025_inner3B {
  width: 90%;
}
.pre_Box {
  width: 200px;
  margin: 1.0em;
}
.pre_item {
  width: 320px;
  margin: 0.5em;
}
.pre_inner4 img {
  width: 100%;
  margin: 2em 2em 2em -0.5em;
}
.kaisai_scj_box {
  width: 100%;
}
.pre_inner {
  padding: 2em 0em 2em 0em;
}
.pre_Box_scj {
  width: 200px;
  margin: 0.5em;
}
.pre_inner3 {
  padding: 2em 3em 2em 3em;
  display: flex !important;
  justify-content: center;
  flex-wrap: initial !important;
}
}
@media screen and (max-width: 640px) {
.nar2025_inner2 {
	width: 100%;
	padding-top: 1em;
	padding-bottom: 3em;
}
.nar_ichiran {
  padding-bottom: 3em;
}
.nar2025_inner2 h2 {
  font-size: 1.8em;
  max-width: 100%;
}
.B03_01 {
  width: 100%;
  height: 230px;
  background-image: none;
  margin-top: 1.0em;
  }
.B03_01 h3 {
  font-size: 2.5em;
}
.B03_01 p{
  font-size: 1.6em;
  padding-top: 0.5em;
}
.B03_01 img{
  margin: 0.5em;
}
.B03_02 {
  width: 100%;
  height: 250px;
  background-image: none;
  margin-top: 1.8em;
  }
.B03_02 h3 {
  font-size: 2.3em;
  margin-top: -1.0em;
}
.B03_02 p{
  font-size: 1.6em;
  padding-top: 1em;
}
.B03_03 {
  width: 100%;
  height: 290px;
  background-image: none;
  }
.B03_03 h3 {
  font-size: 2.3em;
}
.B03_03 p{
  font-size: 1.6em;
  padding-top: 1em;
}
.B03_sp_img{
  padding: 1em;
  margin: -2em auto;
}
.B03_sp_img2{
  padding: 1em;
}
.B03_sp_img3{
  padding: 1em;
  margin-bottom: 2em;
}
.nar_ichiran_inner {
  margin-top: 3em;
  margin-bottom: 1em;
}
.Race_inner {
  padding: 1em;
}
.Race_Box {
  width: 165px;
  margin: 0.4em;
}
.race_date{
  font-size: 1.6em;
  line-height: 1.6;
  text-align: center;
}
.race_name{
  font-size: 1.6em;
  line-height: 1.6;
}
.race_place{
  font-size: 1.6em;
  line-height: 1.6;
}
.race_prize_name{
  font-size: 1.6em;
  line-height: 0.6;
  margin-top: 0.3em;
}
	
/*全てを表示する*/
.pc_show{
  display: none;
}
.sp_show{
  display: block;
}
/*.tb_show{
  display: none;
}*/


.B04_top{
  margin: 0 auto;
  width: 100%;
}
.nar2025_inner3 {
  width: 96%;
  /*background-color: #F6F4E4;*/
  padding: 0em 1em;
}
.nar2025_inner3 p{
  font-size: 1.75em;
  line-height: 1.5;
  margin-top: 0.5em;
}
.nar2025_inner3B {
  width: 96%;
  background-color: #ffecde;
  padding: 2em 1em;
}
.nar2025_inner3B p{
  font-size: 1.75em;
  line-height: 1.5;
  margin-top: 0.5em;
}
.pre_inner {
  padding: 1.5em 0em 1.5em 0em;
}
.pre_Box {
  width: 147px;
  margin: 0.5em;
}
.pre_detail {
  font-size: 1.2em;
  margin-top: 1.2em;
  background-size: 20px 20px;
}
.tadashigaki{
  font-size: 1.0em;
}
.pre_item {
  min-width: 320px;
  margin: 1em;
}
.pre_inner4 {
  width: 100%;
  padding-bottom: 0.5em;
}
.pre_inner4 img {
  width: 100%;
  margin: 0;
}
.pre_inner3 {
  display: flex;
  /*justify-content: center;*/
  flex-wrap: nowrap;
}
.pre_item3 {
  min-width: 180px;
    margin: 0.5em;
  }
.aisai_top_img {
  max-width: 80%;
  padding: 3em 0em 3em 0em;
}
.B04_top p {
  font-size: 1.8em;
}
.nar2025_inner4 {
  width: 100%;
}
.kaisai_scj_box {
  margin: 0 auto;
  text-align: center;
  width: 96%;
  background-color: #fff;
  padding: 1em 1em;
}
.kaisai_scj_txt {
  font-size: 2.0em;
}
.kaisai_scj_txt span {
  font-size: 0.8em;
}
.sma_syohin_kaigyo{
  margin-left: 5.0em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-weight: 700;
  line-height: 1.5;
  vertical-align: middle;
}
.pre_inner {
  justify-content: space-between;
  margin: 0 auto;
  width: 95%;
}
.pre_ichiran {
  margin-top: -4.5em;
}
.pre_Box_scj {
  width: 175px;
  margin: 0.1em;
}
.toiawase_box {
  width: 100%;
  font-size: 1.5em;
}

.note {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.05em;
}
	
.x_img{
	padding-top: 2em;
	max-width: 70%;
	padding-bottom: 4em;
}
.x_img2{
	max-width: 100%;
	padding-right: 0em;
	padding-top: 4em;
	padding-bottom: 0.5em;
}
}

/*PCでは無効（改行しない）*/
.sma {
    display: none;
}

/* pagetop */
#pagetop {
    position:fixed;
    right:10px;
    bottom:50px;
    cursor:pointer;
    z-index: 10;
}
#pagetop img {
	max-width: 60px;
}

@media screen and (max-width: 768px) {
.modal-content {
    max-height: 600px;
}
.nar2025_inner {
	width: 95%;
	margin-top: 2em;
}
.nar2025_inner p {
	font-size: 1.4em;
	font-weight: 800;
	line-height: 1.7;
	margin: 1.5em;
}
.nar2025_inner img {
	margin: 0em;
	max-width: 500px;
}
.nar2025_note {
	margin-bottom: 3em;
}
	/*スマートフォンでは有効（改行する）*/
.sma {
   display: block;
    }
}

.footer {
  max-width: 1100px; 
  margin: 0 auto;
  background: #fff;
  padding: 5px 0 48px;
  text-align: center;
}
.footer img {
	width: 200px;
	margin-top: 15px;
}

@media screen and (max-width:768px) {
  .footer {
    padding: 5px 0 40px
  }
}

.footer__bnr {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 600px;
  margin: 0 auto;
  flex-flow: wrap
}

@media screen and (max-width:768px) {
  .footer__bnr {
    width: 90%;
    justify-content: space-around
  }
}

.footer__bnr p {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 30%
}

@media screen and (max-width:768px) {
  .footer__bnr p {
    width: 40%
  }
  .footer__bnr p:last-of-type {
    margin-top: 0px
  }
}

.footer__copy {
  margin-top: 0px;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  line-height: 3;
  background-color: #40220f;
}

@media screen and (max-width:768px) {
  .footer__copy {
	font-size: 1.2rem;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 5%;
	padding-bottom: 7em;
  }

#pagetop {
  bottom: 65px !important;
}
	
.caution_waku{
  width: 95%;
  font-size: 1.6em;
  line-height: 1.6;
}
}
.no3campbana{
  max-width: 690px !important;
  margin-bottom: 4em;
}

@media screen and (max-width: 640px) {
	
.no3campbana{
  max-width: 95% !important;
  margin: 0em auto 3em;
}
.No3_camp_top_img{
  padding: 3em 1em 1em 1em;
}
.No3_camp_box{
 padding: 0.5em 1.2em;		
	}
.No3_camp_box_lead{
  font-size: 2.5em;
  margin-bottom: 1em;
  line-height: 1.4;
}
.No3_camp_box_lead_img{
  max-width: 80%;
}
.No3_camp_box_02{
  margin: 2em		
}
.u-for-tb {
  display: none;
}
}
/*タブレット対応*/
@media screen and (min-width: 640px) and (max-width: 1024px) {
.No3_camp_box_01 {
  margin: 0em 1em;
}
.No3_camp_box_ttl_01 {
  width: 220px;
}
.No3_camp_box_img_01 {
  max-width: 220px;
  margin-bottom: 1em;
}
.No3_camp_box_txt_01 {
  max-width: 180px;
  font-size: 1.3em;
}
/*.No3_camp_box_02 {
  width: 50%;
  position: relative;
  margin: 2em;
}
.No3_camp_box_02 img {
  position: absolute;
  width: 20px;
  top: 50%;
  left: 48%;
}
.tb_show {
  display: block;
}
.pc_show {
  display: none;
}*/
}
