/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  font-size: 62.5%; }

* {
  outline: none;
  text-decoration: none; }

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

html {
  overflow-x: hidden;
  overflow-y: scroll; }

html, body {
  height: 100%; }

body {
  color: #333;
  margin: 0;
  padding: 0;
  font-family: -apple-system, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /*
  font-family: 'Shippori Mincho', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    */
  font-feature-settings: "palt";
  /* プロポーショナルメトリクスを有効に */
  font-size: 1.8rem; }

body::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none; }

a {
  text-decoration: none; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 100%; }

.blod {
  font-weight: 700; }

.header {
  background: rgba(251, 129, 255, 0.5);
  color: #fff;
  font-size: 2rem;
  text-align: center; }

.ly-lp {
  max-width: 800px;
  margin: auto; }

.ly-main {
  padding: 0 0.8rem; }

.bl_cont {
  margin: 1rem; }
  .bl_cont p {
    font-size: clamp(16px, calc(16px + 1vw), 21px); }

h1 {
  font-size: clamp(18px, calc(18px + 1vw), 27px);
  position: relative;
  padding-bottom: 0.5rem; }

h1::before,
h1::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px; }

h1::before {
  z-index: 2;
  width: 20%;
  background-color: #72c7e6; }

h1::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px); }

h2 {
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #ccc; }

h2::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 3px;
  background-color: #72c7e6; }

.blod {
  font-weight: bold; }

.share {
  color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center; }

.share img {
  padding: 1rem 1rem 0;
  width: auto; }

.share-fb {
  background: #3B5998; }

.share-tw {
  background: #00B0ED; }

.share-line {
  background: #00C300; }

.red {
  color: red; }

.blue {
  color: #2a45ba; }

.marker {
  background: linear-gradient(transparent 60%, #ff6 60%); }

.max-width500 {
  max-width: 500px; }

/*
.photo-box:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  z-index: -1;
  content: '';
  box-shadow: 0 0 20px rgba(201, 188, 156, .8);
  border-radius: 0 / 20px;
}
*/

.btn-stripe {
  background: transparent;
  display: block;
  background-color: #fff;
  border: 2px solid #666;
  border-radius: 100vh;
  color: #666;
  margin: 1rem auto;
  padding: 1rem 3.6rem 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  text-align: center;
  max-width: 400px; }

.btn-stripe:after {
  content: "";
  display: block;
  height: 7px;
  width: 100%;
  background-image: repeating-linear-gradient(45deg, #666, #666 1px, transparent 2px, transparent 5px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 1px solid #666;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: 7px 7px; }

.btn-stripe:hover {
  background-color: #666;
  color: #fff;
  border-color: #000; }

.btn-stripe:hover:after {
  background-image: repeating-linear-gradient(45deg, #fff, #fff 1px, transparent 2px, transparent 5px);
  border-top: 1px solid #000;
  -webkit-animation: stripe-slide 12s infinite linear forwards;
          animation: stripe-slide 12s infinite linear forwards; }

@keyframes stripe-slide {
  0% {
    background-position: 0% 0; }
  100% {
    background-position: 100% 0; } }

.bl_entry {
  padding: 1rem;
  margin: 2rem auto;
  border: solid 3px #76797a;
  border-radius: 10px;
  max-width: 580px; }

@keyframes blinkAnimation {
  0% {
    border: 6px solid #2cffad; }
  100% {
    border: 6px solid #f0ff00; } }

.push-box {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 13rem;
  overflow: hidden;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.recommend {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  position: relative;
  padding: 1rem 2rem;
  /*
  min-width: 120px;
  max-width: 100%;
  */
  color: #fff;
  background: #72c7e6;
  /*
  background-image: linear-gradient(to bottom, orange, yellow);
*/
  border-radius: 10px;
  /*
  background: crimson;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 12% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 88%, 60% 88%, 50% 100%, 40% 88%, 0 88%);
  color: #fff;
  padding: 2rem;








  perspective: 1000;
  -webkit-perspective: 1000;
*/
  /*
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden;

  transform: translate3d(0, 0, 0);
  will-change: transform;
  */
  transform: translate3d(0, 0, 0); }

.recommend::before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #72c7e6; }

@-webkit-keyframes slidein {
  /*
  0%, 40%, 60%, 80% {
    /*
    opacity: 50%;
        transform: scale(0.8);
    opacity: 0;

        opacity: 1;
    transform: scale(1);
        font-size: 50%;

            font-size: 10%;
                font-size: 150%;
    */
  /*
  }
/*
  50%, 70% {

    font-size: 80%;
  }
*/ }

@keyframes slidein {
  /*
  0%, 40%, 60%, 80% {
    /*
    opacity: 50%;
        transform: scale(0.8);
    opacity: 0;

        opacity: 1;
    transform: scale(1);
        font-size: 50%;

            font-size: 10%;
                font-size: 150%;
    */
  /*
  }
/*
  50%, 70% {

    font-size: 80%;
  }
*/
  100% {
    transform: scale(1.3); } }

/*
.my-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: 50px 1fr 50px;

  width: 100%;
  height: 100%;
  &-item {
    /* 中央寄せ */
/*
    display: flex;
    justify-content: center;
    align-items: center;
    /* フォント */
/*
    color: white;
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
}

/*
header {
  grid-column: 1 / 3;
  grid-row: 1;

  background: #3458db;
}

aside {
  grid-column: 1;
  grid-row: 2 / 4;

  // 比較的容量の小さい画像を割り当てる
  background: url("../images/image_small.jpg");
}

main {
  grid-column: 2;
  grid-row: 2;

  // 比較的容量の大きい画像を割り当てる
  background: url("../images/image_big.jpg");
}

footer {
  grid-column: 2;
  grid-row: 3;
  background: #000;
}
*/
.ly_footer {
  background: rgba(56, 56, 56, 0.8);
  color: #fff;
  padding: 2rem 1rem; }
  .ly_footer p {
    margin: 2rem 0;
    text-align: center; }

.bl_copyright {
  font-size: 1.2rem; }

.bl_copyright p {
  margin: 0; }

/*------------------------------------------------------------
fadein
------------------------------------------------------------*/

