@charset "UTF-8";


html {
    font-size: 62.5%
}

body {
    background: #fff;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    color: #3C2727;
    line-height: 1.6;
}

:focus{
    outline-style: none;
}

.sp-only{
    display: block !important;
}
.pc-only{
    display: none !important;
}

#wrapper {
    overflow: hidden;
}

section {
    padding: 40px 0 100px;
}
section:nth-of-type(n+2) {
    padding-right: 10px;
    padding-left: 10px;
}
.em {
    font-size: 2rem;
    font-weight: bold;
	text-align: center;
}
.em > span{
    color: #EE4E22;
}

.embtn{
    font-size: 1.6rem;
    font-weight: bold;
	margin-top: 10px;
	text-align: center;
}
.embtn> span{
    color: #EE4E22;
}

.embtn2{
    font-size: 1.6rem;
    font-weight: bold;
	padding-top: 10px;
	text-align: center;
	color: #EE4E22;
}
.embtn2> span{
}

@media screen and (min-width: 600px) {
.embtn{
    font-size: 1.6rem;
    font-weight: bold;
	padding-top: 15px;
	text-align: center;
}
.embtn> span{
    color: #EE4E22;
}
}

@media screen and (min-width: 600px) {
.embtn2{
    font-size: 1.6rem;
    font-weight: bold;
	margin-top: 15px;
	text-align: center;
    color: #EE4E22;
}
.embtn2> span{
}
}


h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    padding: 0 25px;
}
.bg-gray {
    background: #F5F5F7;
}
.bg-blue {
    background: #EAF6FF;
}


.ttl-box {
    margin-top: -85px;
    line-height: 1.3;
    margin-bottom: 30px;
}
.ttl-box span {
    display: inline-block;
    font-size: 6.2rem;
    letter-spacing: 0.2rem;
    font-family: 'Nunito Sans', sans-serif;
}
.ttl-box h3 {
    font-weight: normal;
    font-size: 2rem;
}


.card-box ul li {
    padding: 10px;
    background: #fff;
    margin-bottom: 30px;
    border: solid 1px #3C2727;
    box-shadow: 0px 4px 4px 1px #d1d1d1;
    position: relative;
}
.card-box ul li dl {
    border: dotted 1px #3C2727;
    padding: 30px 15px;
    text-align: center;
}

.card-box ul li span {
    display: inline-block;
    position: absolute;
    top: -30px;
    left: -10px;
    width: 80px;
}
.card-box ul li dl dt:after {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    background: #3c2727;
    margin: 10px auto 20px;
}
.card-box ul li dl dd{
    font-weight: bold;
    font-size: 1.8rem;
}
.card-box ul li dl dd + dd {
    margin-top: 30px;
}


.search-btn {
    margin-top: 60px;
    text-align: center;
}
.search-btn p:first-child{
    margin-bottom: 5px;
}
.btn.search{
    padding: 15px 10px;
    display: block;
    background: #ee4e22;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 4px 4px 1px #d1d1d1;
    text-decoration: none;
}
.btn.search:hover{
    background: #F6A000;
    transition: .2s ease-in-out;
}
.btn.search span{
    position: relative;
    display: block;
    
}
.btn.search span::before {
    content: "";
    display: inline-block;
    position: absolute;
    
    width: 25px;
    height: 25px;
    
}


.search-btn-c {
    margin-top: 60px;
    text-align: center;
}
.search-btn-c p:first-child{
    margin-bottom: 5px;
}
.btn-c.search{
    padding: 15px 10px;
    display: block;
    background: #3BA3ED;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 4px 4px 1px #d1d1d1;
    text-decoration: none;
}
.btn-c.search:hover{
    background: #4CC7FD;
    transition: .2s ease-in-out;
}

.btn-c.search span{
    position: relative;
    display: block;
    padding-left: 30px;
}
.btn-c.search span::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 5px;
    width: 25px;
    height: 25px;
    background: url(../images/lupe_icon@2x.png) no-repeat center center;
    background-size: 25px;
}
.ft-search-btn-c {
    padding: 80px 10px;
    text-align: center;
    background: url("../images/footer_bg@2x.png") no-repeat center center;
    background-size: cover;
	opacity: 0.5;
}

	.ft-search-btn-c {
        padding: 100px 10px;
    }
        
    .search-btn-c p + p,
    .ft-search-btn-c p + p{
        width: 50%;
        margin: 0 auto;
    }
    .search-btn-c p:first-child,
    .ft-search-btn-c p:first-child{
        margin-bottom: 10px;
    }

@media screen and (max-width: 600px){
    .search-btn-c p + p,
    .ft-search-btn-c p + p{
        width: 95%;
        margin: 0 auto;
    }
    .search-btn-c p:first-child,
    .ft-search-btn-c p:first-child{
        margin-bottom: 10px;
    }

}


.fade {
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.fade.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


header {
    background: #fff;
    height: 45px;
    width: 100%;
    border-bottom: solid 1px #3C2727;
    position: fixed;
    top: 0;
    z-index: 9999;
}
header .logo {
    width: 100px;
    padding: 6px 10px;
}
.sidebarMenuInner li a{
    color: #3c2727;
    text-decoration: none;
}

#main {
    margin-top: 46px;
    border-bottom: solid 3px #F5F5F7;
}
#main h1 {
    padding: 5px 10px;
    margin: 0 auto;
    max-width: 310px;
}
.swiper-container {
    width: 100%;
    height: 152vw;
}
.swiper-container .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 152vw;
}
.swiper-container .swiper-pagination{
    display: none;
}




.summary-img p {
    background: #EAF6FF;
    position: relative;
    height: 120px;
}
.summary-img p img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 300px;
}
.summary-img {
    padding-top: 130px;
}
.summary-txt {
    padding: 30px 25px 0;
}
.summary-txt p span {
    font-weight: bold;
    color: #EE4E22;
}


.campaign-inner {
    background: #fff;
    margin-bottom: 30px;
    padding: 15px 15px 0;
}
.campaign-inner .campaign-txt {
    padding: 15px 0 30px;
}
.campaign-inner .campaign-txt .em {
    margin-bottom: 20px;
}
.campaign-inner .campaign-txt > div p span{
    font-weight: bold;
}

.campaign-inner .circle {
    display: inline-block;
    border-radius: 50%;
    border: solid 1px #3C2727;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    height: 70px;
    width: 70px;
    padding: 21px 0;
    line-height: 1.3;
    margin-right: 10px;
    flex-shrink: 0;
}
.campaign-inner .circle span {
    font-size: 1.4rem;
}
.campaign-inner .boxInfo-txt div + div p {
    font-size: 1.2rem;
    font-weight: bold;
}
.boxtype-box {
    margin-bottom: 60px;
}
.boxtype-box > p {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.boxtype-box > p span{
    font-size: 1.4rem;
    margin-left: 5px;
}
.boxtype-box ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.boxtype-box ul li {
    width: calc(50% - 10px);
    text-align: center;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.boxtype-box ul li:nth-child(odd) {
    margin-right: 20px;
}
.boxtype-box ul li > p {
    max-width: 180px;
    margin: 0 auto 15px;
}
.boxtype-box ul li dl dt {
    font-weight: bold;
    margin-bottom: 10px;
}
.boxtype-box ul li dl dd:nth-of-type(2) {
    font-size: 1.2rem;
    margin-bottom: 10px;
}


.product-area p {
    margin-bottom: 30px;
    padding: 0 15px;
}
.swiper-card {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-card .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-bottom: 70px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    background: url('../images/slider-arrow_icon-right@2x.png') no-repeat;
    background-size: 100%;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 90px;
    background: url('../images/slider-arrow_icon-left@2x.png') no-repeat;
    background-size: 100%;
}






.article-area {
    padding: 30px 15px;
    margin: 10px;
    border: solid 10px #F5F5F7;
    text-align: center;
}
.article-area .subttl-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.article-area > p {
    margin-bottom: 30px;
}
.article-area .subttl-box span {
    font-size: 33px;
    margin-right: 10px;
}
.article-area .subttl-box h4 {
    font-weight: normal;
}
.article-area a {
    color: #38b8eb;
    text-decoration: none;
}
.article-area .article-card a {
    border: #3c2727 solid 1px;
    padding: 10px;
    display: block;
    color: #3c2727;
    text-align: left;
    box-shadow: 0px 4px 4px 1px #d1d1d1;
}

.article-area .article-card a > p {
    margin-bottom: 15px;
}
.article-area .article-card dl dt {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #3c2727 dotted 1px;
    font-weight: bold;
}
.article-area .article-card dl dd {
    font-size: 1.4rem;
}
.article-area .article-card dl dd + dd {
    text-align: right;
    font-weight: bold;
    color: #38b8eb;
}


.ft-search-btn {
    padding: 80px 10px;
    text-align: center;
    background: url("../images/footer_bg@2x.png") no-repeat center center;
    background-size: cover;
}

.sumally-contact dl {
    text-align: center;
    padding: 30px 10px;
}
.sumally-contact dl dt {
    margin-bottom: 20px;
}
.sumally-contact dl dt img {
    max-width: 200px;
}
.sumally-contact dl dd a {
    color: #3C2727;
    text-decoration: none;
}


.l-footer {
    border-top: dashed 1px #353535;
}

.l-footer .footer-nav{
    padding: 16px 0;
    border-bottom: solid 1px #ffffff;
    text-align: center;
}
.l-footer .footer-nav li {
    display: inline-block;
    padding: 4px 4px;
    font-size: 1.4rem;
    color: #ffffff;
}

.l-footer .footer-nav a {
    color: #ffffff;
}
.sns-btn ul li {
    display: inline-block;
}
.sns-btn ul li:first-child {
    margin-right: 10px;
}
.l-footer .footer-bottom {
    background: #3ba4ee;
}
.cf:after {
    content: "";
    clear: both;
    display: block;
}
.m-breadcrumb {
    text-align: center;
    padding: 8px 0;
}
.m-breadcrumb ul li {
    padding-right: 4px;
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.m-breadcrumb ul li a {
    color: #38b8eb;
}

.m-breadcrumb li::after {
    content: "\003e";
    display: inline-block;
    padding-left: 4px;
}
.m-breadcrumb li:last-child::after{
    display: none;
}
.sns-btn {
    background: none;
    text-align: center;
    padding: 10px 0;
}
.sns-btn ul li img {
    width: 35px;
}
.l-footer .footer-bottom small {
    padding: 8px 0;
    display: block;
    font-size: 1.0rem;
    color: #ffffff;
    text-align: center;
}



.attention-li {
    margin-top: 25px;
    font-size: 12px;
    display: flex;
    justify-content: center;
}
.campaign-ttl {
    margin-bottom: 30px;
    text-align: center;
}
.campaign-ttl p{
    font-size: 2.6rem;
    letter-spacing: .3rem;
    display: inline-block;
}
.campaign-ttl span {
    color: #EE4E22;
    font-weight: bold;
}
.attention-li li{
    margin-right: 10px;
}




@media screen and (max-width: 769px){

    
    #g-nav {
        background: #fff;
        position: fixed;
        top: 46px;
        right: 0;
        bottom: 0;
        z-index: 990;
        text-align: center;
        width: 270px;
        height: calc(100% - 46px);
        overflow: hidden;
        box-sizing: border-box;
        transition: .3s ease-in-out;
        transform: translateX(270px);
    }
    .open #g-nav{
        transform:translateX(0);
    }
    #nav-toggle {
        position: fixed;
        top: 12px;
        right: 15px;
        height: 21px;
        cursor: pointer;
        z-index: 999;
    }

    #nav-toggle > div {
        position: relative;
        width: 30px;
    }
    #nav-toggle > div span {
        width: 100%;
        height: 1px;
        left: 0;
        display: block;
        background: #3c2727;
        position: absolute;
        transition: transform .3s ease-in-out, top .3s ease;
    }

    #nav-toggle > div span:nth-child(1) {
        top: 0;
    }
    #nav-toggle > div span:nth-child(2) {
        top: 10px;
    }
    #nav-toggle > div span:nth-child(3) {
        top: 20px;
    }
    .open #nav-toggle > div span:nth-child(1) {
        top: 15px;
        transform: rotate(45deg);
    }
    .open #nav-toggle > div span:nth-child(2) {
        top: 15px;
        width: 0;
        left: 50%;
    }
    .open #nav-toggle > div span:nth-child(3) {
        top: 15px;
        transform: rotate(-45deg);
        background: #3c2727;
    }
    #g-nav .nav-link {
        margin: 10px;
        border: #f5f5f7 solid 10px;
        padding: 30px 40px;
        height: calc(100% - 20px);
    }
    #g-nav .nav-link li {
        border-bottom: #3c2727 solid 1px;
    }

    #g-nav .nav-link li a {
        text-decoration: none;
        color: #3c2727;
        padding: 20px;
        display: block;
        font-size: 1.8rem;
    }

}


@media screen and (min-width: 769px) {
    
     
    .campaign-ttl p::before{
        content: "-";
        display: inline-block;
        margin-right: 10px;
    }
    .campaign-ttl p::after{
        content: "-";
        display: inline-block;
        margin-left: 10px;
    }
    .campaign-ttl p br{
        display: none;
    }
    
     
    body{
        font-size: 1.6rem;
    }
    .fade.delay-01 {
        -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
        transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    }
    .fade.delay-02 {
        -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
        transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
    }
    h2 {
        font-size: 2.4rem;
        position: relative;
        z-index: 2;
    }
    .ttl-box {
        margin-top: -105px;
        display: flex;
        align-items: center;
        margin-bottom: 50px;
    }
    .ttl-box h3 {
        margin-top: 15px;
    }
    .ttl-box span {
        font-size: 9rem;
        margin-right: 20px;
    }
    section:nth-of-type(n+2) {
        padding-right: 7%;
        padding-left: 7%;
    }
    .em {
        font-size: 2.4rem;
        font-weight: bold;
    }
    section {
        padding: 40px 0 140px;
    }

    .ft-search-btn {
        padding: 100px 10px;
    }
        
    .search-btn p + p,
    .ft-search-btn p + p{
        width: 50%;
        margin: 0 auto;
    }
    .search-btn p:first-child,
    .ft-search-btn p:first-child{
        margin-bottom: 10px;
    }
    
    .card-box ul {
        display: flex;
    }
    .card-box ul li {
        margin-right: 30px;
    }
    .card-box ul li:last-child {
        margin-right: 0;
    }
    .card-box ul li span {
        top: -25px;
        left: -20px;
    }
    
    
    #main {
        background: #f5f5f7;
    }
    #main h1 {
        padding: 10px;
        max-width: 100%;
        background: #fff;
        text-align: center;
    }
    #main h1 img {
        width: 380px;
    }
    
     
    header{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header input{
        display: none;
    }
    #g-nav ul {
        display: flex;
    }
    #g-nav ul li{
        margin-right: 30px;
        font-weight: normal;
        font-family: 'Nunito Sans', sans-serif;
    }
    #g-nav ul li a{
        display: inline-block;
        color: #3c2727;
        text-decoration: none;
        transition: .3s;
        position: relative;
    }
    #g-nav ul li a::after {
        position: absolute;
        bottom: 2px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #3c2727;
        opacity: 0;
        transition: .3s;
    }
    #g-nav ul li a:hover::after {
        bottom: 0;
        opacity: 1;
    }
    
     
    .summary-inner {
        position: relative;
        padding-left: 50%;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 7%;
    }
    .summary-txt {
        position: relative;
        z-index: 2;
    }
    .summary-txt p {
        margin-bottom: 30px;
    }
    .summary-txt p:last-child {
        margin-bottom: 0;
    }
    .summary-img {
        padding-top: 0;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 58%;
    }
    .summary-img p {
        height: 100%;
        z-index: 1;
    }
    .summary-img p img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 60px;
    }
    
     
    .campaign-inner {
        padding: 30px 0 30px 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 920px;
        margin: 0 auto 30px;
    }
    .campaign-inner .campaign-txt {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .campaign-inner .campaign-txt .em {
        margin-bottom: 30px;
	    text-align: center;
    }
    p.catch {
	    text-align: center;
    }
    .campaign-area .card-box ul li {
        width: 50%;
    }

    .boxtype-box ul {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        padding: 10px;
        background: #fff;
    }
    .boxtype-box ul li {
        margin-right: 20px;
        padding: 15px;
    }
    .boxtype-box ul li:last-child {
        margin-right: 0;
    }
    .boxtype-box ul li dl {
        font-size: 1.4rem;
    }

     
    .product-area p {
        margin-bottom: 80px;
        text-align: center;
    }
    
     
    .step-area {
        box-sizing: border-box;
    }
    .step-area .card-box ul li {
        margin-bottom: 60px;
        min-width: 280px;
        width: 33.33%;
    }
    
    .step-area .card-box ul li:nth-child(1) {
        top: 60px;
    }
    .step-area .card-box ul li:nth-child(2) {
        top: 30px;
    }
    
     
    .article-area {
        margin: 30px 7%;
    }
    .article-area .article-card {
        max-width: 680px;
        margin: 0 auto;
    }
    .article-area .article-card a {
        display: flex;
        align-items: center;
        padding: 15px;
        position: relative;
    }
    .article-area .article-card a > p {
        margin-bottom: 0;
        max-width: 250px;
        margin-right: 30px;
        flex-shrink: 0;
    }
    .article-area .article-card dl {
        margin-bottom: 20px;
    }
    .article-area .article-card dl dd + dd {
        position: absolute;
        bottom: 15px;
        right: 15px;
    }
    .article-area .article-card a:hover {
        opacity: .8;
        box-shadow: none;
        transition: .2s ease-in-out;
    }
    
     
    .sumally-contact dl {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sumally-contact dl dt {
        margin-bottom: 0;
        margin-right: 30px;
    }
    .sumally-contact dl dd {
        margin-top: 8px;
    }
    .sumally-contact dl dd:nth-of-type(1)::after {
        content: "：";
        display: inline-block;
        padding: 0 2px;
        vertical-align: middle;
    }
    
    .cont-inner {
        width: 960px;
        margin: 0 auto;
        font-size: 1.4rem;
        position: relative;
    }
    .m-breadcrumb {
        display: inline-block;
        vertical-align: middle;
        width: 89%;
    }
    .m-breadcrumb ul li {
        float: left;
    }
    .sns-btn {
        width: 10.5%;
        width: calc(11% - 5px);
       text-align: right;
        display: inline-block;
        vertical-align: middle;
    }
    .l-footer .footer-bottom {
        padding: 20px 0;
    }
    .l-footer .footer-bottom .footer-nav {
        float: left;
    }
    .l-footer .footer-bottom small {
        float: right;
        font-size: 1.2rem;
    }
    .l-footer .footer-nav{
        border-bottom: none;
        padding: 2px 0;
    }
   
}


@media screen and (min-width:481px){

    .sp-only{
        display: none !important;
    }
    .pc-only{
        display: block !important;
    }
     
    .card-box ul li dl{
        height: 100%;
    }
    .card-box ul li dl dt {
        min-height: 75px;
        font-size: 1.4rem;
    }
    .card-box ul li dl dt:after {
        margin: 15px auto 20px;
    }
    .card-box ul li dl dd {
        min-height: 60px;
    }
    .card-box ul li dl dd + dd {
        margin-top: 10px;
    }
    .card-box ul li dl dd + dd img {
        max-height: 220px;
    }
    .article-area .article-card a > p{
        text-align: center;
    }
    .article-card p img{
        max-height: 220px;
    }
    .swiper-container .swiper-pagination {
        display: block;
        text-align: right;
        padding-right: 20px;
    }
    .swiper-pagination-bullet-active {
        background: #ee4e22;
    }
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
   
    
     
    .swiper-container {
        height: 56vw;
        width: 100vw;
        overflow: hidden;
    }
    .swiper-container .swiper-slide {
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        max-width: 100%;
        height: 100%;
    }
}

