/*whole*/
body {
  color: #000;
  line-height: 2;
  font-family: 'A1 Gothic B';
  font-size: 18px;
  letter-spacing: 0.1em;
}

body * {
  box-sizing: border-box;
  min-height: 0%;
}

img {
  width: 100%;
  vertical-align: top;
}

a:not(.mv-floatB):not(.in-page-link) {
  transition: .4s;
  color: #3E3A39;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  opacity: .8;
}

.mvWrap {
  position: fixed;
  top: 0;
  min-height: 100vh;
  width: 100%;
  z-index: -1;
}

.mvWrap.yoko {
  position: static;
}

.mv {
  position: relative;
  min-height: 100vh;
}

.swiper-container {
  width: 100%;
}

.swiper-slide-1 {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}

.swiper-slide-1 > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}

.swiper-slide-1.fix > img {
  height: 100vh;
  width: auto;
}

.swiper-slide-1.yoko {
  height: inherit;
}

.swiper-slide-1.yoko > img {
  position: static;
  transform: inherit;
  height: inherit;
  width: 100%;
}

.mv-floatM {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.mv-floatB {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

.mv-floatB > img {
  display: block;
  width: 416px;
  margin: auto;
}

.mv-floatB a img {
  width: 55.3px;
}

.cnt {
  width: 100%;
  background-color: #fff;
}

.cnt.yoko {
  margin-top: 0 !important;
}

.cnt-inner {
  max-width: 780px;
  padding: 0 15px 50px;
  margin: auto;
}

.yodogawa {
  padding: 60px 0 0;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
  text-align: center;
}

.yodogawa a {
  color: #00A0FF;
}

.border {
  border: 10px solid #000;
  padding: 35px 45px;
  margin-top: 20px;
}

.border--1 {
  margin-top: 40px;
}

.border--3 .txt-pic-under {
  max-width: 350px;
}

.border--4 {
  background-color: #0B1D35;
  color: #fff;
}

.border--6 {
  margin-top: 40px;
  padding: 0 0 40px;
}

.border--7 {
  margin-top: 40px;
}

.border--8 {
  padding: 35px 15px;
}

.border--8 .txt {
  font-size: 16px;
}

.border--9 {
  padding: 35px 45px 45px;
  margin-top: 75px;
}

.border--9 .txt {
  margin-top: 0;
  letter-spacing: 0.05em;
  font-family: 'A1 Gothic B';
}

.border--10 {
  padding: 40px 45px;
}

.border--10 a {
  display: block;
  max-width: 480px;
  width: 100%;
  margin: auto;
}

.border--11 {
  padding: 20px 45px 40px;
  margin-top: 65px;
  text-align: center;
}

.border--12 {
  padding: 40px 10px 30px;
  margin-top: 20px;
  text-align: center;
}

.ttl {
  font-size: 25px;
  text-align: center;
}

.ttl.sec5 {
  text-align: center;
  margin-bottom: 10px;
}

.ttl.sacosh {
  letter-spacing: 0.02em;
}

.ttl-bgc {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  max-width: 400px;
  width: 100%;
  background-color: #FFE600;
  font-size: 16px;
  margin: 30px auto 0;
}

.txt {
  margin-top: 15px;
  font-family: 'A1 Gothic R';
  text-align: center;
}

.txt.attention {
  margin: 0;
  color: #E10000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
}

.txt-desc {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  font-size: 16px;
}

.txt-desc.wakusita {
  margin-top: 35px;
}

.txt-desc.center {
  text-align: center;
}

.txt-desc.sitteoite {
  display: block;
  max-width: 524px;
  margin-left: auto;
  margin-right: auto;
}

.txt-desc.sitteoite a {
  color: #00A0FF;
  text-decoration: underline;
}

.txt-attention {
  font-size: 14px;
  text-align: center;
}

.txt-pic-under {
  margin: 20px auto 0;
  font-size: 14px;
  max-width: 393px;
  width: 100%;
}

.txt-pic-under.w412 {
  max-width: 412px;
}

.txt-pic-under span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.ttl-underline {
  width: 100%;
  position: relative;
  font-size: 40px;
  text-align: center;
  margin-top: 60px;
  letter-spacing: 0;
}

.ttl-underline span {
  position: relative;
}

.ttl-underline::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  background-color: #FFE600;
  height: 25px;
  width: 100%;
}

.pic {
  margin: 25px auto 0;
  text-align: center;
}

.pic img {
  height: 330px;
  width: auto;
}

.btn {
  margin-top: 50px;
  text-align: center;
}

.btn a {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: auto;
}

.show-example {
  display: block;
  margin: 40px auto 0;
  width: 240px;
}

.gotoForm {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  width: 500px;
  height: 100px;
  border-radius: 30px;
  border: 9px solid #000;
  background-color: #00A0FF;
  color: #fff !important;
  font-size: 30px;
}

.row5 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  max-width: 800px;
}

.row5 div {
  width: 150px;
  margin-left: 12.5px;
}

.row5 div:nth-of-type(1) {
  margin: 0;
}

.row3-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.row3-2 div {
  width: 225px;
  margin: 50px 8px 0;
}

.row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}

.row2 div {
  width: 240px;
}

.tableWrap {
  display: flex;
  justify-content: space-between;
  max-width: 590px;
  width: 100%;
  margin: 25px auto 0;
}

.tableWrap .pc {
  width: 260px;
}

.table {
  width: 300px;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 19px;
}

.table table td {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.table table td.big {
  font-size: 25px;
  letter-spacing: 0;
}

.table > div {
  font-size: 14px;
}

.pattern {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pattern a {
  width: 220px;
  margin-top: 40px;
}

.pattern a span {
  display: block;
  font-size: 25px;
  text-align: center;
}

.pattern a:nth-of-type(n+4) {
  margin-top: 30px;
}

.yellow-circle {
  width: 90px;
  margin: 20px auto 80px;
}

.left {
  width: 53%;
}

.right {
  width: 47%;
}

.right img {
  max-width: 339.5px;
  display: block;
  margin: 50px auto 0;
}

.borderRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col {
  max-width: 400px;
  margin: 25px auto 0;
}

.col div {
  width: 100%;
  margin-top: 20px;
}

.col div:nth-of-type(1) {
  margin: 0;
}

.andmore {
  width: 135px;
}

.credit {
  padding: 45px 0 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.credit span {
  display: block;
  line-height: 2.3;
}

.share-ttl {
  font-size: 19px;
}

.share-links {
  display: flex;
  justify-content: space-between;
  max-width: 440px;
  width: 100%;
  margin: 45px auto 0;
}

.share-links a {
  width: 50px;
}

.ft-links-1 {
  display: flex;
  justify-content: space-between;
  max-width: 440px;
  width: 100%;
  margin: auto;
}

.ft-links-1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 180px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 500px;
}

.ft-logo {
  margin: 60px auto 30px;
  width: 90px;
}

.ft-links-2 {
  display: flex;
  justify-content: center;
  font-size: 13px;
  font-family: 'A1 Gothic R';
  margin: auto;
}

.ft-links-2 a {
  margin-left: 30px;
}

.ft-links-2 a:nth-of-type(1) {
  margin: 0;
}

.modaal-container {
  max-width: 770px;
  width: 100%;
  border: 1px solid #000;
  box-shadow: inherit;
}

.modaal-content-container {
  padding: 10px 10px 0 10px;
}

.btn-close {
  width: 76px;
  margin: 13px auto 0;
}

.modaal-close {
  position: static;
  height: inherit;
}

.swiper-button-prev:after {
  content: '';
  background-image: url(../img/ico-arrow-left.png);
  background-size: contain;
  height: 40px;
  width: 22px;
}

.swiper-button-next:after {
  content: '';
  background-image: url(../img/ico-arrow-right.png);
  background-size: contain;
  height: 40px;
  width: 22px;
}

.swiper-slide-2 {
  position: relative;
}

.swiper-slide-2 > span {
  position: absolute;
  font-size: 16px;
  color: #fff;
}

.swiper-slide-2 > span.thin {
  font-family: 'A1 Gothic R';
}

.swiper-slide-2 > span.left-bottom {
  left: 15px;
  bottom: 5px;
}

.swiper-slide-2 > span.right-bottom {
  right: 15px;
  bottom: 5px;
}

.swiper-slide-2 > span.right-bottom-upper {
  right: 15px;
  bottom: 30px;
}

.swiper-slide-2 > span.left-bottom-upper {
  left: 15px;
  bottom: 30px;
}

.swiper-slide-2 > span.right-middle {
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-slide-2 > span.left-middle {
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-slide-2 > span.right-middle-under {
  right: 15px;
  top: 60%;
}

.swiper-slide-2 > span.left-middle-under {
  left: 15px;
  top: 60%;
}

.swiper-slide-2 > span.org {
  left: 20%;
  bottom: 17%;
}

.owari-txt {
  color: red;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}

.mgt0 {
  margin-top: 0 !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.pc-flex {
  display: flex;
}

.sp-flex {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.5vw;
  }
  .swiper-slide:not(.yoko).slide2 img, .swiper-slide:not(.yoko).slide4 img {
    height: auto;
    width: 90%;
  }
  .mvWrap {
    min-height: inherit;
  }
  .mv {
    min-height: inherit;
  }
  .mv-floatL {
    top: 3%;
    left: 14%;
  }
  .mv-floatL img {
    width: 3.5vw;
  }
  .mv-floatR {
    top: 3%;
    right: 3%;
  }
  .mv-floatR img {
    width: 27vw;
  }
  .mv-floatB {
    bottom: 18%;
  }
  .mv-floatB > img {
    width: 74vw;
  }
  .mv-floatB a img {
    width: 12vw;
  }
  .mv-floatM {
    width: 80%;
    top: 40%;
  }
  .cnt-inner {
    padding: 0 2vw 50px;
  }
  .yodogawa {
    padding: 40px 0 0;
    margin-bottom: 40px;
  }
  .ttl {
    font-size: 19px;
    font-size: 5.3vw;
  }
  .ttl.sacosh {
    font-size: 5.1vw;
  }
  .txt {
    margin-top: 10px;
  }
  .txt.attention {
    font-size: 12px;
  }
  .txt-attention {
    font-size: 3vw;
  }
  .jidume {
    letter-spacing: 0.01em;
    font-size: 3.4vw;
  }
  .border {
    border: 2vw solid #000;
    padding: 20px 2vw 35px;
    margin-top: 10px;
  }
  .border--1 {
    margin-top: 15px;
  }
  .border--1 .txt-pic-under {
    max-width: 100%;
  }
  .border--2 {
    padding: 20px 1vw 35px;
  }
  .border--2 .txt-pic-under {
    max-width: 96%;
    letter-spacing: -0.05em;
  }
  .border--3 .txt-pic-under {
    max-width: 91%;
  }
  .border--4 .txt-pic-under {
    max-width: 100%;
  }
  .border--5 .txt-pic-under {
    max-width: 96%;
  }
  .border--6 {
    padding: 0 2vw 35px;
    margin-top: 15px;
  }
  .border--7 {
    margin-top: 15px;
  }
  .border--8 .txt {
    font-size: 3.3vw;
  }
  .border--9 {
    margin-top: 40px;
    padding: 20px 2vw;
  }
  .border--9 .txt {
    font-size: 3.1vw;
  }
  .border--11 {
    margin-top: 45px;
  }
  .border--12 {
    padding: 30px 15px 35px;
  }
  .row5 div {
    width: calc(50% - 7.5px);
    margin-left: 15px;
  }
  .row5 div:nth-of-type(2n-1) {
    margin-left: 0;
  }
  .row5 div:nth-of-type(n+3) {
    margin-top: 15px;
  }
  .row2 div {
    width: 100%;
    max-width: 400px;
    margin: 25px auto 0;
    line-height: 1.5;
  }
  .row2 div:nth-of-type(1) {
    margin-top: 0;
  }
  .ttl-bgc {
    height: 7vw;
    max-width: 95%;
    font-size: 3vw;
    margin-top: 35px;
  }
  .table {
    width: 250px;
    font-size: 15px;
    margin: auto;
  }
  .table table {
    font-size: 15px;
  }
  .table table td.big {
    font-size: 17px;
  }
  .pattern a {
    margin-top: 30px;
    width: calc(50% - 5px);
  }
  .pattern a:nth-of-type(n+4), .pattern a:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .pattern a span {
    font-size: 5vw;
  }
  .gotoForm {
    width: 94%;
    height: 60px;
    font-size: 5.6vw;
    border-width: 5px;
    border-radius: 18px;
    margin-top: 15px;
  }
  .credit {
    font-size: 2.5vw;
    padding: 30px 0;
  }
  .yellow-circle {
    position: relative;
    margin: 0;
    width: 100%;
  }
  .yellow-circle img {
    position: absolute;
    right: 0;
    top: -32px;
    width: 20vw;
  }
  .tokuten {
    width: 79%;
    margin: 10px auto 20px;
  }
  .share-links {
    max-width: 262px;
    margin: 25px auto 0;
  }
  .share-links a {
    width: 38px;
  }
  .ft-links-1 {
    max-width: 310px;
  }
  .ft-links-1 a {
    font-size: 11px;
    width: 135px;
    height: 27px;
  }
  .ft-logo {
    margin: 40px auto 20px;
    width: 68px;
  }
  .ft-links-2 {
    flex-direction: column;
    font-size: 10px;
  }
  .ft-links-2 a {
    margin: 10px 0 0;
  }
  .txt-desc {
    font-size: 3.2vw;
    margin-top: 20px;
  }
  .txt-desc.wakusita {
    margin-top: 20px;
  }
  .txt-desc.sitteoite {
    letter-spacing: 0;
    max-width: 94vw;
  }
  .txt-desc.otodoke {
    letter-spacing: 0.05em;
  }
  .ttl-underline {
    font-size: 6.9vw;
    line-height: 1.4;
    margin-top: 40px;
  }
  .ttl-underline::before {
    bottom: -1%;
    height: 5vw;
  }
  .show-example {
    margin: 30px auto 0;
    width: 60%;
  }
  .txt-pic-under {
    font-size: 3.4vw;
    max-width: 100%;
    letter-spacing: 0.05em;
  }
  .txt-pic-under span {
    font-size: 4vw;
  }
  .pic img {
    height: 250px;
  }
  .kikaku {
    width: 216px;
    margin: 25px auto 0;
  }
  .row3-2 {
    justify-content: inherit;
  }
  .row3-2 > div {
    width: calc(50% - 10px);
    margin: 35px 5px 0;
  }
  .modaal-inner-wrapper {
    padding: 0;
  }
  .modaal-container {
    max-width: 420px;
  }
  .swiper-slide-2 {
    width: 400px;
    height: 400px;
    overflow: hidden;
  }
  .swiper-slide-2 > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 400px;
    width: auto;
  }
  .swiper-slide-2 > span {
    font-size: 12px;
  }
  .swiper-slide-2 > span.left-bottom {
    left: 10px;
  }
  .swiper-slide-2 > span.right-bottom {
    right: 10px;
  }
  .swiper-slide-2 > span.left-middle-under {
    top: 88%;
    left: 10px;
  }
  .swiper-slide-2 > span.right-middle-under {
    top: 88%;
    right: 10px;
  }
  .swiper-slide-2 > span.adj1 {
    right: inherit;
    left: 5%;
    top: 86%;
  }
  .swiper-slide-2 > span.adj2 {
    top: 87%;
  }
  .swiper-slide-2 > span.adj-migishita {
    left: inherit;
    right: 10px;
    top: inherit;
    bottom: 5px;
  }
  .swiper-slide-2 > span.adj-hidariishita {
    left: 10px;
    right: inherit;
    top: inherit;
    bottom: 5px;
  }
  .btn-close {
    margin: 3% auto 1%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc-flex {
    display: none;
  }
  .sp-flex {
    display: flex;
  }
}

@media screen and (max-width: 420px) {
  .modaal-container {
    max-width: 374px;
  }
  .swiper-slide-2 {
    width: 354px;
    height: 354px;
  }
  .swiper-slide-2 > img {
    height: 354px;
  }
}

@media screen and (max-width: 374px) {
  .ft-links-1 a {
    width: 115px;
  }
  .yellow-circle img {
    top: 0;
  }
  .btn-close {
    margin: 3% auto 2%;
  }
  .modaal-container {
    max-width: 320px;
  }
  .swiper-slide-2 {
    width: 300px;
    height: 300px;
  }
  .swiper-slide-2 > img {
    height: 300px;
  }
  .swiper-slide-2 > span {
    font-size: 11px;
  }
  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-prev::after {
    height: 30px;
    width: 18px;
  }
  .swiper-button-next {
    right: 0;
  }
  .swiper-button-next::after {
    height: 30px;
    width: 18px;
  }
  .border--1 .txt-pic-under {
    max-width: 100%;
  }
  .border--2 {
    padding: 20px 1vw 35px;
  }
  .border--2 .txt-pic-under {
    max-width: 97%;
  }
  .border--3 .txt-pic-under {
    max-width: 91%;
  }
  .border--4 .txt-pic-under {
    max-width: 100%;
  }
  .border--5 .txt-pic-under {
    max-width: 95%;
  }
}
