@charset "utf-8";@charset "UTF-8";

/* ==========================================================
   全体・ベース設定（PC・スマホ共通）
========================================================== */
.row-fluid li {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}

/* ページ全体の最大幅を「1000px」に制限し、左右中央に寄せる設定 */
#Area {
  max-width: 1000px;
  margin: 0 auto 100px;
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
  padding: 0 20px;
  box-sizing: border-box;
}

#Area img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

#Area img.bnr {
  margin: 0 auto;
  display: block;
  padding-top: 0%;
}

#Area .imageArea {
  width: 100%;
  margin: 0 auto 0;
}

#Area .imageArea ul.row-fluid {
  width: 100%;
  text-align: left;
  margin: 5% auto 0;
}

#Area .imageArea ul.last {
  margin: 0 auto;
}

#Area .imageArea ul.row-fluid li {
  width: 46%;
}

/* ==========================================================
   見出し・テキストまわりのデザイン設定
========================================================== */
/* メインタイトル */
.font01 {
  font-size: 2.0em;
  margin: 40px auto 20px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

.hr {
  border-bottom: 2px solid #000;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

/* 上部紹介文のエリア */
.spece2 {
  padding: 30px 10px;
  text-align: center;
  margin: 0 auto;
}

.text01 {
  font-size: 1.05em;
  line-height: 1.8;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

/* 下部 注意事項エリアの見出し */
.font01a {
  font-size: 1.4em;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 60px;
  padding-bottom: 20px;
  font-weight: bold;
}

/* 各種余白調整クラス */
.spece {
  padding-top: 4%;
  text-align: center;
  clear: both;
}

/* ==========================================================
   PC環境：M・Lサイズ ラッピング紹介エリア（Flexboxで綺麗に中央寄せ）
========================================================== */
.container417 {  
  display: flex !important;
  flex-direction: row;        
  flex-wrap: wrap;            
  justify-content: center;    
  align-items: flex-start;
  gap: 40px 60px;            
  width: 100%;
  margin: 40px auto;
  box-sizing: border-box;
}

/* 各セット（画像＋説明テキスト） */
.gift-set {
  width: 280px;               
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 15px;                  
}

/* 画像部分 */
.gift-photo {
  width: 100%;
  height: 280px;              
}

.gift-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;        
}

/* ★テキスト部分：ブロックは中央のまま、行指定を「左合わせ」に修正 */
.gift-mozi {
  width: 100%;
  text-align: left !important;  /* テキストを左合わせにします */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.95em;
  line-height: 1.8;
  padding-left: 5px;            /* ほんの少し左に余白を作って見栄えを整えます */
  box-sizing: border-box;
}

.gift-mozi b {
  font-size: 1.15em;
  display: block;
  text-align: center;          /* 「Mサイズ」などのタイトルだけは中央寄せで目立たせます */
  margin-bottom: 10px;
}

/* ==========================================================
   PC環境：注意事項テキストボックス
========================================================== */
.container0319 { 
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.textbox { 
  font-size: 0.95em;
  line-height: 1.8;
  width: 100%;
  max-width: 700px; 
  margin: 0 auto;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  padding: 30px;
  border: 1px solid black;
  box-sizing: border-box;
}

/* ==========================================================
   ボタンまわりのデザイン設定
========================================================== */
#Area .btn-area1 {
  width: 100%;
  display: block;
  margin: 100px auto 50px;
}

#Area .btn-area1 ul li.span10 {
  width: 60%;
  margin-left: 20%;
}

#Area .btn-area1 ul li a {
  display: block;
  font-size: 18px;
  line-height: 350%;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  background-color: #000;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
}

section {
  max-width: 300px;
  margin: 0 auto;
  padding-top: 3%;
  font-family: "Noto Sans JP", sans-serif;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

.border {
  border: solid 0.5px #000;
  background-color: #000;
  margin: 2%;
  padding: 0% 1% 0% 1%;
  font-size: 0.8em;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
}

.sma {
  display: block;
}

/* ==========================================================
   タブレット環境（画面幅 768px 〜 960px）
========================================================== */
@media (max-width:960px) and (min-width:768px) {
  #Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
  }
  #Area .btn-area1 {
    width: 80%;
    margin: 0 auto 80px;
  }
  #Area .btn-area1 ul li.span10 {
    width: 100%;
    margin-left: 4%;
    padding-top: 2%;
  }
  #Area .btn-area1 ul li.span10:first-child {
    margin-left: 0;
  }
}

/* ==========================================================
   スマートフォン環境（画面幅 767px 以下）
========================================================== */
@media (max-width: 767px) {
  .sma {
    display: none; 
  }

  .container417 {
    display: block !important;
    height: auto !important;
    margin: 20px auto;
  }

  .gift-set {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 40px; 
  }

  .gift-photo {
    width: 240px;        
    height: 240px;
    margin: 0 auto;      
  }

  /* ★スマホ時もテキストを左合わせに維持し、綺麗に中央に見える幅に調整 */
  .gift-mozi {
    width: 260px !important;     /* スマホでの文字幅を制限して左揃えが見やすくなるようにします */
    margin: 0 auto !important;
    text-align: left !important;
    padding-left: 10px !important;
  }

  .text01,
  .textbox {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .textbox {
    padding: 20px;
  }
}