@charset "utf-8";
/*----------------------------------------
  共通
----------------------------------------*/
body {
  min-width: 1200px; /*タブレット対応*/
  overflow: hidden;
  color: #1a1a1a;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
/* 改行調整 */
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

/*タブレット対応
--------------------------*/
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/* メインビジュアル */
.main-visual {
  height: 600px;
  background-image: url(../../img/bg_main_sp.svg);
  background-size: cover;
  text-align: center;
}
.main-visual__title {
  padding: 20px 0 30px;
}
.fukunyan-fukuko {
  position: relative;
}
.accessories__collabo {
  position: absolute;
  top: 165px;
  right: 115px;
}

@media screen and (min-width: 768px) {
  .main-visual {
    height: 700px;
    margin-bottom: 0;
    background-image: url(../../img/bg_main_pc.svg);
    background-size: cover;
  }
  .main-visual__title {
    padding: 50px 0 30px;
  }
  .fukunyan-fukuko {
    position: relative;
    width: 1100px;
    margin: 0 auto;
  }
  .accessories__collabo {
    position: absolute;
    top: -10px;
    right: -50px;
  }
}

/* 企画概要 */
.theme {
  padding: 0 25px 70px;
}
.theme__title {
  margin-bottom: 20px;
  color: #333333;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: -0.03em;
  text-align: center;
}
.theme__text {
  position: relative;
  margin-bottom: 60px;
  padding: 15px 30px;
  border: 4px solid #333333;
  border-radius: 10px;
  color: #333333;
  line-height: 2.4;
  text-align: justify;
}
.img_fukuko01 {
  position: absolute;
  top: 360px;
  right: -20px;
}
.img_fukunyan01 {
  position: absolute;
  top: 380px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .theme {
    padding: 0 0 60px;
  }
  .theme__title {
    margin-bottom: 40px;
    font-size: 48px;
  }
  .theme__text {
    width: 850px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
  }
  .img_fukuko01 {
    position: absolute;
    top: 150px;
    right: -160px;
  }
  .img_fukunyan01 {
    position: absolute;
    top: 470px;
    left: 430px;
  }
}

.contents__inner {
  width: 100%;
}
.koma-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 120px;
}
.koma__list {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 3%;
}
.koma__list li {
  opacity: 0;
  margin-bottom: 24px;
}
.koma {
  position: relative;
  margin-bottom: 100px;
}
.koma__title {
  margin-bottom: 20px;
  text-align: center;
}
.comment {
  display: flex;
  position: relative;
  margin-top: 25px;
}
.comment__ballon {
  position: relative;
  width: 65%;
  padding: 8px 12px;
  border: 2px solid #1a1a1a;
  border-radius: 10px;
  background: #ffffff;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.comment__ballon:after,
.comment__ballon:before {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";

  pointer-events: none;
}
.comment__ballon:after {
  margin-top: -10px;
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
}
.comment__ballon:before {
  margin-top: -11px;
  margin-left: 2px;
  border-top-width: 11px;
  border-right-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 11px;
  border-color: rgba(26, 26, 26, 0);
  border-left-color: #1a1a1a;
}
.comment__ballon a {
  text-decoration: underline;
}
.comment__ballon a:hover {
  text-decoration: none;
}
.comment__fukunyan {
  position: absolute;
  top: -10px;
  right: 25px;
}
.btn__check a {
  display: inline-block;
  position: relative;
  height: 40px;
  margin: 40px 0 0 20px;
  padding: 10px 30px 10px 15px;
  border-radius: 40px;
  background-color: #e60012;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}
.btn__check a::after {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 12px;
  width: 15px;
  height: 15px;
  background: url(../../img/ico_arrow-right.svg);
  content: "";
}
.btn-more a {
  display: inline-block;
  position: relative;
  top: 5px;
  left: 25%;
  width: 200px;
  margin: 0 auto;
  padding: 15px;
  padding: 10px 15px;
  border: 2px solid #1a1a1a;
  border-radius: 40px;
  background-color: #ffffff;
  color: #333333;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-more a span {
  padding-right: 5px;
}
.btn-more.open a {
  position: relative;
  top: -10px;
  left: 25%;
}
.btn-more a::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../img/ico_arrow-dropdown.svg);
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.btn-more.open a::after {
  display: inline-block;
  transform: rotate(-180deg);
  width: 20px;
  height: 20px;
  background-image: url(../../img/ico_arrow-dropdown.svg);
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.btn-more a:hover,
.btn__check a:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
}
.img_fukunyan02 {
  position: absolute;
  right: 0;
  bottom: -195px;
}
.img_fukuko02 {
  position: absolute;
  right: 190px;
  bottom: -190px;
}
.end-text {
  width: 90%;
  margin: 0 auto 50px;
  text-align: center;
}
.img_fukunyan03 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contents__inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .koma-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  .koma__list {
    padding-bottom: 0;
  }
  .koma {
    margin-bottom: 50px;
  }
  .comment {
    display: flex;
    position: relative;
    margin-top: 20px;
  }
  .comment__ballon {
    width: 380px;
    height: 65px;
    padding: 8px 12px;
    font-size: 14px;
  }
  .comment__fukunyan {
    position: absolute;
    top: -26px;
    right: 28px;
  }
  .btn__check a {
    margin: 22px 0 0 20px;
  }
  .btn-more a {
    top: -10px;
    left: 33%;
  }
  .btn-more.open a {
    position: relative;
    top: -10px;
    left: 33%;
  }
  .btn-more a::after {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../../img/ico_arrow-dropdown.svg);
    background-size: contain;
    vertical-align: middle;
    content: "";
  }
  .img_fukunyan02 {
    position: absolute;
    top: 20px;
    right: -380px;
  }
  .img_fukuko02 {
    position: absolute;
    top: 420px;
    right: -520px;
  }
  .end-text {
    width: 800px;
    font-size: 18px;
    line-height: 4;
  }
  .u-padding-top-md {
    padding-top: 580px;
  }
  .copy {
    margin-left: 25px;
  }
}

/*===================================
アニメーション
===================================*/
.box {
  opacity: 0;
}

.fadeUp {
  opacity: 0;
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スクロール */
.scrolldown4 {
  position: absolute;
  right: 6%;
  bottom: 1%;
  animation: arrowmove 1s ease-in-out infinite;
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
.scrolldown4 span {
  position: absolute;
  bottom: 10px;
  left: -20px;
  color: #333333;
  font-size: 0.7rem;
  letter-spacing: 0.05em;

  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.scrolldown4:before {
  position: absolute;
  right: -6px;
  bottom: 0;
  transform: skewX(-31deg);
  width: 1px;
  height: 20px;
  background: #333333;
  content: "";
}
.scrolldown4:after {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 50px;
  background: #333333;
  content: "";
}
