@charset "UTF-8";
body {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  margin: auto 0;
  min-width: unset;
}

a {
  color: #333;
  text-decoration: none !important;
}

div, p {
  color: #333;
}

section img {
  width: 100%;
  height: auto;
}

h2, h3 {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

.Container {
  max-width: 1200px;
  margin: auto;
  padding: 50px 0px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .Container {
    margin: auto 20px;
    width: calc(100% - 40px);
  }
}

.TopSlider {
  position: relative;
  height: 534px;
  padding-top: 20px;
}
.TopSlider .bg {
  height: 534px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .TopSlider .bg {
    height: 440px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .TopSlider .bg {
    height: 274px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .TopSlider {
    height: 440px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .TopSlider {
    height: 274px;
  }
}
.TopSlider .slideImg {
  filter: drop-shadow(5px 5px 5px #aaa);
}
.TopSlider .swiper-container {
  position: relative;
  height: 534px;
  width: 3124px;
  margin-left: calc(-1562px + 50%);
  overflow: hidden;
  visibility: hidden;
}
.TopSlider .swiper-container.swiper-container-horizontal {
  visibility: visible;
}
.TopSlider .swiper-container .swiper-slide a {
  display: flex;
  justify-content: flex-end;
}
.TopSlider .swiper-container .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.9 !important;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .TopSlider .swiper-container {
    height: 440px;
    width: 2600px;
    margin-left: calc(-1300px + 50%);
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .TopSlider .swiper-container {
    height: 274px;
    width: 2200px;
    margin-left: calc(-1100px + 50%);
  }
}
.TopSlider .swiper-container-horizontal > .swiper-pagination-bullets, .TopSlider .swiper-pagination-custom, .TopSlider .swiper-pagination-fraction {
  bottom: 55px;
  left: 0;
  width: 100%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  left: calc(50% + 558px);
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .TopSlider .swiper-container-horizontal > .swiper-pagination-bullets, .TopSlider .swiper-pagination-custom, .TopSlider .swiper-pagination-fraction {
    bottom: 44px;
    left: calc(100% - 847px);
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .TopSlider .swiper-container-horizontal > .swiper-pagination-bullets, .TopSlider .swiper-pagination-custom, .TopSlider .swiper-pagination-fraction {
    bottom: 28px;
    left: calc(50% + 252px);
  }
}
.TopSlider .swiper-button-prev, .TopSlider .swiper-button-next {
  position: absolute;
  margin-top: 0;
  width: 47px;
  height: 47px;
  bottom: calc(50% - 20px);
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  top: unset;
  left: unset;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.TopSlider .swiper-button-prev:before {
  display: block;
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border: 0px;
  top: 35%;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.TopSlider .swiper-button-next {
  right: 0;
}
.TopSlider .swiper-button-next:before {
  display: block;
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border: 0px;
  top: 35%;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  margin-left: 8px;
}
.TopSlider .swiper-button-prev {
  left: 0;
}
.TopSlider .swiper-button-prev:before {
  transform: rotate(-135deg);
  margin-left: 18px;
}

.AreaBlock {
  margin-top: 90px;
  position: relative;
}
.AreaBlock .bg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -o-object-position: bottom;
     object-position: bottom;
  max-width: 2000px;
  transform: translate(-50%, 0%);
}
.AreaBlock .Container {
  padding-top: 0;
}
.AreaBlock .Container .TitleArea .Description {
  font-size: 13px;
  margin-top: 15px;
  padding-bottom: 30px;
  font-weight: 300;
}
.AreaBlock .Container .ContentsArea .Item {
  vertical-align: middle;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.AreaBlock .Container .ContentsArea .Item .Arealabel {
  vertical-align: middle;
  background-color: #E3D6D6;
  width: 140px;
  min-width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: relative;
}
.AreaBlock .Container .ContentsArea .Item .Arealabel:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-style: solid;
  border-color: transparent;
  border-left-color: #E3D6D6;
  border-width: 20px 15px;
  width: 0;
  height: 0;
}
.AreaBlock .Container .ContentsArea .Item .DetailArea {
  padding-left: 50px;
  vertical-align: middle;
}
.AreaBlock .Container .ContentsArea .Item .DetailArea .Prefecture {
  display: inline-block;
  min-width: 80px;
  height: 40px;
  border: 2px solid;
  border-radius: 50px;
  background-color: #fff;
  border-color: #E8A2A2;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  margin: 10px 0px 10px 10px;
  filter: drop-shadow(2px 2px 2px #aaa);
  box-sizing: border-box;
}
.AreaBlock .Container .ContentsArea .Item .DetailArea .Prefecture.pickup {
  width: 172px;
}
.AreaBlock .Container .ContentsArea .Item .DetailArea .Prefecture:hover {
  background-color: #E8A2A2;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
}

.NewArrivalBlock {
  background-color: #F6F5F0;
  height: 100%;
  overflow: hidden;
}
.NewArrivalBlock .Container {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 20px;
  padding-top: 50px;
}
.NewArrivalBlock .Container .TitleArea .Description {
  margin-top: 5px;
  font-weight: 300;
  font-size: 13px;
}
.NewArrivalBlock .Container .TitleArea .Details {
  font-weight: 500;
  font-size: 13px;
  text-decoration: underline !important;
  position: absolute;
  right: 0px;
  bottom: 31px;
}
.NewArrivalBlock .ContentsArea .Item {
  border: 2px solid #000;
  width: 566px;
  height: 511px;
  padding: 0 0 0 25px;
  background-color: #fff;
  display: inline-block;
  margin: 10px 40px;
  box-shadow: 15px 15px 0px 0 #010101;
  position: relative;
  overflow-x: hidden;
}
.NewArrivalBlock .ContentsArea .Item .LabelArea {
  height: 26px;
}
.NewArrivalBlock .ContentsArea .Item .LabelArea .LeftLabel {
  background-color: #030303;
  margin-left: 0;
  color: #fff;
  font-size: 12px;
  padding: 5px 9px 6px 10px;
  font-weight: 300;
}
.NewArrivalBlock .ContentsArea .Item .LabelArea .RightLabel {
  position: relative;
  float: right;
  padding: 0px 42px 0px 50px;
  background: #E8A2A2;
  color: #fff;
}
.NewArrivalBlock .ContentsArea .Item .LabelArea .RightLabel .Text {
  font-size: 18px;
  color: #fff;
}
.NewArrivalBlock .ContentsArea .Item .LabelArea .RightLabel:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  border: none;
  border-left: solid 15px #fff;
  border-top: solid 40px transparent;
}
.NewArrivalBlock .ContentsArea .Item .UpperArea {
  display: flex;
  width: 96%;
}
.NewArrivalBlock .ContentsArea .Item .UpperArea .LeftArea {
  position: relative;
  width: 55%;
  margin-right: 3.5%;
}
.NewArrivalBlock .ContentsArea .Item .UpperArea .LeftArea .PlannerInfomation {
  position: absolute;
  bottom: -5px;
  left: 0;
  display: flex;
  align-items: center;
}
.NewArrivalBlock .ContentsArea .Item .UpperArea .LeftArea .PlannerInfomation .Picture img {
  width: 30px;
  width: 30px;
  padding-right: 11px;
  display: inline-block;
}
.NewArrivalBlock .ContentsArea .Item .UpperArea .LeftArea .PlannerInfomation .PlannerTitle {
  display: inline-block;
}
.NewArrivalBlock .ContentsArea .Item .UpperArea .LeftArea .PlannerInfomation .PlannerTitle .Profession {
  font-size: 12px;
}
.NewArrivalBlock .ContentsArea .Item .UpperArea .LeftArea .PlannerInfomation .PlannerTitle .Name {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: 250px;
}
.NewArrivalBlock .ContentsArea .Item .UpperArea .LeftArea .MainTitle {
  font-size: 23px;
  width: unset;
  padding: 12px 0 5px;
  line-height: 1.3;
}
.NewArrivalBlock .ContentsArea .Item .UpperArea .LeftArea .Prefecture {
  color: #E8A2A2;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.NewArrivalBlock .ContentsArea .Item .UpperArea .LeftArea .Prefecture img {
  width: 10px;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  padding-bottom: 2px;
}
.NewArrivalBlock .ContentsArea .Item .UpperArea .LeftArea .Prefecture .fa-map-marker-alt {
  padding-right: 10px;
}
.NewArrivalBlock .ContentsArea .Item .UpperArea .LeftArea .Description {
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.NewArrivalBlock .ContentsArea .Item .UpperArea .RightArea {
  width: 41.5%;
  margin-top: 43px;
  height: 225px;
}
.NewArrivalBlock .ContentsArea .Item .ScheduleArea .Title .Main {
  display: flex;
  padding-top: 12px;
  font-size: 32px;
  padding-right: 5px;
  float: left;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}
.NewArrivalBlock .ContentsArea .Item .ScheduleArea .Title .Main:after {
  border-top: 1px #E8A2A2 dashed;
  margin-left: 12px;
  content: "";
  width: 385px;
  display: block;
}
.NewArrivalBlock .ContentsArea .Item .ScheduleArea .Destination {
  display: inline-block;
  font-weight: 500;
  vertical-align: top;
  padding-top: 0px;
}
.NewArrivalBlock .ContentsArea .Item .ScheduleArea .Destination .Text {
  font-weight: 500;
  padding-top: 2px;
  vertical-align: top;
  font-size: 18px;
}
.NewArrivalBlock .ContentsArea .Item .ScheduleArea .Destination .Text::before {
  content: "◆ ";
  color: #0a0a0a;
  font-size: 13px;
}
.NewArrivalBlock .ContentsArea .Item .ScheduleArea .Destination .check {
  display: inline-block;
  font-size: 3px;
}
.NewArrivalBlock .ContentsArea .Item .ScheduleArea .Destination span {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 20px;
  vertical-align: middle;
  padding-left: 2px;
}
.NewArrivalBlock .ContentsArea .Item .ScheduleArea .Street {
  font-size: 12px;
  padding-top: 16px;
  width: 590px;
}
.NewArrivalBlock .ContentsArea .Item .ScheduleArea .Street .StreetImage {
  display: inline-block;
}
.NewArrivalBlock .ContentsArea .Item .ScheduleArea .Street .StreetImage img {
  width: 59px;
  height: 59px;
  display: inline-block;
}
.NewArrivalBlock .ContentsArea .Item .ScheduleArea .Street .StepName {
  display: inline-block;
  width: 138px;
  vertical-align: top;
  padding-left: 8px;
}
.NewArrivalBlock .ContentsArea .Item .ScheduleArea .Street .StepName .ShopName {
  display: block;
  width: 136px;
  font-size: 14px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.NewArrivalBlock .ContentsArea .Item .ScheduleArea .Street .StepName .Label {
  display: inline-block;
  margin-bottom: 4px;
  padding: 0 10px;
  border-radius: 15px;
  border: 1px solid;
  color: #fff;
  background-color: #000;
  font-size: 12px;
}
.NewArrivalBlock .ContentsArea .Item .ScheduleArea .Arrows {
  vertical-align: top;
  padding-top: 10px;
  display: inline-block;
  font-size: 30px;
  padding-right: 12px;
  height: 40%;
}
.NewArrivalBlock .ContentsArea .Item .ScheduleArea .PlanDetail {
  padding-top: 15px;
  float: right;
  font-size: 16px;
  margin-right: 24px;
  text-decoration: underline;
}
.NewArrivalBlock .PopularArea {
  padding-bottom: 20px;
  margin-top: 56px;
}
.NewArrivalBlock .PopularArea .Container {
  padding: 0;
}
.NewArrivalBlock .PopularArea .Contents {
  margin-top: 5px;
}
.NewArrivalBlock .PopularArea .Contents ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.NewArrivalBlock .PopularArea .Contents ul li {
  margin-right: 45px;
}
.NewArrivalBlock .PopularArea .Contents ul li a {
  color: #E8A2A2;
  padding-right: 0;
  font-weight: 300;
  font-size: 16px;
}
.NewArrivalBlock .PopularArea .Contents ul li a img {
  width: 15px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  padding-bottom: 3px;
}
.NewArrivalBlock .PopularArea .Contents ul li a:hover {
  text-decoration: underline !important;
}
.NewArrivalBlock .PopularArea .Contents .fa-map-marker-alt {
  padding-right: 10px;
}
.NewArrivalBlock .NewArrivalLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.NewArrivalBlock .NewArrivalLink:hover {
  background: rgba(255, 255, 255, 0.5);
}

#areaguide .NewArrivalBlock {
  padding-bottom: 40px;
}

.StyleBlock .Container {
  margin: auto;
  padding: 60px 0;
}
.StyleBlock .TitleArea .MainTitle {
  width: unset;
  padding-top: 5px;
}
.StyleBlock .TitleArea .Description {
  padding: 0px 0;
  font-size: 13px;
  color: #333333;
  font-weight: 300;
  margin: 5px 0px 20px;
}
.StyleBlock .Container .ContentsArea ul {
  display: flex;
  flex-wrap: wrap;
}
.StyleBlock .Container .ContentsArea ul li {
  width: 22.5%;
  margin-right: 3.333%;
}
.StyleBlock .Container .ContentsArea ul li:nth-child(4n) {
  margin-right: 0;
}
.StyleBlock .ContentsArea .Item {
  display: inline-block;
  position: relative;
  font-weight: 500;
}
.StyleBlock .ContentsArea .Item:hover .Title {
  text-decoration: underline;
}
.StyleBlock .ContentsArea .Item:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.7s all;
  opacity: 0.8;
}
.StyleBlock .ContentsArea .Item .Description {
  margin-top: 8px;
  display: block;
}
.StyleBlock .ContentsArea .Item .Image {
  margin: 0 auto;
  overflow: hidden;
  transition: 1s all;
  display: block;
  box-shadow: 2px 1px 5px #aaa;
}
.StyleBlock .ContentsArea .Item .Title {
  display: inline-block;
  font-size: 16px;
}
.StyleBlock .ContentsArea .Item .Detail {
  font-size: 12px;
  position: relative;
  position: absolute;
  bottom: 2px;
  right: 19px;
}
@media screen and (max-width: 1080px) {
  .StyleBlock .ContentsArea .Item .Detail {
    visibility: hidden;
  }
}
.StyleBlock .ContentsArea .Item .Arrows {
  display: block;
  position: absolute;
  right: 6px;
  bottom: 0px;
  font-size: 12px;
  width: 36%;
  height: 12px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: skew(45deg);
}
@media screen and (max-width: 1080px) {
  .StyleBlock .ContentsArea .Item .Arrows {
    bottom: -4px;
  }
}

.MonthlyTripBlock {
  position: relative;
}
.MonthlyTripBlock .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 720px;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.MonthlyTripBlock .Container {
  margin: auto;
  padding: 40px 0;
  display: flex;
}
.MonthlyTripBlock .PickUpContents {
  width: 24.3%;
  margin-right: 4.42%;
  background-color: #fffefd;
  vertical-align: top;
  align-self: flex-start;
}
.MonthlyTripBlock .PickUpContents .MonthName {
  color: #fff;
  background-color: #e42d32;
  text-align: center;
  padding: 10px 20px;
  font-size: 35px;
}
@media screen and (max-width: 1240px) {
  .MonthlyTripBlock .PickUpContents .MonthName {
    font-size: 3vw;
  }
}
.MonthlyTripBlock .PickUpContents .PickUpImage {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.MonthlyTripBlock .PickUpContents .PickUpImage img {
  margin: 30px auto 20px auto;
}
.MonthlyTripBlock .PickUpContents .SubTitle {
  font-size: 19px;
  width: 80%;
  color: #000;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .MonthlyTripBlock .PickUpContents .SubTitle {
    font-size: 2vw;
  }
}
.MonthlyTripBlock .PickUpContents .MainTitle {
  font-size: 24px;
  color: #000;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 1240px) {
  .MonthlyTripBlock .PickUpContents .MainTitle {
    font-size: 2vw;
  }
}
.MonthlyTripBlock .PickUpContents .Button {
  display: block;
  width: 100%;
  text-align: center;
  margin: 28px auto 30px;
}
.MonthlyTripBlock .PickUpContents .Button .Text {
  display: inline-block;
  padding: 10px 0px;
  color: #fff;
  font-size: 16px;
  background-color: #e42d32;
  width: 80%;
  border-radius: 25px;
}
.MonthlyTripBlock .SerializationArea {
  width: 70%;
}
.MonthlyTripBlock .SerializationArea .Backnumber {
  display: block;
  padding-top: 27px;
  width: 300px;
  border-bottom: 0.5px solid #fff;
}
@media screen and (max-width: 1240px) {
  .MonthlyTripBlock .SerializationArea .Backnumber {
    width: unset;
  }
}
.MonthlyTripBlock .SerializationArea .Backnumber .Text {
  display: inline-block;
  color: #fff;
  font-size: 15px;
}
.MonthlyTripBlock .SerializationArea .Button .Text {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 15px;
}
.MonthlyTripBlock .SerializationArea .Button .Text span {
  font-size: 3px;
}
.MonthlyTripBlock .SerializationArea .Title {
  display: flex;
  align-items: center;
}
.MonthlyTripBlock .SerializationArea .Title img {
  width: unset;
}
.MonthlyTripBlock .SerializationArea .Title .border {
  width: 100%;
  border-top: 1px dashed #fff;
  margin-left: 25px;
}
@media screen and (min-width: 1200px) {
  .MonthlyTripBlock .SerializationArea .Contents {
    min-height: 597px;
  }
}
.MonthlyTripBlock .SerializationArea .Contents ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.MonthlyTripBlock .SerializationArea .Contents ul li {
  width: 16.78%;
  vertical-align: top;
  padding: 24px 0 0;
  margin-right: 4%;
}
.MonthlyTripBlock .SerializationArea .Contents ul li a {
  display: block;
}
@media screen and (max-width: 1240px) {
  .MonthlyTripBlock .SerializationArea .Contents ul li img {
    width: 100% !important;
  }
}
.MonthlyTripBlock .SerializationArea .Contents ul li:nth-child(5n) {
  margin-right: 0;
}
.MonthlyTripBlock .SerializationArea .Contents ul li:hover img {
  opacity: 0.8;
}
.MonthlyTripBlock .SerializationArea .Contents ul li:last-child:hover img {
  opacity: 1;
}
.MonthlyTripBlock .SerializationArea .Contents ul li:hover .--text {
  opacity: 1;
  text-decoration-color: #fff;
  text-decoration: underline;
}
.MonthlyTripBlock .SerializationArea .Contents .leftend {
  padding-left: 0px;
}
.MonthlyTripBlock .SerializationArea .Contents .rightend {
  padding-right: 0px;
}
.MonthlyTripBlock .SerializationArea .Contents ul li .--text {
  color: #fff;
  opacity: 1;
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
  display: block;
}
.MonthlyTripBlock .SerializationArea .Contents ul li .--text:hover {
  opacity: 1;
  text-decoration: underline;
  text-decoration-color: #fff !important;
}
.MonthlyTripBlock .SerializationArea .Contents .LogoArea {
  padding-left: 0;
  margin-right: 0;
  position: absolute;
  bottom: 3px;
  right: 0;
  width: unset;
}
@media screen and (max-width: 1240px) {
  .MonthlyTripBlock .SerializationArea .Contents .LogoArea {
    width: 34.5%;
    margin-right: 0;
  }
}
.MonthlyTripBlock .SerializationArea .Contents .LogoArea .MainTitle {
  margin-top: 26px;
}

.FocalBlock {
  background-color: #E6EFF4;
}
.FocalBlock .Container {
  margin: auto;
  padding: 50px 0 60px;
}
.FocalBlock .Container img {
  width: 100%;
  height: auto;
}
.FocalBlock .TitleArea {
  font-weight: 300;
  width: 35.5%;
}
@media screen and (max-width: 1240px) {
  .FocalBlock .TitleArea .MainTitle img {
    width: 100% !important;
  }
}
.FocalBlock .TitleArea .Description {
  font-size: 15px;
  color: #093A56;
  margin-top: 20px;
}
.FocalBlock .TitleArea .Button {
  display: inline-block;
  background-color: #8f4d5e;
  border: 2px solid #093A56;
  margin-bottom: 0;
  margin-top: 24px;
  border-radius: 30px;
  text-align: center;
  background: url(/images/_top/fo_cal_sub.svg);
  background-repeat: no-repeat;
  width: 408px;
  height: 41px;
  background-position: center;
}
@media screen and (max-width: 1240px) {
  .FocalBlock .TitleArea .Button {
    width: 100%;
    min-width: 220px;
  }
}
.FocalBlock .TitleArea .Button:hover {
  background: url(/images/_top/fo_cal_sub_w.svg);
  background-color: #093A56;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.FocalBlock .ButtonArea {
  display: none;
}
.FocalBlock .Button .Text {
  display: inline-block;
  padding: 0 10px;
  color: #1a093a;
  font-size: 15px;
  font-weight: 500;
}
.FocalBlock .MainForcasContents {
  vertical-align: top;
  width: 64.5%;
}
.FocalBlock .MainForcasContents ul {
  display: flex;
  width: 100%;
}
.FocalBlock .FocalBlockTop {
  display: flex;
}
.FocalBlock .MainForcasContents ul li {
  display: block;
  vertical-align: top;
  margin-left: 9.5%;
  position: relative;
  width: 27%;
}
.FocalBlock .MainForcasContents ul li img {
  display: block;
}
.FocalBlock .MainForcasContents ul li a {
  position: relative;
  display: block;
}
.FocalBlock .MainForcasContents ul li a:hover {
  opacity: 1;
}
.FocalBlock .MainForcasContents ul li a:hover img {
  opacity: 1;
}
.FocalBlock .MainForcasContents ul li a:hover > span {
  opacity: 0.85;
  background: #093A56;
  height: 100%;
}
.FocalBlock .MainForcasContents ul li a > span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  color: #fff;
  opacity: 0;
  transition: all 0.6s ease;
  padding-bottom: 0;
  z-index: 1;
  display: block;
}
.FocalBlock .MainForcasContents ul li a > span span {
  display: block;
}
.FocalBlock .MainForcasContents ul li a .Date {
  padding-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  border-bottom: solid 1px #ffffff;
  color: #fff;
  margin-top: calc(100% - 30px);
}
@media screen and (max-width: 1080px) {
  .FocalBlock .MainForcasContents ul li a .Date {
    font-size: 11px;
    margin-top: calc(100% - 55px);
  }
}
.FocalBlock .MainForcasContents ul li a .Prefecture {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .FocalBlock .MainForcasContents ul li a .Prefecture {
    font-size: 13px;
  }
}
.FocalBlock .MainForcasContents ul li a .Village {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .FocalBlock .MainForcasContents ul li a .Village {
    font-size: 16px;
  }
}
.FocalBlock .MainForcasContents ul li a .Actress {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .FocalBlock .MainForcasContents ul li a .Actress {
    font-size: 13px;
  }
}
.FocalBlock .SubForcasContents {
  vertical-align: top;
  padding-top: 30px;
}
.FocalBlock .SubForcasContents ul {
  display: flex;
}
.FocalBlock .SubForcasContents ul li {
  display: block;
  margin-right: 2.58%;
  position: relative;
  width: 12.083%;
}
.FocalBlock .SubForcasContents ul li:last-child {
  margin-right: 0;
}
.FocalBlock .SubForcasContents ul li img {
  display: block;
}
.FocalBlock .SubForcasContents ul li a {
  position: relative;
  display: block;
}
.FocalBlock .SubForcasContents ul li a:hover {
  opacity: 1;
}
.FocalBlock .SubForcasContents ul li a:hover img {
  opacity: 1;
}
.FocalBlock .SubForcasContents ul li a:hover > span {
  opacity: 0.85;
  background: #093A56;
  height: 100%;
}
.FocalBlock .SubForcasContents ul li a > span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  color: #fff;
  opacity: 0;
  transition: all 0.6s ease;
  padding-bottom: 0;
  z-index: 1;
  display: block;
}
.FocalBlock .SubForcasContents ul li a > span span {
  display: block;
}
.FocalBlock .SubForcasContents ul li a .Date {
  padding-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 11px;
  border-bottom: solid 1px #ffffff;
  color: #fff;
  margin-top: calc(100% - 30px);
}
@media screen and (max-width: 1080px) {
  .FocalBlock .SubForcasContents ul li a .Date {
    font-size: 10px;
    margin-top: calc(100% - 45px);
  }
}
.FocalBlock .SubForcasContents ul li a .Prefecture {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .FocalBlock .SubForcasContents ul li a .Prefecture {
    font-size: 11px;
  }
}
.FocalBlock .SubForcasContents ul li a .Village {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .FocalBlock .SubForcasContents ul li a .Village {
    font-size: 13px;
  }
}
.FocalBlock .SubForcasContents ul li a .Actress {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .FocalBlock .SubForcasContents ul li a .Actress {
    font-size: 11px;
  }
}

.RecommendArticleBlock .TitleArea {
  position: relative;
}
.RecommendArticleBlock .TitleArea .Description {
  margin: 5px 0 20px;
  font-weight: 300;
  font-size: 13px;
}
.RecommendArticleBlock .TitleArea .MainTitle {
  font-size: 20px;
}
.RecommendArticleBlock .TitleArea .Detail {
  font-size: 13px;
  margin-top: 16px;
  text-decoration: underline !important;
  font-weight: 500;
  color: #333;
  position: absolute;
  right: 0;
  bottom: 0;
}
.RecommendArticleBlock .Container .ContentsArea ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.RecommendArticleBlock .Container .ContentsArea ul li {
  width: 23.33%;
  margin-right: 2.16%;
  border: solid 1px #333;
  border-radius: 10px;
  margin-bottom: 35px;
  box-sizing: border-box;
}
.RecommendArticleBlock .Container .ContentsArea ul li:nth-child(4n) {
  margin-right: 0;
}
.RecommendArticleBlock .Container .ContentsArea ul li:nth-child(n+5) {
  margin-bottom: 25px;
}
.RecommendArticleBlock .Container .ContentsArea ul li a {
  display: block;
}
.RecommendArticleBlock .Container .ContentsArea ul li a:hover {
  opacity: 1;
}
.RecommendArticleBlock .Container .ContentsArea ul li a:hover .Category {
  color: #070707;
}
.RecommendArticleBlock .Container .ContentsArea ul li a .Image img {
  border-radius: 10px 10px 0 0;
}
.RecommendArticleBlock .Container .ContentsArea ul li a .Description {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 16px;
}
.RecommendArticleBlock .Container .ContentsArea ul li a .Description .Category {
  margin-top: 12px;
  background: #F6F5F0;
  border: solid 1px rgba(127, 127, 128, 0.5058823529);
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  padding: 0 10px;
  color: #333;
}
.RecommendArticleBlock .Container .ContentsArea ul li a .Description .Date {
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 5px;
  font-weight: 300;
  color: #888888;
  display: block;
}
.RecommendArticleBlock .Container .ContentsArea ul li a .Description .Date img {
  width: 12px;
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  padding-bottom: 3px;
}
.RecommendArticleBlock .Container .ContentsArea ul li a .Description .Title {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.RecommendArticleBlock .Container .ContentsArea ul li:hover {
  animation: big 0.6s;
  animation-fill-mode: forwards;
  cursor: pointer;
  color: #E6C6C6;
}
.RecommendArticleBlock .Container .ContentsArea ul li:hover a .Description .Title {
  text-decoration: underline;
}
.RecommendArticleBlock .ButtonArea a {
  display: none;
}

@keyframes big {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.06);
  }
}
#RankingBlock {
  background-color: #F6F5F0;
}
#RankingBlock .TitleArea .MainTitle img {
  width: unset;
}
#RankingBlock .TitleArea .Details {
  display: inline-block;
  font-weight: 300;
}
#RankingBlock .TitleArea .Description {
  color: #333333;
  padding: 10px 0 20px;
  font-size: 13px;
  font-weight: 300;
}
#RankingBlock .TitleArea .TallyText {
  font-size: 12px;
  font-weight: 300;
  margin-top: -15px;
  margin-bottom: 20px;
}
#RankingBlock .ContentsArea .Title {
  display: inline-block;
}
#RankingBlock .ContentsArea .SightseeingContents .Title {
  width: unset;
  height: 20px;
  display: inline-block;
}
#RankingBlock .ContentsArea .GourmetContents {
  display: inline-block;
  vertical-align: top;
}
#RankingBlock .ContentsArea .SightseeingContents {
  display: inline-block;
  vertical-align: top;
}
#RankingBlock .ContentsArea .SightseeingContents .rightend {
  margin-right: 0px;
}
#RankingBlock .ContentsArea .Item {
  position: relative;
  border: 2px dotted #868685;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#RankingBlock .ContentsArea .Item .Number {
  background-color: #E6C6C6;
  vertical-align: top;
  width: 9%;
  position: absolute;
  height: 100%;
  z-index: 1;
}
#RankingBlock .ContentsArea .Item .second {
  display: inline-block;
  background-color: #AEC6D1;
  height: 80px;
  width: 34px;
}
#RankingBlock .ContentsArea .Item .third {
  display: inline-block;
  background-color: #E2DDA6;
  height: 80px;
  width: 34px;
}
#RankingBlock .ContentsArea .Item .fourth {
  display: inline-block;
  background-color: #C8E6C6;
  height: 80px;
  width: 34px;
}
#RankingBlock .ContentsArea .Item .fifth {
  display: inline-block;
  background-color: #D8C6E6;
  height: 80px;
  width: 34px;
}
#RankingBlock .ContentsArea .Item .Text {
  vertical-align: middle;
  color: white;
  text-align: center;
  font-size: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#RankingBlock .ContentsArea .Item .Image {
  width: 46%;
}
#RankingBlock .ContentsArea .Item .Image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 93px;
}
#RankingBlock .ContentsArea .Item .Description {
  display: inline-block;
  width: 51%;
  background-color: #fff;
  padding-right: 1%;
  padding-left: 2%;
  color: #333;
}
#RankingBlock .ContentsArea .Item .Description .Area {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 6px;
  color: #333;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden !important;
  width: 100% !important;
}
#RankingBlock .ContentsArea .Item .Description .Name {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden !important;
  height: unset !important;
}
#RankingBlock .ContentsArea .Item:hover {
  cursor: pointer;
}
#RankingBlock .ContentsArea .Item:hover .Description .Name {
  text-decoration: underline;
}
#RankingBlock .ContentsArea .Item:hover img {
  opacity: 0.8;
}
#RankingBlock .Container .ContentsArea {
  display: flex;
  justify-content: center;
}
#RankingBlock .Container .ContentsArea > div {
  position: relative;
  width: 31.2%;
  margin-right: 3.2%;
}
#RankingBlock .Container .ContentsArea > div:last-child {
  margin-right: 0;
}
#RankingBlock .Container .ContentsArea > div .Details {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 13px;
  color: #333;
  font-weight: 300;
  text-decoration: underline !important;
}
#RankingBlock .Container .ContentsArea > div > ul li:nth-child(1) .Number .Text {
  background-color: #E6C6C6;
}
#RankingBlock .Container .ContentsArea > div > ul li:nth-child(2) .Number .Text {
  background-color: #AEC6D1;
}
#RankingBlock .Container .ContentsArea > div > ul li:nth-child(3) .Number .Text {
  background-color: #E2DDA6;
}
#RankingBlock .Container .ContentsArea > div > ul li:nth-child(4) .Number .Text {
  background-color: #C8E6C6;
}
#RankingBlock .Container .ContentsArea > div > ul li:nth-child(5) .Number .Text {
  background-color: #D8C6E6;
}
#RankingBlock .ContentsArea > div > ul {
  margin-top: 8px;
}
#RankingBlock .ContentsArea > div > ul li {
  margin-top: 20px;
}
#RankingBlock .ContentsArea > div > ul li:first-child {
  margin-top: 0;
}
#RankingBlock .ContentsArea .Item .Text img {
  width: 86%;
}
#RankingBlock .ContentsArea .Item .Description .Area img {
  width: 9px;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  padding-bottom: 1px;
}

#areaguide #RankingBlock {
  padding-bottom: 60px;
  margin-bottom: 40px;
}

.QuestionBlock .Container {
  padding-bottom: 0;
  padding-top: 20px;
}
.QuestionBlock .TitleArea img {
  width: unset;
  padding-top: 12px;
  padding-bottom: 40px;
}
.QuestionBlock .ContentsArea {
  display: flex;
}
.QuestionBlock .ContentsArea .QuestionLogo img, .QuestionBlock .ContentsArea .AnswerLogo img {
  width: 43px;
  height: 43px;
}
.QuestionBlock .ContentsArea .QuestionDescription {
  font-weight: 500;
  font-size: 14px;
  padding-left: 15px;
}
.QuestionBlock .ContentsArea ul {
  display: flex;
  padding-bottom: 30px;
}
.QuestionBlock .ContentsArea .AnswerLogo {
  display: inline-block;
  vertical-align: top;
}
.QuestionBlock .ContentsArea .AnswerDescription {
  font-weight: 300;
  font-size: 14px;
  padding-left: 15px;
}
.QuestionBlock .ContentsArea .Question {
  margin-bottom: 32px;
  display: flex;
}
.QuestionBlock .ContentsArea .Answer {
  display: flex;
}
.QuestionBlock .ContentsArea ul li {
  width: 46%;
}
.QuestionBlock .ContentsArea ul li:first-child {
  border-right: 1px solid #555455;
  margin-right: 4%;
  padding-right: 4%;
}
.QuestionBlock .ContentsArea ul li .icon-wrap {
  display: none;
}

.OfficialAccountBlock {
  height: 285px;
  margin-top: 120px;
  position: relative;
}
.OfficialAccountBlock .bg {
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -o-object-position: bottom;
     object-position: bottom;
  max-width: 2000px;
  transform: translate(-50%, 0%);
}
.OfficialAccountBlock .LogoArea {
  width: 11.5%;
}
.OfficialAccountBlock .TitleArea {
  width: 49.5%;
  margin-left: 5%;
}
.OfficialAccountBlock .TitleArea .MainTitle {
  color: #fff;
  font-size: 38px;
  padding-bottom: 10px;
  font-weight: 500;
}
.OfficialAccountBlock .TitleArea .MainTitle img {
  width: 72% !important;
  margin-top: 10px;
}
.OfficialAccountBlock .TitleArea .SubTitle {
  color: #fff;
  padding-bottom: 10px;
  font-size: 19px;
  line-height: 1.6;
}
.OfficialAccountBlock .Container {
  padding: 35px 0 1%;
  position: relative;
}
.OfficialAccountBlock .Container > div {
  display: flex;
}
.OfficialAccountBlock .SnsContents {
  display: flex;
  margin-left: 16.5%;
  margin-top: -10%;
  width: 55%;
}
.OfficialAccountBlock .SnsContents li {
  margin-right: 10%;
}
.OfficialAccountBlock .SnsContents a {
  display: block;
}
.OfficialAccountBlock .OfficialSmartphone {
  width: 34%;
  margin: -11.5% 0 0 0%;
  transform: translate(10%, 0px);
}

.FivebannerBlock .ContentsArea {
  padding: 40px 0;
}
.FivebannerBlock .ContentsArea ul {
  display: flex;
}
.FivebannerBlock .ContentsArea ul li {
  width: 16.8%;
  margin-right: 4%;
}
.FivebannerBlock .ContentsArea ul li:nth-child(5n) {
  margin-right: 0;
}
.FivebannerBlock .ContentsArea .rightend {
  padding-right: 0px;
}
.FivebannerBlock .DetailsArea .Detail {
  display: inline-block;
  padding: 30px 60px 90px 60px;
  font-size: 14px;
}
.FivebannerBlock .DetailsArea .Detail .page {
  padding: 5px 0;
  display: block;
}

.slick-prev {
  display: block;
  transform: translate(-50%, -50%);
  left: calc(50% + 422px);
  right: unset;
  top: 568px;
}
@media screen and (max-width: 1240px) {
  .slick-prev {
    left: calc(100% - 185px);
  }
}
.slick-prev:before {
  content: "＜";
  color: #000;
  font-size: 15px;
  background-color: transparent;
}

.slick-next {
  display: block;
  transform: translate(-50%, -50%);
  left: calc(50% + 610px);
  right: unset;
  top: 568px;
}
@media screen and (max-width: 1240px) {
  .slick-next {
    left: calc(100% - 15px);
  }
}
.slick-next:before {
  content: "＞";
  color: #000;
  font-size: 15px;
  background-color: transparent;
}

.slick-dots {
  bottom: -38px;
  left: 515px !important;
}
@media screen and (max-width: 1240px) {
  .slick-dots {
    display: block;
    left: calc(50% - 100px) !important;
  }
}
.slick-dots li {
  margin: 0 3px;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 5px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  border: 1px solid #000;
  margin: 0 0px;
  background: #fff;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #E8A2A2;
}

.NotificationBlock .Container {
  border-bottom: 1.5px dashed #D1C9AE;
  padding-bottom: 20px;
}
.NotificationBlock .TitleArea .MainTitle img {
  width: unset;
}
.NotificationBlock .TitleArea .Description {
  font-size: 11px;
  padding-top: 20px;
  padding-bottom: 19px;
  font-weight: 300;
  color: #E8A2A2;
  display: block;
}
.NotificationBlock .TitleArea .Description:hover {
  text-decoration: none;
}
.NotificationBlock .Container .ContentsArea ul {
  display: flex;
  width: 100%;
  margin-top: 16.5px;
}
.NotificationBlock .Container .ContentsArea ul li {
  width: 50%;
  display: flex;
}
.NotificationBlock .Container .ContentsArea ul li:nth-child(2n) {
  border-left: 1px solid #b9b9b9;
}
.NotificationBlock .Container .ContentsArea ul li a {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.NotificationBlock .Container .ContentsArea ul li:first-child a {
  margin-left: 0;
}
.NotificationBlock .Container .ContentsArea ul li a .Label {
  min-width: 76px;
  border: 1px solid;
  background-color: #F6F5F0;
  padding: 2px 2px 5px;
  text-align: center;
  line-height: 1;
  margin-right: 20px;
}
.NotificationBlock .Container .ContentsArea ul li a .Text {
  font-size: 12px;
  font-weight: 500;
}
.NotificationBlock .Container .ContentsArea ul li a .Date {
  font-size: 12px;
  color: #333333;
  margin-right: 20px;
  font-weight: 300;
}
.NotificationBlock .Container .ContentsArea ul li a .Description {
  font-size: 14px;
  color: #333333;
  font-weight: 300;
  margin-right: 30px;
  align-items: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.NotificationBlock .Container .ContentsArea ul li a:hover .Date, .NotificationBlock .Container .ContentsArea ul li a:hover .Description {
  text-decoration: underline;
}
.NotificationBlock .Container .ContentsArea ul li a .leftend {
  margin-left: 0px;
}

.ShintyakuSlider {
  position: relative;
}
.ShintyakuSlider .swiper-container {
  position: relative;
  height: 104px;
  width: 2070px;
  margin-left: calc(-1035px + 50%);
  overflow: hidden;
}
.ShintyakuSlider .swiper-container .swiper-wrapper .swiper-slide a {
  display: flex;
  border: 1px solid #000;
  margin-top: 5px;
}
.ShintyakuSlider .swiper-container .swiper-wrapper .swiper-slide a .imgBlock {
  width: 37.5%;
  line-height: 0;
}
.ShintyakuSlider .swiper-container .swiper-wrapper .swiper-slide a .imgBlock img {
  -o-object-fit: cover;
     object-fit: cover;
}
.ShintyakuSlider .swiper-container .swiper-wrapper .swiper-slide a .textBlock {
  width: 59%;
  position: relative;
  margin-left: 3.5%;
}
.ShintyakuSlider .swiper-container .swiper-wrapper .swiper-slide a .textBlock .areaText {
  font-size: 12px;
  color: #333;
  font-weight: 300;
  display: block;
  margin-top: 15px;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ShintyakuSlider .swiper-container .swiper-wrapper .swiper-slide a .textBlock .nameText {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  display: block;
  margin-top: 5px;
  width: 88%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ShintyakuSlider .swiper-container .swiper-wrapper .swiper-slide a .textBlock .ribbon {
  display: inline-block;
  position: absolute;
  top: -5px;
  right: 8px;
}
.ShintyakuSlider .swiper-container-horizontal > .swiper-pagination-bullets, .ShintyakuSlider .swiper-pagination-custom, .ShintyakuSlider .swiper-pagination-fraction {
  bottom: 13px;
  left: 0;
  width: 100%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  left: calc(50% + 535px);
}
.ShintyakuSlider .swiper-button-prev:hover, .ShintyakuSlider .swiper-button-prev:focus {
  color: #fff;
  outline: none;
}
.ShintyakuSlider .swiper-button-next:hover, .ShintyakuSlider .swiper-button-next:focus {
  color: #fff;
  outline: none;
}
.ShintyakuSlider .swiper-button-prev {
  position: absolute;
  margin-top: 0;
  width: unset;
  height: unset;
  bottom: 25px;
  background: unset;
  z-index: 3;
  top: unset;
  left: unset;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  left: calc(50% + 585px);
}
.ShintyakuSlider .swiper-button-next {
  position: absolute;
  margin-top: 0;
  width: unset;
  height: unset;
  bottom: 25px;
  background: unset;
  z-index: 3;
  top: unset;
  left: unset;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  left: calc(50% + 585px);
  left: calc(50% + 575px);
  right: unset;
}
.ShintyakuSlider .swiper-button-prev {
  left: calc(50% + 460px);
}
.ShintyakuSlider .swiper-button-prev:before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  top: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}
.ShintyakuSlider .swiper-button-next:before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  top: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}
.ShintyakuSlider .swiper-button-prev:hover:before, .ShintyakuSlider .swiper-button-prev:focus:before {
  opacity: 1;
}
.ShintyakuSlider .swiper-button-next:hover:before, .ShintyakuSlider .swiper-button-next:focus:before {
  opacity: 1;
}
.ShintyakuSlider .swiper-button-prev:before {
  transform: rotate(-135deg);
  margin-left: 18px;
}
.ShintyakuSlider .swiper-button-next:before {
  transform: rotate(45deg);
  margin-left: 8px;
}
.ShintyakuSlider .Container {
  padding: 60px 0 15px;
}
.ShintyakuSlider .TitleArea {
  position: relative;
}
.ShintyakuSlider .TitleArea .Detail {
  display: inline-block;
  font-size: 13px;
  text-decoration: underline !important;
  font-weight: 500;
  position: absolute;
  top: 8px;
  right: 0;
}
.ShintyakuSlider .swiper-container .swiper-wrapper .swiper-slide a .textBlock .areaText img {
  width: 9px;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  padding-bottom: 1px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}

.swiper-pagination-bullet {
  border: 1px solid #000;
  width: 8px;
  height: 3px;
  display: inline-block;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #E8A2A2;
}

.MainTitle img {
  width: unset !important;
}

.pc_block {
  display: block;
}

.sp_block {
  display: unset;
}

.hide-pc {
  display: none;
}

.hide-sp {
  display: unset;
}

.NewArrivalBlock .ContentsArea .Item .UpperArea .LeftArea .MainTitle {
  padding: 20px 0 5px;
  min-height: 90px;
  line-height: 1.4;
}
.NewArrivalBlock .ContentsArea .Item .UpperArea .LeftArea .Description {
  -webkit-line-clamp: 3;
  padding-top: 5px;
}
.NewArrivalBlock .ContentsArea .Item .UpperArea .LeftArea .PlannerInfomation {
  bottom: 0;
}
.NewArrivalBlock .ContentsArea .Item .UpperArea .RightArea {
  margin-top: 30px;
}
.NewArrivalBlock + .ren-section {
  margin-top: 40px;
}/*# sourceMappingURL=newtop_pc.css.map */