@charset "UTF-8";

/* CSS Document */

/*==================================================

container
=================================================*/

html {
	background: #FFF;
}
body {
    position: relative;
    left: 0;
}

/* sp menu setting */

.layer{
    display: none;
    width: 100%;
    height: 100%;
	position: fixed;
    top: 0;
	left: 0;
    background: rgba(0, 0, 0, 0.8);
	z-index: 1002!important;
}
body.open{
	width: 100%;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

/*==================================================

header
=================================================*/

header {
	width: 100%;
    position: -webkit-sticky;
    position: sticky;
	min-width: 100%;

	background-color: rgba(255, 255, 255, 1);
	top: 0;
	left: 0;
	z-index: 999!important;
	
	padding-top: 0;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header-inner {
	width: 100%;
	position: relative;
    
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.headerbg {
	background-color: rgba(255, 255, 255, 1);
}
.headerbg #header-inner {
    margin-top: 0;
}

/* header PC */

#header-logo {
	width: 25%;
	max-width: 240px;
	position: absolute;
    line-height: 0;
    top: 50%;
	left: 5%;
    transform: translate(0, -50%);
	z-index: 5!important;
    transition: all 0.5s;

}
#header-logo span {
    position: absolute;
    font-size: clamp(0.6rem, 1.2vw, 0.9rem);
    top: 50%;
	right: 0;
	transform: translate(100%, -50%);
    padding: .8em 0;
}

/* header img */

#header-logo img {
	width: 95%;
	max-width: 95%;
	height: auto;
    display: block;
    vertical-align: middle;
}

/* header SP */

.header-spmenu {
	width: 160px;
	display: none;
    position: relative;
	text-align: center;
	cursor: pointer;
	margin: 0 0 0 auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header-spmenu > div {
	width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header-spmenu img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.side-menu {
    width: 65px;
    position: fixed;
    border-radius: 8px 0 0 8px;
    background-color: #303743;
    top: 160px;
    right: 0;
    z-index: 10;
    padding: 10px;
}
.side-menu a {
    display: block;
    width: 26px;
    margin: 30px auto;
}
.side-menu img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

/*==================================================

Navi
=================================================*/

/* header menu */

nav {
	width: 55%;
    max-width: 1100px;
	position: relative;
	margin: 0 0 0 auto;
}

nav > ul {
    width: 100%;
	position: relative;
    
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

nav > ul > li {
    position: relative;
    flex: 1;
}
nav > ul > li > a {
	width: 100%;
	display: block;
    position: relative;
	color: #303743;
	font-size: clamp(0.6rem, 1.5vw, 0.9rem);
	text-align: center;
	line-height: 140%;
	text-decoration: none;
	padding: 3em .1em;
    z-index: 2;
}
nav > ul > li > p,
nav ul li p {
	width: 100%;
	display: block;
    cursor: pointer;
    position: relative;
	color: #303743;
	font-size: clamp(0.6rem, 1.5vw, 0.9rem);
	text-align: center;
	line-height: 140%;
	padding: 2em 0;
    z-index: 2;
}
nav > ul > li > p > button {
	width: 100%;
    background: none;
    border: none;
    padding: 0;
}
nav > ul > li > p span,
nav ul li p span {
    width: 100%;
    display: inline-block;
    background-color: #f6f6f6;
    text-decoration: none;
    background-image: url("../../images/search_icon.png");
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 1em .3em;
}

nav > ul > li > a:hover {
    opacity: 1;
    color: #666;
}

nav > ul > li > a br {
	display: none;
}

nav > ul > li > ul {  
	width: 100vw!important;
    height: 0;
    overflow: hidden;
    position: fixed;
    display: flex!important;
    flex-flow: row wrap;
    visibility: hidden;
    opacity: 0;
	background-color: rgba(255, 255, 255, 1);
    webkit-transition: all .2s ease;
	transition: all .2s ease;
    
	left: 0!important;
    padding: 10px 30% 10px 15%!important;
    
    z-index: 1;
}
*::-ms-backdrop, nav > ul > li > ul {
    top: 125px;
}

/* サブメニュー表示設定 */

nav > ul > li:hover ul {
    height: initial;
    height: auto;
  	visibility: visible;
    
	opacity: 1;
    z-index: 2;
}


/* サブメニュー詳細設定 */

nav > ul > li > ul li {
	width: 25%;
}
nav > ul > li > ul li a {
	width: 100%;
	display: block;
    text-align: center;
    text-decoration: none;
	padding: 15px 8% 15px;
}
nav > ul > li > ul li a img {
    display: block;
    width: 100%;
	max-width: 180px;
	height: auto;
    margin: 0 auto 10px;
}
nav > ul > li > ul li a:hover {
    opacity: 1;
}
nav > ul > li > ul li.add-menu {
    position: absolute;
    top: 15px;
    right: 10%;
    padding: 0 6%;
    z-index: 1;
}
nav > ul > li > ul li.add-menu div {
    margin-top: 10%;
}
nav > ul > li > ul li.add-menu div.sns {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-top: 15%;
}
nav > ul > li > ul li.add-menu div.sns a {
    display: block;
    width: 26px!important;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.close-button {
    width: 220px;
    cursor: pointer;
    font-size: 1.4rem;
    color: #FFF;
    text-align: center;
    background-color: #CCC;
    margin: 40px auto 20px;
    padding: 15px 1em;

    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.p-navi {
    width: 100%;
    position: relative;
    background-color: #f6f6f6;
    padding: 8px 0;
}
.p-navi ul {
    width: 90%;
    max-width: 1080px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 auto;
}
.p-navi ul li {
    position: relative;
    font-size: clamp(1rem, 1vw, 1.2rem);
    margin-right: 3em;
}
.p-navi ul li::after {
    content: ">";
	display: block;
    position: absolute;
    top: 0;
    right: -1.5em;
    z-index: 1;
}


.pc-only {
	display: block;
}
.sp-only {
	display: none;
}


/*==================================================

contents
=================================================*/

#contents {
	width: 100%;
	position: relative;
	margin: 4em auto 6em;
	z-index: 6!important;
}
#contents-page {
    width: 100%;
	position: relative;
	margin: 0 auto 6em;
	z-index: 6!important;
}
.scroll-photo.page {
    background-color: #f6f6f6;
}
.infiniteslide {
    width: 100%;
    opacity: .7;
}
.infiniteslide > div {
    width: 100%;
}
.infiniteslide ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap;   
}
.infiniteslide ul li {
    width: 12.5%;
    padding: 1%;
}
.infiniteslide ul li img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

#icon-menu {
    width: 100%;
    background-color: #f6f6f6;
}
#icon-menu.page {
    padding: 60px 0;
}
#icon-menu ul {
    width: 90%;
    max-width: 1300px;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background-color: #FFF;
    border-radius: 40px;
    margin: 0 auto;
    padding: 3% 5%;
}
#icon-menu ul::before {
    content: " ";
	display: block;
    position: absolute;
    width: 90%;
    height: 1px;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    background-color: #d6d6d6;
}
#icon-menu ul li {
    width: 25%;
    min-width: 100px;
    position: relative;
    text-align: center;
    border-right: 1px solid #d6d6d6;
    padding: 4% 5%;
    z-index: 2;
}
#icon-menu ul li a {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
#icon-menu ul li:nth-of-type(4n) {
    border-right: 1px solid #FFF;
}
#icon-menu ul li img {
    width: 100%;
	max-width: 94px;
	height: auto;
}

.section-title {
    width: 100%;
    position: relative;
    font-size: clamp(1.5rem, 4vw, 3.15rem);
    font-weight: 300;
    line-height: 180%;
    letter-spacing: .1em;
}
.section-title.category {
    text-align: center;
}
.section-title.category::before {
    content: " ";
	display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #303743;
    top: 50%;
	left: 0;
	transform: translate(0, -50%);
    z-index: 0;
}
.section-title.category span {
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 0 1em;
    z-index: 1;
}
.page-title {
    width: 100%;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 600;
    line-height: 160%;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
.page-date {
    font-size: clamp(1.6rem, 2vw, 2rem);
    margin: 25px 0 10px;
}
#content .tag {
    text-align: left;
}
#content .tag a {
    display: inline-block;
    font-size: clamp(1rem, 1vw, 1.2rem);
    text-decoration: none;
    border: 1px solid #d6d6d6;
    margin: 0 5px 5px 0;
    padding: .3em 1em;
}

#new-report {
    width: 100%;
    background-color: #f6f6f6;
    padding: 60px 0;
}
#pickup {
    width: 100%;
    background-color: #FFF;
    padding: 60px 0;
}
#category {
    width: 100%;
    background-color: #FFF;
    padding: 60px 0;
}
#event {
    width: 100%;
    background-color: #f6f6f6;
    padding: 60px 0;
}
#recommend {
    width: 100%;
    background-color: #FFF;
    padding: 60px 0;
}
.top-inner {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}
.top-inner .article {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.top-inner .article a {
    display: block;
    position: relative;
    width: 24%;
    text-decoration: none;
    margin: 60px 1% 0 0;
}
.top-inner .article a dl {
    position: relative;
}
.top-inner .article a dt {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.top-inner .article a dd {
    position: relative;
    background-color: #FFF;
    padding: 30px 2%;
    z-index: 1;
}
#new-report .top-inner .article a dd {
    background-color: #f6f6f6;
}
#event .top-inner .article a dd {
    background-color: #f6f6f6;
}
.top-inner .article a dd p {
    line-height: 190%;
}
.top-inner .article a dd p.date {
    font-size: 0.875rem!important;
    color: #999;
}
.top-inner .article a dd p.date + p {
    font-size: clamp(0.75rem, 1.4vw, 0.9375rem);
}

/* l-sizeの設定（最初の1記事） */

#recommend .top-inner .article {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2%;
    margin-top: 60px;
}
#recommend .top-inner .article a {
    margin: 0;
}
#recommend .top-inner .article a:nth-of-type(1) {
    width: 100%;
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
}
#recommend .top-inner .article a:nth-of-type(1) dd {
    width: 80%;
    border-radius: 0 20px 0 0;
    margin-top: -8%;
    padding-right: 5%;
}
#recommend .top-inner .article a:nth-of-type(1) dd p {
    font-size: 120%;
    line-height: 180%;
}
#recommend .top-inner .article a:nth-of-type(2) {
    width: 100%;
    grid-column-start: 3;
}
#recommend .top-inner .article a:nth-of-type(3) {
    width: 100%;
    grid-column-start: 4;
}
#recommend .top-inner .article a:nth-of-type(4) {
    width: 100%;
    grid-column-start: 3;
    grid-row-start: 2;
}
#recommend .top-inner .article a:nth-of-type(5) {
    width: 100%;
    grid-column-start: 4;
    grid-row-start: 2;
}
#recommend .top-inner .article a::before {
    content: " ";
	display: block;
    position: absolute;
    width: 15%;
    max-width: 74px;
    height: 74px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    top: 3%;
    left: 3%;
    z-index: 1;
}
#recommend .top-inner .article a:nth-of-type(1)::before {
    background-image: url("../../images/rank1.png");
}
#recommend .top-inner .article a:nth-of-type(2)::before {
    background-image: url("../../images/rank2.png");
}
#recommend .top-inner .article a:nth-of-type(3)::before {
    background-image: url("../../images/rank3.png");
}
#recommend .top-inner .article a:nth-of-type(4)::before {
    background-image: url("../../images/rank4.png");
}
#recommend .top-inner .article a:nth-of-type(5)::before {
    background-image: url("../../images/rank5.png");
}

/* l-sizeの設定（最初の2記事） */

#new-report .top-inner .article a:nth-of-type(-n+2) {
    width: 47%;
}
#new-report .top-inner .article a:nth-of-type(-n+2) dd {
    width: 80%;
    border-radius: 0 20px 0 0;
    margin-top: -8%;
    padding-right: 5%;
}
#new-report .top-inner .article a:nth-of-type(-n+2) dd p {
    font-size: 120%;
    line-height: 180%;
}

/* l-sizeの設定（すべての記事） */

#pickup .top-inner .article a {
    width: 47%;
}
#pickup .top-inner .article a dd {
    width: 80%;
    border-radius: 0 20px 0 0;
    margin-top: -8%;
    padding-right: 5%;
}
#pickup .top-inner .article a dd p {
    font-size: 120%;
    line-height: 180%;
}

/* l-sizeの設定 end */

.top-inner .article img {
    width: 100%;
	max-width: 100%;
	height: auto;
}


/* 印刷時 */

@media print {
	header {
		position: absolute;
	}
}


/*==================================================

button
=================================================*/

.share {
    width: 100%;
    max-width: 480px;
    border-radius: 60px;
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
    border: 1px solid #CCC;
    margin: 60px auto 0;
}
.share dt {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center; 
    color: #FFF;
    text-align: center;
    background-color: #303743;
    padding: 1.2em 0;
}
.share dd {
    width: 55%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 1.2em 2em;
}
.share dd a {
    display: block;
    width: 30px;
}

/* ボタン */

.button {
	width: 100%;
	max-width: 400px;
	display: block;
	position: relative;
    overflow: hidden;
	cursor: pointer;
    text-align: center;
    color: #303743;
    line-height: 180%;
    border: 1px solid #CCC;
    background-color: #fff;
    background-image: url("../../images/plus.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto;
    
    text-decoration: none;
    margin: 60px auto 0;
    padding: 1em 1em;
    
    transition: all 0.3s;
    z-index: 1;
}
@media (hover: hover) {
    .button:hover {
        opacity: 1;
        border: 1px solid #303743;
    }
}
.button span {
    display: block;
    position: relative;
    z-index: 2;
}
.etc-menu {
	width: 100%;
	max-width: 320px;
	display: block;
	position: relative;
    overflow: hidden;
	cursor: pointer;
    text-align: center;
    color: #FFF;
    line-height: 180%;
    border: 1px solid #303743;
    background-color: #303743;
    border-radius: 60px;
    text-decoration: none;
    margin: 6% auto 0;
    padding: .8em 1em;
    
    transition: all 0.3s;
    z-index: 1;
}
@media (hover: hover) {
    .etc-menu:hover {
        opacity: 1;
        color: #303743;
        background-color: #FFF;
        border: 1px solid #303743;
    }
}
.etc-menu span {
    display: block;
    position: relative;
    z-index: 2;
}


[class^="button"] {
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


/*==================================================

footer
=================================================*/

.pagetop {
	width: 150px;
	height: 45px;
	position: fixed;
	right: -150px;
	bottom: 150px;
	z-index: 1001!important;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pagetop-visible {
	right: 0;
}
#footer-pagetop {
	width: 100%;
	max-width: 49px;
	text-align: center;
	margin: 5% auto 0;
}

footer {
	width: 100%;
    position: relative;
	background-color: #303743;
    z-index: 6!important;
}
footer img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
footer .footer-bottom {
    width: 100%;
    position: relative;
    padding: 60px 0 0;
}
footer .footer-bottom .inner {
    width: 90%;
    max-width: 1400px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
}

footer .footer-bottom .inner .footer-menu {
    width: 30%;
}
footer .footer-bottom .inner .footer-menu > ul {
    width: 100%;
}
footer .footer-bottom .inner .footer-menu > ul > li {
    width: 100%;
    font-size: clamp(0.875rem, 1.8vw, 1.125rem);
    line-height: 180%;
}

footer .footer-bottom .inner .footer-menu li a {
    display: block;
    color: #FFF;
    text-decoration: none;
}
footer .footer-bottom .inner .footer-menu > ul > li > a {
    width: 100%;
    padding: .8em 0 .4em;
}

footer .footer-bottom .inner .footer-banner {
    width: 70%;
}
footer .footer-bottom .inner .footer-banner ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
footer .footer-bottom .inner .footer-banner ul li {
    width: 31%;
}
footer .footer-bottom .inner .footer-banner ul li a {
    display: block;
    color: #FFF;
    text-decoration: none;
}
footer .footer-bottom .inner .footer-banner ul li a p {
    margin-top: 1em;
	font-size: 0.9375rem;
}

footer .footer-bottom .copyright {
    width: 100%;
    margin: 0 auto;
}
footer .footer-bottom .copyright .inner {
    width: 90%;
    max-width: 1400px;
    padding: 40px 0 80px;
}
footer .footer-bottom .copyright p {
    width: 100%;
    color: #FFF;
    font-size: clamp(0.625rem, 1.2vw, 0.75rem);
    line-height: 160%;
}





/* WP調整用 追記 -----------------------------------*/
/* 記事詳細 パンくず */
.p-navi ul li {
    font-size: clamp(0.625rem, 1vw, 0.75rem)!important;
    line-height: 220%;
}
.p-navi ul li a {
    text-decoration: underline!important;
}
/* 記事詳細 タグ一覧 */
#content .tag a {
    font-size: clamp(0.75rem, 1vw, 0.75rem)!important;
    line-height: 200%;
}
/* 記事詳細 日付 */
.page-date {
    font-size: clamp(1rem, 2vw, 1.25rem)!important;
}
.page-date .icon-posted:before {
    display: none;
}
/* 記事詳細 タイトル */
.page-title {
    font-size: clamp(1.25rem, 3vw, 1.875rem)!important;
}
/* 記事詳細 SNSシェアボタン */
.share dt {
    font-size: clamp(0.75rem, 1.4vw, 0.9375rem);
}
.share dd {
    padding: 0.9375rem 1.6em!important;
}
.share dd li.c-shareBtns__item:not(:last-child) {
    margin-right: 0;
}
.share dd li {
    list-style: none;
}
.share dd li.-twitter-x {
    order: -1;
}
.share dd a {
    height: 30px;
    box-shadow: none;
}
.share dd a:hover {
    box-shadow: none;
}
.share dd li.-facebook a {
    background: url("../../images/sns2_l.png") center center / contain no-repeat;
}
.share dd li.-twitter-x a {
    background: url("../../images/sns1_l.png") center center / contain no-repeat;
}
.share dd li.-line a {
    background: url("../../images/sns3_l.png") center center / contain no-repeat;
}
.share dd a .c-shareBtns__icon {
    display: none;
}
/* 記事詳細 関連記事一覧 */
.top-inner .article .dummy {
    display: block;
    position: relative;
    width: 24%;
    text-decoration: none;
    margin: 0 1% 0 0;
}
.top-inner .article a dd p.date .icon-posted:before {
    display: none;
}

/**/
.title span {
    display: inline-block;
    font-size: clamp(10px, 1vw, 12px)!important;
    text-decoration: none;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    margin: 0 5px 5px 0;
    padding: 0.5em .8em!important;
}
.top-inner .article a dd .intro {
    color: #777;
    font-size: clamp(14px, 14vw, 14px)!important;
    line-height: 180%;
    margin-top: 1em;
}
#new-report .top-inner .article a:nth-child(n+4) dd .intro {
    display: none;
}

/* 07.07 追記 */
#icon-menu ul {
    width: 90%;
    max-width: 1000px;
    padding: 2% 3%;
}
#icon-menu ul li {
    padding: 2% 5%;
    z-index: 2;
}
    .post_content {
        line-height: 2!important;
        letter-spacing: 0.08em!important;
    }
    .post_content p {
        line-height: 2!important;
        letter-spacing: 0.08em!important;
    }

/*最新のsafari用*/
::-webkit-full-page-media, :future, :root .post_content dt, .post_content h2, .post_content h3, .post_content h4 {
	font-weight: 500!important;
}


/*==================================================

size m
=================================================*/

@media only screen and (min-width:1px) and (max-width: 1180px) {
    
    #header-logo {
        width: 25%;
        max-width: 240px;
        position: absolute;

        top: 50%;
        left: 5%;
        -webkit-transform: translate(0, -45%); 
        transform: translate(0, -45%);

        z-index: 5!important;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;

    }
    #header-logo span {
        display: block;
        position: relative;
        line-height: 100%;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }

    nav {
        width: 65%;
    }
}
@media only screen and (min-width:1px) and (max-width: 768px) {
	
	#wrapper {
		width: 100%;
		min-width: 100%;
	}
	#wrapper::before {
        width: 4px;
    }
    #wrapper::after {
        width: 4px;
    }
    
	/*==================================================
	
	header
	=================================================*/
	
	header {
		width: 100%;
		min-width: 100%;
		background-color: rgba(255, 255, 255, 1);
		top: 0;
		padding-top: 0;
	}

	#header-inner {
		width: 100%;
		position: relative;
		margin: 0 auto;
        padding: 0;
	}
    .headerbg #header-inner {
        padding: 0;
    }
    #header-logo {
        width: 180px;
    }
	.headerbg {
		background-color: rgba(255, 255, 255, 1);
	}
	
    .header-spmenu {
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        overflow: hidden;
        margin: 0 0 0 auto;
    }
    .header-spmenu > div {
        transform: translate(87px, 0);
    }
    .open .header-spmenu > div {
        transform: translate(0, 0);
    }
    .open .header-spmenu > div::after {
        content: " ";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url("../images/sp_menu_bar_close.png");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        top: 0;
        left: 0;
        z-index: 1;
    }
    
    .side-menu {
        width: 45px;
        position: fixed;
        border-radius: 6px 0 0 6px;
        top: 80px;
        right: 0;
        z-index: 10;
        padding: 5px;
    }
    .side-menu a {
        display: block;
        width: 16px;
        margin: 12px auto;
    }

    nav {
        /* モバイルメニュー幅 */
        width: 100%;
        height: 0;
        position: absolute;
        top: 60px;
        right: 0;
        background-color: #FFF;
        margin: 0;
        padding: 0;
        z-index: 1003!important;
        overflow: hidden;
        /* animation */
        -webkit-transition: all 0.3s;
        transition: all 0.3s;

    }
    .open nav {
        height: 100vh;
        right: 0;
    }
    .open nav > ul {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .open nav > ul::-webkit-scrollbar {
        width: 5px;
    }

    .open nav > ul::-webkit-scrollbar-track {
        border-radius: 0;
        background-color: #999;
    }

    .open nav > ul::-webkit-scrollbar-thumb {
        background-color: #666;
        border-radius: 0;
    }
    nav > ul {
        width: 100%;
        max-width: 100%;
        height: 100%;
        position: relative;
        display: block;
        margin: 0 auto;
        padding: 20px 5% 160px;
    }
    nav > ul > li {
        width: 100%;
        display: block;
        background-image: none;
        text-align: center;
        margin: 0;
    }
    nav > ul > li:hover ul {
        height: initial;
        height: auto;
        visibility: visible;
        padding: 0;
        opacity: 1;
        z-index: 2;
    }
    nav > ul > li > a {
        width: 100%;
        max-width: 480px;
        display: inline-block;
        font-size: 1rem;
        line-height: 180%;
        text-align: left;
        color: #000;
        text-decoration: none;
        border-top: 1px solid #CCC;
        margin: 0;
        padding: .8em 1em!important;
    }
    nav > ul > li > p,
    nav ul li p {
        width: 100%;
        max-width: 480px;
        display: inline-block;
        font-size: 1rem;
        text-align: center;
        margin-top: 1em;
        padding: 0;
        z-index: 2;
    }
    nav > ul > li > p span,
    nav ul li p span {
        width: 100%;
        display: inline-block;
        padding: 1em .3em;
    }
    nav > ul > li:nth-of-type(1) > a {
        border-top: none;
    }
    nav > ul > li.contact a::before {
        content: " ";
        display: none;
    }
    nav > ul > li > a span {
        display: inline-block;
    }
    nav > ul > li > a br {
        display: none;
    }
    
    nav > ul > li > ul {
        width: 100%!important;
        max-width: 480px;
        height: initial;
        height: auto;
        position: relative;
        visibility: visible;
	    opacity: 1;
        border-top: 1px solid #CCC;
        background-color: transparent;
        background-image: none;
        border-radius: 0;
        margin: 0 auto;
        padding: 1em 0 2em!important;
    }

    /* サブメニュー詳細設定 */
    
    nav > ul > li:hover ul {
        height: initial;
        height: auto;
        visibility: visible;
        padding: 1em 0 2em;
        opacity: 1;
        z-index: 2;
    }
    
    nav > ul > li > ul li {
        width: initial;
        width: auto;
        width: 48%;
        margin: 0;
        padding: 0;
    }
    
    nav > ul > li > ul li a {
        width: 100%;
        display: block;
        text-decoration: none;
        border: none;
        padding: 1em 2.3em;
    	font-size: 0.7rem;
}
    nav > ul > li > ul li.add-menu {
        width: 80%;
        position: relative;
        top: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 6%;
        z-index: 1;
    }
    nav > ul > li > ul li.add-menu div {
        margin-top: 1.4em;
    }
    nav > ul > li > ul li.add-menu div.sns {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        margin-top: 2em;
    }
    nav > ul > li > ul li.add-menu div.sns a {
        display: block;
        width: 26px!important;
        text-decoration: none;
        margin: 0;
        padding: 0;
    }
    
    /*  img */

    nav > ul > li > ul li a img {
        display: block;
    }
    .header-option {
        display: none;
    }
    .p-navi ul {
        width: 100%;
    }
    .p-navi ul li {
        font-size: 1.1rem;
        padding: 0 1.5em 0 .5em;
    }
    
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
	.close-button {
	    font-size: 0.8rem;
	}
	
	/*==================================================
	
	contents
	==================================================*/
	
	#contents {
		margin: 3em auto 4em;
	}
    #contents-page {
        margin: 0 auto 10%;
    }
    .infiniteslide > div {
        width: 200%;
    }
    
    #icon-menu.page {
        margin-top: 10%;
        padding: 8% 0;
    }
    #icon-menu ul {
        border-radius: 20px;
        padding: 5%;
    }
    #icon-menu ul::before {
        display: none;
    }
    #icon-menu ul li {
        width: 50%;
        min-width: 100px;
        position: relative;
        text-align: center;
        border-right: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
        padding: 0;
        z-index: 2;
    }
    #icon-menu ul li a {
        display: block;
        width: 100%;
        text-align: center;
        text-decoration: none;
        padding: 15% 8%;
    }
    #icon-menu ul li:nth-of-type(2n) {
        border-right: none;
    }
    #icon-menu ul li:nth-last-of-type(-n+2) {
        border-bottom: none;
    }
    #icon-menu ul li img {
        width: 100%;
        max-width: 94px;
        height: auto;
    }

    .section-title {
        width: 100%;
        font-weight: 400;
        line-height: 180%;
        letter-spacing: .1em;
		font-size: clamp(1.3021rem, 4vw, 2.713rem);
    }
    .page-date {
        margin: 15px 0 10px;
    }
    #new-report {
        width: 100%;
        background-color: #f6f6f6;
        padding: 8% 0;
    }
    #category {
        width: 100%;
        padding: 8% 0;
    }
    #pickup {
        width: 100%;
        padding: 8% 0;
    }
    #event {
        width: 100%;
        padding: 8% 0;
    }
    #recommend {
        width: 100%;
        padding: 8% 0;
    }
    .top-inner .article a {
        display: block;
        width: 100%;
        text-decoration: none;
        margin: 6% 0 0;
    }
    .top-inner .article a dl {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;
    }
    .top-inner .article a dt {
        width: 50%;
        overflow: hidden;
        border-radius: 10px;
    }
    .top-inner .article a dd {
        width: 50%;
        position: relative;
        padding: 0 0 0 5%;
        z-index: 1;
    }
	.top-inner .article a dd p {
	    line-height: 170%;
    }
    .top-inner .article a dd p.date {
        font-size: 0.784rem!important;
        color: #999;
    }
    .top-inner .article a dd p.date + p {
        font-size: 12px;
    }
    
    /* l-sizeの設定（最初の1記事） */

    #recommend .top-inner .article {
        width: 100%;
        display: block;
        margin-top: 0;
    }
    #recommend .top-inner .article a {
        margin: 6% 0 0;
    }
    #recommend .top-inner .article a:nth-of-type(1) {
        width: 100%;
    }
    #recommend .top-inner .article a:nth-of-type(1) dt {
        width: 100%;
    }
    #recommend .top-inner .article a:nth-of-type(1) dd {
        width: 90%;
        border-radius: 0 10px 0 0;
        margin-top: -10%;
        padding: 5% 5% 5% 0;
    }
    #recommend .top-inner .article a:nth-of-type(2) {
        width: 100%;
        grid-column-start: 3;
    }
    #recommend .top-inner .article a:nth-of-type(3) {
        width: 100%;
        grid-column-start: 4;
    }
    #recommend .top-inner .article a:nth-of-type(4) {
        width: 100%;
        grid-column-start: 3;
        grid-row-start: 2;
    }
    #recommend .top-inner .article a:nth-of-type(5) {
        width: 100%;
        grid-column-start: 4;
        grid-row-start: 2;
    }
    #recommend .top-inner .article a::before {
        width: 8%;
    }


    /* l-sizeの設定（最初の2記事） */

    #new-report .top-inner .article a:nth-of-type(-n+2) {
        width: 100%;
    }
    #new-report .top-inner .article a:nth-of-type(-n+2) dt {
        width: 100%;
    }
    #new-report .top-inner .article a:nth-of-type(-n+2) dd {
        width: 90%;
        border-radius: 0 10px 0 0;
        margin-top: -10%;
        padding: 5% 5% 5% 0;
    }
    
    /* l-sizeの設定（すべての記事） */
    
    #pickup .top-inner .article a {
        width: 100%;
    }
    #pickup .top-inner .article a dt {
        width: 100%;
    }
    #pickup .top-inner .article a dd {
        width: 90%;
        border-radius: 0 10px 0 0;
        margin-top: -10%;
        padding: 5% 5% 5% 0;
    }
    
	/*==================================================
	
	button
	=================================================*/
	
	/* ボタン */
    .share {
        margin: 8% auto 0;
    }
    .share dd a {
        display: block;
        width: 25px;
    }
    .button {
        margin: 8% auto 0;
		font-size: clamp(0.75rem, 1.4vw, 0.9375rem);
    }
	.etc-menu {
		font-size: 0.75rem;
	}

	/*==================================================
	
	footer
	=================================================*/
	
    .pagetop {
        bottom: 40px;
    }
	.pagetop-visible {
		right: -100px;
	}
    
    footer .footer-bottom {
        width: 100%;
        position: relative;
        padding: 8% 0 0;
    }
    footer .footer-bottom .inner {
        flex-direction: column;
        margin: 0 auto;
    }

    footer .footer-bottom .inner .footer-menu {
        width: 100%;
    }
    footer .footer-bottom .inner .footer-menu > ul {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin: 0 auto;
    }
    footer .footer-bottom .inner .footer-menu > ul > li {
        width: initial;
        width: auto;
        font-size: 14px;
        line-height: 180%;
        margin: 0 5%;
    }

    footer .footer-bottom .inner .footer-menu li a {
        display: block;
        color: #FFF;
        text-decoration: none;
    }
    footer .footer-bottom .inner .footer-menu > ul > li > a {
        width: 100%;
        padding: .8em 0 0;
    }

    footer .footer-bottom .inner .footer-banner {
        width: 100%;
    }
    footer .footer-bottom .inner .footer-banner ul {
        width: 100%;
        max-width: 320px;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }
    footer .footer-bottom .inner .footer-banner ul li {
        width: 100%;
        margin-top: 3em;
    }
    footer .footer-bottom .inner .footer-banner ul li a {
        display: block;
        color: #FFF;
        text-decoration: none;
    }
    footer .footer-bottom .inner .footer-banner ul li a p {
        margin-top: 2em;
		font-size: 12px;
    }

    footer .footer-bottom .copyright {
        width: 100%;
        margin: 0 auto;
    }
    footer .footer-bottom .copyright .inner {
        text-align: center;
        padding: 8% 0 100px;
    }


    /* WP調整用 追記 -----------------------------------*/
    /* 記事詳細 関連記事一覧 */
    .top-inner .article .dummy {
        width: 100%;
        margin: 0;
    }
	/* 07.07 追記 */
    #icon-menu ul {
        width: 75%;
    }
    

}

/*==================================================

size s
==================================================*/

@media only screen and (min-width:1px) and (max-width: 568px) {
	
	
	/*==================================================
	
	header
	==================================================*/

		
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/


}

@media only screen and (min-width:1px) and (max-width: 480px) {
	
	
	/*==================================================
	
	header
	==================================================*/

	
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	/*==================================================
	
	table
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/
	
	
}