body {
	margin:0;
	padding:0;
	font-family: "Kosugi Maru", sans-serif;
}



img {
	border-style:none;
	vertical-align: top;
  	max-width: 100%;
}


section {
	padding: 60px 0px 60px 0px;
    box-sizing: border-box;/*------------------重要!忘れるな！*/
	clear: both;
}

.section_boss {
	background: #FFF5D7;
	padding: 20px;
}

.section_user {
	background: url("../../img/user_bg.jpg");
	background-position:center;
	background-repeat: no-repeat;
	background-size:cover;
}


footer {
	padding: 30px 0px 30px 0px;
	background-color:#EF845C;
	color:#fff;
	text-align:center;
}

footer img {
	margin-bottom: 10px;
}

p {
	line-height: 1.7em;
	letter-spacing: 0.05em;
}
/*タイムライン------------------ここから*/
*, *:before, *:after {
  box-sizing: inherit;
}
.timeline {
  text-align: center;
		}
		
  .year {
    display: inline-block;
    font-size: 1.4em;
    position: relative;
	  line-height: 1em;
	  margin-top: 10px;
	  color: #EF845C;
	}
		
    .year span {
      display: inline-block;
      padding-bottom: 10px;  
		 font-size: 0.8em;
    }

  
  .days {
    list-style-type: none;
    margin: 0;
    padding: 0;
	}
		
    .day {
      width: 100%;
      float: left;
	}
		
      .events01 {
        position: relative;
        float: left;
        border-right: 1px solid #EF845C;
        padding: 10px 30px 30px 30px;
        text-align: right;
        width: 50%;
	}
		.events02 {
        position: relative;
        float: right;
        padding: 10px 30px 30px 30px;
        text-align: left;
        width: 50%;
	}
      .events03 {
        position: relative;
        float: left;
        padding: 10px 30px 30px 30px;
        text-align: right;
        width: 50%;
	}
		.events04 {
        position: relative;
        float: right;
		border-left: 1px solid #EF845C;
        padding: 10px 30px 30px 30px;
        text-align: left;
        width: 50%;
	}
        
  
    .events01 img {
    display: block;
    float: right;
	margin-top: 10px;
	max-width: 50%;
	height: auto;
    }
	.events04 img {
    display: block;
    float: left;
	margin-top: 10px;
	max-width: 50%;
	height: auto;
    }
/*タイムライン------------------ここまで*/

.btn_box {
	margin: 0 auto;
	width: 400px;
}

a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  position: relative;
  background: #EF845C;
  border: 1px solid #EF845C;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn:hover {
  background: #fff;
  color: #EF845C;
}
a.btn:hover:before {
  border-top: 2px solid #EF845C;
  border-right: 2px solid #EF845C;
}

.special_movie {
	margin-top: 40px;
width: 100%;
aspect-ratio: 16/9;
}

.special_movie iframe {
width: 100%;
height: 100%;
}


.boss_movie {

width: 100%;
aspect-ratio: 16/9;
}

.boss_movie iframe {
width: 100%;
height: 100%;
}

.guest_movie {
width: 100%;
aspect-ratio: 16/9;
	margin-bottom: 10px;
}

.guest_movie iframe {
width: 100%;
height: 100%;
}

	.youtube_link {
		
		text-align: center;
		line-height: 1.5em;
		font-size: 0.8em;
	}
	.youtube_link a:link {color: #930;} 
	.youtube_link a:visited {color: #930;}
	.youtube_link a:hover {color: #EE7800; text-decoration: underline;}
	.youtube_link a:active {color: #EE7800; text-decoration: underline;}

@keyframes main_imgbox {
    0% {
    }
    100% {
        opacity: 1;
    }
}
@keyframes logo_main {
    0% {
    }
    100% {
        opacity: 1;
    }
}
@media screen and (min-width:481px) {
/*pc用のcssを記述*/

header {
	margin:0 auto;
	margin-bottom:40px;
    box-sizing: border-box;/*------------------重要!忘れるな！*/
	background-position:center;
	background-repeat: no-repeat;
	background-image:url("../../img/header_sky.jpg");
	background-size:cover;
	height: 650px;
	object-fit: cover;
	position: relative;
}

.main_imgbox {
position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: -40px auto;
	max-width: 1400px;
min-width: 1400px;
	animation-name: main_imgbox;
    animation-delay: 1s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
    opacity: 0;
}
	
	
.logo_main {
position: absolute;
top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5)); 
	animation-name: logo_main;
    animation-delay: 2s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
    opacity: 0;
}

	
.section_inner {
	margin:0 auto;
    max-width: 1000px;
	padding: 0px 20px;
	clear: both;
}
.section_inner_guest {
	margin:0 auto;
    max-width: 1200px;
	clear: both;
}



.logo_sp {
	display:none;
	}
	

.main_copy01 {
	color: #EF845C;
	text-align:center;
	font-size: 2em;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	line-height: 1.5em;
}
	
.main_copy02 {
	color: #EF845C;
	font-size: 2em;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	line-height: 1.5em;
}
	
.body_copy01 {
	color: #7D7D7D;
	text-align:center;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
.body_copy02 {
	color: #7D7D7D;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
	
.title_user {
	color: #fff;
	text-align:center;
	font-size: 2em;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.container {
  display: flex;
  margin-bottom: 80px;
}

.boss_box_txt{
	width: 60%;
}
.boss_box_ph{
	width: 40%;
	align-self: flex-end;
}

	.boss_movie {
		text-align: center;
		margin: 0 auto;
		max-width: 820px;
		margin-bottom: 30px;
	}

	

		

	
.guest_container {
  display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
	justify-content: space-around
}
.guest_box{
	width: 30%;
	margin: 10px;
	text-align: center;
}
	.guest_container p {
		line-height: 1.5em;
		color: #EF845C;
	}
	.guest_container span {
		font-size: 0.9em;
	}

.eventPH_container {
  display: flex;
	margin-bottom: 60px;
	flex-wrap: wrap;
	justify-content: space-around
}
.eventPH_box{
	width: 30%;
	margin: 10px;
	text-align: center;
}

	.staff_voice {
		border: 2px solid #EF845C;
		padding: 40px;
		margin: 10px;
		border-radius: 20px;
	}
	.staff_img {
    margin: 0px 0px 10px 10px;
    float: right;
		max-width: 50%;
	}

	.user_box_r {
		background-color: #fff;
		width: 80%;
		border-radius: 20px;
		padding: 20px;
		margin-bottom: 20px;
		margin-left: 10px;
	}
	.user_box_l {
		background-color: #fff;
		width: 80%;
		border-radius: 20px;
		padding: 20px;
		margin: 0 0 20px auto;
		margin-right: 10px;
	}

.pc_img { display: block; }
.sp_img { display: none; }

.pc_br { display: block; }
.sp_br { display: none; }
}
.section_boss {
	padding: 60px 0px;
}

@media screen and (max-width:480px) {
/*スマホ用のcssを記述*/
	
.pc_img { display: none; }
.sp_img { display: block; }
	
.pc_br { display: none; }
.sp_br { display: block; }

	
header {
	margin:0 auto;
	margin-bottom:40px;
    box-sizing: border-box;/*------------------重要!忘れるな！*/
	background-position:center;
	background-repeat: no-repeat;
	background-image:url("../../img/header_sky.jpg");
	background-size:cover;
	height: 350px;
	object-fit: cover;
	position: relative;
}
.main_imgbox {
position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: -40px auto;
width: 100%;
		animation-name: main_imgbox;
    animation-delay: 1s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
    opacity: 0;
}
	
	
.logo_main {
position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	max-width: 300px;
min-width: 300px;
	filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5)); 
		filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5)); 
	animation-name: logo_main;
    animation-delay: 2s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
    opacity: 0;
}
	

.main_copy01 {
	color: #EF845C;
	text-align:center;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	line-height: 1.6em;
}
	
.main_copy02 {
	color: #EF845C;
	text-align:center;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	line-height: 1.6em;
}
	
.body_copy01 {
	color: #7D7D7D;
	text-align:center;
	font-size: 1em;
	letter-spacing: 0.1em;
	padding: 0px 10px;
	line-height: 1.7em;
}
.body_copy02 {
	color: #7D7D7D;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 1.7em;
}
.title_user {
	color: #fff;
	text-align:center;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.container {
  margin-bottom: 60px;
}



.boss_box_txt{
	width: 100%;
}
.boss_box_ph{
	width: 60%;
	margin: 0 auto;
}
	
		.boss_movie {
		margin-bottom: 20px;
	}


.section_inner {
	margin:0 auto;
	padding: 0px 20px;
	clear: both;
}
.section_inner_guest {
	margin: 20px;
	clear: both;
}
	.guest_box{
	margin: 10px 10px 30px 10px;
	text-align: center;
}
	.guest_container p {
		line-height: 1.5em;
		color: #EF845C;
	}
	.guest_container span {
		font-size: 0.9em;
	}

.eventPH_container {
  display: flex;
	margin-bottom: 60px;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0px 10px 0px 10px;
}
.eventPH_box{
	width: 41%;
	margin: 10px;
	text-align: center;
}
	.staff_voice {
		border: 2px solid #EF845C;
		padding: 40px;
		margin: 10px;
		border-radius: 15px;
	}
	.staff_img {
    margin: 0px 0px 20px 0px;
    float:none;
	}

	.user_box_r {
		background-color: #fff;
		border-radius: 20px;
		padding: 20px;
		margin: 20px;
	}
	.user_box_l {
		background-color: #fff;
		border-radius: 20px;
		padding: 20px;
		margin: 20px;
	}
		.staff_voice {
		border: 2px solid #EF845C;
		padding: 20px;
		margin: 10px;
	}
    .events01 img {
    display: block;
    float: right;
	margin-top: 10px;
	max-width: 80%;
	height: auto;
    }
	.events04 img {
    display: block;
    float: left;
	margin-top: 10px;
	max-width: 80%;
	height: auto;
    }
.btn_box {
	margin: 0 auto;
	width: 90%;
}
	a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  position: relative;
  background: #EF845C;
  border: 1px solid #EF845C;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
	.days p {
		font-size: 0.9em;
		line-height: 1.5em
	}
}
