@charset "UTF-8";
/*--------------------------------------------------
 Font
-------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
/*文字シャギーを解消*/
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ol,
dl,
label,
select,
span,
table,
.no-shaggy {
  transform: rotate(0.03deg);
}

/*回転戻す*/
.no-transform {
  transform: rotate(0deg) !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.bg-yellow {
  background-color: #ffdd00;
}

#spthanks {
  color: #333333;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  width: 100%;
}

/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
.content-1400 {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content-1400 {
    padding: 0;
  }
}

.content-1116 {
  max-width: 1116px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content-1116 {
    padding: 0;
  }
}

.content-round--20 {
  border-radius: 20px;
}
@media all and (max-width: 767px) {
  .content-round--20 {
    border-radius: 10px;
  }
}

.content-round--10 {
  border-radius: 10px;
}
@media all and (max-width: 767px) {
  .content-round--10 {
    border-radius: 5px;
  }
}

.content-shadow {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}

.contents-box {
  position: relative;
  padding: 20px 30px;
}
@media all and (max-width: 1300px) {
  .contents-box {
    padding: 2%;
  }
}

/*--------------------------------------------------
 ファーストビュー
-------------------------------------------------*/
#mainvisual {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media all and (max-width: 767px) {
  #mainvisual {
    padding-bottom: 1%;
  }
}

.fv-logo {
  margin: -10px 0 0 0;
}
@media all and (max-width: 1400px) {
  .fv-logo {
    width: 68%;
    margin: -1% auto 0;
  }
  .fv-logo img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .fv-logo {
    width: 98%;
  }
}

.fv-day {
  position: absolute;
  top: 10px;
  right: 100px;
  z-index: 3;
}
@media all and (max-width: 1400px) {
  .fv-day {
    width: 12%;
  }
  .fv-day img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .fv-day {
    width: 18%;
    top: 2%;
    right: 1%;
  }
}

.fv-garland {
  width: 100%;
}
.fv-garland img {
  text-align: center;
  margin: 0 auto;
}
@media all and (max-width: 1400px) {
  .fv-garland {
    width: 67%;
    margin: auto;
  }
  .fv-garland img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .fv-garland {
    width: 100%;
    top: 0;
    right: 0;
  }
}

.fv-present-area {
  margin: 0 -80px 0 0;
}
@media all and (max-width: 1400px) {
  .fv-present-area {
    margin: 1% -7% 0 0;
  }
}
@media all and (max-width: 767px) {
  .fv-present-area {
    background-color: pink;
  }
}

.fv-present01 {
  margin-top: -43px;
}
@media all and (max-width: 1400px) {
  .fv-present01 {
    width: 41%;
    margin-top: -4%;
  }
  .fv-present01 img {
    width: 100%;
    height: auto;
  }
}

.fv-present02 {
  margin-top: -164px;
}
@media all and (max-width: 1400px) {
  .fv-present02 {
    width: 56%;
    margin-top: -11.8%;
  }
  .fv-present02 img {
    width: 100%;
    height: auto;
  }
}

.fv-present--sp01area {
  position: absolute;
  left: 0;
  width: 43%;
  height: 100%;
  z-index: 4;
}
.fv-present--sp01area a {
  display: block;
  width: 100%;
  height: 100%;
}

.fv-present--sp02area {
  position: absolute;
  right: 0;
  width: 57%;
  height: 100%;
  z-index: 4;
}
.fv-present--sp02area a {
  display: block;
  width: 100%;
  height: 100%;
}

.fv-bg {
  position: absolute;
  top: 40px;
  left: 48%;
  transform: translateX(-48%);
  -webkit-transform: translateX(-48%);
  -ms-transform: translateX(-48%);
  z-index: 1;
}
@media all and (max-width: 1400px) {
  .fv-bg {
    width: 137%;
    top: 1.5%;
  }
  .fv-bg img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .fv-bg {
    width: 100%;
    top: 0;
  }
}

.fv-line {
  position: relative;
  border-top: 24px solid #6ec8e2;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .fv-line {
    border-width: 10px;
  }
}

/*---------------------------------------
     プレゼント
 --------------------------------------*/
#present {
  overflow: hidden;
}

.present-title-area {
  margin-left: 195px;
}
@media all and (max-width: 1300px) {
  .present-title-area {
    margin-left: 23%;
  }
}
@media all and (max-width: 991px) {
  .present-title-area {
    margin-left: 25%;
  }
}
@media all and (max-width: 767px) {
  .present-title-area {
    margin-left: 0;
    margin-top: 3px;
  }
}

.present-h1 {
  font-weight: 700;
  font-size: clamp(1rem, 0.741rem + 1.429vi, 1.813rem);
  text-align: center;
}
.present-h1 b {
  font-weight: 900;
  font-size: clamp(1.2rem, 0.804rem + 1.429vi, 1.875rem);
  text-align: center;
  color: #ff0062;
}

.present-h2 {
  font-weight: 700;
  font-size: clamp(1.25rem, 0.58rem + 2.143vi, 2.188rem);
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
}
.present-h2 strong {
  font-weight: 800;
  font-size: clamp(1.625rem, 1.227rem + 1.697vi, 2.5rem);
}
.present-h2 .present-h2--blue {
  font-weight: 800;
  font-size: 30px;
  text-align: center;
  color: #fff;
  background-color: #28a2d1;
  padding: 7px 10px 3px;
  border-radius: 10px;
}
.present-h2 .present-h2--blue small {
  font-weight: 800;
}
@media all and (max-width: 1300px) {
  .present-h2 .present-h2--pink {
    padding: 13px 10px 7px 10px;
    border-radius: 5px;
  }
}
@media all and (max-width: 767px) {
  .present-h2 {
    text-align: center;
    margin: 0 auto;
  }
  .present-h2 .present-h2--blue {
    margin-top: 5px;
    padding: 0 10px 3px 10px;
    border-radius: 5px;
    font-size: clamp(1.188rem, 0.054rem + 4.835vi, 2.375rem);
  }
  .present-h2 .present-h2--blue strong {
    font-size: clamp(1.625rem, 0.611rem + 4.326vi, 2.688rem);
  }
}

.present-h3 {
  font-weight: 800;
  font-size: 46px;
  line-height: 1;
  color: #ff4277 !important;
  font-feature-settings: "palt" 1;
}
.present-h3 small {
  font-weight: 700;
  font-size: 69%;
  font-feature-settings: "palt" 1;
}
@media all and (max-width: 767px) {
  .present-h3 {
    margin-top: 5px;
    font-size: clamp(1.563rem, 0.639rem + 4.62vi, 3.5rem) !important;
  }
}

.present-h4 {
  position: absolute;
  top: -10px;
  font-weight: 800;
  font-size: 20px !important;
  line-height: 1;
  background-color: #fff;
  font-feature-settings: "palt" 1;
}
.present-h4 small {
  font-weight: 700;
  font-size: 69%;
  font-feature-settings: "palt" 1;
}

.present-area {
  position: relative;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.5);
}

.marker {
  background: linear-gradient(transparent 60%, yellow 30%);
  display: inline-block;
}

@media all and (max-width: 1300px) {
  .present-border {
    margin-top: 10px;
  }
}

.present-text {
  font-size: clamp(1.063rem, 0.864rem + 0.848vi, 1.5rem);
  font-weight: 500;
}
.present-text small {
  font-weight: 500;
}

.present-title {
  width: 74%;
  margin: 2% auto 0;
}
.present-title img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1300px) {
  .present-title {
    width: 65%;
  }
}
@media all and (max-width: 767px) {
  .present-title {
    width: 100%;
  }
}

.present-bg {
  background-image: url("images/bg-obj.png");
  background-repeat: no-repeat;
  background-position: -5% 0px;
  background-size: 100% auto;
  background-attachment: fixed, scroll;
}
@media all and (max-width: 767px) {
  .present-bg {
    background-size: 111% auto;
    background-position: top 80% center;
  }
}

.present-img {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .present-img {
    width: 104%;
    left: -2%;
  }
}

.present-catch {
  position: absolute;
  top: -25px;
  left: -4%;
  z-index: 3;
}
.present-catch img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1300px) {
  .present-catch {
    left: -3%;
    width: 27%;
    top: -3%;
  }
}
@media all and (max-width: 767px) {
  .present-catch {
    background-color: #ff4277;
    width: 104.3%;
    position: relative;
    margin: -2.3% 0 0 -2.2%;
    left: 0;
    top: 0;
  }
}

.present-category, .present-category-sweets, .present-category-coffee {
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
}
@media all and (max-width: 991px) {
  .present-category, .present-category-sweets, .present-category-coffee {
    margin-top: 15px;
  }
}

.present-category-coffee {
  background-color: #603813;
}

.present-category-sweets {
  background-color: #ff4277;
}

.preesnt-list {
  font-size: clamp(0.875rem, 0.786rem + 0.286vi, 1rem);
  font-weight: 500;
}

.present-btn button {
  font-size: clamp(0.875rem, 0.786rem + 0.286vi, 1rem);
  border: 2px solid #dee2e6 !important;
}
@media all and (max-width: 767px) {
  .present-btn button {
    padding: 5px;
  }
}

/*---------------------------------------
     概要
 --------------------------------------*/
.attention-area {
  line-height: 1.4;
  padding: 4% 5% 3% 5%;
  color: #4d4d4d;
}
.attention-area h1 {
  font-size: 26px;
  font-weight: 800;
}
.attention-area h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
}
.attention-area h3 {
  font-size: 18px;
}
.attention-area ul {
  padding-left: 3.5%;
  font-size: 16px;
}
.attention-area p {
  font-size: 16px;
}
@media all and (max-width: 767px) {
  .attention-area {
    padding: 10px;
  }
  .attention-area ul {
    padding-left: 5%;
    font-size: 14px;
  }
  .attention-area h1 {
    font-size: 22px;
  }
  .attention-area h2 {
    font-size: 17px;
  }
  .attention-area h3 {
    font-size: 17px;
  }
  .attention-area p {
    font-size: 14px;
  }
}

/* --------------------------------------------------
pagetop
-------------------------------------------------*/
.pagetop {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.5);
  color: #fff;
  transition: 0.3s;
  opacity: 0;
  z-index: 20;
}

#present01,
#present02 {
  content: "";
  margin-top: -1px;
  padding-top: 1px;
}