@charset "UTF-8";
/*all=========================*/
header {
  z-index: 999;
}

#Wrap {
  width: 100%;
  margin: 0 !important;
}

.contents_inner {
  padding-bottom: 0;
}

html {
  font-size: 62.5%;
}
p, ul, ol, dl {
    margin: 0;
    padding: 0;
}
.article_page * {
  box-sizing: border-box;
  letter-spacing: .05em;
}

.article_page h2,
.article_page h3,
.article_page h4 {
  font-weight: normal;
}

.article_page li {
  list-style: none;
}

.article_page a {
  text-decoration: none;
  transition: .5s;
}

.article_page a:hover {
  opacity: .6;
}

.article_page dl,
.article_page ul {
  margin-bottom: 0;
}

.article_page picture,
.article_page a {
  display: block;
}

.article_page img {
  width: 100%;
  height: auto;
}

.article_page {
  padding: 5rem 0 10rem;
  background: #fafafa;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  color: #5f5f5f;
  text-align: left;
}

.article_page_inner {
  width: 100rem;
  margin: 0 auto;
  padding-bottom: 4.5rem;
  background: #fff;
}

.sec_inner {
  width: 90rem;
  margin: 0 auto;
  padding: 5rem 0 3rem;
}

.sec_ttl_wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
  padding-left: 3rem;
}

.sec_ttl {
  width: fit-content;
  padding: 0 1rem;
  background: #fff;
  font-family: "Muli", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.sec_ttl_wrap::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  margin: 0 calc(50% - 50%);
  background: #aaa;
  content: "";
}
/*=========================all*/

/*MV==========================*/
#MV.sec_inner {
  margin-bottom: 1.5rem;
}

#MV .flex-box {
  display: flex;
  align-items: center;
  margin-bottom: 1.7rem;
}

.article_sort {
  margin: 0;
  padding: .4rem 1rem .2rem;
  background: #aaa;
  font-size: 1.4rem;
  color: #fff;
}

.article_date {
  margin: 0 0 0 1rem;
  font-size: 1.4rem;
}

.article_ttl {
  margin-bottom: 3.7rem;
  font-size: 2.4rem;
  line-height: 1.58;
}

.article_ttl .notes {
  display: block;
  padding-top: 1rem;
  font-size: 1.1rem;
}

.article_img {
  margin-bottom: 1rem;
}

.article_lead {
  font-size: 1.6rem;
  line-height: 2;
}

.article_lead .txt_link {
  display: inline-block;
  text-decoration: underline;
}

#MV .itm_caption {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
/*==========================MV*/

/*Content01===================*/
#Content01 .content_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}

#Content01 .content_ttl {
  width: 40rem;
  margin: 0 3rem 0 0;
  font-size: 1.2rem;
}

#Content01 .content_wrap:nth-of-type(even) .content_ttl {
  order: 2;
  margin: 0 0 0 3rem;
}

#Content01 .content_wrap:nth-of-type(even) .content_ttl span {
  display: flex;
  justify-content: flex-end;
}

#Content01 .content_ttl .itm_img {
  margin-bottom: 1rem;
}

#Content01 .content_dtl {
  width: 47rem;
  padding-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.77;
}

#Content01 .content_dtl .itm_caption {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  line-height: 1.77;
}

#Content01 .btn_wrap .btn_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 5rem;
  margin: 0 auto;
  background: #a2adb3;
  font-size: 1.6rem;
  color: #fff;
}
/*===================Content01*/

/*Archive=====================*/
#Archive {
  width: 90rem;
  margin: 0 auto;
  padding: 8rem 0 0;
}

#Archive .sec_ttl {
  margin: 0 auto 3.5rem;
  background: none;
}

.archive_list {
  display: flex;
  justify-content: center;
}

.archive_dtl {
  width: 28rem;
}

.archive_list .archive_dtl:nth-of-type(n+2) {
  margin-left: 3rem;
}

.archive_img {
  margin-bottom: 1.5rem;
}

#Archive .flex-box {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.archive_sort {
  margin: 0;
  padding: .3rem .4rem .1rem;
  background: #aaa;
  font-size: 1.2rem;
  color: #fff;
}

.archive_date {
  margin: 0 0 0 1rem;
  font-size: 1.2rem;
}

.archive_ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  line-height: 1.58;
}

.archive_ttl .notes {
  display: block;
  padding-top: .5rem;
  font-size: 1rem;
}

/* ▽ slick arrow ▽*/
.slick-arrow:before {
	content: "";
}

.slick-arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  content: "";
}

.slick-arrow {
  z-index: 2;
  width: 1.44rem;
  height: 3.1rem;
}

.slick-next {
  top: 0;
  right: 0;
  /* margin: 9.5rem -4.5rem 0 0; */
}

.slick-prev {
  top: 0;
  left: 0;
  /* margin: 9.5rem 0 0 -4.5rem; */
}

.slick-next:before {
  background: url(../Page/Article/parts/image/arrow_next.svg);
  background-size: 100% auto;
}

.slick-prev:before {
  background: url(../Page/Article/parts/image/arrow_prev.svg);
  background-size: 100% auto;
}

#Archive .slick-next {
    margin: 9.5rem -4.5rem 0 0;
}

#Archive .slick-prev {
    margin: 9.5rem 0 0 -4.5rem;
}

#Review .slick-prev {
    top: 50%;
    transform: translate(0, -50%);
    left: 4rem;
}

#Review .slick-next {
    top: 50%;
    transform: translate(0, -50%);
    right: 4rem;
}
/* △ slick arrow △*/
/*=====================Archive*/

/*SmartPhone====================================================*/
@media screen and (max-width:768px) {
/*all=========================*/
.pc_only {
  display: none;
}
.contents {
    min-width: 100%;
}
.article_page {
  padding: 0;
}

.article_page_inner {
  width: 100%;
  padding-bottom: 0;
}

.sec_inner {
  width: calc(360 * (100vw / 390));
  padding: calc(10 * (100vw / 390)) 0 calc(40 * (100vw / 390));
}

.sec_ttl_wrap {
  margin-bottom: calc(20 * (100vw / 390));
  padding-left: calc(26 * (100vw / 390));
}

.sec_ttl {
  padding: 0 calc(6 * (100vw / 390));
  font-size: calc(20 * (100vw / 390));
}
/*=========================all*/

/*MV==========================*/
#MV.sec_inner {
  margin-bottom: 1.5rem;
}

#MV .flex-box {
  display: flex;
  align-items: center;
  margin-bottom: 1.7rem;
}

.article_sort {
  padding: calc(3 * (100vw / 390)) calc(6 * (100vw / 390)) calc(1 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
}

.article_date {
  margin: 0 0 0 calc(6 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
}

.article_ttl {
  margin-bottom: calc(18 * (100vw / 390));
  font-size: calc(16 * (100vw / 390));
  line-height: 1.5;
}

.article_ttl .notes {
  padding-top: calc(10 * (100vw / 390));
  font-size: calc(11 * (100vw / 390));
}

.article_img {
  margin-bottom: calc(10 * (100vw / 390));
}

#MV .itm_caption {
  margin-bottom: calc(20 * (100vw / 390));
  font-size: calc(12 * (100vw / 390));
}

.article_lead {
  font-size: calc(13 * (100vw / 390));
  line-height: 1.85;
}
/*==========================MV*/

/*Content01===================*/
#Content01 .content_wrap {
  display: block;
  margin-bottom: calc(50 * (100vw / 390));
}

#Content01 .content_ttl {
  width: auto;
  margin: 0 auto calc(23 * (100vw / 390));
  font-size: calc(11 * (100vw / 390));
}

#Content01 .content_wrap:nth-of-type(even) .content_ttl {
  order: 2;
  margin: 0 auto calc(23 * (100vw / 390));
}

#Content01 .content_ttl .itm_img {
  margin-bottom: calc(10 * (100vw / 390));
}

#Content01 .content_wrap:nth-of-type(even) .content_ttl span {
  display: block;
}

#Content01 .content_dtl {
  width: auto;
  padding-bottom: 0;
  font-size: calc(13 * (100vw / 390));
}

#Content01 .btn_wrap .btn_inner {
  width: calc(300 * (100vw / 390));
  height: calc(50 * (100vw / 390));
  font-size: calc(16 * (100vw / 390));
}
/*===================Content02*/

/*Archive=====================*/
#Archive {
  width: calc(300 * (100vw / 390));
  margin: 0 auto;
  padding: calc(50 * (100vw / 390)) 0 calc(43 * (100vw / 390));
}

#Archive .sec_ttl {
  margin: 0 auto calc(20 * (100vw / 390));
}

.archive_dtl {
  width: calc(300 * (100vw / 390));
}

.archive_list .archive_dtl:nth-of-type(n+2) {
  margin-left: 0;
}

.archive_img {
  margin-bottom: calc(12 * (100vw / 390));
}

#Archive .flex-box {
  margin-bottom: calc(12 * (100vw / 390));
}

.archive_sort {
  padding: calc(3 * (100vw / 390)) calc(4 * (100vw / 390)) calc(1 * (100vw / 390));
  font-size: calc(12 * (100vw / 390));
}

.archive_date {
  margin: 0 0 0 calc(8 * (100vw / 390));
  font-size: calc(12 * (100vw / 390));
}

.archive_ttl {
  font-size: calc(13 * (100vw / 390));
  line-height: 1.7;
}

.archive_ttl .notes {
  padding-top: calc(5 * (100vw / 390));
  font-size: calc(10 * (100vw / 390));
}

/* ▽ slick arrow ▽*/
#Archive .slick-arrow {
  width: calc(14.4 * (100vw / 390));
  height: calc(31 * (100vw / 390));
}

#Archive .slick-next {
  margin: calc(85 * (100vw / 390)) calc(-30 * (100vw / 390)) 0 0;
}

#Archive .slick-prev {
  margin: calc(85 * (100vw / 390)) 0 0 calc(-30 * (100vw / 390));
}
/* △ slick arrow △*/
/*=====================Archive*/
}
/*====================================================SmartPhone*/
/*PCのみ========================================================*/
@media screen and  (min-width:769px) {
  .sp_only {
    display: none;
  }
}
/*========================================================PCのみ*/

/*レスポンシブ対応===============================================*/
@media screen and (max-width: 1100px){
  html {
    font-size: calc((10 * (100vw / 1100)));
  }
}
/*===============================================レスポンシブ対応*/


/* 共通ヘッダー調整 */
.slick-slider .cam_bnr__item {
    width: 100% !important;
}
header, .contents, footer {
    min-width: auto;
}
