@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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
box-sizing: border-box;
}
img{
height: auto;
max-width: 100%;
vertical-align: top;
}
a{
text-decoration: none;
}
ol, ul{
list-style: none;
}
table{
border-collapse: collapse;
border-spacing: 0;
}
.clear {
clear: both;
}
caption, th, td{
text-align: left;
font-weight: normal;
vertical-align: middle;
}
q, blockquote{
quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after{
content: "";
content: none;
}
a img {
border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
display: block;
}
*, :after, :before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix:after{
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix{
display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix{
height: 1%;
}
.clearfix{
display: block;
}
/* End hide from IE-mac */
/*------------------------------------------
サービス別レスポンシブ
------------------------------------------*/
/*youtube*/
.youtubeWrapper{
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtubeWrapper iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
/*------------------------------------------
cmn
------------------------------------------*/
body{
font-family: 'Noto Sans JP', sans-serif;
}
img{
vertical-align: top;
}
sup{
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}
.hoverBtn{
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
@media screen and (max-width: 768px) {
.hidden-sp{
display: none !important;
}
}
@media screen and (min-width: 769px) {
.hidden-pc{
display: none !important;
}
}
@media screen and (max-width: 1020px) {
.hidden-pd{
display: none !important;
}
}
/*------------------------------------------
cmn
------------------------------------------*/
#wrapper{
background: url("../img/bg_circle.png") repeat center top / 680px #3bbdd4;
}
.innerBox{
max-width: 1000px;
margin: 0 auto;
}
h3{
margin-bottom: 50px;
font-size: 30px;
color: #FFF;
text-align: center;
position: relative;
span.line{
width: 100%;
height: 2px;
margin-top: 10px;
display: block;
position: relative;
background: #FFF;
&:before,
&:after{
content: "";
width: 6px;
height: 6px;
display: block;
background: #FFF;
border-radius: 6px;
position: absolute;
top: -2px;
}
&:before{
left: 0;
}
&:after{
right: 0;
}
}
}
.btn{
width: 100%;
max-width: 550px;
height: 100px;
margin: 0 auto;
display: table;
border: 5px solid #e84981;
background: rgba(255,255,255,0.9);
text-decoration: none !important;
border-radius: 10px;
box-shadow: 0 0 2px rgba(0,0,0,0.2);
>span{
display: table-cell;
text-align: center;
vertical-align: middle;
font-size: 20px;
font-weight: 700;
color: #e84981;
text-shadow: -1px -1px 0 rgba(0,0,0,0);
transition: 0.3s;
position: relative;
&:after{
content: "";
width: 25px;
height: 25px;
display: block;
background: url("../img/icon_download.svg") no-repeat center / cover;
position: absolute;
left: 50%;
top: 50%;
transform: translate(800%, -50%);
}
}
&.green{
border: 5px solid #3bbdd4;
>span{
color: #3bbdd4;
&:after{
background: url("../img/icon_download_2.svg") no-repeat center / cover;
}
}
}
&:hover{
box-shadow: 0 0 0 rgba(0,0,0,0.2) , 0 0 10px rgba(0,0,0,0.2) inset;
>span{
text-shadow: 0 0 2px rgba(0,0,0,0.2);
/*color: #e92a73;*/
}
}
}
@media screen and (max-width: 768px) {
#wrapper{
background: url("../img/bg_circle.png") repeat center top / 300px #3bbdd4;
}
h3{
font-size: 22px;
}
.btn{
>span{
font-size: 18px;
&:after{
width: 20px;
height: 20px;
left: inherit;
right: 10px;
top: 50%;
transform: translate(0, -50%);
}
}
}
}
/*------------------------------------------
mv
------------------------------------------*/
.mv{
height: 80vh;
min-height: 800px;
position: relative;
.inner{
h1{
width: 70vw;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -39%);
z-index: 10;
img{
}
}
p{
width: 30vw;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-150%, -108%);
}
}
.endTxt{
width: 100%;
max-width: 800px;
padding: 50px;
margin: 0 auto;
position: relative;
top: 50%;
z-index: 12;
transform: translate(0, -50%);
background: rgba(0,0,0,0.7);
text-align: center;
.txt_01{
margin-bottom: 10px;
font-size: 42px;
font-weight: 700;
color: #FFF;
text-shadow: 2px 2px 0 #e74880, -2px 2px 0 #e74880, 2px -2px 0 #e74880, -2px -2px 0 #e74880, 2px 2px 2px #e74880, -2px 2px 2px #e74880, 2px -2px 2px #e74880, -2px -2px 2px #e74880;
}
.txt_02{
margin-bottom: 50px;
font-size: 30px;
font-weight: 700;
color: #FFF;
text-shadow: 5px 5px 10px rgba(0,0,0,1);
}
dl{
position: relative;
dt{
padding: 5px 25px;
font-size: 20px;
font-weight: 700;
color: #000;
background: #FFF;
position: absolute;
right: 50%;
top: 0;
transform: translate(50%, -50%);
}
dd{
padding: 40px 15px 30px 15px;
text-align: center;
border: 1px solid #FFF;
p{
font-size: 25px;
font-weight: 700;
color: #FFF;
text-shadow: 3px 3px 3px rgba(0,0,0,1), -3px 3px 3px rgba(0,0,0,1), 3px -3px 3px rgba(0,0,0,1), -3px -3px 3px rgba(0,0,0,1), 3px 3px 3px rgba(0,0,0,1), -3px 3px 3px rgba(0,0,0,1), 3px -3px 3px rgba(0,0,0,1), -3px -3px 3px rgba(0,0,0,1), 3px 3px 3px rgba(0,0,0,1), -3px 3px 3px rgba(0,0,0,1), 3px -3px 3px rgba(0,0,0,1), -3px -3px 3px rgba(0,0,0,1);
strong{
font-size: 45px;
}
span{
font-size: 30px;
}
}
}
}
}
}
@media screen and (max-width: 768px) {
.mv{
height: 100vh;
min-height: inherit;
.inner{
h1{
width: 90vw;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -40%);
z-index: 10;
img{
}
}
p{
width: 36vw;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-150%, -113%);
}
}
.endTxt{
width: 90%;
max-width: 800px;
padding: 25px 5%;
margin: 0 auto;
position: relative;
top: 50%;
z-index: 12;
transform: translate(0, -50%);
background: rgba(0,0,0,0.7);
text-align: center;
.txt_01{
margin-bottom: 10px;
font-size: 30px;
font-weight: 700;
color: #FFF;
text-shadow: 2px 2px 0 #e74880, -2px 2px 0 #e74880, 2px -2px 0 #e74880, -2px -2px 0 #e74880, 2px 2px 2px #e74880, -2px 2px 2px #e74880, 2px -2px 2px #e74880, -2px -2px 2px #e74880;
}
.txt_02{
margin-bottom: 50px;
font-size: 20px;
font-weight: 700;
color: #FFF;
text-shadow: 5px 5px 10px rgba(0,0,0,1);
}
dl{
position: relative;
dt{
width: 80%;
padding: 5px 15px;
font-size: 18px;
font-weight: 700;
color: #000;
background: #FFF;
position: absolute;
right: 50%;
top: 0;
transform: translate(50%, -50%);
}
dd{
padding: 40px 5% 30px 5%;
text-align: center;
border: 1px solid #FFF;
p{
font-size: 16px;
font-weight: 700;
color: #FFF;
text-shadow: 3px 3px 3px rgba(0,0,0,1), -3px 3px 3px rgba(0,0,0,1), 3px -3px 3px rgba(0,0,0,1), -3px -3px 3px rgba(0,0,0,1), 3px 3px 3px rgba(0,0,0,1), -3px 3px 3px rgba(0,0,0,1), 3px -3px 3px rgba(0,0,0,1), -3px -3px 3px rgba(0,0,0,1), 3px 3px 3px rgba(0,0,0,1), -3px 3px 3px rgba(0,0,0,1), 3px -3px 3px rgba(0,0,0,1), -3px -3px 3px rgba(0,0,0,1);
strong{
font-size: 25px;
}
span{
font-size: 16px;
display: inline-block;
}
}
}
}
}
}
}
@media screen and (max-width: 500px) {
.mv{
.endTxt{
.txt_01{
font-size: 8vw;
}
.txt_02{
font-size: 6vw;
}
dl{
dt{
font-size: 5vw;
}
dd{
p{
font-size: 5vw;
strong{
font-size: 7vw;
}
}
}
}
.btnBox{
.btn{
height: 80px;
span{
padding: 0 10px;
font-size: 4vw;
&:after{
content: none;
}
}
}
}
}
}
}
/*------------------------------------------
contents_01
------------------------------------------*/
.contents_01{
background: rgba(255,255,255,0.2);
padding: 100px 0;
h2{
margin-bottom: 100px;
text-align: center;
}
.brand{
margin-bottom: 30px;
font-size: 0;
li{
font-size: 16px;
font-weight: 700;
display: inline-block;
color: #FFF;
&:after{
content: "/";
padding: 0 5px;
display: inline-block;
font-weight: 400;
}
&:last-child{
&:after{
content: none;
}
}
}
}
.inSlide {
width: 100%;
height: 120px;
margin-bottom: 100px;
position: relative;
overflow: hidden;
}
.loopSliderWrap {
top: 0;
left: 0;
height: 120px;
position: relative;
}
.inSlide ul {
float: left;
}
.inSlide ul li {
width: auto;
height: 120px;
padding: 0 20px;
float: left;
display: -ms-flex;
display: flex;
-ms-align-items: center;
align-items: center;
img{
width: 100px;
}
&.size_02 img{
width: 80px;
}
&.size_07 img{
width: 70px;
}
&.size_15 img{
width: 70px;
}
&.size_17 img{
width: 60px;
}
&.size_19 img{
width: 60px;
}
}
.priceBox{
width: 100%;
max-width: 545px;
margin: 0 auto 50px auto;
thead{
border-bottom: 1px solid #FFF;
color: #FFF;
font-size: 20px;
th{
font-weight: 700;
padding-bottom: 10px;
&:last-child{
text-align: right;
}
}
}
tbody{
tr{
border-bottom: 1px solid rgba(255,255,255,0.3);
td{
padding: 10px 0;
color: #FFF;
font-size: 18px;
font-weight: 700;
&:last-child{
text-align: right;
}
}
}
}
}
.img_01{
text-align: center;
p{
padding: 20px 0 0 0;
color: #FFF;
font-size: 14px;
}
}
}
@media screen and (max-width: 768px) {
.contents_01{
padding: 50px 0;
.innerBox{
padding: 0 5%;
}
h2{
margin-bottom: 40px;
}
h3{
.sTxt{
font-size: 14px;
}
}
.inSlide {
margin-bottom: 50px;
}
.priceBox{
tbody{
tr{
td{
font-size: 16px;
}
}
}
}
.img_01{
text-align: center;
}
}
}
/*------------------------------------------
contents_02
------------------------------------------*/
.contents_02{
padding: 0 0 100px 0;
background: rgba(255,255,255,0.2);
.imgBox{
position: relative;
.img_01,
.img_02,
.img_03{
position: absolute;
left: 0;
top: 0;
z-index: 2;
opacity: 0;
}
.img_04{
opacity: 0;
}
}
}
@media screen and (max-width: 768px) {
.contents_02{
padding: 0 0 100px 0;
.imgBox{
li{
padding: 0 10% 70px 10%;
text-align: center;
&:last-child{
padding-bottom: 0;
}
img{
width: 100%;
max-width: 388px;
}
}
}
}
}
/*------------------------------------------
contents_03
------------------------------------------*/
.contents_03{
padding: 100px 0;
background: rgba(255,255,255,0.7);
h3{
color: #222;
span.line{
background: #222;
&:before,
&:after{
background: #222;
}
}
}
h4{
font-size: 20px;
margin-bottom: 10px;
}
.box{
margin-bottom: 50px;
color: #222;
&:last-child{
margin-bottom: 0;
}
a{
text-decoration: underline;
font-weight: 700;
color: #222;
&:hover{
text-decoration: none;
}
}
.pinkTxt{
color: #e92a73;
}
.line{
text-decoration: line-through;
}
.txt_01{
font-size: 22px;
color: #e92a73;
}
&.box_10{
.boxLR{
display: -ms-flex;
display: flex;
h5{
margin-bottom: 20px;
text-align: center;
}
>div{
padding: 20px;
background: #FFF;
flex: 1;
&.boxL{
border: 1px solid #e92a73;
margin-right: 20px;
}
&.boxR{
border: 1px solid #3bbdd4;
}
.boxInner{
display: -ms-flex;
display: flex;
.imgBox{
max-width: 200px;
margin-right: 10px;
}
p{
}
}
}
}
}
}
.coution{
padding-left: 1.2em;
font-size: 14px;
position: relative;
display: inline-block;
&:before{
content: "※";
position: absolute;
left: 0;
top: 0;
}
}
ul.dot{
li{
padding-left: 1.2em;
margin-bottom: 5px;
position: relative;
&:before{
content: "●";
position: absolute;
left: 0;
top: 4px;
font-size: 12px;
}
}
}
.box_04{
>dl{
>dt{
margin-bottom: 10px;
font-weight: 700;
}
>dd{
margin-bottom: 30px;
padding-left: 2em;
&:last-child{
margin-bottom: 0;
}
&.btnList{
padding: 0;
.btnLR{
display: -ms-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
.btn{
max-width: 600px;
>span{
&:after{
transform: translate(650%, -50%);
}
}
}
}
p{
padding: 20px 0;
text-align: center;
font-weight: 700;
}
}
>ol{
list-style-type: decimal;
li{
margin-bottom: 20px;
&:last-child{
margin-bottom: 0;
}
}
dl.dot{
dt{
font-weight: 700;
}
dd{
padding-left: 1.2em;
margin-bottom: 5px;
position: relative;
&:before{
content: "●";
position: absolute;
left: 0;
top: 4px;
font-size: 12px;
}
}
}
}
.imp{
font-size: 18px;
color: #CD0003;
}
}
}
.btnBox{
padding: 20px 5%;
}
}
.box_09{
text-align: center;
.fsBig{
padding: 20px;
border: 1px solid #e84981;
font-size: 18px;
background: #FFF;
}
}
}
@media screen and (max-width: 768px) {
.contents_03{
padding: 100px 5%;
.box{
&.box_10{
.boxLR{
display: block;
h5{
margin-bottom: 20px;
}
>div{
padding: 20px;
&.boxL{
margin-right: 0;
margin-bottom: 10px;
}
.boxInner{
display: -ms-flex;
display: flex;
.imgBox{
max-width: 150px;
margin-right: 10px;
}
p{
}
}
}
}
}
}
.box_04{
>dl{
>dt{
margin-bottom: 10px;
font-weight: 700;
}
>dd{
margin-bottom: 30px;
padding-left: 1.2em;
&:last-child{
margin-bottom: 0;
}
&.btnList{
padding: 0;
.btnLR{
display: block;
.btn{
max-width: 440px;
&:first-child{
margin-bottom: 10px;
}
>span{
font-size: 16px;
&:after{
content: none;
}
}
}
}
p{
padding: 20px 0;
text-align: center;
font-weight: 700;
}
}
>ol{
list-style-type: decimal;
li{
margin-bottom: 20px;
&:last-child{
margin-bottom: 0;
}
}
dl.dot{
dt{
font-weight: 700;
}
dd{
padding-left: 1.2em;
position: relative;
&:before{
content: "●";
position: absolute;
left: 0;
top: 4px;
font-size: 12px;
}
}
}
}
}
}
.btnBox{
padding: 20px 0;
}
}
.box_09{
text-align: left;
h4{
text-align: center;
}
.fsBig{
padding: 20px 5%;
font-size: 16px;
}
}
}
}
/*------------------------------------------
contents_04
------------------------------------------*/
.contents_04{
padding: 100px 0;
color: #FFF;
.qaWrapper{
dl{
padding-bottom: 40px;
margin-bottom: 40px;
border-bottom: 1px solid #FFF;
dt{
padding: 10px 80px 10px 50px;
position: relative;
font-size: 20px;
font-weight: 700;
cursor: pointer;
transition: 0.3s;
&:hover{
text-shadow: 0 0 2px rgba(0,0,0,0.2);
}
&:before{
content: "Q";
font-size: 40px;
font-family: 'DM Serif Display', sans-serif;
position: absolute;
left: 0;
top: -5px;
}
>span{
width: 40px;
height: 40px;
position: absolute;
display: block;
right: 0;
top: 50%;
transform: translate(0, -50%);
transition: 0.3s;
>span{
position: relative;
display: block;
width: 100%;
height: 100%;
&:before,
&:after{
content: "";
width: 40px;
height: 2px;
display: block;
background: #FFF;
position: absolute;
left: 0;
top: 50%;
transform: translate(0, -50%);
}
&:after{
transform: translate(0, -50%) rotate(90deg);
}
}
}
&.active{
>span{
transform: translate(0, -50%) rotate(225deg);
}
}
}
dd{
padding: 20px 80px 0 50px;
font-size: 18px;
display: none;
position: relative;
&:before{
content: "A";
font-size: 40px;
font-family: 'DM Serif Display', sans-serif;
position: absolute;
left: 0;
top: 8px;
}
}
}
}
}
@media screen and (max-width: 768px) {
.contents_04{
padding: 100px 5%;
.qaWrapper{
dl{
padding-bottom: 40px;
margin-bottom: 40px;
border-bottom: 1px solid #FFF;
dt{
padding: 10px 40px 10px 40px;
position: relative;
font-size: 18px;
font-weight: 700;
cursor: pointer;
transition: 0.3s;
&:hover{
text-shadow: 0 0 2px rgba(0,0,0,0.2);
}
&:before{
content: "Q";
font-size: 30px;
font-family: 'DM Serif Display', sans-serif;
position: absolute;
left: 0;
top: 50%;
transform: translate(0, -50%);
}
>span{
width: 30px;
height: 30px;
position: absolute;
display: block;
right: 0;
top: 50%;
transform: translate(0, -50%);
transition: 0.3s;
>span{
position: relative;
display: block;
width: 100%;
height: 100%;
&:before,
&:after{
content: "";
width: 30px;
height: 2px;
display: block;
background: #FFF;
position: absolute;
left: 0;
top: 50%;
transform: translate(0, -50%);
}
&:after{
transform: translate(0, -50%) rotate(90deg);
}
}
}
&.active{
>span{
transform: translate(0, -50%) rotate(225deg);
}
}
}
dd{
padding: 0 0 0 40px;
margin-top: 20px;
font-size: 16px;
display: none;
position: relative;
&:before{
content: "A";
font-size: 30px;
font-family: 'DM Serif Display', sans-serif;
position: absolute;
left: 0;
top: 50%;
transform: translate(0, -50%);
}
}
}
}
}
}
/*------------------------------------------
contents_05
------------------------------------------*/
.contents_05{
padding: 0 0 100px 0;
background: rgba(255, 255, 255, 0.7);
h3{
color: #222;
.line{
background: #222;
&:before,
&:after{
background: #222;
}
}
}
.btnBox{
.btn > span:after{
content: none;
}
p{
margin-top: 50px;
text-align: center;
}
}
}
@media screen and (max-width: 768px) {
.contents_05{
padding: 0 5% 50px 5%;
.btnBox{
p{
margin-top: 30px;
text-align: left;
}
}
}
}
/*------------------------------------------
downloadBar
------------------------------------------*/
.downloadBar{
width: 100%;
padding: 10px 5%;
background: #FFF;
position: fixed;
z-index: 1000;
bottom: 0;
left: 0;
display: none;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
.innerBox{
display: -ms-flex;
display: flex;
-ms-justify-content: center;
justify-content: center;
}
.btn{
height: 50px;
max-width: 490px;
margin: 0;
>span{
font-size: 20px;
}
}
}
@media screen and (max-width: 768px) {
.downloadBar{
display: none !important;
}
}
/*------------------------------------------
footer
------------------------------------------*/
footer{
padding: 50px 5% 120px 5%;
background: #1b1b1b;
color: #FFF;
.innerBox{
max-width: 1020px;
margin: 0 auto;
display: -ms-flex;
display: flex;
-ms-justify-content: space-between;
justify-content: space-between;
-ms-align-items: center;
align-items: center;
small{
font-size: 12px;
}
.logoBox{
display: -ms-flex;
display: flex;
-ms-align-items: center;
align-items: center;
a{
display: block;
&:not(:first-child){
margin-left: 20px;
}
&:hover{
opacity: 0.6;
}
}
}
}
}
@media screen and (max-width: 768px) {
footer{
padding: 50px 5% 100px 5%;
.innerBox{
max-width: 1020px;
margin: 0 auto;
display: -ms-flex;
display: flex;
-ms-justify-content: space-between;
justify-content: space-between;
-ms-align-items: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
small{
width: 100%;
display: block;
text-align: center;
font-size: 10px;
}
.logoBox{
width: 100%;
margin: 0 auto 20px auto;
display: -ms-flex;
display: flex;
-ms-align-items: center;
align-items: center;
-ms-justify-content: center;
justify-content: center;
a{
display: block;
&:not(:first-child){
margin-left: 20px;
}
&:hover{
opacity: 0.6;
}
}
}
}
}
}
/*/////////////////////アニメーション/////////////////////*/
.ani{
transition: .8s;
}
/* 2つ目:opacity*/
.list-mv02{
opacity: 0;
transform: translate(0,60px);
-webkit-transform: translate(0,60px);
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
}
.mv02{
opacity: 1.0;
}
/* 7つ目:移動+透明度 */
.list-mv07{
opacity: 0;
transform: translate(0,-60px);
-webkit-transform: translate(0,-60px);
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
}
.mv07{
opacity: 1.0;
transform: translate(0,0);
-webkit-transform: translate(0,0);
}
@media screen and (max-width: 768px) {
}
/*------------------------------------------
キャンペーン一覧ボタン
------------------------------------------*/
.campaignList{
padding: 50px 0;
.btnCamp{
width: 100%;
max-width: 300px;
height: 60px;
margin: 0 auto;
display: -ms-flex;
display: flex;
-ms-align-items: center;
align-items: center;
-ms-justify-content: center;
justify-content: center;
font-size: 18px;
font-weight: 700;
color: #FFF;
border-radius: 10px;
background: #49AABF;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
transition: 0.3s;
&:hover{
background: #77bccb;
box-shadow: 0 0 0 rgba(0,0,0,0.5);
}
}
}