@charset "UTF-8";

@import url("https://use.typekit.net/uzr3yrx.css");

/* ==================================================
Font
================================================== */
html {
	font-size: 62.5%;
	overscroll-behavior: none;
	overscroll-behavior-y: none;
}

body,
#all-wrap {
	/*font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif;*/
	font-family: "m-plus-rounded-1p", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.8;
	letter-spacing: 0.06em;
	color: #0a2f91;

	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  overscroll-behavior: none;
	overscroll-behavior-y: none;

	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

/*
--- Web Fonts ---

----- 和文体
M Plus Rounded 1p
https://fonts.adobe.com/fonts/m-plus-rounded-1p

font-family: "m-plus-rounded-1p", sans-serif;
font-style: normal;
font-weight: 400;

Regular 400
Medium 500
Bold 700


----- 欧文体
Armada 
https://fonts.adobe.com/fonts/armada

font-family: armada, sans-serif;
font-style: normal;
font-weight: 400;

Regular 400
Bold 700

*/

.font-jp {
	font-family: "m-plus-rounded-1p", sans-serif;
}

.font-en {
	font-family: armada, sans-serif;
	letter-spacing: 0;
}


/* ==================================================
Link
================================================== */
a:link { text-decoration: none; color: inherit; }
a:visited { text-decoration: none; color: inherit; }
a:hover { text-decoration: none; color: inherit; }
a:active { text-decoration: none; color: inherit; }
:focus { outline: 0; }

a.txt-link:link { text-decoration: underline; color: inherit; }
a.txt-link:visited { text-decoration: underline; color: inherit; }
a.txt-link:hover { text-decoration: none; color: inherit; }
a.txt-link:active { text-decoration: none; color: inherit; }

a img { transition: all 0.4s ease-out 0s; }


/* ==================================================
Page Base
================================================== */
body {
	background-color: #d6f2fd;
}

#all-wrap {
	text-align: center;
	overflow: hidden;
	font-size: 1.6rem;
	min-width: 320px;
	position: relative;
	z-index: 10;
}

img,
svg {
	display: block;
	margin: 0 auto;
}

i,
em {
	display: inline-block;
	font-style: normal;
}


/* Text Color
------------------------------ */
.txt-def { color: #fff; }
.txt-white { color: #fff; }
.txt-black { color: #000; }
.txt-purple { color: #4c3584; }
.txt-purplelight { color: #a695ce; }
.txt-blue { color: #0a2f91; }
.txt-bluelight { color: #228cce; }


/* Background Color
------------------------------ */
.bg-def { background-color: #fff; }
.bg-white { background-color: #fff; }
/*.bg-blue { background-color: #ecf9ff; }*/
.bg-blue { background-color: #d6f2fd; }



#bg-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1100px;
	background: url(/original/digup/asset/img/bg.jpg) no-repeat center top;
	background-size: auto;
	z-index: -1;
}

@media screen and (min-width: 2000px) {
	#bg-fixed {
		background-size: 100% auto;
	}
}

@media screen and (max-width: 580px) {
	#bg-fixed {
		background: url(/original/digup/asset/img/bg_sp.jpg) no-repeat center bottom;
		background-size: cover;
		max-height: 800px;
	}
}


/* ==================================================
Header
================================================== */
#hdr-wrap {
}

#hdr-wrap .hdr-inner {
	width: clamp(280px, 80%, 800px);
	margin: 0 auto;
	padding: clamp(140px, 87.5px + 12.5vw, 200px) 0 clamp(100px, 82.5px + 4.167vw, 120px);
}

#hdr-wrap .hdr-ttl {
	margin-bottom: clamp(30px, 12.5px + 4.167vw, 50px);
}

#hdr-wrap .hdr-ttl img {
}

#hdr-wrap .hdr-date {
	font-family: armada, sans-serif;
	font-weight: 700;
	font-size: clamp(2.2rem, 0.1rem + 5vw, 4.6rem);
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
}

#hdr-wrap .hdr-date>div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

#hdr-wrap .hdr-date>div>span {
	margin: 0 0.2em;
	transform: translateY(-2px);
}

#hdr-wrap .hdr-date>div>i {
	transform: translateY(-4px);
}

#hdr-wrap .hdr-date .week {
}

#hdr-wrap .hdr-date .week span {
}

#hdr-wrap .hdr-date .time {
}

#hdr-wrap .hdr-date .time span {
}

/* ==================================================
Contents
================================================== */
#main-wrap {
	padding: 0 4%;
}

/* .area
------------------------------ */
.area {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}


/* .area-title
<h2 class="area-title"><span><b>TITLE WORD1</b> <b>TITLE WORD2</b></span></h2>
------------------------------ */
.area-title {
	font-family: armada, sans-serif;
	font-weight: 700;
	font-size: clamp(2.8rem, 0.875rem + 4.583vw, 5rem);
	line-height: 1;
	margin-bottom: clamp(40px, 31.25px + 2.083vw, 50px);
}

.area-title>span {}

.area-title>span b {
}


/* .box-round
------------------------------ */
.box-round {
	border-radius: 12px;
	background-color: #fff;
	padding: clamp(60px, 42.5px + 4.167vw, 80px) min(4%, 30px) 80px;
	width: min(100%, 1100px);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	position: relative;
}

.box-round.boxtype-head {
	border-radius: 60px 60px 12px 12px;
}

.box-round.boxtype-foot {
	border-radius: 12px 12px 60px 60px;
}


@media screen and (max-width: 580px) {
	.box-round.boxtype-head {
		border-radius: 40px 40px 12px 12px;
	}
	
	.box-round.boxtype-foot {
		border-radius: 12px 12px 40px 40px;
	}
}


/* ==================================================
Footer
================================================== */
#ftr-wrap {
	margin-top: 10px;
	padding: 0 min(3%, 30px) clamp(60px, 42.5px + 4.167vw, 80px);
	position: relative;
}

#ftr-wrap .ftr-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	background-color: #0a2f91;
	padding: clamp(40px, 13.75px + 6.25vw, 70px) min(5%, 50px);
}

#ftr-wrap .logo {
	width: 180px;
}

#ftr-wrap .logo a {
	display: block;
}

#ftr-wrap .copyright {
	font-size: clamp(1.1rem, 0.925rem + 0.417vw, 1.3rem);
	line-height: 1.2;
	color: #fff;
}

#ftr-wrap .copyright b {
	display: inline-block;
	margin-right: 6px;
	font-size: 110%;
	transform: translateY(1px);
}


@media screen and (max-width: 900px) {
	#ftr-wrap .ftr-inner {
		display: block;
	}

	#ftr-wrap .logo {
		width: 140px;
		margin: 0 auto 10px;
	}

	#ftr-wrap .copyright {}
}
