@charset "UTF-8";

/* reset
================================================= */
*,*::before,*::after{box-sizing:border-box}
ul[class],ol[class]{padding:0}
body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}
html{scroll-behavior:smooth}
body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}
ul[class],ol[class]{list-style:none}
a:not([class]){text-decoration-skip-ink:auto}
img,picture{max-width:100%;display:block}
/*article>*+*{margin-top:1em}*/
input,button,textarea,select{font:inherit}
img:not([alt]){filter:blur(10px)}
@media(prefers-reduced-motion:reduce){
  *{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}
}
/* addition */
*{min-height:0vw;min-height:0}
main{display:block}
h5,h6{margin:0}
img,picture{width:100%;height:auto}
table{border-collapse:collapse;border-spacing:0}
a{color:inherit;word-break:break-all}

/* base
================================================= */
html,
body { height: 100%; }
html { font-size: 62.5%; }
body {
	background: #fff url("../image/back_body.png");
	color: #1D1D1D;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
a {
  color: #0045A4;
}
a:visited {
	color: #5E2A81;
}
a:hover,
a:active {
	color: #078AEF;
}
iframe[src^="https://www.youtube.com/"] {
  width: 100%;
  height: 100%;
	aspect-ratio: 16 / 9;
}

@media print, screen and (min-width: 600px) {
  body { line-height: 2.0; }
}

/* font
================================================= */
.font_Zen_Maru500 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.font_Zen_Maru700 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* text decoration
================================================= */
.text-small { font-size: 0.85em; }
.text-large { font-size: 1.25em; }
.text-bold { font-weight: bold; }
.text-red { color: #C80028; }

/* main : area
================================================= */
.area {}
.area_story {}
.area.archive {}

/* main : area > section
================================================= */

.area_story section { 
	margin: 8% auto;
	position: relative;
}
.area_story section::before{
	content: "";
	width: 100%;
	height: 8vw;
	position: absolute;
	display: block;
	top: 4vw;
	background-image: url("../image/back_head_st.png");
	background-size: 4vw auto;
	z-index: 1;
}
.area_story article{
	width: 92%;
	max-width: 1080px;
	margin: 0 auto;
}
.story_title  {
	margin-bottom: clamp(16px,4%,32px);
	display: flex;
}
.story_title h2 {
	background-image: url("../image/h_contents_blue.svg");
	background-repeat: no-repeat;
	background-size:100% auto; 
	width: clamp(68px,20vw,160px);
	height: clamp(79px,23.2vw,186px);
	padding-top: clamp(16px,5.5vw,46px); 
	color: #ffffff;
	font-size: clamp(1.6rem,3.6vw,3.2rem);
	text-align: center;
	position: relative;
	z-index: 2;
}
.story_title h3 {
	width: clamp(200px,80vw,940px);
	align-self: flex-start;
	padding-top: clamp(48px,16vw,120px); 
	position: relative;
	z-index: 2;
	font-size: clamp(2.0rem , 4vw , 3.8rem);
	line-height: 1.2;
}
.story_title h3 span {
	display: inline-block;
}

.highlight {
	margin: clamp(24px , 12% , 80px) auto 0;
	padding: clamp(1.6rem , 3% , 3.2rem);
	background: #ffffff;
	font-weight: 500;
	border-radius: 8px;
	box-shadow: 2px 2px 0px 4px rgba(54, 136, 255, 0.4);
}
.highlight p + p {
	margin-top: 1em;
}

@media print, screen and (min-width: 540px) {
.area_story section::before{ height: clamp( 80px, 10vw , 110px); top: 0; }
.story_title  { padding-top: clamp( 16px, 4vw , 30px); }
.story_title h3 {
	padding-top: clamp(48px,13vw,110px);
	padding-left: 2vw;
}
}

@media print, screen and (min-width: 960px) {
.area_story section::before{ background-size: 3vw auto; }
.highlight { font-size: 1.8rem;}
}

@media print, screen and (min-width: 1920px) {
.area_story section::before{ background-size: 56px auto; }
}
/* spot_list
================================================= */

ul.spot {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2%;
}
ul.spot li {
  width: 100%;
  margin-top: 4%;
  padding: 4% 5%;
  position: relative;
  border-radius: 6px;
  background: #ffffff;
  font-size: 1.45rem;
  box-shadow: 2px 2px 0px 4px rgba(54, 136, 255, 0.4);
	overflow: hidden;
}
ul.spot li::before {
  display: block;
  content: "　";
  padding: 20px;
  position: absolute;
  top:-36px;
  left:-36px;
  background:rgba(255, 255, 91, 1);
transform: rotate(45deg);
}
ul.spot li h4 {
  color: #0544ff;
  font-size: 1.07em;
}
ul.spot li img.pic {
	width: 100%;
	max-width: 250px;
}

@media print, screen and (min-width: 600px) {
	ul.spot li { width: 48%; padding: 2% 3%; }
}
@media print, screen and (min-width: 960px) {
	ul.spot li { padding: 1.5% 2.5%; }
}


/*****************************************************************

    swiper

*****************************************************************/
.story_swiper{ 
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

.swiper-button-prev,
.swiper-button-next{ margin-top: -15px; height: 24px; width: 24px;background-size: 100% auto;}
.swiper-button-prev{ background-image:url("../image/arrow_left.svg"); }
.swiper-button-next{ background-image:url("../image/arrow_right.svg"); }

@media screen and (min-width: 768px) {
.story_swiper .swiper-button-next ,
.story_swiper .swiper-button-prev { height: 36px; width: 36px; }
}

.swiper-pagination { right: 0; }
.swiper-pagination-bullet {
  margin: 0 4px;
  width: 12px;
  height: 12px;
}

/* footer
================================================= */
footer {
  padding: clamp( 20px , 2% , 40px) 0 120px;
  background-image: url("../image/back_head_st.png");
  background-size: 3vw auto;
  font-size: 1.2rem;
  text-align: center;
}
address {
  font: inherit;
  line-height: 20px;
}

/*フッターバナー*/
ul.footer_banner{
	display: flex;
	justify-content: center;
	width: 90%;
	max-width: 640px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.footer_banner li{ width:48%; margin-left:2.75%; margin-bottom: 1.6rem; }
.footer_banner li:first-child{ margin-left:0; }

@media print, screen and (min-width: 1920px) {
footer{background-size: 56px auto;}
}
