/* 共通項目 */
html {
  scroll-behavior: smooth;
}

html[lang="ja"] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body {
  text-align: center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 160%;
  -webkit-text-size-adjust: 100%;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 160%;
}

h2 {
  font-size: 2rem;
  line-height: 160%;
}

h3 {
  font-size: 1.2rem;
  line-height: 160%;
}

span,
p {
  font-size: 1rem;
  color: #333333;
  line-height: 160%;
}

strong {
  font-weight: bold;
  text-align: left;
  color: #333333;
  line-height: 160%;
}

td {
  text-align: left;
  color: #333333;
  line-height: 160%;
}

li {
  list-style: none
}

a {
  text-decoration: none
}

.hpc_content {
  margin: 0 auto;
  width: 100%;
}

.width800 {
  max-width: 800px;
  margin: 0 auto;
}

#content div.sub p {
  color: #fff !important;
  background: #0082c9;
  padding: 1rem 0;
  font-size: 0.9rem;
}

.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.title {
  position: relative;
}

@media screen and (max-width: 768px) {
  .snap-drawer-left {
    left: 0;
    z-index: 1;
  }
}

/* TOP画像 */
@media screen and (min-width:821px) {
  .title img.title-pc {
    display: block;
    width: 100%;
  }

  .title img.title-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .title img.title-pc {
    display: none;
  }

  .title img.title-sp {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .title img.title-pc {
    display: block;
    width: 100%;
  }

  .title img.title-sp {
    display: none;
  }
}

/* ダウンロードボタン */
button,
::file-selector-button,
input:is([type="color"], [type="reset"], [type="button"], [type="submit"]) {
  border: none;
}

button.chirashi {
  position: absolute;
  bottom: -1%;
  right: 20%;
  background: none;
  border: none;
  /* max-width: 200px; */
  z-index: 100;
  transition: .5s;
}

button.chirashi:hover {
  scale: 1.2;
  transition: .5s;
}

button.chirashi img {
  width: 100%;
  max-width: 300px;
  margin: 0;
}

/* 対象エリア */
.hpc_content .area {
  position: relative;
  background: #ffdb23;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 5rem;
}

.hpc_content .area .title {
  width: 100%;
  max-width: 400px;
  margin: 2rem auto;
}

.area .map {
  width: 100%;
  max-width: 800px;
}

/* 豪華賞品 */
.hpc_content .prize {
  background: #ffdb23;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 5rem;
}

.hpc_content .prize {
  padding-bottom: 5rem;
}

.hpc_content .prize-flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.hpc_content .prize-flex>div:nth-child(1) {
  order: 2;
  flex-basis: 45%;
}

.hpc_content .prize-flex>div:nth-child(2) {
  order: 1;
  flex-basis: 50%;
}

.hpc_content .prize-flex>div:nth-child(3) {
  order: 3;
  flex-basis: 50%;

}

.hpc_content .prize-flex>div:nth-child(4) {
  order: 4;
  flex-basis: 45%;
}

.hpc_content .prize-flex>div:nth-child(5) {
  order: 5;
  flex-basis: 45%;
}

.hpc_content .prize-flex img,
.hpc_content .prize-flex02 img {
  width: 100%;
}

.hpc_content p.txt {
  font-size: 26px;
  font-weight: bold;
  color: #000000 !important;
}

.hpc_content .prize-flex02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.hpc_content .prize-flex02>div:first-child {
  flex-basis: 30%;
}

.hpc_content .prize-flex02>div:nth-child(2) {
  flex-basis: 70%;
}

.hpc_content .prize-flex02 .mango01 {
  width: 100%;
  height: auto;
}

.hpc_content .prize-flex02 .calendar-notice {
  flex-basis: 60%;
  position: relative;
}

.hpc_content .calendar-notice-bg {
  display: block;
  width: 100%;
  height: auto;
}

.hpc_content .calendar-notice p {
  position: absolute;
  top: 55%;
  left: 19%;
  transform: translateY(-50%);
  text-align: left;
  margin: 0;
  color: #fff !important;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.7;
}

.hpc_content .instagram-banner {
  position: relative;
  display: block;
  width: 35%;
  max-width: 850px;
  margin: 0 auto;
}

.hpc_content .instagram-banner-bg {
  display: block;
  width: 100%;
  height: auto;
}

.hpc_content .instagram-banner-text {
  position: absolute;
  top: 70%;
  left: 25%;
  transform: translateY(-50%);
  transition: .5s;
}

.hpc_content .instagram-banner-text p {
  margin: 0;
  color: #009fe3 !important;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}

.hpc_content .instagram-banner:hover {
  transition: .5s;
  opacity: 0.8;
}

.hpc_content .instagram-banner:hover .instagram-banner-text p {
  transition: .5s;
  color: #e95954 !important;
}

.hpc_content .instagram-banner-icon {
  position: absolute;
  top: 70%;
  right: 5%;
  width: 17%;
  height: auto;
  transform: translateY(-50%);
}

/* ========================================
   応募要項
======================================== */

.guidelines {
  width: 100%;
}

.guidelines .hpc_content {
  background-image: linear-gradient(#ee762a 0%, #eba700);
  padding-bottom: 2rem;
  position: relative;
}


/* ========================================
   タイトルエリア
======================================== */

.guidelines .photo-contest-header {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 40px 45px;
  box-sizing: border-box;
}


/* キャラクター */

.guidelines .photo-contest-character {
  position: absolute;
  left: 30px;
  top: 10px;
  width: 20%;
  height: auto;
}

/* ロゴ */

.guidelines .photo-contest-logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  height: auto;
}


/* タイトル */

.guidelines .photo-contest-title {
  margin: 0 auto 30px;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
  color: #003f63 !important;
}

.guidelines .photo-contest-title span {
  color: #0e4169 !important;
  font-size: 40px;
}

.guidelines .photo-contest-title em {
  color: #ffd326 !important;
  font-style: normal;
  margin-left: 10px;
}


/* ========================================
   応募期間
======================================== */

.guidelines .photo-contest-period {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  max-width: 770px;
  margin: 0 auto 28px;
  padding: 12px 30px;
  background: #ffdb27;
  border-radius: 12px;
  color: #0e4169 !important;
  font-size: 24px;
  font-weight: bold;
  box-sizing: border-box;
}

.guidelines .photo-contest-period strong {
  white-space: nowrap;
  color: #0e4169;
}

.guidelines .photo-contest-period span {
  white-space: nowrap;
  color: #0e4169;
  font-size: 26px;
}


/* ========================================
   説明文
======================================== */

.guidelines .photo-contest-intro {
  color: #fff !important;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.guidelines .photo-contest-intro p {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  color: #fff !important;
}

/* ========================================
   白い応募要項ボックス
======================================== */

.guidelines .application-box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 55px;
  background: #fff;
  border-radius: 25px;
  box-sizing: border-box;
  margin-bottom: 2rem;
}


/* ========================================
   各項目
======================================== */

.guidelines .application-section {
  display: flex;
  align-items: flex-start;
  gap: 35px;
  margin-bottom: 45px;
}


/* 最後の項目だけ余白を減らす */

.guidelines .application-section:last-child {
  margin-bottom: 0;
}


/* 左側の見出し */

.guidelines .application-section h3 {
  flex: 0 0 150px;

  margin: 0;
  padding: 15px 10px;

  background: #10aeb8;
  color: #fff;

  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;

  box-sizing: border-box;
}

/* 右側 */
.guidelines .application-content {
  flex: 1;
  min-width: 0;
}

/* ========================================
   リスト
======================================== */
.guidelines .application-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.guidelines .application-content li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 25px;
  padding-top: 5px;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

/* 水色の● */

.guidelines .application-content li::before {
  content: "";

  position: absolute;
  left: 0;
  top: 0.65em;

  width: 14px;
  height: 14px;

  background: #10aeb8;
  border-radius: 50%;
}

/* 強調 */
.guidelines .application-content strong {
  font-weight: bold;
}

/* ========================================
   注意書き
======================================== */

.guidelines .notice {
  text-align: justify;
  margin: 10px 0 25px 25px;
  color: #f25b91 !important;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
}

/* 備考・補足 */

.guidelines .supplement,
.guidelines .sub-note {
  margin: 10px 0 20px 25px;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  color: #000 !important;
}

.guidelines .sub-note span {
  color: #000 !important;
  border-bottom: 1px solid #000;
}

/* 問い合わせ先 */
.guidelines p.contact {
  padding-top: 3rem;
  color: #0e4169 !important;
  font-weight: bold;
  font-size: 18px;
}

/* ========================================
   フッター
======================================== */
img.back {
  width: 100%;
}

.photo-contest-footer {
  position: relative;
  background: #009fe8;
  padding: 50px 0;
  margin-top: -1rem;
  color: #fff;
}

.photo-contest-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}

.photo-contest-footer-info {
  min-width: 0;
  flex-basis: 60%;
}

.photo-contest-footer-info h2 {
  margin: 0;
  color: #fff362;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  text-align: justify;
}

/* 黄色の線 */

.photo-contest-footer-info .footer-line {
  height: 2px;
  margin: 12px 0 35px;
  background: #ffe328;
}

.photo-contest-footer-button {
  flex-basis: 35%;
}

.photo-contest-footer-button .instagram-banner {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}

.photo-contest-footer-button .instagram-banner-text {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transition: .5s;
}

.photo-contest-footer-button .instagram-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 100px;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
}

.photo-contest-footer-button .instagram-banner-text {
  color: #009fe8;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.35;
}

.photo-contest-footer-button .instagram-banner-text p {
  margin: 0;
}

.photo-contest-footer-button .instagram-banner-icon {
  display: block;
  width: 20%;
  height: auto;
  top: 50%;
  right: 5%;
  flex-shrink: 0;
}

/* ========================================
   主催・問い合わせ
======================================== */
.photo-contest-footer-info dl {
  margin: 0;
}

.photo-contest-footer-info dl>div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.photo-contest-footer-info dt {
  flex: 0 0 auto;
  margin-right: 25px;
}

.photo-contest-footer-info dd {
  margin: 0;
}

/* メール */
.photo-contest-footer-info a {
  color: #fff !important;
  text-decoration: none;
}

/*改行*/
br.pc {
  display: block;
}

br.sp {
  display: none;
}

/****************************************/
/*************スマホ版 タブレット css****************/
@media screen and (min-width: 768px) and (max-width: 820px) {
  .title img.title-pc {
    display: block;
    width: 100%;
  }

  .title img.title-sp {
    display: none;
  }

  button.chirashi {
    position: absolute;
    bottom: -8%;
    right: 20%;
  }

  .hpc_content .area .title {
    width: 100%;
    max-width: 300px;
    margin: 2rem auto;
  }

  .area .map,
  .hpc_content .prize-flex,
  .hpc_content .prize-flex02 {
    width: 100%;
    max-width: 700px;
  }

  .hpc_content .instagram-banner {
    width: 60%;
  }

  .hpc_content .calendar-notice p {
    font-size: 18px;
  }

  .guidelines .photo-contest-title {
    font-size: 32px;
  }

  .guidelines .photo-contest-title span {
    font-size: 26px;
  }

  .photo-contest-footer-inner {
    display: block;
    max-width: 700px;
    margin: 0 auto;
  }

  .photo-contest-footer-button .instagram-banner {
    width: 50%;
    margin: 2rem auto;
  }

  img.title-pc {
    display: block;
    width: 100%;
  }

  img.title-sp {
    display: none;
  }
}

@media screen and (max-width:440px) {
  #content p {
    text-align: justify;
  }

  br.sp {
    display: block;
  }

  br.pc {
    display: none;
  }

  img.title-sp {
    display: block;
    text-align: center;
    width: 100%
  }

  button.chirashi {
    position: absolute;
    bottom: -12%;
    right: 20%;
  }

  .hpc_content .area .title {
    max-width: 300px;
  }

  .hpc_content .area {
    padding-top: 8rem;
  }

  .area .map {
    width: 100%;
    max-width: 320px;
  }

  .hpc_content .prize {
    padding-bottom: 3rem;
  }

  .hpc_content .prize-flex {
    display: block;
    padding: 0 1rem;
  }

  .hpc_content .prize-flex img {
    max-width: 320px;
  }

  .hpc_content p.txt {
    padding: 0 1rem;
  }

  .hpc_content .prize-flex02 .mango01 {
    padding: 0 1rem;
    max-width: 320px;
  }

  .hpc_content .prize-flex02 {
    display: block;
    width: 100%;
  }

  .hpc_content p.txt {
    padding-left: 1em;
    text-indent: -1em;
    margin: 1rem;
    font-size: 16px;
  }

  .hpc_content .calendar-notice p {
    position: absolute;
    top: 60%;
    left: 10%;
    font-size: 22px;
  }

  .hpc_content .instagram-banner {
    width: 100%;
    max-width: 340px;
    margin: 2rem auto;
  }

  .hpc_content .instagram-banner-text p {

    font-size: 17px;
  }

  .guidelines .photo-contest-title span {
    color: #0e4169 !important;
    font-size: 26px;
  }

  .guidelines .photo-contest-title em {
    margin-left: 0;
  }

  .guidelines .photo-contest-period {
    display: block;
  }

  .guidelines .photo-contest-header {
    padding: 120px 40px 45px;
  }

  .guidelines .photo-contest-period span {
    font-size: 22px;
  }

  .guidelines .photo-contest-period strong {
    font-size: 20px;
  }

  .guidelines .photo-contest-character {
    position: absolute;
    left: -22px;
    top: 4%;
    width: 40%;
  }

  .guidelines .application-section {
    display: block;
  }

  .guidelines .application-box {
    padding: 2rem;
  }

  .guidelines .application-section h3 {
    width: 80%;
    margin: 1rem auto;
  }

  .guidelines p.contact {
    padding-top: 0;
    text-align: center !important;
  }

  .back {
    overflow: hidden;
  }

  .back img.back {
    width: 200%;
  }

  .photo-contest-footer-inner {
    display: block;
    max-width: 340px;
  }

  .photo-contest-footer-info dl>div {
    display: block;
  }

  .photo-contest-footer-info dl>div {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
  }

  .photo-contest-footer-button .instagram-banner-text p {
    font-size: 20px;
  }

  .photo-contest-footer {
    padding: 30px 0;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  ::i-block-chrome,
  section.button-01 {
    display: block;
  }
}