@charset "UTF-8";

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#loading {
  width: 100vw;
  height: 100vh;
  background-color: #f6f7f8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#loading-main:after,
#loading-main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  position: absolute;
  top: 40%;
  left: 50%;
  border-radius: 110%;
}

#loading-main {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 105;
}
#loading-main:after {
  -webkit-animation: loading 0.75s linear infinite;
  animation: loading 0.75s linear infinite;
  border: 1px solid transparent;
  border-top-color: #036eb8;
}
#loading-main:before {
  border: 1px solid rgba(51, 51, 51, 0.15);
}

/*============================
#mainvisual
============================*/
#mainvisual {
  position: relative;
}

#mainvisual .slick-initialized .slick-slide {
  /* height: auto !important; */
}

/*============================
#mvslider
============================*/
#mainvisual #mvslider.slick {
}
#mainvisual #mvslider.slick li {
}
#mainvisual #mvslider.slick li img {
}

#mainvisual #mvslider ul.slick-dots {
}
#mainvisual #mvslider ul.slick-dots li.slick-active {
}

/*============================
#slick-slide-control00
============================*/
#mainvisual #mvslider ul.slick-dots li.slick-active button#slick-slide-control00 {
}
#mainvisual #mvslider ul.slick-dots li {
}

/*============================
#slick-slide-control01
============================*/
#mainvisual #mvslider ul.slick-dots li button#slick-slide-control01 {
}

/*============================
#slick-slide-control02
============================*/
#mainvisual #mvslider ul.slick-dots li button#slick-slide-control02 {
}
/*2022/08/05 追加 開始↓*/
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  padding: 0 !important;
  cursor: pointer;
}
/*2022/08/05 終了↑*/
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background-color: #036eb8;
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/*============================
#mv_ct
============================*/
#mainvisual #mv_ct {
  color: #fff;
  max-width: 1250px;
  width: 86%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#mainvisual #mv_ct a {
  color: #fff;
}
#mainvisual #mv_ct h1 {
  margin-bottom: 35px;
}
#mainvisual #mv_ct h1 span {
  display: block;
}
#mainvisual #mv_ct h1 span.lrg {
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin-bottom: 15px;
}
#mainvisual #mv_ct h1 span.min {
  font-size: 14px;
}

/*============================
#mv_ct_link
============================*/
#mainvisual #mv_ct nav#mv_ct_link {
  margin-bottom: 37px;
}
#mainvisual #mv_ct nav#mv_ct_link ul {
  display: flex;
}
#mainvisual #mv_ct nav#mv_ct_link li {
  margin-right: 54px;
}
#mainvisual #mv_ct nav#mv_ct_link li a {
  padding-right: 50px;
  background: url(../imgs_new/common/arr_wh.png) center right 0px / 27px 11px no-repeat;
}
#mainvisual #mv_ct nav#mv_ct_link li a span {
  display: block;
}
#mainvisual #mv_ct nav#mv_ct_link li a span.lrg.en {
  font-size: 22px;
  font-weight: 100;
}
#mainvisual #mv_ct nav#mv_ct_link li a span.min {
  font-size: 14px;
}

/*============================
#mv_ct_sns
============================*/
#mainvisual #mv_ct nav#mv_ct_sns {
}
#mainvisual #mv_ct nav#mv_ct_sns ul {
  display: flex;
}
#mainvisual #mv_ct nav#mv_ct_sns li {
  width: 19px;
  margin-right: 20px;
}
#mainvisual #mv_ct nav#mv_ct_sns li a {
}
#mainvisual #mv_ct nav#mv_ct_sns li a img {
}

.section_ttl {
}
.section_ttl p.ttl span {
  line-height: 1em;
  display: block;
}
.section_ttl p.ttl span.lrg.en {
  font-size: 60px;
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.section_ttl.tac p.ttl span.min {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.section_ttl .txt h2 {
  font-size: 25px;
  color: #036eb8;
  margin-bottom: 35px;
  letter-spacing: 0.2em;
  font-weight: 100;
}
.section_ttl .txt p {
  font-size: 18px;
}
.section_ttl .txt p .lrg {
  letter-spacing: 0.1em;
}
.section_ttl .txt p .min {
  display: block;
  font-size: 15px;
}
/*============================
#concept
============================*/
#concept {
}
#concept {
  text-align: center;
  padding: 70px 0 165px;
}
#concept .section_ttl.tac {
}
#concept .section_ttl.tac p.ttl {
  margin-bottom: 45px;
  color: #036eb8;
}
#concept .section_ttl.tac p.ttl span {
  line-height: 1em;
  display: block;
}
#concept .section_ttl.tac p.ttl span.lrg.en {
  font-size: 60px;
  font-weight: 100;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#concept .section_ttl.tac p.ttl span.min {
  font-size: 18px;
  letter-spacing: 0.1em;
}

/*============================
.txt
============================*/
#concept .section_ttl.tac .txt {
}
#concept .section_ttl.tac .txt h2 {
  font-size: 34px;
  color: #036eb8;
  margin-bottom: 35px;
  letter-spacing: 0.2em;
  font-weight: 100;
}
#concept .section_ttl.tac .txt p {
  font-size: 18px;
  line-height: 2.8em;
}

/*============================
#bestseason
============================*/
#bestseason {
  margin-bottom: 175px;
}
#bestseason .blugra {
  color: #fff;
  padding: 130px 0 77px;
  margin-bottom: 95px;
  background: url(../imgs_new/index/blugra_1.jpg) center center / cover no-repeat;
}

.imgin {
  position: relative;
}
.imgin figure {
  width: 50%;
  position: absolute;
  left: -8.8%;
  top: -160%;
}
.imgin.lt figure {
  width: 56%;
  left: auto;
  right: -8.8%;
  top: 0;
}
.imgin figure img {
  border-radius: 0px 15px 0px 0px;
}
.imgin .section_ttl.tal {
  text-align: center;
  width: 50%;
  margin: 0 0 0 auto;
}
.imgin .section_ttl.tal > div {
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
.imgin .section_ttl.tal p.ttl {
}
.imgin .section_ttl.tal p.ttl span.lrg.en {
}
.imgin .section_ttl.tal p.ttl span.min {
}
.imgin .section_ttl.tal .txt {
}
.imgin .section_ttl.tal .txt p {
}

.imgin.lt .section_ttl.tal {
  text-align: left;
  margin: 0 auto 0 0;
}

.imgin.lt .section_ttl.tal span.lrg.en {
  margin-bottom: 40px;
}

#bcp #bcp_ttl .section_ttl.tal {
  color: #036eb8;
}

#bestseason .bs_ct {
  font-size: 0;
  position: relative;
}
#bestseason .bs_ct:not(:last-child) {
  margin-bottom: 150px;
}
#bestseason .bs_ct > * {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#bestseason .bs_ct figure {
  text-align: center;
}
#bestseason .bs_ct figure img {
  width: 92%;
  margin: 0 auto;
  border-radius: 0px 15px 0px 0px;
}
#bestseason .bs_ct .section_ttl > div {
  max-width: 560px;
  margin: 0 auto;
}

#bestseason .bs_ct .section_ttl p.ttl {
  margin-bottom: 30px;
}
#bestseason .bs_ct .section_ttl p.ttl span {
  display: block;
  line-height: 1.5em;
}
#bestseason .bs_ct .section_ttl p.ttl span.min {
  font-size: 18px;
  margin-bottom: 19px;
  padding-left: 31px;
  position: relative;
}
#bestseason .bs_ct .section_ttl p.ttl span.min:before {
  content: "";
  width: 20px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../imgs_new/common/icon_pin.png) center center / contain no-repeat;
}
#bestseason .bs_ct .section_ttl p.ttl span.lrg {
  font-size: 27px;
  color: #036eb8;
}
#bestseason .bs_ct .section_ttl .txt {
  padding-bottom: 18px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #000000;
}
#bestseason .blugra .bs_ct .section_ttl .txt {
  border-bottom: 1px dotted #fff;
}
#bestseason .bs_ct .section_ttl .txt p {
  font-size: 14px;
}
#bestseason .bs_ct .section_ttl .detail {
  margin-bottom: 30px;
}
#bestseason .bs_ct .section_ttl .detail .date {
}
#bestseason .bs_ct .section_ttl .detail .date dl {
  font-size: 0;
}
#bestseason .bs_ct .section_ttl .detail .date dl > * {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
#bestseason .bs_ct .section_ttl .detail .date dl dt {
  width: 55px;
}
#bestseason .bs_ct .section_ttl .detail .date dl dd {
  width: calc(100% - 55px);
}
#bestseason .bs_ct .section_ttl .detail .price {
  font-size: 0;
}
#bestseason .bs_ct .section_ttl .detail .price > * {
  display: inline-block;
  vertical-align: middle;
}
#bestseason .bs_ct .section_ttl .detail .price .min {
  font-size: 16px;
  margin-right: 17px;
}
#bestseason .bs_ct .section_ttl .detail .price .lrg {
  font-size: 27px;
}
#bestseason .bs_ct .section_ttl .detail .btn1 {
}
#bestseason .bs_ct .section_ttl .detail .btn1 a {
}
#bestseason .bs_ct .section_ttl .detail .btn1 a span {
}
#bestseason .bs_ct .section_ttl .btn1 {
  margin-left: 0;
}

#bestseason .bs_ct.lt {
  position: relative;
}
#bestseason .blugra .bs_ct.lt {
  padding-top: 15%;
}
#bestseason .bs_ct.lt figure {
  text-align: right;
  float: right;
}
#bestseason .bs_ct.lt figure img {
}
#bestseason .bs_ct.lt .section_ttl.tal {
  float: left;
}
#bestseason .bs_ct.lt .section_ttl.tal p.ttl {
}
#bestseason .bs_ct.lt .section_ttl.tal p.ttl span.min {
}
#bestseason .blugra .bs_ct.lt .section_ttl.tal p.ttl span.lrg {
  color: #fff;
}
#bestseason .bs_ct.lt .section_ttl.tal .txt {
}
#bestseason .bs_ct.lt .section_ttl.tal .txt p {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .date {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .date dl {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .date dl dt {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .date dl dd {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .price {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .price span.min {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .price span.lrg {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .btn1 {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .btn1 a {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .btn1 a span {
}
#bestseason {
}
#bestseason .bs_ct.rt {
}
#bestseason .bs_ct.rt figure {
  text-align: left;
}
#bestseason .bs_ct.rt figure img {
}
#bestseason .bs_ct.rt .section_ttl.tal {
}
#bestseason .bs_ct.rt .section_ttl.tal p.ttl {
}
#bestseason .bs_ct.rt .section_ttl.tal p.ttl span.min {
}
#bestseason .bs_ct.rt .section_ttl.tal p.ttl span.lrg {
}
#bestseason .bs_ct.rt .section_ttl.tal .txt {
}
#bestseason .bs_ct.rt .section_ttl.tal .txt p {
}
#bestseason .bs_ct.rt .section_ttl.tal .detail {
}
#bestseason .bs_ct.rt .section_ttl.tal .detail .date {
}
#bestseason .bs_ct.rt .section_ttl.tal .detail .date dl {
}
#bestseason .bs_ct.rt .section_ttl.tal .detail .date dl dt {
}
#bestseason .bs_ct.rt .section_ttl.tal .detail .date dl dd {
}
#bestseason .bs_ct.rt .section_ttl.tal .detail .price {
}
#bestseason .bs_ct.rt .section_ttl.tal .detail .price span.min {
}
#bestseason .bs_ct.rt .section_ttl.tal .detail .price span.lrg {
}
#bestseason .bs_ct.rt .section_ttl.tal .detail .btn1 {
}
#bestseason .bs_ct.rt .section_ttl.tal .detail .btn1 a {
}
#bestseason .bs_ct.rt .section_ttl.tal .detail .btn1 a span {
}
#bestseason .bs_ct.lt {
}
#bestseason .bs_ct.lt figure {
}
#bestseason .bs_ct.lt figure img {
}
#bestseason .bs_ct.lt .section_ttl.tal {
}
#bestseason .bs_ct.lt .section_ttl.tal p.ttl {
}
#bestseason .bs_ct.lt .section_ttl.tal p.ttl span.min {
}
#bestseason .bs_ct.lt .section_ttl.tal p.ttl span.lrg {
}
#bestseason .bs_ct.lt .section_ttl.tal .txt {
}
#bestseason .bs_ct.lt .section_ttl.tal .txt p {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .date {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .date dl {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .date dl dt {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .date dl dd {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .price {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .price span.min {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .price span.lrg {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .btn1 {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .btn1 a {
}
#bestseason .bs_ct.lt .section_ttl.tal .detail .btn1 a span {
}

/*============================
#bcp
============================*/
#bcp {
}
#bcp {
  padding-bottom: 125px;
}

/*============================
#bcp_ttl
============================*/
#bcp #bcp_ttl {
}
#bcp #bcp_ttl figure {
}
#bcp #bcp_ttl figure img {
}
#bcp #bcp_ttl .section_ttl.tal {
}
#bcp #bcp_ttl .section_ttl.tal p.ttl {
}
#bcp #bcp_ttl .section_ttl.tal p.ttl span.lrg.en {
}
#bcp #bcp_ttl .section_ttl.tal p.ttl span.min {
}
#bcp #bcp_ttl .section_ttl.tal .txt {
}
#bcp #bcp_ttl .section_ttl.tal .txt p {
}

/*============================
#bcp_slide
============================*/
#bcp #bcp_slide {
  padding-top: 11%;
  position: relative;
}
#bcp #bcp_slide:before {
  content: "";
  width: 100vw;
  padding-top: 41%;
  display: block;
  position: absolute;
  position: absolute;
  left: 50%;
  /* top: 0; */
  bottom: 23%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: url(../imgs_new/index/blugra_1.jpg) center center / cover no-repeat;
  z-index: -1;
}
/*2022/08/05 追加 開始↓*/
#bcp #bcp_slide .slick-dots,
#rbt #rbt_slide .slick-dots {
  bottom: -35px !important;
}
#bcp #bcp_slide .slick-dots li button:before,
#rbt #rbt_slide .slick-dots li button:before {
  background-color: #000;
  width: 6px;
  height: 6px;
}
#bcp #bcp_slide .slick-dots li.slick-active button:before,
#rbt #rbt_slide .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
  width: 10px !important;
  height: 10px !important;
}
/*2022/08/05 終了↑*/
#bcp #bcp_slide .slick {
}

#bcp #bcp_slide .slick-initialized .slick-slide {
  margin: 0 25px;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  height: auto !important;
}

#bcp #bcp_slide .slick li {
  border-radius: 15px;
  background-color: #fff;
}
#bcp #bcp_slide .slick li a {
}
#bcp #bcp_slide .slick li a .img_wrap {
  border-radius: 15px 15px 0px 0px;
  margin-bottom: 20px;
}
#bcp #bcp_slide .slick li a .img_wrap img {
  border-radius: 15px 15px 0px 0px;
}
#bcp #bcp_slide .slick li a .txt {
  padding: 0 10px 27px;
}
#bcp #bcp_slide .slick li a .txt dl {
}
#bcp #bcp_slide .slick li a .txt dl dt {
  font-size: 20px;
  color: #036eb8;
  margin-bottom: 40px;
}
#bcp #bcp_slide .slick li a .txt dl dd {
  font-size: 14px;
  color: #333;
}

/*============================
#rbt
============================*/
#rbt {
}

/*============================
#rbt_ttl
============================*/
#rbt #rbt_ttl {
  text-align: center;
  height: 421px;
  width: 100%;
  margin-bottom: 60px;
  background: url(../imgs_new/index/rb_mv.jpg) center center / cover no-repeat;
  position: relative;
}
#rbt #rbt_ttl .section_ttl.tac {
}
#rbt #rbt_ttl .section_ttl.tac p.ttl {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#rbt .section_ttl.tac p.ttl span.lrg.en {
}
#rbt .section_ttl.tac p.ttl span.min {
}
#rbt {
  margin-bottom: 0px;
}

#rbt .page {
  max-width: 1280px;
}

/*============================
#rbt_slide
============================*/
#rbt #rbt_slide

/*============================
#rbt_slide_ttl
============================*/
#rbt #rbt_slide #rbt_slide_ttl {
  font-size: 15px;
  margin-bottom: 30px;
}
#rbt #rbt_slide .slick {
  padding-top: 20px;
}
#rbt #rbt_slide .slick .slick-list {
  padding: 0 !important;
}
#rbt #rbt_slide .slick-initialized .slick-slide {
  margin: 0 32px;
}

#rbt .slick-prev,
#rbt .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 42px;
  height: 42px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #323940;
  z-index: 5;
}
.btn2 a {
  border-color: #036eb8;
  background-color: #036eb8;
  background: #036eb8 url(../imgs_new/common/arr3_wh.png) center right 15px / 9px 15px no-repeat;
}
.btn2:hover a {
  background-image: url(../imgs_new/common/arr3_wh.png);
}
.btn2 a span {
  color: #fff;
}
#rbt .slick-next {
  right: -3%;
}
#rbt .slick-prev {
  left: -3%;
}

#rbt #rbt_slide .slick-prev:before,
#rbt #rbt_slide .slick-next:before {
  content: "";
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  display: block;
  width: 13px;
  height: 13px;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: url(../imgs_new/common/arr2l_wh.png) center center / 12px 12px no-repeat;
}
#rbt #rbt_slide .slick-next:before {
  background: url(../imgs_new/common/arr2r_wh.png) center center / 12px 12px no-repeat;
}
#rbt #rbt_slide .slick-initialized .slick-slide {
  height: auto !important;
}
#rbt #rbt_slide .slick li img {
  margin-bottom: 10px;
}
#rbt #rbt_slide .slick li .ct {
}
#rbt #rbt_slide .slick li .ct .ttl {
  margin-bottom: 15px;
  box-sizing: content-box;
}
#rbt #rbt_slide .slick li .ct .ttl p {
  font-size: 16px;
  color: #036eb8;
}
#rbt #rbt_slide .slick li .ct .txt {
  color: #323940;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px dotted #323940;
  box-sizing: content-box;
}
#rbt #rbt_slide .slick li .ct .txt p {
  font-size: 14px;
}
#rbt #rbt_slide .slick li .detail {
  color: #323940;
  margin-bottom: 17px;
}
#rbt #rbt_slide .slick li .detail dl {
  font-size: 0;
}
#rbt #rbt_slide .slick li .detail dl > * {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
#rbt #rbt_slide .slick li .detail dl dt {
  width: 55px;
}
#rbt #rbt_slide .slick li .detail dl dd {
  width: calc(100% - 55px);
}
#rbt #rbt_slide .slick li .price {
  font-size: 0;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#rbt #rbt_slide .slick li .price dl {
  font-size: 0;
}
#rbt #rbt_slide .slick li .price > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2em;
}
#rbt #rbt_slide .slick li .price dt {
  font-size: 16px;
  width: auto;
}
#rbt #rbt_slide .slick li .price dd {
  font-size: 24px;
  width: auto;
  margin-left: auto;
}
#rbt #rbt_slide .slick li .btn1 {
}
#rbt #rbt_slide .slick li .btn1 a {
}
#rbt #rbt_slide .slick li .btn1 a span {
}

/*============================
#news
============================*/
#news {
  padding-bottom: 58px;
}
#news .section_ttl.tal {
  color: #036eb8;
  margin-bottom: 37px;
}
#news .section_ttl.tal p.ttl {
}
#news .section_ttl.tal p.ttl span.lrg.en {
  margin-bottom: 0;
}
#news .section_ttl.tal p.ttl span.min {
}

/*============================
#news_list
============================*/
#news #news_list {
  margin-bottom: 38px;
}
#news #news_list {
  border-top: 1px solid #eaebec;
}
#news #news_list li {
  font-size: 0;
  padding: 28px;
  border-bottom: 1px solid #eaebec;
  position: relative;
}
#news #news_list li:after {
  content: "";
  width: 37px;
  height: 13px;
  display: block;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url(../../imgs_new/common/arr_n.png) center center / contain no-repeat;
}
#news #news_list li > * {
  display: inline-block;
  vertical-align: middle;
}
#news #news_list li span.date {
  width: 150px;
  font-size: 16px;
  padding-left: 10px;
}
#news #news_list li span.category {
  color: #fff;
  width: 110px;
  text-align: center;
  font-size: 11px;
  background-color: #036eb8;
  border-radius: 20px;
}
#news #news_list li span.category.tour {
  background-color: #28b472;
}
#news #news_list li .nl_link {
  width: calc(100% - 260px);
  font-size: 14px;
  position: relative;
  color: #036eb8;
  position: relative;
}

#news #news_list li .nl_link span.ttl {
  font-size: 14px;
  display: block;
  padding-left: 75px;
}
.btn2 {
}
.btn2 a {
  padding: 8px 0;
}
.btn2 a span {
  font-size: 16px;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1200px) {
  #mainvisual #mv_ct {
    top: 58%;
  }
  #mainvisual #mv_ct h1 {
    margin-bottom: 15px;
  }
  #mainvisual #mv_ct h1 span.lrg {
    font-size: 31px;
    margin-bottom: 10px;
  }
  #mainvisual #mv_ct nav#mv_ct_link li a span.lrg.en {
    font-size: 19px;
  }
  #mainvisual #mv_ct nav#mv_ct_link li a span.min {
    font-size: 13px;
  }
  #mainvisual #mv_ct nav#mv_ct_link {
    margin-bottom: 25px;
  }

  #concept {
    padding: 60px 0 150px;
  }
  #concept .section_ttl.tac p.ttl span.lrg.en {
    font-size: 50px;
  }
  #concept .section_ttl.tac p.ttl {
    margin-bottom: 30px;
  }
  #concept .section_ttl.tac .txt h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #concept .section_ttl.tac .txt p {
    font-size: 17px;
    line-height: 2.5em;
  }
  .imgin figure {
    top: -130%;
  }
  .section_ttl p.ttl span.lrg.en {
    font-size: 53px;
    margin-bottom: 5px;
  }

  #bestseason .page,
  #bcp .page,
  #rbt .page,
  #news .page {
    max-width: 1040px;
    margin: 0 auto;
  }
  #bestseason .blugra .bs_ct.lt {
    padding-top: 13%;
  }
  #bestseason .bs_ct .section_ttl .detail {
    margin-bottom: 20px;
  }
  #bestseason .bs_ct .section_ttl p.ttl {
    margin-bottom: 20px;
  }
  #bestseason .bs_ct .section_ttl p.ttl span.min {
    font-size: 16px;
    padding-left: 26px;
  }
  #bestseason .bs_ct .section_ttl p.ttl span.min:before {
    width: 17px;
    height: 26px;
  }
  #bestseason .bs_ct .section_ttl p.ttl span.lrg {
    font-size: 23px;
  }
  #bestseason .blugra {
    padding: 100px 0 75px;
    margin-bottom: 75px;
  }
  #bestseason .bs_ct:not(:last-child) {
    margin-bottom: 120px;
  }
  .imgin.lt .section_ttl.tal span.lrg.en {
    margin-bottom: 20px;
  }

  #bcp {
    padding-bottom: 100px;
  }
  #bcp #bcp_slide:before {
    /* top: 0; */
    bottom: 30%;
  }
  #bcp #bcp_slide .slick-initialized .slick-slide {
    margin: 0 20px;
  }
  #bcp #bcp_slide .slick li a .img_wrap {
    margin-bottom: 10px;
  }
  #bcp #bcp_slide .slick li a .txt dl dt {
    font-size: 18px;
    margin-bottom: 15px;
  }

  #rbt {
    margin-bottom: 0px;
  }
  #rbt #rbt_ttl {
    height: 340px;
    margin-bottom: 50px;
  }

  #rbt #rbt_slide .slick-initialized .slick-slide {
    margin: 0 25px;
  }
  #rbt #rbt_slide .slick li .ct .ttl p {
    font-size: 15px;
  }
  #rbt #rbt_slide .slick li .ct .txt {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #rbt #rbt_slide .slick li .price {
    margin-bottom: 25px;
  }
  /*2022/08/05 追加 開始↓*/
  #rbt #rbt_slide .slick li .price dt {
    font-size: 15px;
  }
  #rbt #rbt_slide .slick li .price dd {
    font-size: 20px;
  }
  /*2022/08/05 終了↑*/

  #news .section_ttl.tal {
    margin-bottom: 25px;
  }
  #news #news_list li {
    padding: 20px;
  }
  #news #news_list li span.date {
    width: 120px;
    font-size: 15px;
    padding-left: 10px;
  }
  #news #news_list li span.category {
    width: 100px;
  }
  #news #news_list li .nl_link span.ttl {
    font-size: 14px;
    padding-left: 50px;
  }
  #news #news_list li:after {
    width: 32px;
    height: 11px;
  }
}
@media screen and (max-width: 980px) {
  #concept {
    padding: 50px 0 110px;
  }
  #concept .section_ttl.tac p.ttl span.lrg.en {
    font-size: 40px;
  }
  #concept .section_ttl.tac p.ttl span.min {
    font-size: 15px;
  }
  #concept .section_ttl.tac p.ttl {
    margin-bottom: 20px;
  }
  #concept .section_ttl.tac .txt h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #concept .section_ttl.tac .txt p {
    font-size: 14px;
    line-height: 2.4em;
  }
  #bestseason .blugra {
    padding: 80px 0 50px;
    margin-bottom: 50px;
  }
  .section_ttl p.ttl span.lrg.en {
    font-size: 43px;
    margin-bottom: 5px;
  }
  .section_ttl .txt p{
    font-size: 15px;
  }
  .section_ttl .txt p .min {
    font-size: 13px;
  }
  #bestseason .page,
  #bcp .page,
  #rbt .page,
  #news .page {
    max-width: 835px;
  }
  #bestseason .blugra .bs_ct.lt {
    padding-top: 10%;
  }
  #bestseason .bs_ct .section_ttl p.ttl span.min {
    font-size: 14px;
  }
  #bestseason .bs_ct .section_ttl p.ttl span.lrg {
    font-size: 18px;
  }
  #bestseason .bs_ct .section_ttl .txt p {
    font-size: 13px;
  }
  #bestseason .bs_ct .section_ttl .detail .date dl > * {
    font-size: 12px;
  }
  #bestseason .bs_ct .section_ttl .detail .price .min {
    font-size: 12px;
    margin-right: 15px;
  }
  #bestseason .bs_ct .section_ttl .detail .price .lrg {
    font-size: 20px;
  }
  #bestseason .bs_ct:not(:last-child) {
    margin-bottom: 100px;
  }
  #bcp {
    padding-bottom: 80px;
  }
  #bcp #bcp_slide:before {
    bottom: 37%;
  }
  #bcp #bcp_slide:before {
    /* top: 0; */
    bottom: 37%;
  }
  #bcp #bcp_slide .slick li a .txt dl dt {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #bcp #bcp_slide .slick li a .txt dl dd {
    font-size: 11px;
  }

  #rbt #rbt_ttl {
    height: 280px;
    margin-bottom: 40px;
  }
  #rbt #rbt_slide .slick-initialized .slick-slide {
    margin: 0 20px;
  }
  /*2022/08/05 追加 開始↓*/
  #rbt #rbt_slide .slick li .ct .ttl p {
    font-size: 14px;
  }
  /*2022/08/05 終了↑*/
  #rbt #rbt_slide .slick li .ct .txt p {
    font-size: 12px;
  }
  #rbt #rbt_slide .slick li .detail {
    margin-bottom: 10px;
  }
  /*2022/08/05 追加 開始↓*/
  #rbt #rbt_slide .slick li .detail dl > *,
  #rbt #rbt_slide .slick li .price dt {
    font-size: 13px;
  }
  /*2022/08/05 終了↑↓*/
  #rbt #rbt_slide .slick li .detail dl dt {
    width: 50px;
  }
  #rbt #rbt_slide .slick li .detail dl dd {
    width: calc(100% - 50px);
  }
  /*2022/08/05 追加 開始↓*/
  /* #rbt #rbt_slide .slick li .price dt {
    width: 100px;
  } */
  #rbt #rbt_slide .slick li .price dd {
    font-size: 15px;
  }
  /*2022/08/05 終了↑*/

  #news #news_list li {
    padding: 15px;
  }
  #news #news_list li span.date {
    width: 90px;
    font-size: 11px;
    padding-left: 10px;
  }
  #news #news_list ul li span.category.tour {
    font-size: 10px;
  }
  #news #news_list li .nl_link span.ttl {
    font-size: 12px;
    padding-left: 40px;
  }
  #news #news_list li:after {
    width: 26px;
    height: 9px;
  }
}

@media screen and (max-width: 768px) {
  #mainvisual {
    height: 325px;
    /* overflow: hidden; */
  }
  #mainvisual #mvslider.slick,
  #mainvisual .slick-list,
  #mainvisual .slick-slider .slick-track,
  #mainvisual .slick-slider .slick-list,
  #mainvisual .slick-initialized .slick-slide,
  #mainvisual .slick-initialized .slick-slide > div,
  #mainvisual #mvslider.slick li {
    height: 100%;
  }

  #mainvisual #mvslider.slick li img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  #mainvisual #mvslider.slick li img {
    width: auto !important;
    height: 100%;
  }
  #mainvisual #mv_ct h1 span.lrg {
    font-size: 25px;
  }
  #mainvisual #mv_ct h1 span.min {
    font-size: 13px;
  }
  #mainvisual #mv_ct nav#mv_ct_link li a span.lrg.en {
    font-size: 15px;
  }
  #mainvisual #mv_ct nav#mv_ct_link li a span.min {
    font-size: 11px;
  }
  #mainvisual #mv_ct nav#mv_ct_link {
    margin-bottom: 10px;
  }
  #mainvisual #mv_ct nav#mv_ct_link li {
    margin-right: 35px;
  }
  #mainvisual #mv_ct nav#mv_ct_link li a {
    padding-right: 35px;
    background: url(../imgs_new/common/arr_wh.png) center right 0px / 24px 11px no-repeat;
  }
  #mainvisual #mv_ct nav#mv_ct_sns li {
    width: 18px;
    margin-right: 15px;
  }
  #mainvisual .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
  #mainvisual .slick-dots li {
    margin: 0 3px;
  }

  #concept .section_ttl.tac p.ttl span.lrg.en {
    font-size: 30px;
  }
  #concept .section_ttl.tac p.ttl span.min {
    font-size: 13px;
  }
  #concept .section_ttl.tac p.ttl {
    margin-bottom: 15px;
  }
  #concept .section_ttl.tac .txt h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #concept .section_ttl.tac .txt p {
    font-size: 12px;
  }
  #concept {
    padding: 60px 0 40px;
  }
  .imgin figure {
    position: static;
  }
  .imgin figure,
  .imgin .section_ttl.tal,
  #bestseason .bs_ct > *,
  #bcp #bcp_ttl .section_ttl.tal,
  .imgin.lt figure {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
  .imgin figure,
  #bestseason .bs_ct figure,
  .imgin.lt figure {
    margin-bottom: 20px;
  }
  .imgin .section_ttl.tal > div {
    width: 100%;
    display: block;
  }
  .section_ttl p.ttl span.lrg.en {
    font-size: 30px;
  }
  .section_ttl .txt p .min {
    font-size: 12px;
  }
  /*2022/08/03 追加 開始↓*/
  #bestseason {
    margin-bottom: 0;
  }
  /*2022/08/03 終了↑*/
  #bestseason .blugra {
    padding: 40px 0 50px;
  }
  #bestseason .bs_ct > * {
    float: none !important;
  }
  #bestseason .bs_ct figure img {
    width: 100%;
  }
  .btn1,
  #bestseason .bs_ct .section_ttl .btn1 {
    display: block;
    margin: 0 auto;
  }
  .imgin .section_ttl.tal,
  #bestseason .bs_ct.lt .section_ttl.tal {
    padding: 0 10px;
  }
  #bestseason .bs_ct:not(:last-child) {
    margin-bottom: 50px;
  }
  #bestseason .bs_ct .section_ttl p.ttl span.lrg {
    font-size: 16px;
  }
  #bestseason .bs_ct .section_ttl p.ttl {
    margin-bottom: 10px;
  }
  #bestseason .bs_ct .section_ttl .txt {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  #bestseason .bs_ct .section_ttl .detail {
    margin-bottom: 15px;
  }

  #bcp {
    padding-bottom: 70px;
  }
  #bcp #bcp_slide:before {
    /* top: 0; */
    bottom: 38%;
  }
  #bcp #bcp_slide {
    padding-top: 50px;
    position: relative;
  }
  #bcp #bcp_slide .slick-initialized .slick-slide {
    margin: 0 10px;
  }
  #bcp #bcp_slide .slick li a .txt dl dt {
    font-size: 13px;
  }
  #bcp #bcp_slide .slick li a .txt dl dd {
    font-size: 10px;
  }


  #bestseason {
    margin-bottom: 70px;
  }


  #rbt #rbt_ttl {
    height: 230px;
    margin-bottom: 30px;
  }
  #rbt #rbt_slide .slick li {
  }
  #rbt .slick-prev,
  #rbt .slick-next {
    width: 20px;
    height: 20px;
  }

  #news #news_list ul li a.nl_link {
    width: 100%;
    padding-right: 45px;
    display: block;
  }
  #news #news_list li span.date {
    padding-left: 0;
  }
  #news #news_list li .nl_link span.ttl {
    font-size: 12px;
    padding-left: 0;
    padding-top: 10px;
  }
  #news #news_list li span.date {
    width: 70px;
  }
  /*2022/08/03 追加 開始↓*/
  .spbr {
    display: none;
  }
  .section_ttl p.ttl span.lrg.en {
    text-align: center;
  }
  .imgin .section_ttl.tal .txt p {
    text-align: center;
  }
  .imgin figure img.sp_bs1,
  .imgin figure img.sp_bcp {
    display: none;
  }
  /*2022/08/03 終了↑*/
}

@media screen and (max-width: 750px) {
  /*2022/08/04 追加 開始↓*/
  #rbt #rbt_slide .slick li .ct .txt p {
    display: none;
  }
  #rbt #rbt_slide .slick li .ct .ttl {
    margin-bottom: 0;
  }
  #rbt #rbt_slide .slick li .detail dl dd span.sp_none {
    display: none;
  }
  #rbt .slick-prev,
  #rbt .slick-next {
    display: none !important;
  }
  #rbt #rbt_slide .slick-initialized .slick-slide {
    margin: 0 10px;
  }
  /*2022/08/04 終了↑*/
}

@media screen and (max-width: 480px) {
  #mainvisual #mv_ct nav#mv_ct_link li {
    margin-right: 25px;
  }
  #mainvisual #mv_ct h1 span.min {
    font-size: 11px;
  }

  #bestseason .page,
  #bcp .page,
  #news .page {
    width: calc(100% - 40px);
  }
  #rbt .page {
    width: calc(100% - 10px);
  }
  #rbt #rbt_slide .slick-initialized .slick-slide {
    margin: 0 5px;
  }
  #rbt #rbt_slide .slick li .btn1 a {
    background: #fff url(../imgs_new/common/arr_bl.png) center right 8px / 21px 10px no-repeat;
  }
  #bestseason .blugra {
    padding: 50px 0;
  }
  .imgin figure,
  #bestseason .bs_ct figure,
  .imgin.lt figure {
    margin-bottom: 15px;
  }
  .section_ttl p.ttl span.lrg.en {
    font-size: 25px;
  }
  .section_ttl .txt p {
    font-size: 13px;
  }
  .section_ttl .txt p .min {
    font-size: 10px;
  }
  #bestseason .bs_ct .section_ttl p.ttl span.min {
    font-size: 12px;
    margin-bottom: 5px;
    padding-left: 18px;
  }
  #bestseason .bs_ct .section_ttl p.ttl span.min:before {
    width: 12px;
    height: 19px;
  }
  #bestseason .bs_ct .section_ttl p.ttl span.lrg {
    font-size: 15px;
  }
  #bestseason .bs_ct .section_ttl .txt p {
    font-size: 12px;
  }

  #bcp {
    padding-bottom: 50px;
  }
  #bcp #bcp_slide {
    padding-top: 30px;
    position: relative;
  }

  #bcp #bcp_slide:before {
    /* top: 0; */
    bottom: 69%;
    padding-top: 51%;
  }
  #bcp #bcp_slide .slick-initialized .slick-slide {
    margin: 0 5px;
  }

  .section_ttl p.ttl span.lrg.en {
    font-size: 21px;
  }
  .section_ttl.tac p.ttl span.min {
    font-size: 14px;
  }
  .section_ttl h2.ttl span.lrg.en {
    font-size: 21px!important;
  }
  .section_ttl.tac h2.ttl span.min {
    font-size: 14px!important;
  }
}

@media screen and (max-height: 1015px) {
}

@media screen and (max-height: 600px) {
}