@charset "utf-8";

/* =================================
フォント

font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;


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

/* =================================
		page.php
================================= */
header.page_header {
    height: 680px;
}

header.pgh_brand {
    background-image: url(../img/mv-brand.jpg);
}

.page_ttl {
    position: absolute;
    top: 150px;
    right: 45px;
    width: 380px;
    z-index: 100;
	text-align: center;
}

.ttl_area {
	display: inline-block;
    writing-mode: vertical-rl;
	text-align: left;
    color: white;
	margin-bottom: 80px;
}
.page_ttl h1 {
    font-size: 300%;
}

p.sub_ttl {
    margin-right: 20px;
    margin-top: 10px;
    font-size: 150%;
}

.logo_mark {
	width: 100%;
}

section.sec_area.pb_sc01 {
    width: 100%;
    position: relative;
    background-image: url(../img/brand-bg.jpg);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-color: black;
}

.psec_s_area {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 20px 0;
}

h2.pttl_2 {
	text-align: center;
    color: white;
    font-size: 260%;
    margin-top: 100px;
}

h2.pttl_2 span {
    color: #ca3828;
}

.br01_box {
    text-align: center;
    margin: 100px 0;
}

.br01_box p {
    display: inline-block;
    color: white;
    text-align: left;
	writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 126%;
    line-height: 3;
}

section.sec_area.pb_sc02 {
    width: 100%;
    position: relative;
    background-image: url(../img/br-tnp-bg.jpg);
}

ul.brtnp_list li {
    display: flex;
    flex-wrap: wrap;
    height: 756px;
    overflow: hidden;
}

ul.brtnp_list li.brls_rgt {
    flex-direction: row-reverse;
}

.tnp_ig {
    width: 50%;
    overflow: hidden;
    position: relative;
}

.tnp_txt {
    width: 50%;
    max-width: 570px;
    overflow: hidden;
    position: relative;
}

.tnp_txt.tptl_right {
    padding-right: 128px;
}

.tnp_ig img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tnp_txt {
    position: relative;
    padding-top: 100px;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.tnp_txt p {
    font-size: 126%;
    line-height: 3;
}

.tnp_ttl {
    margin-left: 80px;
}

.tnp_ttl h3 {
    font-size: 260%;
}

.tnp_ttl p {
    line-height: 2;
}

section.sec_area.cpy_sc01,
section.sec_area.rct_sc01,
section.sec_area.loca_sc01 {
    width: 100%;
    position: relative;
    background-image: url(../img/br-tnp-bg.jpg);
}

section.sec_area h2.ttl_cnt_2 {
    color: black;
}

table.cpy_tab {
    width: 100%;
    max-width: 960px;
    margin: 100px auto;
    border-top: 1px solid black;
}

table.cpy_tab th,
table.cpy_tab td {
    padding: 40px;
    border-bottom: 1px solid black;
    font-size: 120%;
}

table.cpy_tab th {
    width: 220px;
    text-align: right;
}

span.cpyad.cpyad01 {
    margin-top: 0;
}

span.cpyad_btm {
    display: inline-block;
    margin-top: 60px;
}

span.cpyad {
    display: block;
    margin-top: 30px;
    margin-bottom: 5px;
}

.loca_area {
    margin: 100px 0;
}

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

ul.lc_ls li {
    width: 32%;
    position: relative;
    margin-bottom: 50px;
    background: black;
    color: white;
    position: relative;
}

ul.lc_ls li img {
    width: 100%;
    margin-bottom: 20px;
}

ul.lc_ls li h3 {
    font-size: 130%;
    padding: 20px 20px 40px;
    margin: 0 20px;
    border-bottom: 1px solid;
}

ul.lc_ls li h3 a {
    color: white;
}

.lc_dtl_box {
    margin-bottom: 60px;
    padding: 20px;
}

.lc_dtl_box table {
    width: 100%;
}

.lc_dtl_box table th {
    width: 80px;
    text-align: right;
    padding: 10px 0;
}

.lc_dtl_box table td {
    padding: 10px 0;
}

a.tenphp-btn {
    display: block;
    color: white;
    background: #ca3828;
    text-align: center;
    padding: 10px;
    position: relative;
}

p.th_btn_box {
    position: absolute;
    bottom: 0;
    width: 100%;
}

a.tenphp-btn:after {
    font-family: 'Material Icons';
    content: "\e315";
    position: absolute;
    right: 10px;
    font-size: 150%;
}

ul.lc_ls li h3 a:hover, 
a.tenphp-btn:hover {
    opacity: 0.8;
}


/*=====================================================
	  タブレット 1024px
===================================================== */
@media screen and (max-width: 1024px) {

h2.pttl_2 {
    margin-top: 180px;
}

.br01_box p {
    line-height: 2;
}

.tnp_ttl {
    margin-left: 40px;
}

.tnp_txt.tptl_right {
    padding-right: 80px;
}

.tnp_txt {
    max-width: 410px;
}

.tnp_txt p {
    line-height: 2;
}

.loca_area {
    padding: 0 20px;
}

ul.lc_ls li {
    width: 49%;
}

}/*===	タブレット 1024px  === */

/*=====================================================
	  タブレット 820px
===================================================== */
@media screen and (max-width: 820px) {
.br01_box p {
    line-height: 1.5;
}

.tnp_txt.tptl_right {
    padding-right: 60px;
}

.tnp_txt {
    max-width: 320px;
    padding-top: 0;
}

.tnp_txt p {
    line-height: 1.5;
}

ul.brtnp_list {
    padding: 50px 0;
}

ul.brtnp_list li {
    height: auto;
    padding: 50px;
}

.tnp_ig img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

.cpy01_box,
.rct01_box {
    padding: 0 40px;
}


}/*===	タブレット 820px  === */


/*=====================================================
	  スマートフォン 600px
===================================================== */
@media screen and (max-width: 600px) {
.hamburger {
    right: 10px;
    left: auto;
    top: 5px;
}

body.nav_open .global_nav {
    right: -1px;
    left: auto;
}

.global_nav {
    position: fixed;
    top: 0;
    right: -80%;
    left: auto;
    padding: 100px 20px 20px;
    text-align: center;
}

.page_ttl {
    width: 214px;
}

.logo_mark img {
    width: 100%;
}

h2.pttl_2 {
    margin-top: 100px;
}

h2.pttl_2 {
    font-size: 150%;
    text-align: left;
    padding: 0 40px 0 20px;
}

.br01_box {
    margin: 60px 0;
}

.br01_box p {
    font-size: 120%;
    writing-mode: horizontal-tb;
    padding: 0 40px 0 20px;
}

.br01_box p br,
.tnp_txt p br {
    display: none;
}

ul.brtnp_list li {
    display: block;
}

ul.brtnp_list li {
    padding: 50px 20px;
}

.tnp_ig,
.tnp_txt {
    width: 100%;
    max-width: 100%;
}

.tnp_txt {
    padding-top: 30px;
    writing-mode: horizontal-tb;
}

.tnp_ttl {
    margin-left: 0;
    margin-bottom: 30px;
}

.tnp_txt p {
    padding-right: 20px;
}

.tnp_txt.tptl_right {
    padding-right: 0;
}

.cpy01_box,
.rct01_box {
    padding: 0 20px;
}

section.sec_area h2.ttl_cnt_2 {
    text-align: center;
    padding: 0;
}

table.cpy_tab th {
    text-align: left;
    padding: 5px 0px !important;
    border-bottom: none;
}

table.cpy_tab th:before {
    content: '■';
    margin-right: 3px;
}

table.cpy_tab th, table.cpy_tab td {
    display: block;
    width: 100%;
    padding: 40px 20px 40px 0;
    font-size: 100%;
}

ul.lc_ls  {
    display: block;
}

ul.lc_ls li {
    width: 100%;
}

ul.lc_ls li h3 {
    padding: 20px 0 40px;
}

p.th_btn_box {
    position: static;
}

}/*===	スマートフォン 600px  === */