@charset "UTF-8";

/*トップページMV*/

.top-mv {
  position: relative;
  min-width: 1200px;
  margin-bottom: 80px;
}

.top-mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background-image: url(../image/top/mv-background.jpg);
  background-repeat: no-repeat;
}

.top-mv-slider-body {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.top-mv-slider-body .item-img {
  width: 680px;
  height: 510px;
  overflow: hidden;
}

.top-mv-slider-body .item-img img {
  transition: 6s;
}

.slick-now .top-mv-slider-body .item-img img {
  transform: scale(1.2);
}

.top-mv-slider-body .item-detail {
  position: absolute;
  top: 110px;
  left: 0;
  width: 562px;
  height: 310px;
  padding: 32px 50px 32px 50px;
  background-color: rgba(255, 255, 255, 0.9);
}

.top-mv-slider-body .item-cat_date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 600;
}

.top-mv-slider-body .item-ttl {
  margin-top: 16px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
}

.top-mv-slider-body .item-comment {
  height: 90px;
  margin-top: 16px;
  font-weight: 400;
  overflow: hidden;
}

.top-mv-slider-body .item-btn {
  position: absolute;
  bottom: -29px;
  right: 0;
}

.top-mv-slider .slick-controls {
  position: absolute;
  bottom: 0;
  z-index: 9;
}

.top-mv-slider .slick-controls-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 520px;
  height: 16px;
}

.top-mv-slider .slick-counter {
  order: 10;
}

.top-mv-slider .slick-prev {
  order: 30;
}

.top-mv-slider .slick-next {
  order: 40;
}

.top-mv-slider .slick-counter {
  margin-right: 18px;
}

.top-mv-slider .slick-counter .current {
  font-size: 1.5rem;
  font-weight: 600;
}

.top-mv-slider .slick-dots {
  display: flex;
  align-items: center;
  order: 20;
}

.top-mv-slider .slick-dots li {
  display: flex;
  align-items: center;
  height: 16px;
  cursor: pointer;
}

.top-mv-slider .slick-dots li + li {
  margin-left: 4px;
}

.top-mv-slider .slick-dots li button {
  position: relative;
  width: 32px;
  height: 2px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: rgba(178, 176, 176, 0.5);
  color: transparent;
  font-size: 0;
}

.top-mv-slider .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 2px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
}

@-webkit-keyframes scale-x-zero-to-max {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes scale-x-zero-to-max {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.top-mv-slider .slick-dots li.slick-active button::before {
  background-color: #111;
  -webkit-animation: scale-x-zero-to-max 6s linear 0.8s 1 forwards;
  animation: scale-x-zero-to-max 6s linear 0.8s 1 forwards;
}

.top-mv-slider .slick-arrow {
  display: block;
  position: relative;
  width: 8px;
  height: 16px;
  border: none;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  cursor: pointer;
}

.top-mv-slider .slick-prev {
  margin-left: 24px;
}

.top-mv-slider .slick-next {
  margin-left: 14px;
}

.top-mv-slider .slick-prev::before,
.top-mv-slider .slick-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.top-mv-slider .slick-prev::before {
  left: 3px;
  border-bottom: 2px solid #b2b0b0;
  border-left: 2px solid #b2b0b0;
}

.top-mv-slider .slick-next::before {
  right: 3px;
  border-top: 2px solid #b2b0b0;
  border-right: 2px solid #b2b0b0;
}

/*トップページ*/

.top-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.top-recommend {
  margin-top: 80px;
}

.top-pickup {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.top-pickup-list {
  width: 1120px;
  margin: 50px auto 0;
}

.top-pickup-list-item {
  width: 374px;
  padding: 0 17px;
}

.top-pickup-list-item a {
  display: block;
  background-color: #fff;
  text-decoration: none;
}

.top-pickup-list-item .list-img {
  width: 340px;
  height: 255px;
  overflow: hidden;
}

.top-pickup-list-item .list-img img {
  transition: 0.5s;
}

.top-pickup-list-item a:hover .list-img img {
  transform: scale(1.2);
}

.top-pickup-list-item .list-ttl {
  padding: 24px 14px;
  font-size: 1.5rem;
  font-weight: 600;
}

.top-pickup-list-slider .slick-arrow {
  display: block;
  position: absolute;
  top: 104px;
  width: 24px;
  height: 48px;
  border: none;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  z-index: 9;
  cursor: pointer;
}

.top-pickup-list-slider .slick-prev {
  left: -34px;
}

.top-pickup-list-slider .slick-next {
  right: -34px;
}

.top-pickup-list-slider .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  width: 30px;
  height: 30px;
}

.top-pickup-list-slider .slick-prev::before {
  left: 7px;
  border-bottom: 2px solid #b2b0b0;
  border-left: 2px solid #b2b0b0;
  transform: rotate(45deg);
}

.top-pickup-list-slider .slick-next::before {
  right: 7px;
  border-top: 2px solid #b2b0b0;
  border-right: 2px solid #b2b0b0;
  transform: rotate(45deg);
}

.top-pickup-list-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.top-pickup-list-slider .slick-dots li {
  display: flex;
  align-items: center;
  height: 16px;
  cursor: pointer;
}

.top-pickup-list-slider .slick-dots li + li {
  margin-left: 16px;
}

.top-pickup-list-slider .slick-dots li button {
  position: relative;
  width: 55px;
  height: 3px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: rgba(178, 176, 176, 0.5);
  color: transparent;
  font-size: 0;
}

.top-pickup-list-slider .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 3px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
}

.top-pickup-list-slider .slick-dots li.slick-active button::before {
  background-color: #111;
  -webkit-animation: scale-x-zero-to-max 6s linear 0.8s 1 forwards;
  animation: scale-x-zero-to-max 6s linear 0.8s 1 forwards;
}

.top-instagram {
  margin-top: 100px;
}

.top-instagram h2 {
  margin: 0;
  padding: 0;
  text-align: center;
}

.top-instagram h2 .ttl-main {
  font-size: 2.5rem;
  font-weight: 600;
}

.top-instagram h2 .ttl-sub {
  font-size: 1.7rem;
  font-weight: 300;
}

.top-instagram-visumo {
  margin-top: 50px;
}

.top-instagram-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  text-align: center;
}

.top-instagram-link a {
  position: relative;
  padding-top: 45px;
  font-size: 1.4rem;
  text-decoration: none;
}

.top-instagram-link a:hover {
  opacity: 0.7;
}

.top-instagram-link a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  background: url(../image/common/icon_visumo.png) center no-repeat;
  background-size: contain;
}

/*記事一覧*/

.articles-top a {
  display: block;
  position: relative;
  text-decoration: none;
}

.articles-top .list-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.articles-top .list-img img {
  display: block;
  width: 100%;
  transition: 0.5s;
}

.articles-top a:hover .list-img img {
  transform: scale(1.2);
}

.articles-top .list-detail {
  margin-top: 18px;
  padding: 0 30px;
}

.articles-top .list-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 60px;
  height: 60px;
}

.articles-top .list-icon img {
  display: block;
}

.articles-top .list-cat {
  font-size: 1.7rem;
  font-weight: 600;
}

.articles-top .list-pr {
  font-size: 1.7rem;
  font-weight: 600;
}

.articles-top .list-ttl {
  margin-top: 10px;
  font-size: 2.2rem;
  font-weight: 600;
}

.articles-top .list-date {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 600;
}

.articles-top .list-tags {
  margin: 5px -6px 0 0;
  padding: 0 30px;
  font-size: 1.4rem;
  font-weight: 600;
  overflow: hidden;
}

.articles-top .list-tags ul {
  display: flex;
  flex-wrap: wrap;
}

.articles-top .list-tags li {
  margin: 3px 6px 0 0;
}

.articles-top .list-tags a {
  color: #979797;
}

.articles-list {
  margin-top: 64px;
  padding-top: 30px;
  border-top: 3px solid #000000;
}

/*記事詳細*/

.articles-detail-main-img img {
  display: block;
}

.articles-detail-inner {
  width: 700px;
  margin: 40px auto 0;
}

.articles-detail-cat_date {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-weight: 600;
}

.articles-detail-cat_date .item-cat {
  font-size: 1.7rem;
}

.articles-detail-cat_date .item-date {
  font-size: 1.2rem;
  font-weight: 400;
}

.articles-detail-ttl {
  margin-top: 14px;
  font-size: 2.2rem;
  font-size: 600;
}

.articles-detail-tags {
  margin: 12px 0 46px 0;
  overflow: hidden;
}

.articles-detail-tags ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -5px 0 0;
}

.articles-detail-tags li {
  margin: 5px 5px 0 0;
}

.articles-detail-tags a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 18px;
  border: 1px solid #a8a5a5;
  border-radius: 28px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
}

.articles-detail-comment {
  font-weight: 400;
  line-height: 1.9;
}

.articles-detail-comment.comment-top {
  font-weight: 600;
}

.articles-detail-comment p + p {
  margin-top: 2.2em;
}

.articles-detail-h2 + .articles-detail-comment {
  margin-top: 36px;
}

.articles-detail-img-list + .articles-detail-comment {
  margin-top: 50px;
}

.articles-detail-toc {
  margin-top: 80px;
  padding: 24px 36px 16px;
  background-color: #fafafa;
}

.articles-detail-toc h3 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

.articles-detail-toc ol {
  margin-top: 16px;
  font-weight: 400;
}

.articles-detail-toc ol li {
  padding: 16px 0 16px 1.2em;
  text-indent: -1.2em;
  list-style-position: inside;
}

.articles-detail-toc ol li + li {
  border-top: 1px solid #707070;
}

.articles-detail-toc ol li::marker {
  font-weight: 600;
}

.articles-detail-toc ol a {
  text-decoration: none;
}

.articles-detail-h2 {
  position: relative;
  margin-top: 86px;
  padding-left: 19px;
  font-weight: 600;
}

.articles-detail-h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #000000;
}

.articles-detail-h2 .ttl-main {
  font-size: 2.4rem;
}

.articles-detail-h2 .ttl-sub {
  margin-bottom: -8px;
  color: #787878;
  font-size: 1.4rem;
}

.articles-detail-btn {
  margin-top: 50px;
}

.articles-detail-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 58px;
  border: 1px solid #140f14;
  background-color: #140f14;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}

.articles-detail-btn a:hover {
  background-color: #fff;
  color: #140f14;
}

.articles-detail-btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.2s ease;
}

.articles-detail-btn a:hover::after {
  border-color: #140f14;
}

.articles-detail-img-list {
  margin-top: 50px;
}

.articles-detail-img-list-items {
  display: flex;
  align-items: flex-start;
}

.col-2 .articles-detail-img-list-items {
  justify-content: space-between;
}

.col-1 .articles-detail-img-list-item {
  width: 100%;
}

.col-2 .articles-detail-img-list-item {
  width: 320px;
}

.articles-detail-img-list-item a {
  display: block;
  text-decoration: none;
}

.articles-detail-img-list-item .list-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.articles-detail-img-list-item img {
  display: block;
  transition: 0.5s;
}

.articles-detail-img-list-item a:hover .list-img img {
  transform: scale(1.2);
}

.articles-detail-img-list-item .list-detail {
  margin-top: 8px;
  font-weight: 600;
}

.articles-detail-img-list-item .list-brand {
  font-size: 1rem;
  word-break: break-all;
}

.articles-detail-img-list-item .list-name {
  font-size: 1.4rem;
  word-break: break-all;
}

.articles-detail-img-list-item .list-shop {
  color: #787878;
  font-size: 1rem;
  word-break: break-all;
}

.articles-detail-img-list-item .list-comment {
  color: #787878;
  font-size: 1.2rem;
  word-break: break-all;
}

.articles-detail-author {
  margin-top: 2em;
  color: #787878;
  font-size: 1.4rem;
  font-weight: 600;
}

.articles-detail-related-site {
  margin-top: 80px;
  padding: 30px;
  border: 4px solid #e4e4e4;
}

.articles-detail-related-site h3 {
  font-size: 1.8rem;
  font-weight: 600;
}

.articles-detail-related-site ul {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 600;
}

.articles-detail-related-site li + li {
  margin-top: 1.8em;
}

.articles-detail-related-site a {
  color: #787878;
}

.articles-detail-sns-list {
  margin-top: 40px;
}

.articles-detail-sns-list ul {
  display: flex;
}

.articles-detail-sns-list li + li {
  margin-left: 10px;
}

.articles-detail-sns-list a,
.articles-detail-sns-list img {
  display: block;
}

.articles-detail-sns-list a:hover {
  opacity: 0.7;
}

.related-articles-list,
.recommend-articles-list {
  margin-top: 110px;
  padding-top: 26px;
  border-top: 3px solid #000000;
}

.articles-qa-1 {
    max-width: 700px;
    margin-bottom: 7px;
    border: 1px solid #9a9a9a;
    border-radius: 5px;
}

.articles-qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #212121;
    font-weight: 600;
    cursor: pointer;
}

.articles-qa-1 summary::before,
.articles-qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.articles-qa-1 summary::before {
    color: #779bc9;
    content: "Q";
}

.articles-qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #212121;
    border-right: 3px solid #212121;
    content: '';
    transition: transform .5s;
}

.articles-qa-1[open] summary::after {
    transform: rotate(225deg);
}

.articles-qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.articles-qa-1[open] p {
    transform: none;
    opacity: 1;
}

.articles-qa-1 p::before {
    color: #ffc0cb;
    line-height: 1.2;
    content: "A";
}

/*IROGAAL*/
#irogaal header {
  display: block;
}
#irogaal-header {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
#irogaal-header .header {
  position: relative;
}
#irogaal-header .header-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 66px;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
}
#irogaal-header .header-logo {
  font-size: 1.4rem;
  line-height: 1;
}
#irogaal-header .header-logo a {
  display: block;
}
#irogaal-header .header-logo img {
  display: block;
  width: 150px;
  height: auto;
}

@media only screen and (min-width: 48.0625em) {
  #irogaal-header .header-inner {
    height: 90px;
    padding: 20px 0;
  }
  #irogaal-header .header-logo img {
    width: 200px;
    height: auto;
  }
}

#irogaal .main-gallery {
  margin: 0 auto;
  width: 95%;
  position: relative;
  padding-top: 50px;
}
#irogaal .gallery-cell {
  width: 100%;
  margin: 0 0 0 0;
}
#irogaal .gallery-cell img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 48em) {
  #irogaal .main-gallery {
    width: 50%;
    margin: 0 0 50px 10px;
  }
  #irogaal .gallery-cell img {
    width: 100%;
    height: auto;
  }
  #irogaal .home_about-image img {
    width: 40%;
    margin: 0 0 20px 30px;
  }
  #irogaal .home_about-catch,
  #irogaal .md-color-catch {
    font-family: "a-otf-midashi-go-mb31-pr6n", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
    font-size: 2.5rem;
    line-height: 1.7;
    margin: 0 0 20px 30px;
  }
  #irogaal .home_about-text,
  #irogaal .md-color-text {
    font-family: "a-otf-midashi-go-mb31-pr6n", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
    font-size: 1rem;
    line-height: 2;
    margin-top: 22px;
    margin: 0 0 20px 30px;
    width: 47%;
  }
  #irogaal .common_header-heading {
    font-family: "Crimson Text", serif;
    font-size: 5rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 50px 0 30px 30px;
  }
  #irogaal .home_about-aside-slider:nth-of-type(1) {
    position: relative;
    z-index: 2;
  }
  #irogaal .home_about-aside-slider:nth-of-type(1) img {
    width: 30%;
    margin: 30px 0 0 230px;
  }
  #irogaal .home_about-aside-slider:nth-of-type(2) {
    position: relative;
    z-index: 1;
  }
  #irogaal .home_about-aside-slider:nth-of-type(2) img {
    width: 35%;
    margin: -80px 0 20px 30px;
  }
  #irogaal .md-img img {
    width: 45%;
    margin: 0 0 50px 30px;
  }
  #irogaal .collection_list_2col-item-image img {
    width: 45%;
    margin: 0 0 20px 30px;
  }
  #irogaal .collection_list_2col-item-title {
    font-family: "a-otf-midashi-go-mb31-pr6n", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
    font-size: 2.5rem;
    line-height: 1.7;
    width: 45%;
    text-align: center;
    margin: 0 0 20px 30px;
  }
  #irogaal .collection_list_2col-item-text {
    font-family: "a-otf-midashi-go-mb31-pr6n", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 22px;
    margin: 0 0 80px 30px;
    width: 45%;
    text-align: center;
    margin: 0 0 80px 30px;
  }
  #irogaal .collection_list_2col-item-text a {
    text-decoration: none;
  }
  #irogaal .pc-visible {
    display: none !important;
  }
  #irogaal .sp-hidden {
    display: none !important;
  }
  #irogaal .footer {
    width: 50%;
    padding: 60px 0 30px;
    background-color: #212121;
    overflow: hidden;
  }
  #irogaal .footer_menu {
    display: block;
    margin: 0 auto 20px;
  }
  #irogaal .footer_menu li {
    display: block;
    padding-bottom: 20px;
    font-size: 14px;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    letter-spacing: 0.2em;
    color: #fff;
  }
  #irogaal .footer_menu li:last-child {
    padding-bottom: 0;
  }
  #irogaal .footer_menu li a {
    padding: 10px;
    color: #fff;
    text-decoration: none;
  }
  #irogaal .copy_right {
    font-size: 11px;
    text-align: center;
    padding: 30px 0 0;
    letter-spacing: 1px;
    font-family: "Quicksand", sans-serif;
    color: #808080;
  }
  #irogaal .page-top-btn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
  }
  #irogaal .page-top-btn img {
    width: 48px;
    height: 48px;
  }
}

@media only screen and (min-width: 48.0625em) {
  #irogaal .home_main {
    margin-bottom: 110px;
  }
}

@media only screen and (min-width: 48.0625em) {
  #irogaal .sp-visible {
    display: none !important;
  }
  #irogaal .pc-hidden {
    display: none !important;
  }
}

#irogaal .home_about {
  margin: 0 auto;
  width: 95%;
  position: relative;
  padding-top: 100px;
}
#irogaal .home_about-image {
  margin: 0 0 0 -30px;
}
#irogaal .home_about-body {
  margin: 40px 0 0;
}
#irogaal .home_about-catch {
  font-family: "a-otf-midashi-go-mb31-pr6n", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-size: 2.5rem;
  line-height: 1.7;
  z-index: 5;
}
#irogaal .home_about-text {
  font-family: "a-otf-midashi-go-mb31-pr6n", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 22px;
  z-index: 5;
}
#irogaal .home_about-text span {
  font-family: "a-otf-midashi-go-mb31-pr6n", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  z-index: 5;
}
#irogaal .home_about-aside {
  margin: 20px 10px 0 0;
  z-index: 3;
}
#irogaal .home_about-aside-slider:nth-of-type(1) {
  width: 45.8%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}
#irogaal .home_about-aside-slider:nth-of-type(1) img {
  width: 300px;
}
#irogaal .home_about-aside-slider:nth-of-type(2) {
  width: 66.1%;
  margin: -15% auto 0 0;
  position: relative;
  z-index: 1;
}
#irogaal .home_about-aside-slider:nth-of-type(2) img {
  width: 400px;
}
@media only screen and (min-width: 48.0625em) {
  #irogaal .home_about-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #irogaal .home_about-image {
    width: 45%;
    margin: 0 50px 0 0;
  }
  #irogaal .home_about-image img {
    width: 100%;
  }
  #irogaal .home_about-body {
    width: 53.4%;
    margin: 72px 0 0;
  }
  #irogaal .home_about-catch {
    font-size: 2.5rem;
  }
  #irogaal .home_about-text {
    max-width: 440px;
  }
  #irogaal .home_about-text a:hover {
    text-decoration: underline;
  }
  #irogaal .home_about-aside {
    width: 63.5%;
    margin: -55px 55px 0 auto;
    z-index: 1;
  }
}
#irogaal .ci-inner {
  padding: 0 30px;
  margin: 0 auto;
}
@media only screen and (min-width: 48.0625em) {
  #irogaal .ci-inner.ci-inner--no_space_left {
    padding-left: 0;
  }
  #irogaal .ci-inner.ci-inner--no_space_right {
    padding-right: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  #irogaal .ci-inner {
    padding: 0 80px;
  }
}
#irogaal .common_header-heading {
  font-family: "Crimson Text", serif;
  font-size: 5rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 32px;
  z-index: 5;
}
@media only screen and (min-width: 48.0625em) {
  #irogaal .common_header-heading {
    font-size: 5rem;
    margin-bottom: 50px;
    z-index: 5;
  }
}

#irogaal .md-color {
  margin: 0 auto;
  width: 95%;
  position: relative;
  padding-top: 100px;
}
#irogaal .md-color-body {
  margin: -150px 0 100px;
}
#irogaal .md-color-catch {
  font-family: "a-otf-midashi-go-mb31-pr6n", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-size: 2.5rem;
  line-height: 1.7;
  padding-left: 30px;
}
#irogaal .md-color-text {
  font-family: "a-otf-midashi-go-mb31-pr6n", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 22px;
  padding-left: 30px;
}
#irogaal .md-img {
  margin: 0 auto;
  width: 97%;
  position: relative;
}
#irogaal .md-img img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 48.0625em) {
  #irogaal .md-color-text {
    max-width: 480px;
  }
}

#irogaal .collection {
  margin: 70px 0 0;
}
@media only screen and (min-width: 48.0625em) {
  #irogaal .collection {
    margin: 140px 0 100px;
  }
}
#irogaal .collection_list_2col {
  margin: 0 auto;
  width: 94%;
  position: relative;
}
#irogaal .collection_list_2col-item {
  margin: 0 -30px;
}
#irogaal .collection_list_2col-item a {
  display: block;
  text-decoration: none;
}
#irogaal .collection_list_2col-item a:hover {
  opacity: 0.6;
}
#irogaal .collection_list_2col-item-image img {
  width: 100%;
}
#irogaal .collection_list_2col-item-body {
  text-align: center;
  padding: 24px 30px 48px;
}
#irogaal .collection_list_2col-item-title {
  font-size: 2.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
#irogaal .collection_list_2col-item-title a {
  text-decoration: none;
}
#irogaal .collection_list_2col-item-text {
  font-family: "a-otf-midashi-go-mb31-pr6n", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 16px;
}
#irogaal .collection_list_2col-item-text a {
  text-decoration: none;
}
@media only screen and (min-width: 48.0625em) {
  #irogaal .collection_list_2col-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #irogaal .collection_list_2col-item {
    margin: 0;
    padding: 0 20px;
  }
  #irogaal .collection_list_2col-inner {
    padding: 0;
  }
  #irogaal .collection_list_2col-item {
    width: calc(100% / 2);
  }
  #irogaal .collection_list_2col-item-body {
    padding: 32px 30px 98px;
  }
  #irogaal .collection_list_2col-item-title {
    font-size: 2.5rem;
  }
  #irogaal .collection_list_2col-item-title a {
    text-decoration: none;
  }
}

#irogaal footer {
  display: block;
}
#irogaal .footer {
  padding: 60px 0 30px;
  background-color: #212121;
  overflow: hidden;
}
#irogaal .footer_menu {
  display: table;
  margin: 0 auto 20px;
}
#irogaal .footer_menu li {
  display: table-cell;
  padding-right: 60px;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.2em;
  color: #fff;
}
#irogaal .footer_menu li:last-child {
  padding-right: 0;
}
#irogaal .footer_menu li a {
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
#irogaal .copy_right {
  font-size: 11px;
  text-align: center;
  padding: 30px 0 0;
  letter-spacing: 1px;
  font-family: "Quicksand", sans-serif;
  color: #808080;
}
#irogaal .page-top-btn {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
#irogaal .page-top-btn img {
  width: 48px;
  height: 48px;
}

/*SDGsアイコン*/
.sdgs-list .sdgs-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
}
.sdgs-list .sdgs-icon-list img {
  width: 150px;
}
.sdgs-list .sdgs-icon-list img + img {
  margin-left: 20px;
}
.sdgs-list .sdgs-icon-list div + div {
  margin-left: 20px;
}

/*検索結果*/

.block-search_result-search {
  margin-bottom: 80px;
}

.block-search_result-search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  border-bottom: 1px solid #111;
}

.block-search_result-search form input[type="text"] {
  width: calc(100% - 50px);
  height: auto;
  padding: 0 5px;
  border: none;
  font-size: 2rem;
  font-weight: 600;
}

.block-search_result-search form input[type="text"]::placeholder {
  color: #111;
}

.block-search_result-search form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.blk-news-list li {
  padding-bottom: 24px;
  border-bottom: 1px solid #dbdbdb;
}

.blk-news-list li:not(:first-child) {
  margin-top: 24px;
}

.blk-news-list li a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.blk-news-list li a:hover {
  opacity: 0.7;
}

.blk-news-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 24px;
}

.blk-news-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.blk-news-list .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.blk-news-list dd {
  margin-top: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.blk-news-list .base-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px;
}

/*20220623 フォーム*/

.common_headline2_ {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.questionnaire_ {
  width: 1200px;
  margin: 14px auto 0;
}

.questionnaire_box_ {
  margin-top: 70px;
}

.questionnaire_box_ {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dfdede;
}

.questionnaire_box_ .common_headline2_ {
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
  font-weight: 700;
}

.questionnaire_box_ .desc_ {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 700;
}

.questionnaire_box_content_ {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 16px;
}

.questionnaire_box_content_ input[type="text"],
.questionnaire_box_ .formdetail_ input[type="text"],
.questionnaire_box_ .formdetail_ input[type="email"] {
  height: 50px;
  border: 1px solid #dfdede;
  border-radius: 3px;
  background-color: #f9f9f9;
}

.questionnaire_box_content_ input[name^="textbox"] {
  width: 100%;
}

.questionnaire_box_content_ input[type="checkbox"],
.questionnaire_box_content_ input[type="radio"],
.questionnaire_box_ .formdetail_ input[type="checkbox"],
.questionnaire_box_ .formdetail_ input[type="radio"] {
  display: none;
}

.questionnaire_box_content_ input[type="checkbox"] + label,
.questionnaire_box_content_ input[type="radio"] + label,
.questionnaire_box_ .formdetail_ input[type="checkbox"] + label,
.questionnaire_box_ .formdetail_ input[type="radio"] + label {
  display: inline-block;
  position: relative;
  margin: 0 80px 0 0;
  padding-left: 37px;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
}

.questionnaire_box_content_ input[type="checkbox"] + label::before,
.questionnaire_box_content_ input[type="checkbox"] + label::after,
.questionnaire_box_content_ input[type="radio"] + label::before,
.questionnaire_box_content_ input[type="radio"] + label::after,
.questionnaire_box_ .formdetail_ input[type="checkbox"] + label::before,
.questionnaire_box_ .formdetail_ input[type="checkbox"] + label::after,
.questionnaire_box_ .formdetail_ input[type="radio"] + label::before,
.questionnaire_box_ .formdetail_ input[type="radio"] + label::after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.12s;
}

.questionnaire_box_content_ input[type="checkbox"] + label::before,
.questionnaire_box_ .formdetail_ input[type="checkbox"] + label::before {
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #707070;
  border-radius: 3px;
  background-color: #ffffff;
}

.questionnaire_box_content_ input[type="checkbox"]:checked + label::before,
.questionnaire_box_ .formdetail_ input[type="checkbox"]:checked + label::before {
  border-color: #111111;
  background-color: #111111;
}

.questionnaire_box_content_ input[type="checkbox"] + label::after,
.questionnaire_box_ .formdetail_ input[type="checkbox"] + label::after {
  top: 7px;
  left: 9px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.questionnaire_box_content_ input[type="radio"] + label::before,
.questionnaire_box_ .formdetail_ input[type="radio"] + label::before {
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #707070;
  border-radius: 22px;
  background-color: #ffffff;
}

.questionnaire_box_content_ input[type="radio"]:checked + label::after,
.questionnaire_box_ .formdetail_ input[type="radio"]:checked + label::after {
  top: 8px;
  left: 6px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #111111;
}

.questionnaire_box_content_ select,
.questionnaire_box_ .formdetail_ select {
  width: 700px;
  height: 50px;
  border: 1px solid #dfdede;
  border-radius: 3px;
  background-color: #f9f9f9;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS40ODUiIGhlaWdodD0iOS4xMzIiPjxwYXRoIGQ9Im0xNC43NjYuNzIyLTYuNzc5IDctNy4zLTciIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzExMSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=");
  background-position: center right 19px;
  background-repeat: no-repeat;
  background-size: 15px 9px;
  cursor: pointer;
}

.questionnaire_box_content_ textarea {
  width: 100%;
  height: 230px;
  border: 1px solid #dfdede;
  border-radius: 3px;
  background-color: #f9f9f9;
}

.questionnaire_box_ .formdetail_ {
  margin-top: 24px;
}

.questionnaire_box_ #table_name th,
.questionnaire_box_ #table_name td {
  padding-bottom: 25px;
  text-align: left;
  vertical-align: middle;
}

.questionnaire_box_ #table_name th {
  width: 150px;
  font-size: 1.8rem;
  font-weight: 700;
}

.questionnaire_box_ #table_name td {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}

.questionnaire_box_ #table_name tr:not(:first-child) th,
.questionnaire_box_ #table_name tr:not(:first-child) td {
  padding-top: 24px;
}

.questionnaire_box_ #table_name input[type="text"] {
  width: 300px;
  margin: 0 40px 0 30px;
  font-weight: 300;
}

.questionnaire_box_ #table_name .small_ {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #787878;
  font-size: 1.2rem;
  font-weight: 700;
}

.questionnaire_box_ #table_mail th,
.questionnaire_box_ #table_mail td {
  text-align: left;
  vertical-align: top;
}

.questionnaire_box_ #table_mail th {
  width: 250px;
  padding-top: 8px;
  font-size: 1.8rem;
  font-weight: 700;
}

.questionnaire_box_ #table_mail input[type="email"] {
  width: 700px;
}

.questionnaire_box_ #table_mail .small_ {
  margin-top: 4px;
  color: #787878;
  font-size: 1.2rem;
  font-weight: 700;
}

.questionnaire_box_ #table_tel th,
.questionnaire_box_ #table_tel td {
  text-align: left;
  vertical-align: top;
}

.questionnaire_box_ #table_tel th {
  width: 250px;
  padding-top: 8px;
  font-size: 1.8rem;
  font-weight: 700;
}

.questionnaire_box_ #table_tel td {
  position: relative;
}

.questionnaire_box_ #table_tel .small_ {
  display: block;
  width: 100%;
  margin-top: 4px;
  color: #787878;
  font-size: 1.2rem;
  font-weight: 700;
}

.questionnaire_box_ #table_tel input[type="text"] {
  width: 300px;
}

.questionnaire_box_ #table4 th,
.questionnaire_box_ #table4 td,
.questionnaire_box_ #table11 th,
.questionnaire_box_ #table11 td {
  text-align: left;
  vertical-align: top;
}

.questionnaire_box_ #table4 th,
.questionnaire_box_ #table11 th {
  width: 250px;
  padding-top: 8px;
  font-size: 1.8rem;
  font-weight: 700;
}

.questionnaire_box_ #table4 td,
.questionnaire_box_ #table11 td {
  position: relative;
  padding-bottom: 20px;
}

.questionnaire_box_ #table4 .small_,
.questionnaire_box_ #table11 .small_ {
  display: block;
  width: 100%;
  margin-top: 4px;
  color: #787878;
  font-size: 1.2rem;
  font-weight: 700;
}

.questionnaire_box_ #table4 input[name="zip4"],
.questionnaire_box_ #table11 input[name="zip11"] {
  width: 300px;
}

.questionnaire_box_ #table4 input[name="addr_4"],
.questionnaire_box_ #table4 input[name="addr2_4"],
.questionnaire_box_ #table4 input[name="addr3_4"],
.questionnaire_box_ #table11 input[name="addr_11"],
.questionnaire_box_ #table11 input[name="addr2_11"],
.questionnaire_box_ #table11 input[name="addr3_11"] {
  width: 700px;
}

.questionnaire_box_ #table4 select,
.questionnaire_box_ #table11 select {
  width: 300px;
}

.questionnaire_box_ #table_sex th {
  display: none;
}

.questionnaire_box_ #table_name select {
  width: 200px;
  margin: 0 8px 0 60px;
}

.questionnaire_ .submit_ {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.questionnaire_ .submit_ > a {
  display: block;
  width: 240px;
  height: 56px;
  margin-right: 50px;
  background: url("../image/button/back.png") left top no-repeat;
}

.questionnaire_ .submit_ > a img {
  display: none;
}

[data-efo-form-id] [name="confirm"] {
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: top;
  height: 56px !important;
  width: 240px !important;
  background: url("../image/button/confirm.png") left top no-repeat !important;
  cursor: pointer;
}

[data-efo-form-id] [name="confirm"]:disabled {
  height: 40px;
  width: 160px;
  background: url("../image/button/confirm_disabled.png") left top no-repeat !important;
}

.questionnaire_confirm_ {
  width: 100%;
  margin-top: 50px;
}

.questionnaire_confirm_ th,
.questionnaire_confirm_ td {
  padding: 50px 0;
  border-bottom: 1px solid #dfdede;
  font-weight: 700;
}

.questionnaire_confirm_ th {
  width: 300px;
  font-size: 2.4rem;
  text-align: left;
}

.questionnaire_confirm_ td {
  padding-top: 58px;
  font-size: 1.6rem;
}

.questionnaire_ .submit_ input[name="back"] {
  display: block;
  width: 240px;
  height: 56px;
  margin-right: 50px;
}

.questionnaire_ .submit_ input[name="regist"] {
  display: block;
  width: 240px;
  height: 56px;
}

/* 202501 added */

.block-mailmag-mailaddress {
  width: 770px;
  margin-top: 40px;
  background-color: #f9f9f9;
}

.block-mailmag-mailaddress th {
  width: 172px;
  padding: 22px 24px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.1em;
  vertical-align: middle;
  white-space: nowrap;
}

.block-mailmag-mailaddress td {
  width: calc(100% - 172px);
  padding: 22px 24px;
}

.block-mailmag-mailaddress td input {
  width: 100%;
  height: 48px;
  border-radius: 4px;
}

.block-mailmag-btn {
  display: flex;
  justify-content: center;
  width: 520px;
  margin: 40px auto 0;
}

.block-mailmag-btn > * {
  width: 240px;
}

.block-mailmag-btn > * + * {
  margin-left: 40px;
}

form > .notice_:first-child,
.common_headline2_ + .notice_ {
  margin-top: 24px;
}
