@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url("style-base.css");
@import url("style-skin.css");

:root {

	/* 全般設定｜お好みで調整してください
	-------------------------------------------- */
	--main-font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Segoe UI", "Meiryo", sans-serif;
	--width-moderate: 900px; /* 「説明多め」テンプレートの最大コンテンツ幅 */
	--radius:30px; /* ボタンなどの角丸サイズ。0～30pxくらい推奨 */


	/* 色設定｜color-xxx.css から好きなものをコピペしてください
	-------------------------------------------- */
	--os1: #ABC69D;
	--os2: #EDCB95;
	--main-text-color: #433;
	--main-text-rgb: 68,51,51;
	--sub-text-color: #f7eddc;
	--main-bg-design: var(--os2) linear-gradient(160deg, var(--os1) 20%, var(--os2) 80%) fixed;
	--shadow: 2px 2px 5px var(--text-color-03);
}
/*
	os1、os2 = 推したちの色を入力してください。Googleで「カラーピッカー」と検索すると色づくりが簡単です。

	main-text-color = メインの文字色です。
	main-text-rgb = メインの文字色をRGB値に変換したものを入れます。Googleで「カラーピッカー」と検索してみてください。
	sub-text-color = ボタンの文字色です。ボタンの背景色はmain-text-colorなので、それに対して見やすい色を入れてください。
	main-bg-design = ページ全体の背景デザインです。

	shadow = 本の表紙画像につけるドロップシャドウの設定です。ダークテーマではドロップシャドウをなくしています。
	red = 赤の文字色です。ダークテーマでは少し調整しています。
*/


/* customize
-------------------------------------------- */
/*
	ここにあなたのカスタマイズcssをお書きいただくと、テンプレートのcssに更新があったときに差し替えが簡単です。
	「style-base.css」「style-skin.css」のみ差し替えてください。
*/
#underCheckWhole {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  display: none;
}

.ageWrap {
  display: table;
  border-collapse: collapse;
  border: none;
  position: fixed;
  z-index: 999999;
  height: 100vh;
  width: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(27,27,27,.9);
  color: #2e2826;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.ageWrap>* {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.ageWrap .caution_memo {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
  color: #fff;
  margin-top: 0;
  margin-bottom: 35px;
}

.ageWrap .caution {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}

.ageWrap .choice_buttons {
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
}

.ageWrap .choice_buttons li {
  vertical-align: top;
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
}

.ageWrap .choice_buttons a {
  font-size: 24px;
  line-height: 70px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  display: inline-block;
  height: 70px;
  width: 235px;
  padding: 0 0 0;
  transition: background-color .3s;
  cursor: pointer;
}
.ageWrap .choice_buttons a:hover{
  color: #fff;
  background-color: #e70000;
}

.ageWrap .check_keep {
  margin-bottom: 20px;
}

.ageWrap .check_keep label {
  cursor: pointer;
  color: #fff;
}
.ageWrap .info {
  color: #fff;
}

.ageWrap .corpName {
  margin-top: 25px;
}

.ageWrap .corpName img {
  width: 134px;
}

.ageWrap .link_info {
  color: #fff;
}
.age_clear {
  position: fixed;
  top:20%;
  left: 50%;
  transform: translateY(-20%) translateX(-50%);
  width: auto;
  height: auto;
  display: block;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  z-index: 999998;
  border-radius: 5px 10px;
  background: repeating-linear-gradient(45deg, #000000, #000000 14px, #FFD900 14px, #FFD900 28px);
  padding: 10px;
  cursor: pointer;
}
.age_clear span {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  display: block;
  pointer-events: none;
}

body.agecheck .kiji a:active {
  pointer-events: none;
}
body.agecheck .kiji a:hover {
  filter: blur(2px) !important;
}

@media all and (max-width: 480px) {
  .ageWrap {
      font-size:12px;
  }

  .ageWrap .caution_memo {
      font-size: 13px;
      margin-bottom: 18px;
  }

  .ageWrap .caution {
      font-size: 18px;
      margin-bottom: 5px;
  }

  .ageWrap .choice_buttons {
      margin-bottom: 5px;
      font-size: 10px;
  }

  .ageWrap .choice_buttons li {
      margin-right: 5px;
      margin-left: 5px;
  }

  .ageWrap .choice_buttons a {
      font-size: 14px;
      line-height: 35px;
      height: 35px;
      width: 117px;
  }

  .ageWrap .check_keep {
      margin-bottom: 10px;
  }

  .ageWrap .corpName {
      margin-bottom: 0px;
  }

  .ageWrap .corpName img {
      width: 150px;
  }
  .age_clear {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
  }
}

@media all and (min-width: 481px)and (max-width: 750px) {
  .ageWrap {
      font-size:12px;
  }

  .ageWrap .caution_memo {
      font-size: 13px;
      margin-bottom: 18px;
  }

  .ageWrap .caution {
      font-size: 18px;
      margin-bottom: 5px;
  }

  .ageWrap .choice_buttons {
      margin-bottom: 5px;
      font-size: 10px;
  }

  .ageWrap .choice_buttons li {
      margin-right: 5px;
      margin-left: 5px;
  }

  .ageWrap .choice_buttons a {
      font-size: 14px;
      line-height: 35px;
      height: 35px;
      width: 117px;
  }

  .ageWrap .check_keep {
      margin-bottom: 10px;
  }

  .ageWrap .corpName {
      margin-bottom: 0;
  }

  .ageWrap .corpName img {
      width: 150px;
  }
}

/* utility
-------------------------------------------- */
.mg0{	margin: 0 0 0 0 !important; }

.mt0{	margin-top: 0 !important; }
.mt5{	margin-top: 5px !important; }
.mt10{	margin-top: 10px !important; }
.mt20{	margin-top: 20px !important; }
.mt30{	margin-top: 30px !important; }

.mb0{	margin-bottom: 0 !important; }
.mb5{	margin-bottom: 5px !important; }
.mb10{	margin-bottom: 10px !important; }
.mb20{	margin-bottom: 20px !important; }
.mb30{	margin-bottom: 30px !important; }
/*
	特定の箇所だけマージンを変えたい・消したいときにこのクラス名をお使いください。
*/
