@charset "UTF-8";
/* カーソルをハンドポインターに */
.container .mainArea .contact {
  padding: 30px 0;
}

.container .mainArea {
  font-size: initial;
  font-style: normal;
}

.designer {
  display: block;
  margin-top: 2rem;
}
.designer strong {
  display: block;
  margin-bottom: 1rem;
}

.youtubemovie {
  position: relative;
  max-width: 920px;
  width: 100%;
}
.youtubemovie video {
  width: 100%;
  max-width: 920px;
}
.youtubemovie:after {
  content: "";
  display: block;
  background-image: url("../images/creative/2020/movie_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.youtubemovie:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -ms-filter: "alpha(opacity=70)";
}

.backnumber {
  margin-top: 2rem;
  text-align: right;
}

.pc-none {
  display: none;
}

div.archive_calendar_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  /*--- ipad ---*/
  display: -webkit-flex;
  /*--- ipad 7.0---*/
  -webkit-justify-content: space-between;
  /* ipad */
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.archive_calendar_list .calendar_unit {
  max-width: 30%;
  margin-bottom: 2rem;
}
div.archive_calendar_list .calendar_unit img {
  width: 100%;
}
div.archive_calendar_list .calendar_unit dd {
  margin-bottom: 1rem;
}
div.archive_calendar_list .calendar_unit dt {
  text-align: center;
}
div.archive_calendar_list .calendar_unit dt a {
  color: #b09b3f;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
}

div.associate {
  /* /.achievement */
}
div.associate p.associate-lead {
  font-size: 1rem;
  margin-bottom: 4rem;
}
div.associate .associate-menus dl {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  /*--- ipad ---*/
  display: -webkit-flex;
  /*--- ipad 7.0---*/
  -webkit-justify-content: start;
  /* ipad */
  justify-content: start;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
div.associate .associate-menus dl dt {
  width: 45%;
  box-sizing: border-box;
  padding-right: 2rem;
}
div.associate .associate-menus dl dt .thumbnails img {
  width: 100%;
}
div.associate .associate-menus dl dd {
  width: 55%;
}
div.associate .associate-menus dl dd span.title {
  font-weight: bold;
  display: block;
  font-size: 1.2rem;
  margin-bottom: .2rem;
}
div.associate .associate-menus dl dd em.complement {
  font-size: .8rem;
  line-height: 150%;
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
  padding-bottom: .5rem;
  border-bottom: 1px dashed #999999;
}
div.associate .associate-menus dl dd p {
  line-height: 150%;
}
div.associate .associate-menus .tip {
  background-color: #fff8e2;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: .9rem;
  line-height: 150%;
}
div.associate .associate-menus .tip span.title {
  font-size: .9rem;
  font-weight: bold;
  margin-bottom: .4rem;
  display: block;
}
div.associate .achievement {
  margin-bottom: 5rem;
}
div.associate .contact {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  /*--- ipad ---*/
  display: -webkit-flex;
  /*--- ipad 7.0---*/
  -webkit-justify-content: start;
  /* ipad */
  justify-content: start;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.associate .contact .tel {
  width: 50%;
}

.contents_block {
  margin-bottom: 5rem;
}

.container .mainArea {
  line-height: 150%;
}

.calendar_making video {
  width: 100%;
}
.calendar_making video:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -ms-filter: "alpha(opacity=70)";
}
.calendar_making p {
  text-align: right;
  font-size: .8rem;
}

.calendar_detail h2.midasi span {
  font-size: 1rem;
}
.calendar_detail .month_description {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  /*--- ipad ---*/
  display: -webkit-flex;
  /*--- ipad 7.0---*/
  -webkit-justify-content: space-between;
  /* ipad */
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* /.thema */
}
.calendar_detail .month_description .cal_img {
  max-width: 546px;
  padding-right: 2rem;
  box-sizing: border-box;
  margin: 0 auto;
}
.calendar_detail .month_description .cal_img img {
  width: 100%;
}
.calendar_detail .month_description .thema {
  width: calc(919px - 546px);
  margin-bottom: 5rem;
}
.calendar_detail .month_description .thema p {
  font-size: .9rem;
  line-height: 150%;
}
.calendar_detail .month_description .thema .msg {
  margin: 0 auto 1rem auto;
  max-width: 345px;
}
.calendar_detail .month_description .thema .msg img {
  width: 100%;
}
.calendar_detail .month_description .thema .msg span.en {
  font-size: .8rem;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: -.4rem;
}
.calendar_detail .month_description .thema .msg span.ja {
  font-size: .8rem;
  font-weight: bold;
  display: block;
  text-align: center;
}
.calendar_detail .month_description .thema .designer {
  border-top: 1px dashed #343434;
  padding-top: 1rem;
}
.calendar_detail .month_description .thema .designer p {
  font-size: .8rem;
}
.calendar_detail .month_description .thema .designer .image {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  /*--- ipad ---*/
  display: -webkit-flex;
  /*--- ipad 7.0---*/
  -webkit-justify-content: space-between;
  /* ipad */
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.calendar_detail .month_description .thema .designer .image figure {
  max-width: 150px;
  width: 40%;
}
.calendar_detail .month_description .thema .designer .image figure img {
  width: 100%;
}
.calendar_detail .month_description .thema .designer .image span.name {
  width: 60%;
  font-weight: bold;
  font-size: .9rem;
  text-align: center;
}
.calendar_detail .month_description .thema .designer .image span.name .en {
  display: block;
}

.calendar {
  /* /.calendar__hero */
}
.calendar__hero {
  background-image: url("../images/creative/2020/lots_of_love_hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.calendar__hero .wrap {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 3rem;
  box-sizing: border-box;
  text-align: center;
}
.calendar__hero .wrap figure {
  max-width: 322px;
  margin: 0 auto 1rem auto;
}
.calendar__hero .wrap figure img {
  width: 100%;
}
.calendar__hero .wrap p {
  font-size: .9rem;
  line-height: 160%;
}
.calendar__desc {
  margin-bottom: 2rem;
}
.calendar .making_thumbs {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  /*--- ipad ---*/
  display: -webkit-flex;
  /*--- ipad 7.0---*/
  -webkit-justify-content: space-between;
  /* ipad */
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.calendar .making_thumbs__main {
  max-width: 572px;
}
.calendar .making_thumbs__main img {
  width: 100%;
}
.calendar .making_thumbs__sub {
  max-width: 339px;
  margin-bottom: 8px;
}
.calendar .making_thumbs__sub img {
  width: 100%;
}
.calendar .making_thumbs__sub img + img {
  margin-top: 8px;
}
.calendar .making_movie {
  max-width: 960px;
  margin-bottom: 2rem;
}
.calendar .making_movie video {
  width: 100%;
}
.calendar .making_movie video:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -ms-filter: "alpha(opacity=70)";
}
.calendar .making_movie p {
  text-align: right;
  font-size: .8rem;
}
.calendar .order_com_btn {
  margin: 0 auto;
}
.calendar .order_com_btn a {
  display: inline-block;
  border: 1px solid #333333;
  padding: 1rem 4rem 1rem 4rem;
  text-align: center;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  text-decoration: none;
  font-weight: bold;
}
.calendar .cover {
  margin-bottom: 3rem;
}
.calendar .cover span.sub_title {
  text-align: center;
  display: block;
  margin: 0 auto 2rem auto;
  font-weight: bold;
  font-size: 1.1rem;
}
.calendar .cover .artist__design_title {
  font-weight: bold;
  color: #b09b3f;
  font-size: 1.1rem;
  display: block;
}
.calendar .cover .artist__name {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: .8rem;
}
.calendar .cover .artist__name .en {
  font-size: .8rem;
}
.calendar .cover .artist p {
  font-size: .9rem;
}
.calendar .cover_thumbs {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  /*--- ipad ---*/
  display: -webkit-flex;
  /*--- ipad 7.0---*/
  -webkit-justify-content: space-between;
  /* ipad */
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.calendar .cover_thumbs__main {
  max-width: 572px;
}
.calendar .cover_thumbs__main img {
  width: 100%;
}
.calendar .cover_thumbs__sub {
  max-width: 456px;
  margin-bottom: 8px;
}
.calendar .cover_thumbs__sub img {
  width: 100%;
}
.calendar .cover_thumbs .cover_movie {
  max-width: 456px;
  margin-top: 8px;
}
.calendar .cover_thumbs .cover_movie video {
  width: 100%;
}
.calendar .cover_thumbs .cover_movie video:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -ms-filter: "alpha(opacity=70)";
}
.calendar .monthly_cal {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  /*--- ipad ---*/
  display: -webkit-flex;
  /*--- ipad 7.0---*/
  -webkit-justify-content: space-between;
  /* ipad */
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.calendar .monthly_cal__unit {
  width: 25%;
  max-width: 224px;
  margin-bottom: 3rem;
}
.calendar .monthly_cal__unit a {
  text-decoration: none;
}
.calendar .monthly_cal__unit figure {
  margin-bottom: 1rem;
}
.calendar .monthly_cal__unit figure img {
  width: 100%;
}
.calendar .monthly_cal__unit .title .num {
  font-weight: bold;
  color: #b09b3f;
  display: block;
  text-align: center;
}
.calendar .monthly_cal__unit .theme .en {
  font-weight: bold;
  color: #b09b3f;
  display: block;
  text-align: center;
  font-style: normal;
  margin-bottom: .2rem;
}
.calendar .monthly_cal__unit .theme .ja {
  font-weight: bold;
  color: #b09b3f;
  display: block;
  text-align: center;
  font-style: normal;
  font-size: .9rem;
}
.calendar .collaboration span.title {
  display: block;
  margin: 0 auto 2rem auto;
  text-align: center;
}
.calendar .collaboration span.title .wrap {
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #111111;
}
.calendar .collaboration .creaters {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  /*--- ipad ---*/
  display: -webkit-flex;
  /*--- ipad 7.0---*/
  -webkit-justify-content: space-between;
  /* ipad */
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.calendar .collaboration .creaters .photographer,
.calendar .collaboration .creaters .movie {
  padding: 2rem;
  box-sizing: border-box;
  background-color: #f3f3f3;
  width: 49%;
}
.calendar .collaboration .creaters__job {
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: .8rem;
  font-size: .8rem;
}
.calendar .collaboration .creaters__name {
  display: block;
  text-align: center;
  font-size: .9rem;
}
.calendar .collaboration .creaters__link {
  display: block;
  text-align: center;
  font-size: .8rem;
}

/* ------------------------------------------------------------------------------------------------------ */
/* タブレットのみ読み込み */
@media screen and (max-width: 979px) {
  .pc-none {
    display: block;
  }

  div.associate {
    /* /.achievement */
  }
  div.associate .achievement .achievement-title {
    font-weight: bold;
    display: block;
    margin-top: 2rem;
    margin-bottom: .5rem;
    font-size: .9rem;
  }
  div.associate .associate-menus dl dt {
    padding-right: 0;
    width: 100%;
  }
  div.associate .associate-menus dl dt .thumbnails {
    margin-bottom: 1rem;
  }
  div.associate .associate-menus dl dd {
    width: 100%;
  }
  div.associate .contact .tel {
    margin-bottom: 30px;
  }

  .calendar .monthly_cal__unit {
    width: 25%;
    max-width: 100%;
    padding-right: 8px;
    box-sizing: border-box;
  }
  .calendar__hero .wrap {
    padding: 2rem;
  }
  .calendar__hero .wrap p {
    font-size: .8rem;
    line-height: 130%;
  }
  .calendar .making_thumbs {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    /*--- ipad ---*/
    display: -webkit-flex;
    /*--- ipad 7.0---*/
    -webkit-justify-content: space-between;
    /* ipad */
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .calendar .making_thumbs__main {
    max-width: 100%;
    width: 100%;
  }
  .calendar .making_thumbs__sub {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    /*--- ipad ---*/
    display: -webkit-flex;
    /*--- ipad 7.0---*/
    -webkit-justify-content: space-between;
    /* ipad */
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin-bottom: 0;
  }
  .calendar .making_thumbs__sub img {
    max-width: 50%;
    width: 100%;
    display: none;
  }
  .calendar .making_thumbs__sub img + img {
    margin-top: 0px;
  }
  .calendar .cover_thumbs__main {
    max-width: 49.4%;
    width: 49.4%;
  }
  .calendar .cover_thumbs__sub {
    max-width: 50%;
    width: 50%;
  }
  .calendar .cover_thumbs .cover_movie {
    max-width: 100%;
    margin-top: 0;
  }
  .calendar .cover_thumbs__main {
    max-width: 100%;
  }
  .calendar .cover_thumbs__sub {
    max-width: 100%;
  }
  .calendar .cover_thumbs .cover_movie {
    max-width: 100%;
  }

  .calendar_detail .month_description .cal_img {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .calendar_detail .month_description .cal_img {
    padding-right: 0;
  }
  .calendar_detail .month_description .thema {
    width: 100%;
    margin-bottom: 3rem;
  }
  .calendar_detail .month_description .thema .designer .image figure {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 1rem auto;
    text-align: center;
  }
  .calendar_detail .month_description .thema .designer .image figure img {
    max-width: 150px;
  }
  .calendar_detail .month_description .thema .designer .image span.name {
    width: 100%;
  }
}
/* ------------------------------------------------------------------------------------------------------ */
/* スマホでのみ読み込み */
@media screen and (max-width: 640px) {
  .calendar .monthly_cal__unit {
    width: 50%;
  }
}
