@charset "utf-8";

/************************************************
 ブラウザリセット
************************************************ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
}

table,
caption,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse : collapse ;
    border-spacing: 0px;
    empty-cells: show;
    text-align: left;
    font-weight: normal;
}

a img,
iframe {
    border: none;
}
ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font-size: 100%;
    font-family: inherit;
}

article,
section {
  display: block;
}


body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333333;
    font-size: 1em;
    line-height: 1.6;
    min-width: 960px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    letter-spacing: 0.1em;
    overflow-x: hidden;
    /*background: linear-gradient(-135deg, #a8c0ff, #3f2b96);*/
    /*background: linear-gradient(#667db6, #0082c8, #0082c8, #667db6);*/
}
/*bubble animation用*/
.bubble {
    position: absolute;
    border-radius: 100%;
    bottom: 1px;
    border: 1px solid #64b5ea;
}

/* ローディング
---------------------------------------------------*/
#loading_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 2;
}
#loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 3;
}
#loading img {
    width: 15vw;
    height: auto;
}



.sensui-img {
    position: relative;
    height: 0;
    width: 100%;
    overflow: hidden;
    background: no-repeat center center;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}
.sec {
    position: relative;
    text-align: center;
    padding: 2vw 0;
}
.sec-head-txt {
    position: relative;
    width: 92vw;
    margin: auto;
    text-align: center;
    color: #F0F0F0;
    font-size: 7vw;
    line-height: 1em;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 800;
    font-style: normal;
}
.sec-sale-link {
    width: 90vw;
    margin: 0 auto;
}
.sec-sale-link a{
    display: block;
    position: relative;
    padding: 10px 10px;
    text-decoration: none;
    line-height: 18vw;
    font-size: 5.5vw;
    font-family: tbcgothic-std, sans-serif;
    font-weight: 800;
    font-style: normal;  
    color: #FFF;
    border:solid 1px #11418e;
}

.sec-sale-link a:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#11418e;
  opacity: 0.6;
  z-index: -1;
  transform: translate(6px, -6px);
  transition: transform 0.5s;
}

.sec-sale-link a:hover:before{
  transform: translate(-0, 0);
  opacity: 1;
}
.sec-feature-head-txt{
    position: relative;
    width: 92vw;
    margin: auto;
    text-align: center;
    color: #F0F0F0;
    font-size: 5vw;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 800;
    font-style: normal;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.sec-feature-sub-txt{
    position: relative;
    width: 90vw;
    margin: auto;
    color: #F0F0F0;
    font-size: 4vw;
    font-family: zen-antique-soft, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.sec-l {
    position: relative;
    text-align: left;
    padding: 2vw 0;
    margin-bottom: 3em;    
}


#sensui-top {
    padding: 3em 0;
}

#sensui-top .sensui-img.a {
	background-image: url("../img/sensui-01.png");
	padding-top: 100%;
	margin-bottom: 3%;
	margin-top: 4%;
}

#sensui-top .sensui-img.b {
    background-image: url("../img/sensui-02.png");
}
#sensui-top .sensui-img.b {
    padding-top: 75%;
}
#sensui-feature-01 .sensui-img.a {
    margin-top: 2em;
    background-image: url("../img/sensui-03.png");
    padding-top: 85%;
}
#sensui-feature-02 {
    margin-top: 5em;
}
#sensui-feature-02 .sensui-img.a {
    margin-top: 2em;
    background-image: url("../img/sensui-04.png");
    padding-top: 65%;
}
#sensui-feature-03 {
    margin-top: 5em;
}
#sensui-feature-03 .sensui-img.a {
    margin-top: 2em;
    background-image: url("../img/sensui-05.png");
    padding-top: 90%;
}
#tokugi-feature-04 .backgroud_base {
    position: relative;
    background: #00a0e9;  
    padding: 3em 0;
}
#sensui-detail {
    margin: 5em 0;
}
#sensui-detail .sensui-img.d {
    background-image: url("../img/sensui-06_sp.png");
    padding-top: 100%;
}
#sensui-detail .sensui-img.e {
    background-image: url("../img/sensui-07.png");
    padding-top: 10%;
    position: absolute;
    right: 85%;
}

/* button
----------------------------------------------- */
/* From uiverse.io by @nikk7007 */
button {
    margin: 2em 0 1em;	
    padding: 1em 8em;
    border: 3px solid #11418e;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 3.5vw;
    transition: .3s;
    z-index: 1;
    color: #F0F0F0;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 800;
    font-style: normal;    
}

button::before {
    content: '';
    width: 0;
    height: 540%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #11418e;
    transition: .5s ease;
    display: block;
    z-index: -1;
}

button:hover::before {
    width: 105%;
}

button:hover {
    color: #F0F0F0;
    cursor: pointer;
}
/* リンク指定
----------------------------------------------- */
a:link,
a:visited {
    color: #FFF;
    text-decoration: none;
}
a:link:hover,
a[href]:hover {
    color: #B6B6B6;
    text-decoration: none;
}

/* ページトップ
----------------------------------------------- */
#pagetop_wrap .pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 100%;
}
#pagetop_wrap .pagetop a {
    background: #244292;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 15px;
    text-align: center;
    display: block;
}
#pagetop_wrap .pagetop a:hover {
    text-decoration: none;
    background: #2781C9;
}
#pagetop_wrap .arrow{
	position: relative;
	display: inline-block;
	padding: 6px 0 5px 15px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}

/* footer
----------------------------------------------- */
#footer {
	background:#244292;
	color:#FFF;
	padding: 1em;
    margin: auto;
	border-top: 1px #DDD solid;
}
#copyright {
    text-align: center;
    font-size: 85%;
    margin-top: 5px;
}
#footerlink {
    text-align: center;    
    margin-top: 1em;
    font-size: 12px;
}

@media screen and (max-width: 640px) {
    body {
        font-size: 0.875em;
        line-height: 1.5;
        min-width: 320px;
    }
}

@media screen and (min-width: 641px) {
    .sec-head-txt {
        width: 90%;
        max-width: 1200px;
        margin: auto;
        font-size: 65px;
    }
    
    .pc-only-flex {
        display: flex;
        width: 100%;
        max-width: 1200px;
        margin: auto;
    }
    .pc-only-flex > div {
        height: 100%;
        width: 50%;
        max-width: 600px;
    }
    .sec-sale-link {
        width: 520px;
    }
    .sec-sale-link a {
       display: block;
        text-decoration: none;
        font-size: 24px;
        line-height: 90px;
    }
    .sec-feature-head-txt {
        width: 90%;
        max-width: 1200px;
        margin: auto;
        font-size: 40px;
    }
    .sec-feature-sub-txt {
        width: 75%;
        max-width: 1200px;
        margin: 1em auto;
        font-size: 25px;
        text-align: justify;
    }
    #sensui-top {
        padding: 3em 0 5em;
    }    
    #sensui-top .sensui-img.a {
        padding-top: 50%;
    }
    #sensui-top .sensui-img.b {
        max-width: 930px;
        padding-top: 25%;
    }
    #sensui-feature-01 .sensui-img.a {
        padding-top: 35%;
    }
    #sensui-feature-02 .sensui-img.a {
        padding-top: 35%;
    }
    #sensui-feature-03 .sensui-img.a {
        padding-top: 35%;
    }
    #sensui-detail .pc-only-flex {
        width: 20%;
    }
    #sensui-detail .sensui-img.d {
        background-image: url("../img/sensui-06.png");
        padding-top: 30%;
    }
	#sensui-detail .sensui-img.e {
    background-image: url("../img/sensui-07.png");
    padding-top: 4%;
    position: absolute;
    right: 85%;
    }
    #footerlink {
        text-align: center;    
        margin-top: 1em;
        font-size: 100%;
    }
    
    /* button
    ----------------------------------------------- */
    button {
        font-size: 1.5vw;
    }    
}

/*image-scloor
----------------------------------------------- */
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.scroll-infinity_wrap {
    display: flex;
    overflow: hidden;
}
.scroll-infinity_list {
    display: flex;
    list-style: none;
    padding: 0;
}
.scroll-infinity_list-left {
    animation: infinity-scroll-left 300s infinite linear 0.5s both;
}
/*
.scroll-infinity_wrap:hover .scroll-infinity_list-left {
  animation-play-state: paused;
}
*/
.scroll-infinity_item {
    width: calc(1750vw / 31);
    margin-right: 2em;
}
@media screen and (min-width: 641px) {
    .scroll-infinity_item {
        width: calc(750vw / 31);
    }
}
.scroll-infinity_item>img {
    width: 100%;
}
