@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
/*font: inherit;*/
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}




/* sanitize.css */
/* Document
 * ========================================================================== */

/**
 * Add border box sizing in all browsers (opinionated).
 */

*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
cursor: default; /* 1 */
line-height: 1.5; /* 2 */
-moz-tab-size: 4; /* 3 */
tab-size: 4; /* 3 */
-webkit-tap-highlight-color: transparent /* 4 */;
-ms-text-size-adjust: 100%; /* 5 */
-webkit-text-size-adjust: 100%; /* 5 */
word-break: break-word; /* 6 */
letter-spacing: 0.05em;
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */

hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

ol,
ul {
list-style: none;
margin: 0px;
padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* end sanitize.css */


/* #############################
                   custom css
############################# */

/* ===== base ===== */
:root {
    font-size: 16px;
}
body {
    color: #ffffff;
    background: #000000;
    font-family: 'Noto Serif JP', serif;
    padding-top: 60px;
    overflow-x: hidden;
}


a,
a:visited {
    color: #ffffff;
    transition: opacity 300ms 0s ease;
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
    /*text-decoration: underline;*/
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

p{
line-height: 2;
}

/* == header == */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #000000;
    z-index: 10000;
}
#header_logo {
    display: block;
    position: absolute;
    top: 15px;
    left: 20px;
    height: 30px;
    margin: 0;
    z-index: 500;
}
#header_logo img {
    display: block;
    height: 100%;
}
#header_nav {
    float: right;
    font-size: 0;
    padding: 0 1rem 0 0;
}
#header_nav a {
    text-decoration: none;
}
.header_nav_wrap {
    display: inline-block;
}
.header_nav_wrap-hasChild .header_nav_children {
    display: block;
    position: absolute;
    top: 42px;
    left: 100%;
    background: rgba(0,0,0,0.7);
    font-size: 1rem;
    width: 100%;
    opacity: 0;
    transition: opacity 300ms 0s ease, left 300ms 0s ease;
    padding: 15px 25px;
}
.header_nav_children-main,
.header_nav_children-sup {
    padding: 0.8em 0;
    text-align: center;
}
.header_nav_children-sup {
    border-top: 1px solid rgba(124,124,124,0.7);
}
.header_nav_l1,
#header_nav a#facebook {
    display: inline-block;
    padding: 0 1em;
    font-size: 1rem;
    line-height: 60px;
    position: relative;
}
.header_nav_l1:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background: #ffffff;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: auto;
    transition: width 300ms 0s ease;
}
.header_nav_l1:hover:before {
    width: 80%;
}
.header_nav_wrap-hasChild-on .header_nav_children {
    left: 0;
    opacity: 1;
}
#header_nav a#facebook {
    display: inline-block;
    width: auto;
    height: 1.3em;
    position: relative;
    bottom: -0.3em;
}
#header_nav a#facebook img {
    display: block;
    width: 1.3em;
}
.header_nav_l2 {
    display: inline-block;
    padding: 0.2em 1.2em;
    margin: 0.5em;
    position: relative;
    transition: background 300ms 0s ease;
}
.header_nav_l2:before {
    content: "";
    display: block;
    background: transparent;
    position: absolute;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    width: 5px;
    height: 5px;
    top: 0;
    left: 0;
    transition: width 300ms 0s ease, height 300ms 0s ease;
}
.header_nav_l2:after {
    content: "";
    display: block;
    background: transparent;
    position: absolute;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    width: 5px;
    height: 5px;
    bottom: 0;
    right: 0;
    transition: width 300ms 0s ease, height 300ms 0s ease;
}
.header_nav_l2:hover { background-color: #000000; }
.header_nav_l2:hover:before, .header_nav_l2:hover:after { width: 100%; height: 100%; }


/**footer**/
footer{
background-color: #000000;
padding: 40px 0px;
}
footer .footer-inner{
margin-left: auto;
margin-right: auto;
text-align: center;
}
footer .footer-inner .footer_logo{
width: 170px;
margin-left: auto;
margin-right: auto;
}
footer .footer-inner .footer_logo img{
width: 100%;
height: auto;
}
footer .footer-inner .foot_smap{
letter-spacing: -.4em;
text-align: center;
padding-top: 36px;
width: 920px;
margin-left: auto;
margin-right: auto;
}
footer .footer-inner .foot_smap li{
display: inline-block;
letter-spacing: 0.1em;
border-right: 1px solid #FFFFFF;
width: 16%;
margin-bottom: 10px;
}
footer .footer-inner .foot_smap li:nth-child(6),
footer .footer-inner .foot_smap li:last-child{
border-right-style: none;
}
footer .footer-inner .foot_smap li a{
font-size: 0.8em;
padding-top: 0.1em;
padding-bottom: 0.1em;
display: block;
} 
footer .footer-inner .foot_smap li a img{
width: 1.2em;
height: auto;
}
footer .footer-inner .foot_office{
border-top: 1px solid #565656;
padding: 30px;
margin-top: 30px;
letter-spacing: -.4em;
text-align: center;
margin-bottom: 20px;
}
footer .footer-inner .foot_office li{
display: inline-block;
letter-spacing: 0.1em;
font-size: 0.8em;
max-width: 500px;
text-align: left;
padding-left: 20px;
padding-right: 20px;
}

footer .footer-inner .foot_copy{font-size: 0.8em;}

/**パンくず**/
#bread_list{
max-width: 1200px;
padding-left: 50px;
padding-right: 50px;
margin-left: auto;
margin-right: auto;
letter-spacing: -.4em;
margin-top: 0px;
padding-top: 40px;
}
#bread_list li{
display: inline-block;
font-size: 0.75em;
letter-spacing: 0.1em;
}
#bread_list li a,#bread_list li span{
padding-left: 0.5em;
padding-right: 0.5em;
}
#bread_list li:before{
content: "＞";
display: inline-block;
font-size: 0.6em;
vertical-align: middle;
height: 2em;
}
#bread_list li:first-child:before{
display: none;
}


/**電話番号リンク**/
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}


/**section**/
section[id*="sect_"]{
padding: 70px 0px;
}


/**box**/
[class*="w900"]{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}
[class*="w1000"]{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}
[class*="w1100"]{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}
[class*="w1200"]{
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
}
.w100per_col2{
display: flex;
display: -webkit-box; /*Android4.3*/
display: -moz-box;    /*Firefox21*/
display: -ms-flexbox; /*IE10*/
display: -webkit-flex; /*PC-Safari,iOS8.4*/
overflow: hidden;
}
.w100per_col2 > *{
width: 50%;
float: left;
}
.w100per_col2 > *:first-child{
text-align: right;
}
.w100per_col2 > *:first-child .partit_box{
width: 600px;
padding-left: 50px;
text-align: left;
float: right;
padding-right: 30px;
}
.w100per_col2 > *:last-child{
text-align: left;
}
.w100per_col2 > *:last-child .partit_box{
width: 600px;
padding-right: 50px;
padding-right: 30px;
}


/* PC,SP表示切替 */

[class*="pc_only"]{ display: inline-block!important; }
.pc_onlyBL{ display: block!important;}
.pc_onlyIN{	display: inline!important;}
[class*="sp_only"]{ display: none!important; }


/**ボタン**/
.box_btn{
text-align: center;
padding-top: 50px;
}

a[class*="comm_btn"]{
display: inline-block;
text-align: center;
padding-top: 0.8em;
padding-bottom: 1em;
padding-left: 2em;
padding-right: 2em;
color: #FFFFFF;

font-size: 1.2em;
letter-spacing: 0.1em;
min-width: 300px;

background: linear-gradient(to right, #7b0101 50%, #000 50%);
background-size: 200% 100.5%;
background-position: right bottom;
transition: all 0.2s ease-out;
}

a[class*="comm_btn"]:hover{
background-position: left bottom;
opacity: 1;
}

a.comm_btn-white{
background: linear-gradient(to right, #7b0101 50%, #fff 50%);
background-size: 200% 100.5%;
background-position: right bottom;
transition: all 0.2s ease-out;
color: #000000;
}
a.comm_btn-white:hover{
color: #FFFFFF;
}

/**table**/
table.tab_def01{}
table.tab_def01 th,table.tab_def01 td{
padding: 1em;
text-align: left;
}
table.tab_def01 th{
padding-left: 0;
}

/**見出し**/
h3.mid_title{
font-size: 1.5em;
padding-bottom: 30px;
}
h3.mid_title:before{
content: "";
display: inline-block;
width: 1.5em;
vertical-align: middle;
background-color: #FFFFFF;
height: 2px;
margin-right: 0.5em;
} 

h4.smid_title{
font-size: 2em;
padding-bottom: 2em;
padding-top: 2em;
}
h3.mid_title + h4.smid_title{ padding-top: 1.2em!important;}


/**セクション別-NEWS**/
#sect_news{
background-color: #272727;
}
#sect_news ul li{
border-bottom: 1px dotted #686868;
}
#sect_news ul li:last-child{
border-bottom-style: none;
}
#sect_news ul li .yymmdd{
padding-top: 0.7em;
padding-bottom: 0.7em;
display: inline-block;
padding-right: 0px;
margin-right: 1em;
}
#sect_news ul li a{
padding-top: 0.7em;
padding-bottom: 0.7em;
display: inline-block;
}


/**セクション別-RECOMMNED**/
#sect_recom{
background-color: #ececec;
}
#sect_recom h3.mid_title{
color: #000000;
}
#sect_recom h3.mid_title:before{
background-color: #000000;
}
#sect_recom ul{
overflow: hidden;
}
#sect_recom ul li{
float: left;
margin-bottom: 18px;
position: relative;
}
#sect_recom ul li a{
display: block;
background-color: #FFFFFF;
text-align: center;
overflow: hidden;
width:100%
}
#sect_recom ul li a .hover_slin{
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left:0;
background: rgba(0,0,0,0.75);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
opacity: 0;
}
#sect_recom ul li a:hover{opacity: 1;}
#sect_recom ul li a:hover .hover_slin{
    display: block;
    top:0;
    left:0;
    opacity: 1;
}
#sect_recom ul li a .hover_slin .item_txt{
position: absolute;
bottom: 30px;
left: 30px;
text-align: left;
width: calc(100% - 60px);
}
#sect_recom ul li a .hover_slin .item_txt strong{
font-size: 1.5em;
display: block;
}
#sect_recom ul li a img{
display: inline-block;
width: 75%;
}
#sect_recom ul.col02 li{
width: calc(50% - 9px);
margin-right: 18px;
}
#sect_recom ul.col02 li:nth-of-type(2n){margin-right: 0px;}
#sect_recom ul.col03 li{
width: calc(33.3% - 12px);
width: calc(100% / 3 - 12px);
margin-right: 18px;
}
#sect_recom ul.col03 li:nth-of-type(3n){margin-right: 0px;}

/**セクション別-HARRY**/
#sect_harry{
background-image: url(/assets/img/HARRY_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
#sect_harry #detail_harry{
padding: 30px;
background-color: rgba(0,0,0,0.50);
text-align: center;
}
#sect_harry #detail_harry h3{
display: block;
text-align: center;
padding-bottom: 30px;
}
#sect_harry #harry_photos{
width: 40%;
overflow: hidden;
margin-left: auto;
margin-right: auto;
background-image: url(/assets/img/com_BATSUwhite.svg);
background-repeat: no-repeat;
background-position: center center;
margin-top: 30px;
}
#sect_harry #harry_photos li{
width: 42%;
}
#sect_harry #harry_photos li img{
width: 100%;
height: auto;
}
#sect_harry #harry_photos li:first-child{
float: left;
}
#sect_harry #harry_photos li:last-child{
float: right;
}




/* ##### responsive ##### */
@media screen and (max-width: 939px) {
    body {
        max-width: 100vw;
        overflow-x: hidden;
    }
    #header_btn_sp {
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
        background: #000000;
        z-index: 1000;
    }
    #header_btn_sp span {
        pointer-events: none;
        display: block;
        width: 24px;
        height: 2px;
        background: #ffffff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 18px;
        margin: auto;
        transition: transform 300ms 0s ease, width 300ms 0s ease, top 300ms 0s ease, bottom 300ms 0s ease, right 300ms 0s ease;
    }
    #header_btn_sp span:first-child { top: 16px; }
    #header_btn_sp span:last-child { bottom: 16px; }
    .header_nav-on #header_btn_sp span {
        right: 12px;
        width: 18px;
    }
    .header_nav-on #header_btn_sp span:first-child {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 12px;
        top: 7px;
        right: 9px;
    }
    .header_nav-on #header_btn_sp span:last-child {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 12px;
        bottom: 7px;
        right: 9px;
    }
    #header_logo {
        width: 100%;
        height: 100%;
        background: #000000;
        top: 0;
        left: 0;
    }
    #header_logo img {
        width: 140px;
        position: absolute;
        height: auto;
        top: 0;
        bottom: 0;
        left: 20px;
        right: auto;
        margin: auto;
    }
    #header_nav {
        width: 300px;
        height: 100vh;
        position: absolute;;
        float: none;
        top: 0;
        right: -300px;
        background: rgba(0, 0, 0, 0.7);
        overflow: scroll;
        transition: right 300ms 0s ease;
    }
    .header_nav-on #header_nav {
        right: 0;
    }
    #header_nav ul {
        display: block;
        width: 300px;
        position: absolute;
        top: 60px;
        right: 0;
        padding: 15px 15px 30px 15px;
    }
    .header_nav_wrap-hasChild .header_nav_children {
        background: transparent;
        position: static;
        top: auto;
        left: auto;
        padding: 0 1em 0 1.5em;
        text-align: left;
        opacity: 1;
        max-height: 0;
        overflow: hidden;
        transition: max-height 500ms 0s ease;
    }
    .header_nav_wrap-hasChild-on .header_nav_children {
        display: block;
        max-height: 100vh;
    }
    #header_nav ul li { display: block;}
    #header_nav ul li a.header_nav_l1 { line-height: 40px; width: 100%; }
    .header_nav_l1:before {
        bottom: 8px;
        right: auto;
        left: 1em;
    }
    .header_nav_l1:hover:before { width: calc( 100% - 2em ); }
    .header_nav_children-main { padding-top: 0; }
    .header_nav_children-main,
    .header_nav_children-sup { text-align: left; }

    /**footer**/
    footer{
    }
    footer .footer-inner{
    }
    footer .footer-inner .footer_logo{
    width: 30%;
    }
    footer .footer-inner .footer_logo img{
    width: 100%;
    height: auto;
    }
    footer .footer-inner .foot_smap{
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    }
    footer .footer-inner .foot_smap li{
    width: 50%;
    }
    footer .footer-inner .foot_smap li:nth-child(2n){border-right-style: none;}
    footer .footer-inner .foot_smap li:nth-child(6),
    footer .footer-inner .foot_smap li:last-child{
    }
    footer .footer-inner .foot_smap li a{
    } 
    footer .footer-inner .foot_smap li a img{
    }
    footer .footer-inner .foot_office{
    padding: 30px;
    }
    footer .footer-inner .foot_office li{
    max-width: initial;
    width: 100%;
    }
    footer .footer-inner .foot_office li:first-child{
    margin-bottom: 30px;
    }



    /**パンくず**/
    #bread_list{
    max-width: initial;
    padding-left: 4vw;
    padding-right: 4vw;
    }



    /**電話番号リンク**/
    a[href*="tel:"] {
    pointer-events: auto;
    } 
    
    
    /**BOX**/
    [class*="w900"],[class*="w1000"],[class*="w1100"],[class*="w1200"]
    {
	width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    }
    
    .w900-full,.w1000-full,.w1100-full,.w1200-full{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }


    .w100per_col2{
    display: block; 
    }
    .w100per_col2 > *{
    width: 100%;
    }
    .w100per_col2 > *:first-child{
    }
    .w100per_col2 > *:first-child .partit_box{
    width: 100%;
    padding-left: 5vw;
    text-align: left;
    float: left;
    padding-right: 5vw;
    }
    .w100per_col2 > *:last-child{
    }
    .w100per_col2 > *:last-child .partit_box{
    width: 100%;
    padding-left: 5vw;
    text-align: left;
    float: left;
    padding-right: 5vw;
    }

    /**section**/
    section[id*="sect_"]{
    padding: 40px 0px;
    }

    /* PC,SP表示切替 */
    [class*="pc_only"]{ display: none!important; }
    [class*="sp_only"]{ display: inline-block!important;; }
    .sp_onlyBL{ display: block!important;}
    .sp_onlyIN{ display: inline!important;}
    
    /**ボタン**/
    .box_btn{
    padding-top: 50px;
    }

    a[class*="comm_btn"]{
    padding-left: 1em;
    padding-right: 1em;
    min-width: 80%;
    }
    a.comm_btn-white{
    }

    /**table**/
    table.tab_def01{}
    table.tab_def01 th,table.tab_def01 td{
    width: 100%;
    display: block;
    padding-left: 0;
    }
    table.tab_def01 th{
    padding-left: 0;
    padding-bottom: 0;
    }
    table.tab_def01 th:before{
    content: "▼";
    display: inline-block;
    margin-right: 1em;
    font-size: 0.75em;
    }

    /**セクション別-NEWS**/
    #sect_news{
    }
    #sect_news ul li{
    padding-top: 1em;
    padding-bottom: 1em;
    }
    #sect_news ul li:last-child{
    }
    #sect_news ul li .yymmdd{
    padding-top: 0em;
    padding-bottom: 0.3em;
    display: block;
    padding-right: 0px;
    margin-right: 0em;
    }
    #sect_news ul li a{
    padding-top: 0em;
    padding-bottom: 0em;
    display: inline-block;
    }



    /**セクション別-RECOMMNED**/
    #sect_recom{
    background-color: #ececec;
    }
    #sect_recom h3.mid_title{
    }
    #sect_recom h3.mid_title:before{
    }
    #sect_recom ul{
    }
    #sect_recom ul li{
    }
    #sect_recom ul li a{
    }
    #sect_recom ul li a .hover_slin{
    position: static;
    background-color: #414141;
    padding: 5vw;
    opacity: 1;
    }
    #sect_recom ul li a:hover .hover_slin{
    }
    #sect_recom ul li a .hover_slin .item_txt{
    position: static;
    width: 100%;
    }
    #sect_recom ul li a .hover_slin .item_txt strong{
    font-size: 1.5em;
    display: block;
    }
    
    #sect_recom ul li a img{
    display: inline-block;
    width: 75%;
    }
    #sect_recom ul.col02 li{
    width: 100%;
    margin-right: 0px;
    }
    #sect_recom ul.col02 li:nth-of-type(2n){margin-right: 0px;}
    #sect_recom ul.col03 li{
    width: 100%;
    margin-right: 0px;
    }
    #sect_recom ul.col03 li:nth-of-type(3n){margin-right: 0px;}



    /**セクション別-HARRY**/
    #sect_harry{
    }
    #sect_harry #detail_harry{
    }
    #sect_harry #detail_harry h3{
    }
    #sect_harry #detail_harry h3 img{
    width: 80%;
    }
    #sect_harry #harry_photos{
    width: 100%;
    margin-top: 30px;
    }
    #sect_harry #harry_photos li{
    }
    #sect_harry #harry_photos li img{
    width: 100%;
    height: auto;
    }
    #sect_harry #harry_photos li:first-child{
    }
    #sect_harry #harry_photos li:last-child{
    }






}
