@charset "utf-8";
/* CSS Document */

/*******************************
    reset
********************************/

p { margin: 0;}

@media screen and (max-width: 639px){
	html {
		font-size: 87.5% !important;
	}
}
@media screen and (max-width: 800px){
	.s5-container {
		overflow-x: hidden;
	}
}

/* header */
/*
.GlobalHeader:not(.GlobalHeader--fix950):not(.GlobalHeader--fix1200) {
	z-index: 99999 !important;
}
.js-category-header,
.s5-breadcrumbs {
	z-index: 99999 !important;
	position: relative !important;
}
*/

/*******************************
    メインビジュアル
	slick_style.css に記述
********************************/

/**************************************
    ナビ

thema_nav_pc  ⇔  thema_nav_sp
navibtn_pc    ⇔  navibtn_sp
（jsできりかえ）
***************************************/

/*** PC時　thema_nav_pc ***/
#sect_navi {
    margin: 40px auto;
    display: flex;
}

#thema_nav {
	opacity: 0; 　/* リサイズ・リロード時ちらつき対策 */
}

.thema_nav_pc {
    width: calc(100vw - 200px);
}
.thema_nav_pc span {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #D63600;
    border-radius: 3px;
    color: #D63600;
    font-size: 1.1em;
    padding: 0.6em 0.05em 0.5em;
    width: 9em;
    text-align: center;
    text-decoration: none;
    margin: 2px auto;
	line-height: 1.15;
}
.thema_nav_pc span.current:hover {
    background-color: #D63600;
    color: #fff;
}
.thema_nav_pc span.current {
    background-color: #D63600 !important;
    color: #fff !important;
}
.thema_nav_pc span.current::after {
    content: " \0bb ";
    padding-left: 0.5em;
}

.thema_nav_pc span#nav05 {
    width: 14em !important;
}

/*** SP時　thema_nav_sp ***/
.thema_nav_sp {
    background-color: #d72714db;
    display: flex;
	/*display: none;	/* ボタン押したときjsでflexに切り替わる */
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
}
.thema_nav_sp p {
    display: block;
}
.thema_nav_sp span {
    background-color: unset;
    color: #fff;
    width: auto;
    font-size: 1.3em;
    line-height: 2em;
    border: none;
}
.thema_nav_sp span.current::after {
    content: "";
}

#mclose {
    position: absolute;
    bottom: 2px;
    right: 2px;
    padding: 0;
    transition: .3s;
    border: none;
    font-size: 1em;
}
#mclose:hover {
    opacity: 0.6;
}


/*** 基礎知識ボタン ***/
.navibtn {
    text-align: center;
    width: 80px;
    height: 80px;
    background: url("../../images/bnr/btn_nav.png") no-repeat;
    border-radius: 3px;
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #c3b859;
	margin-left: 20px;
}
.navibtn a {
    width: 80px;
    height: 80px;
    display: block;  
}
.navibtnv a:hover {
    text-decoration: none;
    opacity: 0.6;
    transition: .3s;
}
.navibtn a p {
    padding-top: 10px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4em;    
}


@media screen and (min-width: 791px){
	.thema_nav_pc {
		visibility: visible !important;
		display: block !important;
		opacity: 1 !important;
	}
    .thema_nav_sp { display: none;}
    .thema_nav_pc p {
        display: none;
    }
    #sect_navi_sp {
        display: none !important;
    }
    #mclose {
        display: none;
    }
}
@media screen and (max-width: 790px){
    .thema_nav_pc { display: none;}
    #sect_navi_sp {
        display: block;
    }
    #sect_navi div {
        display: none;
    }
    #mclose {
        display: block;
    }

    /* SP時　thema_navi モーダル　*/
    #sect_navi {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 8888;	/* trickZ */
    }
}


/*** SP時 2つのナビボタン ***/
#sect_navi_sp {
    display: flex;
    justify-content: center;
    margin: 30px auto 50px;
}
.spnavi01 {
    background-color: #D63600;
    width: 82px;
    height: 82px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #c3b859;
	z-index: 9999;	/* trickZ */
	padding: 0;
}
.spnavi01:hover {
	cursor: pointer;
}
.spnavi01 p {
    padding-top: 10px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4em;
    width: 80px;
    height: 70px;
	color: #fff;
}
.spnavi01,
.spnavi02 {
    margin: 4px;
}

/* ボタンが押された時 */
#spnavi01.appear {
	z-index: 7777;	/* trickZ */
}

@media screen and (max-width: 639px){
    #sect_navi {
		margin: 0 auto;
    }
}


/*******************************
    サブタイトル
********************************/
.subtitle div {
    display: inline-block;
    vertical-align: middle;
}
.subtitle div.sbt01 {
    margin-right: 10px;    
}
.subtitle div .icon_h2 {
    width: 110px;
}
.subtitle div h2 {
    margin: 0;
}
.subtitle div .img_txt01 {
    width: 270px;
}
.subtitle div.sbt02 p {
    margin: -0.5em 0 0 0 !important;
}

@media screen and (max-width: 570px){
    .subtitle div .icon_h2 {
        width: 100%;
        max-width: 130px;
    }    
    .subtitle div.sbt01 {
        width: 22vw;
    }
    .subtitle div .img_txt01 {
        width: 50vw;
    }
}

/*******************************
    テーマ別
********************************/
#sect_thema {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 50px;
}
#sect_thema figure {
    width: 23%;
    border: 1px solid #C4C1C1;
    position: relative;
    margin: 5px;
}
#sect_thema figure figcaption h3 {
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 0 auto;
    text-align: center;
}
#sect_thema figure figcaption h3 span {
    display: inline-block;
}
#sect_thema figure figcaption p {
    font-size: 0.8em;
    padding-top: 1em;
}
#sect_thema figure img {
    width: 100%;
}
#sect_thema figure figcaption {
    padding: 1em;
}

#sect_thema figure .number {
    margin: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}
#sect_thema figure .triangle {
    height: calc(100px / 2);
    width: 100px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transform: rotate(315deg);
    background-color: #D63600;
    position: absolute;
    top: -8px;
    left: -33px;
}
#sect_thema figure a:hover {
    text-decoration: none !important;
    opacity: 0.6;
    transition: .6s;
}

@media screen and (max-width: 1130px){
    #sect_thema figure {
        width: 31%;
    }
}
@media screen and (max-width: 790px){
    #sect_thema figure {
        width: 45%;
    }
    #sect_thema figure figcaption p {
        display: none;
    }
    #sect_thema figure figcaption h3 {
        font-size: calc(0.15vw + 0.9em);
        line-height: 1.25em;
    }
    #sect_thema figure figcaption {
        padding: 0 0.4em 0.5em;
    }  
    #sect_thema figure .triangle {
        height: calc(80px / 2);
        width: 80px;
        top: -6px;
        left: -26px;
    }
    #sect_thema figure .number {
        top: 5px;
        left: 5px;
        font-weight: normal;
    }
}

/*** 表示・非表示 ***/
#sect_thema figure.hidn {
    display: none;
}
#sect_thema figure {
    display: block;
}

/*******************************
    撮影の基礎知識
********************************/
#sect_knowlede {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#sect_knowlede div {
    width: 220px;
    height: 70px;
    margin: 5px;
    text-align: center;
    background-size: 100% auto !important;
	box-shadow: 0px 1px 3px 0px rgb(189 186 186);
}
#sect_knowlede div a {
    width: 100%;
    max-width: 220px;
    height: 70px;
    display: table;
}
#sect_knowlede div a:hover {
    text-decoration: none !important;
    opacity: 0.6;
    transition: .3s;
    background: rgba(255, 255, 255, 0.5);
}
#sect_knowlede p {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1.25em;
}

#sect_knowlede .know01 {
    background: url("../../images/bnr/bnr-bg01.png") no-repeat;
}
#sect_knowlede .know02 {
    background: url("../../images/bnr/bnr-bg02.png") no-repeat;
}
#sect_knowlede .know03 {
    background: url("../../images/bnr/bnr-bg03.png") no-repeat;
}
#sect_knowlede .know04 {
    background: url("../../images/bnr/bnr-bg04.png") no-repeat;
}
#sect_knowlede .know05 {
    background: url("../../images/bnr/bnr-bg05.png") no-repeat;
}

#sect_knowlede .hiddenclass {
	height: 0 !important;
}

@media screen and (max-width: 520px){
    #sect_knowlede div {
        width: 48%;
        margin: 2px 1%;
    }
    #sect_knowlede div,
    #sect_knowlede div a {
        height: calc(100vw / 7);
    }
    #sect_knowlede p {
        font-size:75%;
        line-height: 1.5em;
    }
}

/*******************************
    背景グレー
********************************/
.bggray {
    background-color: #E7E7E7;
    margin: 0 calc(50% - 50vw);
    width: 99vw;
    padding: 30px 0;
}


/*******************************
    ピックアップ
********************************/
#sect_pickup {
    margin: 50px auto 70px;
    text-align: center;
}
#sect_pickup div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;    
}
#sect_pickup .subtitle_pickup {
	width: 200px;
}
#sect_pickup figure {
    margin: 5px;
    width: 18%;
}
#sect_pickup figure a:hover{
    opacity: 0.6;
    transition: .3s;
    text-decoration: none;
}
#sect_pickup figure figcaption {
    font-size: 0.8em;
    line-height: 1.2em;
}
#sect_pickup figure img {
    width: 100%;
}
@media screen and (max-width: 970px) and (min-width: 641px){
    #sect_pickup figure {
        width: 30%;    
    }
	#sect_pickup figure img {
    	max-width: 220px;
	}
}
@media screen and (max-width: 640px){
    #sect_pickup figure {
        width: auto;
		margin: 10px 0;
    }
	#sect_pickup div {
		display: block;
	}
	#sect_pickup figure img,
	#sect_pickup figure figcaption {
		width: 45%;
		display: inline-block;
		vertical-align: top;
    	text-align: left;
	}
	#sect_pickup figure figcaption {
		font-size: 0.9em;
		padding-left: 1em;
	}
	#sect_pickup .subtitle_pickup {
		width: 160px;
	}
}


#sect_pickup figure figcaption:after {
    display: inline-block;
    content: '';
    background-image: url(/share5/svg/icon/angle-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    height: 0.6em;
    width: 0.6em;
    margin: -0.15em 0.4em 0;
}

/*******************************
    他リンクバナー
********************************/
#sect_otherlink {
	
}
#sect_otherlink ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 20px;
}
#sect_otherlink ul li {
	list-style: none;
	margin: 6px 7px 0;
}
#sect_otherlink ul li img {
	width: 100%;
	max-width: 360px;
}
#sect_otherlink ul li img:hover {
    opacity: 0.6;
    transition: .3s;
}
/*
@media screen and (max-width: 540px){ 
	#sect_otherlink ul {
		flex-direction: column;
		align-items: center;
	}
}
*/

/* 20240703 */
.thema_nav_pc span {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #D63600;
    border-radius: 3px;
    color: #D63600;
    font-size: 1.1em;
    padding: 0.6em 0.05em 0.5em;
    width: 9em;
    text-align: center;
    text-decoration: none;
    margin: 2px auto;
	line-height: 1.15;
}

.thema_nav_pc span.current:hover {
    background-color: #D63600;
    color: #fff;
}

.thema_nav_pc span.current {
    background-color: #D63600 !important;
    color: #fff !important;
}

.thema_nav_pc span.current::after {
    content: " \0bb ";
    padding-left: 0.5em;
}

.thema_nav_sp span {
    background-color: unset;
    color: #fff;
    width: auto;
    font-size: 1.3em;
    line-height: 2em;
    border: none;
}

.thema_nav_sp span.current::after {
    content: "";
}

.thema_nav_pc span#nav05 {
    width: 14em !important;
}


#sect_knowlede .know02 {
    background: url("../../images/bnr/bnr-bg02.png") repeat;
}

#sect_knowlede div {
    height: auto;
	min-height: auto;
}