@charset "UTF-8";

/* 
Theme Name: 果実バターサンド
Author: KISEISHA.Inc
Version: 1.0
Description: 果実バターサンド『公式サイト』
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-family: 'Kosugi Maru', sans-serif;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
div{
	text-align:center;
}
img{
	vertical-align:top;
}

.sp_only {
    display: none;
}
.fade-in {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 2s, transform 2s;
}
.fade-in.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/* start */
.start {
	background: #b44047;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
    top: 50%;
    text-align: center;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 200px;
}
.start .loading_logo{
    position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     margin: auto;
     width:320px;
     height: 100px;
     text-align: center;
}
.start img{
    width: 80px;
}
.start .meishi{
    width: 200px;
}
.start .loading_logo img{
    width: 30px;
}
.start .title{
    color: #fff;
}

/* main */
.main_wrapper{
    width: 100%;
}
.main_wrapper img{
    width: 100%;
}
.main_wrapper .action_01{
    width: 100%;
    height: 100%;
    position: relative;
}
.main_wrapper .action_01 a img{
    width: 30%;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}
.main_wrapper .action_02{
    width: 100%;
    height: 100%;
    position: relative;
}
.main_wrapper .action_02 a img{
    width: 30%;
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}
.main_wrapper .action_03{
    width: 100%;
    height: 100%;
    position: relative;
}
.main_wrapper .action_03 a img{
    width: 60%;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}
.main_wrapper .action_04{
    width: 100%;
    height: 100%;
    position: relative;
}
.main_wrapper .action_04 a img{
    width: 60%;
    position: absolute;
    bottom: -3%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}

@media screen and (max-width: 768px){
    .sp_only {
        display: block;
    }
    .pc_only {
        display: none;
    }
}