@charset "utf-8";
/* CSS Document */


/*
@import url(product.css);
@import url(product_jojoba.css);
@import url(treatment.css);
@import url(recommend.css);
@import url(concept.css);
@import url(faq.css);
@import url(noto.css);
@import url(slick.css);
@import url(slick-theme.css);
@import url(drawer.min.css)screen and (max-width:759px);
@import url(sp-style.css)screen and (max-width:759px);
@import url(pc-style.css)screen and (min-width:760px);
*/

/*************************************************************** 
	共通
***************************************************************/
.clearfix {
    clear: both;
}
/*html, body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}
*/img {
    border: 0;
    max-width: 100%;
}
ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;/*	color: #f36e22;
*/}
button.drawer-toggle {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
}
/*************************************************************** 
	Header
***************************************************************/


#header {
    width: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    z-index: 9999;
    padding-bottom: 10px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#header h1 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#header h1 a {
    position: relative;
    display: block;
    max-width: 180px;
    margin: 0 auto;
    margin: 30px auto 10px auto;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#header h1 .txt {
    top: -200px;
    position: absolute;
}
#header p.cap {
    font-size: 10px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#header ul.navi {
    margin: 20px 0;
    height: 27px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
#header ul.navi li {
    top: 0;
    float: left;
    margin: 0 20px;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#header ul.navi li:first-child:hover {
    top: 0 !important;
}
#header ul.navi li a {
    color: #000000;
    height: 27px;
    line-height: 26px;
    position: relative;
    text-decoration: none;
    margin-bottom: 1px;
    text-align: center;
    display: block;
}
#header ul.navi li span {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff;
    letter-spacing: 0.3em;
    color: #CCCCCC;
}
#header ul.navi li span:nth-child(2) {
    font-size: 12px !important;
}
#header ul.navi li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #000000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#header ul.navi li a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
#header ul.navi li a img {
    width: 24px;
    vertical-align: middle;
    margin-right: 5px;
}
#header .sns {
    position: absolute;
    top: 46px;
    right: 15px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#header .sns li {
    float: left;
    margin: 0 5px;
}
#header .sns li a {
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -5000px;
    background-color: #000000;
    border-radius: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/*検索窓*/
header ul.navi li form {
    position: relative;
    height: 27px;
    line-height: 27px
}
header ul.navi input.FS2_Search_btn {
    position: absolute;
    top: 5px;
    right: 3px;
    border: 0px;
    width: 18px;
    height: 18px;
}
header ul.navi input.FS2_Search_textarea {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    background-color: transparent;
}
#global-navi {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/* Main */
#main {
    overflow: hidden;
    width: 70%;
    min-width: 900px;
    margin: 0 auto;
}
.recommend, .product {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto 30px auto;
}
h5.heading {
	margin: 30px 0 0 0;
    text-align: center;
    padding: 0;
    font-size: 30px;
}
h5.heading span {
    font-size: 14px;
    color: #787878;
    display: block;
}
h5.category {
    font-size: 20px;
	margin: 50px 0px 5px 5px;
}

.accordionbox{
	width: 98%;
	max-width:98%;
	margin: 80px auto 120px;
}
.accordionlist dt {
    display: block;
    background: #f5f5f5;
    padding: 30px 40px 30px 30px;
    border-top: 1px solid #FFFFFF;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
/*************************************************************** 
	VIDEO
***************************************************************/
video {
    width: 100%;
    box-sizing: border-box;
    top: 0;
    background-color: #ffffff;
}
.movie {
    position: relative;
}
#sound_button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 50px;
    height: 50px;
    display: block;
}
.sound_on {
    background: url(http://file002.shop-pro.jp/PA01361/314/movie/off.png) no-repeat;
    background-size: cover;
}
.sound_off {
    background: url(http://file002.shop-pro.jp/PA01361/314/movie/on.png) no-repeat;
    background-size: cover;
}
/*************************************************************** 
VOICE
***************************************************************/

#voice {
    width: 100%;
    overflow: hidden;
    margin: 0 0 50px 0;
    padding: 40px 0px;
    background: url(../images/para_voice.jpg) no-repeat;
    background-size: cover;
    background-position: center left;
    text-align: center;
    display: block;
    text-decoration: none;
}
#voice img {
    max-width: 340px;
    width: 60%;
    margin-bottom: 30px;
}
#voice .more {
    padding: 5px 20px;
    border: 1px solid #FFFFFF;
    overflow: hidden;
    display: block;
    margin: 10px auto;
    width: 150px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #FFFFFF;
}
#voice .more:hover {
    background: #FFFFFF;
    color: #666666;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/*************************************************************** 
Instagram
***************************************************************/

#instafeed {
    max-width: 980px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
#instafeed li {
    width: 16%;
    margin: 0 auto;
    padding: 2px;
    opacity: 0;
    text-align: center;
}
#instafeed li img {
    vertical-align: bottom;
}
#instagram .more {
    width: 100% !important;
    float: none;
    overflow: hidden;
    text-align: center;
}
#instagram .more a {
    padding: 5px 20px;
    border: 1px solid #000000;
    overflow: hidden;
    display: block;
    margin: 10px auto;
    width: 150px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: #000000;
}
#instagram .more a:hover {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#instagram p {
    text-align: center;
    margin: 10px 0;
}
/*************************************************************** 
Slick
***************************************************************/

.slick-slide img {
    width: 100%;
}
.hide {
    display: none;
}
.slick-prev:before, .slick-next:before {
    color: #000000 !important;
    font-size: 40px !important;
    width: 40px !important;
    height: 40px !important;
}
.slick-next {
    right: 0 !important;
    width: 40px !important;
    height: 40px !important;
}
.slick-prev {
    left: 0 !important;
    width: 40px !important;
    height: 40px !important;
    z-index: 100;
}
/*************************************************************** 
MAIN SLIDER
***************************************************************/
.mainslide {
    width: 100%;
    overflow: hidden;
}
.mainslide .slick-slide {
    opacity: 0.5;
}
.mainslide .slick-center {
    opacity: 1.0 !important;
}
.mainslide .slick-prev {
    position: absolute;
    top: 50%;
    left: 0px !important;
    background: url(http://file002.shop-pro.jp/PA01361/314/images/ranking_prev.png) no-repeat !important;
}
.mainslide .slick-prev:before, .slick-next:before {
    content: '' !important;
}
.mainslide .slick-next {
    position: absolute;
    top: 50%;
    right: 0px !important;
    background: url(http://file002.shop-pro.jp/PA01361/314/images/ranking_next.png) no-repeat !important;
}
.mainslide .slick-prev, .mainslide .slick-next {
    width: 40px !important;
    height: 60px !important;
    background: none;
    z-index: 100;
    opacity: 1;
}
.mainslide .slick-dots li button:before {
    opacity: 1 !important;
}
.slick-active {
    opacity: 1 !important;
}
/*************************************************************** 
INSTA FEED
***************************************************************/

#instagram table#images a {
    color: inherit;
    border: 0;
    display: block;
    text-decoration: none;
    position: relative;
}
#instagram .mask {
    z-index: 2;
    text-align: center;
    position: absolute;
    cursor: pointer;
    display: block;
}
/*************************************************************** 
PRODUCTS
***************************************************************/

#products {
    width: 100%;
    overflow: hidden;
}
#products > p {
    text-align: center;
}
#products > p span {
    padding: 0 5px;
    margin-left: 5px;
    background-color: #000000;
    color: #ffffff;
}
#products ul {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 30px;
    position: relative;
    overflow: hidden;
}
#products ul li {
    width: 29%;
    float: left;
    box-sizing: border-box;
    margin: 0 2%;
    text-align: center;
    position: relative;
}
#products ul li a {
    display: block;
}
#products ul li a:link {
    text-decoration: none;
    color: inherit;
}
#products ul li h2 {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #f58220;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.2em;
    padding: 0.5em 0;
    border-bottom: #000 1px solid;
}
#products ul li h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0px;
    color: #000000;
    letter-spacing: 0.1em;
}
#products ul li p {
    text-align: center;
    font-size: 14px;
    color: #000000;
    line-height: 180%;
    margin-bottom: 10px;
}
#products .button {
    width: 190px;
    line-height: 16px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #007FA3;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    padding: 15px 10px;
    text-decoration: none;
    display: inline-block;
    font-weight: 300;
    color: #FFFFFF;
    background-color: #0094b0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#products .button:hover {
    opacity: 0.8;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/*************************************************************** 
CONCEPT
***************************************************************/

#concept {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding-bottom: 40px;
    background: url(http://file002.shop-pro.jp/PA01361/314/images/para_concept.jpg) no-repeat fixed;
    background-size: cover;
    background-position: bottom right;
    text-align: center;
}
#concept > img {
    margin: 20px 0;
}
#concept > p {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #695641;
    text-shadow: 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff;
}
#concept > p span {
    padding: 0 5px;
    margin-left: 5px;
    background-color: #000000;
    color: #ffffff;
}
#concept ul {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 30px;
    position: relative;
    overflow: hidden;
}
#concept ul li {
    width: 29%;
    float: left;
    box-sizing: border-box;
    margin: 0 2%;
    text-align: center;
}
#concept ul li a {
    display: block;
}
#concept ul li a:link {
    text-decoration: none;
    color: inherit;
}
#concept ul li h2 {
    text-align: left;
    font-size: 16px;
    color: #f58220;
    margin: 0;
}
#concept ul li h3 {
    text-align: left;
    font-size: 18px;
    margin: 0;
}
#concept ul li p {
    text-align: left;
    font-size: 18px;
}
/*************************************************************** 
FOOTER
***************************************************************/
#footer {
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    padding: 30px 0;
}
#footer > ul.navi {
    display: flex;
    justify-content: center;
}
#footer > ul.navi a {
    color: inherit;
    text-decoration: none;
    font-weight: 400;
}
#footer > ul.navi li {
    margin: 10px 20px;
    font-size: 14px;
}
#footer .followus {
    max-width: 500px;
    margin-top: -125px;
    overflow: hidden;
    position: relative;
    top: 335px;
    margin: 0 auto;
    padding: 70px 5% 0 5%;
    box-sizing: content-box;
    display: table;
    background: url(http://file002.shop-pro.jp/PA01361/314/images/followus.png) no-repeat;
    background-size: 70%;
}
#footer ul.sns {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#footer ul.sns li {
    float: left;
    margin: 0 5px;
}
#footer ul.sns li a {
    width: 50px;
    height: 50px;
    display: block;
    text-indent: -5000px;
    background-color: #333333;
    border-radius: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#footer .navigation {
    max-width: 1200px;
    width: 100%;
    margin: 400px auto 20px auto;
    overflow: hidden;
}
#footer .copyright {
    text-align: center;
}
#footer .copyright img {
    max-width: 250px;
}
#footer .copyright p {
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    margin: 15px 0;
}
/*************************************************************** 
	Dropdown menu
***************************************************************/

#global-navi {
    margin-top: 0;
}
ul.accordion>li>a, ul.accordion>li>p {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sub-menu, ul.accordion p {
    background: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9999;
}
.drawer-menu-item > p {
    cursor: pointer;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    background-size: 30px;
    background-repeat: no-repeat;
}
li.drawer-menu-item .sub-menu ul.category li {
    line-height: 30px;
    padding: 0 5px;
    box-sizing: border-box;
}
ul.category li a {
    display: block;
    color: #333;
    text-decoration: none;
}
.sub-menu ul.category li a span:first-child {
    font-size: 18px;
    line-height: 30px;
    padding: 0 5px;
    box-sizing: border-box;
}
.sub-menu ul.category li a span:last-child {
    font-size: 12px;
    line-height: 30px;
    padding: 5px;
    box-sizing: border-box;
}
.category-navi {
    width: 100%;
    margin: 0 auto;
}
.category-navi .btn_close {
    display: none;
}
ul.accordion a.disable span {
    font-size: 14px;
    display: block;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
ul.accordion a.disable span:first-child {
    position: absolute;
    top: 0px;
}
ul.accordion a.disable span:last-child {
    position: absolute;
    top: 40px;
}
ul.accordion a.disable:hover span:first-child {
    top: -40px;
}
ul.accordion a.disable:hover span:last-child {
    top: 0px;
}
#global-navi ul.accordion {
    width: 100%;
    list-style-type: none;
    padding: 0 15px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    display: table;
    height: 41px;
    position: absolute;
    top: 90px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
ul.accordion li.drawer-dropdown, ul.accordion li.drawer-dropdown-item {
    border-bottom: 0;
    position: relative;
}
ul.accordion > li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #000000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
ul.accordion li:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.sub-menu {
    width: 100%;
    max-height: 0;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    left: 0;
    margin-top: 1px;
    top: 130px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s;
    -webkit-box-shadow: 0 6px 4px -4px #999;
    -moz-box-shadow: 0 6px 4px -4px #999;
    box-shadow: 0 6px 4px -4px #999;
}
.drawer-dropdown:hover .sub-menu {
    height: auto;
    overflow: hidden;
    max-height: 800px;
    padding: 10px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s;
}
.sub-menu ul.category {
    width: 15%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.sub-menu ul.series {
    width: 55% !important;
    margin: 0 !important;
}
.sub-menu ul.series p {
    font-size: 16px;
    width: 100%;
    text-indent: 0;
    padding: 0;
}
.sub-menu ul.series p span {
    color: #ccc;
    display: block;
    font-size: 12px;
}
.sub-menu ul.series li {
    float: left;
    width: 25%;
}
.sub-menu ul.category li {
    height: 30px;
    line-height: 12px;
    overflow: hidden;
    background: #fff;
    font-weight: 300;
    font-size: 12px;
    text-align: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sub-menu ul.category li:hover {
    background: #f5f5f5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sub-menu ul.cat-reccomend {
    width: 30%;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    box-sizing: border-box;
    float: left;
    padding: 10px;
}
.sub-menu ul.cat-reccomend p {
    font-size: 16px;
    width: 100%;
    text-indent: 0;
    padding: 0;
}
.sub-menu ul.cat-reccomend p span {
    color: #ccc;
    display: block;
    font-size: 12px;
}
.sub-menu ul.cat-reccomend li {
    width: 33%;
    max-width: 200px;
    float: left;
    box-sizing: border-box;
}
.sub-menu ul.cat-reccomend li a {
    text-decoration: none;
    padding: 2%;
    box-sizing: border-box;
    color: #333333;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sub-menu ul.cat-reccomend li a:hover {
    background: #f5f5f5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sub-menu p a {
    color: #000;
    text-indent: 40px;
}
li.drawer-menu-item p {
    margin: 0;
    padding: 0;
    background-color: transparent;
}
li.drawer-menu-item p:hover {
    background-color: transparent;
}
li.drawer-menu-item p a img {
    height: 35px;
    float: left;
    margin-right: -35px;
}

@media screen and (max-width: 1150px) {
li.drawer-menu-item p a img {
    display: none !important;
}
.dropcordion>li>p>a.disable {
    display: block;
    height: 40px;
}
}
.rakuten-link {
    overflow: hidden;
    float: right;
    margin: 12px;
}
.rakuten-link img {
    height: 25px;
}
/* Base Nav Styles */

ul.accordion>li {
    display: table-cell;
    width: auto;
    position: relative;
}
ul.accordion>li>p>a.disable {
    display: block;
    height: 40px;
    top: 0;
    text-align: center;
    color: #000000;
}
ul.accordion>li>p>a.disable:hover {
    top: inherit;
    bottom: 0;
    color: inherit !important;
}
/*************************************************************** 
TOPICS
***************************************************************/
#topics {
    background-color: #e7e1d4;
    overflow: hidden;
    padding: 20px 0 50px 0;
}
#feed ul {
    max-width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}
#feed ul li.kiji {
    width: 31%;
    margin: 1%;
    float: left;
    overflow: hidden;
    position: relative;
}
#feed ul li.kiji a {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    background-color: rgba(234,218,178,0.00);
    color: inherit;
}
#feed ul li.kiji a:hover {
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgba(234,218,178,1.00);
}
#feed ul li.kiji .kiji_img {
    width: 120px;
    overflow: hidden;
    float: left;
    height: 120px;
    text-align: center;
}
#feed ul li.kiji .kiji_img img {
    max-width: 100%;
    max-height: 100%;
}
#feed ul li.kiji .kiji_date {
    display: block;
    line-height: 20px;
    height: 20px;
    box-sizing: initial;
    color: #f58220;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 300;
}
#feed ul li.kiji .kiji_title {
    display: block;
    font-weight: bold;
    margin-bottom: 3%;
}
#feed ul li.kiji .kiji_entry {
    display: none;
    margin: 1% 0;
    font-size: 14px;
    font-weight: 200;
}
#feed ul li.kiji .kiji_body {
    width: 55%;
    float: right;
}
#topics .more a {
    padding: 5px 20px;
    border: 1px solid #000000;
    overflow: hidden;
    display: block;
    margin: 10px auto;
    width: 150px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    ;
    color: #000000;
}
#topics .more a:hover {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/*************************************************************** 
MEDIA
***************************************************************/
#media {
    overflow: hidden;
    padding-bottom: 20px;
}
#media ul {
    max-width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}
#media ul li.kiji {
    width: 31%;
    margin: 1%;
    float: left;
    overflow: hidden;
    position: relative;
}
#media ul li.kiji a {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    background-color: rgba(238,238,238,0.00);
    color: inherit;
}
#media ul li.kiji a:hover {
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgba(238,238,238,1.00);
}
#media ul li.kiji .kiji_img {
    width: 40%;
    overflow: hidden;
    float: left;
}
#media ul li.kiji .kiji_img img {
    max-width: 100%;
}
#media ul li.kiji .kiji_date {
    display: block;
    line-height: 20px;
    height: 20px;
    box-sizing: initial;
    color: #f58220;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 300;
}
#media ul li.kiji .kiji_title {
    display: block;
    font-weight: bold;
    margin-bottom: 3%;
}
#media ul li.kiji .kiji_entry {
    display: block;
    margin: 1% 0;
    font-size: 14px;
    font-weight: 200;
}
#media ul li.kiji .kiji_body {
    width: 55%;
    float: right;
}
#media .more a {
    padding: 5px 20px;
    border: 1px solid #000000;
    overflow: hidden;
    display: block;
    margin: 10px auto;
    width: 150px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    ;
    color: #000000;
}
#media .more a:hover {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/*************************************************************** 
Header Small
***************************************************************/

.smaller {
    padding-bottom: 0 !important;
    height: 130px !important;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.smaller h1 a {
    width: 120px !important;
    top: 5px !important;
    left: 5px !important;
    margin: 0 auto !important;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* スマホ*/

@media only screen and (max-width: 767px) {
	
#header {
    position: static;
}
#main {
    min-width: initial;
	width: 90%;
	box-sizing: border-box;
}
	
	
h5.heading {
	margin: 30px 0 0 0;
    text-align: center;
    padding: 0;
    font-size: 25px;
	line-height: 1.2;
	font-weight: normal;
}	
	
h5.category {
    font-size: 16px;
    margin: 20px 0px 5px;
}
	
.accordionbox {
    width: 98%;
    max-width: 98%;
    margin: 38px auto 50px;
}
.accordionlist dt {
    display: block;
    background: #f5f5f5;
    padding: 20px 50px 20px 15px;
    border-top: 1px solid #FFFFFF;
    overflow: hidden;
    font-size: 14px;
    position: relative;
	cursor: pointer;
	
	}
	.accordionlist dd {
    display: none;
    padding: 20px;
    margin: 0 0 10px;
    font-size: 14px;

}
	
}