@charset "UTF-8";

/*-----------------------------------------------------------------------
 present
*----------------------------------------------------------------------- */
.present .com-inner {
  padding: 0 0 7%;
}

.present-liset_item.num1 {
  margin: 0 auto 6%;
  width: 55.4%;
}
.present-liset_item.num1> img {
  margin: 0 auto 1%;
}
.present a {
  border: none;
  background: none;
  margin: 0 0 0 -5%;
  outline: none;
  width: 110%;
}
.present-liset_item.num2,
.present-text {
  width: 100%;
}
.present-liset_item.num2 {
  margin: 0 auto 2%;
}
.present-text {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .present .com-inner {
    padding: 0 0 8%;
  }
  .present-list {
    margin: 0 auto 10%;
  }
  .present-liset_item.num1,
  .present-liset_item.num2 {
    width: 90%;
  }
  .present-liset_item.num1 {
    margin: 0 auto 8%;
  }
  .present-liset_item.num2 .is-pc_img {
    display: none;
  }
  .present-liset_item.num2 .is-sp_img {
    display: block;
  }
  .present-liset_item.num1> img {
    margin: 0 auto 3%;
  }
  .present-text {
    margin: 0 auto 3%;
  }
}
@media screen and (max-width: 583px) {
  .present .com-inner {
    padding: 0 0 0%;
  }
  .present-liset_item.num1,
  .present-liset_item.num2 {
    width: 94%;
  }
}
@media screen and (max-width: 479px) {
  .present-liset_item.num1,
  .present-liset_item.num2 {
    width: 100%;
  }
  .present a {
    margin: 0 0 0 -3%;
    width: 106%;
  }
}


/*-----------------------------------------------------------------------
 share_sns
----------------------------------------------------------------------- */
.share_sns .com-inner {
  margin: -5% auto 0;
  padding: 8% 0 10%;
  width: 70%;
}
.share_sns-content_wrap {
  background: #fff;
  border: 2px solid #ccc;
  /* box-shadow: 0px 7px 8px 0px rgba(182, 175, 180, 0.8); */
  margin: 0 auto;
  padding: 3.4% 6%;
  position: relative;
  text-align: left;
}
.share_sns-text,
.share_sns-list {
  display: inline-block;
  vertical-align: middle;
}
.share_sns-text {
  margin: 0 6% 0 0;
  width: 24%;
}.share_sns-list {
  margin: 0;
  width: 70%;
}
.share_sns-list-item a {
  display: block;
}
.share_sns-list-item a:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.share_sns-list-item:nth-of-type(1) {
  margin: 0 6% 0 0;
  width: 21%;
}
.share_sns-list-item:not(:nth-of-type(1)) {
  width: 20%;
}
.share_sns-list-item:nth-of-type(2),
.share_sns-list-item:nth-of-type(3) {
  margin: 0 6.5% 0 0;
}
@media screen and (max-width: 767px) {
  .share_sns .com-inner {
    width: 84%;
  }
}
@media screen and (max-width: 583px) {
  .share_sns .com-inner {
    margin: 0 auto;
    padding: 11% 0;
    width: 100%;
  }
}


/*-----------------------------------------------------------------------
 scroll Top
----------------------------------------------------------------------- */
#pageTop {
  background: #897154;
  border-radius: 50%;
  border: 3px solid #fff;
  bottom: 0;
  box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.3);
  height: 80px;
  margin: 0 4% -20% 0;
  position: fixed;
  right: 0;
  text-align: center;
  transition: 0.3s ease;
  width: 80px;
  z-index: 3;
}
#pageTop.is-floated {
  margin: 0 4% 50px 0;
}
#pageTop::before {
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  content: '';
  display: inline-block;
  height: 26px;
  left: 50%;
  margin: -15px 0 0 -15px;
  position: absolute;
  top: 59%;
  transform: rotate(-45deg);
  width: 26px;
}
@media screen and (max-width: 767px) {
  #pageTop {
    height: 60px;
    width: 60px;
  }
  #pageTop.is-floated {
    margin: 0 4% 30px 0;
  }
  #pageTop::before {
    height: 18px;
    margin: -10px 0 0 -12px;
    width: 18px;
  }
}


/*-----------------------------------------------------------------------
* modal
*----------------------------------------------------------------------- */
html.modalOpen,
body.modalOpen {
	height: 100%; /* spのみ記述 */
	overflow: hidden;
}
.modalArea {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110vh;
	z-index: 999;
}
.mOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110vh;
	background: rgba(0,0,0,0.8);
	z-index: 1;
}
.modalArea .mWrap {
	z-index: 10;
	background: #f0f5f9;
	width: 90%;
	max-width: 700px;
	font-weight: normal;
	font-size: 16px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	background-color: transparent;
}
.mWrap .mContent,
.mWrap .mClose,
.mWrap .mLeftBtn,
.mWrap .mRightBtn {
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}
.mWrap .mContent {
	position: relative;
	background-color: #fff;
	padding: 20px;
}
.modalArea .mContainer {
	position: relative;
	width: 100%;
	height: 100vh;
}
.modalArea .mContainer.overHeight {
	top: 30px;
	max-height: calc(100vh - 30px);
	overflow-y: scroll;
}
.modalArea .mContainer.overHeight .mWrap {
	top: 0;
	max-width: 600px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 80px;
}
.closeArea {
	padding-top: 12px;
}
.mClose {
	width: 100%;
	height: 58px;
	display: inline-block;
	line-height: 59px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
	background-color: #777;
	-webkit-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}
.mClose:hover {
	background: #aaa;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.mBtn,
.mClose {
  letter-spacing: 0.05em;
}
.mClose span {
	position: relative;
	padding-left: 24px;
}
.mClose span::before,
.mClose span::after {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	display: block;
	width: 4px;
	height: 24px;
	margin-top: -13px;
	background-color: #fff;
}
.mClose span::before {
	transform: rotate(45deg);
}
.mClose span::after {
	transform: rotate(-45deg);
}
.modalArea .mWrap .mInner .mHead {
	display: block;
	width: 100%;
	margin: 0 auto 4px;
	text-align: center;
	line-height: 39px;
	font-weight: bold;
	font-size: 16px;
}
.modalArea .mWrap .mInner> span,
.modalArea .mWrap .mInner div.mView {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 0;
}
.modalArea .mWrap .mInner> span {
	padding: 0 0 70%; /* 750:525=100:x */
}
.modalArea .mWrap .mInner div.mView {
  padding: 0 0 calc(70% - 4px); /* 750:525=100:x + bordersize*/
  vertical-align: middle;
}
.modalArea .mWrap .mInner> span img,
.modalArea .mWrap .mInner div.mView img {
	position: absolute;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.modalArea .mWrap .mInner> span img {
	height: 100%;
}
.modalArea .mWrap .mInner div.mView img {
	width: auto;
  height: 100%;
}
.modalArea .mWrap .mInner .mTitle {
	font-weight: bold;
	font-size: 18px;
	color: #038de1;
	clear: both;
	margin-bottom: 0;
}
.modalArea .mWrap .mInner .mLead {
	height: 84px;
	margin: 0 auto;
	padding: 0 50px 30px;
	text-align: left;
	text-shadow: 0 0 0 #0e0e0e, 0 0 0 #0e0e0e;
	line-height: 1.8;
	font-size: 15px;
}
.modalArea .mWrap .mInner .mLead span {
	letter-spacing: 0.2em;
	font-weight: bold;
}
.modalArea .mWrap a.mLeftBtn,
.modalArea .mWrap a.mRightBtn,
.mClose {
	display: inline-block;
	vertical-align: middle;
}
.mClose {
	width: calc(44% - 8px);
	margin: 0 4px 0;
}
.modalArea .mWrap a.mLeftBtn,
.modalArea .mWrap a.mRightBtn {
	display: inline-block;
	position: relative;
	width: 28%;
	height: 58px;
	background-color: #777;
}
.modalArea .mWrap a.mLeftBtn.slideEnd,
.modalArea .mWrap a.mRightBtn.slideEnd {
	background-color: #484848;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: default;
}
.modalArea .mWrap a.mLeftBtn.slideEnd::before,
.modalArea .mWrap a.mRightBtn.slideEnd::before {
	border-color: #6b6b6b;
}
.modalArea .mWrap a:hover {
	opacity: 1.0;
}
.modalArea .mWrap a.mLeftBtn::before,
.modalArea .mWrap a.mRightBtn::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	width: 22px;
	height: 22px;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
.modalArea .mWrap a.mLeftBtn::before {
	transform: translateY(-50%) rotate(135deg);
	left: 42%;
}
.modalArea .mWrap a.mRightBtn::before {
	transform: translateY(-50%) rotate(-45deg);
	right: 42%;
}


@media screen and (max-width: 583px) {
	.modalArea .mWrap a.mLeftBtn,
	.modalArea .mWrap a.mRightBtn,
	.mClose {
		height: 52px;
	}
	.mClose {
		line-height: 56px;
		font-size: 14px;
	}
	.modalArea .mWrap a.mLeftBtn::before,
	.modalArea .mWrap a.mRightBtn::before {
		width: 14px;
		height: 14px;
	}
}


@media screen and (max-width: 479px) {
	.modalArea .mWrap {
		width: 96%;
	}
	.mWrap .mContent {
		padding: 8px;
	}
	.modalArea .mWrap .mInner div.mView {
		border: none;
		padding: 0 0 70%;
	}
	.modalArea .mWrap .mInner div.mView img {
		/* width: 100%; */
	}
	.closeArea {
		padding-top: 6px;
	}
	.mClose span {
	padding-left: 28px;
	}
	.mClose span::before, .mClose span::after {
	left: 4px;
	}
}

