b, strong, .bold{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
}
body {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	width: 1280px;
	margin: 0 auto;
  font-size: 17px;
  line-height: 1.7em;
}
a:hover {
	opacity: .5;
  transition: all .4s;
}
a:visited {
	color: #000;
}
header section img {
	width: 100%;
}
main {
	text-align: center;
}
main article:not(:first-child) {
	margin-top: 90px;
}
main h2 img {
	height: 33px;
	margin-bottom: 45px;
}
.outside_wrap > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	margin-top: 45px;
}
.outside_wrap section {
	width: 315px;
	margin: 0 17px;
}
.outside_wrap section > img:first-child {
	width: 100%;
}
.outsidephoto_wrap {
	margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
  align-items: center;
}
.outsidephoto_wrap a {
	line-height: 0;
	margin: 2px;
	width: 98px;
	height: 98px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.outsidephoto_wrap img {
	max-width: 100px;
	max-height: 100px;
}
.present_wrap section img {
	width: 480px;
  margin-top: 35px;
}
.present_wrap section p span {
	font-size: 1.1em;
}
.link_btn a {
  display: inline-block;
  padding: 8px;
  text-decoration: none;
  border: 1px solid #000;
  width: 265px;
  margin: 45px;
	font-size: 1.1em;
	color: #000;
}
.link_btn a:hover {
	background-color: #e3e4e4;
  transition: all .4s;
	opacity: 1;
}
.font-small {
	font-size: 13px;
}
/* movie */
.movie_wrap {
  width: 480px;
  position: relative;
  z-index: 1;
	margin: 0 auto;
	margin-top: 30px;
}
.movie_wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.movie_wrap .movie_img {
  width: 480px;
}
.movie_wrap .rsample2{
  position:relative;
  width:100%;
}
.movie_wrap .rsample2 span {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
.movie_wrap .rsample2 span img{
  width:80px;
}
/* /movie */
.specialpresent_wrap section img {
	width: 480px;
  margin-top: 35px;
}
/* footer */
footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 90px 0 5px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: .9em;
}
footer a {
	color: #000;
	text-decoration: none;
	padding: 0 6px;
}
footer section:nth-child(1) span {
	padding: 0 8px;
}
footer section:nth-child(4) img {
	height: 23px;
}
footer section:nth-child(4) {
	text-align: center;
	padding: 0 15px;
}
footer section:nth-child(4) span {
	font-size: .7em;
	padding-top: 20px;
	display: block;
}
/* /footer */

/* back to top */
#top_btn_wrap {
  position:fixed;
  right: 30px;
  bottom: 95px;
  transition: right 0.3s;
  z-index: 200;
}
#top_btn_wrap img {
	width: 37px;
}
/* /back to top */

@media screen and (min-width: 768px) {
  nav {
    display: none;
  }
	.sp_br {
		display: none;
	}
	footer section:nth-child(2) {
		margin-right: 110px;
	}
	/* back to top */
	#top_btn_wrap {
	  right: unset;
	  left: calc((100% / 2) + 450px);
	}
}
@media screen and (max-width: 768px) {
	body {
		width: 100%;
		font-size: 15px;
	}
	.pc_br {
		display: none;
	}
	/* header */
  nav {
    display: block;
  }
	header h1 img {
		width: 111px;
		padding: 20px;
	}
	/* SP menu */
	#menu .menu_logo {
    width: 111px;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
	}
	#menuBtn {
    z-index: 999;
    width: 45px;
    position: fixed;
    right: 10px;
    top: 5px;
	}
	#menuClose {
		z-index: 999;
		width: 35px;
		position: fixed;
		right: 15px;
		top: 11px;
		background-color: #fff;
	}
	#menu {
	  z-index: 999;
	  display: none;
	  position: fixed;
	  top: 0;
	  width: 100%;
    padding-top: 120px;
		background-color: #fff;
	}
	#menu ul {
		text-align: center;
		background-color: #fff;
	}
	#menu ul li {
		font-size: 1.3em;
	}
	#menu ul li:not(:first-child) {
		border-top: 1px solid;
	}
	#menu ul li a {
		padding: 15px;
		display: block;
		color: #000;
	}
	/* /SP menu */
	main article:not(:first-child) {
		margin-top: 55px;
	}
	main {
		padding: 0 20px;
	}
	.description {
		text-align: left;
	}
	main h2 img {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	.outside_wrap > div {
		margin-top: 0;
	}
	.outside_wrap section {
		width: 100%;
		margin: 40px 10px 0;
	}
	.outsidephoto_wrap {
		margin-top: 20px;
	}
	.outsidephoto_wrap a {
		width: 31%;
	}
	.outsidephoto_wrap img {
		max-width: 100%;
		max-height: 100%;
	}
	.present_wrap section img {
		width: 100%;
		margin-top: 20px;
	}
	.link_btn a {
	  width: 80%;
	  margin: 45px 0;
	}
	.present_wrap .font-small {
		text-align: left;
	}
	/* movie */
	.movie_wrap {
	  width: 100%;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
		margin-top: 25px;
	}
	.movie_wrap .rsample2 span {
	  margin-left: -25px;
	  margin-top: -25px;
	}
	.movie_wrap .rsample2 span img{
	  width: 50px;
	}
	.movie_wrap .movie_img {
	    width: 280px;
	}
	/* /movie */
	.specialpresent_wrap section img {
		width: 100%;
		margin-top: 20px;
	}
	/* footer */
	footer {
		width: 80%;
		margin: 60px auto 30px;
		font-size: 1em;
	}
	footer section {
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}
	footer section:nth-child(1) span {
		display: none;
	}
	footer section:nth-child(1),
	footer section:nth-child(3) {
		border-top: 1px solid;
	}
	footer section:nth-child(1) {
    padding-top: 30px;
	}
	footer section:nth-child(2) {
    padding-bottom: 30px;
	}
	footer section:nth-child(3) {
    padding: 30px 0;
	}
	footer section:nth-child(4) span {
		font-size: .5em;
	}
	footer section:nth-child(4) img {
		height: 21px;
	}
}