@charset "utf-8";

.libre-bodoni {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

ul {
    list-style: none;
}
a {
    transition: .3s;
    display: block;
}
a:hover {
    opacity: .7;
}
#wrapper {
    padding-bottom: 0px;
    margin-top: 75px;
    padding-top: 0;
    font-size: 2.5vw;
}
#lp_wrap {
    width: 100%;
    margin: 75px auto 0;
    font-family: "yu-mincho-pr6n", sans-serif;
    letter-spacing: 0;
    line-height: 1.5em;
    color: #000000;
    background: #d9ddde;
}
#lp {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    position: relative;
}
#lp_wrap img {
    width: 100%;
    vertical-align: bottom;
}
.section_wrap {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
.fv_section {
    position: relative;
}
.main_slider {
    margin-bottom: 50px;
}
.fv_title {
    position: absolute;
    top: 0%;
    width: 100%;
    left: 0%;
    z-index: 1;
}
.fv_text {
    font-size: 14px;
    text-align: center;
    line-height: 2em;
    margin-bottom: 50px;
}
.index_anchor {
    width: 85%;
    margin: 0 auto 100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.index_anchor a {
    width: calc( 100% / 3 - 4% );
    margin: 0 2%;
}
.index_anchor a.style2 {
    margin: 40px 2% 0;
}
.index_anchor a.style3 {
    margin: 20px 2% 0;
}
.index_anchor a.style4 {
    margin: -60px 3% 0;
}
.index_anchor a.style5 {
    margin: 10px 2% 0;
}
.index_anchor .title {
    width: 100%;
    text-align: right;
    margin-top: 20px;
}
.index_anchor .title img {
    width: 60%!important;
    margin: 0 0 0 auto;
}
.style_wrap {
    margin-bottom: 80px;
}
.style_box1 {
    width: 82%;
    margin: 0 auto 50px;
}
.style_box2 {
    width: 85%;
    margin: 0 auto 50px;
    font-size: 12px;
    line-height: 2em;
    text-align: center;
}
.style_box3 {
    width: 100%;
    margin: 0 auto 50px;
}
.style_box4 {
    width: 85%;
    margin: 0 auto;
}
.style_link_title {
    width: 90%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    text-align: left;
}
.style_link_title small {
    font-size: 12px;
    margin-right: 5px;
}
.style_link_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.style_link_item a {
    width: calc( 100% / 3 - 2% );
    margin: 0 1% 10px;
}
.style_link_item.item4 a {
    width: calc( 100% / 3 - 2% );
    margin: 0 5% 10px;
}



.text_loop.loop_left {
    top: 0%;
    left: 2%;
    transform: rotate(90deg) translate(0, -100%);
    transform-origin: top left;
    position: fixed;
    z-index: 1;
}
.text_loop.loop_right {
    top: 0%;
    right: 2%;
    transform: rotate(90deg) translate(100%, 0);
    transform-origin: top right;
    position: fixed;
    z-index: 1;
}

.text_loop {
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  padding: 0;
  position: relative;
  font-size: 12px;
  line-height: 1em;
}

.text_content {
  display: inline-block;
  white-space: nowrap;
  padding-right: 2rem;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.loop_left .text_content {
  animation-name: scroll-left;
}

.loop_right .text_content {
    animation-name: scroll-left;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}





.banner_wrap {
    padding: 0px 0% 80px;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
.banner {
    width: 60%;
    margin: 0 auto 80px;
}
.banner_image {
    margin-bottom: 50px;
}
.banner_link {
    width: 90%;
    margin: 0 auto;
}
.banner_link a {
    margin-bottom: 20px;
    display: block;
}

#footer {
    position: relative;
    z-index: 2;
}




	


/***************▼ PC ▼*****************/
@media screen and (min-width: 768px) {
    #wrapper {
        margin-top: 75px;
        padding-top: 0;
        font-size: 2.5vw;
    }
    #lp_wrap {
        margin: 0px auto 0;
    }
    .style_wrap {
        margin-bottom: 130px;
    }
    .style_box2 {
        font-size: 14px;
    }
    .text_loop.loop_left {
        top: 0%;
        left: calc( 50% - 270px );
        transform: rotate(90deg) translate(0, -100%);
        transform-origin: top left;
        position: fixed;
        z-index: 1;
    }
    .text_loop.loop_right {
        top: 0%;
        right: calc( 50% - 270px );
        transform: rotate(90deg) translate(100%, 0);
        transform-origin: top right;
        position: fixed;
        z-index: 1;
    }


    

    

}

