﻿?/*sytle.css 菫ｮ豁｣縺薙％縺九ｉ*/

html,body {
    /*position: relative;*/

}
body {
    text-align: center;
    padding: 0;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
a {
    text-decoration: none;
}
a:visited {
    text-decoration: none;

}
/*ヘッダー*/
header {
    margin: 0 auto;
    width: 100%;
    height: 70px;
    padding-top: 25px;
}

.headerbox{
    position: relative;
    display: inline-block;
    text-align: left;
}
.headerbox::before{
    content: "";
    display: block;
    height: 51px;
    width: 59px;
    overflow: hidden;
    position: absolute;
    background-image: url(../img/okokulogo.png);
    background-size: cover;
    vertical-align: middle;
    left: -6px;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.headerbox h1{
    font-size: 17px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: -15px;
    margin-left: 51px;
}

.headerbox p {
    padding-left: 62px;
    font-weight: bold;
}
/*ここまで*/


/*
ボディ内部*/
#wrapper{
background-image: url(../img/back.png);
    background-size: cover;
    background-position-y:-88px;

    width: 100%;

}
article{
    position: relative;
}

/*
キービジュ*/
.keyvisual{
    margin: 0 auto;
    width: 100%;
      position: relative;
}

/*セール終了告知文
*/

.endcontents {
    margin-bottom: 80px;
    margin-top: 30px;
    position: relative;
}
.endcontents p {
     font-size: 21px;
       color: #ffffff;
    font-weight: bold;
    background-color: #616161;
}
/*
内部*/

.storelimited{
    text-align: center;
    color: white;
    margin-bottom: 40px;
    display: inline-block;
    color: #0195e4;

}
.storelimited h2{
letter-spacing: 7px;
    font-size: 6vw;
    display: inline-block;
    margin-bottom: 10px;
}
.storelimited p{
font-size: 4vw;
    color: #0195e4;
    display: inline-block;
    text-align: center;
    margin-top: 2%;
    line-height: 130%;
}
.square{
    width: 40%;
    margin: 0 auto;
    color: #fff;
    background: #e7833b;
    border-radius: 8px;
    margin: auto;
}
.square span {
    font-size: 22px;
}
.square p {
    margin: 0;
    padding: 0;
    font-size: 14px;

}
.squaretext{
color: #e7833b;
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 11px;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    text-align: left;
    display: inline-block;
}

.squaretext::before,
.squaretext::after {
 position: absolute;
    top: 0;
    content: '';
    width: 15px;
    height: 103%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.squaretext::before {
  left: -4%;
  border-left: 2px solid #e7833b;
}

.squaretext::after {
  right: -4%;
  border-right: 2px solid #e7833b;
}


.bigsquare{
    width: 79%;
    border: 7px solid #e7833b;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
    margin-top: 15px;
    z-index: 10;
}
.squaresub{
    color: #fff;
    margin-top: 5px;
    font-size: 24px;
}
.percent{
font-weight: bold;
    margin-top: 15px;
    margin-bottom: 37px;

}
.percent p{
    font-size: 5vw;
    color: #0195e4;
    display: inline-block;
    text-align: center;
    margin-top: 2%;
    line-height: 87%;
}
.percent span{
    font-size: 3vw;
}
.percentimg{
    width: 75%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 23px;
}


/*
ショップリスト*/
.shoplist{
    padding-bottom: 60px;
    z-index: 5;
}
.shoplist a{
    z-index: 10;
position: relative;
}

.shoplist img{
    width: 70%;
}
.attentionbox{
    margin-top: 80px;
    margin-bottom: 50px;
    display: inline-block;
    text-align: center;
    font-size: 3vw;
}
.attentionbox p{
    display: inline-block;
    text-align: left;
    letter-spacing: 0px;

}


/* 装飾系
*/
.sunflowerl{
    position: absolute;
    top: 25%;
    left: 0%;
    width: 28%
}
.sunflowerl img{
    width: 100%;
}
sunflowerR img{
    width: 100%;
}

.whiteaccL{
    position: absolute;
    left: 8%;
    top: -1%;
    width: 19%;
}
.whiteaccR {

}
.whiteaccL img{
    width:  100%;
}

.whiteaccR img{
    width:  100%;
}


/*ここからリンク及びフッター */
ul.categorytextlink{
    display: table;
    width: 80%;
    white-space: nowrap;
    margin: 0 auto;
}



ul.categorytextlink > li {
    display: table-cell;
    float: left;
    width: 50%;
    text-align: left;
    line-height: 40px;
    margin-top: 30px;
    letter-spacing: -0.5px;
}

ul.categorytextlink > li:nth-child(2n+1) {
    clear: both;
}
.tlink a:link{
    text-decoration: none;
    color: black;
}
.tlink a:visited {
    text-decoration: none;
    color: black;
}
.title p{
    border-bottom: 2px solid #aaaaaa;
    color: #878787;
    font-weight: bold;
    width: 87%;
    font-size: 16px;

}
.stitle{
    font-size: 14px;
    font-weight: bold;
}
.tlink{
    font-size: 14px;
}

footer{
    background-color: black;
    margin-top: 50px;


}

.footerlogo{
    width: 25%;
    margin-top: 40px;
    margin-bottom: 30px;
}
.footerlink{
    display: block;
    color: white;
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 56px;
    height: 200px;
}
ul.footerlink > li:nth-child(3n+1) {
    clear: both;
}
ul.footerlink li{
    display: table-cell;
    float: left;
    white-space: nowrap;
    text-align: left;
    width: 33%;
    position: relative;
}

.footerlinkicon::before{
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    /* overflow: hidden; */
    position: absolute;
    left: -20px;
    /* z-index: 10; */
    top: 21px;
    background-image: url(../img/logof.png);
    background-size: cover;
    /* vertical-align: middle; */
}
.footerlink a:link{
    text-decoration: none;
    color: inherit;
}
.footerlink a:visited {
    text-decoration: none;
    color: inherit;
}

.footer_text{
    background-color: white;
    font-size: 11px;

}



/*ここまで*/
/*アニメーション*/
.circle-container {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circle {
    position: absolute;
    top: 0;
    left: 0;
    fill: transparent;
    stroke: #fff;
    stroke-width: 0.2;
    stroke-opacity: 1;
    display: none;
    transform-origin: 50% 50%;
    animation: circle 5s;
}

@keyframes circle {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { transform: scale(5); opacity: 0; }
}
