@charset "UTF-8";
/* module CSS */




/* section
-------------------------------------------------- */
.l-section__title {
	color: #DE5D05;
	font-family: 'Noto Serif JP', serif;
	font-size: 3.2rem;
	font-weight: 700;
  line-height: 1.5;
	text-align: center;
}
.l-section__title + * {
	margin-top: 30px !important;
}
.l-section__title .tx-logo img {
  vertical-align: baseline;
}
/* PC */
@media print, screen and (min-width: 769px) {
	.l-section__inner {
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
	}
}
/* SP */
@media only screen and (max-width: 768px) {
  .l-section__title {
    font-size: 2.4rem;
  }
  .l-section__title + * {
    margin-top: 20px !important;
  }
  .l-section__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}


/* text
-------------------------------------------------- */
.u-txt-center {
  text-align: center !important;
}

.u-txt-red {
  color: #DE5D05;
}

.u-txt-bold {
  font-weight: 700;
}

.u-txt-image {
  vertical-align: middle;
}



/* heading
-------------------------------------------------- */
.c-heading--line {
	border-bottom: 1px solid #DE5D05;
	color: #DE5D05;
	font-weight: bold;
	position: relative;
}
.c-heading--line:before,
.c-heading--line:after {
	border-style: solid;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
}
.c-heading--line:before {
	border-color: transparent transparent transparent #DE5D05;
	border-width: 4px 0 0 12px;
	left: 0;
	bottom: 0;
}
.c-heading--line:after {
	border-color: transparent #DE5D05 transparent transparent;
	border-width: 0 12px 4px 0;
	right: 0;
	bottom: -5px;
}


/* link
-------------------------------------------------- */
.u-txt-link {
  color: #009EFF !important;
  text-decoration: underline !important;
}
.u-txt-link[target="_blank"]:after {
  background-image: url(/content/dam/shc/jp/asverin/assets/images/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 14px;
}


/* button
-------------------------------------------------- */
.c-button {
  display: table;
  /*line-height: 50px;*/
  margin-left: auto;
  margin-right: auto;
}
* + .c-button {
  margin-top: 30px;
}
.c-button > .c-button__inner {
  display: block;
  transform: skewX(20deg);
  transition: 0.3s all;
}
.c-button a {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  height: 100%;
  line-height: 1.4 !important;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  text-align: center;
  transform: skewX(-20deg);
}
.c-button a:after {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) skewX(0deg);
}
.c-button--01 .c-button__inner {
  background-color: #DE5D05;
  border: 1px solid #fff;
  box-shadow: 0px 0 10px rgba(0,0,0,0.25);
}
.c-button--01 a {
  color: #fff;
}
.c-button--01 a:after {
  background-image: url(/content/dam/shc/jp/asverin/assets/images/icon_arrow01.svg);
  height: 6px;
  right: 16px;
  width: 28px;
}
.c-button--02 .c-button__inner {
  background-color: #fff;
  box-shadow: 0px 0 10px rgba(0,0,0,0.25);
}
.c-button--02 .c-button__inner:before {
  background-color: #D2AD44;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
}
.c-button--02 a {
  color: #DE5D05;
}
.c-button--02 a:after {
  background-image: url(/content/dam/shc/jp/asverin/assets/images/icon_arrow02.svg);
  height: 6px;
  right: 16px;
  width: 28px;
}
.c-button--03 .c-button__inner {
  background-color: #A67A17;
  border: 1px solid #fff;
  box-shadow: 0px 0 10px rgba(0,0,0,0.25);
}
.c-button--03 a {
  color: #fff;
}
.c-button--03 a:after {
  background-image: url(/content/dam/shc/jp/asverin/assets/images/icon_arrow01.svg);
  height: 6px;
  right: 16px;
  width: 28px;
}
.c-button--04 .c-button__inner {
  background-color: #fff;
  border: 1px solid #DE5D05;
  box-shadow: 0px 0 10px rgba(0,0,0,0.25);
}
.c-button--04 a {
  color: #DE5D05;
}
.c-button--04 a:after {
  background-image: url(/content/dam/shc/jp/asverin/assets/images/icon_arrow02.svg);
  height: 6px;
  right: 16px;
  width: 28px;
}
.c-button--popup .c-button__inner {
  background-color: #fff;
  border: 1px solid #DE5D05;
}
.c-button--popup a {
  color: #DE5D05;
}
.c-button--popup a:after {
  background-image: url(/content/dam/shc/jp/asverin/assets/images/icon_popup.svg);
  height: 20px;
  right:  20px;
  width: 20px;
}
.c-button--alLeft {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.c-button--alLeft a {
  padding-left: 20px;
}
/* PC */
@media print, screen and (min-width: 769px) {
	.c-button a:hover {
    opacity: 1;
  }
  .c-button {
    min-width: 310px;
  }
  .c-button--large {
    min-width: 450px;
  }
  .c-button--01 .c-button__inner:hover {
    background-color: #fff;
    border-color: #DE5D05;
  }
  .c-button--01 .c-button__inner:hover a {
    color: #DE5D05;
  }
  .c-button--01 a:hover:after {
    background-image: url(/content/dam/shc/jp/asverin/assets/images/icon_arrow02.svg);
  }
  .c-button--02 .c-button__inner:hover {
    background-color: #D2AD44;
  }
  .c-button--02 .c-button__inner:hover a {
    color: #fff;
  }
  .c-button--02 a:hover:after {
    background-image: url(/content/dam/shc/jp/asverin/assets/images/icon_arrow01.svg);
  }
  .c-button--03 .c-button__inner:hover {
    background-color: #fff;
    border-color: #A67A17;
  }
  .c-button--03 .c-button__inner:hover a {
    color: #A67A17;
  }
  .c-button--03 a:hover:after {
    background-image: url(/content/dam/shc/jp/asverin/assets/images/icon_arrow03.svg);
  }
  .c-button--04 .c-button__inner:hover {
    background-color: #DE5D05;
  }
  .c-button--04 .c-button__inner:hover a {
    color: #fff;
  }
  .c-button--04 a:hover:after {
    background-image: url(/content/dam/shc/jp/asverin/assets/images/icon_arrow01.svg);
  }
  .c-button--popup .c-button__inner:hover {
    background-color: #DE5D05;
  }
  .c-button--popup {
    min-width: 350px;
  }
  .c-button--popup a:hover {
    color: #fff;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
	.c-button {
    display: block;
  }
  .c-button a {
    font-size: 1.4rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-button {
    max-width: 310px;
  }
  .c-button--01 a:after,
  .c-button--02 a:after,
  .c-button--03 a:after {
    right: 10px;
  }
  /*
  .c-button--popup {
    max-width: 335px;
  }
  */
  .c-button--popup a:after {
    height: 16px;
    right: 10px;
    width: 16px;
  }
}


/* popup
-------------------------------------------------- */
.c-box-popup {
  display: none;
}
.popup-content {
  background-color: #fff;
  padding: 40px 50px;
}
.popup-content__title {
  color: #DE5D05;
	font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.popup-content__inner {
  margin-top: 30px;
}
.popup-content--movie {
  padding: 0 !important;
}
.popup-content--movie .popup-content__inner {
  margin-top: 0 !important;
}
/* PC */
@media print, screen and (min-width: 769px) {
}
/* SP */
@media only screen and (max-width: 768px) {
  .popup-content {
    padding: 30px 20px;
  }
  .popup-content__title {
    line-height: 1.4;
  }
  .popup-content__inner {
    margin-top: 20px;
  }
}


/* animation
-------------------------------------------------- */
/* slideIn */
.slideIn {
	overflow: hidden;
}
.slideIn .c-animation {
	display: block;
	transition: 1s cubic-bezier(.37,.16,.12,1);
	transform: translateY(100%);
}
.slideIn.is-show .c-animation {
	transform: translateY(0%);
}
/* fadeIn */
.fadeIn .c-animation,
.fadeIn-list .c-animation {
	transform: scale(0);
	transition: 0.5s all;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased
}
.fadeIn .c-animation.is-show,
.fadeIn-list .c-animation.is-show {
	transform: scale(1);
}


/* 
-------------------------------------------------- */

/* PC */
@media print, screen and (min-width: 769px) {
	
}

/* SP */
@media only screen and (max-width: 768px) {
	
}
