@charset "UTF-8";

main {
    font-size: 100%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
}

figcaption {
    margin-top:1rem;
    line-height: 1.5;
    font-size: 14px;
    color: #666;
}

h2.lp-title {
    font-family: 'Noto Serif JP';
}

.header-pr {
    line-height: 1;
    background: #3f3f3f;
    padding: 0 15px;
}

.header-pr img {
    width: 150px;
}

.header-pr-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    height: 36px;
    margin: 0 auto;
}

.header-pr-text {
    color: #fff;
    border: 1px solid #fff;
    padding: 3px 5px;
    border-radius: 5%;
}

.navbar-brand {
    font-size: 1rem;
}


/* リンクホバー */

a:hover {
    color: #fff;
    filter: brightness(90%) contrast(120%);
}

/* ヒーローエリア */

#hero {
    width: 100%;
    min-height: 100vh;
    position: relative;
}

#hero img {
    max-width: 100%;
}

#hero .lead {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 1.8rem;
    text-align: justify;
    line-height: 1.7;
}

#hero .kawakita-mark {
    width: 180px;
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 600px) {
    #hero .lead {
        font-size: 1.3rem;
    }

    #hero .kawakita-mark {
        width: 100px;
    }
}

.lp-sec-big {
    background-color: #fff;
    background-image: url(../../img/hero-pc.jpg);
}

.img-sp {
    display: none;
}

@media screen and (max-width:600px) {
    .img-pc {
        display: none;
    }

    .img-sp {
        display: block;
    }
}

.lp-sec-big {
    padding: 5vw 5vw;
}

#hero .price {
    font-size: 3rem;
    text-shadow: 0 0 3px #fff;
}

@media (max-width: 600px) {
    #hero .notice {
        font-size: 14px;
    }
}

/* テキスト */

.lp-sec-big--center > .lp-block > .lp-text {
    font-size: 1.6rem;
    font-weight: normal;
}

.lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents > .lp-title,.lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents > .lp-title,.lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-text {
    font-size: 3.6rem;
}

@media screen and (max-width: 560px) {
    .lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents > .lp-title,.lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents > .lp-title,.lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-text {
        font-size: 2.3rem;
    }
}

.lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents > .lp-text,.lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents > .lp-text,.lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-text {
    font-size: 1.4rem;
    font-weight: normal;
}

.lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents > .lp-name,.lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents > .lp-name {
    padding: 1.8rem;
    text-align: right;
    font-size: 2.2rem;
    font-weight: bold;
}

@media screen and (max-width: 560px) {
    .lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents > .lp-name,.lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents > .lp-name {
        font-size: 1.8rem;
        font-weight: bold;
    }
}

/* ボタン */

.lp-c-button.koudoku_button {
    background-color: #EA0B79;
    color: #FFF;
}

.lp-c-button {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
}

/* バー */
.lp-sec-band>.lp-block {
    background-color: #008080;
    color: #fff;
}

.lp-sec-band--arrow>.lp-block::after {
    color: #00192B;
}
.band-text {
    padding-top: 1.2rem;
    line-height:1.5;
}

@media (max-width: 600px) {
    .band-text {
        font-size: 12px;
    }
}

/* テーブル */

.table-title {
    color: #fff!important;
    text-align: center;
    background-color: #00b2b3!important;
}

@media (max-width: 600px) {
    .table {
        font-size: 14px;
    }
}

/* 紙面 */
#simen img {
    max-width: 500px;
}

/* シンボル */

#symbol .symbol-img {
    width: auto;
    min-height: 200px;
}

@media screen and (max-width: 600px) {

    #symbol .symbol-img {
        max-width: 100%;
    }

    #symbol li:nth-child(1) {
        margin-bottom: 5rem;
    }

    .lp-sec-inline > .lp-block > .lp-list {
        flex-direction: column;
    }    
    .lp-sec-inline--2 > .lp-block > .lp-list .lp-list__item > .lp-item {
        width: 100%;
    }
}

/* 読者の声 */

#voice {  
    max-width: 1000px;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 600px) {
    #voice {
        font-size: 14px;
    }
}

#voice .lp-block {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
}

.voice-block {
    display: flex;
    align-items: center;
    row-gap: 2rem;
}

.voice-image {
    width: 100px;
    display: block;
}

@media (max-width: 600px) {
    .voice-image {
        width: 60px;
    }
}

.voice-text {
    margin-left: 2.5rem;
}

.voice-text-title {
    font-weight: bold;
}

/* よくあるご質問 */
#question {
    max-width: 1000px;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
}

#question .table td,
.table th {
    padding: 1.6rem;
}

#question h2 {
    text-align: left;
}

.lp-sec-image>.lp-block>h3.lp-title {
    margin-bottom: 1.6rem;
    font-size: clamp(20px, 2.8vw, 32px);
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    text-align: left;
}

#question.lp-sec-image>.lp-block>.lp-text {
    font-weight: 400;
    text-align: left;
}

#question .attention {
    font-weight: bold;
    margin-bottom: 2rem;
}

#question .lp-text {
    margin-bottom: 1.6em;
}

#question h2 {
    color: #555;
    border-bottom: solid 2px #0080FF;
    padding: 10px 0;
}

#question h2:first-letter {
    color: #0080FF;
}

/* 問い合わせ */

#inquiry {
    max-width: 1000px;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
}

#inquiry p {
    font-weight: bold;
    text-align: center;
    font-size: clamp(20px, 2.8vw, 32px);
}


/* フッター */

.lp-sec-footer {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    font-family: "Noto Sans JP Medium";
    font-weight: normal;
    letter-spacing: normal;
    color: white;
    font-size: 0.75rem;
    padding: 30px 20px;
}

.lp-copyright img {
    width: 102px;
    height: auto;
}

.lp-sec-footer .lp-block {
    display: flex;
    align-items: center;
    text-align: right;
    gap: 30px;
}

.lp-copyright-text {
    text-align: left;
}


/* ページトップ */
#page-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
    opacity: 0.8;
    z-index: 50;
}
/*
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}
*/
/* フェードイン */
.fadein {
    opacity: 0.3;
    transform: translate(0, 50px);
    transition: all 1s;
}

.fadein.active {
    opacity: 1;
    transform: translate(0, 0);
}

/* ページ全体をフェードイン */
.fadeUp {
    opacity: 0;
    animation-name: fadeUp;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: .5s;
    animation-fill-mode: forwards;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 80周年販売サイト */

/* 80周年ロゴ */

.lcon_campaign {
    display: inline-block;
    margin-right: 1rem;
    width: 56px;
    height: auto;
}

@media (max-width: 600px) {
    .lcon_campaign {
        display: block;
        margin: 0 auto 1rem;
        width: 40px;
    }
}

.table_design02 {
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
  }
  .table_design02 tr {
    background-color: #e6f1f6;
  }
  .table_design02 tr:nth-child(odd) {
    background-color: #fff;
  }
  .table_design02 th, .table_design02 td {
    padding: 0.5em;
  }
  .table_design02 th {
    font-weight: bold;
    text-align: center;
    width: 20%;
    min-width: 4em;
  }

  .table_design02 td {
    line-height: 1.5;
  }

/* ページトップ */
.kawakitan{
    transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(-10deg);
  }
}

@media (max-width: 600px) {
    .kawakitan {
        width: 60px;
        height: auto;
    }
}

/* スクロールダウン */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');

.scroll_down{
  position:absolute;
  bottom:50px;
  right:50%;
  animation: arrowmove 1s ease-in-out infinite;
}

.scroll_down a{
  position: absolute;
  left: -24px;
  bottom: 60px;
  color: #000;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  text-decoration: none;
}

.text {
  display: block;
  margin-top: 70px;
  margin-left: -14px;
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 2px;
}

.arrow {
  position: absolute;
  width: 28px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.arrow:first-child {
  animation: move 3s ease-out 1s infinite;
}

.arrow:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.arrow:before,
.arrow:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.arrow:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.arrow:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% { opacity: 1; }
  33% { opacity: 1; transform: translateY(30px); }
  67% { opacity: 1; transform: translateY(40px); }
  100% { opacity: 0; transform: translateY(55px) scale3d(0.5, 0.5, 0.5); }
}
