@charset "UTF-8";

/*
Theme Name: kaji-jbs
Author: kaji-jbs
Author URI: https://kaji-jbs.jp
Description: This is "kaji-jbs" theme.
*/




/* --------------------------------------------------------------
    1: reset
-------------------------------------------------------------- */
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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-color:transparent
}

body {
    line-height: 1
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block
}

ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

button, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 0
}

select {
    outline: 0;
    border-radius: 0
}

input, textarea {
    padding: 0;
    background-color: inherit;
    border: none
}





/* --------------------------------------------------------------
    2: common
-------------------------------------------------------------- */

/*
@font-face {
    font-family:"notosans_m";
    src:url("common/font/notosans_m.eot?#iefix");
    src:url("common/font/notosans_m.eot?#iefix") format("eot"),
    url("common/font/notosans_m.woff") format("woff"),
    url("common/font/notosans_m.ttf") format("truetype");
}
*/

html, body {
	height: 100%;
    min-height: 100%;
    /* font-family: "游教科書体 New M", "Yu Kyokasho New M", "Yu Mincho", "YuMincho", serif; */
    /* font-family: "日活正楷書体", "NikkatsuSeiKai-L"; */
    /* font-family: 'Shippori Mincho B1', serif; */
    font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	/* letter-spacing: 0.05em; */
	line-height: 2.1;
	color: #000;
	background: #fff;
	font-feature-settings: 'palt';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input,
button,
textarea {
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	line-height: 2.1;
	color: #000;
}

select {
    font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	line-height: 2.1;
	color: #000;
}

a {
	color: #707070;
	text-decoration: none;
	transition: color .3s cubic-bezier(.25, .1, .25, 1);
}

.pc a:hover {
    color: #000;
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    overflow:hidden
}

.clearfix {
    _height: 1px;
    min-height:1px
}

body {
	/* opacity: 0; */
}

/*
body.on {
	animation-name: bodyOn;
    animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
	opacity: 1;
}
*/

img {
    width: 100%;
}

@keyframes bodyOn {
    0% {
		opacity: 0;
    }
	100% {
        opacity: 1;
    }
}





/* --------------------------------------------------------------
    3: header
-------------------------------------------------------------- */

header {
    height: 40px;
    position: relative;
    background: #99918a;
	z-index: 20;
}

header h1#logo a {
    position: absolute;
	top: 0;
	left: 0;
	display: block;
}

header #naviTop {
    padding-left: 216px;
    text-align: center;
}

header #naviTop ul {
}

header #naviTop ul li {
    display: inline-block;
    margin: 0 30px;
}

header #naviTop ul li a {
	display: inline-block;
    height: 18px;
    margin-top: 12px;
    text-indent: -9999px;
    transition: 0.4s ease 0s;
}

header #naviTop ul li a.movie {
    width: 58px;
    background: url(common/img/header_nav_movie.svg) center center no-repeat;
}

header #naviTop ul li a.about {
    width: 134px;
    background: url(common/img/header_nav_about.svg) center center no-repeat;
}

header #naviTop ul li a.tatara {
    width: 138px;
    background: url(common/img/header_nav_tatara.svg) center center no-repeat;
}

header #naviTop ul li a.member {
    width: 67px;
    background: url(common/img/header_nav_member.svg) center center no-repeat;
}

header #naviTop ul li a:hover {
    opacity: 0.3;
}




header #naviMenu ul li a {
	display: block;
    height: 18px;
    margin-top: 20px;
    text-indent: -9999px;
    transition: 0.4s ease 0s;
}

header #naviMenu ul li a.top {
    width: 36px;
    background: url(common/img/header_nav_top.svg) center center no-repeat;
}

header #naviMenu ul li a.movie {
    width: 58px;
    background: url(common/img/header_nav_movie.svg) center center no-repeat;
}

header #naviMenu ul li a.about {
    width: 134px;
    background: url(common/img/header_nav_about.svg) center center no-repeat;
}

header #naviMenu ul li a.tatara {
    width: 138px;
    background: url(common/img/header_nav_tatara.svg) center center no-repeat;
}

header #naviMenu ul li a.member {
    width: 67px;
    background: url(common/img/header_nav_member.svg) center center no-repeat;
}

header #naviMenu ul li a.insta {
    width: 25px;
    height: 25px;
    margin-top: 20px;
    background: url(common/img/header_nav_insta.svg) center center no-repeat;
}

header #naviMenu ul li a:hover {
    opacity: 0.3;
}




header #naviBase {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #99918a;
	opacity: 0;
}


header #naviFlag a {
	position: fixed;
    top: 5px;
    right: 10px;
	display: none;
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
	text-indent: -9999px;
	opacity: 0.5;
    z-index: 100;
	transition: 0.4s ease 0s;
}

.pc header #naviFlag a:hover {
    opacity: 1;
}

header #naviFlag span {
	position: absolute;
	left: 6px;
	width: 18px;
	height: 1px;
	background-color: #ccc;
	transition: 0.4s ease 0s;
}

header #naviFlag span:first-child {
	top: 7px;
}

header #naviFlag span:nth-child(2) {
	top: 14px;
}

header #naviFlag span:last-child {
	bottom: 8px;
}

header #naviFlag .on span {
    background-color: #000;
}

header #naviFlag .on span:first-child {
	transform: translateY(7px) rotate(45deg);
}

header #naviFlag .on span:nth-child(2) {
	transform: scaleX(0);
}

header #naviFlag .on span:last-child {
	transform: translateY(-7px) rotate(-45deg);
}

header #naviMenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
}

header #naviMenu ul {
    margin-top: 50px;
    margin-left: 50px;
    font-size: 1.4rem;
}

header #naviMenu ul li a {
}

header #naviMenu ul .top {
    /* margin-bottom: 27px; */
}

header #naviMenu ul .insta {
    margin-top: 10px;
}

header #naviMenu ul .insta a {
	display: block;
}

header #naviMenu ul .insta svg {
    width: 25px;
}

header #naviMenu a {
	color: #000;
	cursor: pointer;
    transition: 0.4s ease 0s;
}
header #naviMenu a:link {
    color: #000;
    text-decoration: none;
}
header #naviMenu a:visited {
    color: #000;
}
header #naviMenu a:hover {
    color: #000;
    text-decoration: none;
}
header #naviMenu a:hover {
    opacity: 0.5;
}
header #naviMenu a:active {
    color: #000;
}

@media only screen and (max-width: 1000px) {
    header #naviTop ul li {
        margin: 0 15px;
    }
}

@media only screen and (max-width: 750px) {
    header {
        height: 0;
    }
    header #naviTop {
        display: none;
    }
    header #naviFlag a {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    header h1#logo img {
		width: 33vw;
	}
}




/* --------------------------------------------------------------
    4: footer
-------------------------------------------------------------- */

footer {
    margin-top: 100px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
	text-align: center;
    border-top: 1px solid #ccc;
}

footer p {
    font-size: 12px;
}

footer p.tit {
    font-size: 20px;
}

footer p.add {
    line-height: 1.6;
}

footer p.copy {
    /* margin-top: 20px; */
}

footer p.copy .mark {
    font-family: 'notosans_m',"Helvetica Neue",Helvetica,Arial,sans-serif; */
}


footer .thumbArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .thumbArea .thumbBox {
    box-sizing: border-box;
    width: calc(100% / 3 - 30px);
    margin-bottom: 40px;
    border: 1px solid #ccc;
}

footer .thumbArea .thumbBox a {
    display: block;
    width: 100;
    height: 100%;
    color: #000;
    transition: 0.4s ease 0s;
}

footer .thumbArea .thumbBox a:hover {
    opacity: 0.5;
}

footer .thumbArea .thumbBox img {
    width: 100%;
    vertical-align: bottom;
    transition: 0.4s ease 0s;
}

@media only screen and (max-width: 800px) {
    footer .thumbArea .thumbBox {
        width: calc(100% / 3 - 20px);
    }
}

@media only screen and (max-width: 600px) {
    footer .thumbArea .thumbBox {
        width: calc(100% / 3 - 10px);
    }
}





/* --------------------------------------------------------------
    5: main
-------------------------------------------------------------- */

main {
	position: relative;
}

.wrapWidth {
    max-width: 1200px;
	margin: 0 auto;
    padding: 0 30px;
}

.conts {
    position: relative;
    margin-top: 100px;
    padding-top: 30px;
}

.conts h3 {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1.4;
}

span.noWrap {
	display: inline-block;
}

@media only screen and (max-width: 600px) {
    .wrapWidth {
        padding: 0 20px;
    }
}




/* top page */

#topVisual {
	width: 100vw;
    height: 100vh;
	background: #fff;
}

.vegas-timer {
    height: 1px;
}

.vegas-timer-progress {
    background: #777;
}

/*
#coming {
    position: fixed;
    top: calc(50% - 0.5em);
    left: calc(50% - 3em);
    font-size: 30px;
    color: #fff;
    z-index: 999;
}
@media only screen and (max-width: 1200px) {
    #coming {
        font-size: 25px;
    }
}
@media only screen and (max-width: 800px) {
    #coming {
        font-size: 22px;
    }
}
@media only screen and (max-width: 600px) {
    #coming {
        font-size: 18px;
    }
}
@media only screen and (max-width: 500px) {
    #coming {
        font-size: 16px;
    }
}
*/

#instaArea {
    position: relative;
    width: 100vw;
    padding-bottom: 35px;
    overflow: hidden;
}

#instaArea #sb_instagram {
    width: 200% !important;
    margin-left: 0%;
    padding-bottom: 0 !important;
    transition: 0.5s 0s ease;
}

#instaArea.num1 #sb_instagram {
    margin-left: 0%;
}
#instaArea.num2 #sb_instagram {
    margin-left: -20%;
}
#instaArea.num3 #sb_instagram {
    margin-left: -40%;
}
#instaArea.num4 #sb_instagram {
    margin-left: -60%;
}
#instaArea.num5 #sb_instagram {
    margin-left: -80%;
}
#instaArea.num6 #sb_instagram {
    margin-left: -100%;
}

#sb_instagram .sb_instagram_header {
    float: none;
    margin: 0 !important;
    padding: 0 !important;
}

#sb_instagram .sb_instagram_header a {
    position: absolute;
    bottom: 0;
    right: 0;
}

#sb_instagram .sb_instagram_header .sbi_header_text {
    display: none;
}

#instaArea #sb_instagram .sb_instagram_header .sbi_header_img {
    float: none;
    width: 40px!important;
    margin: 0 !important;
}

#instaArea .sbi_no_avatar .sbi_header_img {
    height: 40px!important;
    background: none!important;
}

#instaArea .sbi_no_avatar .sbi_header_hashtag_icon {
    color: #000;
    opacity: 1!important;
}

}
/*
#sb_instagram.sbi_col_10 #sbi_images .sbi_item:nth-of-type(20) {
    opacity: 0.2;
}
*/

#instaArea #sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone {
    opacity: 0 !important;
}

#instaArea .navi .naviLeft {
    position: absolute;
    top: 10px;
    left: 0;
    width: 35px;
    height: calc(20vw - 10px);
    background: url(common/img/icon_arrow_left.svg) center right no-repeat;
    background-size: 25px 25px;
    transition: opacity 0.5s 0s ease;
}

#instaArea .navi .naviRight {
    position: absolute;
    top: 10px;
    right: 0;
    width: 35px;
    height: calc(20vw - 10px);
    background: url(common/img/icon_arrow_right.svg) center left no-repeat;
    background-size: 25px 25px;
    transition: opacity 0.5s 0s ease;
}

#instaArea .navi .naviLeft:hover {
    cursor : pointer;
    opacity: 0.5
}

#instaArea .navi .naviRight:hover {
    cursor : pointer;
    opacity: 0.5
}

#instaArea.num1 .navi .naviLeft {
    opacity: 0.2;
}

#instaArea.num6 .navi .naviRight {
    opacity: 0.2;
}

#contsTitle {
    margin-top: 80px;
    text-align: center;
}

#contsTitle h2 {
    font-size: 50px;
    line-height: 1.4;
}

#contsTitle h2 {
    display: block;
    width: 668px;
    height: 46px;
    margin: 0 auto 40px auto;
    text-indent: -9999px;
    background: url(common/img/top_contstitle_h2_w.svg) center center no-repeat;
}

@media only screen and (max-width: 740px) {
    #contsTitle h2 {
        width: 380px;
        height: 110px;
        margin: 0 auto 40px auto;
        background: url(common/img/top_contstitle_h2_t.svg) center center no-repeat;
    }
}

#contsMovie {
    margin-top: 20px;
    padding-top: 30px;
    text-align: center;
}

#contsMovie #areaMovie {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}


#contsMovie #areaMovie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

#contsMovie #areaMovie .movieVal {
    position: absolute;
    bottom: 5px;
    left: 12px;
    width: 40px;
    height: 40px;
    background: url(common/img/top_movie_volume.svg) right top no-repeat;
    opacity: 0.5;
    transition: 0.4s ease 0s;
    transition-property: opacity;
}

#contsMovie #areaMovie .movieVal.active {
    background: url(common/img/top_movie_volume.svg) left top no-repeat;
}

#contsMovie #areaMovie .movieVal:hover {
    opacity: 1;
}


#contsMovie2 {
    margin-top: 20px;
    padding-top: 30px;
    text-align: center;
}

#contsMovie2 .movieArea {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
#contsMovie2 .movieArea iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

#contsAbout {
    text-align: center;
}

#contsAbout h3 {
    display: block;
    width: 263px;
    height: 29px;
    margin: 0 auto 40px auto;
    text-indent: -9999px;
    background: url(common/img/top_contsabout_h3.svg) center center no-repeat;
}

#contsAbout p {
    max-width: 920px;
    margin: 0 auto;
}

@media only screen and (max-width: 980px) {
    #contsAbout p {
        margin-bottom: 20px;
        text-align: left;
    }
    #contsAbout p:last-of-type {
        margin-bottom: 0;
    }
    #contsAbout p br {
        display: none;
    }
}


#contsTatara {
    text-align: center;
}

#contsTatara h3 {
    display: block;
    width: 235px;
    height: 29px;
    margin: 0 auto 40px auto;
    text-indent: -9999px;
    background: url(common/img/top_contstatara_h3.svg) center center no-repeat;
}

#contsTatara .thumbArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#contsTatara .thumbArea .thumbBox {
    box-sizing: border-box;
    width: calc(100% / 3 - 30px);
    margin-bottom: 40px;
}

#contsTatara .thumbArea .thumbBox a {
    display: block;
    width: 100;
    height: 100%;
    color: #000;
    transition: 0.4s ease 0s;
}

#contsTatara .thumbArea .thumbBox a:hover {
    opacity: 0.5;
}

#contsTatara .thumbArea .thumbBox img {
    width: 100%;
    vertical-align: bottom;
    transition: 0.4s ease 0s;
}

#contsTatara .thumbArea .thumbBox h4 {
    margin-top: 10px;
    font-weight: normal;
    line-height: 1.5;
}

@media only screen and (max-width: 800px) {
    #contsTatara .thumbArea .thumbBox {
        width: calc(100% / 3 - 20px);
    }
}

@media only screen and (max-width: 600px) {
    #contsTatara .thumbArea .thumbBox {
        /* width: calc(100% / 3 - 10px); */
        width: 100%;
    }
}



#contsMember {
    text-align: center;
}

#contsMember h3 {
    display: block;
    width: 293px;
    height: 27px;
    margin: 0 auto 40px auto;
    text-indent: -9999px;
    background: url(common/img/top_contsmember_h3.svg) center center no-repeat;
}

#contsMember .thumbArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#contsMember .thumbArea .thumbBox {
    box-sizing: border-box;
    /* width: calc(100% / 5 - 30px); */
    width: calc(100% / 4 - 30px);
    margin-bottom: 40px;
}

#contsMember .thumbBox.dummy {
    margin-bottom: 0;
}

#contsMember .thumbArea .thumbBox a {
    display: block;
    width: 100;
    height: 100%;
    color: #000;
    transition: 0.4s ease 0s;
}

#contsMember .thumbArea .thumbBox a:hover {
    opacity: 0.5;
}

#contsMember .thumbArea .thumbBox img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    transition: 0.4s ease 0s;
}

#contsMember .thumbArea .thumbBox p {
    margin-top: 0px;
    font-size: 12px;
    line-height: 1.2;
}

#contsMember .thumbArea .thumbBox p.position {
    margin-top: 10px;
}

#contsMember .thumbArea .thumbBox p.name {
    margin-top: 5px;
    font-size: 16px;
}

#contsMember .thumbArea .thumbBox p.en {
    /* margin-top: 3px; */
}

#contsMember .thumbArea .thumbBox p.corp {
    margin-top: 5px;
}

#contsMember .thumbArea .thumbBox p.add {
    margin-top: 5px;
}

@media only screen and (max-width: 970px) {
    #contsMember .thumbArea .thumbBox {
        /* width: calc(100% / 5 - 25px); */
        width: calc(100% / 4 - 25px);
    }
}

@media only screen and (max-width: 810px) {
    #contsMember .thumbArea .thumbBox {
        width: calc(100% / 4 - 20px);
    }
}

@media only screen and (max-width: 670px) {
    #contsMember .thumbArea .thumbBox {
        width: calc(100% / 4 - 15px);
    }
}

@media only screen and (max-width: 600px) {
    #contsMember .thumbArea .thumbBox {
        width: calc(100% / 3 - 10px);
    }
}




#contsTosho {
    /* padding-bottom: calc(100% / 3 - 130px); */
    padding-bottom: 70px;
}

#contsTosho .imgArea {
    float: left;
    width: calc(100% / 3 - 30px);
}

#contsTosho .textArea {
    margin-left: calc(100% / 3 + 10px);
}

#contsTosho h3 {
    display: block;
    width: 141px;
    height: 19px;
    margin-bottom: 25px;
    text-indent: -9999px;
    background: url(common/img/top_contstosho_h3.svg) center center no-repeat;
}

@media only screen and (max-width: 600px) {
    #contsTosho .imgArea {
        width: calc(100% / 3 - 10px);
    }
    #contsTosho .textArea {
        margin-left: calc(100% / 3 + 10px);
    }
}

@media only screen and (max-width: 450px) {
    #contsTosho .imgArea {
        float: none;
        position: absolute;
        top: 70px;
        width: calc(100% - 40px);
    }
    #contsTosho .textArea {
        margin-left: 0;
    }
    #contsTosho .textArea h3 {
        margin-bottom: 40px;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }
    #contsTosho .textArea p {
        margin-top: calc(100vw + 20px);
    }
}




/*
#contsReport {
    text-align: center;
}

#contsReport .thumbArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#contsReport .thumbArea .thumbBox {
    box-sizing: border-box;
    width: calc(100% / 2 - 30px);
    margin-bottom: 40px;
}

#contsReport .thumbArea .thumbBox a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    color: #000;
    transition: 0.4s ease 0s;
}

#contsReport .thumbArea .thumbBox a:hover {
    opacity: 0.5;
}

#contsReport .thumbArea .thumbBox .leftArea {
    width: 40%;
}

#contsReport .thumbArea .thumbBox .rightArea {
    box-sizing: border-box;
    width: 60%;
    padding-left: 15px;
    text-align: left;
}


#contsReport .thumbArea .thumbBox img {
    width: 100%;
    vertical-align: bottom;
    transition: 0.4s ease 0s;
}

#contsReport .thumbArea .thumbBox h4 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: normal;
}

#contsReport .thumbArea .thumbBox p {
    width: 100%;
    margin-top: 0px;
    font-size: 12px;
    line-height: 1.6;
}

#contsReport .thumbArea .thumbBox p.text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1220px) {
    #contsReport .thumbArea .thumbBox p.text {
        -webkit-line-clamp: 4;
    }
}

@media only screen and (max-width: 1050px) {
    #contsReport .thumbArea .thumbBox p.text {
        -webkit-line-clamp: 3;
    }
}

@media only screen and (max-width: 900px) {
    #contsReport .thumbArea .thumbBox p.text {
        -webkit-line-clamp: 2;
    }
}

@media only screen and (max-width: 800px) {
    #contsReport .thumbArea .thumbBox {
        width: calc(100% / 2 - 20px);
    }
}

@media only screen and (max-width: 750px) {
    #contsReport .thumbArea .thumbBox {
        width: calc(100% / 2 - 10px);
    }
    #contsReport .thumbArea .thumbBox a {
        display: block;
    }
    #contsReport .thumbArea .thumbBox .leftArea {
        width: 100%;
    }
    #contsReport .thumbArea .thumbBox .rightArea {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
    #contsReport .thumbArea .thumbBox p.text {
        -webkit-line-clamp: 3;
    }
}
*/




/* tatara page */

#topBanner {
	width: 100vw;
    height: 400px;
	background: #ccc;
}

#topBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    #topBanner {
        height: 280px;
    }
}

body.tatara .conts {
    margin-top: 60px;
}

body.tatara .conts .block {
    margin-bottom: 70px;
}

body.tatara  h2 {
    display: block;
    text-indent: -9999px;
    margin-bottom: 70px;
}

body.tatara  h2.tatara {
    width: 202px;
    height: 29px;
    background: url(common/img/tatara_h2.svg) left center no-repeat;
}

body.tatara  h2.tamahagane {
    width: 117px;
    height: 26px;
    background: url(common/img/tamahagane_h2.svg) left center no-repeat;
}

body.tatara  h2.kaji {
    width: 118px;
    height: 26px;
    background: url(common/img/kaji_h2.svg) left center no-repeat;
}

body.tatara .conts  h3 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: normal;
    text-align: left;
    line-height: 2.1;
}

body.tatara .conts  h3:before,
body.tatara .conts  h3:after {
    content: "";
    border-top: 1px solid #000;
    width: 1.5em;
}

body.tatara .conts  h3:before {
    margin-right: 0.5em;
}

body.tatara .conts  h3:after {
    margin-left: 0.5em;
}

body.tatara .conts  h4 {
    margin-bottom: 10px;
    font-weight: normal;
}

body.tatara .conts  p {
    margin-bottom: 20px;
}

body.tatara .conts  dt {
    float: left;
}

body.tatara .conts  dd {
    margin-left: 4em;
    margin-bottom: 10px;
}

body.tatara .conts  dl li {
    position: relative;
    list-style: none;
    padding-left: 1em;
}

body.tatara .conts  dl li:before {
    content: "・";
    position: absolute;
    left: 0;
}

.photoBox2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.photoBox2 img {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .photoBox2 img {
        width: calc(100% / 2 - 5px);
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) {
    body.tatara .wrapWidth {
        padding-top: 30px;
    }
    .photoBox2 img {
        width: 100%;
    }
}







/* teaser */

body#teaser header {
    height: 0;
    background: none;
}

body#teaser h1#logo img {
    width: 215px;
}

body#teaser #coming {
    position: fixed;
    top: calc(50% - 0.5em);
    left: calc(50% - 3em);
    font-size: 30px;
    color: #fff;
    z-index: 999;
}

@media only screen and (max-width: 1200px) {
    body#teaser #coming {
        font-size: 25px;
    }
}

@media only screen and (max-width: 800px) {
    body#teaser #coming {
        font-size: 22px;
    }
}

@media only screen and (max-width: 600px) {
    body#teaser h1#logo img {
        width: 33vw;
    }
    body#teaser #coming {
        font-size: 18px;
    }
}




