@charset "UTF-8";
/* 共通 ---------------------------------------*/
nav3 ul.block {
  display: block !important; }

.mfp-bg {
  background: #000 !important;
  opacity: 0.4 !important; }

.v60-container {
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow: hidden; }
  .v60-container * {
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none; }

/* アニメーション ---------------------------------------*/
.fade {
  opacity: 0;
  transition: all 1s ease;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px); }

.kv-text02.fade {
  transition: all 1.1s ease;
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px); }

.kv-text03.fade {
  transition: all 1.2s ease;
  -webkit-transform: translate(0, 90px);
          transform: translate(0, 90px); }

.kv-text04.fade {
  transition: all 1.3s ease;
  -webkit-transform: translate(0, 120px);
          transform: translate(0, 120px); }

.fade.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

@-webkit-keyframes slow {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slow {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* パララックス ---------------------------------------*/
.rellax-pc {
  display: none; }

@media (min-width: 769px) {
  .rellax-sp {
    display: none; }
  .rellax-pc {
    display: block; } }

.kv-rellax {
  position: absolute;
  z-index: 100; }

.kv-left-01 {
  width: 25px;
  top: 1233px;
  left: calc(50% - 213px); }

.kv-left-02 {
  width: 100px;
  top: 1220px;
  left: calc(50% - 189px); }

.kv-left-03 {
  width: 25px;
  top: 1303px;
  left: calc(50% - 90px); }

.kv-left-04 {
  width: 150px;
  top: 1308px;
  left: calc(50% - 264px); }

.kv-left-05 {
  width: 100px;
  top: 1432px;
  left: calc(50% - 114px); }

.kv-right-01 {
  width: 150px;
  top: 1136px;
  right: calc(50% - 267px); }

.kv-right-02 {
  width: 100px;
  top: 1259px;
  right: calc(50% - 119px); }

.kv-right-03 {
  width: 100px;
  top: 1561px;
  right: calc(50% - 212px); }

.kv-right-04 {
  width: 25px;
  top: 1440px;
  right: calc(50% - 100px); }

@media (min-width: 640px) {
  .kv-left-01 {
    left: calc(50% - 313px); }
  .kv-left-02 {
    left: calc(50% - 289px); }
  .kv-left-03 {
    left: calc(50% - 190px); }
  .kv-left-04 {
    left: calc(50% - 364px); }
  .kv-left-05 {
    left: calc(50% - 214px); }
  .kv-right-01 {
    right: calc(50% - 367px); }
  .kv-right-02 {
    right: calc(50% - 219px); }
  .kv-right-03 {
    right: calc(50% - 312px); }
  .kv-right-04 {
    right: calc(50% - 200px); } }

@media (min-width: 769px) {
  .kv-left-01 {
    width: 64px;
    top: 948px;
    left: calc(50% - 719px); }
  .kv-left-02 {
    width: 251px;
    top: 1051px;
    left: calc(50% - 654px); }
  .kv-left-03 {
    width: 64px;
    top: 1260px;
    left: calc(50% - 405px); }
  .kv-left-04 {
    width: 375px;
    top: 1259px;
    left: calc(50% - 840px); }
  .kv-left-05 {
    width: 250px;
    top: 1870px;
    left: calc(50% - 467px); }
  .kv-right-01 {
    width: 375px;
    top: 870px;
    right: calc(50% - 887px); }
  .kv-right-02 {
    width: 250px;
    top: 1182px;
    right: calc(50% - 513px); }
  .kv-right-03 {
    width: 251px;
    top: 1538px;
    right: calc(50% - 764px); }
  .kv-right-04 {
    width: 64px;
    top: 1696px;
    right: calc(50% - 481px); } }

/* メインイメージ大枠 ---------------------------------------*/
.v60-bg-top {
  width: 100%;
  height: 770px;
  position: relative;
  padding: 79px 0 0; }
  .v60-bg-top-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }

.v60-bg-bottom {
    height: 770px;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    background-color: #fff;
}

.v60-block {
  position: relative;
  max-width: 1052px;
  margin: 0 auto; }

.v60-bg-bottom {
  height: 800px;
  position: relative;
  padding: 0px 0 0;
  overflow: hidden; }

@media (min-width: 769px) {
  .v60-bg-top {
    height: 890px;
    padding: 0px 0 0; }
    .v60-bg-top-bg {
 }
  .v60-bg-bottom {
    height: 890px;
    padding: 50px 0 0;
 }
  .v60-block {
    position: relative;
    max-width: 1052px;
    margin: 0 auto; } }

/* メインイメージ詳細 ---------------------------------------*/
.v60-kv {
  text-align: center;
  margin: 0 0 244px; }
  .v60-kv-logo {
    display: block;
    width: 245px;
    height: 132px;
    margin: 0 auto 27px;
    position: relative; }
    .v60-kv-logo-img {
      width: 100%;
      transition: 2s ease;
      opacity: 0; }
      .v60-kv-logo-img.fadeIn {
        opacity: 1; }
    .v60-kv-logo svg {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
  .v60-kv-title {
    display: block;
    width: 195px;
    margin: 0 auto; }

.v60-first-text {
  text-align: center;
  position: relative;
  z-index: 200; }
  .v60-first-text-sp {
    width: 289px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }
    .v60-first-text-sp img:nth-of-type(1) {
      width: 86.5px;
      height: 300px; }
    .v60-first-text-sp img:nth-of-type(2) {
      width: 86.5px;
      height: 300px; }
    .v60-first-text-sp img:nth-of-type(3) {
      width: 62px;
      height: 300px; }
  .v60-first-text-pc {
    display: none; }
  .v60-first-text img {
    display: inline-block; }

@media (min-width: 769px) {
  .v60-kv {
    margin: 0 auto 329px; }
    .v60-kv-logo {
      width: 342px;
      height: 184px;
      margin-bottom: 37px; }
    .v60-kv-title {
      width: 272px; }
  .v60-first-text {
    text-align: center; }
    .v60-first-text-sp {
      display: none; }
    .v60-first-text-pc {
      width: 560px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-direction: row-reverse; } }

/* キャプション ---------------------------------------*/
.v60-caption {
  text-align: center;
  margin: 0; }
  .v60-caption img {
    display: inline-block; }
  .v60-caption-features {
    width: 175px;
    margin: 0 0 32px; }
  .v60-caption-lineup {
    width: 175px;
    margin: 0 0 13px; }
  .v60-caption-origin {
    width: 188px;
    margin: 0 0 1px; }
  .v60-caption-title {
    font-size: 22px;
    color: #fff;
    padding: 0;
    margin: 0;
    font-weight: bold; }
    .v60-caption-title-black {
      color: #000; }
    .v60-caption-title-essential {
      font-size: 19px;
      letter-spacing: 1.5px; }
    .v60-caption-title-origin {
      font-size: 19px;
      letter-spacing: 1.5px; }

@media (min-width: 769px) {
  .v60-caption-features {
    width: 222px;
    margin-bottom: 36px; }
  .v60-caption-lineup {
    width: 213px;
    margin-bottom: 19px; }
  .v60-caption-origin {
    width: 229px;
    margin: 0 0 2px; }
  .v60-caption-title {
    font-size: 28px; }
    .v60-caption-title-lineup {
      font-size: 24px;
      letter-spacing: 2.5px; }
    .v60-caption-title-essential {
      font-size: 19px;
      letter-spacing: 1.5px; }
    .v60-caption-title-origin {
      font-size: 26px;
      letter-spacing: 1.5px; } }

/* 特長 ---------------------------------------*/
.v60-feature-btn {
  width: 153px;
  height: 130px;
  margin: 30px auto 0;
  text-align: center;
  cursor: pointer;
  transition: .3s ease all;
  position: relative;
  background: url(../img/arrow_bk.png) no-repeat top center/100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  outline: none; }
  .v60-feature-btn p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    padding: 20px 0 0;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    z-index: 2; }
  .v60-feature-btn.active {
    background: url(../img/arrow_wh.png) no-repeat top center/100%;
    transition: .5s ease all;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); }
    .v60-feature-btn.active p {
      color: #000; }

.v60-feature-system {
  display: none;
  width: 100%;
  max-width: 583px;
  height: 800px;
  margin: 0 auto;
  background: url(../img/feature_system_sp.png) no-repeat top 25px right/734.5px; }
  .v60-feature-system.block {
    display: block; }

.swiper-container-feature {
  margin-top: 96px;
  position: relative; }
  .swiper-container-feature.none {
    display: none; }
  .swiper-container-feature .swiper-slide img {
    width: 100% !important;
    max-width: 239px;
    margin: 0 auto; }

@media (min-width: 751px) {
  .v60-feature-system {
    margin-top: 15px; } }

@media (min-width: 769px) {
  .v60-feature-btn {
    position: absolute;
    top: 108px;
    right: calc(50% - 339px);
    width: 192px;
    height: 160px;
    margin: 0; }
    .v60-feature-btn p {
      font-size: 20px;
      padding-top: 27px; }
  .v60-feature-system {
    background: url(../img/feature_system.png) no-repeat top 30px right/100%;
    height: 900px; }
  .swiper-container-feature {
    margin: 73px auto 0;
    padding: 0 20px; }
    .swiper-container-feature .swiper-slide img {
      max-width: 300px; } }

@media (min-width: 1080px) {
  .swiper-container-feature {
    padding: 0; } }

/* 動画 ---------------------------------------*/
.v60-video {
  width: 100%;
  height: 406px;
  background: url(../img/video_bg.png) no-repeat top center/auto 100%; }
  .v60-video a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .v60-video-btn img {
    width: 75px;
    height: auto;
    display: inline-block;
    margin: 0 0 15px; }

@media (min-width: 700px) {
  .v60-video {
    background: url(../img/video_bg.png) no-repeat top center/cover; } }

@media (min-width: 769px) {
  .v60-video {
    width: 100%;
    max-width: 100%;
    height: 810px;
    background: url(../img/video_bg.png) no-repeat top center/cover; }
  -btn img {
    width: 100px;
    margin-bottom: 18px; } }

/* 商品ラインナップヘッダー ---------------------------------------*/
.v60-lineup {
  padding: 30px 0 30px; }

.v60-slider-header {
    padding-top: 68px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    margin: 0 0 50px;
    text-align: center;
}
  .v60-slider-header-title {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 0 5px; }
  .v60-slider-header p {
    font-size: 12px; }

@media (min-width: 769px) {
  .v60-lineup {
    max-width: 1040px;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 50px;
}
  .v60-slider-header {
    padding-top: 88px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    margin: 0 0 68px;
}
    .v60-slider-header-title {
      font-size: 18px;
      margin: 0 0 8px; }
    .v60-slider-header p {
      font-size: 14px; } }

/* 商品ラインナップヘッダ2ー ---------------------------------------*/
.v60-lineup2 {
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
}

.v60-slider-header2 {
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    margin: 0 0 0px;
    text-align: center;
}
  .v60-slider-header-title2 {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 0 5px; }
  .v60-slider-header2 p {
    font-size: 12px; }

@media (min-width: 769px) {
  .v60-lineup2 {
    max-width: 1950px;
    padding: 0px 0 0px;
    margin-top: 10px;
}
  .v60-slider-header2 {
    padding: 0px 0 0;
    margin: 0 0 0px; }
    .v60-slider-header-title2 {
      font-size: 18px;
      margin: 0 0 8px; }
    .v60-slider-header2 p {
      font-size: 14px; } }

/* 商品ラインナップスライダー ---------------------------------------*/
.swiper-container {
  overflow: visible; }

.swiper-wrapper {
  position: relative; }
  .swiper-wrapper .swiper-slide {
    margin: 0;
    text-align: center; }
    .swiper-wrapper .swiper-slide img {
      width: 90%;
      margin: 0 0 10px; }
    .swiper-wrapper .swiper-slide p {
      color: #888;
      font-size: 12px;
      margin: 0 0 17px; }

.swiper-container-essential .swiper-slide p {
  width: 175px;
  height: 80px;
  text-align: justify;
  margin: 0 auto; }

.swiper-button-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 100;
  background: url(../img/arrow_r.png) no-repeat 0 0/100%; }

.swiper-button-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 100;
  background: url(../img/arrow_l.png) no-repeat 0 0/100%; }

.swiper-button-disabled {
  opacity: 0 !important; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: auto;
  top: -30px; }

.swiper-pagination-bullet-active {
  background: #000; }

.v60-item-title {
  font-size: 12px;
  margin: 0 0 4px;
  font-weight: normal; }

.v60-item-btn {
  font-size: 14px;
  display: block;
  width: 100%;
  max-width: 175px;
  height: 50px;
  line-height: 50px;
  background: #000;
  color: #000000;
  text-align: center;
  margin: 0 auto;
  transition: .3s ease all;
  border: 1px solid #000; }
  .v60-item-btn:visited {
    color: #fff;
    opacity: 1; }

.swiper-container-feature .swiper-button-next {
  top: 46%; }

.swiper-container-feature .swiper-button-prev {
  top: 46%; }

.swiper-container-feature .swiper-pagination-bullets, .swiper-container-feature .swiper-pagination-custom, .swiper-container-feature .swiper-pagination-fraction {
  top: -56px; }

.swiper-container-feature .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #7E7E7E;
    width: 12px;
    height: 12px;
  opacity: 0.8; }

.swiper-container-feature .swiper-pagination-bullet-active {
  background: #ccc; }

@media (min-width: 769px) {
  .swiper-container {
    overflow: visible;
    padding: 0 20px; }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px; }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px; }
  .swiper-wrapper .swiper-slide {
    margin: 0; }
    .swiper-wrapper .swiper-slide img {
      margin: 0 0 17px; }
    .swiper-wrapper .swiper-slide p {
      font-size: 14px;
      margin: 0 0 18px; }
  .swiper-container-essential .swiper-slide p {
    width: 100%;
    height: 90px; }
  .swiper-container-feature .swiper-pagination,
  .swiper-container-feature .swiper-button-next,
  .swiper-container-feature .swiper-button-prev {
    display: none; }
  .v60-item-title {
    font-size: 14px;
    margin: 0 0 4px; }
  .v60-item-btn {
    font-size: 14px;
    max-width: 220px;
    height: 60px;
    line-height: 60px; }
    .v60-item-btn:hover {
      background: #fff;
      color: #000; } }

@media (min-width: 1080px) {
  .swiper-container {
    padding: 0 20px; }
    .swiper-container:before {
      content: '';
      width: 1000px;
      height: 320px;
      background: #fff;
      display: block;
      position: absolute;
      top: 0;
      left: -1000px;
      z-index: 2; }
    .swiper-container:after {
      content: '';
      width: 1000px;
      height: 320px;
      background: #fff;
      display: block;
      position: absolute;
      top: 0;
      right: -1000px;
      z-index: 2; }
  .swiper-button-prev {
    width: 50px;
    height: 50px;
    left: -83px; }
  .swiper-button-next {
    width: 50px;
    height: 50px;
    right: -83px; }
  .swiper-container-essential .swiper-slide p {
    height: 70px; } }

/* 特別モデル ---------------------------------------*/
.v60-model {
  padding: 0 30px 6px; }
  .v60-model-img {
    width: 100%;
    height: 220px;
    background: #eee;
    text-align: center;
    padding: 32px 0 0; }
    .v60-model-img-title {
      font-size: 12px;
      font-weight: normal; }
      .v60-model-img-title span {
        color: #888;
        display: block;
        margin: 4px 0 0; }
        .v60-model-img-title span:before {
          content: none; }
    .v60-model-img img {
      display: inline-block;
      width: 178px;
      height: auto;
      margin: 0 0 14px; }
  .v60-model-info {
    width: 100%;
    height: 203px;
    background: #222;
    text-align: center;
    padding: 30px 0 0;
    color: #fff; }
    .v60-model-info-title {
      font-size: 14px;
      line-height: 1.57;
      margin: 0 0 13px;
      letter-spacing: 1px; }
    .v60-model-info p {
      font-size: 12px;
      margin: 0 0 18px;
      letter-spacing: -0.3px; }
    .v60-model-info a {
      width: 175px;
      line-height: 50px;
      height: 50px;
      display: block;
      border: 1px solid #fff;
      margin: 0 auto;
      text-align: center;
      color: #fff;
      font-size: 12px; }
.v60-title0818 {
    width: 100%;
    line-height: 30px;
    height: 30px;
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    text-align: center;
    color: #222222;
    font-size: 26px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

@media (min-width: 769px) {
  .v60-model {
    max-width: 1000px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: stretch;
    min-height: 253px; }
    .v60-model-img {
      width: 50%;
      height: auto;
      padding: 39px 0; }
      .v60-model-img-title {
        font-size: 15px;
        margin: 0 0 4px 0;
        font-weight: normal; }
        .v60-model-img-title span {
          display: inline;
          margin: 0 0 0 15px;
          position: relative;
          top: -1px; }
      .v60-model-img img {
        width: 219px;
        margin: 0 0 23px; }
      .v60-model-img p {
        font-size: 15px; }
    .v60-model-info {
      width: 50%;
      height: auto;
      padding: 37px 0; }
      .v60-model-info-title {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.57;
        margin: 0 0 13px;
        letter-spacing: 1px; }
      .v60-model-info p {
        font-size: 15px;
        margin: 0 0 24px;
        letter-spacing: -0.3px; }
      .v60-model-info a {
        width: 220px;
        line-height: 60px;
        height: 60px;
        font-size: 15px;
        transition: .3s ease all; }
        .v60-model-info a:hover {
          color: #000;
          background: #fff; } }
.v60-title0818 {
    width: 100%;
    line-height: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #222222;
    font-size: 24px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/* 起源 ---------------------------------------*/
.v60-origin {
  margin: 0px 0 0;
  padding: 30px 30px;
  background: #eee; }

.v60-origin-wrap {
  width: 100%;
  max-width: 1000px;
  padding: 114px 0 0;
  margin: 0 auto; }

.v60-origin-block {
  padding: 0 0 0 37px;
  margin: 0 0 70px;
  background: url(../img/origin_border.png) repeat-y top left/8px;
  position: relative; }

.v60-origin-block-last {
  margin-bottom: 65px; }
  .v60-origin-block-last:before {
    content: '';
    width: 8px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #ddd, #eee); }

.v60-origin-num {
  position: absolute;
  top: -47px;
  left: -3px;
  font-size: 18px;
  font-weight: bold;
  background: url(../img/arrow_bk.png) no-repeat top 3px left/14px;
  padding: 0 0 0 41px; }

.v60-origin-img {
  margin: 0 0 10px; }
  .v60-origin-img img {
    width: 100%;
    height: auto; }

.v60-origin-text p {
  font-size: 12px;
  line-height: 1.86;
  margin: 0 0 26px;
  text-align: justify; }
  .v60-origin-text p:last-child {
    margin-bottom: 0; }

.v60-origin-thanks {
  text-align: center; }
  .v60-origin-thanks img {
    width: 230px;
    height: auto; }
.txtv15 {
    width: 90%;
    height: auto;
    text-align: left;
    color: #222222;
    font-size: 13px;
    line-height: 22px;
    margin-left: 5%;
    margin-right: 5%;
    float: none;
    display: inline-block;
    margin-bottom: 30px;
	font-family: 'Noto Sans JP', serif;
}
.l15_topimg {
    display: none;
}
.l15_topimgm {
    width: 100%;
    height: auto;
}
.topimg_txt {
    width: 94%;
    height: auto;
    display: block;
    margin-left: 6%;
    text-align: left;
    color: #FFFFFF;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: bold;
    font-size: 23px;
    position: absolute;
    margin-top: 47%;
    text-shadow: 0px 0px 8px #333333;
}
.v15-lineup2 {
    width: 42%;
    display: inline-block;
    margin-top: 12px;
    margin-left: 4%;
    margin-right: 4%;
    float: none;
    vertical-align: top;
	font-family: 'Noto Sans JP', serif;
}
.v15_txter {
    width: auto;
    display: block;
    margin-top: 4px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Noto Sans JP', serif;
    font-size: 13px;
}
.simple_square_btn5 {
    display: block;
    position: relative;
    width: 100%;
    padding: 0.4em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #A3A3A3;
    font-family: 'Noto Sans JP', serif;
    font-size: 13px;
    line-height: 20px;
}
.simple_square_btn5 a:link, a:visited, a:hover, a:active {
    opacity: 0.7;
    cursor: pointer;
    text-decoration: none;
    color: #FFFFFF;
}
.atxt12f {
    font-size: 12px;
}
.atxt12red {
    color: #FC1F23;
}

@media (min-width: 769px) {
  .v60-origin {
    margin: 0px 0 0;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}
  .v60-origin-wrap {
    padding: 120px 0 0; }
  .v60-origin-block {
    padding: 43px 0;
    margin: 0 0 50px;
    background: url(../img/origin_border.png) repeat-y top center/10px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row; }
    .v60-origin-block-reverse {
      flex-direction: row-reverse; }
  .v60-origin-block-last {
    margin-bottom: 40px; }
    .v60-origin-block-last:before {
      width: 10px;
      left: calc(50% - 5px); }
  .v60-origin-num {
    width: calc(50% + 10px);
    top: -38px;
    right: 0;
    left: auto;
    font-size: 24px;
    font-weight: bold;
    background: url(../img/arrow_bk.png) no-repeat top 6px left/19px;
    padding: 0 0 0 64px;
    text-align: left; }
    .v60-origin-num-reverse {
      right: auto;
      left: 0;
      padding: 0 64px 0 0;
      text-align: right;
      background: url(../img/arrow_bk.png) no-repeat top 6px right/19px; }
  .v60-origin-img {
    width: 45%;
    margin: 0 10% 0 0; }
  .v60-origin-text {
    width: 45%; }
    .v60-origin-text p {
      font-size: 15px;
      line-height: 1.86;
      margin: 0 0 28px;
      position: relative;
      top: -3px; }
  .v60-origin-block-reverse .v60-origin-img {
    margin: 0 0 0 10%; }
  .v60-origin-thanks img {
    width: 460px; } 
.txtv15 {
    width: 50%;
    height: auto;
    text-align: left;
    color: #222222;
    font-size: 16px;
    line-height: 28px;
    margin-left: 25%;
    margin-right: 25%;
    float: none;
    display: inline-block;
    margin-top: 10px;
	font-family: 'Noto Sans JP', serif;
}
.l15_topimg {
    width: 100%;
    height: auto;
    display: block;
}
.l15_topimgm {
      display: none;
}
.topimg_txt {
    width: 78%;
    height: auto;
    display: block;
    margin-left: 10%;
    text-align: left;
    color: #FFFFFF;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: bold;
    font-size: 34px;
    position: absolute;
    margin-top: 24%;
    text-shadow: 0px 0px 12px #333333;
}
.v15-lineup2 {
    width: 19%;
    display: inline-block;
    margin-top: 40px;
    margin-left: 3%;
    margin-right: 3%;
    float: none;
    font-family: 'Noto Sans JP', serif;
    font-size: 0px;
}
.v15_txter {
    width: auto;
    margin-top: 4px;
    margin-bottom: 10px;
	font-family: 'Noto Sans JP', serif;
	font-size: 14px;
}
.simple_square_btn5 {
    display: block;
    position: relative;
    width: 100%;
    padding: 0.4em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #A3A3A3;
	font-family: 'Noto Sans JP', serif;
	 font-size: 14px;
    line-height: 22px;
}
.simple_square_btn5 a:link, a:visited, a:hover, a:active {
    opacity: 0.7;
    cursor: pointer;
    text-decoration: none;
    color: #FFFFFF;
}
.atxt12f {
    font-size: 13px;
    display: block;
}
.atxt12red {
    color: #FC1F23;
}