@charset "UTF-8";

@font-face {
font-family: WWF;
src: url(/shared/font/wwf/wwf.eot);
src: url(/shared/font/wwf/wwf.eot?#iefix) format("embedded-opentype"),
url(/shared/font/wwf/wwf.woff) format("woff"),
url(/shared/font/wwf/wwf.ttf) format("truetype");
}

@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 400;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 700;
  src: local("Yu Gothic Bold");
}


.wwf {
	font-family: WWF;
}



/*-----df----*/
body{
	background-color: #ffffff;
	font-family: AdjustedYuGothic,"Yu Gothic", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Meiryo", sans-serif;
	font-weight: 400;
}
a{cursor: pointer;}
* {font-size: 1.121212vw;}
.pc_cnt{display: block;}
.sp_cnt{display: none;}
.sp_cnt_inline{display: none;}
.w1320{
	max-width: 1320px;
	padding: 0 15px;
	margin: 0 auto;
}
.w980{
	max-width: 980px;
	padding: 0 15px;
	margin: 0 auto;
}
main{
	line-height: 1.7;
	overflow: hidden;
}
.clm2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.clm2 > *{
	width: 48.5%;
}
.al_left{
	text-align: left;
}
.al_center{
	text-align: center;
}
.al_right{
	text-align: right;
}
/* デバイス幅が1320px以上 */
@media screen and (min-width: 1320px) {
	* {font-size: 16px;}
}
@media screen and (max-width: 767px){
	* {font-size: 16px;}
	.pc_cnt{display: none;}
	.sp_cnt{display: block;}
	.sp_cnt_inline{display: inline;}
	.clm2{
		display: block;
	}
	.clm2 > *{
		width: 100%;
	}
}

/*=================================
common
==================================*/
body.mod-body{
	padding-top: 0;
}
.arrow{
	display: flex;
	align-items: center;
}
.arrow::before{
	content: url(/campaign/da_2026aw/images/arrow.svg);
	width: auto;
	height: 100%;
	line-height: 1;
}
.arrow:hover{
	text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: baseline;
}

/*=================================
mv
==================================*/
.mv{
	background: url(/campaign/da_2026aw/images/mv_bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: space-between;
	height: 630px;
	align-items: center;
}

.mv h1{
	margin-left: 80px;
	max-width: 450px;
	width: 40%;
}
.mv_pr_box{
	background-color: #F89834;
	max-width: 360px;
	width: 30%;
	padding: 40px 20px;
}
.mv_pr_box_title{
	font-size: 1.125rem;
	text-align: center;
}
.mv_pr_box figure{
	margin: 20px 0 0;
}
.mv_pr_box_link01 a{
	justify-content: flex-end;
	font-size: 0.875rem;
}
.mv_pr_box_link01 a,.mv_pr_box_link03 a{
	    transition: all 250ms;
}
.mv_pr_box_link01 a:hover,.mv_pr_box_link03 a:hover{
	opacity: 0.7;
}
.mv_pr_box_link02{
	margin: 20px 0;
}
.mv_pr_box_link02 a{
	width: 100%;
	padding: 20px;
	font-size: 1.25rem;
	justify-content: center;
	background-color: #ffffff;
	font-weight: 600;
	transition: background-color 250ms, color 250ms;
}
.mv_pr_box_link02 a:hover{
	background-color: #000000;
	color: #ffffff;
}
.mv_pr_box_link02 a:hover.arrow::before{
	content: url(/campaign/da_2026aw/images/arrow_white.svg);
}
.mv_pr_box_link03 a{
	text-decoration: underline;
}
@media screen and (max-width: 767px){
	.mv{
		display: block;
		height: auto;
		background: none;
	}
	.mv h1{
		width: 100%;
	    margin: 0;
		line-height: 0;
	}
	.mv_pr_box{
		width: 100%;
		max-width: 100%;
	}
}


/*=================================
sec1
==================================*/
#sec1{
	background-color: #000000;
}
#sec1 .abstxt {
	top: auto;
	bottom: 30px;
}
#sec1 .inner {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
@media screen and (max-width: 920px) {
  #sec1 .inner {
	padding-top: 20px;
	padding-bottom: 20px;
  }
}
#sec1 .inner .modal {
	max-width: 650px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	line-height: 1;
}
#sec1 .inner .abs1 {
	bottom: 30px;
	left: -20px;
}
@media screen and (max-width: 920px) {
  #sec1 .inner .abs1 {
	width: 100px;
	bottom: 20px;
	left: 0;
  }
}
#sec1 .inner .abs2 {
	top: 30px;
	right: -50px;
}
@media screen and (max-width: 920px) {
  #sec1 .inner .abs2 {
    width: 100px;
    right: 0;
    top: 16px;
  }
}
@media screen and (max-width: 767px){
     #sec1 .inner {
        padding: 20px;
    }
}
/*=================================
sec2
==================================*/
#sec2{
	background: #D9D9D9;
	padding: 40px;
}
#sec2 > div{
	display: flex;
	justify-content: space-between;
	align-items: center;

}
#sec2 .sec2_title{
	display: inline-block;
	padding: 5px 10px;
	font-weight: bold;
	border: 2px solid #000000;
}
.sec2_box_wrapper{
	display: flex;
	flex-wrap: wrap;
	width: 88%;
}
#sec2 .sec2_box{
	width: 48%;
}
#sec2 .sec2_box a{
	display: flex;
	align-items: center;
	transition: all 250ms;
}
#sec2 .sec2_box a:hover{
	opacity: 0.7;
}
#sec2 .sec2_box figure{
	width: 16%;
	margin-right: 2%;
}
#sec2 .sec2_box div{
	width: 75%;
}
#sec2 .sec2_box a::after{
	content: url(/campaign/da_2026aw/images/arrow.svg);
	width: auto;
	height: 20px;
	line-height: 1;
}
@media screen and (max-width: 767px){
	#sec2{
		padding: 20px 0;
	}
	#sec2 > div{
		display: block;
	}
	#sec2 .sec2_title{
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.sec2_box_wrapper{
		display: block;
		width: 100%;
	}
	#sec2 .sec2_box{
		width: 100%;
		margin-bottom: 10px;
	}
	#sec2 .sec2_box div{
		width: 80%;
	}
}
/*=================================
learn
==================================*/
#learn{
	background: #7CA0B5;
	padding: 60px 0;
}
h2.h2style{
	font-size: 3.625rem;
	margin-bottom: 30px;
	font-weight: 500;
}
h2.h2style span{
	font-size: 1.5rem;
	font-weight: bold;
	padding-left: 1rem;
}
.icon_text{
	display: flex;
	align-items: center;
	font-size: 1.75rem;
	font-weight: 600;
	gap: 20px;
	margin: 40px 0;
}
.learn_box01{
	margin: 40px 0;
}
.learn_box01 figcaption{
	font-size: 1rem;
	margin-top: 10px;
	font-weight: 400;
}
.learn_box01 p{
	margin-bottom: 20px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.75;
}
.fact_box{
	display: flex;
	align-items: center;
	gap: 40px;
}
.fact_box .wwf{
	font-size: 1.5rem;
	padding: 2px 5px 5px;
	background-color: #000000;
	color: #ffffff;
	line-height: 1;
	font-weight: 400;
}
.fact_box ul{
	list-style: disc;
}
.fact_box ul li{
	font-size: 1rem;
	font-weight: 400;
}
@media screen and (max-width: 767px){
	h2.h2style span{
		font-size: 1.125rem;
	}
	.icon_text{
		flex-direction: column;
	}
	.icon_text h3{
		font-size: 1rem;
	}
	.mod-body .learn_box01 p{
		font-size: 1rem;
		margin: 20px 0;
	}
	.fact_box{
		display: block;
	}
	.fact_box .wwf{
		display: inline-block;
		margin-bottom: 20px;
	}
	.mod-body .fact_box ul{
		margin-left: 15px;
	}
	.learn_box01 figcaption{
		margin-bottom: 20px;
	}
}
/*=================================
learn_other01
==================================*/
#learn_other01{
	padding: 60px 0;
}
#learn_other01 .clm2 li{
	margin-bottom: 40px;
}
#learn_other01 .clm2 li div{
	font-size: 1.125rem;
	font-weight: 600;
	color: #ffffff;
	background-color: #000000;
	display: inline-block;
	padding: 0 5px;
	margin: 20px 0;
}
#learn_other01 .clm2 li p{
	font-weight: 400;
	line-height: 1.75;
	font-size: 1.125rem;
}

.yellow_line{
	font-size: 1em;
	border-bottom:  5px solid #F5D200
}
.blue_text{
	font-size: 1em;
	color: #00728F;
	font-weight: 600;
}
@media screen and (max-width: 767px){
	#learn_other01{
		padding: 20px 0;
	}
	#learn_other01 .clm2 li p{
		font-size: 1rem;
	}
}
/*=================================
learn_other02
==================================*/
#learn_other02{
	background: #C4BC8E;
	padding: 60px 0;
}

.learn_other02_title{
  position: relative;
	max-width: 744px;
	width: 90%;
  padding: 3px 32px;
  border: 3px solid #000;
  background-color: transparent; /* 背景色がある場合は #fff や親要素の色を指定 */
  font-size: 1.675rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
	margin: 0 auto 70px;
}

/* 吹き出しの三角（外枠の黒線） */
.learn_other02_title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  background-color: transparent;
}

/* 本体の下ボーダーを三角の内側だけ消す（背景色と同じ色を被せる） */
.learn_other02_title::before {
  content: "";
  position: absolute;
  bottom: -3px; /* 本体のボーダー線の上 */
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 3px;
  background-color: #C4BC8E; /* ←親要素（背景）と同じカラーコードを指定してください */
}
/* ドットナビゲーションの色変更 */
.mod-body button.splide__pagination__page {
  background: #D9D9D9;
  opacity: 1;
}

.mod-body button.splide__pagination__page.is-active {
  background: #97999C;
  transform: none; /* デフォルトの拡大アニメーションを消す場合 */
}
.mod-body button.splide__pagination{
	position: relative;
    bottom: auto;
    margin-top: 10px;
}
.mod-body button.splide__pagination__page{
	width: 15px;
	height: 15px;
	margin: 10px;
}
#learn_other02 .splide{
	padding-bottom: 60px;
}

#learn_other02 .splide__list li{
	background-color: #000000;
	color: #ffffff;
}
#learn_other02 .splide__list li div{
    font-size: 1.125rem;
    font-weight: 600;
    color: #000000;
    background-color: #ffffff;
    display: inline-block;
    padding: 0 5px;
    margin: 20px;
}
#learn_other02 .splide__list li p{
    margin: 20px;
	font-weight: 400;
}
.yellow_text{
	font-size: 1em;
	color: #F5D200;
font-weight: 600;
}
.yellow_textbg{
	font-size: 1em;
	color: #000;
	background-color: #F5D200;
font-weight: 600;
}
@media screen and (max-width: 767px){
	#learn_other02 .splide__list li div{
		font-size: 1rem;
		font-feature-settings: "palt";
		margin: 10px;
	}
	#learn_other02 .splide__list li p{
		margin: 0 10px 10px;
	}
	.learn_other02_title{
		font-size: 1rem;
	    padding: 3px 10px;
	    margin: 0 auto 40px;
	}
}

/*=================================
learn_other03
==================================*/
#learn_other03{
	background: #8CC63F;
	padding: 60px 0;
}

/* スライダー全体の横幅と中央寄せ */
#image-carousel02 {
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  /* 矢印ボタンが画面外にはみ出さないよう左右に余白を確保する場合 */
  padding: 0 150px;
  box-sizing: border-box;
}

/* 矢印ボタンの共通スタイル（上下中央配置） */
#image-carousel02 .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8); /* ボタン背景色（必要に応じて変更） */
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
}

/* 左矢印をパネルの外側（左端）へ配置 */
#image-carousel02 .splide__arrow--prev {
  left: 0;
}

/* 右矢印をパネルの外側（右端）へ配置 */
#image-carousel02 .splide__arrow--next {
  right: 0;
}

/* 矢印アイコンの色（デフォルトのSVG矢印） */
#image-carousel02 .splide__arrow svg {
  fill: #333; /* 矢印の色 */
  width: 16px;
  height: 16px;
}

/* ドットナビゲーション */
#image-carousel02 .splide__pagination {
  bottom: -30px;
}

#image-carousel02 .splide__pagination__page {
  background: #D9D9D9;
  opacity: 1;
}

#image-carousel02 .splide__pagination__page.is-active {
  background: #97999C;
  transform: none;
}

#learn_other03 .learn_other02_title,#learn_other03 .learn_other02_title::after{
	background-color: #ffffff;
	border: none;
}
#learn_other03 .learn_other02_title::after{
	bottom: -8px;
}
#image-carousel02 .splide__arrow{
	background: none;
}
#image-carousel02 .splide__arrow svg{
	fill: #ffffff;
    width: 26px;
    height: 26px;
}
#learn_other03 .splide__slide{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
#learn_other03 .splide__slide figure{
	width: 50%;
}
#learn_other03 .splide__slide > div{
	width: 45%;
}
#learn_other03 .splide__slide > div > div{
    font-size: 1.75rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #000000;
    display: inline-block;
    padding: 0 5px;
    margin: 20px 0;
	font-feature-settings: "palt";
}
#learn_other03 .splide__slide > div p {
    font-weight: 400;/* 600 */
    line-height: 1.75;
    font-size: 1.125rem;
}
@media screen and (max-width: 767px){
	#image-carousel02{
		padding: 0 30px;
	}
	#learn_other03 .splide__slide{
		flex-direction: column;
		justify-content: flex-start;
	}
	#learn_other03 .splide__slide figure,#learn_other03 .splide__slide > div{
		width: 100%;
	}
	#learn_other03 .splide__slide > div > div,#learn_other03 .splide__slide > div p{
		font-size: 1rem;
	}
	#image-carousel02{
		width: 95%;
	}
}
/*=================================
activities
==================================*/
#activities{
	padding: 60px 0;
}
.activities_box{
	margin: 60px 0;
}
.activities_box.reverse{
	flex-direction: row-reverse;
}
.activities_box.bg01 .activities_box_txt{
	background: url(/campaign/da_2026aw/images/bg01.svg) no-repeat;
	background-size: auto 100%;
	background-position: right;
}
.activities_box.bg02 .activities_box_txt{
	background: url(/campaign/da_2026aw/images/bg02.svg) no-repeat;
	background-size: auto 100%;
	background-position: right;
}
.activities_box.bg03 .activities_box_txt{
	background: url(/campaign/da_2026aw/images/bg03.svg) no-repeat;
	background-size: auto 100%;
	background-position: right;
}
.activities_box.bg04 .activities_box_txt{
	background: url(/campaign/da_2026aw/images/bg04.svg) no-repeat;
	background-size: auto 100%;
	background-position: right;
}
.activities_box_txt div{
	font-size: 1.5rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.activities_box_txt div span{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4.5rem;
	width: 4.5rem;
	background-color: #000000;
	border-radius: 100%;
	color: #ffffff;
	font-size: 2.5rem;
}
.activities_box_txt p{
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 1.75;
}
@media screen and (max-width: 767px){
	#activities{
		padding: 20px 0;
	}
	.activities_box_txt div{
		font-size: 1.25rem;
	}
	.activities_box_txt div span{
		width: 3.5rem;
		height: 3.5rem;
	}
	.activities_box .activities_box_txt{
		margin-top: 20px;
	}
	.activities_box.bg01 .activities_box_txt{
		background-size: 100% auto;
		background-position: right bottom;
	}
	.activities_box.bg02 .activities_box_txt{
		background-size: 100% auto;
		background-position: right bottom;
	}
	.activities_box.bg03 .activities_box_txt{
		background-size: 100% auto;
		background-position: right bottom;
	}
	.activities_box.bg04 .activities_box_txt{
		background-size: 100% auto;
		background-position: right bottom;
	}
}

/*=================================
message_box
==================================*/
#message_box{
	background: url(/campaign/da_2026aw/images/bg05.png) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px 10px 10px;
}
#message_box > div{
	align-items: center;
}
#message_box > div p{
	font-size: 1.375rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.orange_line{
	font-size: 1em;
    border-bottom: 5px solid #F89834;
	font-weight: 600;
}
.copyright{
	font-size: 0.675rem !important;
	font-weight: 400;
}
@media screen and (max-width: 767px){
	#message_box > div p{
		font-size: 1.125rem;
	}
	#message_box figure{
		display: none;
	}
}
/*=================================
present
==================================*/
#present{
	background-color: #C0DEF5;
	padding-bottom: 60px;
}
#present .band{
	background-color: #F89834;
	font-size: 1.75rem;
	font-weight: 600;
	text-align: center;
	padding: 20px 0;
	position: relative;
}
#present .band::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
    background-color: #F89834;
}
#present .band span{
	background-color: #ffffff;
	font-size: 1em;
	padding: 4px;
}
#present .h2style{
	text-align: center;
	margin: 60px auto;
}
#present .h2style span{
	display: block;
}
.present_top_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.present_top_box > div{
	width: 50%;
}
.present_top_box > div p{
	margin-bottom: 20px;
	line-height: 1.75;
	font-weight: 400;
}
.present_top_box figure{
	width: 32%;
}
.present_sub_title{
    position: relative;
    max-width: 744px;
    width: 90%;
    padding: 3px 32px;
    font-size: 1.675rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 60px auto;
	background-color: #ffffff;
}
.present_sub_title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
    background-color: transparent;
    background-color: #ffffff;
    border: none;
}
.present_main_box{
	padding: 40px;
	margin: 40px 0;
}
.present_main_box.yen5000{
	background-color: #FFBD59;
}
.present_main_box.yen10000{
	background-color: #F9CB98;
}
.present_main_box.yen15000{
	background-color: #F5D200;
}
.present_detail_title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.present_detail_title > div{
	margin: 0 0.2rem;
}
.present_detail_title > div.lv01{
	font-size: 3.625rem;
	font-weight: normal;
	margin: 0 0 0.6rem;
}
.present_detail_title > div.lv02{
	font-size: 1.675rem;
	font-weight: 600;
}
.present_detail_title > div.lv03{
	font-size: 1.875rem;
	font-weight: 600;
	background-color: #000000;
	color: #ffffff;
	padding: 0 5px;
}
.present_detail_title > div.lv04{
	font-size: 1.675rem;
	font-weight: 600;
}
.present_detail_title > div.lv05{
	font-size: 1.375rem;
	font-weight: 600;
	background-color: #000000;
	color: #ffffff;
	padding: 0 5px;
}
.present_detail_title > div.lv06{
	font-size: 1.125rem;
	font-weight: 600;
}
.present_detail_title > div.lv07{
	font-size: 1rem;
	font-weight: 600;
	background-color: #000000;
	color: #ffffff;
	padding: 0 2px;
}


.present_detail_main{
	display: flex;
	justify-content: space-between;
}
.present_detail_main > div{
	width: 55%;
}
.present_detail_main > div p{
	margin-bottom: 20px;
	line-height: 1.75;
	font-weight: 400;
	font-size: 1rem;
}
.present_detail_main > figure{
	width: 40%;
}
.present_main_box.yen5000 .present_detail_main > figure{
	padding-right: 5rem;
}
.memo{
    position: relative;
    width: 70%;
    border: 2px solid #000000;
    border-radius: 15px;
    padding: 20px 0;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #ffffff;
	transition: all 250ms;
}
.memo:hover{
	opacity: 0.7;
}
.memo .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
}
.present_detail_main > div .memo p{
	margin-bottom: 0;
	font-weight: 600;
}
.memo .flex .abs {
    position: absolute;
    top: 8px;
    left: 20px;
    width: 60px;
    height: 60px;
}

.present_detail_sub_title{
	position: relative;
    max-width: 450px;
    width: 90%;
    padding: 6px 0;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 60px auto;
    background-color: #ffffff;
}
.present_detail_sub_title::after{
	content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
    background-color: transparent;
    background-color: #ffffff;
    border: none;
}
.present_detail_sub_img{
	width: 95%;
}

@media screen and (max-width: 767px){
	#present .band{
		font-size: 1.125rem;
	}
	#present .h2style{
		margin: 30px auto;
	}
	.present_top_box{
		flex-direction: column-reverse;
	}
	.present_top_box figure{
		width: 90%;
	}
	.present_top_box > div{
		width: 100%;
	}
	.present_sub_title{
		font-size: 1.25rem;
		margin: 30px auto;
		width: 100%;
	}
	.present_main_box{
		padding: 20px;
		margin: 20px 0;
	}
	.present_detail_title{
		flex-wrap: wrap;
	}
	.present_detail_title > div.lv01{
		line-height: 1;
		font-size: 3rem;
	}
	.present_detail_title > div.lv02{
		font-size: 1.25rem;
	}
	.present_detail_title > div.lv03{
		font-size: 1.5rem;
		margin: 10px 0;
	}
	.present_detail_title > div.lv04{
		font-size: 1.25rem;
		margin: 10px 0;
	}
	.present_detail_title > div.lv05{
		margin: 10px 0;
	}
	.present_detail_main{
		flex-direction: column-reverse;
	}
	.present_detail_main > figure{
		width: 80%;
		margin: 20px auto;

	}
	.present_main_box.yen5000 .present_detail_main > figure{
		padding: 0;
	}
	.present_detail_main > div{
		width: 100%;
	}
	.present_detail_sub_img {
		width: 85%;
		margin: 0 auto;
		padding-right: 20px;
	}
	.present_detail_sub_title{
		margin: 30px auto;
	}
	.memo{
		width: 100%;
	}
	.memo .flex .abs{
		left: 10px;
		width: 50px;
		top: 15px;
	}
	
}

/*=================================
information_box
==================================*/
#information_box {
	background: url(/campaign/da_2026aw/images/bg06.png) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 10px 10px;
}
.information_box_inner{
	border: 3px solid #000000;
	background: rgba(255,255,255,0.8);
	padding: 40px;
	margin-bottom: 70px;
}
#information_box .box-ttl{
	font-size: 1.875rem;
	font-weight: 600;
	color: #ffffff;
	background-color: #000000;
	display: inline-block;
	padding: 0 5px;
}
#information_box .box-subttl{
	font-size: 1.5rem;
	font-weight: 600;
	margin: 20px 0;
}
#information_box .box-link{
	max-width: 330px;
	text-align: center;
	margin: 20px 0;
}
#information_box .box-link a{
	background-color: #F89834;
	color: #000000;
	padding: 20px;
	font-size: 1.25rem;
	justify-content: center;
	transition: all 250ms, color 250ms;
}

#information_box .box-link a:hover{
	background-color: #000000;
	color: #ffffff;

}
#information_box .box-link a:hover.arrow::before{
	content: url(/campaign/da_2026aw/images/arrow_white.svg);
}
#information_box .box-captions li::before{
	content: "・";
}

ul.box-captions li{
	font-weight: 400;
}

#information_box .box-captions strong{
	border-bottom: 1px solid #000000;
}
#information_box .box-img{
	max-width: 305px;
	margin: 10px 0;
}
#information_box .text-link{
    font-size: 18px;
	font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000;
    transition: 0.5s;
	margin: 10px 0;
}

#information_box .text-link a{
    font-size: 1rem;
	font-weight: 600;
    color: #000;
	text-decoration: none
}
#information_box .text-link a:hover{
	opacity: 0.7;
	text-decoration: underline;
}
#information_box .border-b{
	padding-bottom: 20px;
	border-bottom: 2px solid #000000;
}
.mod-body #information_box p.box-txt{
	font-weight: 400;
	width: 100%;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	#information_box .box-img.no02{
		max-width: 80%;
	}
	#information_box .text-link a{
		font-size: 16px;
		font-weight: 600;
	}
	.information_box_inner{
		padding: 20px;
	}
	#information_box .box-ttl{
		font-size: 1.5rem;
	}
	#information_box .box-subttl{
		font-size: 1.125rem;
		margin-bottom: 10px;
	}
	#information_box .box-link a{
		padding: 10px;
	}
	#information_box ul li{
		font-weight: 400;
		font-size: 0.875rem;
	}

	#information_box .box-captions strong{
		font-size: 0.875rem;
		font-weight: bold;
	}
}


/*=================================
information_box
==================================*/
.memo_modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 10000;
}
.modal__bg{
    background: rgba(255,255,255,0.9);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    left: 50%;
    padding: 10px 40px 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
	max-width: 600px;
	max-height: 100vh;
	overflow-y: auto;
}
.modal__content h3{
	font-size: 1rem;
	margin: 10px 0;
	color: #000000;
}
.modal__content .memo_category{
	font-size: 14px;
	color: #000000;
	display: flex;
	align-items: center;
}
.modal__content .memo_category img{
	max-width: 50px;
	width: 15%;
	margin-right: 10px;
}
.modal__content figure{
	position: relative;
	width: 100%;
    line-height: 0;
    margin: 20px 0;
    padding-top: 60%;
    overflow: hidden;
	background-color: #D9D9D9;
}
.modal__content figure figcaption{
	bottom: 10px;
	right: 10px;
	font-size: 12px;
}
.modal__content figure img{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: 0.5s all;
}
.mod-body .modal__content p{
	margin: 10px 0;
	color: #000000;
	font-size: 0.875rem;
	line-height: 1.75;
}
.memo_close_btn{
	position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
	background-color: #000000;
	border-radius: 100%;
	padding: 10px;
	z-index: 10001;
}
.memo_close_btn::before,.memo_close_btn::after{
	content: "";
	width: 100%;
    height: 3px;
    background-color: #ffffff;
    position: relative;
    display: block;
}
.memo_close_btn::before{
	top: 45%;;
    transform: rotate(45deg);
}
.memo_close_btn::after{
	top: 40%;
    transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
	.modal__content{
		width: 100%;
		padding: 30px;
		max-height: calc(100vh - 80px);
	}
	.modal__content h3{
		font-size: 20px;
	}
	.modal__content .memo_category,.modal__content p{
		font-size: 12px;
		line-height: 1.5;
	}
	.memo_close_btn{
		width: 40px;
		height: 40px;
		right: 20px;
	}
	.memo_close_btn::after{
		top: 30%;
	}
}
.c_red{
	color: #ff0000;
}


/*=================================
スクロールCSS
==================================*/

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*=================================
modal-video
==================================*/
.mod-body .modal-video{
	position: fixed !important;
}
.mod-body .modal-video::before{
    background-color: rgba(0, 0, 0, 0.5) !important;
}














