@charset "UTF-8";
.btn-comp01 {
  max-width: 250px;
  display: block;
  width: 100%;
  padding: 4px 10px;
  margin: 0 auto;
  background: #E4004F;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}

.btn-comp02__pink {
  background: #E4004F;
}

.txt-basic {
  font-size: 1rem;
}

@font-face {/* Add 2023-4-17 */
  font-family: 'GT Walsheim Ultra Bold';
  src: url("/wp-content/themes/nileport/inc/fonts/GT-Walsheim-Ultra-Bold.woff") format('woff'),
  url("/wp-content/themes/nileport/inc/fonts/GT-Walsheim-Ultra-Bold.ttf") format('ttf');
  font-weight: normal;
  font-style: normal;
}
.ttlcomp-01 {
  position: relative;
  font-family: 'GT Walsheim Ultra Bold', Helvetica, sans-serif;/* Update 2023-4-17*/
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 37px;
}
@media screen and (max-width: 480px) {/* Add 2024-4-5 */
  .ttlcomp-01 span {
    font-size: 2.6rem;
  }
}
.ttlcomp-01 span {
  border-bottom: 1px #666 solid;
  padding-bottom: 5px;
  padding-right: 30px;
}
.ttlcomp-01--red {
  background: #000;
  color: #fff;
  padding: 42px 28px 16px 28px;
  margin: 0 -28px;
}
.ttlcomp-01--red span {
  border-bottom: 1px #E4004F solid;
}
.ttlcomp-01--red span span {
  color: #E4004F;
  padding-right: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ttlcomp-01--border span {
  border-bottom: 1px #E4004F solid;
}

/*
#header {
  position: relative;
  background: #e5e5e5;
  padding: 17px 0 16px;
}
*/
#header {
  position: relative;
  background: #e5e5e5;
  padding-top: 17px;
  border-bottom: 2px #999 solid;
}

#header.fixed {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

#header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ffffff;
  bottom: 0;
  left: 0;
}

#header .inner {
  position: relative;
  padding: 0 17px 15px 17px;
}

#header .logo {
  display: block;
  width: 140.5px;
}

#header .box-user {
  position: absolute;
  width: 77px;  /* Update 2023-12-6(65px->) */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 5px;
  right: 85px;
}

#header .box-user li {
  text-align: center;
}
#header .box-user li + li {
  margin-left: 15px;
}
#header .box-user li a i,
#header .box-user li .open-btn i {
  font-size: 25px;
  font-size: 2.5rem;
}
#header .box-user li a img {
  width: 25px;
}

#header .box-user li a span {
  display: none;
}

#header .nav-menu {
  display: none;
  position: absolute;
  top: 41px;
  left: 0;
  height: calc(100vh - 57px);
  width: 100%;
  background: #595959;
  padding: 19px 28px 100px;
  overflow-y: scroll;
  z-index: 10;
}
body.scroled #header .nav-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #595959;
  padding: 19px 28px 100px;
  overflow-y: scroll;
  z-index: 10;
}

#header .nav-menu.active {
  display: block;
}

#header .nav-menu__ttl {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px #fff solid;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 8px;
}

#header .nav-menu .show-menu {
  display: block;
}

#header .nav-menu .show-menu > .item {
  position: relative;
  width: 100%;
  padding: 6px 0;
  border-bottom: none;
  z-index: 10;
}

#header .nav-menu .show-menu > .item.darkblue {
  border-color: #1E238C;
}

#header .nav-menu .show-menu > .item.blue {
  border-color: #00A0D2;
}

#header .nav-menu .show-menu > .item.violet {
  border-color: #7D1482;
}

#header .nav-menu .show-menu > .item.red {
  border-color: #C8282D;
}

#header .nav-menu .show-menu > .item.pink {
  border-color: #F05573;
}

#header .nav-menu .show-menu > .item.green {
/*   border-color: #FFA014; */
  border-color: #009B46;
}

#header .nav-menu .show-menu > .item.orange {
/*   border-color: #009B46; */
  border-color: #FFA014;
}

#header .nav-menu .show-menu > .item.brown {
  border-color: #938D27;
}

#header .nav-menu .show-menu > .item > a {
  display: block;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  position: relative;
  font-size: 2.4rem;
  color: #fff;
}

#header .mobile-icon {
  width: 30px;
  height: 15px;
  position: absolute;
  right: -4px;
  top: 25%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  z-index: 12;
  display: none;
}

@media screen and (max-width: 1024px) {
  #header .mobile-icon {
    display: block;
  }
}

#header .mobile-icon span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}

#header .mobile-icon span:before, #header .mobile-icon span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#header .mobile-icon span:before {
  -webkit-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
      transform: translateY(-250%);
  top: -5px;
}

#header .mobile-icon span:after {
  -webkit-transform: translateY(250%);
  -ms-transform: translateY(250%);
      transform: translateY(250%);
  bottom: -5px;
}

#header .mobile-icon.mobile-close span {
  background-color: transparent;
}

#header .mobile-icon.mobile-close span:before, #header .mobile-icon.mobile-close span:after {
  width: 100%;
  background: #000;
}

#header .mobile-icon.mobile-close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
  top: 2px;
}

#header .mobile-icon.mobile-close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
  bottom: -2px;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 5px 15px 0 15px;
  position: relative;
}
.header-menu:before {
  content: "";
  background: #999;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
}
.header-menu__item a {
  font-family: Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 11px 0;
  display: block;
}
#header .sp-nav {
	display: block;
	background: #fff;
	width: 100%;
	overflow-x: hidden;
	padding-top: 4px;
}
#header .sp-nav ul {
	width: auto;
	display: flex;
	/* padding: 14px 10px; */
	padding: 11px 10px 8px;/* Update 2023-11-1 */
	border-top: 1px solid #666666;
	overflow-x: scroll;
	flex-wrap: wrap;/* Add 2023-10-21 */
}
#header .sp-nav ul li {
	font-size: 1.2rem;/* Update 2023-10-30 (1.4rem->) */
	font-weight: bold;
	padding: 0 8px 2px;/* Update 2023-10-30 (0 10px->) */
  margin-top:8px; /* Add 2023-11-13 */
}
#header .sp-nav ul li a {
	white-space: nowrap;
	font-family: 'GT Walsheim Ultra Bold', Helvetica, sans-serif;/* Add 2023-4-17 */
}
@media screen and (max-width: 400px) { /* Add 2023-12-6 */
  #header .sp-nav ul li {
    /* font-size: 1.1rem; */
    font-size: 0.9rem;/* Update 2024-9-10 */
  }
  #header .sp-nav ul li a {/* 文字が潰れるためフォント変更 */
    font-family: Arial, Helvetica, Verdana, sans-serif;
  }
}
/* Add 2023-11-1 */
/*@media screen and (max-width: 380px) {
  .sp-nav__list li.item:nth-child(n + 6) {
    margin-top: 8px;
  }
}
@media screen and (min-width: 381px) and (max-width: 480px) {
  .sp-nav__list li.item:nth-child(n + 7) {
    margin-top: 8px;
  }
}*/
/*@media screen and (max-width: 400px) {*/ /* Add 2024-4-5 */
#header .sp-nav ul li:nth-child(2n) a {    
  color: #999;
}

.sec-luxury {
  background: #000000;
  border-top: 3px solid #502314;
  border-bottom: 3px solid #502314;
  padding: 20px 0 40px;
}

.luxury-sub {
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .luxury-sub {
    margin-bottom: 10px;
  }
}

.luxury-sub span {
  position: relative;
  display: inline-block;
}
.luxury-sub span.logo {
  width: 80%;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .luxury-sub span {
    width: 120px;
  }
}

.luxury-sub span label {
  position: absolute;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  font-size: 2rem;
  bottom: -3px;
  left: calc(100% + 8px);
  letter-spacing: 2px;
}

@media screen and (max-width: 640px) {
  .luxury-sub span label {
    font-size: 1rem;
  }
}

.luxury-note {
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 63px;
  letter-spacing: 2px;
}

@media screen and (max-width: 640px) {
  .luxury-note {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.luxury-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

.luxury-img {
  width: 35%;
  padding-top: 4px;
}

.luxury-img img {
  width: 100%;
}

.luxury-contents {
  width: 57.9%;
}

@media screen and (max-width: 834px) {
  .luxury-contents {
    width: 100%;
  }
}

.luxury-ttl {
  font-weight: 600;
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 34px;
}

@media screen and (max-width: 640px) {
  .luxury-ttl {
    font-size: 1.4rem;
    margin-bottom: 22px;
  }
}

.luxury-txt {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.125;
}

@media screen and (max-width: 640px) {
  .luxury-txt {
    font-size: 1.3rem;
    line-height: 1.615;
  }
}

#footer {
  background: #404040;
  color: #ffffff;
  padding: 30px 0;
}

@media screen and (max-width: 640px) {
  #footer {
    padding: 8px 0 30px;
  }
}

#footer .footer-top {
  background: #E5E5E5;
  margin-bottom: 54px;
}

#footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 15px 18px;
}

#footer .footer-menu li a {
  font-family: Helvetica, sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 2rem;
  letter-spacing: -1.5px;
}

#footer .footer-ttl {
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 29px;
}

@media screen and (max-width: 640px) {
  #footer .footer-ttl {
    font-size: 1.3rem;
    margin-bottom: 14px;
  }
}

#footer .footer-ttl span {
  display: block;
  font-size: 2.6rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  #footer .footer-ttl span {
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
}

#footer .footer-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  max-width: 640px;
  height: 66px;
  background: #ffffff;
  font-size: 1.6rem;
  padding: 10px 20px;
  margin: 0 auto 39px;
}

@media screen and (max-width: 640px) {
  #footer .footer-input {
    height: 33px;
    margin: 0 auto 14px;
    padding: 5px 7px;
    font-size: 1rem;
  }
}

#footer .footer-input::-webkit-input-placeholder {
  color: #BFBFBF;
  font-size: 1.6rem;
}

#footer .footer-input::-moz-placeholder {
  color: #BFBFBF;
  font-size: 1.6rem;
}

#footer .footer-input:-ms-input-placeholder {
  color: #BFBFBF;
  font-size: 1.6rem;
}

#footer .footer-input::-ms-input-placeholder {
  color: #BFBFBF;
  font-size: 1.6rem;
}

#footer .footer-input::placeholder {
  color: #BFBFBF;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  #footer .footer-input::-webkit-input-placeholder {
    font-size: 1rem;
  }
  #footer .footer-input::-moz-placeholder {
    font-size: 1rem;
  }
  #footer .footer-input:-ms-input-placeholder {
    font-size: 1rem;
  }
  #footer .footer-input::-ms-input-placeholder {
    font-size: 1rem;
  }
  #footer .footer-input::placeholder {
    font-size: 1rem;
  }
}

#footer .footer-check {
  text-align: center;
}

#footer .footer-check__ct {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  word-break: keep-all;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 4px 0 8px 50px;
  margin-bottom: 35px;
}

@media screen and (max-width: 640px) {
  #footer .footer-check__ct {
    font-size: 1rem;
    padding: 1px 0 4px 25px;
    margin-bottom: 8px;
  }
}

#footer .footer-check__ct input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 34px;
  width: 34px;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  #footer .footer-check__ct input {
    height: 16px;
    width: 16px;
  }
}

#footer .footer-check__ct .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 34px;
  width: 34px;
  border: 1px solid #808080;
  background: #ffffff;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  #footer .footer-check__ct .checkmark {
    height: 16px;
    width: 16px;
  }
}

#footer .footer-check__ct .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  width: 10px;
  height: 5px;
  border-left: 2px solid #3C3C3C;
  border-bottom: 2px solid #3C3C3C;
  top: 41%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#footer .footer-check__ct input:checked ~ .checkmark:after {
  display: block;
}

#footer .footer-txt {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 62px;
}

@media screen and (max-width: 640px) {
  #footer .footer-txt {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 25px;
  }
}

#footer .footer-link {
  width: 100%;
  max-width: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 54px;
}

@media screen and (max-width: 640px) {
  #footer .footer-link {
    margin-bottom: 27px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    flex-wrap: wrap;
  }
  #footer .footer-link li {
    width: 50%;
    text-align: center
  }
}

#footer .footer-link li a {
  color: #ffffff;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  #footer .footer-link li a {
    font-size: 1.4rem;
    line-height: 2;
  }
}

#footer .footer-sns {
  width: 100%;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 27px;
}
#footer .footer-sns li + li {
  margin-left: 20px;
}
#footer .footer-sns li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#footer .footer-sns li a i {
  font-size: 2rem;
}
#footer .footer-sns li.fb a {
  background: #1877f2;
}
#footer .footer-sns li.tw a {
  background: #1DA1F2;
}
#footer .footer-sns li.insta a {
  background: #E85471;
}

@media screen and (max-width: 640px) {
  #footer .footer-sns {
    max-width: 100px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  #footer .footer-sns img {
    width: 25px;
  }
}

#footer .footer-copy {
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 640px) {
  #footer .footer-copy {
    font-size: 1rem;
  }
}

.sec-mv {
  background: #fff;
  /*padding-top: 30px; Delete 2023-4-12*/
}
.sec-mv .ttlcomp-01 {
	padding: 0 4vw;
}

.sec-mv__ttl {
  display: none;
}

/*
.slider-home {
  width: 100%;
  border-top: 3px solid #404040;
  border-bottom: 3px solid #404040;
}
*/
/*
.slider-home {
  width: 100%;
  border-top: 3px solid #404040;
  border-bottom: 3px solid #404040;
  margin-bottom: 30px;
}
*/
.slider-home {
  width: 100%;
/*
  border-top: 3px solid #404040;
  border-bottom: 3px solid #404040;
*/
  margin-bottom: 30px;
}

/*
.slider-home .item {
  outline: none !important;
}
*/
.slider-home .item {
  outline: none !important;
  margin-bottom: 21px;
}

.slider-home .item img {
  width: 100%;
}

/*
.slider-home .slick-dots {
  bottom: 5px;
}
*/
.slider-home .slick-dots {
  bottom: 30px;
}

.slider-home .slick-dots li {
  margin: 0 2px;
}

.slider-home .slick-dots li button:before {
  width: 5px;
  height: 5px;
  background: #404040;
}

/*
.slider-home .slick-dots li.slick-active button:before {
  border: 0;
  background: #ffffff;
}
*/
.slider-home .slick-dots li.slick-active button:before {
  border: 0;
  background: #E4004F;
}

/* Add 2023-4-18 start */
.slider-featured .slick-prev,
.slider-featured-kw .slick-prev {
	left: 34px;
	z-index: 100;
}
.slider-featured .slick-next,
.slider-featured-kw .slick-next {
	right: 40px;
	z-index: 100;
}
.slider-featured .slick-prev:before,
.slider-featured .slick-next:before,
.slider-featured-kw .slick-prev:before,
.slider-featured-kw .slick-next:before {
	/*font-size: 48px;*/
	color: #404040;
}
/* Add end */

/*
.sec-intro {
  padding: 50px 0;
}

@media screen and (max-width: 640px) {
  .sec-intro {
    padding: 12px 0 20px;
  }
  .sec-intro .inner {
    padding: 0 5px;
  }
}
*/

/*
.intro-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
*/
.intro-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 38px;
}

/*
.intro-wrap .box-left {
  width: 33.333%;
  padding: 0 10px;
}
*/
.intro-wrap .box-left {
  width: 100%;
  padding: 0 10px;
}

.intro-wrap .box-left .list-news--02 .list-news__ttl .jp {
  font-size: 1.9rem;
}
.intro-wrap .box-left .list-news--02 .list-news__img {
  padding: 0 15px;
}
.intro-wrap .box-left .list-news--02 .list-news__contents {
  border-top: none;
  min-height: inherit;
  padding-bottom: 28px;
}
.intro-wrap .box-left .list-news .txt-basic {
  margin-bottom: 10px;
}

/*
.intro-wrap .box-right {
  width: 66.666%;
  padding: 0 10px;
}
*/
.intro-wrap .box-right {
  width: 100%;
  padding: 0 10px;
}

@media screen and (max-width: 640px) {
  .intro-wrap .box-right {
    width: 100%;
  }
}

.intro-wrap .box-right .list-category {
  margin-bottom: 0;
}

/*
.intro-wrap .txt-basic {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 50px;
}

.intro-box {
  position: relative;
  display: block;
  height: 100%;
  background: #ffffff;
}

.intro-tag {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 30px;
  background: #B0A755;
  color: #ffffff;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  padding-top: 2px;
  top: 16px;
  right: 16px;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .intro-tag {
    width: 70px;
    height: 20px;
    top: 5px;
    right: 5px;
  }
}

.intro-tag.orange {
  width: 130px;
  background: #FFA014;
}

.intro-sub img {
  width: 100%;
}

.intro-contents {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 7px 10px;
  bottom: 0;
  left: 0;
}

.intro-ttl {
  font-weight: 600;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .intro-ttl {
    margin-bottom: 10px;
  }
}

.intro-ttl .jp {
  display: block;
  font-size: 1.4rem;
  margin-bottom: -2px;
}

.intro-ttl .en {
  color: #502314;
  font-size: 1rem;
}

.intro-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 20px;
}

@media screen and (max-width: 640px) {
  .intro-flex {
    margin-bottom: 8px;
  }
}

.intro-flex .item {
  width: 50%;
  padding: 0 10px;
}

@media screen and (max-width: 640px) {
  .intro-flex .item {
    width: 100%;
    padding: 0 30px;
  }
}

.intro-flex__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.intro-flex__img:before {
  content: "";
  display: block;
  background: #CBCBCB;
  padding-bottom: calc(320/320*100%);
}

@media screen and (max-width: 640px) {
  .intro-flex__img:before {
    display: none;
  }
}

.intro-flex__img .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 640px) {
  .intro-flex__img .thumbnail {
    position: relative;
  }
}

.intro-flex__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

.intro-block {
  display: block;
  position: relative;
}

@media screen and (max-width: 640px) {
  .intro-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .intro-block__img {
    width: 50%;
  }
  .intro-block__img span {
    width: 100%;
    height: 100%;
  }
  .intro-block__img span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
  }
}

.intro-block img {
  width: 100%;
}

.intro-block .intro-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .intro-block .intro-contents {
    position: relative;
    display: block;
    width: 50%;
    background: #ffffff;
    padding: 40px 10px 7px;
  }
}

.intro-block .intro-contents .intro-ttl {
  width: 170px;
}

@media screen and (max-width: 640px) {
  .intro-block .intro-contents .intro-ttl {
    width: 100%;
  }
}

.intro-block .intro-contents .txt-basic {
  width: calc(100% - 190px);
}

@media screen and (max-width: 640px) {
  .intro-block .intro-contents .txt-basic {
    width: 100%;
  }
}
*/

/*
.sec-featured {
  background: #fff;
  padding-top: 30px;
}
*/
.sec-featured {
	display: none;
}
@media screen and (max-width: 640px) {
  .sec-featured .inner {
    padding: 0 15px;
  }
}

@media screen and (max-width: 640px) {
  .sec-news .inner {
    padding: 0 15px;
  }
}

/*
.sec-news {
  padding-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .sec-news {
    padding-bottom: 25px;
  }
  .sec-news .inner {
    padding: 0 5px;
  }
}

.news-ttl {
  position: relative;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 24px;
  letter-spacing: 5px;
}

@media screen and (max-width: 640px) {
  .news-ttl {
    font-size: 1.3rem;
    letter-spacing: 3px;
  }
}

.news-ttl:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #262626;
  top: 17px;
  left: 0;
}

@media screen and (max-width: 640px) {
  .news-ttl:before {
    top: 9px;
  }
}

.news-ttl span {
  position: relative;
  background: #e5e5e5;
  padding: 0 10px;
}
*/

.news-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 345px;
  font-family: Helvetica, sans-serif;
  background: #502314;
  font-weight: bold;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 3px 10px 2px;
  margin: 0 auto;
  letter-spacing: 1px;
}

.list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 25px;
}

/*
.list-news__item {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
}
*/
.list-news__item {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 21px;
}

.list-news__item:last-child {
  margin-bottom: 0;
}

.list-news__item:last-child .list-news__contents {
  border-bottom: none;
}

/*
.list-news__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
}
*/
.list-news__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*
.list-news__wrap:after {
  content: '';
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
  border-right: 10px solid transparent;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.list-news__item.red .list-news__wrap:after {
  border-bottom: 15px solid #C8282D;
}
.list-news__item.darkblue .list-news__wrap:after {
  border-bottom: 15px solid #1E238C;
}
.list-news__item.green .list-news__wrap:after {
  border-bottom: 15px solid #009B46;
}
.list-news__item.green .list-news__wrap.violet:after {
  border-bottom: 15px solid#7D1482
}
.list-news__item.pink .list-news__wrap:after {
  border-bottom: 15px solid #F05573;
}
.list-news__item.blue .list-news__wrap:after {
  border-bottom: 15px solid #00A0D2;
}
.list-news__item.orange .list-news__wrap:after {
  border-bottom: 15px solid #FFA014;
}
.list-news__item.brown .list-news__wrap:after {
  border-bottom: 15px solid #938D27;
}
*/

/*
.list-news__img {
  position: relative;
  width: 29.5%;
  overflow: hidden;
}
*/
.list-news__img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/*
.list-news__img:before {
  content: "";
  display: block;
  background: #CBCBCB;
  padding-bottom: calc(320/320*100%);
}
*/
.list-news__img:before {
  content: "";
  display: block;
  background: #CBCBCB;
  padding-bottom: 100%;
}

.list-news__img .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.list-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

/*
.list-news__contents {
  position: relative;
  width: 70.5%;
  padding: 5px 7px 25px;
}
*/
.list-news__contents {
  position: relative;
  width: 100%;
  padding: 13px 0 15px 0;
  border-bottom: 1px #666 solid;
}


.list-news__tag {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #666;
  margin-bottom: 1em;
}

.list-news__ttl {
  font-weight: bold;
  margin-bottom: 6px;
}
.list-news__ttl .jp {
  display: block;
  font-size: 1.9rem;
  margin-bottom: 5px;
}

.list-news__ttl .en {
  font-size: 1rem;
  color: #666;
}

.list-news__txt {
  font-size: 1rem;
  color: #666;
}

.list-news .txt-basic {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
  font-size: 1.6rem;
  margin-bottom: 7px;
}

.list-news--02 {
  margin: 0 -40px;
}
.list-news--02 .list-news__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-news--02 .list-news__img {
  width: 100%;
}
.list-news--02 .list-news__contents {
  width: 100%;
  background: #fff;
  padding: 12px 33px 74px 33px;
  border-top: 3px #E4004F solid;
  border-bottom: none;
  min-height: 231px;
}
.list-news--02 .list-news__ttl .jp {
  font-size: 2.4rem;
}
.list-news--02 .slick-dots {
  bottom: 64px;
}
.list-news--02 .slick-dots li {
  margin: 0 2px;
}
.list-news--02 .slick-dots li button:before {
  width: 5px;
  height: 5px;
  background: #404040;
}
.list-news--02 .slick-dots li.slick-active button:before {
  border: 0;
  background: #E4004F;
}
.list-news--03 {
  margin-bottom: 9px;
}
.list-news--03 .list-news__item {
  margin-bottom: 13px;
}
.list-news--03 .list-news__contents {
  background: #fff;
  padding: 6px 13px 11px 13px;
  border-bottom: none;
}
.list-news--03 .list-news__ttl {
  margin-bottom: 15px;
}
.list-news--03 .list-news__ttl .jp {
  font-size: 1.6rem;
}
.list-news--03 .txt-basic {
  font-size: 1.3rem;
  -webkit-line-clamp: 3;
  height: 54px;
}
.list-news--04 {
  background: #fff;
  margin: 0 -15px;
  padding: 0 5px;
}
.list-news--04 .list-news__wrap {
  border-bottom: 1px #666 solid;
  padding-bottom: 22px;
}
.list-news--04 .list-news__img {
  width: 108px;
  position: relative;
  overflow: hidden;
}
.list-news--04 .list-news__img:before {
  content: "";
  display: block;
  padding-bottom: 63.7209302326%;
}
.list-news--04 .list-news__img .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.list-news--04 .list-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.list-news--04 .list-news__contents {
  position: relative;
  width: calc(100% - 108px);
  padding: 0 14px;
  border-bottom: none;
}
.list-news--04 .list-news__tag {
  margin-bottom: 0;
}
.list-news--04 .txt-basic {
  font-size: 1.7rem;
  margin-bottom: 29px;
  font-weight: 700;
}
.list-news--05 {
  margin: 0 0 21px;
}
.list-news--05 .list-news__wrap {
  border-bottom: 1px #666 solid;
  padding-bottom: 22px;
}
.list-news--05 .list-news__img {
  width: 108px;
  position: relative;
  overflow: hidden;
}
.list-news--05 .list-news__img:before {
  content: "";
  display: block;
  padding-bottom: 63.7209302326%;
}
.list-news--05 .list-news__img .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.list-news--05 .list-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.list-news--05 .list-news__contents {
  position: relative;
  width: calc(100% - 108px);
  padding: 0 14px;
  border-bottom: none;
}
.list-news--05 .list-news__tag {
  margin-bottom: 0;
}
.list-news--05 .txt-basic {
  font-size: 1.7rem;
  margin-bottom: 29px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}
.list-news--black .list-news__img {
  border-bottom: 3px #E4004F solid;
}
.list-news--black .list-news__contents {
  border-top: 3px #666 solid;
  background: #000;
  color: #fff;
}

/*
.sec-category {
  padding-bottom: 5px;
}
*/
.sec-category {
  background: #fff;
  padding-top: 45px;
  padding-bottom: 10px;
}

/*
@media screen and (max-width: 640px) {
  .sec-category .inner {
    padding: 0 5px;
  }
}
*/
@media screen and (max-width: 640px) {
  .sec-category .inner {
    padding: 0 15px;
  }
}

.sec-category__img {
  padding: 0 12px;
  margin-bottom: 81px;
}
.sec-category__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 62px;
}
.list-category__item {
  width: 100%;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .list-category__item {
    width: 100%;
    padding: 5px 10px 18px 10px;
  }
  .list-category__item.last {
    padding: 10px 32px;
  }
}

.list-category__item.w2 {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.list-category .list-category__item:first-child .list-category__wrap {
  border-top: 1px #666 solid;
  padding-top: 20px;	
}

.list-category__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
  border-bottom: 1px #666 solid;
  padding-bottom: 20px;
}
/* Add 2024-9-17 */
.sec-category .category-layout-p1 .list-category__wrap,
.sec-category .category-layout-p2 .list-category__wrap {
  min-height:105px;
}

.list-category .list-category__item:first-child .list-category__wrap {
  border-top: 1px #666 solid;
  padding-top: 20px;	
}

.sec-category .category-layout-p1 .list-category--02,
.sec-category .category-layout-p2 .list-category--02{
  align-items: center;
  border-top: 1px #ccc solid;
  padding-top: 20px;
}

.sec-category .category-layout-p1 .list-category__item,
.sec-category .category-layout-p2 .list-category__item {
  width: 50%;
}

.sec-category .category-layout-p1 .list-category__item:first-child .list-category__wrap,
.sec-category .category-layout-p2 .list-category__item:first-child .list-category__wrap {
  border-top: 0;
  padding-top: 0px;
}

.sec-category .category-layout-p1 .list-category__item .list-category__img,
.sec-category .category-layout-p2 .list-category__item .list-category__img{
  /* height: 108px; */
  /*height: 45px;/* Update 2024-9-17 */
  /*height: 64px;/* Update 2024-10-4 */
  height: 108px;/* Update 2024-10-25 */
}

.sec-category .category-layout-p1 .list-category__item .txt-basic,
.sec-category .category-layout-p2 .list-category__item .txt-basic{
  height: 40px;
}

.list-category__img {
  width: 108px;
  position: relative;
  overflow: hidden;
}
/* Add 2024-9-17 */
.sec-category .category-layout-p1 .list-category__img,
.sec-category .category-layout-p2 .list-category__img {
    /*width: 45px;
    height: 45px;*/
    /*width: 64px;/* 2024-10-4 */
    /* height: 64px; */
    width: 108px;/* 2024-10-25 */
    height: 108px;
}

.list-category__img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.list-category__img .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.list-category__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  border: 1px solid #666;
}

.list-category__img.s2 {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .list-category__img.s2:before {
    padding-bottom: 31.4641744548%;
  }
}

.list-category__img.s3 {
  width: 100%;
}

.list-category__img.s3:before {
  padding-bottom: 48.4848484848%;
}

.list-category__ct {
  position: relative;
  width: calc(100% - 108px);
  /* padding: 0 14px; */
  /*padding: 0 10px;/* 2024-10-4 */
  padding: 0 7px;/* 2024-10-25 */
}
/* Add 2024-9-17 */
.sec-category .category-layout-p1 .list-category__ct,
.sec-category .category-layout-p2 .list-category__ct {
    /* width: calc(100% - 45px); */
    /*width: calc(100% - 64px);/* 2024-10-4 */
    width: calc(100% - 108px);/* 2024-10-25 */
}

.list-category__tag {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #666;
  /* margin-bottom: 1em; */
  margin-bottom: 1.4em;/* 2024-10-4 */
}

.list-category__ttl {
  font-weight: bold;
  margin-bottom: 6px;
}
/* Add 2024-9-17 */
.sec-category .category-layout-p1 .list-category__ttl,
.sec-category .category-layout-p2 .list-category__ttl{
  max-height:6px;
}

.list-category__ttl .jp {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.list-category__ttl .en {
  /* font-size: 1rem; */
  font-size: 0.7rem;/* 2024-10-25 */
  color: #666;
}

.list-category .txt-basic {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  /* font-size: 1.7rem; */
  font-size: 1.4rem;/* 2024-10-4 */
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 9px;
}
/* Add 2024-10-4 */
@media screen and (max-width: 400px) {
  .list-category .txt-basic {
    /* font-size: 1.1rem; */
    font-size: 0.8rem;/* 2024-10-25 */
  }
}

.list-trend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 62px;
}
.list-trend__item {
    width: 100%;
    padding: 10px;
}
@media screen and (max-width: 640px) {
	.list-trend__item {
	    width: 100%;
	    padding: 5px 10px 18px 10px;
	}
}
.list-trend__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #ffffff;
    border-bottom: 1px #666 solid;
    padding-bottom: 22px;
}
.list-trend__img {
    width: 108px;
    position: relative;
    overflow: hidden;
}
.list-trend__img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.list-trend__img .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.list-trend__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.list-trend__ct {
  position: relative;
  width: calc(100% - 108px);
  padding: 0 14px;
}
.list-trend__tag {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #666;
  margin-bottom: 1em;
}
.list-trend .txt-basic {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 9px;
}
.list-trend__ttl {
  font-weight: bold;
  margin-bottom: 6px;
}
.list-trend__ttl .jp {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.list-trend__ttl .en {
  font-size: 1rem;
  color: #666;
}



.sec-articlemain {
  background: #fff;
  padding-top: 23px;
  padding-bottom: 62px;
}

/*
.sec-articlemain .inner {
  padding: 0;
}
*/
.sec-articlemain .inner {
  padding: 0 15px;
}

.sec-articlemain .article__header {
  padding: 20px 16px;
  background: #fff;
}
/*
.sec-articlemain .article__body {
  padding: 0 15px;
}
*/
.layout-ct {
  display: block;
}

.layout-ct__l {
  width: 100%;
}

.layout-ct__r {
  display: none;
}

.txt-des22 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 25px;
}

.sec-articlemain .article__header .txt-des22 {
  margin-bottom: 0;
}

.txt-des16 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 15px;
}

.box-mainarticle .item-tems {
  margin-bottom: 5px;
}

.box-mainarticle .item-tems a {
  font-size: 1rem;
  font-weight: 700;
  color: #666;
  line-height: 1.3;
  display: inline-block;
}
.box-mainarticle .ttl-article {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.53;
  color: #262626;
  margin-bottom: 17px;
}

.box-mainarticle .time-author {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.157em;
  margin-bottom: 11px;
  color: #808080;
}

.box-mainarticle .list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -9px 35px;
}

.box-mainarticle .list-social .item-social {
  padding: 0 7px;
}

.box-mainarticle .article__body > *:first-child {
  margin-top: 20px;
}
.box-mainarticle .article__body > .slidect:first-child {
  margin-top: 0;
}
.box-mainarticle .article__body > p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.66;
  margin-bottom: 22px;
  letter-spacing: normal;
}
.box-mainarticle .article__body p:last-child {
  margin-bottom: 0;
}
.box-mainarticle .article__body > * + * {
  margin-top: 20px;
}
.box-mainarticle .article__body figure {
	margin-left: -15px;
	margin-right: -15px;
}
.box-mainarticle .article__body figure img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.box-mainarticle .article__body figure figcaption {
    font-size: 1.1rem;
    line-height: 1.3;
    letter-spacing: normal;
    padding: 0 15px;
    color: #4D4D4D;
    margin-top: 8px;
}
.box-mainarticle .article__body a:not([class]) {
    font-weight: bold;
    text-decoration: underline;
}

.slidect {
  margin-bottom: 25px;
}

.slidect .list-siderct {
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.slidect .list-siderct .item-ct {
  margin-bottom: 19px;
}

.slidect .list-siderct .item-ct__img {
  margin-bottom: 8px;
}

/*
.slidect .list-siderct .item-ct__txt {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.235em;
  padding: 0 15px;
  color: #808080;
}
*/
.slidect .list-siderct .item-ct__txt {
  font-size: 1rem;
  line-height: 1.3;
  padding: 0 15px;
  color: #808080;
}

.slidect .list-siderct .slick-prev, .slidect .list-siderct .slick-next {
  width: 16px;
  height: 26px;
  top: calc(50% - 37px);
}

.slidect .list-siderct .slick-prev:before, .slidect .list-siderct .slick-next:before {
  content: '';
  width: 16px;
  height: 26px;
  display: inline-block;
}

.slidect .list-siderct .slick-prev {
  left: 10px;
  z-index: 2;
}

.slidect .list-siderct .slick-prev:before {
  background: url("../img/article/img-arrl.png") no-repeat center center;
  background-size: 100%;
}

.slidect .list-siderct .slick-next {
  right: 10px;
}

.slidect .list-siderct .slick-next:before {
  background: url("../img/article/img-arrr.png") no-repeat center center;
  background-size: 100%;
}

.slidect .list-thumbslide {
  padding: 0 10px 0 5px;
}

.slidect .list-thumbslide .slick-track {
  margin-left: 0;
  margin: 0 -5px;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}

.slidect .list-thumbslide .slick-track .slick-slide {
  padding: 0 5px;
}

.slidect .list-thumbslide .slick-track .slick-slide.slick-current {
  position: relative;
}

.slidect .list-thumbslide .slick-track .slick-slide.slick-current:after {
  content: '';
  width: calc(100% - 10px);
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  bottom: 0;
  z-index: 2;
}

.txt-des18 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.block-eveninfor {
  padding: 22px 24px 23px 25px;
  background: #bfbfbf;
  margin-bottom: 29px;
}

.block-eveninfor .ttl {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.block-tags {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.747;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  margin-top: 40px;
}

.block-tags .tags {
  margin-right: 24px;
}

.block-tags .list-tags {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-tags .list-tags .item-tag {
  margin-right: 14px;
}

.block-socialft .list-socialft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-socialft .list-socialft .item-socialft {
  margin-right: 13px;
}

.block-socialft .list-socialft .item-socialft:last-child {
  margin-right: 0;
}

/*
.sec-relatedart {
  margin-bottom: 25px;
}
*/
.sec-relatedart {
  background: #fff;
  padding-bottom: 1px;
}

/*
.sec-relatedart .inner {
  padding: 0 5px;
}
*/
.sec-relatedart .inner {
  padding: 0 15px;
}

.sec-relatedart .ttlcomp-01 span {
  border-bottom: 1px #E4004F solid;
}
.sec-relatedart .list-category .txt-basic {
  -webkit-line-clamp: 2;
  margin-bottom: 29px;
}

/*
.sec-featured {
  margin-bottom: 60px;
}
*/
.sec-featuredpage {
  padding-top: 38px;
}
.sec-featuredpage .inner {
  padding: 0 15px;
}
.sec-featuredpage .list-category__wrap {
  background: transparent;
}

/*
.ttl-des26 {
  font-size: 2.6rem;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
*/
.ttl-des35 {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

.box-sidebar .block-sdb {
  margin-bottom: 32px;
}

.box-sidebar .block-sdb .part-sdb {
  margin-bottom: 20px;
}

.box-sidebar .block-sdb .part-sdb:last-child {
  margin-bottom: 0;
}

.box-sidebar .block-sdb .part-sdb .intro-flex__img .intro-contents {
  padding: 13px 20px 14px;
}

.box-sidebar .block-sdb .part-sdb .txt-basic {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.block-newarticle .part-newarticle {
  margin-bottom: 20px;
}

.block-newarticle .part-newarticle:last-child {
  margin-bottom: 0;
}

.block-newarticle .txt-basic {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.btn-links {
  margin-bottom: 27px;
}

.btn-links a {
  margin-bottom: 31px;
}

.btn-links a:last-child {
  margin-bottom: 0;
}
.sec-otherpro {
  background: #fff;
  padding-top: 208px;
  padding-bottom: 30px;
}


.sec-otherpro .inner {
  padding: 0 15px;
}
.border-top-sp {
  border-top: 3px solid #404040;
}

.sec-company {
  padding-bottom: 24px;
}

.company-ct {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

.company-title {
  text-align: center;
  margin: 0 -28px 19px;
  background: #fff;
  padding: 42px 30px 41px;
}

.company-table {
  background: #e5e5e5;
  margin: 0 -24px;
}

/*
.company-table dl {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid  #262626;
}
*/
.company-table dl {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #262626;
}

/*
.company-table dl:first-child {
  border-top: 1px solid  #262626;
}
*/
.company-table dl:first-child {
  border-top: 1px solid #262626;
}

.company-table dl:last-child {
  border-bottom: 0;
}

.company-table dl dt {
  letter-spacing: 1px;
  width: 41%;
  padding: 0 18px;
  color: #000;
  font-weight: 600;
  font-size: 1.4rem;
}

@media screen and (max-width: 374px) {
  .company-table dl dt {
    width: 38%;
    padding: 0 5px;
    font-size: 1.2rem;
  }
}

.company-table dl dd {
  letter-spacing: 0.5px;
  width: 59%;
  color: #000;
  font-weight: 300;
  line-height: 1.462;
  font-size: 1.3rem;
}

@media screen and (max-width: 374px) {
  .company-table dl dd {
    width: 62%;
    font-size: 1.2rem;
  }
}

.company-table dl dd a {
  color: #000;
  display: inline-block;
}

.company-table dl.dl-border-none {
  border-bottom: 0;
  padding-bottom: 0;
}

.company-map {
  padding-bottom: 21px !important;
  padding-top: 24px !important;
}

.company-map iframe {
  width: 100%;
  height: 250px;
}

.company-iframe {
  width: 100%;
  border: 1px solid #595959;
}

.sec-page {
 padding: 30px 0;
 background: #fff;
}
.sec-page .inner {
  padding: 0 15px;
}
.page-ct {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

.page-ct p {
  color: #000;
  font-weight: 400;
  letter-spacing: 0.111em;
  line-height: 1.466;
  font-size: 15px;
  font-size: 1.5rem;
}
.page-ct > * + * {
  margin-top: 30px;
}

.page-ct .list-ol {
  counter-reset: count 0;
}
.page-ct .list-ol li {
  color: #000;
  font-weight: 400;
  letter-spacing: 0.111em;
  line-height: 1.466;
  font-size: 15px;
  font-size: 1.5rem;
  text-indent: -3em;
  padding-left: 3em;
}
.page-ct .list-ol.oltype_2 li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.page-ct .list-ol li:before {
  content: "（" counter(count) "）";
  counter-increment: count 1;
}
.page-ct .list-ol.oltype_2 li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
}
.page-ct .notes li {
  color: #000;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 1.2px;
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
.page-ct .notes li:before {
  content: '※';
}
.page-ct hr {
  margin-right: 30px;
  margin-left: 30px;
}
.page-ct .page-dl {
  display: flex;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.111em;
  line-height: 1.466;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 40px;
}
.page-ct .page-dl dt {
  min-width: 22%;
}
.page-ct .page-dl dd {
  line-height: 2;
}

.page-ct .page-inqui {
  margin-right: 10px;
  margin-left: 10px;
}

.page-bg-sp {
  background: #fff;
  padding: 16px 15px 31px;
  margin: 0 -28px;
}

.page-heading {
  text-align: center;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  letter-spacing: 1px;
  padding-left: 3px;
  font-size: 1.8rem;
}

.page-desc {
  color: #000;
  line-height: 1.5;
  margin-bottom: 46px;
  letter-spacing: 0.25px;
  font-size: 1.4rem;
}

.page-inqui span, .page-inqui a {
  max-width: 540px;
  display: block;
  width: 100%;
  padding: 14px 10px;
  margin: 0 auto;
  background: #502314;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}

.page-list {
  padding: 30px 0 25px;
  margin: 0 -22px;
}

.page-item {
  margin-bottom: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #262626;
}

.page-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.page-item p {
  padding: 0 9px;
  color: #000;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.4px;
  font-size: 1.4rem;
}

.page-logo {
  text-align: center;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 640px;
  width: 100%;
  padding: 0 22px;
  margin: 0 auto 14px;
}

.page-img {
  width: calc(50% - 5px);
  margin-right: 10px;
}

.page-img:nth-child(2) {
  margin-right: 0;
}

.page-ttl {
  padding: 0 9px;
  color: #000;
  font-weight: 600;
  line-height: 1.667;
  margin-bottom: 1px;
  letter-spacing: 1.5px;
  font-size: 1.5rem;
}

.sec-articlefooter {
    margin-bottom: 24px;
}
blockquote {
  padding: 30px;
  background: #bfbfbf;
  position: relative; 
}
blockquote:before {
  font-family: 'icomoon';
  content: '\eb1b';
  color: #cfcfcf;
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 3rem;
  z-index: 1;
  line-height: 1;
}
blockquote:after {
  font-family: 'icomoon';
  content: '\eb1c';
  color: #cfcfcf;
  position: absolute;
  right: 10px;
  bottom: 7px;
  font-size: 3rem;
  z-index: 1;
  line-height: 1;
}
blockquote p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.44;
    z-index: 2;
    position: relative;
}
blockquote .source {
  display: block;
  text-align: right;
  font-size: 1.3rem;
  color: #333;
  position: relative;
  z-index: 2;
  margin-top: 5px;
}

.table__wrap .caption {
    margin-top: 5px;
    font-size: 1.3rem;
    text-align: right;
}
.table__wrap table {
  width: 100%;
    font-size: 1.4rem;
  margin: 0 auto;
}
.table__wrap table.fixed {
  table-layout: fixed;
}
.table__wrap table thead th {
  text-align: center;
}
.table__wrap table th,
.table__wrap table td {
    padding: 7px;
    border: 1px solid #CCCCCC;
  word-break: break-all;
}
.table__wrap table th {
  background: #eee;
}
.table__wrap table td {
  background: #fff;
}

/* pagenation */
.wp-pagenavi {
    display: flex;
    gap: 0.3rem;
    justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    color: black;
    border: 1px solid #404040;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
}
.wp-pagenavi span.extend {
  border:none;
  width: auto;
}
.wp-pagenavi i {
    line-height: 30px;
}
.wp-pagenavi span.current {
    background-color: #404040;
    color: white;
}
.wp-pagenavi a:hover {
    background-color: #404040;
    color: white;
}
/* Memberform */

.member-form {
  width: 580px;
  max-width: 100%;
  margin: auto;
}

.member-form .message {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.4rem;
}

.member-form dl+dl {
  margin-top: 30px;
}

.member-form dl dt {
  margin-bottom: 10px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 1.5rem
}

.member-form .submit-btn {}

.member-form input[type="text"],
.member-form input[type="email"],
.member-form input[type="password"] {
  width: 100%;
  height: 40px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  vertical-align: middle;
  border: 1px solid rgb(164, 164, 164);
  padding: 0 15px;
}

.member-form input[type="text"].short {
  width: 200px;
}

.member-form input[name="zip[data][0]"] {
  width: 80px;
  margin: 0 10px;
}

.member-form input[name="zip[data][1]"] {
  width: 100px;
  margin: 0 10px;
}

.member-form .radio {
  font-size: 1.5rem;
  line-height: 4rem;
}

.member-form .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.member-form .radio input[type=radio]+.radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.1em;
  margin-right: 8px;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  vertical-align: middle;
}

.member-form .radio input[type=radio]:checked+.radio-label:before {
  background-color: #502314;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.member-form .radio input[type=radio]:focus+.radio-label:before {
  outline: none;
  border-color: #502314;;
}

.member-form .radio input[type=radio]:disabled+.radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.member-form .radio input[type=radio]+.radio-label:empty:before {
  margin-right: 0;
}

.member-form .submit-btn {
  margin-top: 48px;
}

.member-form .submit-btn a,
.member-form .submit-btn input[type="submit"] {
  display: block;
  width: 200px;
  height: 50px;
  color: rgb(255, 255, 255);
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  backface-visibility: hidden;
  text-align: center;
  margin: 0px auto;
  background: rgb(6, 6, 6);
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  outline: 0px;
  transition: all 0.3s ease 0s;
  line-height: 50px;
}

.member-form .submit-btn a:hover,
.member-form .submit-btn input[type="submit"]:hover {
  opacity: .8;
}

.member-form .thanks {
  margin-top: 48px;
}

.member-form .thanks p {
  text-align: center;
  font-size: 1.5rem;
}

.tml-action-links,
.member-links {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tml-action-links li,
.member-links li {
  width: 100%;
  font-size: 1.5rem;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
}
.tml-action-links li + li,
.member-links li + li {
  margin-top: 20px;
}

.tml-action-links a,
.member-links li a {
  display: block;
  text-align: center;
}

/*
 Contact Form
*/
.contact-form {
  width: 100%;
  margin: 0 auto
}

.contact-form dl {
  margin-top: 25px
}

.contact-form dl:nth-child(1) {
  margin-top: 0
}

.contact-form dl dt {
  position: relative;
  font-family: 'VisbyCF-Light', sans-serif;
  line-height: 1.66;
  letter-spacing: .1em;
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.contact-form dl dt .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}

.contact-form dl dt .arrow:after {
  position: absolute;
  top: -6px;
  right: 3px;
  width: 11px;
  height: 11px;
  border-top: 1px solid transparent;
  border-right: 1px solid #060606;
  border-bottom: 1px solid #060606;
  border-left: 1px solid transparent;
  content: '';
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.contact-form dl dd {
  line-height: 1.7;
  letter-spacing: .1em;
  border-bottom: 1px solid #060606
}
.contact-form dl dd .flex-form {
  display: flex;
  flex-direction: column;
}
.contact-form dl dd .flex-form .flex-form__item + .flex-form__item {
  margin-top: 10px;
}
.contact-form dl dd .flex-row {
  display: flex;
  flex-direction: column;
}
.contact-form dl dd .flex-row.sp-flex-row,
.contact-form dl dd.flex-row {
	flex-direction: row;
	align-items: center;
}
.contact-form dl dd .flex-row > * + * {
	margin-top: 10px;
}
.contact-form dl dd .flex-row.sp-flex-row > * + * {
	margin-top: 0;
}
.contact-form dl dd .flex-row .flex-row__item {
  width: 100%;
  display: flex;
  align-items: center;
}
.contact-form dl dd .flex-row .flex-row__item span {
  font-size: 12px;
  font-size: 1.2rem;
  width: 36px;
}
.contact-form dl dd .flex-row .flex-row__item + .flex-row__item {
  margin-left: 0;
}
.contact-form dl dd .flex-col {
  display: flex;
  flex-direction: column;
}
.contact-form dl dd .flex-col > div + div {
	margin-top: 10px;
}
.contact-form dl dd .aux {
	padding: 5px;
	font-size: 14px;
	font-size: 1.4rem;
}
.contact-form dl dd .aux_label {
    min-width:132px;
    display: inline-block;
}
.contact-form dl dd input[type=text],
.contact-form dl dd input[type=email],
.contact-form dl dd input[type=password] {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  background-color: transparent;
  border: none;
  vertical-align: middle;
  background: #fafafa;
  padding: 0 10px;
}
.contact-form dl dd input[type="number"] {
  display: inline-block;
  width: 100px;
  height: 40px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  background-color: transparent;
  border: none;
  vertical-align: middle;
  background: #fafafa;
  padding: 0 10px;
}
.contact-form dl dd input[name="zip[data][0]"],
.contact-form dl dd input[name="zip[data][1]"],
.contact-form dl dd input[name="workplace_zip[data][0]"],
.contact-form dl dd input[name="workplace_zip[data][1]"] {
  width: 100px;
}
.contact-form dl dd .hidden__wrap {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  background-color: transparent;
  border: none;
  vertical-align: middle
}

.contact-form dl dd input[type=text]:focus,
.contact-form dl dd input[type=email]:focus,
.contact-form dl dd input[type=password]:focus {
  background-color: #fff;
  outline: none
}

.contact-form dl dd textarea {
  width: 100%;
  height: 200px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  background-color: transparent;
  outline: none;
  border: none;
  -ms-overflow-style: none;
  background: #fafafa;
  vertical-align: bottom;
  padding: 10px;
}
/* チェックボックス01 */
input[type=checkbox] {
    display: none;
}
.checkbox__wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.checkbox__wrap .checkbox__item {
  width: 100%;
}
.checkbox__wrap label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    font-size: 1.5rem;
}
.checkbox__wrap label:before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox__wrap label:after {
    border-right: 3px solid #502314;
    border-bottom: 3px solid #502314;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
.checkbox__wrap input[type=checkbox]:checked + label:after {
    opacity: 1;
}
input[type=radio] {
    display: none;
}
.radiobtn__wrap {
  display: flex;
  flex-wrap: wrap;
}
.radiobtn__wrap .checkbox__item {
  width: 50%;
}
.radiobtn__wrap label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    font-size: 1.5rem;
}
.radiobtn__wrap label:before {
    background: #fff;
    border: 1px solid #502314;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radiobtn__wrap label:after {
    background: #502314;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}
.radiobtn__wrap input[type=radio]:checked + label:after {
    opacity: 1;
}
.checkbox__wrap.col1,
.radiobtn__wrap.col1,
.checkbox__wrap.col2,
.radiobtn__wrap.col2,
.checkbox__wrap.col3,
.radiobtn__wrap.col3,
.checkbox__wrap.col4,
.radiobtn__wrap.col4 {
  flex-direction: column;
}
.checkbox__wrap.col1 .checkbox__item,
.radiobtn__wrap.col1 .checkbox__item {
  width: 100%;
}
.checkbox__wrap.col2 .checkbox__item,
.radiobtn__wrap.col2 .checkbox__item {
  width: 100%;
}
.checkbox__wrap.col3 .checkbox__item,
.radiobtn__wrap.col3 .checkbox__item {
  width: 100%;
}
.checkbox__wrap.col4 .checkbox__item,
.radiobtn__wrap.col4 .checkbox__item {
  width: 100%;
}

.cp_ipselect {
  position: relative;    
  background: #fafafa;
  padding: 0 10px;
  width: 70%;
}

.cp_sl02 {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 10px 10px 10px 0;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 0;
  border: none;
}

.cp_sl02:focus {
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.cp_ipselect .cp_sl02 {
  appearance: none;
  -webkit-appearance: none
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect:after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transform: translateY(-50%);
}

.cp_sl02_selectlabel {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
}

.cp_sl02:focus~.cp_sl02_selectlabel,
.cp_sl02:valid~.cp_sl02_selectlabel {
  color: #232952;
  top: -20px;
  transition: 0.2s ease all;
  font-size: 14px;
}


.contact-form dl dd textarea:focus {
  background-color: #fff;
  outline: none
}

.contact-form .privacy dt {
  margin-bottom: 0;
  padding: 10px;
  padding-right: 20px;
  border: 1px solid #060606;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1.44;
}

.contact-form .privacy dd {
  display: none;
  border: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .2em
}

.contact-form .privacy dd .txt-area {
  margin-top: 30px
}

.contact-form .privacy dd .privacy-list {
  margin-top: 30px
}

.contact-form .privacy dd .privacy-list dt {
  margin-bottom: 10px;
  padding: 0;
  border: none
}

.contact-form .privacy dd .privacy-list dd {
  display: block;
  border: none;
  font-size: 1.4rem;
}

.contact-form .privacy.is-open dt .arrow:after {
  top: -9px;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg)
}

.contact-form .txt-area p {
  font-size: 1.4rem;
  line-height: 2
}
.contact-form .check {
  margin-top: 20px;
}
.contact-form .check input[type=checkbox] + label {
  padding: 10px;
  background-color: #060606;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.44;
  letter-spacing: .2em;
  display: block;
  transition : .5s; /*0.5秒で変化*/
  cursor: pointer;
}
.contact-form .check input[type=checkbox]:hover + label,
.contact-form .check input[type=checkbox]:checked + label {
  background-color: #502314;;
}


.contact-form .check label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0
}

.contact-form .check label:nth-child(1) {
  padding-left: 0
}
.contact-form .check input[type=checkbox]:focus {
  background-color: #fff;
  outline: none
}
.contact-form .btn-boxlink {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 20px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding: 0;
}
.btn-arrow {
  display: block;
  position: relative;
  margin-top: 80px;
  padding: 15px 30px;
  color: #060606;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 93%;
  line-height: 1.7;
  letter-spacing: .1em;
  text-decoration: none;
  background: 0 0;
  border: 1px solid #060606;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0
}
.btn-arrow .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  line-height: 1.5;
  z-index: 1
}
.btn-arrow .arrow:before {
  position: absolute;
  right: 2px;
  width: 25px;
  height: 1px;
  background-color: #060606;
  content: '';
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.btn-arrow .arrow:after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #060606;
  content: '';
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.btn-arrow:hover {
  background: #060606;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  opacity: 1;
}
.btn-arrow:hover .arrow:before {
  background-color: #fff
}
.btn-arrow:hover .arrow:after {
  border-left: 5px solid #fff
}
.contact-form .btn-boxlink .btn-submit {
  width: 100%;
  padding: 10px;
  background: 0 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: .1em;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #060606;
}
.contact-form .btn-boxlink:hover .btn-submit {
  color: #fff
}
.mw_wp_form .error {
  margin-top: 20px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 77%;
  letter-spacing: .1em
}

/* Mypage */
.mypage-header {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.mypage-header .mypage-menu {
  display: flex;
  flex-wrap: wrap;
}
.mypage-header .mypage-menu li {
  width: 50%;
}
.mypage-header .mypage-menu li:nth-child( 2n ) {
  border-left: 2px solid #fff;
}
.mypage-header .mypage-menu li:nth-child( n+3 ) {
  border-top: 2px solid #fff;
}
.mypage-header .mypage-menu li a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4;
  background: #e5e5e5;
}
.mypage-header .mypage-menu li a.active {
  background: #000000;
  color: #fff;
}
.apply-history__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.apply-history__list .apply-history__item {
  display: flex;
  flex-direction: column;
  
}
.apply-history__list .apply-history__item + .apply-history__item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}
.apply-history__list .apply-history__item .apply-history__img-wrapper {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.apply-history__list .apply-history__item .apply-history__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.apply-history__list .apply-history__item .apply-history__body {
  width: 100%;
  margin-top: 10px;  
}
.apply-history__list .apply-history__item .apply-history__body .apply-history__title {
  font-size: 1.6rem;
  line-height: 1.66;
  letter-spacing: inherit;
  margin-bottom: 10px;
}
.apply-history__list .apply-history__item .apply-history__body .apply-history__lead {
  font-size: 1.4rem;
  line-height: 1.44;
}
.apply-history__list .apply-history__item .apply-history__body .apply-history__bottom {
  margin-top: 10px;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
} 
.apply-history__list .apply-history__item .apply-history__body .apply-history__bottom time {
  font-size: 1.4rem;
  line-height: 1.44;  
}
.apply-history__list .apply-history__item .apply-history__body .apply-history__bottom a {
  width: 120px;
  background: #938D27;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
.nohistory {
  padding: 40px 0;
  background: #e5e5e5;
  margin-bottom: 50px;
}

.sec-present .inner {
  padding: 0 15px;
}
.sec-present__img {
  margin: 0 -15px;
}
.sec-present__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.sec-present__btn {
  background: #fff;
  margin: 0 -15px;
  padding: 218px 15px 30px 15px;
}

.present-block {
  background: #fff;
  padding: 20px 15px 77px 15px;
  text-align: center;
  margin: 0 -15px 15px;
}
.present-block__ttl {
  font-size: 2.3rem;
  font-family: "Times New Roman", sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}
.present-block__desc {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.present-digital__ttl {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  padding: 30px 0 16px 0;
}
.present-digital__list {
  margin: 0 -15px;
}
.present-digital__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #404040;
}
.present-digital__list-item:nth-child(2) {
  background: #00A0D2;
}
.present-digital__list-item:nth-child(2) .present-digital__list-ttl {
  text-align: right;
}
.present-digital__list-item:last-child {
  background: #F05573;
}
.present-digital__list-img {
  width: 100%;
}

.present-more {
  text-align: center;
  background: #fff;
  padding: 25px 0;
  margin: 0 -15px;
}
.present-more a {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Times New Roman", sans-serif;
  position: relative;
  padding-right: 20px;
}
.present-more a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #000;
}

.present-box {
  background: #fff;
  padding: 58px 0 22px 0;
  margin: 0 -15px;
}
.present-box .txt-basic {
  font-size: 1.1rem;
  text-decoration: underline;
}

#sp-menu-btn {
	display: block;
	right: 20px;
	bottom: -50px;
	position: fixed;
	width: 50px;
	height: 50px;
	background: #595959;
	border-radius: 50%;
	z-index: 20;
	opacity: 0;
  -webkit-transition: -webkit-transform 0.5s;
    	  transition: -webkit-transform 0.5s;
	   -o-transition: transform 0.5s;
	   	  transition: transform 0.5s;
	   	  transition: transform 0.5s, -webkit-transform 0.5s;
}
body.scroled #sp-menu-btn {
	bottom: 20px;
	opacity: 1;
}
#sp-menu-btn span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  left: 50%;
}

#sp-menu-btn span:before,
#sp-menu-btn span:after {
  position: absolute;
  left: 0;
  width: 30px;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
    	  transition: -webkit-transform 0.3s;
	   -o-transition: transform 0.3s;
	   	  transition: transform 0.3s;
	   	  transition: transform 0.3s, -webkit-transform 0.3s;
}
#sp-menu-btn span:before {
  -webkit-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
      transform: translateY(-250%);
  top: -5px;
}
#sp-menu-btn span:after {
  -webkit-transform: translateY(250%);
  -ms-transform: translateY(250%);
      transform: translateY(250%);
  bottom: -5px;
}
#sp-menu-btn.mobile-close span {
	background-color: transparent;
}
#sp-menu-btn.mobile-close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
  top: 0;
}
#sp-menu-btn.mobile-close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
  bottom: 0;
}
ul.show-menu li.item:(7)
{
	width: 10%;/* Add 223-4-15 */
}

.slick-dots
{
	bottom: 10px;/* スライド底部からの距離をpxなどで指定 */
}
.slick-dots li {
	width: 30px;/* 数字が大きいほど離れる; */
}
.slick-dots li button:before {
	font-size: 20px;
	line-height: 20px;
	position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
	content: '•';
/*    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;*/
	
  /*background-image: url('/img/kwdot1.png');
  background-repeat: no-repeat;*/
  /*background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 13.5px;*/
}
.slide-dots li.slick-active button:before {
  /*background-image: url(表示されてる用の画像のパス);*/
}
/*.kw-slick-dots
{
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	font-size: 200%;
}
.kw-slick-dots li
{
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
.kw-slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.kw-slick-dots li button:hover,
.kw-slick-dots li button:focus
{
    outline: none;
}
.kw-slick-dots li button:hover:before,
.kw-slick-dots li button:focus:before
{
    opacity: 1;
}
.kw-slick-dots li button:before
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    content: "";
    text-align: center;
    background: white;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
}
.kw-slick-dots li.slick-active button:before
{
    content: "";
    border: 2px solid white;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}*/

/* Add 2023-12-6 */
#header .box-user li.kwj-chronicle i {
  color: #999;
}

.seasontenki {
  display: -webkit-flex;
  display:flex; 
  -webkit-justify-content: space-around; 
  justify-content: space-around;      
}
@media screen and (max-width: 479px) {
  .seasontenki {
    width:190px;
  }
}
.seasontenki-left {
  flex-basis: 20%;  /* Update 2023-12-29 (30->) */
  text-align:right;
  margin-right: 10px;  /* Add 2023-12-29 */
  width:30px;
  position: relative; /* Add 2023-12-29 */
}
@media screen and (min-width: 376px) and (max-width: 479px) {
  .seasontenki-left {
    bottom: 4px;
  }
}
@media screen and (max-width: 375px) {
  .seasontenki-left {
    bottom: 4px;
  }
}
.seasontenki-logo {
  flex-basis: 50%;  /* Update 2023-12-29(40->) */
}
.seasontenki-right {
  flex-basis: 20%;  /* Update 2023-12-29 */
  width:30px;
}
