@charset "utf-8";

/* 全体の設定 */

*, *::after, *::before {
  box-sizing: border-box;
}

body {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  color: #1A1A1A;
  background-color: #FFFFFF;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a, a:link {
  text-decoration: none;
  color: white;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}

.hide-box {
  display: none;
}

.padding-box {
  padding: 1em;
}



/* タグマネージャで管理 商品クリック */
.link-product-tag {
}


iframe {
  /* max-width: 100%; */
}


/* ナビ */

nav {
  display: flex;
  padding: 1em;
  background: #222;
}

nav h1 {
  font-family: 'Cinzel', serif;
  font-size: 1.5em;
  margin: 0 1em;
  color: white;
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  color: white;
}

nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2em;
}

nav .icon {
  width: 20px;
}

nav #google_translate_element {
  margin: 0 2em;
}


/* フッター */

.footer {
  padding: 2em;
  text-align: center;
}

.footer a {
  color: black;
  font-size: 1em;
}

.footer .logo {
  width: 80px;
}



/* アイキャッチ */

.eyecatch {
  width: auto;
  height: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 4px 30px #444;
  background: #211914 url('../img/eyecatch.jpg') no-repeat bottom left;
  background-size: cover;
}

.eyecatch .eyecatch_main {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.eyecatch .area {
  margin: 2em;
  text-shadow: 3px 3px 6px #000;
}

.eyecatch .area-wide {
  width: 80%;
  max-width: 90vw;
  margin: 2em;
  text-shadow: 3px 3px 6px #000;
}

.eyecatch h1 {
  font-size: 4em;
  line-height: 1.5em;
  color: white;
  text-shadow: 0 0 20px #ff0;
}

.eyecatch p {
  font-size: 1em;
  line-height: 1.5em;
  color: white;
  margin-top: 2em;
}

.eyecatch-poster {
  /* width: 100px; */
  height: 100%;
  object-fit: contain;
}




/* キャッチフレーズ */

.catchphrase {
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5em;
}

.catchphrase h1 {
  /* max-width: 580px; */
  font-size: 3.5em;
  line-height: 1.5em;
  margin: 0.5em;
}

.catchphrase h1 span {
  display: inline-block;
}

.catchphrase iframe {
  max-width: 90%;
}


/* インフォメーション */

.info {
  flex-grow: 1;
  display: flex;
}

.list {
  flex-direction: column;
}

.annotation {
  text-align: center;
}

.more {
  text-align: center;
  border: solid 1px #ccc;
  font-size: 1em;
  padding: 0.5em;
  cursor: pointer;
}

.sale-list {
  margin: 0.4em;
  padding: 0.4em;
}

.sale-list ul {
  border: solid 1px black;
  padding: 1em;
  margin-bottom: 2em;
  font-size: 1em;
  line-height: 2em;
}

.sale-list a {
  text-decoration: underline;
  color: #1A1A1A;
}

.info .container-link .label-store {
  text-align: center;
  font-size: 1em;
}

.info .flyer {
}

.info .flyer > div {
  padding: 4em 8%;
}

.info .flyer > div:nth-child(2n+1) {
  background-color: #e0f0ff;
}

.info .flyer h1 {
  margin-bottom: 1.5em;
  line-height: 1.5em;
}

.info .flyer p {
  font-size: 1.2em;
  line-height: 2em;
}

.info .flyer p a {
  color: blue;
}

.info .flyer strong {
  font-weight: bold;
}

.info .flyer .store {
  text-align: center;
}

.info .flyer .review {
  padding: 1em;
  background: white;
  margin-bottom: 2em;
}

.info .flyer .review p {
  line-height: 1.5em;
}

.info .flyer p q {
  font-size: 1em;
  font-style: italic;
}

.info .flyer .label-store {
  text-align: center;
  font-size: 1em;
  margin-top: 1em;
}

.info .flyer .messenger {
  text-align: right;
  margin-bottom: 0;
}

.info .flyer .img-book {
  width: 200px;
  display: block;
  margin: auto;
}

.info .flyer .button-store {
  width: 400px;
  max-width: 100%;
  display: block;
  margin: auto;
}

.info .flyer .img-insert {
  width: 400px;
  max-width: 90vw;
  display: block;
  margin: auto;
}

.info .flyer .section-link {
  padding: 1em;
  margin-left: 2em;
  background: #eee;
}

.info .flyer .section-link h1 {
  color: #1A1A1A;
  font-size: 1.2em;
  margin-bottom: 1em;
}

.info .flyer .section-link h3 {
  color: #1A1A1A;
  font-size: 1.5em;
}

.info .area {
  flex: 2;
  margin: 0.4em;
  padding: 0.4em;
  border: solid 1px #ccc;
  display: flex;
}

.info .column {
  flex-direction: column;
}

.info .area .area-double {
  flex: 2;
  min-width: 200px;
  max-width: 800px;
  margin: 0 auto;
}

.info .area .page-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  background: #e0f0ff;
  padding: 1em;
}

.info .area .page-info h1 {
  color: #444;
  margin: 0 20px;
  font-size: 1.5em;
  line-height: 1.5em;
}

.info .area .page-info p {
  color: #444;
  margin: 0 20px;
}

.info .side {
  flex: 1;
  margin: 0.4em;
  background: #fafaf0;
}

.info .column {
  padding: 0 0.5em;
}

.info .column p {
  margin: 1em 0;
  text-align: justify;
}

.info .column p q {
  font-style: italic;
}

.info h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.info h2 {
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  color: white;
  background: linear-gradient(#0062ac, #1b1c80);
}

.info p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.area-double p {
  padding: 1em;
}

.info .next-guide {
  font-size: 1em;
  font-weight: bold;
}

.info .comment {
  background: white;
  text-align: center;
  padding: 0.5em 0;
}

.info .feedback {
  color: gold;
}

.info .reader {
  font-weight: bold;
  margin-top: 0;
}

.info .img-book {
  width: 200px;
  box-shadow: 4px 4px 16px black;
}

.info .img-lp {
  width: 140px;
  height: 140px;
}

.info .info-book {
  width: 500px;
  padding: 0 1em;
  display: flex;
  flex-direction: column;
}

.info .info-book h1 {
  line-height: 1.2em;
}

.info .info-book .btn {
  margin-bottom: 1em;
  background-color: royalblue;
  text-align: center;
  width: 250px;
  padding: 0.8em;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  transition: .3s ease-out;
  font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

.info .info-book .btn:hover {
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
}

.info .info-book .button-store {
  width: 200px;
  max-width: 100%;
}

.info .area-facebook {
  text-align: center;
  margin: 1em;
}

#img-book01 {
  margin-left: 1em;
}


/* 本の紹介 */

.container_book {
  border: solid 1px #ccc;
  margin: 1em;
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
}


/* プライバシーポリシー */

.area-privacy {
  padding: 1em;
  background: #eee;
}

.area-privacy h2 {
  background: none;
  color: #1A1A1A;
  text-align: left;
  margin-top: 2em;
}

.area-privacy ul {
  font-size: 1em;
  list-style-type: square;
  list-style-position: inside;
}

.area-privacy a {
  color: blue;
}




@media screen and (max-width: 820px) {

  nav {
    flex-direction: column;
  }

  .eyecatch {
    flex-direction: column;
  }

  .eyecatch-poster {
    display: none;
  }

  .eyecatch h1 {
    font-size: calc(1.2em + 4vw);
  }

  .info {
    flex-direction: column;
  }

  .info .area {
    margin: 0;
    flex-direction: column;
    align-items: center;
  }

  .info .info-book {
    width: 92vw;
  }

}
