@charset "utf-8";
/*
レスポンシブ設定
PC 768px〜
*/

@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&display=swap');
/* ==============================
         全体
============================== */

html {
  font-size: calc(100vw * 28 / 750);
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  font-size: 1.0em;
  color: #333;
  min-height: 100vh;
  background: #efefef;
  margin: 0;
}

strong {
  font-weight: bold;
}

#wrapper {
  position: relative;
  min-height: 100vh;
  max-width: 950px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

@media (min-width: 750px) {
  html {
    font-size: 28px;
  }
}

@media (min-width: 751px) {
  .sp {
    display: none;
  }
}

@media (max-width: 750px) {
  .pc {
    display: none;
  }
}

/*===== 文字サイズ =====*/

.fs_0-8em {
  font-size: 0.8em;
}

.fs_0-6em {
  font-size: 0.6em;
}

/* ボタン タイプ1 */

.btn_type01 {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 1.25em;
  text-align: center;
  line-height: 3.25;
  color: #fff;
  width: 10.0em;
  margin: 0 auto 32px;
  background: #ed6c00;
  border: solid rgba(0, 0, 0, 0.20);
  border-width: 0 3px 3px 0;
  border-radius: 8px;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.btn_type01:hover {
  border-width: 3px 0 0 3px;
}

.btn_type01:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.btn_type01 i {
  position: absolute;
  right: 20px;
  top: 50%;
  opacity: 0.5;
  transform: translateY(-50%);
}

/* ボタン タイプ2 */

.btn_type02 {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 1.00rem;
  text-align: center;
  line-height: 2.5;
  color: #fff;
  width: 70%;
  margin: 0 auto 32px;
  background: rgba(150, 130, 90, 1);
  border: solid rgba(0, 0, 0, 0.25);
  border-width: 0 3px 3px 0;
  border-radius: 8px;
}

.btn_type02:hover {
  background: rgba(150, 130, 90, 1);
  border-width: 3px 0 0 3px;
}

.btn_type02 i {
  position: absolute;
  right: 20px;
  top: 50%;
  opacity: 0.5;
  transform: translateY(-50%);
}

.list_dot li {
  line-height: 1.4;
  margin-left: 1.0em;
  margin-bottom: 0.75em;
}

.list_dot li:before {
  content: "・";
  margin-left: -1.0em;
}

p.comment {
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: red;
  margin: 0 12px 0 24px;
}

p.comment:before {
  content: "※";
  margin-left: -12px;
}

p.annotation {
  font-size: 12px !important;
  line-height: 1.5 !important;
  color: red;
  margin: 0 0 1.0em 12px;
}

p.annotation:before {
  content: "※";
  margin-left: -12px;
}

/* ==============================
    フッター
============================== */

footer {
  position: absolute;
  bottom: 0;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 1.0rem 12px;
  margin-top: 75px;
  background: #6d5c3d;
}

/* ==============================
    TOPページ > メインビジュアル
============================== */

.mVisual {
  position: relative;
  overflow: hidden;
  font-size: calc(1.0rem * 18 / 14);
  margin-bottom: 1.0em;
  background-size: 100% auto;
  background-position: bottom 3.0em left;
}

.mVisual figure {
  width: 100.0%;
  margin: 0 auto;
}

/* ==============================
    TOPページ > コンテンツ
============================== */

#contents {
  position: relative;
  font-size: 1.0rem;
}

body.page_top #contents {}

#contents section {
  margin-bottom: 2.0em;
}

@media (min-width: 750px) {
  #contents {
    font-size: 16px;
  }
}

/*===== リード =====*/

.sec_read h2 {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.5;
  color: #fff;
  margin: 0 auto 0.2em;
  padding: 1.75rem;
  text-align: center;
}

.sec_read .sec_read__images {
  display: flex;
  flex-wrap: wrap;
}

.sec_read .sec_read__images li {
  min-width: 50%;
  max-width: 50%;
}

.sec_read .sec_read__images li:first-child {
  min-width: 100%;
}

/*===== 概要 =====*/

.sec_gaiyou {
  padding: 0 8%;
}

.sec_gaiyou main h2 {
  font-size: 1.54em;
  line-height: 1;
  color: #231815;
  margin-bottom: 1.0em;
  padding: 0.4em 0 0.5em 0.4em;
  border-style: solid;
  border-width: 0 0 0.03em 0.4em;
}

.sec_gaiyou main h2 {
  margin-top: 2.0em;
}

.sec_gaiyou p {
  font-size: 1.0em;
  line-height: 1.75;
}

/* キャンペーン期間 */

.sec_gaiyou .cp_date {
  font-size: 1.15em;
  line-height: 1.6;
  text-align: center;
}

.sec_gaiyou .cp_date h2 {
  margin-bottom: 0.15em;
  padding-bottom: 0.25em;
  border-style: solid;
  border-bottom-width: 2px;
}

.sec_gaiyou .cp_date p {
  font-size: 1.3em;
}

.sec_gaiyou .cp_date .fs_0-6em {
  vertical-align: 0.15em;
}

/* 賞品 */

.sec_gaiyou .prize_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5em;
}

.sec_gaiyou .prize_list li.prize_image {
  width: 46%;
  min-width: 46%;
  max-width: 46%;
}

.sec_gaiyou .prize_list dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.0em;
}

.sec_gaiyou .prize_list dt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25em;
  white-space: nowrap;
  min-width: 2.5em;
  height: 2.5em;
  margin-right: 0.5em;
  border-radius: 50%;
}

.sec_gaiyou .prize_list dd {
  line-height: 1.5;
}

.toppage header {
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  padding: 2.5rem 1.5rem 2.75rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.toppage header * {
  color: #006953;
}

.toppage header h1 {
  font-size: 2.75rem;
  border-bottom: solid 2px;
  padding-bottom: 0.2em;
  margin-bottom: 0.3em;
}

a.Go_Form_btn {
  margin: 48px auto 52px;
}

.CP_copy {
  margin-bottom: 24px;
}

.CP_copy dt {
  font-weight: bold;
  font-size: 1.0rem;
  line-height: 1.4;
  padding: 1.0rem 12px;
  color: #fff;
  background: rgba(150, 130, 90, 1);
}

.CP_copy dd img {
  width: 100%;
}

/*----- CP開始前の状態 -----*/

.CPdate-before_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.0rem;
  line-height: 1.8;
  text-align: center;
  color: #666;
  width: 100%;
  padding-top: 28vh;
}

.CPdate-before_wrapper figure {
  opacity: 0.3;
  width: 40%;
  margin: 0 auto 1.25em;
}

p.CP-before__head {
  font-weight: bold;
  font-size: 1.4em;
}


/*----- 7/7追加 -----*/

.read h2 {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.5;
  margin: 0 auto 0.2em;
  text-align: center;
}

.oubomae {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 1.25em;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  width: 80%;
  margin: 10% auto 32px;
  padding: 2%;
  background: #ed6c00;
  border-radius: 8px;
}

.company {
  text-align: center;
  font-size: 0.6em;
  line-height: 1.4;
  margin-top: 10%;
}

main .txt_link {
  color: #0051F4 !important;
  text-decoration: underline !important;
}