html {
    font-size: 15px;
}
/* 共通 */
body {
    display: block;
    margin: 0px;
    background-image: url("../../img/LP/lp_bg.png");
    box-sizing : border-box;
}
.main {
    position: relative;
    text-align: center;
    margin-top: -1px;
}
.main img {
    width: 100%;
}
.main-text {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding: 30px 4% 30px;
    text-align: justify;
}
.sub-text {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 0.8rem;
    line-height: 1.4rem;
}
.content-title {
    text-align: center;
    padding: 2rem 0 0;
}
.content-title2 {
    margin-top: 40px;
}
p.sub-title {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4rem;
    margin: 0 3%;
    text-align: center;
}
#header {
  background: #000000;
}
#header .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav {
    background: #000000;
    width: 25%;
    flex: auto;
}
.nav img {
  width: 100%;
  max-width: 100%;
  padding: 3vw;
}
.site-title {
    background: #000000;
    flex: auto;
    color: #fff;
    font-size: 1.8vw;
    width: 75%;
    letter-spacing: 2px;
    padding: 0 0 0 5%;
}
h2.title {
    font-family: "Times New Roman", Times, "serif";
    position: relative;
    text-align: center;
}
h2.title::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url("../../img/LP/title_before.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: 20px;
}
h2.title::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url("../../img/LP/title_after.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: 20px;
}
.wrapper {
    overflow: hidden;
}
.style_sum {
    text-align: center;
}
.container {
    display: flex;
    justify-content: center;
}
.lb_A {
    padding: 10px;
}
#footer {
    background-color: #000000;
}
.brosh_logo {
    text-align: center;
}
.brosh_logo img {
    width: 25%;
}
#header .inner {
  padding: 0;
}
.inner {
    padding: 7% 0;
}
.setumei {
    margin-bottom: 3em;
}
.cash-card {
    text-align: center;
}
.cash-card img {
    width: 40%;
}
#footer .f__links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 2% auto 0;
}
#footer .f__links li a {
    font-weight: bold;
    font-size: 3.2vw;
    letter-spacing: .04em;
    color: #fff;
}
#footer .f__links li {
    position: relative;
}
#footer .f__links li:nth-of-type(2n) {
    margin-left: 1.5em;
}
#footer .f__links li:nth-of-type(n+3) {
    margin-top: 1em;
}
.f__sns {
    text-align: center;
}
ul.footer-nav-list {
    display: inline-flex;
}
ul.footer-nav-list li {
    padding: 15px 10px 5px
}
.f__copyright {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.side-fade {
    text-align: center;
    margin-bottom: 5px;
}
.side-fade img {
    width: 91%;
    box-shadow: 1px 1px 3px #000;
}
/*フェード*/
.fade-content {
    width: 100%;
    opacity : 0;
    transform : translate(0, 40px);
    transition : all 600ms;
    will-change: transform, opacity;
}
.fade-content.effect-scroll {
    width: 100%;
    opacity : 1;
    transform : translate(0, 0);
    margin-bottom: 20px;
    will-change: none;
}
.side-fade {
    opacity : 0;
    transform : translate(50px, 0);
    transition : all 600ms;
    visibility: hidden;
    will-change: transform, opacity;
}
.side-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
    visibility: visible;
    will-change: none;
}
.set {
    width: 100%;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
}
.set-child {
    width: 50%;
    opacity : 0;
    transform : translate(0, 40px);
    transition : all 600ms;
    will-change: transform, opacity;
}
.set-child2 {
    width : 50%;
    opacity : 0;
    transform : translate(0, 40px);
    transition : all 1000ms;
    will-change: transform, opacity;
}
.set-child img {
    width: 100%;
}
.set-child2 img {
    width: 100%;
}
.set-child.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
    text-align : center;
    will-change: none;
}
.set-child2.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
    text-align : center;
    will-change: none;
}
.set-child.effect-scroll img {
    width: 100%;
}
.set-child2.effect-scroll　img {
    width: 100%;
}
.main_content {
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 800ms;
    will-change: transform, opacity;
}
.main_content.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
    margin-bottom: 100px;
    will-change: none;
}
.main_content2 {
    opacity : 0;
    transform : translate(0, 90px);
    transition : all 800ms;
    will-change: transform, opacity;
}
.main_content2.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
    margin-bottom: -10px;
    will-change: none;
}
.tanpin {
    width: 100%;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
}
.tanpin-child {
    width: 33.33333%;
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 600ms;
}
.tanpin-child2 {
    width: 33.33333%;
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 1000ms;
}
.tanpin-child3 {
    width: 33.33333%;
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 1400ms;
}
.tanpin-child img {
    max-width: 100%;
}
.tanpin-child2 img {
    max-width: 100%;
}
.tanpin-child3 img {
    max-width: 100%;
}
.tanpin-child.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
    text-align: center;
}
.tanpin-child2.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
    text-align: center;
}
.tanpin-child3.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
    text-align: center;
}
.tanpin-child.effect-scroll img {
    width: 100%;
}
.tanpin-child2.effect-scroll img {
    width: 100%;
}
.tanpin-child3.effect-scroll img {
    width: 100%;
}
.teiki {
    max-width: 100%;
    padding: 0 0%;
    display: contents;
}
.teiki h2.teiki-title {
    text-align: center;
    font-size: 1.4rem;
    max-width: 100%;
    margin-top: 3rem;
}
video {
    max-width: 100%;
    margin: auto;
}
.slider {
    padding: 0 5%;
    margin-top: 20px;
}
p.title__1 {
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'メイリオ', 'Meiryo', serif, 'Times New Roman', 'Times serif';
    position: absolute;
    text-align: center;
    font-size: 2.8rem;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    letter-spacing: 0.5rem;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}

/* PC */
	
@media (max-width: 1024px) {
.main-image {
    width: 100%;
    max-width: 100%;
}
img.main-image {
    max-height: 800px;
}
.sub-text {
    float: left;
    margin: 1rem 2rem;
    text-align: justify;
}
.swiper-slide .content .title {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px #808080;
}
.swiper-slide .content .caption {
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    text-shadow: 1px 1px 1px #404040;
}
.swiper-slide {
}
.content {
}
.title {
    font-size: 34px;
}
.caption {
    font-size: 12px;
}
.nav {
    background: #000000;
    width: 25%;
    float: left;
}
    }

/* Tablet */
@media (max-width: 896px) {
.main-image {
width: 100%;
max-width: 100%;
}
.sub-text {
float: left;
margin: 1rem 2rem;
text-align: justify;
}
.teiki {
display: block;
width: 100%
}
.swiper-container {
height: 100vw;
&.swiper-container-coverflow {
padding-top:0;
}
p.title__1 {
font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'メイリオ', 'Meiryo', serif, 'Times New Roman', 'Times serif';
position: absolute;
text-align: center;
font-size: 1.5rem;
top: 50%;
left: 50%;
margin: 0;
padding: 0;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #fff;
text-shadow: 1px 1px 3px #000;
}
}

/* SP */
@media (max-width: 480px) {
.main-text {
font-family: Arial, Helvetica, "sans-serif";
font-size: 0.9rem;
line-height: 1.4rem;
padding: 10px 5% 10px;
text-align: justify;
margin-top: -160px;
}
.main-text2 {
font-family: Arial, Helvetica, "sans-serif";
font-size: 0.9rem;
line-height: 1.4rem;
padding: 10px 5% 10px;
text-align: justify;
}
.main-image {
width: 100%;
max-width: 100%;
}
.sub-text {
float: left;
margin: 1rem 2rem;
text-align: justify;
}
.teiki {
display: block;
width: 100%
}
.swiper-container {
height: 100vw;
}
.swiper-container-coverflow {
padding-top: 0px;
}
p.title__1 {
font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'メイリオ', 'Meiryo', serif, 'Times New Roman', 'Times serif';
position: absolute;
text-align: center;
font-size: 1rem;
top: 50%;
left: 50%;
margin: 0;
padding: 0;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #fff;
text-shadow: 1px 1px 3px #000;
}
}
.main_content img {
    width: 40%;
    position: relative;
    top: -40px;
}
.main_content2 img {
    width: 100%;
    position: relative;
    top: -70px;
}
h2.hukidasi {
    position: relative;
    top: -120px;
}
h2.hukidasi2 {
    position: relative;
    top: -120px;
}
h2.hukidasi img {
    width: 100%;
}
h2.hukidasi2 img {
    width: 60%;
    left: 140px;
}
/* Swiper */
[class^="swiper-button-"], .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
    transition: all .3s ease;
}
*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 50vw;
    transition: opacity .6s ease;
}
.swiper-container.swiper-container-coverflow {
    padding-top: 2%;
}
.swiper-container.loading {
    opacity: 0;
    visibility: hidden;
}
.swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper-slide .entity-img {
    display: none;
}
.swiper-slide .content {
    position: absolute;
    top: 45%;
    left: 0;
    width: 95%;
    padding-left: 5%;
    color: #fff;
}
.swiper-slide .content .title {
    font-size: 1.2em;
    font-weight: bold;
    /*margin-bottom: 85px;*/
    text-shadow: 0px 0px 2px #FFFFFF;
    font-family: "Times New Roman", Times, "serif";
    color: #000000;
}
.swiper-slide .content .caption {
    display: block;
    font-size: 14px;
    padding: 4px;
    line-height: 1.5;
    text-shadow: 1px 1px 2px #404040;
    background-color: #00000060;
}
[class^="swiper-button-"] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
}
.swiper-button-prev {
    transform: translateX(50px);
}
.swiper-button-next {
    transform: translateX(-50px);
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: .4;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    border: 0px solid #fff;
    border-radius: 50%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border-width: 1px;
}
.swiper-container.swiper-container-coverflow {
    padding-top: 0;
}
}
@media screen and (min-width: 1000px) {
  img {
    max-width: 100%;
  }
  .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .main {
    background: #000;
    text-align: center;
  }
  .main img {
    width: 100%;
  }
  .site-title h1 {
    font-size: 20px;
  }
  .nav {
    width: 14%;
  }
  .nav img {
    padding: 0;
  }
  #header {
    padding: 30px 0 0;
  }
  #content {
    max-width: 1000px;
    margin: 0 auto;
  }
  .main_contents {
    display: flex;
    padding: 50px 0 0;
  }
  .main_contents > div {
    flex: 1;
    margin: 0 25px 0 0;
  }
  .main_contents > div:last-child {
    margin: 0 0 0 25px;
  }
  .main_content.effect-scroll {
    position: relative;
  }
  .content_title img {
    width: 100%;
  }
  .main_content > img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 30%;
  }
  .content_title2 {
    position: absolute;
    top: 25px;
    right: 0;
    width: 50%;
  }
  .main-text {
    padding: 0;
    line-height: 1.8em;
  }
  h2 {
    margin: 0;
  }
  .main_content.effect-scroll {
    margin: 0;
  }
  h2.title {
    font-size: 40px;
    margin: 50px 0 0;
  }
  h2.title::before {
    margin-right: 10px;
  }
  h2.title::after {
    margin-left: 10px;
  }
  p.sub-title {
    font-size: 20px;
    line-height: 1.6em;
    margin: 10px 0 40px;
  }
  .side-face_inner {
    display: flex;
    flex-wrap: wrap;
  }
  .side-fade.effect-scroll {
    flex-basis: 25%;
    margin: 0 0 20px;
  }
  .main-text2 p {
    font-size: 17px;
    line-height: 2em;
  }
  .style_sum img {
    width: 100%;
  }
  .sub-text {
    font-size: 16px;
    line-height: 1.8em;
    margin: 50px 0;
  }
  #footer .f__links li {
    margin: 0 10px !important;
  }
  #footer .f__links li a {
    font-size: 13px;
  }
  #footer .inner {
    padding: 30px 0;
  }
  .brosh_logo img {
    width: 10%;
  }
  ul.footer-nav-list {
    padding: 0;
    margin: 10px 0;
  }
  ul.footer-nav-list li {
    margin: 0 5px;
  }
  ul.footer-nav-list li img {
    width: 30px;
  }
  #footer .f__links {
    margin: 2px auto 10px;
  }
  .sp_only {
    display: none;
  }
  .swiper-slide .content .title {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px #808080;
  }
  .swiper-slide .content {
    position: absolute;
    top: 45%;
    left: 0;
    width: 95%;
    padding-left: 5%;
    color: #fff;
  }
  .f__copyright {
    font-size: 12px;
  }
}

.main:after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(47,47,47,1) 50%, rgb(237 237 237) 100%);
}