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

/* Top
===============================*/
/* introduction */
.header-bgimg {
  position: relative;
  margin-bottom: 4rem;
}
.header-bgimg--cptop {
  padding-top: 100%;
  background: url("/res/img/campaign2021/main.jpg") no-repeat center top/cover;
}

.intro {
  margin-bottom: 6rem;
}
.intro__txt {
  margin-bottom: 2em;
}
.intro__txt:last-of-type {
  margin-bottom: 0;
}

.intro-menu__header {
  margin: 0 auto 2rem;
  width: 50%;
}

.intro-menu__header-img {
  width: 100%;
  height: auto;
}

.intro-menu__list {
  display: flex;
  justify-content: space-between;
  margin: 0 2rem 4rem;
}

.intro-menu__item {
  width: calc((100% - 60px) / 3);
}

.intro-menu__link {
  display: block;
}

.intro-menu__img {
  width: 100%;
  height: auto;
}

/* campaign */
.campaign-part {
  margin-bottom: 6rem;
}
.campaign-part:last-of-type {
  margin-bottom: 0;
}
.campaign-part--line {
  position: relative;
  z-index: 0;
  padding: 4rem 0;
  background: url("/res/img/campaign2021/bg_hotellunch.jpg") no-repeat
    center/cover;
}
.campaign-part--line::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: rgba(255, 255, 255, 0.6);
}
.campaign-part__header {
  margin-bottom: 4rem;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.campaign-part__header span {
  font-size: 1.5em;
  vertical-align: baseline;
}
.campaign-part__dan {
  padding-bottom: 3rem;
  background: url("/res/img/campaign2021/campaign_header_deco.png") no-repeat
    center bottom 14px/25% auto;
}
.campaign-part__bgimg {
  position: relative;
  margin-bottom: 4rem;
  padding-top: 36%;
  background: no-repeat center top / 100% auto;
}
.campaign-part__bgimg--1 {
  background-image: url("/res/img/campaign2021/campaign01.jpg");
}
.campaign-part__bgimg--2 {
  background-image: url("/res/img/campaign2021/campaign02.jpg");
}
.campaign-part__bgimg--3 {
  background-image: url("/res/img/campaign2021/campaign03.jpg");
}
.campaign-part__list {
  padding-left: 24px;
  margin: 2rem 0;
}
.campaign-part__item {
  position: relative;
  margin-bottom: 0.6em;
}
.campaign-part__item:last-of-type {
  margin-bottom: 0;
}
.campaign-part__item::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  background: url("/res/img/common/heart_single.svg") no-repeat center/contain;
}

.line-btn {
  margin: 4rem auto 0;
  width: 300px;
  max-width: 100%;
}
.line-btn__link {
  display: block;
}
.line-btn__img {
  width: 100%;
  height: auto;
}

/* Part2
===============================*/
/* introduction */
.header-bgimg--part2 {
  position: relative;
  background: url("/res/img/campaign2021/part2_main.jpg") no-repeat center
    bottom/cover;
  padding: 6rem 0 2rem;
  text-align: center;
}

.header-bgimg__dan {
  position: absolute;
  top: 5%;
  right: 4rem;
  width: 20%;
}

.header-bgimg__img {
  width: 100%;
  height: auto;
}

.header-bgimg__header {
  display: inline-block;
  margin-bottom: 4rem;
  color: #fff;
  font-size: 38px;
  text-align: left;
  text-shadow: 0 0 4px #000;
  line-height: 0.9;
}

.header-bgimg__font {
  vertical-align: baseline;
}
.header-bgimg__font--s {
  font-size: 0.7em;
}
.header-bgimg__font--l {
  font-size: 1.3em;
}
.header-bgimg__font--ll {
  font-size: 1.8em;
}

.header-bgimg__txt {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: left;
}

.header-bgimg__movies {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}

.svg-def {
  display: none;
}

.tmb-movie {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 20px;
  width: 180px;
  height: 100px;
  border-radius: 6px;
  overflow: hidden;
}
.tmb-movie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: background-color 0.3s ease-in-out;
}
.tmb-movie--top {
  width: calc((100% - 40px) / 3);
  margin-right: 0;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.tmb-movie--cm {
  margin: 0 auto 20px;
  width: 60%;
}
.tmb-movie__link {
  display: block;
}
.tmb-movie__img {
  height: auto;
}
.tmb-movie__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20%;
  height: calc(20% * 4 / 3);
  pointer-events: none;
}
.tmb-movie__btn--cm {
  width: 15%;
  height: calc(15% * 4 / 3);
}
.tmb-movie__btn-img {
  width: 100%;
  height: auto;
  fill: #fff;
  fill-opacity: 0.8;
  transition: fill 0.3s ease-in-out;
}

.tmb-movie:hover::before {
  background-color: rgba(0, 0, 0, 0);
}

.tmb-movie:hover .tmb-movie__btn-img {
  fill: #000;
}

.tmb-movie--top:hover {
  transform: scale(1.2);
  box-shadow: 0 0 10px #242424;
}

/* cm */
.movie-sec {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.movie-sec:first-of-type {
  padding-top: 6rem;
}
.movie-sec:last-of-type {
  padding-bottom: 6rem;
}
.movie-sec__header {
  margin-bottom: 4rem;
}
.movie-sec__subheader {
  margin-bottom: 2rem;
  padding: 10px;
  background-color: #f8f6e7;
  border-radius: 4px;
  line-height: 1;
  color: #af9c54;
}
.movie-sec__list .movie-item:last-of-type {
  border-bottom: none;
}
.movie-sec__ttl {
  padding-bottom: 6rem;
  background: url("/res/img/campaign2021/movie_header.svg") no-repeat center
    bottom 30%/20% auto;
  font-size: 26px;
  text-align: center;
}
.movie-sec__ttl-img {
  width: 40%;
  min-width: 150px;
  height: auto;
}

.movie-sec__desc {
  background-color: #f8f6e7;
  margin-bottom: 20px;
  padding: 20px;
}

.movie-sec__info {
  margin-bottom: 20px;
  color: #af9c54;
  font-size: 14px;
}
.movie-sec__info--cm {
  margin-bottom: 0;
}
.movie-sec__info dd {
  margin-bottom: 10px;
}
.movie-sec__info dd:last-of-type {
  margin-bottom: 0;
}

.movie-sec__info-item {
  display: block;
}
.movie-sec__info-item::after {
  content: "：";
}

.cm-item {
  margin-bottom: 9rem;
}
.cm-item:last-of-type {
  margin-bottom: 3rem;
}
.cm-item__ttl {
  margin: 40px 0 20px;
}
.cm-item__ttl:first-of-type {
  margin-top: 0;
}

/* movies */
.movie-item {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #9d9d9d;
}
.movie-item__link {
  display: block;
  text-decoration: none;
}
.movie-item__flex {
  display: flex;
}
.movie-item__desc {
  margin-bottom: 20px;
  padding: 20px;
  border: 2px solid #af9c54;
  border-radius: 10px;
}

.movie-item__link:hover {
  text-decoration: none;
}
.movie-item__link:hover .tmb-movie::before {
  background-color: rgba(0, 0, 0, 0);
}
.movie-item__link:hover .tmb-movie__btn-img {
  fill: #000;
}

.movie-item__btn {
  text-align: center;
}

.movie-item__contact {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  border: solid 2px #ffbc00;
  border-radius: 10px;
  font-weight: bold;
  color: #f19200 !important;
  text-decoration: none;
  text-shadow: 0 0 5px white;
  background: repeating-linear-gradient(
    -45deg,
    #fffedb,
    #fffedb 5px,
    #ffeeb5 5px,
    #ffeeb5 9px
  );
}
.movie-item__contact:hover {
  background: repeating-linear-gradient(
    -45deg,
    #fffedb,
    #fffedb 7px,
    #ffeeb5 7px,
    #ffeeb5 11px
  );
}

/* taachii */
.taachii-section {
  background-color: #fffedb;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.heading-frame {
  margin-top: 6rem;
}
.heading-frame__inner {
  position: relative;
  border: 1px solid #af9c54;
  padding: 30px;
}
.heading-frame__inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #af9c54;
  pointer-events: none;
}
.heading-frame__header {
  position: absolute;
  top: -20px;
  left: 30px;
  padding: 6px 20px;
  border: 1px solid #af9c54;
  border-radius: 6px;
  background-color: #fff;
  color: #af9c54;
  font-weight: normal;
  font-size: 18px;
}
.heading-frame__image {
  margin: 0 auto;
}
.heading-frame__image--half {
  width: 50%;
}
.heading-frame__image--flex {
  display: flex;
  justify-content: space-between;
}
.heading-frame__image--taachii {
  margin-top: 40px;
}
.heading-frame__img {
  height: auto;
}
.heading-frame__flex-item--taachii {
  width: calc((100% - 20px) / 3);
}
.heading-frame__flex-img {
  width: 100%;
  height: auto;
}
.heading-frame__line-header {
  margin: 30px auto -30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #05b900;
}

.heart-list {
  padding-left: 24px;
  margin: 2rem 0;
}
.heart-list__item {
  position: relative;
  margin-bottom: 0.6em;
}
.heart-list__item:last-of-type {
  margin-bottom: 0;
}
.heart-list__item::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 5px;
  width: 0.8em;
  height: 0.8em;
  background: url("/res/img/common/heart_single.svg") no-repeat center/contain;
}

.taachii-section + div {
  margin-bottom: -6rem;
}

/* Part3
===============================*/
/* sweets */
/* detail */
.sweets_specials {
  width: 100%;
  margin-bottom: 6rem;
  border: 2px solid #896e00;
  padding: 2px;
}

.sweets_specials__inner {
  width: 100%;
  background-color: #fdfcea;
  background-image: linear-gradient(315deg, #ffedb7 0%, #fdfcea 74%);
  border: solid 2px #896e00;
}

.sweets_specials__label {
  width: 90.89285714%;
  margin: calc(-6px - 1.9%) auto 0;
}

.sweets_specials__exp {
  padding: 2rem;
  color: #e84091;
  padding-top: 0;
  padding-left: 25%;
}

.sweets {
  margin-bottom: 6rem;
}
.sweets__lead {
  margin-bottom: 2rem;
}
.sweets__item {
  margin-bottom: 3rem;
  border-bottom: 1px dotted #e84091;
}
.sweets__item:last-of-type {
  margin-bottom: 0;
}
.sweets__header {
  margin-bottom: 3rem;
  background-color: #ffedf6;
  padding: 20px;
  border-radius: 6px;
}
.sweets__name {
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: bold;
}
.sweets__prices {
  text-align: right;
}
.sweets__pic {
  width: 80%;
  margin: 0 auto 3rem;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.sweets__pic-inner {
  width: 100%;
  padding-top: 75%;
  background: no-repeat center / cover;
}
.sweets__desc {
  margin-bottom: 3rem;
}

.other_desc img {
  width: auto;
  height: auto;
}

/* archive */
.header-bgimg--sweets {
  background: url("/res/img/campaign2021/sweets_main.jpg") no-repeat center
    top/100% auto;
  padding-top: 60%;
}

.header-bgimg__sweets-header {
  margin: 20px 0;
  font-size: 18px;
  text-align: center;
  color: #e84091;
}

.header-bgimg__sweets-slick {
  height: 134px;
  margin-bottom: 2rem;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.header-bgimg__sweets-slick.initialized {
  opacity: 1;
}

.top-tmb {
  width: 100%;
  padding-top: 75%;
  background: no-repeat center / cover;
  border-radius: 4px;
}
.top-tmb__link {
  display: block;
  padding-right: 20px;
}

.sweets-sec {
  margin-bottom: 6rem;
}
.sweets-sec__wrap {
  position: relative;
  padding-top: 40px;
}
.sweets-sec__wrap .sweets-sec__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.sweets-sec__header {
  margin-bottom: 3rem;
  padding: 3% 0 7%;
  background: url("/res/img/campaign2021/header_ribon.png") no-repeat center/70%
    auto;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.sweets-sec__body {
  background-color: #fffceb;
  border-radius: 6px;
  padding: 50px 20px 20px;
}
.sweets-sec__body p {
  margin-bottom: 1em;
}
.sweets-sec__body p:last-of-type {
  margin-bottom: 0;
}
.sweets-sec__lead {
  margin-bottom: 3rem;
  text-align: center;
}

.iframe-wrapper iframe {
  width: 100%;
  height: 50vh;
}

.present {
  margin: 3rem 0;
  border: 2px solid #ac955a;
  padding: 3%;
}
.present__frame {
  position: relative;
  width: 100%;
  height: 100%;
}
.present__frame::before,
.present__frame::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
}
.present__frame--top::before {
  top: 0;
  left: 0;
  border-top: 2px solid #ac955a;
  border-left: 2px solid #ac955a;
}
.present__frame--top::after {
  top: 0;
  right: 0;
  border-top: 2px solid #ac955a;
  border-right: 2px solid #ac955a;
}
.present__frame--inner {
  position: absolute;
}
.present__frame--bottom::before {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #ac955a;
  border-left: 2px solid #ac955a;
}
.present__frame--bottom::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #ac955a;
  border-right: 2px solid #ac955a;
}
.present__img {
  width: 100%;
  height: auto;
  padding: 3%;
}

.sweets-shop__item {
  margin-bottom: 2rem;
  padding: 3%;
  border: 1px solid #707070;
  border-radius: 6px;
}
.sweets-shop__item:last-of-type {
  margin-bottom: 0;
}

.sweets-shop__link {
  display: block;
  text-decoration: none;
}

.sweets-shop__shop {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px dotted #e84091;
  font-size: 18px;
}

.sweets-shop__flex {
  display: flex;
  justify-content: space-between;
}

.sweets-shop__tmb {
  flex-shrink: 0;
  margin-right: 20px;
  width: 27%;
}

.sweets-shop__img {
  width: 100%;
  height: auto;
}

.sweets-shop__txtinfo {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.sweets-shop__txtinfo p:nth-last-of-type(2) {
  margin-bottom: 10px;
}

.sweets-shop__name {
  margin-bottom: 20px;
  font-weight: bold;
}

.sweets-shop__special {
  margin-top: auto;
  padding-left: 1.5em;
  text-align: right;
  color: #e84091;
}

.sweets-shop__special-inner {
  display: inline-block;
  position: relative;
  text-align: left;
}
.sweets-shop__special-inner::before {
  content: " ";
  position: absolute;
  left: -1.8em;
  top: -2px;
  width: 1.5em;
  height: 1.5em;
  background: url("/res/img/campaign2021/icon_sweets_present.png") no-repeat
    center/contain;
}

/* 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*/
  .header-bgimg__sweets-slick {
    height: 19vw;
  }
  .present__frame::before,
  .present__frame::after {
    width: 10vw;
    height: 10vw;
  }
}

@media (max-width: 30em) {
  /*480*/
  /* top */
  .campaign-part--line::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  /* part2 */
  .header-bgimg__dan {
    right: 2rem;
    width: 24%;
  }
  .header-bgimg__header {
    font-size: 32px;
  }
  .movie-sec__header {
    margin-bottom: 3rem;
  }
  .movie-sec__ttl {
    padding-bottom: 4rem;
    background-position: center bottom 24%;
    background-size: 20% auto;
    font-size: 26px;
  }
  .movie-sec__desc {
    margin-bottom: 10px;
  }
  .tmb-movie {
    width: 130px;
    height: 72px;
  }
  .tmb-movie--top {
    width: calc((100% - 40px) / 3);
  }
  .tmb-movie--cm {
    width: 50%;
    min-width: 200px;
    margin-bottom: 20px;
  }
  /* part3 */
  /* sweets */
  .sweets-sec__header {
    margin-bottom: 2rem;
  }
  .sweets-sec_body {
    padding-top: 40px;
  }
}

@media (max-width: 25em) {
  /*400*/
}

@media (max-width: 23.75em) {
  /*380*/
  /* top */
  .intro-menu__header {
    width: 70%;
  }
  .intro-menu__list {
    margin-bottom: 3rem;
  }
  .intro-menu__item {
    width: calc((100% - 40px) / 3);
  }
  /* part2 */
  .movie-item__desc {
    margin-bottom: 10px;
    padding: 10px;
  }
  /* part3 */
  /* sweets */
  .sweets_specials {
    margin-bottom: 4rem;
  }
  .sweets {
    margin-bottom: 4rem;
  }
  .sweets__header {
    margin-bottom: 2rem;
    padding: 10px;
  }
  .sweets__pic {
    margin-bottom: 2rem;
    padding: 6px;
  }
  .sweets__desc {
    margin-bottom: 2rem;
  }
  /* archive */
  .header-bgimg__sweets-slick {
    height: 29vw;
  }
  .sweets-sec__header {
    margin-bottom: 2rem;
    padding: 3% 0 7%;
    background-size: 80% auto;
    font-size: 16px;
  }
  .sweets-sec__wrap {
    padding-top: 30px;
  }
  .sweets-sec__lead {
    margin-bottom: 2rem;
  }
  .sweets-shop__name {
    margin-bottom: 10px;
  }
  .present {
    margin: 2rem 0;
  }
}

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

@media (max-width: 21.25em) {
  /*340*/
  /* top */
  .header-bgimg {
    margin-bottom: 3rem;
  }
  .intro {
    margin-bottom: 4rem;
  }
  .campaign-part {
    margin-bottom: 4rem;
  }
  .campaign-part__header {
    margin-bottom: 2rem;
    font-size: 18px;
  }
  .campaign-part__dan {
    padding-bottom: 1rem;
    background-position: center bottom 6px;
  }
  .campaign-part__bgimg {
    margin-bottom: 2rem;
  }
  .line-btn {
    width: 280px;
  }
  /* part2 */
  .header-bgimg__dan {
    right: 1.5rem;
  }
  .header-bgimg__header {
    font-size: 28px;
  }
  .movie-sec:first-of-type {
    padding-top: 4rem;
  }
  .movie-sec:last-of-type {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .tmb-movie {
    width: 120px;
    height: 67px;
  }
  .tmb-movie--top {
    width: calc((100% - 20px) / 3);
  }
  .tmb-movie--cm {
    width: 50%;
  }
  .movie-sec__info {
    font-size: 12px;
  }
  .cm-item {
    margin-bottom: 6rem;
  }
  /* part3 */
  /* sweets */
  .sweets-sec {
    margin-bottom: 4rem;
  }
  .sweets-sec__wrap {
    padding-top: 20px;
  }
  .sweets-sec__header {
    margin-bottom: 1rem;
  }
  .sweets-sec__wrap {
    padding-top: 30px;
  }
  .sweets-sec__lead {
    margin-bottom: 1rem;
  }
  .sweets-sec__body {
    padding: 40px 10px 20px;
  }
}

@media (max-width: 20.625em) {
  /*330*/
}
