@charset "UTF-8";
.main {
  padding: 0; }

/* Button
===============================*/
/* アーカイブのオリジナル */
.btn-to-form__outer {
  position: relative;
  z-index: 1; }

.btn-to-form {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 2px solid #333;
  padding: 1.4rem 2.1rem;
  width: 100%;
  color: #333;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  outline: none;
  text-decoration: none;
  text-align: center; }
  .btn-to-form::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: #f0b8d1; }
  .btn-to-form:hover {
    color: #333;
    opacity: 1; }

.btn-to-form__img {
  position: absolute;
  bottom: -10px;
  right: -10px;
  max-width: 200px;
  width: 55%;
  height: auto; }

/* Gallery Detail
===============================*/
.gallery_slider {
  margin-bottom: 4rem;
  opacity: 0;
  transition: opacity 0.5s; }
  .gallery_slider.initialized {
    opacity: 1; }

.gallery_slider__item figure {
  width: 100%;
  height: 0;
  padding-top: calc(100% * 9 / 16);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000; }

.slick-dotted.slick-slider {
  margin-bottom: 8rem; }

.slick-arrow {
  z-index: 1; }

.slide-arrow {
  position: absolute;
  bottom: -50px;
  width: 40px;
  height: 40px; }

.prev-arrow {
  left: 25px; }

.next-arrow {
  right: 25px; }

.slick-dots {
  bottom: -42px; }

.slick-dots li button:before {
  color: #333; }

.slick-dots li.slick-active button:before {
  color: #333; }

.gallery_textarea {
  margin-bottom: 6rem; }
  .gallery_textarea p {
    margin-bottom: 0.8rem; }

/* Gallery Archive
===============================*/
.gallery_header {
  margin-bottom: 2rem;
  font-size: 2.6rem;
  font-weight: normal; }
  .gallery_header__tag {
    display: block;
    font-size: 0.6em; }

.gallery_lead {
  margin-bottom: 8rem; }
  .gallery_lead__txtwrap {
    position: relative;
    border: 10px solid #e8e8e8;
    padding: 30px;
    background-size: auto auto;
    background-color: white;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #fef2fe 4px, #fef2fe 8px); }
    .gallery_lead__txtwrap::before {
      content: "";
      position: absolute;
      top: -10px;
      left: -10px;
      border-top: 10px solid #f8b5d6;
      border-left: 10px solid #f8b5d6;
      width: 60px;
      height: 60px; }
  .gallery_lead__txt {
    margin-bottom: 1em; }
    .gallery_lead__txt:last-of-type {
      margin-bottom: 0; }

.gallery_thums {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
  border-top: 1px solid #ccc;
  padding-top: 0.2rem; }
  .gallery_thums__item {
    position: relative;
    margin: 0.2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: calc((100% - 12px) / 3);
    height: calc(628px / 3); }
  .gallery_thums__link {
    position: absolute;
    width: 100%;
    height: 100%; }

/* Common
===============================*/
.gallery_taxonomy {
  margin-bottom: 1.4rem; }
  .gallery_taxonomy__item {
    display: inline-block;
    margin-bottom: 1.6rem;
    margin-right: 1.6rem; }
  .gallery_taxonomy__link {
    display: block;
    border: 1px solid #e84091;
    border-radius: 1.5em;
    background-color: #fff;
    padding: 1em;
    color: #e84091;
    text-decoration: none;
    line-height: 1em; }
    .gallery_taxonomy__link:link, .gallery_taxonomy__link:visited {
      color: #e84091; }
    .gallery_taxonomy__link:hover {
      background-color: #e84091;
      color: #fff; }
    .gallery_taxonomy__link.active {
      background-color: #e84091;
      color: #fff; }
      .gallery_taxonomy__link.active:link, .gallery_taxonomy__link.active:visited {
        color: #fff; }
      .gallery_taxonomy__link.active:hover {
        opacity: 0.8; }
    .gallery_taxonomy__link--tag::before {
      content: "#"; }

.txt--no-gallery {
  margin: 3rem 0 6rem; }

/* Responsive
====================*/
/*[ MIN ]---------------------------*/
@media (min-width: 64.0625em) {
  /*1025*/ }

@media (min-width: 40.0625em) {
  /*641*/ }

@media (min-width: 30.0625em) {
  /*481*/ }

/*[ MAX ]---------------------------*/
@media (max-width: 40em) {
  /*640*/
  .gallery_thums__item {
    height: calc((100vw - 12px) / 3); } }

@media (max-width: 30em) {
  /*480*/
  .gallery_header {
    font-size: 1.8rem; }
  .gallery_lead {
    margin-bottom: 6rem; }
  .gallery_lead__txtwrap {
    padding: 20px; }
    .gallery_lead__txtwrap::before {
      width: 40px;
      height: 40px; }
  .prev-arrow {
    left: 15px; }
  .next-arrow {
    right: 15px; }
  .gallery_taxonomy__item {
    margin-bottom: 1rem;
    margin-right: 1rem; }
  .gallery_taxonomy__link {
    padding: 0.8em;
    font-size: 1.4rem; } }

@media (max-width: 23.75em) {
  /*380*/
  .gallery_lead {
    margin-bottom: 4rem; }
  .slick-dotted.slick-slider {
    margin-bottom: 6rem; }
  .slide-arrow {
    bottom: -40px;
    width: 30px;
    height: 30px; }
  .slick-dots {
    bottom: -35px; }
  .slick-dots li button {
    width: 16px;
    height: 16px; } }

@media (max-width: 22.5em) {
  /*360*/ }

@media (max-width: 21.25em) {
  /*340*/ }
