@charset "UTF-8";
a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1025px) {
  a[href^="tel"] {
    pointer-events: none;
  }
}

@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;
  text-align: center;
  font-family: 'GT Walsheim Ultra Bold', Helvetica, sans-serif;/* Update 2023-2-14*/
  font-weight: bold;
  font-size: 3.6rem;
  margin-bottom: 51px;
}
.ttlcomp-01:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #808080;
  top: 27px;
  left: 0;
}
.ttlcomp-01 span {
  position: relative;
  background: #fff;
  padding: 0 10px;
  min-width: 355px;
  /*display: -webkit-inline-box;*/
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ttlcomp-01 span span {
  min-width: auto;
  padding: 0;
}
.ttlcomp-01--red:before {
  background: #E4004F;
}
.ttlcomp-01--red {/* Add 2023-2-14 */
  background: #000;
  color: #FFF;
}
.ttlcomp-01--red span {
  /*color: #E4004F;*//* Comment 2023-2-14 */
  background: #000;/* Add 2023-2-14 */
}
.ttlcomp-01--red span span {/* Add 2023-2-14 */
  color: #E4004F;
}


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

.btn-comp01 {
  max-width: 500px;
  display: block;
  width: 100%;
  padding: 15px 10px;
  margin: 0 auto;
  background: #E4004F;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}

#header {
  position: relative;
  background: #ffffff;
  padding-top: 69px;
  border-bottom: 10px solid #808080;
}

@media screen and (max-width: 1024px) {
  #header {
    background: #e5e5e5;
    padding: 17px 0 16px;
  }
}

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

@media screen and (max-width: 1024px) {
  #header:after {
    height: 3px;
    background: #ffffff;
  }
}

#header .inner {
  position: relative;
}

@media screen and (max-width: 1024px) {
  #header .inner {
    padding: 0 17px;
  }
}

#header .logo {
  display: block;
  text-align: center;
  width: 360px;
  margin: 0 auto 47px;
}

@media screen and (max-width: 1024px) {
  #header .logo {
    margin-bottom: 0;
    width: 140.5px;
  }
}

#header .box-user {
  position: absolute;
  width: 152px; /* Update 2023-12-6(112px->) */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0px;/* Update 2025-1-30(-17px->) */
  right: 39px;
}

@media screen and (max-width: 1024px) {
  #header .box-user {
    width: 75px;
    top: 5px;
    right: 58px;
  }
}

#header .box-user li {
  text-align: center;
}

#header .box-user li i {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 5px;
  color: #595959;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  #header .box-user li a img {
    width: 25px;
    margin-bottom: 0;
  }
}

#header .box-user li a span {
  display: block;
  font-family: Helvetica, sans-serif;
  font-weight: 500;
  color: #595959;
  font-size: 1.1rem;
}

@media screen and (max-width: 1024px) {
  #header .box-user li a span {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  #header .nav-menu {
    display: none;
    position: absolute;
    top: 41px;
    left: 0;
    height: calc(100vh - 57px);
    width: 100%;
    background: #595959;
    padding: 30px 28px 100px;
    overflow-y: scroll;
    z-index: 10;
  }
  #header .nav-menu.active {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  #header .nav-menu__ttl {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px #fff solid;
    text-align: center;
    padding-bottom: 15px;
  }
}

#header .nav-menu .show-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
  margin: 0 calc(50% - 50vw); /* Add 2023-12-7 */
}

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

#header .nav-menu .show-menu > .item {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  #header .nav-menu .show-menu > .item {
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 1024px) {
  #header .nav-menu .show-menu > .item:first-child,
  #header .nav-menu .show-menu > .item:nth-child(2) {
    width: 100%;
  }
}

#header .nav-menu .show-menu > .item > a {
  display: block;
  text-align: center;
  font-family: 'GT Walsheim Ultra Bold', Helvetica, sans-serif;/* Update 2023-2-14 */
  font-weight: 600;
  font-size: 1.8rem;
  word-break: break-all;
  flex: 0 1 100%;
  padding: 15px 15px;/* Update 2023-12-6 (15px 20px->) */
}
@media screen and (max-width: 1210px) {/* Add 2023-12-7 */
  #header .nav-menu .show-menu > .item > a {
    padding: 15px 6px;
  }
}

@media screen and (max-width: 1024px) {
  #header .nav-menu .show-menu > .item > a {
    position: relative;
    font-size: 2.4rem;
    color: #fff;
    letter-spacing: 0;
    font-weight: 300;
  }
}

#header .mobile-icon {
  width: 30px;
  height: 15px;
  position: absolute;
  right: -4px;
  top: 40%;
  -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: -6px;
}

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

#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 .sp-nav {
	display: none;
}
main {
	position: relative;
	z-index: 1;
}

.sec-luxury {
  background: #000000;
  border-top: 10px solid #808080;
  padding: 58px 0 91px;
}

@media screen and (max-width: 1024px) {
  .sec-luxury {
    border-top: 3px solid #502314;
    border-bottom: 3px solid #502314;
    padding: 18px 0 40px;
  }
}

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

.luxury-sub span.logo {
  position: relative;
  display: inline-block;
}
.luxury-sub span.logo img {
  width: 360px;
  height: auto;
}

.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;
}

.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;
}

.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%;
}

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

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

#footer {
  background: #404040;
  color: #ffffff;
  padding-bottom: 50px;
}

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

#footer .footer-top {
  background: #E5E5E5;
  margin-bottom: 54px;
  position: relative;
  border-bottom: 10px solid #808080;
}
#footer .footer-top:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #e4004f;
    bottom: 0;
    left: 0;
}

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

#footer .footer-menu li a {
  font-family: 'GT Walsheim Ultra Bold', Helvetica, sans-serif;/* Update 2023-2-14 */
  font-weight: 600;
  color: #000000;
  font-size: 1.8rem;
  letter-spacing: -1.5px;
  padding: 18px 20px;
  white-space: nowrap;  /* Add 2025-03-24 */
}

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

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

#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;
}

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

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

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

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

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

#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;
}

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

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

#footer .footer-check__ct .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  width: 15px;
  height: 9px;
  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;
}

#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;
}

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

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

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

.sec-mv {
  padding: 40px 0 84px;
}

@media screen and (max-width: 1024px) {
  .sec-mv {
    padding: 0;
  }
}

.sec-mv__ttl {
  display: none;
}

.slider-home {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .slider-home {
    border-top: 3px solid #404040;
    border-bottom: 3px solid #404040;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.slider-home .item {
  outline: none !important;
}

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

.slider-home .slick-dots {
  bottom: -25px;
}

@media screen and (max-width: 1024px) {
  .slider-home .slick-dots {
    bottom: 10px;
  }
}

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

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

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

/* Add start 2023-4-18 */
.slider-featured-kw .slick-prev {
	left: -40px;
}
.slider-featured .slick-prev:before,
.slider-featured .slick-next:before,
.slider-featured-kw .slick-prev:before,
.slider-featured-kw .slick-next:before {
    font-size: 36px;
	color: black;
}
.slider-featured-kw .slick-dots {
  bottom: -25px;
}
@media screen and (max-width: 1024px) {
  .slider-featured-kw .slick-dots {
    bottom: 10px;
  }
}
.slider-featured-kw .slick-dots li {
  margin: 0 8.5px;
}
.slider-featured-kw .slick-dots li button:before {
  width: 10px;
  height: 10px;
  background: #404040;
}
.slider-featured-kw .slick-dots li.slick-active button:before {
  border: 0;
/*  background: #ffffff;*/
  background: #C0C0C0;
}
/* Add end */

.sec-intro {
  padding-bottom: 56px;
}

@media screen and (max-width: 1024px) {
  .sec-intro {
    padding: 50px 0;
  }
}

/*
.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 14px;
}

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

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

.category-layout-p2 .intro-wrap .box-right{
  width: 100%;
}

.intro-wrap .box-right .intro-contents {
  padding: 14px 20px;
}

.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-box__pos .intro-contents {
  position: relative;
  padding: 45px 20px 20px;
}

.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: 1.4rem;
  padding-top: 2px;
  top: 16px;
  right: 16px;
  z-index: 1;
}

.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: 20px;
  bottom: 0;
  left: 0;
}

.intro-ttl {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}

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

.intro-ttl .en {
  color: #404040;
  font-size: 1.4rem;
}

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

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

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

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

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

.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;
}

.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;
}

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

.intro-block .intro-contents .txt-basic {
  width: calc(100% - 275px);
  height: 4.48rem;
}

.category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 143px;
}
.category-tag a {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
  padding: 0 30px;
}

.sec-news {
  padding-bottom: 79px;
}

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

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

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

.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: 640px;
  font-family: Helvetica, sans-serif;
/*   background: #404040; */
  background: #666;
  font-weight: bold;
  color: #ffffff;
  font-size: 2.8rem;
  padding: 5px 10px;
  margin: 0 auto;
  letter-spacing: 3px;
}

.news-btn--red {
  background: #E4004F;
}

.list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
/*   margin: 0 -10px 60px; */
  margin: 0 -10px 120px;
}

/*
.list-news__item {
  width: calc( calc( 100% / 3 ) - 20px );
  margin: 0 10px;
  background: #fff;
  position: relative;
}
*/
.list-news__item {
  width: 33.333%;
  padding: 0 10px;
}

.list-news__wrap {
  position: relative;
  display: block;
  background: #ffffff;
}

/*
.list-news__item:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  bottom: 0;
  left: 0;
}

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

.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;
  padding: 16px 20px 26px;
}

/*
.list-news__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: 130px;
  height: 30px;
  color: #ffffff;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  top: -14px;
  right: 16px;
}
*/
.list-news__tag {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 16px;
}

/*
.list-news__tag.red {
  background: #C8282D;
}

.list-news__tag.darkblue {
  background: #1E238C;
}

.list-news__tag.green {
  background: #009B46;
}
*/

.list-news__ttl {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
/*   margin-bottom: 5px; */
  margin-bottom: 8px;
}

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

.list-news__ttl .en {
  color: #404040;
  font-size: 1.4rem;
}

/*
.list-news .txt-basic {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
}
*/
.list-news .txt-basic {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 67px;
}

.list-news--02 .list-news__item {
  width: 100%;
}
.list-news--03 {
  margin: 0 -20px 12px;
}
.list-news--03 .list-news__item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 32px;
}
.list-news--03 .list-news__ttl {
  margin-bottom: 11px;
}
.list-news--03 .list-news__ttl .jp {
  font-size: 2rem;
  margin-bottom: 8px;
}
.list-news--03 .list-news__contents {
  padding: 16px 4px 26px;
}
.list-news--03 .txt-basic {
  -webkit-line-clamp: 4;
  max-height: 89px;
}

.slider-featured {
  margin: 0 -10px 30px;
}
.slider-featured .item {
  padding: 0 10px;
}

/*
.sec-category {
  padding-bottom: 140px;
}
*/
.sec-category {
  background: #fff;
  padding-top: 83px;
  padding-bottom: 42px;
}
.list-trend {
	display: flex;
	margin-bottom: 120px;
}
.list-trend__item {
	width: calc( calc( 100% - 70px ) /3 );
}

.list-trend__item a {
	display: flex;
	justify-content: space-between;
}
.list-trend__item + .list-trend__item {
	margin-left: 35px;
}
.list-trend__img {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.list-trend__img .thumbnail {
  width: 160px;
  height: 160px;
}
.list-trend__img .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.list-trend__tag {
    color: #666;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    padding-top: 2px;
    padding-left: 2px;
    margin-bottom: 21px;
}
.list-trend__ct {
	width: 130px;
}
.list-trend__ct .txt-basic {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.list-trend__ttl {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  margin-top: 20px;
}
.list-trend__ttl .en {
  font-size: 1.4rem;
  font-weight: bold;
  color: #404040;
}

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

.list-category,
.list-category2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 99px;
}
.list-category2 {/* Add 2023-6-1 */
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.list-category__item {
  width: 33.333%;
  padding: 10px;
}

.list-category2__item {/* Add 2023-6-1 */
  width: 100%;
  padding: 0;
}
.list-category__ttl {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

.list-category__ttl .en {
  font-size: 1.4rem;
  font-weight: bold;
  color: #404040;
}

@media screen and (max-width: 1024px) {
  .list-category__item {
    width: 50%;
  }
}

.list-category__item.w2 {
  width: 66.666%;
}

@media screen and (max-width: 1024px) {
  .list-category__item.w2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.list-category__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
}

.list-category__img {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.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";
}

.category-layout-p2 .list-category__img {
  width: 180px;
}

.category-layout-p2 .list-category__img .thumbnail,
.category-layout-p2 .list-category__img img {
  width: 160px;
  height: auto;
}

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

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

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

.w2 .list-category__img.s2:before {
  padding-bottom: calc(160 / 160 * 50%);
}

/*
.list-category__ct {
  position: relative;
  width: 50%;
  padding: 14px;
}
*/
.list-category__ct {
  position: relative;
  width: 50%;
  padding: 5px 15px;
}

/*
.list-category__ct:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  bottom: 0;
  left: 0;
}

.list-category__ct.red:after {
  border-bottom: 15px solid #C8282D;
}

.list-category__ct.red .list-category__tag {
  background: #C8282D;
}

.list-category__ct.darkblue:after {
  border-bottom: 15px solid #1E238C;
}

.list-category__ct.darkblue .list-category__tag {
  background: #1E238C;
}

.list-category__ct.green:after {
  border-bottom: 15px solid #009B46;
}

.list-category__ct.green .list-category__tag {
  background: #009B46;
}

.list-category__ct.violet:after {
  border-bottom: 15px solid #7D1482;
}

.list-category__ct.violet .list-category__tag {
  background: #7D1482;
}

.list-category__ct.blue:after {
  border-bottom: 15px solid #00A0D2;
}

.list-category__ct.blue .list-category__tag {
  background: #00A0D2;
}

.list-category__ct.pink:after {
  border-bottom: 15px solid #F05573;
}

.list-category__ct.pink .list-category__tag {
  background: #F05573;
}

.list-category__ct.orange:after {
  border-bottom: 15px solid #FFA014;
}

.list-category__ct.orange .list-category__tag {
  background: #FFA014;
}
*/

/*
.list-category__tag {
  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: 104px;
  height: 24px;
  color: #ffffff;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.12rem;
  padding-top: 2px;
  margin-left: auto;
}
*/
.list-category__tag {
  color: #666;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  padding-top: 2px;
  padding-left: 2px;
  margin-bottom: 21px;
}

/*
.list-category .txt-basic {
  position: absolute;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: calc(100% - 30px);
  height: calc(100% - 70px);
  top: 57px;
  left: 15px;
}
*/
.list-category .txt-basic {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 68px;
  margin-bottom: 20px;
  font-weight: bold;
}

.list-category--02 .list-category__item {
  width: 50%;
  padding-top: 0;
  margin-bottom: 10px;
}

/*
.sec-articlemain {
  margin-top: 40px;
  margin-bottom: 59px;
}
*/
.sec-articlemain {
  margin-top: 40px;
  margin-bottom: 96px;
}

.layout-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout-ct__l {
  width: 68%;
  padding-right: 20px;
}

.layout-ct__r {
  width: 32%;
}

/*
.txt-des22 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.545;
  color: #000000;
  margin-bottom: 33px;
}
*/
.txt-des22 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.545;
  color: #000000;
  margin-bottom: 33px;
  position: relative;
}

.article__body .txt-des22::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 44px;
  height: 4px;
  display: inline-block;
  background-color: #000000;
}

.txt-des16 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.44;
  color: #000000;
  margin-bottom: 30px;
}

.box-mainarticle {
  padding: 18px 20px 25px;
  background: #ffffff;
}

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

/*
.box-mainarticle .item-tems a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.75;
  padding: 3px 10px;
  min-width: 130px;
  background: #c8282d;
  text-align: center;
  display: inline-block;
}
*/
.box-mainarticle .item-tems a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.75;
  padding: 3px 10px;
  min-width: 130px;
  color: #595959;
  text-align: center;
  display: inline-block;
  border-bottom: 1px #E4004F solid;
  font-family: Helvetica, sans-serif;
  letter-spacing: 1px;
}

/*
.box-mainarticle .ttl-article {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.53;
  color: #262626;
  margin-bottom: 54px;
}
*/
.box-mainarticle .ttl-article {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.53;
  color: #262626;
  margin-bottom: 10px;
}

.box-mainarticle .time-author {
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.157em;
  margin-bottom: 28px;
  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 -11px 26px;
}

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

.box-mainarticle .article__body > p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7222;
  margin-bottom: 30px;
}
.box-mainarticle .article__body a:not([class]) {
  font-weight: bold;
  text-decoration: underline;
}
.box-mainarticle .article__body a:not([class]):hover {
  color: rgb(238, 0, 0);
}

.box-mainarticle .article__body > p:last-child {
  margin-bottom: 0;
}

.box-mainarticle .article__body > * + * {
  margin-top: 30px;
}
.box-mainarticle .article__body figure {
	margin-left: 0;
	margin-right: 0;
}
.box-mainarticle .article__body figure img {
	vertical-align: bottom;
}
.box-mainarticle .article__body figure figcaption {
	margin-top: 8px;
	font-size: 1.4rem;
    line-height: 1.428;
    letter-spacing: normal;
    color: #4D4D4D;
}
.slidect {
  margin-bottom: 35px;
}

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

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

/*
.slidect .list-siderct .item-ct__txt {
  font-size: 1.4rem;
  line-height: 1.428;
  letter-spacing: 0.045em;
  color: #808080;
}
*/
.slidect .list-siderct .item-ct__txt {
  font-size: 1.4rem;
  line-height: 1.428;
  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 110px 0 0;
}

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

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

.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% - 20px);
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  z-index: 2;
}

.txt-des18 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.724;
}

.block-eveninfor {
  padding: 20px 20px 27px;
  background: #bfbfbf;
}

.block-eveninfor .ttl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.337;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
blockquote {
  padding: 40px;
  background: #bfbfbf;
  position: relative;
}
blockquote:before {
  font-family: 'icomoon';
  content: '\eb1b';
  color: #cfcfcf;
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 5rem;
  z-index: 1;
  line-height: 1;
}
blockquote:after {
  font-family: 'icomoon';
  content: '\eb1c';
  color: #cfcfcf;
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 5rem;
  z-index: 1;
  line-height: 1;
}
blockquote p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.66;
    z-index: 2;
    position: relative;
}
blockquote .source {
  display: block;
  text-align: right;
  font-size: 1.5rem;
  color: #333;
  position: relative;
  z-index: 2;
  margin-top: 10px;
}

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

.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: 20px;
}
/*
.block-tags .list-tags .item-tag:last-child, .block-tags .list-tags .item-tag:nth-child(4n) {
  margin-right: 0;
}
*/
.block-socialft {
  margin-top: 22px;
}
.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: 36px;
}

.sec-relatedart .list-category__tag {
  margin-bottom: 24px;
}
.sec-relatedart .list-category .txt-basic {
  margin-bottom: 17px;
}

.sec-featuredpage {
  margin-bottom: 60px;
}

.sec-featuredpage .list-category__tag {
  margin-bottom: 24px;
}
.sec-featuredpage .list-category .txt-basic {
  margin-bottom: 17px;
}

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

.ttl-des35 {
  font-size: 3.5rem;
  font-family: Helvetica, sans-serif;
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

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

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

.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 .list-news__contents {
  padding: 16px 20px 22px;
}

/*
.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;
}
*/
.box-sidebar .block-sdb .part-sdb .txt-basic {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -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;
}
*/
.block-newarticle .txt-basic {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sec-company {
  padding: 40px 0 61px;
}

.sec-company .inner {
  max-width: 1056px;
}

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

.company-title {
  text-align: center;
  margin-bottom: 88px;
}

.company-table dl {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  padding: 33px 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:last-child {
  border-bottom: 0;
}

.company-table dl dt {
  letter-spacing: 1px;
  width: 300px;
  padding: 0 35px;
  color: #000;
  font-weight: 600;
  font-size: 2rem;
}

.company-table dl dd {
  letter-spacing: 1px;
  width: calc(100% - 300px);
  color: #000;
  padding-right: 40px;
  font-weight: 300;
  line-height: 1.778;
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .company-table dl dd {
    padding-right: 0;
  }
}

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

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

.company-map {
  padding-bottom: 44px !important;
}

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

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

.sec-page {
  padding: 40px 0 188px;
}

.sec-page .inner {
  max-width: 1056px;
}

.page-ct {
  background: #fff;
/*   padding: 91px 134px 83px; */
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}
.page-ct p {
  color: #000;
  font-weight: 300;
  line-height: 1.722;
  letter-spacing: 1.6px;
  font-size: 16px;
  font-size: 1.6rem;
}
.page-ct > * + * {
  margin-top: 30px;
}

.page-ct .list-ol {
  counter-reset: count 0;
}
.page-ct .list-ol li {
  color: #000;
  font-weight: 300;
  line-height: 1.722;
  letter-spacing: 1.6px;
  font-size: 16px;
  font-size: 1.6rem;
  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.66;
  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: 300;
  line-height: 1.722;
  letter-spacing: 1.6px;
  font-size: 16px;
  font-size: 1.6rem;
  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;
}

main.page-narrow .page-ct {
	padding: 91px 134px 83px;
}

/*
@media screen and (max-width: 1200px) {
  .page-ct {
    padding: 60px 80px;
  }
}
*/
@media screen and (max-width: 1200px) {
  main.page-narrow .page-ct {
    padding: 60px 80px;
  }
}

.page-heading {
  text-align: center;
  font-weight: 600;
  color: #000;
  margin-bottom: 44px;
  letter-spacing: 1px;
  font-size: 2.2rem;
}

.page-desc {
  color: #000;
  line-height: 1.778;
  font-weight: 300;
  margin-bottom: 54px;
  letter-spacing: 0.25px;
  font-size: 1.8rem;
}

.page-inqui {
  text-align: center;
  margin-bottom: 68px;
}

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

.page-list {
  margin-bottom: 124px;
}

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

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

.page-item p {
  color: #000;
  font-weight: 300;
  line-height: 1.722;
  letter-spacing: 1.6px;
  font-size: 1.8rem;
}

.page-logo {
  text-align: center;
  margin-bottom: 59px;
  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%;
  margin: 0 auto 33px;
}

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

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

.page-ttl {
  color: #000;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 14px;
  letter-spacing: 2px;
  font-size: 2rem;
}

.table__wrap .caption {
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: right;
}
.table__wrap table {
	width: 100%;
	font-size: 1.6rem;
	margin: 0 auto;
}
.table__wrap table.fixed {
	table-layout: fixed;
}
.table__wrap table thead th {
	text-align: center;
}
@media screen and (max-width: 834px) {
	.table__wrap table {
		font-size: 1.5rem;
	}
}
.table__wrap table th,
.table__wrap table td {
	padding: 11px 20px 15px;
	border: 1px solid #CCCCCC;
	word-break: break-all;
}
@media screen and (max-width: 834px) {
  .table__wrap table th,
  .table__wrap table td {
    padding: 9px;
    border: 1px solid #CCCCCC;
  }
}
.table__wrap table th {
	background: #eee;
}

.addtoany_list a + a {
  margin-left: 15px;
}

/* 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: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
}
.wp-pagenavi span.extend {
  border:none;
  width: auto;
}
.wp-pagenavi i {
    line-height: 40px;
}
.wp-pagenavi span.current {
    background-color: #404040;
    color: white;
}
.wp-pagenavi a:hover {
    background-color: #404040;
    color: white;
}


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

.tml-action-links li,
.member-links li {
  width: 50%;
  font-size: 1.5rem;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
}

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


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

.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-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: 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
}

.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: 50px;
}
.contact-form .check input[type=checkbox] + label {
  padding: 20px;
  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.4rem;
  line-height: 2;
  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: 50px;
  padding: 0 20px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(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: 30px;
  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%;
  height: 67.84px;
  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;
}
.contact-form .btn-boxlink:hover .btn-submit {
  color: #fff
}
.mw_wp_form_confirm {
  font-size: 1.5rem;
}
.mw_wp_form_confirm .confnone {
  display: none;
}
.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: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.mypage-header .mypage-menu {
  display: flex;
}
.mypage-header .mypage-menu li {
  width: calc( 100% / 3 );
}
.mypage-header .mypage-menu li + li {
  border-left: 2px solid #fff;
}
.mypage-header .mypage-menu li a {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.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;
}
.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: calc( 100% - 180px );
}
.apply-history__list .apply-history__item .apply-history__body .apply-history__title {
  font-size: 2rem;
  line-height: 1.66;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.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 {
  padding: 40px 0;
}
.sec-present__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

.present-block {
  background: #fff;
  padding: 34px 60px 87px 60px;
  text-align: center;
}
.present-block__ttl {
  font-size: 4.6rem;
  font-family: "Times New Roman", sans-serif;
  font-weight: 500;
  margin-bottom: 29px;
}
.present-block__desc {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 60px;
}

.present-wrap {
  background: #fff;
  padding: 0 60px 57px 60px;
}
.present-wrap__txt {
  font-weight: bold;
}

.present-digital {
  margin-bottom: 35px;
}
.present-digital__ttl {
  font-size: 3rem;
  font-weight: 700;
  background: #fff;
  text-align: center;
  padding: 30px 0 38px 0;
}
.present-digital__list {
  margin-bottom: 87px;
}
.present-digital__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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-ct {
  width: 60%;
  font-weight: 500;
  color: #fff;
  padding: 3.2% 7% 1% 8.2%;
}
.present-digital__list-img {
  width: 40%;
}
.present-digital__list-ttl {
  font-size: 3.2rem;
  font-family: "Times New Roman", sans-serif;
  margin-bottom: 45px;
}
.present-digital__list-ttl span {
  border-bottom: 1px #fff solid;
  padding-bottom: 3px;
}
.present-digital__list p {
  font-size: 2.6rem;
  margin-bottom: 36px;
}
.present-digital__list-txt {
  font-size: 2.2rem;
}
.present-digital__list-txt a {
  color: #000;
  border-bottom: 1px #000 solid;
  padding-bottom: 6px;
}

.present-more {
  text-align: right;
  padding-right: 53px;
  margin-bottom: 22px;
}
.present-more a {
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Times New Roman", sans-serif;
  position: relative;
  padding-right: 35px;
}
.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: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #000;
}

#sp-menu-btn {
	display: none;
}

.kw-slick-dots
{
	font-size: 200%;
}

.alert-point{
  font-size: 200%;
  margin-bottom: 3rem;
  background: #eee;
  padding: 20px;
}

.main-page .mycred-table,
.main-page .mycred-table tbody{
  display: block;
}

.main-page .mycred-table thead,
.main-page .mycred-table tfoot{
  display: none;
}

.main-page .mycred-table tr{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: stretch;

  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  margin-left: 1.6rem;
  border-bottom: 1px solid var(--kw-bgcolor);
  position: relative;
}

.main-page .mycred-table tr .column-time{
  width: 100%;
  margin-bottom: 7px;
}

.main-page .mycred-table tr .column-creds,
.main-page .mycred-table tr .column-entry{
  flex-grow: 1;
}

.main-page .mycred-table tr .column-entry{
  padding: 0 30px 0 0;
  width: 40%;
}

.main-page .mycred-table tr .column-creds{
  order: 5;
}

.main-page .mycred-table tr .column-creds:after{
  content: 'ポイント';
}

.main-page .mycred-history-wrapper .pagination{
  font-size: 180%;
  padding: 0 12px;
}

.main-page .mycred-history-wrapper .pagination-bottom{
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Add 2023-12-6 */
#header .box-user li.kwj-chronicle i {
  color: #999;
  font-size: 32px;
}
.kwj-chronicle span {
  font-size:1.1rem;
}

/* Add 2023-12-15 */
.seasontenki {
  display: -webkit-flex;
  display:flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.seasontenki-left {
  flex-basis: 15%;  /* Update 2023-12-29 (35->)  */
  text-align:right;
  width:60px;
  position: absolute; /* Add 2025-1-30(3 line) */
  top: -10px;
  left: 0;
}
.seasontenki-logo {
  flex-basis: 45%;   /* Update 2023-12-29 (45->) */
}
.seasontenki-right {
  flex-basis: 20%;  /* Update 2023-12-29 */
  width:60px;
}

/* ================================================
   ログインページ Add 2025-12-20
   ================================================ */
.member-form {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .member-form {
    padding: 60px 80px;
  }
}

@media screen and (max-width: 768px) {
  .member-form {
    padding: 40px 20px;
  }
}

/* member-links リスト */
.member-form ul.member-links {
  font-size: 16px;
  list-style: none;
  padding: 0;
  margin: 4em 0 0;
  border-top: 1px solid #eee;
  padding-top: 1.5em;
  display: flex;
  justify-content: center;
}

.member-form ul.member-links li {
  flex: 1;
  max-width: 240px;
  display: block;
  margin-bottom: 0.75em;
  padding-left: 1.25em;
  position: relative;
  text-align: left;
}

.member-form ul.member-links li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: #333;
  font-weight: bold;
}

.member-form ul.member-links a {
  color: #333;
  text-decoration: none;
}

.member-form ul.member-links a:hover {
  text-decoration: underline;
}

/* ========================================
   マイページ
   ======================================== */

.mypage-wrapper {
  background-color: #E5E5E5;
  padding-top: 0;
}

.mypage-page {
  background-color: #E5E5E5;
}

.mypage-header {
  margin-left: -200px;
  margin-right: -200px;
}

@media screen and (max-width: 480px) {
  .mypage-header {
    margin-left: -100px;
    margin-right: -100px;
  }
}

/* 営業記事サムネイル */
.mypage-articlethumb {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  width: 98%;
  margin: 10px auto 0;
  list-style: none;
  padding: 0;
}

.mypage-articlethumb li {
  width: 12%;
}

.mypage-articlethumb li img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

@media screen and (max-width: 480px) {
  .mypage-articlethumb li {
    width: 24%;
  }
  .mypage-articlethumb li img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
}

/* グリッドレイアウト */
.mypage-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .mypage-container {
    grid-template-columns: 1fr;
  }
}

.mypage-left,
.mypage-right {
  background-color: #FFF;
  padding: 20px;
}

/* セクション */
.mypage-section {
  /* 角丸なし */
}

/* 見出し */
.mypage-heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E5E5E5;
}

.mypage-heading:first-child {
  margin-top: 0;
}

/* お知らせリスト */
.mypage-news {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mypage-news li {
  font-size: 1.4rem;
  line-height: 170%;
  padding: 8px 0;
  border-bottom: 1px solid #E5E5E5;
}

.mypage-news li:last-child {
  border-bottom: none;
}

.mypage-news a {
  color: #004BB1;
  text-decoration: none;
}

.mypage-news a:hover {
  text-decoration: underline;
}

/* メニューリスト */
.mypage-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mypage-menu-item {
  font-size: 1.6rem;
  padding: 12px 24px 12px 8px;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}

.mypage-menu-item:last-child {
  border-bottom: none;
}

.mypage-menu-item a {
  color: #333;
  text-decoration: none;
  display: block;
}

.mypage-menu-item a:hover {
  text-decoration: underline;
}

.mypage-menu-item a::after {
  content: ">";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
