@charset "UTF-8";

/* reset -------- */
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus{
    outline: none;
}
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
}
article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6, p, li, th, td, address, small, i {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
}
ol, ul, dl, dt, dd {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
}
img, object, embed {
    border-style: none;
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
    line-height: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
th {
    text-align: left;
}
em {
    font-style: normal;
    font-weight: bold;
}
a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}
button {
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
video {
    width: 100%;
}
input:focus {
    outline: 0;
    border-color: #0067b2;
}
input[type=submit] {
    -webkit-appearance: none;
}
sup {
    vertical-align: super;
    font-size: 60%;
}
sub {
    vertical-align: sub;
    font-size: 60%;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}






html {
    /*font-family: "Noto Sans JP", sans-serif;*/
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 16px;
}
@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
}
/*h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.4;
    margin: 0 0 0.75em;
    padding: 1.5em 0 0;
    font-weight: 700;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    padding-top: 0;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1.13rem;
}
h6 {
    font-size: 1rem;
}
p {
    font-size: 0.88rem;
    line-height: 2;
    margin-bottom: 1em;
}*/
figcaption, figure, main {
    display: block;
}

.thumb figcaption{
    margin-top: 2px;
    font-size: 0.5em;
    text-align: right;
}

figure {
    margin: 2em 0;
}
figure:first-child {
    margin-top: 0px;
}
figure:last-child {
    margin-bottom: 0px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

@media (max-width: 768px) {
    .pc {
        display: none !important;
    }
}
@media (min-width: 769px) {
    .sp {
        display: none !important;
    }
}


/***　非リンク ***/
a.disabled{
    pointer-events: none;
}


/*** margin ***/
.mb0{
	margin-bottom: 0px !important;
}
.mb5{
	margin-bottom: 5px !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb15{
	margin-bottom: 15px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb25{
	margin-bottom: 25px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb35{
	margin-bottom: 35px !important;
}
.mb40{
	margin-bottom: 40px !important;
}

.mt0{
	margin-top: 0px !important;
}
.mt5{
	margin-top: 5px !important;
}
.mt10{
	margin-top: 10px !important;
}
.mt15{
	margin-top: 15px !important;
}
.mt20{
	margin-top: 20px !important;
}
.mt25{
	margin-top: 25px !important;
}
.mt30{
	margin-top: 30px !important;
}
.mt35{
	margin-top: 35px !important;
}
.mt40{
	margin-top: 40px !important;
}


/* all -------- */
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix .left {
    float: left;
}
.clearfix .right {
    float: right;
}
/*** row ***/
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row > * {
}
.col {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col2 {
    width: 50%;
    width: calc(100% / 2 - 1px);
    max-width: calc(100% / 2);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col3 {
    width: 32%;
    width: calc(100% / 3 - 1px);
    max-width: calc(100% / 3);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col4 {
    width: 25%;
    width: calc(100% / 4 - 1px);
    max-width: calc(100% / 4);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col5 {
    width: 20%;
    width: calc(100% / 5 - 1px);
    max-width: calc(100% / 5);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col6 {
    width: 16%;
    width: calc(100% / 6 - 1px);
    max-width: calc(100% / 6);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col_inner {
    display: block;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .row {
    }
    .row > * {
        width: 100%;
        max-width: none;
    }
    .row_sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .row_sp > * {
    }
    .col_sp {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .col2_sp {
        width: 50%;
        width: calc(100% / 2 - 1px);
        max-width: calc(100% / 2);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .col3_sp {
        width: 32%;
        width: calc(100% / 3 - 1px);
        max-width: calc(100% / 3);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .col4_sp {
        width: 25%;
        width: calc(100% / 4 - 1px);
        max-width: calc(100% / 4);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .col5_sp {
        width: 20%;
        width: calc(100% / 5 - 1px);
        max-width: calc(100% / 5);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .col6_sp {
        width: 16%;
        width: calc(100% / 6 - 1px);
        max-width: calc(100% / 6);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
/*** floatbox ***/
.floatbox {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.floatbox .thumb_wrap {
    width: 120px;
}
.floatbox .text_wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0px 0px 0px 20px !important;
}
@media (max-width: 768px) {
    .floatbox_sp {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .floatbox_sp .thumb_wrap {
        width: 120px;
    }
    .floatbox_sp .text_wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0px 0px 0px 20px !important;
    }
}
/*** table 横スライド用 ***/
@media (max-width: 768px) {
    .tableslide_sp {
        overflow-x: scroll;
        margin-right: -10px;
        padding-bottom: 10px;
    }
    .tableslide_sp td {
        white-space: nowrap;
    }
}
/***　アニメーション ***/
.effect_left {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    -webkit-transition: transform 1.6s ease,
		opacity 1.6s ease;
    transition: transform 1.6s ease,
		opacity 1.6s ease;
}
.effect_left.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.effect_right {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    -webkit-transition: transform 1.6s ease,
		opacity 1.6s ease;
    transition: transform 1.6s ease,
		opacity 1.6s ease;
}
.effect_right.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.effect_up {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transition: transform 1.6s ease,
		opacity 1.6s ease;
    transition: transform 1.6s ease,
		opacity 1.6s ease;
}
.effect_up.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.effect_down {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    -webkit-transition: transform 1.6s ease,
		opacity 1.6s ease;
    transition: transform 1.6s ease,
		opacity 1.6s ease;
}
.effect_down.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.effect_show {
    opacity: 0;
    -webkit-transition: all 1s ease;
    -webkit-transition: transform 1.6s ease,
		opacity 1.6s ease;
    transition: transform 1.6s ease,
		opacity 1.6s ease;
}
.effect_show.active {
    opacity: 1;
}
.effect_wide {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: transform 1.6s ease,
		opacity 1.6s ease;
    transition: transform 1.6s ease,
		opacity 1.6s ease;
}
.effect_wide.active {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
@media (max-width: 768px) {
    /*
  	.effect_left{
  		opacity: 1;
  		transform: translate3d(0%,0,0);
  	}
  	.effect_right{
  		opacity: 1;
  		transform: translate3d(0%,0,0);
  	}
  	.effect_top{
  		opacity: 1;
  		transform: translate3d(0,0%,0);
  	}
  	.effect_show{
  		opacity: 1;
  	}
  */
}
@-webkit-keyframes effect_wide {
    0% {
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes effect_wide {
    0% {
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/*** parts ****/
.icon_left {
    display: inline-block;
    margin-right: 10px;
}
.icon_right {
    display: inline-block;
    margin-left: 10px;
}
/*** scale ***/
.thumb.scale a, a.scale .thumb {
    display: block;
    overflow: hidden;
}
.thumb.scale a img, a.scale .thumb img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.thumb.scale a:hover img, a.scale:hover .thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*** slick用 スライダー ***/
.slider {
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.slider.slick-initialized {
    opacity: 1;
}
/*** font ***/
.alC {
    text-align: center !important;
}
.alR {
    text-align: right !important;
}
.alL {
    text-align: left !important;
}
.f_small {
    font-size: 90% !important;
}
.f_xsmall {
    font-size: 80% !important;
}
.f_xxsmall {
    font-size: 70% !important;
}
.f_xxxsmall {
    font-size: 60% !important;
}
.f_xxxxsmall{
    font-size: 50% !important;
}
.f_large {
    font-size: 110% !important;
}
.f_xlarge {
    font-size: 120% !important;
}
.f_xxlarge {
    font-size: 130% !important;
}
.f_xxxlarge {
    font-size: 140% !important;
}
.f_xxxxlarge {
    font-size: 150% !important;
}
.f_bold {
    font-weight: bold !important;
}
.f_underline {
    display: inline-block;
    text-decoration: underline;
}
.f_white{
    color: #FFFFFF !important;
}
.f_black {
    color: #000000 !important;
}
.f_yellow {
    color: #f67e41 !important;
}
.f_orange {
    color: #FF4E00 !important;
}
.f_bg_yellow {
    display: inline;
    background-color: #ffea5a;
}
.f_line_yellow {
    display: inline;
    background: -moz-linear-gradient(top,  rgba(255,239,0,0) 0%, rgba(255,239,0,0) 60%, rgba(255,239,0,0.7) 61%, rgba(255,239,0,0.7) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,239,0,0) 0%,rgba(255,239,0,0) 60%,rgba(255,239,0,0.7) 61%,rgba(255,239,0,0.7) 100%);
    background: linear-gradient(to bottom,  rgba(255,239,0,0) 0%,rgba(255,239,0,0) 60%,rgba(255,239,0,0.7) 61%,rgba(255,239,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffef00', endColorstr='#b3ffef00',GradientType=0 );
}
.f_link {
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.f_link:hover {
    color: #69318e;
    /*text-decoration: none;*/
}
/*** youtube ***/
.youtube, .wp-block-embed__wrapper {
    width: 100%;
    padding-bottom: calc(100% * 340 / 600);
    height: 0px;
    position: relative;
    margin-bottom: 10px;
}
.youtube iframe, .wp-block-embed__wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*** width ***/
.full_width,
.alignfull{
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
}
/*** hover ***/
.hover_opacity {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
    transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
    transition: opacity 0.3s ease, filter 0.3s ease;
    transition: opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
.hover_opacity:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
.hover_reverse {
    display: block;
    position: relative;
}
.hover_reverse .btn_on {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.hover_reverse .btn_off {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.hover_reverse:hover .btn_on {
    opacity: 1;
}
.hover_reverse:hover .btn_off {
    opacity: 0;
}
/*** table_basic ***/
.table_basic {
    width: 100%;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}
.table_basic th {
    padding: 10px 20px;
    vertical-align: top;
    text-align: left;
    background-color: #EEEEEE;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
.table_basic td {
    padding: 10px 20px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
    .table_basic {
        display: block;
    }
    .table_basic th {
        display: block;
        width: 100%;
        padding: 10px;
        font-weight: bold;
    }
    .table_basic td {
        display: block;
        width: 100%;
        padding: 15px 10px;
    }
}


/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fbf6e8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
.loaded #loading {
  opacity: 0;
  visibility: hidden;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}
.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #6e4b3d, 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.5), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.7), 1.8em -1.8em 0 0em #6e4b3d, 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.5), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.7), 2.5em 0em 0 0em #6e4b3d, 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.5), 2.5em 0em 0 0em rgba(110, 75, 61, 0.7), 1.75em 1.75em 0 0em #6e4b3d, 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.5), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.7), 0em 2.5em 0 0em #6e4b3d, -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.5), 0em 2.5em 0 0em rgba(110, 75, 61, 0.7), -1.8em 1.8em 0 0em #6e4b3d, -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.5), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.7), -2.6em 0em 0 0em #6e4b3d, -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.5), -2.6em 0em 0 0em rgba(110, 75, 61, 0.7), -1.8em -1.8em 0 0em #6e4b3d;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #6e4b3d, 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.5), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.7), 1.8em -1.8em 0 0em #6e4b3d, 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.5), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.7), 2.5em 0em 0 0em #6e4b3d, 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.5), 2.5em 0em 0 0em rgba(110, 75, 61, 0.7), 1.75em 1.75em 0 0em #6e4b3d, 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.5), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.7), 0em 2.5em 0 0em #6e4b3d, -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.5), 0em 2.5em 0 0em rgba(110, 75, 61, 0.7), -1.8em 1.8em 0 0em #6e4b3d, -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.5), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.7), -2.6em 0em 0 0em #6e4b3d, -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.5), -2.6em 0em 0 0em rgba(110, 75, 61, 0.7), -1.8em -1.8em 0 0em #6e4b3d;
  }
}




/* layout -------- */
.wrap{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.main_content {
}
.side_content {
}
.content_1col {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.content_2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content_2col .main_content {
    width: 68%;
}
.content_2col .side_content {
    width: 26%;
    order: 2;
}
@media (max-width: 1160px) {
    .container{
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 768px) {
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .main_content {
    }
    .side_content {
    }
    .content_2col {
        display: block;
    }
    .content_2col .main_content {
        width: 100%;
		padding-bottom: 60px;
    }
    .content_2col .side_content {
        width: 100%;
    }
}



/*** crumb ***/
.crumb{
}
.crumb ul {
    font-size: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}
.crumb ul li {
    display: inline;
    font-size: 0.75rem;
	line-height: 1;
	color: #202020;
	vertical-align: middle;
}
.crumb ul li:first-child:before{
	content: "";
	display: inline-block;
	background: url("../images/common/icon_home.svg") left top no-repeat;
	background-size: contain;
	width: 15px;
	height: 14px;
	vertical-align: middle;
	margin-right: 5px;
}
.crumb ul li:not(:last-child):after {
    content: "\FF1E";
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
	vertical-align: middle;
}
.crumb ul li a {
    -webkit-transition: 0.3s color ease;
    transition: 0.3s color ease;
	vertical-align: middle;
}
.crumb ul li a:hover {
}
/*** image ***/
.thumb img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius:calc(10em/12);
}

#page_news .thumb img,
#recommend .thumb img{
    width: 100%;
    height: 210px !important;
    object-fit: cover;
    border-radius:calc(10em/12);
}


#event .thumb img,
#collaboration .thumb img{
    width: 100%;
    height: 210px !important;
    object-fit: cover;
    border-radius:calc(10em/12);
}

#news .thumb img{
    width: 100%;
    height: 155px !important;
    object-fit: cover;
    border-radius:calc(10em/12);
}

.product_list .thumb img,
.history_list .thumb img,
.akane_list .thumb img{
    width: 100%;
    height: auto;
    border-radius: 0 !important;
}


@media (max-width: 768px) {
#top_visual .thumb img{
    width: 100%;
    height: auto;
    border-radius:0 !important;
    }

.thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius:calc(10em/12);
}
    
#page_news .thumb img,
#recommend .thumb img {
    width: 100%;
    height: 100px !important;
    object-fit: cover;
    border-radius:calc(10em/12);
}


#event .thumb img,
#collaboration .thumb img{
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    border-radius:calc(10em/12);
}

#news .thumb img{
    width: 100%;
    height: 100px !important;
    object-fit: cover;
    border-radius:calc(10em/12);
}   
}


/**** pageNavi ****/
.pagination_top {
}
.pagination_bottom {
}
.pageNaviWrap {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.pageNaviWrap:before, .pageNaviWrap:after {
    display: table;
    content: " ";
}
.pageNaviWrap:after {
    clear: both;
}
.pageNavi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -8px;
}
.pageNavi span, .pageNavi a {
}
.pageNavi .inactive, .pageNavi .current, .pageNavi .arrow {
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.88rem;
    font-weight: bold;
}
.pageNavi a.inactive, .pageNavi .arrow {
        color: #202020;
    border: 1px solid #707070;
    background-color: #FFFFFF;
}
.pageNavi .current, .pageNavi .arrow:hover, .pageNavi .inactive:hover, .pageNavi .next:hover .text, .pageNavi .back:hover .text {
    color: #FFFFFF;
    background-color: #d93116;
	border-color: #d93116;
}
.pageNavi .text {
    font-size: 71%;
    width: 47px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #bfe4c7;
    border: 1px solid #def1e2;
    background-color: #fff;
}
.space {
    font-size: 84%;
    color: #000;
}
.pageNavi .inactive, .pageNavi .current, .pageNavi .back .text, .space, .arrow {
    margin-right: 8px;
}

@media (max-width: 768px) {
	.pageNavi .inactive, .pageNavi .current, .pageNavi .arrow{
		width: 30px;
		height: 30px;
	}
}



.gmap iframe {
    width: 100%;
    height: 250px;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
@media (max-width: 768px) {
    .gmap iframe {
        height: 250px;
    }
}


/*** ***/
a{
    transition: color 0.3s ease;
}
a:hover{
    color: #d93116;
}

/*** common sns ***/
.sns_list{
	display: flex;
	margin-left: -10px;
}
.sns_list li{
	padding-left: 10px;
}
.sns_list li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	border: 1px solid #464646;
	background-color: #FFFFFF;
	border-radius: 100%;
	transition: color 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease;
}


/*** header ***/
#wrapper {
    overflow: hidden;
	padding-top: 100px;
}
.header {
    padding: 0px;
    background-color: #FFFFFF;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 110;
	transition: background 0.6s ease;
	border-bottom: 1px solid #A7A7A7;
}
.header.header_fixed{
    position: fixed;
}
.header.is_active{
    background-color: #FFFFFF;
}
body.admin-bar .header.header_fixed {
    top: 32px;
}


.h_container{
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}
.header_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
	height: 100px;
}
.h_content{
	flex: 1;
}
.h_logo{
}
.h_logo img{
	width: auto;
	height: 75px;
}


@media (max-width: 768px) {
    .header{
        display: block;
    }
    body.admin-bar .header {
        top: 0px !important;
    }
    .header.fixed.show {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}


/*** admin-bar ***/
@media (max-width: 782px) {
    body.menu_active #wpadminbar{
        display: none;
    }
}


#spnav_buttonwrap {
  display: none;
}

@media (min-width: 1041px) {
	.h_sp{
		display: none;
	}
}
@media (max-width: 1040px) {
	.h_pc{
		display: none;
	}
}

/*** menuの中 ***/
@media (min-width: 1041px) {
    .gnav_list {
        display: flex;
        align-items: flex-end;
		justify-content: flex-end;
    }
    .gnav_list li a{
        /*transition: color 0.3s ease;*/
    }
    .gnav_list li a:hover{
		color: inherit;
    }
    .gnav_list > li {
        /*position: relative;*/
        line-height: 1;
		margin-left: 32px;
    }
    .gnav_list > li > a {
        display: inline-flex;
		align-items: center;
        font-size: 1rem;
        line-height: 1.2;
        padding-bottom: 5px;
        position: relative;
    }
    .gnav_list > li > a:before{
        content: "";
        display: inline-block;
        height: 1px;
        background-color: #d93116;
        position: absolute;
        left: 0px;
        bottom: 0px;
		width: 0px;
		transition: width 0.3s ease;
    }
	.gnav_list > li > a:hover:before,
	.gnav_list > li.current-menu-item > a:before{
		width: 100%;
	}
	
	.menu_content{
		display: flex;
		flex-direction: column;
	}
	.menu_content .gnav{
		order: 2;
	}
	.h_info{
		display: flex;
		justify-content: flex-end;
		margin-bottom: 15px;
	}
	.h_btn{
		margin-left: 20px;
	}
	.h_info .sns_list li a:hover{
		color: #FFFFFF;
		background-color: #d93116;
		border-color: #d93116;
	}
}


.is_menu{
    display: none;
}
/*スマートフォンメニューボタン*/
@media (max-width: 1040px) {
    .is_menu{
        display: block;
    }
    .page_common {
        position: relative;
        left: 0px;
        transition: left 0.3s ease;
    }
    body.menu_active .page_common {
        left: -200px;
    }
    
    #wrapper{
        padding-top: 50px;
    }
    .header_block{
        height: 50px;
        display: flex;
        align-items: center;
    }
    
	.h_container {
		padding-left: 15px;
		padding-right: 15px;
	}
    .h_logo img{
        height: 40px;
    }
    .h_logo .company_name{
        padding-bottom: 5px;
    }
    .h_info{
		display: flex;
        flex-direction: column;
		margin-top: 30px;
    }
	.h_info .sns_list{
		order: 2;
		justify-content: center
	}
	.h_info .sns_list li a{
		color: #FFFFFF;
		background-color: transparent;
		border-color: #FFFFFF;
	}
	.h_info .sns_list li a:hover{
		color: #d93116;
		background-color: #FFFFFF;
		border-color: #FFFFFF;
	}

	.h_info .h_btn{
		margin-bottom: 20px;
	}
	.h_info .h_btn .btn{
		background-color: #FFFFFF;
		width: 100%;
		height: 55px;
	}
	.h_info .btn .icon_arrow_right:before,
	.h_info .btn .icon_arrow_right:after{
		background-color: #d93116;
	}

    
    
    /*** menuボタン ***/
    #spnav_buttonwrap {
        display: block;
        position: fixed;
        right: 0px;
        top: 0px;
        background-color: transparent;
        z-index: 10;
    }
    #spnav_button span {
        background-color: #231815;
    }
    .open #spnav_button span {
        background-color: #FFFFFF;
    }
    #spnav_button {
        width: 60px;
        height: 50px;
        cursor: pointer;
        position: relative;
        z-index: 10000;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    #spnav_button div {
        position: relative;
        width: 50%;
        height: 50%;
        display: inline-block;
    }
    #spnav_button span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        left: 0;
        -webkit-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }
    #spnav_button span:nth-child(1) {
        top: 14%;
    }
    #spnav_button span:nth-child(2) {
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    #spnav_button span:nth-child(3) {
        bottom: 14%;
    }
    .open #spnav_button span:nth-child(1) {
        top: 50%;
        -webkit-transform: rotate(137deg);
        transform: rotate(137deg);
    }
    .open #spnav_button span:nth-child(2) {
        width: 0;
    }
    .open #spnav_button span:nth-child(3) {
        top: 50%;
        -webkit-transform: rotate(-137deg);
        transform: rotate(-137deg);
    }


    /*** menuの中 ***/
    #menu {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        z-index: 9;
        overflow-y: scroll;
        opacity: 0;
        visibility: hidden;
    }
    body.menu_active #menu{
        opacity: 1;
        visibility: visible;
    }
    #menu .filter {
        content: "";
        display: block;
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.50);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    body.menu_active #menu .filter {
        opacity: 1;
        visibility: visible;
    }


    #menu .menu_content{
        position: absolute;
        right: 0px;
        top: 0px;
        width: 640px;
        max-width: 100%;
        min-height: 100%;
        background-color: #d93116;
		padding: 0px 40px 40px;
        transform: translate3d(100%,0,0);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.3s ease,
            opacity 0.3s ease,
            visibility 0.3s ease;
    }
    body.menu_active #menu .menu_content{
        transform: translate3d(0,0,0);
        opacity: 1;
        visibility: visible;
    }
    body.menu_active #menu .gnav_child{
        transform: translate3d(0,0,0);
    }
    body.menu_active #menu .gnav_child.open{
        transform: translate3d(-100%,0,0);
        opacity: 1;
        visibility: visible;
    }
    #menu .menu_content .gnav{
        padding: 50px 0px 0px;
    }
    .gnav_list > li {
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }
    .gnav_list > li > a {
        display: block;
        padding: 10px 20px;
        font-size: 1.13rem;
        font-weight: bold;
        letter-spacing: 0.08em;
        color: #FFFFFF;
    }
    .gnav_list .sub-menu{
        padding: 4px 0px 4px 30px;
        border-top: 1px solid rgba(255,255,255,0.5);
    }
    .gnav_list .sub-menu li{
    }
    .gnav_list .sub-menu li a{
        display: block;
        font-size: 1.06rem;
        font-weight: bold;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        white-space: nowrap;
        position: relative;
        padding-left: 17px;
        padding: 8px 8px 8px 20px;
    }
    .gnav_list .sub-menu li a:before{
        content: "";
        display: inline-block;
        background: url("../images/common/arrow_right01.svg") left top no-repeat;
        background-size: contain;
        width: 12px;
        height: 12px;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translate3d(0,-50%,0);
    }

    
}





/*** footer ***/
.footer {
    background-color: #343434;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}
.footer a{
    font-size: 1rem;
    font-weight: 200;
    letter-spacing: 0.08em;
    transition: color 0.3s ease;
}
/*.footer a:hover{
    color: #d93116;
}*/

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

.f_logo{
    margin-top: -90px;
}

.fnav_list{
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-end;
	margin-left: -30px;
    padding-top: 60px;
}
.fnav_list > li{
	padding-left: 30px;
}
.fnav_list li a{
	font-size: 0.88rem;
}
.fnav_list .sub-menu{
	margin-top: 5px;
}
.fnav_list .sub-menu li a{
	font-size: 0.75rem;
}
.fnav_list .sub-menu li a:before{
	content: "ー";
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.f_menu .sns_list{
	justify-content: flex-end;
	padding-top: 20px;
}
.f_menu .sns_list a{
	background-color: transparent;
	border-color: #FFFFFF;
}
.f_menu .sns_list a:hover{
	background-color: #d93116;
	border-color: #d93116;
	color: #FFFFFF;
}

.f_bottom{
	display: flex;
	justify-content: flex-end;
	padding-top: 40px;
}
.social_list{
	display: flex;
	margin-left: -1px;
}
.social_list li{
	padding-left: 1px;
}
.social_list li a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	background-color: #EBEBEB;
	transition: background-color 0.3s ease;
}
.social_list li a:hover{
	background-color: #ff5501;
}

.organization , .organization a{
    font-weight: 200;
    line-height: 22px;
    font-size: 0.85rem;
    margin-top: 40px;
}

.organization2 {
    border: 1px solid #666;
    padding: 25px;
    width: 666px;
    margin: 0 auto;
    margin-top: 66px;
    font-weight: 200;
    line-height: 22px;
}

.copyright{
	padding-top: 20px;
    padding-bottom: 60px;
}
.copyright p{
	font-size: 0.75rem;
	text-align: right;
}



@media (max-width: 768px) {
    .footer {
    }
    .f_logo{
        padding-top: 30px;
        margin-top: 0px;
    }
    .f_logo img{
        width: 120px;
    }
    .f_content{
		display: block;
	}
	.f_bottom{
		justify-content: center;
	}
	.fnav_list{
		display: block;
	}
	.copyright p{
		text-align: left;
        padding-bottom: 30px;
	}
    .organization2 {
    border: 1px solid #666;
    padding: 25px;
    width: 100%;
    font-size: 0.9em;
    margin-top: 66px;
    font-weight: 200;
    line-height: 22px;
}

}

/*** totop ***/
.totop {
  position: relative;
    z-index: 100;
}

.totop a {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  /*opacity: 0;
  visibility: hidden;*/
	transform: translate3d(0, 100%, 0);
	transition: opacity 0.3s ease, visibility 0.3s ease, 
		transform 0.3s ease, 
		background-color 0.3s ease,
		border-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #d93116;
    /*border: 2px solid #666666;
    border-radius: 100%;*/
    opacity: 0;
    visibility: hidden;
}
.totop a:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-left: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    transform: rotate(45deg) translate3d(20%,20%,0);
}
.totop a.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); 
}
.totop a.show:hover{
	opacity: 0.8;
}

.totop a.bottom {
  position: absolute; 
}


@media (max-width: 768px) {
    .totop{
    }
    .totop a{
        right: 15px;
        bottom: 15px;
        width: 40px;
        height: 40px;
    }
    .totop a:before{
        width: 15px;
        height: 15px;
    }
}



/*** icon ***/
.icon_right,
.icon_left{
    line-height: 0;
}






/*** btn ***/
.btn_wrap{
    text-align: center;
	margin-top: 3.75rem;
}
.btn_wrap_02{
    text-align: center;
	margin-top: 4.25rem;
    margin-bottom: 7.75rem;
}

@media (max-width: 768px) {
	.btn_wrap{
		margin-top: 30px;
	}
    .btn_wrap_02{
    margin-top: 30px;
	}
}

a.btn,
button.btn{
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 324px;
    max-width: 100%;
    height: 55px;
    border: 1px solid #d93116;
	background: #fff;
    font-size: 1.13rem;
    font-weight: bold;
	text-decoration: none;
    letter-spacing: 0.02em;
    text-indent: 0.02em;
	color: #d93116;
    position: relative;
	transition: opacity 0.3s ease;
}

.btn .icon_arrow_right{
    display: inline-block;
    width: 30px;
    height: 30px;
	position: relative;
	margin-left: 10px;
    top: 5px;
    /*position: absolute;
    right: 20px;
    top: 50%;
    transform: translate3d(0,-50%,0);*/
}
.btn .icon_arrow_right:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #d93116;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate3d(0,-50%,0);
}

.btn .icon_arrow_right:after{
    content: "";
    display: inline-block;
    width: 30%;
    height: 1px;
    background-color: #d93116;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate3d(0,-50%,0) rotate(45deg);
    transform-origin: right bottom;
}


.btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #d93116;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .4s;
}
    
.btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}


a.btn:hover,
button.btn:hover{
  color: #fff;
}


a.btn.black,
button.btn.black{
	border-color: #000000;
	background-color: #000000;
}

a.btn.white,
button.btn.white{
	border-color: #FFFFFF;
	background-color: #FFFFFF;
    color: #d93116;
}
.btn.white .icon_arrow_right:before,
.btn.white .icon_arrow_right:after{
    background-color: #d93116;
}

a.btn.btn_back,
button.btn.btn_back{
	border-color: #999999;
	background-color: #999999;
    color: #FFFFFF;
}
.btn.btn_back .icon_arrow_right:before,
.btn.btn_back .icon_arrow_right:after{
    background-color: #FFFFFF;
}

.btn.small{
	width: 175px;
	height: 33px;
	font-size: 1rem;
}
.btn.small .icon_arrow_right{
    width: 20px;
    height: 20px;
}

.btn:hover .icon_arrow_right:before,
.btn:hover .icon_arrow_right:after{
	background-color: #FFFFFF;
}


@media (max-width: 768px) {
	a.btn,
	button.btn{
		height: 55px;
		font-size: 1rem;
	}
	.btn .icon_arrow_right{
		width: 20px;
		height: 20px;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translate3d(0,-50%,0);
	}

}


/*** font ***/
.f_mincho{
	font-family: 'リュウミン M-KL', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
}


/*** bg ***/
.bg_white{
    background-color: #FFFFFF !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
}



/*** common ***/
.common_section{
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width: 768px) {
	.common_section{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}


@media (max-width: 768px) {
}




/*** form ***/
.mw_wp_form .error{
    margin-top: 5px;
	display: block;
	width: 100%;
}
.policy_link a{
	font-weight: bold;
    color: #d93116;
    text-decoration: underline;
}
.policy_link a:hover{
    text-decoration: none;
}
.mw_wp_form_confirm .policy_link{
    display: none;
}
.form_block_wrap{
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.form_head{
    margin-bottom: 30px;
}
.form_head .message{
    font-size: 1rem;
    font-weight: bold;
}
.form-group{
    margin-bottom: 60px;
	display: flex;
}
.form-label{
    font-size: 1rem;
	font-weight: bold;
	line-height: 1.3;
    display: block;
	width: 200px;
	position: relative;
}
.form-label .required{
	display: inline-block;
	font-size: 0.75rem;
    font-weight: bold;
	line-height: 1;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
    color: #FFFFFF;
	background-color: #d93116;
	padding: 3px 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.form-item{
	flex: 1;
	padding-left: 60px;
}
.form-item input[type="text"],
.form-item input[type="email"],
.form-item select,
.form-item textarea,
input:-internal-autofill-selected{
    width: 100%;
    font-size: 1.13rem;
    line-height: 1.5;
    padding: 5px 10px;
    border: 1px solid #777777;
    background-color: #FFFFFF;
    border-radius: 0px;
}
.form-item textarea{
	height: 150px;
}
.form-item select.is-empty,
::placeholder{
    color: #AAAAAA;
}

.form_block_wrap .btn_wrap{
    margin-top: 60px;
    display: flex;
    justify-content: center;
    
}
.mw_wp_form_confirm .form_block_wrap .btn_wrap{
    justify-content: space-between;
}
.form_block_wrap .btn_wrap button{
    width: 48%;
}
.mw_wp_form_confirm .form-item{
    padding-left: 2em;
    text-align: left !important;
}
.form_school_title_block{
    padding-top: 70px;
    border-bottom: 3px solid #f0bab3;
    text-align: center;
}
.form_news_title{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.form-policy{
	padding: 20px;
}
.policy_link{
	margin-top: 30px;
}

.form_btn_radio{
	display: flex;
	flex-wrap: wrap;
}
.form_btn_radio .horizontal-item{
	margin-left: 0px !important;
	margin-right: 30px;
	padding-bottom: 15px;
}
.form-sublabel{
	font-size: 0.88rem;
	font-weight: bold;
	color: #525252;
	margin-top: 15px;
	margin-bottom: 5px;
}
.mw_wp_form_confirm .form_input_only{
	display: none;
}

@media (max-width: 768px) {
    .form_block_wrap{
    }
    .form_school_title_block{
        padding-top: 35px;
    }
	.form-group{
		margin-bottom: 30px;
		display: block;
	}
	.form-label{
		width: auto;
		margin-bottom: 15px;
	}
	.form-label .required{
		position: static;
		margin-left: 20px;
	}
	.form-item{
		padding-left: 10px;
		padding-right: 10px;
	}
	.form-policy{
		padding: 0px;
		text-align: left !important;
	}
}






.thanks_wrap {
    text-align: center;
}
.thanks_wrap .thanks_title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .form_block_wrap .btn_wrap{
        margin-top: 30px;
        display: block;
    }
    .form_block_wrap .btn_wrap button{
        /*width: 100%;
        margin-bottom: 40px;*/
    }
	.thanks_wrap{
	}
    .thanks_wrap .thanks_wrap{
        padding-bottom: 50px;
    }
}


/*** privacy ***/
.privacy_inner{
    margin: auto;
    max-width: 900px;
    background-color: #FFFFFF;
    padding: 0px;
}
.privacy_inner h2{
    margin: 30px 0 10px;
    font-size: 1.25rem;
    font-weight: 600;
    border-left: 5px solid #d93116;
    padding-left: 10px;
}
.privacy_inner p{
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.fancybox-content .policy_title{
	font-size: 1.25rem;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}
.fancybox-content .privacy_inner h2{
    margin: 30px 0 10px;
    font-size: 1rem;
    font-weight: 500;
    border-left: 5px solid #d93116;
    background-color: #fbebed;
    padding: 5px 0px 5px 10px;
}
.fancybox-content .privacy_inner p{
    font-size: 0.88em;
    line-height: 1.5em;
    margin-bottom: 10px;
}

/*.fancybox-content .btn_close{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 60px;
    max-width: 100%;
    background-color: #213644;
    color: #FFFFFF;
}*/

@media (max-width: 767px) {
    .fancybox-content{
        padding: 20px;
    }
    .privacy_inner{
        padding: 0px;
    }
}




/*** 404 ****/
.error_wrap {
  padding-top: 30px;
}
.error_wrap .pagetitle{
    margin-bottom: 40px;
}
.error_text {
  font-size: 4rem;
  line-height: 1;
  color: #d93116;
  opacity: 0.3;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

.error_btn {
  margin-top: 60px;
}



/*** item_list ***/
.item_list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-bottom: -40px;
}
.item_box{
	padding-left: 30px;
	padding-bottom: 40px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#page_product .item_box,
#page_event .item_box{
    width: 50%;
    width: calc(100% / 2 - 1px);
    max-width: calc(100% / 2);
}
#product .item_box,
#collaboration .item_box,
#event .item_box,
#page_news .item_box,
#recommend .item_box{
    width: 32%;
    width: calc(100% / 3 - 1px);
    max-width: calc(100% / 3);
}
#news .item_box{
    width: 25%;
    width: calc(100% / 4 - 1px);
    max-width: calc(100% / 4);
}

@media (max-width: 768px) {
    #collaboration .item_box,
    #event .item_box,
	#recommend .item_box{
        width: 100%;
        max-width: 100%;
    }
    #product .item_box,
    #news .item_box,
	#page_news .item_box{
        width: 50%;
        width: calc(100% / 2 - 1px);
        max-width: calc(100% / 2);
    }
}


/*** product_list ***/
.product_list{
	display: flex;
	flex-wrap: wrap;
	/*max-width: 1200px;
	margin-left: auto;
	margin-right: auto;*/
}
.product_box{
    width: 32%;
    width: calc(100% / 3 - 1px);
    max-width: calc(100% / 3);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.product_box .box_inner{
	display: block;
	position: relative;
	overflow: hidden;
}
.product_box .box_inner .box_head{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    /* padding: 20px 10px; */
    opacity: 0;
    /* transform: translate3d(0,100%,0); */
    transition: opacity 0.3s ease, transform 0.3s ease;
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
}
.product_box .box_inner:hover .box_head{
	opacity: 1;
	transform: translate3d(0,0,0);
}
.product_box .box_inner .box_head .title{
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: center;
	color: #FFFFFF;
}

@media (max-width: 768px) {
    .product_box{
        width: 50%;
        width: calc(100% / 2 - 1px);
        max-width: calc(100% / 2);
    }
}


.item_box .text_wrap{
	padding: 20px;
	background-color: #FFFFFF;
	transition: background-color 0.3s ease;
	position: relative;
}
.item_box .box_inner:hover .text_wrap{
	background-color: #d93116;
}
.item_box .text_wrap > *{
	padding-right: 15px;
}
.box_date{
	font-size: 0.88rem;
	line-height: 1;
	margin-bottom: 10px;
	transition: color 0.3s ease;
}
body.home .box_date{
	color: #d93116;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 5px;
}
body.home .item_box .text_wrap:after{
	display: none;
}
.box_text{
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	transition: color 0.3s ease;
}
.box_title{
	font-size: 1.38rem;
	font-weight: bold;
	line-height: 1.5;
	color: #d93116;
	padding-right: 1.5em;
	margin-bottom: 10px;
	transition: color 0.3s ease;
}
.box_text_wrap p{
	font-size: 0.88rem;
	font-weight: bold;
	line-height: 1.5;
	transition: color 0.3s ease;
}
.item_box .box_inner:hover *{
	color: #FFFFFF;
}
.item_box .text_wrap:after{
	content: "＋";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1;
	color: #d93116;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: color 0.3s ease;
}
.item_box .box_inner:hover .text_wrap:after{
	color: #FFFFFF;
}

@media (max-width: 768px) {
	.item_box .text_wrap{
		padding: 10px;
	}
	.item_box .box_inner:hover .text_wrap{
		background-color: inherit;
	}
	.item_box .box_inner:hover *{
		color: inherit;
	}
	.item_box .text_wrap:after{
		font-size: 1rem;
		right: 10px;
		top: 10px;
	}
	.item_box .box_inner:hover .text_wrap:after{
		color: inherit;
	}
	.box_title{
		font-size: 0.88rem;
	}
	.box_text_wrap p{
		font-size: 0.75rem;
		font-weight: normal;
	}
}


/*** intro ***/
.intro_block{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.intro_subtitle{
    font-size: 3rem;
    color: #d93116;
    margin-bottom: 20px;
}
.intro_text{
    font-size: 1.13rem;
    text-align: justify;
}

@media (max-width: 768px) {
	.intro_subtitle{
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.intro_text{
		font-size: 0.88rem;
	}
}



/**** TOP ****/
#page_top{

}
#top_visual{
	position: relative;
}
#top_visual .mv_content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
	width: 27.53%;
}
#page_top .main_content{
	padding-bottom: 80px;
}
.top_slider .slider_box{
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


@media (max-width: 768px) {
	#top_visual .mv_content{
		width: 60%;
	}
	#page_top .main_content{
		padding-bottom: 40px;
	}
	.top_slider .slider_box{
		height: calc(  100vw / 750 * 938 );
	}
}


/** TOP 共通 **/
.subtitle{
	font-size: 2.25rem;
	line-height: 1.2;
    letter-spacing: 0.02em;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.subtitle:first-letter{
	font-size: 1.33em;
	color: #d93116;
}
.subtitle:after{
	content: "";
	display: inline-block;
	width: 80px;
	height: 2px;
	background-color: #d93116;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

@media (max-width: 768px) {
    .subtitle{
        font-size: 1.75rem;
    }
    .subtitle:after{
        width: 40px;
        height: 1px;
    }
}

.catch_block{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.catch_block .catch{
	font-size: 2.5rem;
    line-height: 1.5;
	flex: 1;
}
.catch_block .more:before{
    content: "＋";
    display: inline-block;
    color: #d93116;
    margin-right: 5px;
}
.catch_block .more a{
    font-size: 1rem;
    font-weight: bold;
    color: #d93116;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
	position: relative;
}
.catch_block .more a:before{
	content: "";
    display: inline-block;
    height: 1px;
    background-color: #d93116;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    transition: width 0.3s ease;
}
.catch_block .more a:hover:before{
	width: 100%;
}

@media (max-width: 768px) {
    .catch_block{
        display: block;
        margin-bottom: 20px;
    }
    .catch_block .catch{
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .catch_block .more{
        text-align: right;
    }
}


/***top_slider ***/
.top_slider .slick-dots li button:before{
	font-size: 14px;
}
.top_slider .slick-dots li.slick-active button:before,
.top_slider .slick-dots li:hover button:before{
	color: #d93116;
	opacity: 1;
}
.top_slider .slick-dots {
    bottom: -30px;
}


/** #page_top #about **/
#page_top #about{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 320px;
    color: #FFFFFF;
}
#page_top #about .about_subtitle{
    font-size: 2.13rem;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
}
#page_top #about .about_block{
    display: flex;
    align-items: flex-end;
}
#page_top #about .about_text{
    font-size: 1.13rem;
    letter-spacing: 0.04em;
    flex: 1;
    padding-right: 40px;
}

@media (max-width: 768px) {
    #page_top #about{
        padding-bottom: 40px;
    }
	#page_top #about .about_subtitle{
		font-size: 1.5rem;
	}
    #page_top #about .about_block{
        display: block;
    }
    #page_top #about .about_text{
		font-size: 0.88rem;
        padding-right: 0px;
		background-size: cover;
    }
}


/** #page_top #news **/
#page_top #news{
    margin-top: -240px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#page_top #news .block_inner{
    background-color: #FFFFFF;
    padding: 60px 40px 80px;
    margin-left: -40px;
    margin-right: -40px;
    border-bottom: 1px solid #D8D8D8;
}


@media (max-width: 768px) {
    #page_top #news{
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #page_top #news .block_inner{
        padding: 40px 0px 40px;
        margin-left: 0px;
        margin-right: 0px;
        border-bottom: 1px solid #D8D8D8;
    }
}


/*** side_list ***/
.side_block{
	margin-bottom: 60px;
}
.side_list{
	border-top: 1px solid #D6D6D6;
}
.side_list li{
	border-bottom: 1px solid #D6D6D6;
}
.side_list li a{
	display: block;
	padding: 10px 10px 10px 20px;
	font-size: 1rem;
	position: relative;
}
.side_list li a:before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	transform: rotate(45deg);
	position: absolute;
	left: 0px;
	top: 19px;
}
.side_list li.current-menu-item a{
	color: #fe5005;
}
.side_subtitle{
	font-size: 1.13rem;
	color: #FFFFFF;
	padding: 10px 20px;
	background-color: #A6A6A6;
	margin-bottom: 20px;
}
.side_list li .title{
	margin-bottom: 10px;
}
.side_list li .date{
	font-size: 0.88rem;
}
.select_box select{
    width: 100%;
    padding: 5px;
    font-size: 1rem;
    border: 1px solid #D6D6D6;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
	.side_subtitle{
		font-size: 1rem;
		padding: 5px 10px;
		margin-bottom: 10px;
	}
}


ul.disc{
	list-style-type: disc;
	margin-left: 1em;
}
ul.disc li{
}

/*** page_visual ***/
#page_visual{
	position: relative;
	width: 100%;
	height: 600px;
}
.page_visual_text{
	background-color: #d93116;
	position: absolute;
	left: 0px;
 	top: 0px;
	bottom: 0px;
	width: calc( (100vw - 1080px) / 2 + 200px );
}
.page_visual_bg{
	background-color: #333333;
	position: absolute;
	right: 0px;
 	top: 0px;
	bottom: 0px;
	width: calc( (100vw - 1080px) / 2 + 880px );
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#page_visual .intro_catch{
	font-size: 2.5rem;
	color: #FFFFFF;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 200px;
	padding-top: 60px;
}

@media (max-width: 1080px) {
	.page_visual_text{
		width: 200px;
	}
	.page_visual_bg{
		width: calc( 100% - 200px );
	}
}

@media (max-width: 768px) {
	#page_visual{
		height: auto;
	}
	.page_visual_text{
		width: 100%;
		position: static;
		padding: 15px;
	}
	.page_visual_bg{
		width: 100%;
		height: 200px;
		position: static;
	}
	#page_visual .intro_catch{
		position: static;
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		width: 100%;
		font-size: 1.33rem;
		text-align: center;
		padding-top: 0px;
		display: block;
	}
}


/*** common ***/
.common_pagecontent{
	padding-bottom: 180px;
}

#page_blog_detail .content_2col{
}

@media (max-width: 768px) {
	.common_pagecontent{
		padding-bottom: 90px;
	}

	#page_blog_detail .content_2col{
	}
}


/*** detail_visual ***/
#detail_visual{
	margin-bottom: 80px;
}
.detail_visual_bg{
	width: 100%;
    height: 170px;
	background-color: #333333;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.detail_visual_text{
	width: 280px;
	height: 150px;
	background-color: #d93116;
	margin-top: -75px;
	position: relative;
	padding: 15px;
}
.detail_visual_text .text_inner{
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	text-align: center;
}
.detail_visual_text .group_title{
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	text-indent: 0.02em;
}
.detail_visual_text .group_title_en{
	font-size: 1.13rem;
	letter-spacing: 0.02em;
	text-indent: 0.02em;
}

.detail_head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #A7A7A7;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.detail_sns_list{
	display: flex;
	justify-content: flex-end;
	margin-left: -10px;
}
.detail_sns_list li{
	padding-left: 10px;
	line-height: 0;
}
.detail_title{
	font-size: 1.75rem;
	margin-bottom: 40px;
}

.category_icon_list{
	display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.category_icon{
	display: inline-block;
	background-color: #d93116;
	font-size: 0.56rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	padding: 5px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#recommend{
	padding-top: 80px;
	padding-bottom: 180px;
	background-color: #F7F7F7;
	margin-top: -100px;
}
.recommend_subtitle{
	font-size: 1.88rem;
	text-align: center;
	margin-bottom: 40px;
}


@media (max-width: 768px) {
	#detail_visual{
		margin-bottom: 40px;
	}
    .detail_visual_bg{
        height: 85px;
    }
	.detail_visual_text{
		width: 100%;
		height: 100px;
		margin-top: -50px;
		padding: 10px;
	}
	/*.detail_visual_text .group_title{
		font-size: 1.25rem;
	}
	.detail_visual_text .group_title_en{
		font-size: 1rem;
	}*/
	.detail_head{
		display: block;
	}
	.detail_sns_list{
		margin-top: 20px;
	}
	#recommend{
		padding-top: 40px;
		padding-bottom: 90px;
		margin-top: -50px;
	}
	.recommend_subtitle{
		font-size: 1.25rem;
		margin-bottom: 20px;
	}

}


/*** link_nav_list ***/
.link_nav_list{
	display: flex;
	justify-content: center;
	margin-top: 60px;
	margin-left: -30px;
}
.link_nav_list li{
	margin-left: 30px;
	width: 150px;
}
.link_nav_list li a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 0.88rem;
	font-weight: bold;
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	border: 1px solid #707070;
	transition: color 0.3s ease,
		border-color 0.3s ease;
}
.link_nav_list li a:hover{
	border-color: #d93116;
}
.link_nav_list li:nth-child(2) a{
	color: #FFFFFF;
	background-color: #d93116;
	border: 1px solid #d93116;
	transition: opacity 0.3s ease;
}
.link_nav_list li:nth-child(2) a:hover{
	opacity: 0.8;
}

@media (max-width: 768px) {
	.link_nav_list{
		margin-top: 30px;
		margin-left: -10px;
	}
	.link_nav_list li{
		margin-left: 10px;
	}

}



/*** nav_block ***/
.nav_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

.nav_list ul{
margin: 0; 
padding: 0; 
list-style: none;
}

.nav_list li{
	font-size: 1.25rem;
}

.nav_list li:not(:last-child):after{
	content: "｜";
	padding: 5px 7px;
}
.nav_list li a{
	display: inline-block;
	padding: 5px 16px;
	position: relative;
}

.nav_list li a:before{
	content: "";
    display: inline-block;
    height: 1px;
    background-color: #d93116;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    transition: width 0.3s ease;
}

.nav_list li a.cur:before{
	width: 100%;
}

.nav_list li a:hover{
	background-color: #d93116;
color: #fff;
}


.nav_block .select_box{
	margin-bottom: 40px;
}

@media (min-width: 769px) {
    .nav_date_box{
        margin-bottom: 60px;
        display: flex;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .nav_date_box .side_subtitle{
        margin-bottom: 0px;
    }
    .nav_date_box .select_box{
        flex: 1;
        margin-bottom: 0px;
    }
    .nav_date_box .select_box select{
        height: 100%;
    }

}

@media (max-width: 768px) {
	.nav_list li{
		font-size: 1rem;
	}
}



/******/
.akane_nav_block{
	padding-top: 80px;
}
.akane_block{
	display: flex;
}
.akane_subtitle{
	width: 215px;
}
.akane_content{
	flex: 1;
}
.akane_label{
	font-size: 2.38rem;
	color: #d93116;
	margin-top: 50px;
	margin-bottom: 30px;
}
.akane_content p{
	font-size: 1rem;
	line-height: 2.18;
	margin-bottom: 1.88em;
}
.akane_content ul{
	font-size: 1rem;
	margin-bottom: 1.88em;
}
.akane_content ul li{
	font-size: 1rem;
	line-height: 1.88;
}
.akane_caption{
	font-size: 1.5rem;
	margin-top: 100px;
	margin-bottom: 20px;
}
.akane_logo{
	margin-top: 90px;
	margin-bottom: 90px;
}
.akane_img{
	margin-top: 40px;
	margin-bottom: 50px;
}
.akane_img_02{
	margin-top: 40px;
	margin-bottom: 90px;
}
.akane_box + .akane_box{
	margin-top: 80px;
}
.akane_list{
	margin-left: -20px;
}
.akane_list li{
	padding-left: 20px;
	padding-bottom: 30px;
	text-align: center;
}
.akane_list li .title{
	margin-top: 5px;
	font-size: 1.13rem;
}
.history_list li{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #CECECE;
	padding-top: 30px;
	padding-bottom: 30px;
}
.history_list li:last-child{
	border-bottom: none;
}
.history_list .thumb{
	width: 33.5%;
	order: 2
}
.history_list .text_wrap{
	width: 62.3%;
}
.history_list .text_wrap .title{
	font-size: 2.5rem;
	margin-bottom: 10px;
}
.history_list .text_wrap .title:first-letter{
	color: #d93116;
}
.history_list .text_wrap p{
	margin-bottom: 0px;
}

@media (max-width: 768px) {
	.akane_nav_block{
		padding-top: 40px;
	}
	.akane_block{
		display: block;
	}
	.akane_subtitle{
		width: auto;
		margin-bottom: 10px;
		text-align: center;
	}
	.akane_content{
	}

	.akane_label{
		font-size: 1.5rem;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.akane_content p,
	.akane_content ul li{
		font-size: 0.88rem;
	}
	.akane_caption{
		font-size: 1.25rem;
		margin-top: 50px;
		margin-bottom: 10px;
	}
	.akane_img{
		margin-top: 20px;
		margin-bottom: 30px;
	}
    .akane_img_02{
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.akane_box + .akane_box{
		margin-top: 40px;
	}
	.history_list li{
		display: block;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.history_list .thumb{
		width: auto;
		margin-bottom: 10px;
	}
	.history_list .text_wrap{
		width: auto;
	}
	.history_list .text_wrap .title{
		font-size: 1.75rem;
		margin-bottom: 5px;
	}

}


.sato_box{
	margin-top: 90px;
}
.sato_info{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.sato_info .text_wrap{
	width: 35%;
}

.sato_info .text_wrap p {
	line-height: 1.6em;
}

.sato_info .thumb{
	width: 60%;
}
.sato_title{
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.sato_info p{
	margin-bottom: 0px;
}

@media (max-width: 768px) {
	.sato_box{
		margin-top: 45px;
	}
	.sato_info{
		display: block;
		margin-bottom: 20px;
	}
	.sato_info .text_wrap{
		width: auto;
		margin-bottom: 10px;
	}
	.sato_info .thumb{
		width: auto;
	}

}




