@charset "UTF-8";

html,
body {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-family: serif;
}

img {
  width: 100%;
}

h1 {
  font-size: 29px;
  font-weight: bolder;
  margin-left: -120px;
}

.two-column {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/* フェードイン */
.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
/* ここまで */

/* 動く下線 */
.move-underline {
  position: relative;
  z-index: 1;
}
.move-underline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 0%;
  height: 4px;
  background: #f8e325;
  z-index: -1;
  transition: all 0.8s;
}
.move-underline.isActive:after {
  width: 100%;
}
/*  */

.img-30 {
  width: 30%;
  height: auto;
}

.img-40 {
  width: 40%;
  height: auto;
}

.img-50 {
  width: 50%;
  height: auto;
}

.img-80 {
  width: 80%;
  height: auto;
}

.text-bold {
  font-weight: 900;
}

.first-container,
.jason-container {
  margin-top: 50px;
}

.watch2-text {
  font-size: 20px;
  line-height: 2;
  font-weight: bolder;
  margin-right: -120px;
}

.jason-container {
  text-align: center;
}

.jason-title {
  font-size: 22px;
  font-weight: bold;
  color: white;
  padding-top: 90px;
}

.jason-bg {
  background-color: black;
  width: 100%;
  height: 500px;
  margin-top: -50px;
}

.jason-text {
  line-height: 2;
  font-size: 18px;
  background-color: black;
  color: white;
  text-align: left;
  display: inline-block;
  margin-top: 40px;
}

.recommend-title {
  font-size: 30px;
  color: rgb(24, 148, 193);
  margin-top: 50px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
  font-weight: bold;
}

.recommend-container,
.size-container,
.pouch-container,
.guarantee-container,
.performance-container,
.QandA-container {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 10px rgb(91, 90, 90);
  padding-bottom: 40px;
}

.authentic-title,
.movement-title,
.sapphire-title,
.stainless-title,
.crown-title,
.size-title,
.pouch-title,
.guarantee-title,
.performance-title {
  background-color: black;
  width: 100%;
  text-align: center;
  color: white;
  height: 100px;
  align-items: center;
  line-height: 100px;
  font-size: 30px;
  font-weight: bold;
}

.authentic-subtitle,
.movement-subtitle {
  font-size: 28px;
  color: gray;
  margin-top: 50px;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bolder;
}

.authentic-text,
.movement-text {
  font-size: 18px;
  line-height: 2;
  text-align: left;
  padding: 15px;
}

.authentic-inner,
.movement-inner {
  width: 80%;
  box-shadow: 0 0 10px rgb(91, 90, 90);
  margin: 0 auto;
  margin-bottom: 40px;
  justify-content: space-between;
}

.sapphire-inner,
.stainless-inner,
.crown-inner {
  width: 65%;
  position: relative;
  margin: 0 auto;
}

.sapphire-text,
.stainless-text,
.crown-text {
  position: relative;
  background-color: #488cb0;
  color: white;
  font-size: 18px;
  line-height: 2;
  padding: 60px 15px;
  width: 425px;
  height: 425px;
  box-shadow: 0 0 10px rgb(91, 90, 90);
  margin-right: 0;
  margin-left: auto;
  margin-top: -150px;
  z-index: 2;
  margin-bottom: 30px;
}

.sapphire-img,
.stainless-img,
.crown-img {
  box-shadow: 0 0 10px rgb(91, 90, 90);
  width: 425px;
  margin-top: 30px;
  z-index: -10;
}

.size-text,
.pouch-text,
.guarantee-text {
  font-size: 20px;
  line-height: 2;
  margin-top: 20px;
  padding: 0 20px;
  text-align: left;
}

.size-img,
.pouch-img,
.guarantee-img {
  width: 50%;
  height: auto;
  margin-top: 20px;
}

.performance-text {
  padding: 40px 20px 40px 20px;
  font-size: 20px;
  line-height: 2;
  text-align: left;
}

.aside-container {
  margin: 0 auto;
}

.cta-container {
  margin-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}

.cta-title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0 1px rgb(224, 223, 223), 1px 1px rgb(209, 206, 206), 2px 3px #bbb, 3px 4px #bbb,
    4px 5px #bbb, 5px 5px 8px #c1bfbf;
}

.cta-subtitle {
  font-size: 25px;
  line-height: 2;
}

.cta-text {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
}

/* CTAボタン */

.cta-btn {
  display: inline-block;
  width: 450px;
  height: 70px;
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  font-weight: bolder;
  /*background-color: #008000; ←元の背景色は不要なので削除*/
  border-radius: 8px;
  text-align: center;
  padding: 23px 20px;
  box-shadow: 0 6px 0 0 #1b3e79;
  transform: translateY(-6px);
  transition: 0.3s all;
  margin: 20px 0;

  /*グラデーションの設定*/
  background: rgb(30, 87, 153); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(30, 87, 153, 1) 0%,
    rgba(41, 137, 216, 1) 50%,
    rgba(32, 124, 202, 1) 51%,
    rgba(125, 185, 232, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(30, 87, 153, 1) 0%,
    rgba(41, 137, 216, 1) 50%,
    rgba(32, 124, 202, 1) 51%,
    rgba(125, 185, 232, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(30, 87, 153, 1) 0%,
    rgba(41, 137, 216, 1) 50%,
    rgba(32, 124, 202, 1) 51%,
    rgba(125, 185, 232, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.cta-btn:hover {
  box-shadow: 0 2px 0 0 #305cc2;
  transform: translateY(-2px);
}

.QandA-title {
  background-color: gray;
  text-align: center;
  color: white;
  height: 100px;
  font-size: 30px;
  line-height: 100px;
  font-weight: bold;
}

.QandA-text {
  padding: 40px 40px;
  font-size: 20px;
  line-height: 2;
  text-align: left;
}

.gray-box {
  width: 100%;
  height: 100px;
  background-color: gray;
}

.footer-container {
  background-color: #000000;
  text-align: center;
}

.footer-inner {
  color: white;
  justify-content: center;
  padding: 20px;
}

.footer-inner a {
  padding: 15px;
}

.footer-container small {
  color: white;
}

@media screen and (max-width: 960px) {
  .for-pc {
    display: none;
  }

  .for-sp {
    display: block;
  }

  .two-column {
    display: block;
  }

  html,
  video {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  h1 {
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
  }

  .watch2-text {
    text-align: center;
    font-size: 16px;
    margin: 10px auto;
    line-height: 1.5;
    font-weight: lighter;
  }

  .img-30,
  .img-50 {
    width: 80%;
    margin: 0 auto;
  }

  .img-80 {
    width: 100%;
  }

  .authentic-title,
  .movement-title,
  .sapphire-title,
  .stainless-title,
  .crown-title,
  .size-title,
  .pouch-title,
  .guarantee-title,
  .performance-title {
    height: 80px;
    font-size: 17px;
    line-height: 1.5;
    padding: 15px;
  }

  .jason-title {
    margin-top: 0px;
  }

  .jason-text,
  .authentic-text,
  .movement-text,
  .size-text,
  .pouch-text,
  .guarantee-text {
    line-height: 1.5;
    font-size: 16px;
    margin-top: 10px;
    padding: 0 20px 20px;
  }

  .performance-text {
    line-height: 1.5;
    font-size: 16px;
    padding: 20px 20px;
  }

  .sp-font {
    font-size: 22px !important;
  }

  /*html277行目 動く下線 */
.move-underline:after {
  bottom: -8px;
  height: 3px;
  transition: all 0.9s;
}

  .recommend-title{
    font-size: 16px;
    padding: 0 10px;
    padding-top: 20px;
    text-align: center;
    line-height: 1.5;

  }
  
  .authentic-subtitle,
  .movement-subtitle {
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
    line-height: 1.5;
    margin: 0;
  }

  .recommend-container,
  .size-container,
  .pouch-container,
  .guarantee-container,
  .performance-container,
  .QandA-container {
    width: 90%;
    padding-bottom: 20px;
  }

  .authentic-inner,
  .movement-inner {
    width: 90%;
  }

  .sapphire-inner,
  .stainless-inner,
  .crown-inner {
    width: 90%;
    margin: 10px auto;
    margin-top: -10px;
  }

  .sapphire-text,
  .stainless-text,
  .crown-text,
  .QandA-text {
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 10px;
    width: 90%;
    height: auto;
    z-index: 2;
    margin-bottom: 30px;
    margin: 0 auto;
    text-align: left;
  }

  .sapphire-img,
  .stainless-img,
  .crown-img {
    width: 80%;
    margin-top: 30px;
    z-index: -10;
  }

  .cta-container {
    margin-top: 40px;
  }

  .cta-title {
    font-size: 30px;
  }

  .cta-subtitle {
    font-size: 18px;
    line-height: 1.5;
    padding: 10px;
  }

  .cta-text {
    font-size: 20px;
  }

  /* CTAボタン */

  .cta-btn {
    display: inline-block;
    width: 300px;
  }

  .cta-btn:hover {
    box-shadow: 0 2px 0 0 #305cc2;
    transform: translateY(-2px);
  }

  .QandA-title,
  .gray-box {
    font-size: 18px;
    height: 70px;
    line-height: 70px;
  }

  .footer-inner {
    font-size: 12px;
    display: grid;
  }

  .footer-inner a {
    padding: 5px;
  }
}
@media screen and (min-width: 961px) {
  .for-sp {
    display: none !important;
  }
}
