@charset "utf-8";
/* CSS Document */

/*common
=======================*/
html
#main {
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #323232;
  line-height: 1.7;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
}
#main img{
	vertical-align:top;
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}
#main h2{
  text-align: center;
}
.courseArea h2{
  padding: 50px 0px;
}
#main h3{
  font-weight: 400;
  font-size: 2.8rem;
}
@media screen and (min-width:768px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width:767.98px) {
  .pcOnly {
    display: none;
  }
  .courseArea h2{
  padding: 25px 0px 37px;
}
  #main h3{
    font-size: 1.7rem;
  }
}

/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvTitWrap .anim_scroll {
  transform: translateY(30px) scale(.7);
}
.kvTitWrap .anim_scroll.scrollin {
  transform: translate(0, 0) scale(1);
}
@media screen and (max-width:767.98px) {
  .anim_scroll_sp {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s, transform 1s;
  }
}
/*=====================*/


/*kvArea
=======================*/
.kvArea {
  position: relative;
}
.kv {
  margin: 0;
}
.kvArea h1 {
  position: relative;
  margin: 0;
}
.kv .slider-item {
  height: 470px;
}
.kv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:767.98px) {
  .kvArea h1 {
    max-width: 100%;
    margin: 0 auto;
  }
}
/*=====================*/


/*menuNav
=======================*/
.menuNav {
  background: #8c516d;
}
.menuNav_inner {
  display: flex;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
}
.menuNav .navItem {
  width: 100%;
  font-size: 2rem;
  text-align: center;
  background: #8d2756;
  border-right: 2px solid #fff;
}
.menuNav .navItem:last-of-type {
  border-right: none;
} 
.menuNav .navItem a {
  display: block;
  width: 100%;
  padding: 20px;
  color: #fff;
}
.menuNav .navItem a span {
  position: relative;
}
.menuNav .navItem a span::after {
  position: absolute;
  content: '';
  top: 40%;
  right: -25px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media (min-width: 768px) {
  .menuNav .navItem {
    transition: 0.2s ease all;
  }
  .menuNav .navItem a:hover {
    background: #fff;
    opacity: .8;
    transition: 0.2s ease all;
    color: #640e36;
  }
  .menuNav .navItem a:hover span::after {
    border-right: 2px solid #640e36;
    border-bottom: 2px solid #640e36;
  }
}

@media screen and (max-width:767.98px) {
  .menuNav .navItem {
    font-size: 1.5rem;
  }
  .menuNav .navItem a {
    padding: 18px 35px 20px 20px;
  }
  .menuNav .navItem a span::after {
    top: 30%;
    right: -20px;
    transform: translateY(-30%) rotate(45deg);
  }
}

@media screen and (max-width:359px) {
  .menuNav .navItem {
    font-size: 1.2rem;
  }
}
/*=====================*/

/*read_txt*/
/*=====================*/

.read_txt_wrap {
  text-align: center;
  margin: 50px auto 75px;
  max-width: 1160px;
  color: #1f2226;
}
.read_txt {
  font-size: 2.2rem;
  font-weight: 500;
}
.read_txt_note {
  padding-top: 30px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767.98px) {
  .read_txt_wrap {
    margin: 35px 10px;
  }
  .read_txt {
    font-size: 1.5rem;
  }
  .read_txt_note {
    padding-top: 25px;
    font-size: 1.2rem;
    font-weight: 300;
  }
}

/*=====================*/

/*courseArea
=======================*/
.courseArea {
  /*margin-top: 100px;*/
  /*padding-top: 25px;*/
  background: #f2f3fa;
}
.courseArea_inner {
  max-width: 1160px;
  margin: 0 auto;
}
.courseArea h2 {
  margin: 0;
  text-align: center;
  font-size: 2.4rem;
}
 h2 span {
  position: relative;
   color: #8d2756;
   font-size: 3.2rem;
}
 h2 span::before{
  position: absolute;
  content: '';
  top: 50%;
  left: -110px;
  width: 55px;
  height: 55px;
  background: url("../img/ic_vine.webp");
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
 h2 span::after{
  position: absolute;
  content: '';
  top: 50%;
  right: -110px;
  width: 55px;
  height: 55px;
  background: url("../img/ic_vine.webp");
  transform: translateY(-50%);
  background-repeat: no-repeat;
}

@media screen and (max-width:767.98px) {
  .areaBlock:last-of-type {
        padding-bottom: 40px;
    }
  .courseArea h2 {
    overflow: hidden;
  }
  h2 span {
    font-size: 2rem;
  }
   h2 span::before{
    left: -60px;
    width: 42px;
    height: 42px;
  }
   h2 span::after{
    right: -60px;
    width: 42px;
    height: 42px;
  }
  h2 span::before,
  h2 span::after {
    background-size: 42px 42px;
}
}

/*---areaMenu---*/
.areaMenu {
  position: sticky;
  top: 0;
  margin-top: 30px;
  background: #d7d7d7;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .1);
  z-index: 10;
}
.areaMenu ul {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
}
.areaMenu li {
  width: 100%;
  text-align: center;
}
.areaMenu li a {
  display: block;
  width: 100%;
  padding: 12px 0;
  color: #323232;
  font-size: 1.8rem;
}
.areaMenu li a span {
  position: relative;
  padding-left: 10px;
}
.areaMenu li a span::after {
  position: absolute;
  content: '';
  top: 45%;
  left: -8px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #323232;
  border-bottom: 2px solid #323232;
  transform: translateY(-45%) rotate(45deg);
}
@media (min-width: 768px) {
  .areaMenu li a {
    position: relative;
    overflow: hidden;
    transition: 0.2s ease all;
  }
  .areaMenu li a:hover {
    background: #fff;
    opacity: .8;
    transition: 0.2s ease all;
  }
}

@media screen and (max-width:767.98px) {
  .areaMenu ul {
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .areaMenu li {
    width: calc(100% / 2);
  }
  .areaMenu li a {
    padding: 10px 20px 10px 25px;
    font-size: 1.4rem;
  }
  .areaMenu li a span {
    padding-left: 10px;
  }
  .areaMenu li a span::after {
    top: 40%;
    lright: -16px;
    width: 8px;
    height: 8px;
    transform: translateY(-35%) rotate(45deg);
  }
}

/*---courseItemsBox---*/
.areaBlock {
	padding-bottom: 50px;
}
/*.areaBlock:first-of-type {
	margin-top: 35px;
}*/
.areaBlock h3 {
  margin: 0;
  padding: 5px 0;
  font-size: 2.8rem;
  text-align: center;
  background: #8d2756;
  color: #FFF;
}
.courseItemsBox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
  font-family: "BIZ UDPGothic", "Meiryo", "メイリオ", sans-serif;
}
.courseItem {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.courseItem:nth-of-type(3n) {
	margin-right: 0;
}
.courseItem:nth-of-type(n+4) {
	margin-top: 30px;
}
.courseItem a {
  display: block;
  border-radius: 5px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.course__card {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.course__card__tagBox__square {
	margin-top: 7px;
}
.course__card__tagBox__square ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.course__card__tagBox__square ul li {
	margin: 0 7px 5px 0;
	padding: 1px 10px;
	font-size: 1.3rem;
	font-weight: bold;
}
.course__card__tagBox__square ul li.squareTag_airport {
	color: #314297;
	background: #f2f4ff;
	border: 2px solid #c1caf5;
}
.course__card__tagBox {
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 5;
}
.course__card__tagBox ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
    gap:5px;
}
.course__card__tagBox ul li {
	padding: 5px 10px 3px;
	color: #fff;
	font-size: 1.3rem;
	background: rgb(0 0 0 / .5);
	border-radius: 30px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -1px;
}
/*.course__card__tagBox ul li.roundTag_casual {
	background: rgb(0 155 103 / .5);
}*/
.course__card__img__caption {
  position: absolute;
	right: 12px;
  bottom: 9px;
  padding-left: 12px;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) .5403px .84147px 2px, rgba(0, 0, 0, .8) -.41615px .9093px 2px, rgba(0, 0, 0, .8) -.98999px .14112px 2px, rgba(0, 0, 0, .8) -.65364px -.7568px 2px, rgba(0, 0, 0, .8) .28366px -.95892px 2px, rgba(0, 0, 0, .8) .96017px -.27942px 2px;
  text-align: right;
}
.course__card__img figure figcaption {
    right: 12px;
    bottom: 9px;
    padding: 0 5px;
    font-size: 1.2rem;
    color: #707070;
    text-align: right;
	background-color: #fff;
}
.course__card__body {
	padding: 18px 18px 15px;
	background: #fff;
}
.course__card__codeArea__box {
	display: flex;
}
.course__card__code {
	position: relative;
  display: inline-block;
	min-width: 90px;
  padding: 0 10px 0 15px;
  border: 2px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  line-height: 22px;
}
.course__card__code::after {
	position: absolute;
	content: '';
	top: -1px;
	left: -1px;
	width: 6px;
	height: 24px;
	background: #c51f1f;
}
.course__card__area__label {
	display: inline-block;
  min-width: 90px;
	margin-left: 10px;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 20px;
	background-color: #1f58a4; 
}
.course__card__title {
  margin-top: 8px;
	color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
	transition: all .3s;
}
.course__card__sub {
	margin-top: 5px;
}
.course__card__area {
  line-height: 1;
  text-align: right;
}
.course__card__unit {
  margin-top: 15px;
  font-size: 1.4rem;
	color: #000;
	text-align: right;
}
.course__card__price {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
	color: #cc0d21;
	text-align: right;
}
main [class*="course__card__head"] {
	padding-top: 52%;
	background-image: url("/med/app-files/img/look_img.webp");
  background-size: 60% auto;
  background-position: center;
  background-color: #C1C1C1;
  background-repeat: no-repeat;
  height: 0!important;
  position: relative;
  overflow: hidden;
}
main [class*="js_rweb2404_img_"] {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
main [class*="js_rweb2404_img_"]::after {
	top: 0;
}
main [class*="js_rweb2404_caption_"] {
	z-index: 2;
}
.noCourseTxt {
	margin: 0 auto;
	font-size: 1.6rem;
}
main .look_img{
    content: "";
    display: block;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-color: #C1C1C1;
    background-position: center;
}
@media screen and (max-width:767.98px) {
	.areaBlock {
		padding-bottom: 27px;
	}
    .areaBlock h3 {
    padding: 4px 0;
    font-size: 1.7rem;
    margin: 0 10px;
  }

	.courseItemsBox {
		display: block;
		margin-top: 22px;
		padding: 0 10px;
	}
	.courseItem {
		width: 100%;
		margin-right: 0;
	}
	.courseItem:nth-of-type(n+2) {
		margin-top: 15px;
	}
	.course__card {
		background: #fff;
	}
	.course__card__img__caption {
		right: 8px;
    bottom: 5px;
		font-size: 1rem;
	}
	.course__card__tagBox__square ul li {
		font-size: 1.1rem;
	}
	.course__card__tagBox ul li {
		margin: 0 5px 5px 0;
		padding: 2px 7px;
		font-size: 1rem;
	}
	.course__card__body {
		width: 100%;
		padding: 8px 10px;
	}
	.course__card__code {
		min-width: 70px;
		font-size: 1.2rem;
	}
	.course__card__area {
		text-align: left;
	}
	.course__card__area__label, .course__card__area__label__detail {
		min-width: 60px;
		font-size: 1.1rem;
	}
	.course__card__title {
		font-size: 1.5rem;
	}
	.course__card__unit {
		margin-top: 5px;
		font-size: 1.1rem;
	}
	.course__card__price {
		margin-top: 5px;
		font-size: 1.7rem;
	}
	.noCourseTxt {
		font-size: 1.3rem;
		text-align: center;
	}
}
@media (min-width: 768px) {
  .areaBlock:last-of-type {
	padding-bottom: 80px;
}
}

/*=======================*/
.line_share {
  position: absolute;
  right: 0;
  display: inline-block;
  background-color: #06c755;
  border-radius: 5px;
  margin-top: 10px;
}
.line_share_link {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 3px 5px;
}
.line_share_link p {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
}
.line_share_link img {
    max-width: 22px;
    max-height: 22px;
}

/*selectdiv(pulldown)
=======================*/
.select_label {
  padding: 28px 0 0;
  font-weight: bold;
}
.selectdiv {
  position: relative;
  top: 0;
  max-width: 250px;
  width: 100%;
  margin: 35px auto 65px;
  transition: .2s ease all;
}
select:focus {
  outline: 0;
  border: 1px solid #cc0d21;
}
select::-ms-expand {
  display: none;
}
.selectdiv::before {
  content: '';
  position: absolute;
  display: block;
  right: 60px;
  width: 1px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  background: #323232;
  pointer-events: none;
  z-index: 10;
}
.selectdiv::after {
  content: '';
  display: inline-block;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
.selectdiv select {
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 280px;
  height: 58px;
  margin: 5px auto;
  padding: 0 30px 0 20px;
  color: #232323;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  -ms-word-break: normal;
  word-break: normal;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.selectdiv .decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.selectdiv .decoration::before,
.selectdiv .decoration::after {
  position: absolute;
  content: '';
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #323232;
  border-bottom: 2px solid #323232;
pointer-events: none;
}
.selectdiv .decoration::before {
  top: 20px;
  transform: rotate(-135deg);
}
.selectdiv .decoration::after {
  top: 28px;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .selectdiv:hover select {
    border: 1px solid #cc0d21;
    transition: .2s ease all;
  }
}

@media screen and (max-width:767.98px) {
  .selectdiv {
    max-width: 205px;
    margin-bottom: 35px;
  }
  .selectdiv select {
    height: 48px;
    padding: 4px 30px 0 20px;
    font-size: 1.5rem;
  }
  .selectdiv .decoration::before {
    top: 17px;
  }
  .selectdiv .decoration::after {
    top: 24px;
  }
  /*---iPhone only---*/
  .iPhone .selectdiv select {
    padding-top: 0;
  }
  /*-----------------*/
}
/*=====================*/


/*area_button
=======================*/
.area_button{
  text-align: center;
  margin: 40px 0;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.area_button .contents_wrap{
  justify-content: center;
  flex-wrap: wrap;
}
.area_button__titbox__fukidashi{
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #cc0d20;
  padding: 5px 0;
  color: #cc0d20;
  font-weight: bold;
  font-size: 18px;
}
.area_button__titbox__fukidashi:before,
.area_button__titbox__fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.area_button__titbox__fukidashi:before {
  border: solid 9px transparent;
  border-top: solid 14px #cc0d20;
}
.area_button__titbox__fukidashi:after {
  border: solid 11px transparent;
  border-top: solid 17px #fff;
  margin-top: -5px;
}
.area_button__titbox__tit{
  font-size: 2.4rem;
  color: #333333;
  margin: 15px 5px;
}
.area_button__link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 760px;
}
.area_button__link li{
  width: 100%;
}
.area_button__link li a{
  text-align: center;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid #cc0d20;
  border-radius: 5px;
  padding: 10px 36px 9px 9px;
  width: 100%;
  color: #333333;
  box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
}
.area_button__link li a:before{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #cc0d21;
  content: "";
  width: 27px;
}
.area_button__link li a:after{
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
}
@media screen and (min-width:768px) {
  .area_button {
    margin-top: 0;
  }
  .area_button__link li{
    max-width: 138px;
  }
  .area_button__link li a:hover{
    opacity: 0.7;
  }
}
@media screen and (max-width:767.98px) {
  .area_button__link {
    margin: 0 10px 0;
  }
  .area_button__link li a {
    padding: 10px 36px 9px 9px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
/*=====================*/


/*pageTopBtn
=======================*/
.pageTopBtn {
  display: inline-block;
  width: 52px;
  /*left: calc(100vw - 5em);*/
  left: 93%;
  position: sticky;
  bottom: 30px;
  text-align: right;
  opacity: 0;
  z-index: 10;
}
.pageTopBtn_inner {
  margin: auto;
}
.pageTopBtn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
  background: #aaaaaa;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  cursor: default;
}
.pageTopBtn a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
.pageTopBtn.-show {
  opacity: 1;
}
.pageTopBtn.-show a {
  cursor: pointer;
}
.pageTopBtn.-transition500 {
  transition: .2s ease;
}

@media screen and (min-width:768px) {
  .pageTopBtn a:hover {
    background: #c2c2c2;
  }
}

@media screen and (max-width:767.98px) {
  .pageTopBtn a {
    width: 45px;
    height: 45px;
  }
  .pageTopBtn a:before {
    width: 16px;
    height: 16px;
  }
}
/*=====================*/

/*airlineArea
/*=====================*/
#airline .sec_detail{
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
}
.sec_detail_contentsBox {
  margin-bottom: 50px;
}
section.sec_detail h3 {
  color: #fff;
  background-color: #8d2756;
  text-align: center;
  padding: 5px 0;
  margin: 0 0 30px;
}
.sec_figure_wrap {
  display: flex;
  justify-content: space-evenly;
}
.sec_txt_wrap {
  margin: 20px 0;
}
.businessclass .sec_txt_wrap {
  margin: 30px 0 20px;
}
.sec_txt_wrap p{
  font-size: 1.7rem;
  letter-spacing: -0.7px;
}
.sec_txt_wrap span {
  font-size: 1.5rem;
  letter-spacing: -0.7px;
}

@media screen and (max-width:767.98px) {
  #airline h2{
    margin: 0 auto;
    padding: 40px 0 0;
  }
  .contents_inner {
    padding: 0 10px;
  }
section.sec_detail h3 { 
  margin: 30px 0 15px;
  }
  .sec_detail_contentsBox {
    margin-bottom: 15px;
  }
  .sec_txt_wrap p{
    font-size: 1.3rem;
    text-align: left;
  }
  .sec_figure_wrap {
    display: block;
  }
  .businessclass .fig_2 {
    padding-top: 10px;
  }
  .businessclass .sec_txt_wrap {
    margin: 17.5px 0 15px;
  }
  .sec_txt_wrap span {
    font-size: 1.2rem;
    letter-spacing: -0.7px;
  }
}
@media screen and (min-width:768px) {
    #airline h2{
    margin: 0 auto;
    padding: 50px 0;
  }
}



/*=====================*/

#main .themefeaturesArea h2 {
  margin: 80px 0 40px;
}

.slider.slick-initialized {
  display: block;
}

/*-----slider-----*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/*.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}*/

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/*----------------*/

.relationList {
  display: flex;
  justify-content: center;
  width: 87.4%;
  max-width: 990px;
  margin: 0 auto !important;
}
.relationList li {
  box-sizing: border-box;
  width: 33.3%;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .relationList li {
    width: 50%;
  }
#main .themefeaturesArea h2 {
    margin-top: 68px;
  }

}
.relationList li a {
  display: block;
  margin: 0 6%;
  transition: opacity .3s ease-out;
}
.relationList li a:hover {
  opacity: .7;
}
.relationList__nav {
  display: none;
  margin-top: 10px;
  text-align: center;
}

.relationList__nav > div {
  position: relative;
  display: inline-block;
  padding: 0 75px;
}
@media screen and (max-width: 767px) {
  .relationList__nav > div {
    padding: 0 52px;
  }
}
.relationList__nav .slick-arrow {
  width: 35px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .relationList__nav .slick-arrow {
    width: 40px;
  }
}
.relationList__nav .slick-arrow:before {
  content: '';
  display: block;
  padding-top: 100%;
  background: url(../img/btn_arrow_01.png) no-repeat 0 0/contain;
  opacity: 1;
}
.relationList__nav .slick-next {
  right: 0;
}
.relationList__nav .slick-next:before {
  transform: rotateZ(180deg);
}
.relationList__nav .slick-prev {
  left: 0;
}
.relationList__nav .slick-dots {
  position: static;
  display: inline-block;
  line-height: 1;
}
.relationList__nav .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #ccc;
  border-radius: 50%;
  overflow: hidden;
}
.relationList__nav .slick-dots button {
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  text-indent: -9999px;
}
.relationList__nav .slick-dots .slick-active button {
  background: #909090; /*テーマごとの色へ変更*/
}

.relationList.slider + .relationList__nav {
  display: block;
}

.relationList.slider + .relationList__nav.add_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .relationList.slider + .relationList__nav.add_none{
    display: block;
  }
  .otherFeaturesBox > li {
    width: 168px;
    margin: 2%;
  }
}
/*=====================*/
.scroll-hint-icon{
        z-index: 5;
    }

.themefeaturesArea .slider.slick-initialized {
	display: block;
}

/*-----slider-----*/
.themefeaturesArea .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.themefeaturesArea .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.themefeaturesArea .slick-list:focus {
  outline: none;
}

.themefeaturesArea .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.themefeaturesArea .slick-slider .slick-track,
.themefeaturesArea .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.themefeaturesArea .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.themefeaturesArea .slick-track:before,
.themefeaturesArea .slick-track:after {
  display: table;
  content: '';
}

.themefeaturesArea .slick-track:after {
  clear: both;
}

.themefeaturesArea .slick-loading .slick-track {
  visibility: hidden;
}

.themefeaturesArea .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.themefeaturesArea [dir='rtl'] .slick-slide {
  float: right;
}

.themefeaturesArea .slick-slide img {
  display: block;
}

.themefeaturesArea .slick-slide.slick-loading img {
  display: none;
}

.themefeaturesArea .slick-slide.dragging img {
  pointer-events: none;
}

.themefeaturesArea .slick-initialized .slick-slide {
  display: block;
}

.themefeaturesArea .slick-loading .slick-slide {
  visibility: hidden;
}

.themefeaturesArea .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.themefeaturesArea .slick-arrow.slick-hidden {
  display: none;
}

.themefeaturesArea .slider {
  display: none;
}

.themefeaturesArea .slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

/* Dots */
.themefeaturesArea .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.themefeaturesArea .slick-dots {
  transform: translate(-2%, -18%);
  display: flex;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 10;
}

.themefeaturesArea .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.themefeaturesArea .slick-dots li button {
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}



.themefeaturesArea .slick-dots li button:before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  /*content: '•';*/
	content: '\2022';
  text-align: center;
  color: #ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.themefeaturesArea .slick-dots li.slick-active button:before {
  color: #cc0d21;
}

@media screen and (min-width:768px) {
  .themefeaturesArea .slick-dots li button:hover,
  .themefeaturesArea .slick-dots li button:focus {
    outline: none;
  }

  .themefeaturesArea .slick-dots li button:hover:before,
  .themefeaturesArea .slick-dots li button:focus:before {
    opacity: 1;
  }
  .themefeaturesArea .slick-dots li button:hover:before {
  color: #cc0d21;
  opacity: 0.75;
  transition: .25s;
}
}
/*----------------*/

.themefeaturesArea .relationList {
  display: flex;
  justify-content: center;
  width: 87.4%;
  max-width: 990px;
  margin: 0 auto !important;
}
.themefeaturesArea .relationList li {
  box-sizing: border-box;
  line-height: 1;
}
.themefeaturesArea .relationList li a {
  display: block;
  margin: 0 6%;
  transition: opacity .3s ease-out;
  position: relative;
}
.themefeaturesArea .relationList li a:hover {
  opacity: .7;
}
.themefeaturesArea .relationList__nav {
  display: none;
  margin-top: 10px;
  text-align: center;
  width: auto;
}

.themefeaturesArea .relationList__nav > div {
  position: relative;
  display: inline-block;
  padding: 0 75px;
}
@media screen and (max-width: 767px) {
  .themefeaturesArea .relationList__nav > div {
    padding: 0 52px;
  }
}
.themefeaturesArea .relationList__nav .slick-arrow {
  width: 35px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .themefeaturesArea .relationList__nav .slick-arrow {
    width: 40px;
  }
}
.themefeaturesArea .relationList__nav .slick-arrow:before {
  content: '';
  display: block;
  padding-top: 100%;
  background: url(../img/btn_arrow_01.png) no-repeat 0 0/contain;
  opacity: 1;
}
.themefeaturesArea .relationList__nav .slick-next {
  right: 0;
}
.themefeaturesArea .relationList__nav .slick-next:before {
  transform: rotateZ(180deg);
}
.themefeaturesArea .relationList__nav .slick-prev {
  left: 0;
}
.themefeaturesArea .relationList__nav .slick-dots {
  position: static;
  display: inline-block;
  line-height: 1;
}
.themefeaturesArea .relationList__nav .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #ccc;
  border-radius: 50%;
  overflow: hidden;
}
.themefeaturesArea .relationList__nav .slick-dots button {
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  text-indent: -9999px;
}
.themefeaturesArea .relationList__nav .slick-dots .slick-active button {
  background: #cc0d21; 
}

.themefeaturesArea .relationList.slider + .relationList__nav {
  display: inline-block;
}

.themefeaturesArea .relationList.slider + .relationList__nav.add_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .themefeaturesArea .relationList.slider + .relationList__nav.add_none{
    display: block;
  }
.themefeaturesArea .otherFeaturesBox > li {
		width: 168px;
		margin: 2%;
	}
}
.themefeaturesArea .btn_ps {
  position: relative;
  display: flex;
  width: 275px;
  margin: 20px auto 0;
  z-index: 5;
  justify-content: center;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.themefeaturesArea .dots_box {
  position: relative;
}

.themefeaturesArea .ab_dom_feature {
  text-align: right;
  margin-top: 40px;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.themefeaturesArea .ab_dom_feature p {
  font-weight: 600;
  font-size: 1.6rem;
}
.themefeaturesArea .ab_dom_feature p + p {
  margin-top: 5px;
}
@media screen and (min-width:768px) {
  .themefeaturesArea .ab_dom_feature {
    padding-right: 120px;
  }
  
  .themefeaturesArea .ab_dom_feature p a {
    color: #2DA9DE;
    text-decoration: underline;
  }
  .themefeaturesArea .ab_dom_feature p a:hover {
    text-decoration: none;
  }
 .themefeaturesArea  .ab_dom_feature p {
    position: relative;
  }
  .themefeaturesArea .ab_dom_feature p::after {
    position: absolute;
    content: '';
    top: 45%;
    right: -15px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #2DA9DE;
    border-bottom: 2px solid #2DA9DE;
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .themefeaturesArea .ab_dom_feature p {
    text-align: center;
    width: 85%;
    font-weight: 600;
    height: 50px;
    margin: 60px auto 10px;
    font-size: 1.6rem;
  }
  .themefeaturesArea .ab_dom_feature p a {
    height: 100%;
    display: grid;
    align-items: center;
    border-radius: 40px;
    width: 100%;
    background-color: #ffffff;
  }
  .themefeaturesArea .dom_link a {
    border: 3px solid #56c965;
    color: #44ab51;
  }
  .themefeaturesArea .ab_dom_feature p + p {
    margin-top: 0;
  }
  .themefeaturesArea .ab_link a {
    border: 3px solid #6881df;
    color: #6881df;
  }
 .themefeaturesArea .prev-arrow:active::before,
 .themefeaturesArea .next-arrow:active::before {
    border-right: 2px solid #cc0d21;
    border-top: 2px solid #cc0d21;
  }
}
    
  @media screen and (max-width: 370px) {
  .themefeaturesArea .relationList li {
    width: 6px;
  }
}

.themefeaturesArea .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}
.themefeaturesArea .bx-viewport {
  height: auto;
  overflow: none;
  width: auto;
}
.themefeaturesArea .slick-track {
  width: auto;
}


.themefeaturesArea .relationList__nav > .slick-dots > li.slick-active > button {
  background: #000
}
.themefeaturesArea .relationList__nav > .slick-dots > li > button {
  /*border: 2px solid #8da8b2;*/
  border-radius: 50%;
  background: #fff;
  text-indent: -9999px;
  transition: background-color .25s cubic-bezier(.4, 0, .2, 1) 0s
}

.themefeaturesArea .switch__pause {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 0;
}
.themefeaturesArea .switch__pause {
  border: none;
  background: transparent
}
.themefeaturesArea .switch__pause:after, .themefeaturesArea .switch__pause:before {
  display: inline-block;
  width: 7px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 5px;
  background: #333;
  content: "";
  transition: background-color .25s cubic-bezier(.4, 0, .2, 1) 0s
}
.themefeaturesArea .switch__pause:hover:before, .themefeaturesArea .switch__pause:hover:after {
  background: #cc0d21;
}
.themefeaturesArea .switch__play {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 14px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  border-radius: 5px;
}
.themefeaturesArea .switch__play:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -20px;
  left: 1px;
  width: 0;
  height: 0;
  margin: 4px auto;
  border-style: solid;
  content: "";
}
.themefeaturesArea .switch__play:after {
  border-color: transparent transparent transparent #333;
  border-width: 6.5px 0 6.5px 11px;
  transition: border-color .25s cubic-bezier(.4, 0, .2, 1) 0s
}
.themefeaturesArea .switch__play:hover:after {
  border-color: transparent transparent transparent #cc0d21;
}
.themefeaturesArea .switch__label {
  display: none
}
.themefeaturesArea .btn_ps button:disabled {
				display: none;
			}

@media print, screen and (min-width:768px) and (max-width:1599.98px) {
  .themefeaturesArea .carousel__pager > .slick-dots {
    right: 295px;
  }
  .themefeaturesArea .carousel__switch {
    right: 420px;
  }
}

.themefeaturesArea .arrow_box {
    display: inline-block;
    margin: 10px 10px 10px 18px;
    position: relative;
}

.themefeaturesArea .prev-arrow,
.themefeaturesArea .next-arrow {
    display: block;
    transition: all .25s ease;
    cursor: pointer;
    position:relative;
}

.themefeaturesArea .prev-arrow {
    transform: rotate(180deg);
    margin-right: 20px;
}

.themefeaturesArea .prev-arrow::before,
.themefeaturesArea .next-arrow::before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}
@media screen and (min-width:768px) {
  .themefeaturesArea .prev-arrow:hover::before,
  .themefeaturesArea .next-arrow:hover::before {
    border-right: 2px solid #cc0d21;
    border-top: 2px solid #cc0d21;
    transition: .25s;
  }
}
@media screen and (max-width: 370px) {
  .themefeaturesArea .arrow_box {
    /*margin: 30px 0 0;*/
  }
  
}


/*----------------*/
.themefeaturesArea .slide_box {
  position: relative;
}
.themefeaturesArea .item_tag_dom, .themefeaturesArea .item_tag_ab {
  z-index: 2;
  position: absolute;
  color: #FFF;
  text-align: center;
  font-family: Noto Sans JP,游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.themefeaturesArea .item_tag_dom {
  background-color: #1ea676;
}
.themefeaturesArea .item_tag_dom:before {
  content: '国内';
}
.themefeaturesArea .item_tag_ab {
  background-color: #1e6baf;
}
.themefeaturesArea .item_tag_ab:before {
  content: '海外';
}




@media print, screen and (min-width:768px) {
  .themefeaturesArea .item_tag_dom, .themefeaturesArea .item_tag_ab {
    width: 50px;
    height: 22px;
    font-size: 1.2rem;
    /*font-weight: bold;*/
    line-height: 20px;
    border: 1px solid #fff;
    border-radius: 12px;
    top: 10px;
    left: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .themefeaturesArea .item_tag_dom, .themefeaturesArea .item_tag_ab {
    width: 36px;
    height: 18px;
    font-size: 1.1rem;
    line-height: 16px;
    border: 1px solid #fff;
    border-radius: 12px;
    top: 5px;
    left: 5px;
  }
}


.themefeaturesArea .item_tag_both {
  display: flex;
}
.themefeaturesArea .item_tag_both p {
  margin: 0;
}
@media print, screen and (min-width:768px) {
  .themefeaturesArea .item_tag_both .item_tag_dom {
    left: 65px;
  }
}
@media print, screen and (max-width: 767px) {
  .themefeaturesArea .item_tag_both .item_tag_dom {
    top: 25px;
  }
}

/*=====================*/
