@charset "utf-8";
/* common styles */
html {
  scroll-padding-top: 50px;
}
.MainContainer .inner {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.background {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #3aa0c5 0%, #53d6e0 25%, #aeffff 50%, #53d6e0 75%, #3aa0c5 100%);
  z-index: 0;
}

.common-inner {
  padding-right: 15px;
  padding-left: 15px;
}

img {
  vertical-align: bottom;
}

p {
  line-height: 175%;
  color: #000;
}

p.btn_link {
	margin-top: 30px;
}

.mv img {
  width: 100%;
}

.campaign_mainarea {
  padding-top: 56px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.campaign_mainarea h2,
.campaign_mainarea h3 {
  margin-bottom: 16px;
  text-align: center;
  position: relative;
  z-index: 11;
}

.campaign_mainarea h2::before {
  content: "";
  display: block;
  width: 94px;
  height: 82px;
  background-repeat: no-repeat;
  background-position: center center;
  background: url(../img/img_icon_campaign_01.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -90px;
}

.campaign_mainarea figure img {
  width: 100%;
  margin-bottom: 8px;
}

.campaign_mainarea .sub-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

.campaign_mainarea .annotation {
  font-size: 12px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
}

.campaign_mainarea .annotation span {
  font-weight: 700;
}

.shot-title {
  background-color: #000;
  padding: 15px;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}

.button_link {
  display: block;
}

.button_link img {
  width: 100%;
}


/* introduction */
.introduction {
  padding-top: 48px;
  padding-bottom: 100px;
  background-image: url(../img/bg_introduction.svg);
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: center 5% ;
  background-size: 80%;
}

.introduction h2 {
  margin-bottom: 40px;
}

.introduction h2 img {
  width: 100%;
}

.introduction p {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  line-height: 200%;
  margin-bottom: 40px;
}

.introduction .anchor-link-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}

.introduction .anchor-link-list-item {
 width: calc(50% - 10px);
 margin: 0 5px 24px;
 position: relative;
}

.introduction .anchor-link-list-item.new::before {
  content: "";
  background: url(../img/img_badge_new.svg) no-repeat center center;
  background-size: contain;
  width: 20%;
  padding-top: 20%;
  height: auto;
  position: absolute;
  top: -20px;
  right: 0;
}

.introduction .anchor-link-list-item img {
  width: 100%;
}

/* campaign 01 */
.cam01 {
  margin-bottom: 100px;
}

.cam01 .campaign_mainarea {
  background-color: #BAFEFF;
}

.cam01 .campaign_mainarea h2::before {
  background-image: url(../img/img_icon_campaign_01.svg);
}


.cam01 .campaign_mainarea h2 img {
  /* max-width: 321px; */
  width: 100%;
}


/* campaign 01 作品カレンダー */

.cam01_applicable-title {
  text-align: center;
  margin-bottom: 12px;
}

.shot_detail {
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
}

.shot_detail span {
  font-size: 16px;
  font-weight: 700;
	  line-height: 0.8;
}

.shot_detail2 {
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  line-height: 0.8;
  margin-bottom: 15px;
}

.cam01_calender-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  width: 100%;
  margin: 0 auto 5px;
}

.cam01_calender-list-item {
  display: block;
  width: calc(33.333333% - 6px);
  margin: 0 3px 5px;
}

.cam01_calender-list-item.w100 {
  width: 100%;
  margin: 0;
}

.cam01_calender-list-item a {
  display: block;
}

.cam01_calender-list-item div {
  position: relative;
  overflow: hidden;
}

.cam01_calender-list-item div::before {
  content: "";
  display: block;
  padding-top: 141.37931%;
}

.cam01_calender-list-item img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.cam01_calender-list-item .date {
  text-align: center;
  font-size: 20px;
  color: #1A90FF;
  font-weight: 900;
  margin-bottom: 4px;
}

.work_calender_expired .shot-title {
  display: block;
  background-color: #7D7D7D;
}

.work_calender_expired .shot-title::marker,
.work_calender_expired .shot-title::-webkit-details-marker  {
  display: none;
}

.work_calender_expired .shot-title::after {
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  rotate: 45deg;
  position: absolute;
  top: 28%;
  right: 34px;
  transition: transform 0.4s;
}

.work_calender_expired[open] .shot-title::after {
  transform: rotate(-180deg);
  top: 40%;
}

.cam01_next-shot {
  text-align: center;
  margin-bottom: 100px;
}

.cam01_next-shot img {
  width: 75%;
} 

/* animation according */
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}


/* campaign 02 */
.cam02 .campaign_mainarea {
  background-color: #FFFCE2;
  margin-bottom: 40px;
}

.cam02 .campaign_mainarea h2::before {
  background-image: url(../img/img_icon_campaign_02.svg);
}

.cam02 .campaign_mainarea h2 img {
  width: 100%;
}

.cam02_work_calender{
  margin-bottom: 80px;
}

.cam02 .link-area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.cam02 .button_link {
  margin-bottom: 32px;
}

.cam02 .link-area p {
  opacity: 0.6;
  width: 30%;
  margin-right: 18px;
}

.cam02 .link-area a {
  width: 62%;
}

.cam02 .link-area a img {
  border: solid 1px #66655A;
}

.cam02 .link-area img,
.cam02 .link-area p img{
  width: 100%;
}

.cam02 .sub-text {
  font-size: 13px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
}

/* campaign 03 */
.cam03 .campaign_mainarea {
  background-color: #BAFEFF;
}

.cam03 .campaign_mainarea h2 img {
  width: 100%;
}

.cam03_how-to-join {
  text-align: center;
  margin-bottom: 32px;
}

.cam03_missison-description .image-text {
  text-align: center;
  max-width: 95%;
  margin: auto;
}

.cam03_missison-description .image-text.w80 {
  max-width: 80%;
}

.cam03_missison-description .image-text img {
  width: 100%;
}

.cam03_missison-description figure img{
  width: 100%;
  vertical-align: bottom;
}

/* cmoing soon */
.comingsoon img {
  width: 100%;
}

.back-to-top {
  text-align: center;
}

.back-to-top a {
  display: inline-block;
  margin: 14px auto;
  font-size: 14px;
  color: #808080;
  padding: 10px;
  text-decoration: underline;
}

/* campaign 03 */

.cam03 .campaign_mainarea h2::before {
  background-image: url(../img/img_icon_campaign_03.svg);
}

.cam03_missison-description .box {
  margin-bottom: 40px;
}

.cam03 .sub-title b {
  color: rgba(0, 0, 0, 0.6);
}

.cam03_missison-description .box .annotation {
  font-size: 12px;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.6);
}

.cam03_missison-description .icon-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
  position: relative;
  padding-bottom: 19%;
}

.cam03_missison-description .icon-list::after {
  content: "";
  display: block;
  width: 14.3%;
  height: 0;
  padding-top: 19%;
  background: url(../img/img_figure_04_campaign03.svg) no-repeat center center;
  background-size: contain;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.cam03_missison-description .icon-list_listitem {
  width: calc(25% - 3px);
  margin-bottom: 20px;
}

.cam03_missison-description .icon-list_listitem img {
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 4px;
}

.cam03_missison-description .icon-list_listitem span {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #7f7f7f;
}

.cam03_missison-description .box:last-of-type figure{
  width: 65%;
  margin: 0 auto 8px;
}

.cam03_missison-description .box:last-of-type p:last-of-type {
  margin-bottom: 100px;
}

/* campaign 04 */

.cam04 .campaign_mainarea {
  background-color: #FFFCE2;
  margin-bottom: 96px;
}

.cam04 .campaign_mainarea h2::before {
  background-image: url(../img/img_icon_campaign_04.svg);
}

.cam04 .campaign_mainarea h2 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.cam04 .campaign_mainarea h2 img {
  width: 100%;
}

.cam04 .sub-title b {
  color: rgba(0, 0, 0, 0.6);
}

/* campaign 05 */
.cam05 .campaign_mainarea {
  background-color: #BAFEFF;
}

.cam05 .campaign_mainarea h2::before {
  background-image: url(../img/img_icon_campaign_05.svg);
}


.cam05 .campaign_mainarea h2 img {
  /* max-width: 321px; */
  width: 100%;
}

.cam05 .button_link {
  margin-bottom: 40px;
} 

.cam05 .sub-title b {
  color: rgba(0, 0, 0, 0.6);
}

/* campaign 06 */

.cam06 .campaign_mainarea {
  background-color: #FFFCE2;
  margin-bottom: 96px;
}

.cam06 .campaign_mainarea h2::before {
  background-image: url(../img/img_icon_campaign_06.svg);
}

.cam06 .campaign_mainarea h2 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.cam06 .campaign_mainarea h2 img {
  width: 100%;
}

.cam06 .sub-title b {
  color: rgba(0, 0, 0, 0.6);
}


/* .Footer */
.Footer {
  margin-bottom: 0;
}