@import url('https://fonts.googleapis.com/css?family=Noto+Serif');

/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*

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,
input,
output,
textarea,
ruby,
section,
summary,
time,
mark,
audio,
video {
	font: inherit;
	font-size: 100%;
	box-sizing: border-box;
	max-height: 100%;  Android 
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border: 0;
}
*/

#gNaviTrg{
  font: inherit;
	font-size: 100%;
	box-sizing: border-box;
	max-height: 100%; 
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

br {
	margin: 0 !important;
}

body {
	line-height: 1;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

/* 基本設定 */

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	font-style: normal;
	src: local('NotoSansCJKjp-Regular'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-style: normal;
	src: local('NotoSansCJKjp-Medium'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-style: normal;
	src: local('NotoSansCJKjp-Bold'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 900;
	font-style: normal;
	src: local('NotoSansCJKjp-Black'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

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

html {
	font-size: 62.5%;
}

body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	color: #494949;
	-webkit-font-smoothing: antialiased; /* for MacOs */
	-moz-osx-font-smoothing: grayscale; /* for MacOs */
    font-size:14px;
}

.mincho { font-family: Ryumin Regular KL; ;}
.minchoB { font-family: Ryumin Bold KL;}

.entry-title{
 font-family: Ryumin Bold KL;
  font-size: 3rem;
/*  transform: rotate(0.05deg);*/
}
.acms-list-group{
  font-size: 14px;
}
.entry-column h2 {
    margin: 0px 10px 30px;
    padding: 5px 10px;
    font-size: 2.3rem;
    color: #000;
    border-left: 4px solid #e3322c;
  font-family: Ryumin Bold KL;
/*  transform: rotate(0.05deg);*/
}
.entry-column h3 {
    margin: 0 10px 20px;
    padding: 10px 10px;
    font-size: 1.8rem;
    color: #333;
    background: #f2f2f2;
    font-weight: normal;
/*    font-family: Ryumin Bold KL;*/
/*  transform: rotate(0.05deg);*/
}

.module-heading{
/*  font-family: Ryumin Regular KL;*/
/*  transform: rotate(0.05deg);*/
  font-weight: normal;
}
.entry-column ol {
    margin: 0 10px 25px;
}
.entry-column ol li {
    margin: 0 0 10px;
}

a {
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
	color: #0066b6;
}

a:hover {
	text-decoration: underline;
}

a img,
a svg {
	-webkit-backface-visibility: hidden; /* for Chrome */
}

img {
	max-width: 100%;
	height: auto;
}

em,
cite {
	font-style: normal;
}

/*
button {
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
*/

iframe {
	border: 0;
}

.no-link > a{
  pointer-events: none;
}
@media screen and (max-width:768px) {.no-link-sp > a{pointer-events: none;}}

/* 共通パーツ */

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

.visibleSp01 {
	display: none;
}

.jsNoScroll01 {
	position: fixed;
	width: 100%;
	height: 100%;
}

.title01 {
	display: table;
    margin: 40px auto;
    font-weight: bold;
    font-size: 2.5rem;
	line-height: 1.3;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.title_b_bottom{
    position: relative;
}

.title_b_bottom:after{
    content: "";
    width: 35px;
    border-bottom: 1px solid #e3322c;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 17.5px);
}

/* gHeader */
#gHeader{
  position: relative;
  z-index: 998;
}

#gHeader .inner01 {
    max-width:900px;
    margin:10px auto;
    padding-left:0!important;
    position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#headerLogo {
    width:100%;
    margin: 0 auto;
    padding: 25px 20px 20px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 440px;
}

#headerLogo a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#headerLogo img {
	width: 100%;
	max-width: 400px;
}

/* gNavi */

#gNaviWrapper {
	visibility: hidden;
	height: 0;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	opacity: 0;
}

#gNaviWrapper.jsActive01 {
	position: fixed;
	z-index: 997;
	top: 0;
	left: 0;
	visibility: visible;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 1;
	background-color: rgba(0, 0, 0, .4);
}

#gNaviTrg {
	display: none;
}

#gNaviTrg.jsActive01 {
	background-color: #fff;
}

#gNaviTrg.jsActive01 span {
	height: 4px;
	background-color: #e3322c;
}

#gNaviTrg.jsActive01 span:nth-of-type(1),
#gNaviTrg.jsActive01 span:nth-of-type(3) {
	width: 24px;
}

#gNaviTrg.jsActive01 span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}

#gNaviTrg.jsActive01 span:nth-of-type(2) {
	opacity: 0;
}

#gNaviTrg.jsActive01 span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}

#gNaviTrg span {
	width: 14px;
	height: 2px;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	background-color: #fff;
}

#gNaviTrg span:nth-of-type(1),
#gNaviTrg span:nth-of-type(3) {
	position: relative;
}

#gNaviTrg span:nth-of-type(1) {
	top: -2px;
}

#gNaviTrg span:nth-of-type(3) {
	bottom: -2px;
}

#gNavi {
	line-height: 1.2;
}

#gNavi.jsActive01 {
	visibility: visible;
	height: auto;
	opacity: 1;
}

#gNavi a {
	color: #494949;
}

#gNaviIn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    background-color:#e3322c;
}

#mainMenu {
/*    max-width:900px;*/
    margin: 0 auto;
    padding: 0;
	font-size: 1.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: center;
    -ms-justify-content    : center;
    justify-content        : center;
}

#mainMenu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 10.4vw;
	max-width: 200px;
    position: relative;
}

#mainMenu .contact01 {
	font-size: 1.2rem;
	width: 110px;
	text-align: center;
}

#mainMenu .contact01 a {
	display: block;
	height: 100%;
	padding: 25px 0 15px;
	color: #fff;
	background-color: #e3322c;
}

#mainMenu .contact01 a:hover {
	color: #fff;
}

#mainMenu .contact01 a::before,
#mainMenu .contact01 a::after {
	content: none;
}

#mainMenu .contact01 .ico01 {
	display: inline-block;
	width: 26px;
}

#mainMenu .contact01 .txt01 {
	display: block;
	margin-top: 15px;
}

#mainMenu a {
    padding:30px 0;
    color:#fff;
    background-color:#e3322c;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#mainMenu a:hover {
	color:#e3322c;
    background-color:#fff;
}

#mainMenu #mainMenu {
    margin: 0;
    display: none;
    position: absolute;
    left: 0;
    top: 75px;
}

#mainMenu #mainMenu li {
    display: block;
    float: none;
    text-align: left;
    background: #c41134;
    border: 0;
    border-top: 1px solid #910021;
    width: 10.4vw;
    max-width: 200px;
}

#mainMenu li:hover #mainMenu {
    display: block;
    z-index: 10000;
    animation: .8s fade-in;
}
@media screen and (max-width: 768px){
/*
  #mainMenu li:hover #mainMenu {
    display: none;
    z-index: auto;
    animation: unset;
}
*/
  #mainMenu #mainMenu {
    position: relative;
    top: 0;
    text-align: center;
}
  #mainMenu #mainMenu li {
    max-width: 100%;
    width: 50%;
    margin: auto;
    font-size: 80%;
    border: none;
    text-decoration: underline;
}
  #mainMenu #mainMenu li a{
    color: #f00;
}
}

.navibar{
  width: 100%;
}

#subMenu {
	display: none;
}

#subMenu li {
	width: 50%;
}

#subMenu a {
	display: block;
	padding: 10px;
	color: #494949;
}

/* content */

#content {
	font-size: 1.6rem;
	line-height: 1.5;
	overflow: hidden;
}

/* gFooter*/

#gFooter {
	margin-top: 50px;
}

#gFooter .footerIn01 .inner02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -webkit-justify-content: space-between;  /* Safari etc. */
    -ms-justify-content    : space-between;  /* IE10        */
    justify-content        : space-between;
}

#gFooter .footerIn02 {
	line-height: 1.4;
    padding:0;
    background-color: #f00;
    height: 62px;
    clear: both;
}

#gFooter .footerIn01 .f-Products{
    display:flex;
}

#gFooter .footerIn01 .f-Products h5 a{
    color:#494949;
    font-size:1.2em;
    margin-right: 20px;
    padding: 20px 10px;
    
    border:1.5px solid #e3322c;
    box-sizing:border-box;
    text-decoration:none;
}

#gFooter .footerIn01 .f-Products h5 a:hover{
    content: '';
    width: 100%;
    padding: 22px 12px;
    background: #e3322c;
    color:#fff;
    border:none;
    transition: transform .8s;
}

#gFooter .footerIn01 .f-Products a:hover::before{
    transform-origin: left top;
    transform: skewY(-10deg) scale(1, 1);
}

#pageTopLink {
	margin: 0 10px;
	text-align: center;
	border-bottom: 1px solid #e3e1d7;
}

#pageTopLink a {
	display: block;
	padding: 20px 0;
}

#pageTopLink img {
	width: 22px;
}

#footerTxt {
	width: 70%;
}

#footerTxt .list01 {
	font-size: 1.5rem;
	line-height: 1;
	margin-top: 30px;
    padding: 0;
}

#footerTxt .list01 li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1em;
	word-break: break-all;
}

#footerTxt .list01 a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #333;
}

#footerTxt .list01 .ico01 {
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#footerTxt .list01 .ico01 img {
	width: 24px;
	vertical-align: -3px;
}

#footerTxt .btnWrapper01 {
	margin-top: 40px;
}

#footerTxt2{
    width: 70%;
    max-width: 480px;
    display: flex;
    flex-wrap:wrap;
    margin: 50px auto 0;
}

#footerTxt2 a{color:#000;}
    
#footerTxt2 .inner_box{
    width:33.333333%;
}
    
#footerTxt2 .B-text{
    font-size:1.8rem;
    line-height: 26px;
    font-weight:bold;
    margin-bottom: 10px;
}

#footerTxt2 .mb-20{
    margin-bottom: 20px;
}

#footerTxt2 .inner_box .f-list{
    font-size:1.5rem;
    line-height: 26px;
    margin-bottom:20px;
    padding: 0;
}

#footerTxt2 .inner_box .f-list li{
        position:relative;
        padding-left:13px;
    }

#footerTxt2 .inner_box .f-list li:before{
    content: "";
    position: absolute;
    left: -2px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}


#footerLogo {
	max-width: 370px;
}

#footerLogo a {
	display: inline-block;
}

#footerLogo img {
	width: 100%;
	max-width: 370px;
}

#footerSns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footerSns li {
	margin: 0 12px;
}

#footerSns a {
	display: block;
}

#footerSns img {
	width: 44px;
}

#gFooterNavi {
    float: left;
    margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    padding: 0;
}

#gFooterNavi li {
	margin-right: 24px;
    clear: both;
    padding: 20px 0;
    font-size: 14px;
}

#gFooterNavi a {
	color:#fff;
}

#footerCopy {
	margin:0;
    float: right;
    padding: 20px 0;
    font-size: 16px;
    color:#fff;
    text-align:center;
}

/* inner */

.inner01 {
	padding-right: 80px;
    padding-left: 80px;
}

.inner02 {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 80px;
	padding-left: 80px;
}

.inner03 {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 80px;
	padding-left: 80px;
}
.brand a:hover {
    opacity: .7;
}

/* bg */

.bgGray01 {
	background-color:#f3f4f5;
}

.bgPink01 {
	background-color: #f8f8f8;
    padding: 50px 0 90px;
}

/* btnWrapper */

.btnWrapper01 {
	line-height: 1.2;
}

.btnWrapper01 a {
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
}

.btnWrapper01 a:hover {
	opacity: .7;
}

.btnWrapper01 a .ico01 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btnWrapper01 a img {
	display: block;
}

/* contactBtn */

.contactBtn01 {
	font-size: 1.5rem;
	font-weight: 700;
	width: 100%;
	max-width: 480px;
	padding: 24px 100px;
	white-space: nowrap;
	color: #fff!important;
	background-color: #f00;
}

.contactBtn01 .ico01 {
	left: 60px;
}

.contactBtn01 img {
	width: 26px;
}

/* arrowBtn */

*[class*='arrowBtn'] {
	font-size: 1.3rem;
}

*[class*='arrowBtn'] img {
	width: 7px;
}

.arrowBtn01 {
	min-width: 170px;
	padding: 12px 40px 12px 20px;
	color: #fff;
	background-color: #e3322c;
}

.arrowBtn01 .ico01 {
	right: 25px;
}

.arrowBtn02 {
	padding: 10px 40px 10px 20px;
	color: #0066b6;
	border: 1px solid #0066b6;
	background-color: #eaeaea;
}

.arrowBtn02 .ico01 {
	right: 15px;
}

/* externalBtn01 */

.externalBtn01 {
	font-size: 1.6rem;
	padding: 10px 30px 10px 65px;
	color: #000;
	background-color: #fccd40;
}

.externalBtn01 .ico01 {
	left: 25px;
}

.externalBtn01 img {
	width: 13px;
}

/* cmnTitle */

*[class*='cmnTitle'] {
	font-weight: 700;
	line-height: 1.3;
}

.cmnTitle01 {
	font-size: 3.6rem;
	font-weight: 900;
}

.cmnTitle03 {
	font-size: 2.4rem;
}

.cmnTitle04 {
	font-size: 2rem;
}

/* serif */

.ffSerif01 {
	font-family: 'Noto Serif', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

/* onOp */

.onOp01:hover {
	opacity: .7;
}

/* telLink */

.telLink01 {
	pointer-events: none;
}

/* トップ */

/* top */

#topHeader {
	padding:0;
  position: relative;
  z-index: 0;
  min-height: 200px;
}
.main-ttl {
    position: absolute;
    top: 138px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    width: 23%;
}

#topHeader .inner01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	padding-right: 0;
    padding-left:0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
}

#topHeader figure{margin:0 auto;}

#topHeader .txt01 {
	margin-right: -11.7vw;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#topHeader .description01 {
	font-size: 1.9rem;
	line-height: 2.5;
	margin-top: 40px;
}

#topHeader .btnWrapper01 {
	margin-top: 40px;
}

#topNewsInfo .inner03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#topNewsInfo .body01 {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
  position: relative;
}
a.module-index-link {
    position: absolute;
    top: -30px;
    right: 20px;
    color: #333;
    font-size: 16px;
}

#topNewsInfo .list01 {
	padding: 0 20px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

#topNewsInfo .list01 li {
    border-bottom: 1px solid #c6c6c6;
    position: relative;
}

/*
#topNewsInfo .list01 li + li {
	margin-top: 1em;
}
*/

#topNewsInfo .list01 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  padding: 15px 10px;
  transition: .8s
}

#topNewsInfo .list01 a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #f7f7f7;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .8s;
}
#topNewsInfo .list01 a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*
#topNewsInfo .list01 a:hover .txt01 {
	text-decoration: underline;
}
*/

#topNewsInfo .list01 a time {
    color: #e3322c;
}

#topNewsInfo .list01 time {
	font-size: 1.5rem;
    line-height: 26px;
}

#topNewsInfo .list01 *[class*='category'] {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 15px;
	padding: 7px 5px;
	color: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#topNewsInfo .list01 .category01 {
	background-color: #ffa632;
    width: 100px;
}
#topNewsInfo .list01 .category01[name="スクールシューズ"] {
	background-color: #6cead2;
}
#topNewsInfo .list01 .category01[name="ラポーター"] {
	background-color: #f28484;
}

#topNewsInfo .list01 .category01[name="ビジネススリッパ"] {
	background-color: #333;
}

#topNewsInfo .list01 .category01[name="gute wahl"] {
	background-color: #848484;
}
#topNewsInfo .list01 .category01[name="LBサンダル"] {
	background-color: #0d2843;
}

#topNewsInfo .list01 .txt01 {
    /* margin: 15px 0; */
    font-size: 1.6rem;
    line-height: 1.3;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: absolute;
    left: 220px;
    top: 0;
    color: #333;
}

#topProducts {
	/* padding: 50px 0 20px; */
	max-width:1200px;
    margin: 0 auto;
}

#topProducts .productsList01{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#topProducts .productsList01 figure{
  padding: 10px;
}

#topProducts .productsList01 li a{
  position: relative;
  display: inline-block;
/*  border: 2px solid #333;*/
  color: #333;
/*  text-align: center;*/
  text-decoration: none;
  transition: .8s;
  width: 100%;
}
#topProducts .productsList01 li a:hover  {
  color: #fff;
}
#topProducts .productsList01 li a{
  overflow: hidden;
}
#topProducts .productsList01 li a:before {
  position: absolute;
  top: 0;
  left: -5%;
  z-index: -1;
  content: '';
  width: 110%;
  height: 180%;
  background: #e3322c;
  transform-origin: left bottom;
  transform: skewY(-10deg) scale(1, 0);
  transition: transform .8s;
}
#topProducts .productsList01 li a:hover::before {
  transform-origin: left top;
  transform: skewY(-10deg) scale(1, 1);
}

#topProducts .productsList01 .sub_title{
        font-size: 1.8rem;
}

#topProducts .productsList01 .txt01 {
	position: relative;
    height: auto!important;
	z-index: 2;
	padding: 50px 50px 30px;
/*
	background-color: #e3322c;
    color:#fff;
*/
}

#topProducts .productsList01 .cmnTitle04{
    font-size: 2rem;
    margin-top: 0.8rem;
}

#topProducts .productsList01 .description01{
	font-size: 1.5rem;
	line-height: 1.7;
	margin-top: 0.8em;
}

#topProducts .productsList01 .btnWrapper01{
    padding-top: 50px;
    font-size: 1.5rem;
    text-align: right;
}

#topProducts .productsList01 .btnWrapper01 a{color:#fff;}

#topProducts .productsList01 {
	margin: 70px -60px 20px;
}

#topProducts .productsList01 li {
	width: calc((100% - 60px * 2 - 60px * 2) / 2);
	max-width: 580px;
	margin: 0 10px;
/*    background-color: #e3322c;*/
}

#topProducts .productsList02 {
	margin: 0 -10px -40px;
}

#topProducts .bgPink01 {
    margin: 0 -80px;
	position: relative;
	padding: 20px 40px 80px;
}

#topProducts .bgPink01 .brand{
    max-width: 1000px;
    margin: 0 auto;
}

#topExplain{
    max-width:1200px;
    margin: 0 auto;
}

#topExplain ul.explain_list01{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#topExplain ul.explain_list01 li{
    width: 33%;
    margin: 10px 0 0;
    padding: 0 20px;
}

#topExplain ul.explain_list01 li.border_right{border-right:1px solid #f3f4f5;}

#topExplain ul.explain_list01 li > div{margin: -10px 0;}

#topExplain ul.explain_list01 li .txt01{
    margin-top: 20px;
    padding-bottom: 40px;
}

#topExplain ul.explain_list01 li .sub_title{margin-bottom: 10px;}
#topExplain ul.explain_list01 li .cmnTitle04{
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.entry-title:first-letter,
#topExplain .sub_title:first-letter,
#topExplain .cmnTitle04:first-letter{color: #e3322c;}

#topExplain ul.explain_list01 li .description01{
    padding: 35px 25px 0 25px;
    font-size: 1.5rem;
    line-height: 1.8;
    
    position: relative;
}

#topExplain ul.explain_list01 li .description01:before{
    content:"";
    border-right: 1px solid red;
    transform: rotate(43deg);
    width:20px;
    height:20px;
    position:absolute;
    top:0;
    left:0;
}

/*------------------ top Blog instagram -----------------*/
#topBlog {
	padding: 0 0 60px;
}

#topBlog .blogList01 {
	margin-top: 60px;
    position:relative;
}

#topBlog .btnWrapper01 {
	margin-top: 40px;
}


#topInstagram {
	padding: 0 0 60px;
}

#topInstagram .btnWrapper01 {
	margin-top: 40px;
}

#topBlog .index-link,
#topInstagram .index-link {
	text-align: right;
}

#topBlog a.module-index-link,
#topInstagram a.module-index-link {
    position:static;
    color: #333;
    font-size: 16px;
}

#topBlog .List,
#topInstagram .List {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

#topBlog .List a,
#topInstagram .List a {
	position: relative;
	display: grid;
	grid-row: span 2;
	grid-template-rows: subgrid;
	gap: 12px;
	justify-items: center;
	align-items: center;
	height: 100%;
	text-decoration: none;
	color: #494949;
}

#topBlog .List a:hover:after,
#topInstagram .List a:hover:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: -8px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-top: 8px solid red;
    border-left: 8px solid transparent;
    transform: rotate(-45deg);
}

#topBlog .List a:hover img,
#topInstagram .List a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .7;
}

#topBlog .List figure img,
#topInstagram .List figure img {
	-webkit-transition: all .5s;
	transition: all .5s;
	max-height: 222px;
}

#topBlog .List .txt01,
#topInstagram .List .txt01 {
	font-weight: 700;
	line-height: 1.4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 25px 5px;
	text-align: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#topBlog .List .txt01 time,
#topInstagram .List .txt01 time {
	font-size: 1.6rem;
	margin-right: 20px;
}

#topBlog .List .txt01 time span,
#topInstagram .List .txt01 time span {
	font-size: 1.4rem;
	display: block;
}

#topBlog .List .txt01 p,
#topInstagram .List .txt01 p {
	font-size: 1.6rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
    margin: 0;
}
/*------------------  top Blog instagram  -----------------*/

#topAbout {
	padding: 50px 0;
	text-align: center;
	color: #777;
}

#topAbout .aboutList01 {
	margin-top: 130px;
}

.aboutList01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: -45px;
	margin-left: -45px;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.aboutList01 li {
	width: calc((100% - 45px * 2 - 45px * 4) / 3);
	max-width: 300px;
	margin: 0 45px;
}

.aboutList01 .item01 {
	margin-top: -40px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.aboutList01 .item02 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.aboutList01 .item03 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.aboutList01 a:not(.arrowBtn01) {
	color: #777;
}

.aboutList01 .txt01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
}

.aboutList01 .cmnTitle03,
.aboutList01 .description01 {
	margin-top: 15px;
}

.aboutList01 .description01 {
	text-align: left;
}

.aboutList01 .btnWrapper01 {
	margin-top: auto;
	padding-top: 20px;
}

/* contact-form */
.contact-box section h2{
    margin: 20px 0!important;
    font-size: 1.5em;
    font-weight: bold;
}

.contact-box section h3{
    font-size: 1.17em;
    margin: 20px 0!important;
    font-weight: bold;
}

.contact-box section .contact-no{
    margin: 20px 0;
    font-size: 30px;
    font-weight: 700;
    color: #333;
}

.contact-box section .lh{
	line-height: 1.5em;
}

.form-btn-box{
    margin: 20px 10px 50px;
}

@media screen and (max-width: 1500px) {

#topHeader .cmnTitle01 {
	font-size: 2.4vw;
}

#topHeader .description01 {
	font-size: 1.3vw;
	margin-top: 2vw;
}

#topHeader .btnWrapper01 {
	margin-top: 2vw;
}
    
#topProducts .productsList01 .sub_title{font-size: 1.8rem;}
#topProducts .productsList01 .cmnTitle04{font-size: 2.5rem;}
#topProducts .productsList01 .description01{font-size: 1.5rem;}
}

@media screen and (max-width: 1200px) {

#topProducts .productsList01 {
	margin: 70px 0px;
}

    
#topProducts .productsList01 .txt01 {
	width: 100%;
    padding: 30px 20px;
	min-width: 260px;
}
    
#topProducts .productsList01 .sub_title{font-size: 1.5rem;}

#footerTxt .contactBtn01 {
	padding-right: 50px;
	padding-left: 60px;
}

#footerTxt .contactBtn01 .ico01 {
	left: 20px;
}

}

@media screen and (min-width:768px) {
#gHeader .inner01 .contact01{
    font-size: 1.1rem;
    width: 100px;
    text-align: center;
    position: absolute;
    right: 0;
}

#gHeader .inner01 .contact01 a{
    margin-top: 5px;
    display: block;
    padding: 20px 0;
    color: #fff;
    border-radius: 3px;
    background-color: #e3322c;
}

#gHeader .inner01 .contact01 .ico01{
    display: inline-block;
    width: 25px;
}

#gHeader .inner01 .contact01 .txt01{
    display: block;
    margin-top: 10px;
}

}

@media screen and (min-width:960px) {
    
    #footerTxt{
        width: 40%;
    }
    #footerTxt2{
        width: 50%;
        display: flex;
        margin:0 0 0 10%;
    }
}

@media screen and (max-width: 960px) {

#gFooter .footerIn01 .inner02 {
	display: block;
}

#footerTxt {
	max-width: 480px;
	margin: 0 auto;
	padding-right: 0;
}

#footerTxt .contactBtn01 {
	padding: 24px 100px;
}

#footerTxt .contactBtn01 .ico01 {
	left: 60px;
}

#footerMap {
	width: auto;
	margin-top: 50px;
}

.inner01 {
	padding-right: 40px;
	padding-left: 40px;
}

.inner02 {
	padding-right: 40px;
	padding-left: 40px;
}

.inner03 {
	padding-right: 40px;
	padding-left: 40px;
}

#topHeader .inner01 {
	display: block;
	padding: 0;
}

#topHeader .txt01 {
	max-width: 550px;
	margin: 0 auto;
	padding: 0 20px;
}

#topHeader .cmnTitle01 {
	font-size: 3.6rem;
	margin-top: 30px;
}

#topHeader .description01 {
	font-size: 1.9rem;
	margin-top: 30px;
}

#topHeader .btnWrapper01 {
	margin-top: 30px;
	text-align: right;
}

}

@media screen and (max-width: 768px) {
  
a.module-index-link {
    position: relative;
    top: 0;
    right: 0;
    text-align: right;
    width: 100%;
    display: block;
}
.blogList01 a.module-index-link {
    margin: 0 0 20px;
}

.visibleSp01 {
	display: inherit;
}

#gHeader::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	background-color: #e3322c;
}

#gHeader .inner01 {
    display: block;
    margin:0;
	padding: 0;
}

#headerLogo {
    text-align:center;
    max-width:400px;
}

#headerLogo a {
/*    margin:0 auto;*/
}

#headerLogo a::before {
	content: none;
}

#headerLogo img {
	max-width: 200px;
}

#gNaviTrg {
	position: absolute;
	z-index: 999;
	top: 12px;
	right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 46px;
	height: 46px;
	background-color: #e3322c;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
}

#gNavi {
	position: absolute;
	z-index: 998;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
    overflow-y: auto;
}

#gNaviIn {
	display: block;
	overflow-y: scroll;
	padding: 10px 0;
	background-color: #fff;
}

#mainMenu {
	font-size: 1.8rem;
	display: block;
}

#mainMenu li {
	display: block;
	width: auto;
	max-width: inherit;
}

#mainMenu .contact01 {
	width: auto;
	margin-top: 10px;
}

#mainMenu .contact01 a {
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
	display: inline-block;
	width: 90%;
	max-width: 480px;
	height: 44px;
	padding: 12px 50px 12px 70px;
	border-radius: 2px;
	background-color: #f00;
}

#mainMenu .contact01 .ico01 {
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#mainMenu .contact01 img {
	display: block;
}

#mainMenu .contact01 .txt01 {
	display: inherit;
	margin-top: 0;
}

#mainMenu .contact01 .visibleSp01 {
	display: inline;
}

#mainMenu a {
	padding: 10px;
    background-color:#fff;
    color:#494949;
}

#mainMenu a::before,
#mainMenu a::after {
	content: none;
}

#subMenu {
	font-size: 1.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	text-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  padding-left: 0;
}

#gFooter {
	margin-top: 40px;
}

#gFooter .footerIn01 .inner02 {
	padding-bottom: 20px;
}

#gFooter .footerIn02 {
	padding: 20px 0 25px;
    height:100%;
}

#pageTopLink {
	margin: 0;
}

#pageTopLink a {
	padding: 10px 0;
}
    
#footerTxt{width:100%;}

#footerTxt .list01 {
	font-size: 1.4rem;
	margin-top: 15px;
    padding: 0;
}

#footerTxt .list01 .ico01 img {
	width: 20px;
}

#footerTxt .btnWrapper01 {
	margin-top: 20px;
}

#footerTxt .contactBtn01 {
	font-size: 1.6rem;
	padding: 12px 50px 12px 70px;
}

#footerTxt .contactBtn01 .ico01 {
	left: 30px;
}

#footerTxt2{width:100%;}
#footerTxt2 .inner_box{
    width: 40.99999%;
    margin-left: 9%;
  }

#footerLogo {
	max-width: 200px;
}

#footerLogo img {
	max-width: 200px;
}

#footerMap {
	margin-top: 30px;
}

#footerMap iframe {
	height: 140px;
}

#footerSns {
	margin-top: 30px;
}

#footerSns img {
	width: 30px;
}

#gFooterNavi {
	max-width: 240px;
	margin: -15px auto 0;
	padding-top:20px;
    padding-left:0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	float:none;
    display:block;
}

#gFooterNavi li {
	width:100%;
    margin:0;
    padding: 10px 0;
}
    
#footerCopy{float:none;}

.inner01 {
	padding-right: 20px;
	padding-left: 20px;
}

.inner02 {
	padding-right: 20px;
	padding-left: 20px;
}

.inner03 {
	padding-right: 20px;
	padding-left: 20px;
}

.contactBtn01 {
	font-size: 1.6rem;
	padding: 12px 50px 12px 70px;
}

.contactBtn01 .ico01 {
	left: 30px;
}

.contactBtn01 img {
	width: 20px;
}

.externalBtn01 {
	font-size: 1.3rem;
	padding: 10px 20px 10px 40px;
}

.externalBtn01 .ico01 {
	left: 12px;
}

.cmnTitle01 {
	font-size: 2.3rem;
}
    
.cmnTitle03 {
	font-size: 1.8rem;
}

.cmnTitle04 {
	font-size: 1.6rem;
}

.telLink01 {
	pointer-events: auto;
}

#topHeader {
	padding: 0 0 20px;
}

#topHeader .txt01 {
	max-width: 440px;
}

#topHeader .cmnTitle01 {
	font-size: 2.3rem;
	margin-top: 15px;
}

#topHeader .description01 {
	font-size: 1.4rem;
	line-height: 2;
	margin-top: 15px;
}

#topHeader .btnWrapper01 {
	margin-top: 15px;
}

#topNewsInfo .body01 {
	display: block;
}

#topNewsInfo .list01 a {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#topNewsInfo .list01 *[class*='category'] {
	margin-right: 0;
	margin-left: 10px;
}
    
#topNewsInfo .list01{
        padding: 0;
    }

#topNewsInfo .list01 .txt01 {
	width: 100%;
    margin-top: .5em;
    position: relative;
    left: 0;
}
.main-ttl {
    top: 33vw;
    width: 75%;
}

#topNewsInfo .btnWrapper01 {
	display: block;
	margin-bottom: 20px;
	padding-left: 0;
	text-align: center;
	border-left: 0;
}
    
#topNewsInfo .body01{
    width: 100%;
    max-width: 580px;
    }

#topProducts {
	padding: 25px 0 0;
}

#topProducts .productsList01 .txt01{
	margin-top: -15px;
	padding: 20px 25px 15px;
}

#topProducts .productsList01 {
	display: block;
	margin: 20px 0 0;
    padding: 0;
}

#topProducts .productsList01 li {
	width: 100%;
	margin: 0 auto 50px;
}

#topProducts .bgPink01 {
	   margin: 100px -20px 40px;
}

#topExplain ul.explain_list01{
    display:block;
    padding: 0;
    }

#topExplain ul.explain_list01 li{
    width: 80%; 
    margin:0 auto;
    }

#topExplain ul.explain_list01 li.border_right{border:none;}

#topBlog {
/*	padding: 20px 0;*/
}

#topBlog .blogList01 {
	margin-top: 20px;
    padding: 0;
}

#topBlog .btnWrapper01 {
	margin-top: 20px;
}

#topBlog .List,
#topInstagram .List
 {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

#topBlog .List,
#topInstagram .btnWrapper01 {
	margin-top: 20px;
}


.blogList01 {
	margin-right: -10px;
	margin-bottom: -15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blogList01 li {
	width: calc((100% - 10px - 10px) / 2);
	margin: 0 10px 15px 0;
}

.blogList01 .txt01 {
	padding: 10px;
}

.blogList01 .txt01 time {
	margin-right: 10px;
}

.blogList01 .txt01 p {
	font-size: 1.4rem;
}

#topAbout {
	padding: 40px 0 0;
}

#topAbout .aboutList01 {
	margin-top: 0;
}

.aboutList01 {
	margin-right: -40px;
	margin-left: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.aboutList01 li {
	width: calc((100% - 40px - 40px) / 2);
	max-width: 40vw;
	margin: 20px 40px 0 0;
}

.aboutList01 .item01 {
	width: 100%;
	max-width: 100%;
	margin-top: 20px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.aboutList01 .item01 .wrapper01 {
	width: calc((100% - 40px) / 2);
	max-width: 40vw;
	margin-right: auto;
	margin-left: auto;
}

.aboutList01 .item02 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.aboutList01 .txt01 {
	padding: 0 10px;
}

.aboutList01 .description01 {
	font-size: 1.4rem;
}

.aboutList01 .description01 br {
	display: none;
}

.aboutList01 .arrowBtn01 {
	width: 100%;
	min-width: inherit;
	max-width: 170px;
}

.aboutList01 .arrowBtn01 .ico01 {
	right: 15px;
}

}

@media screen and (max-width: 500px) {
#topProducts .productsList01 .txt01{
	margin-top: -15px;
	padding: 20px 10px 15px;
}
    
    #topProducts .productsList01 .sub_title{font-size: 1.5rem;}
    #topProducts .productsList01 .cmnTitle04{font-size: 1.8rem;}
    #topProducts .productsList01 .description01{font-size: 1.2rem;}
    
    #topExplain ul.explain_list01 li{width: 100%;}
    
/*    #footerTxt2 .inner_box{width:100%;}*/
}

@media screen and (max-width: 768px) {

#gNavi.jsActive01 {
	height: calc(100vh - 65px);
	-webkit-overflow-scrolling: touch;
}

}

@media screen and (max-width: 360px) {

#topHeader .description01 {
	font-size: 1.3rem;
}

.aboutList01 .arrowBtn01 {
	padding-right: 20px;
	padding-left: 10px;
}

.aboutList01 .arrowBtn01 .ico01 {
	right: 10px;
}

}


.btn-c {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  text-decoration: none;
  color:#000;
  height: 100%;
}
a.btn-c:hover,
a.btn-c:visited{
  text-decoration: none;
  color:#000;
}

.btn-c:before, .btn-c:after,
.btn-c .btn--inner:before,
.btn-c .btn--inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #e3322c;
  transition: 0.3s ease-in-out;
}

.btn--cw:after,
.btn--ccw:after,
.btn--cw-tlbr:after,
.btn--ccw-tlbr:after,
.btn--cw-trbl:after,
.btn--ccw-trbl:after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.btn--cw .btn--inner:before,
.btn--ccw .btn--inner:before,
.btn--cw-tlbr .btn--inner:before,
.btn--ccw-tlbr .btn--inner:before,
.btn--cw-trbl .btn--inner:before,
.btn--ccw-trbl .btn--inner:before {
  right: 0;
  left: auto;
}
.btn--cw .btn--inner:after,
.btn--ccw .btn--inner:after,
.btn--cw-tlbr .btn--inner:after,
.btn--ccw-tlbr .btn--inner:after,
.btn--cw-trbl .btn--inner:after,
.btn--ccw-trbl .btn--inner:after {
  top: auto;
  bottom: 0;
}

.btn--cw:before, .btn--cw:after {
  width: 0;
  height: 2px;
}
.btn--cw .btn--inner:before,
.btn--cw .btn--inner:after {
  width: 2px;
  height: 0;
}
.btn--cw:hover:before, .btn--cw:hover:after {
  width: 100%;
}
.btn--cw:hover .btn--inner:before,
.btn--cw:hover .btn--inner:after {
  height: 100%;
}

.btn--ccw:before, .btn--ccw:after {
  width: 2px;
  height: 0;
}
.btn--ccw .btn--inner:before,
.btn--ccw .btn--inner:after {
  width: 0;
  height: 2px;
}
.btn--ccw:hover:before, .btn--ccw:hover:after {
  height: 100%;
}
.btn--ccw:hover .btn--inner:before,
.btn--ccw:hover .btn--inner:after {
  width: 100%;
}

.btn--tlbr:before, .btn--tlbr:after {
  width: 0;
  height: 2px;
}
.btn--tlbr:after,
.btn--tlbr .btn--inner:after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.btn--tlbr .btn--inner:before,
.btn--tlbr .btn--inner:after {
  width: 2px;
  height: 0;
}
.btn--tlbr:hover:before, .btn--tlbr:hover:after {
  width: 100%;
}
.btn--tlbr:hover .btn--inner:before,
.btn--tlbr:hover .btn--inner:after {
  height: 100%;
}

.btn--trbl:before, .btn--trbl:after {
  width: 0;
  height: 2px;
}
.btn--trbl:before,
.btn--trbl .btn--inner:before {
  right: 0;
  left: auto;
}
.btn--trbl:after,
.btn--trbl .btn--inner:after {
  top: auto;
  bottom: 0;
}
.btn--trbl .btn--inner:before,
.btn--trbl .btn--inner:after {
  width: 2px;
  height: 0;
}
.btn--trbl:hover:before, .btn--trbl:hover:after {
  width: 100%;
}
.btn--trbl:hover .btn--inner:before,
.btn--trbl:hover .btn--inner:after {
  height: 100%;
}

.btn--cw-tlbr:before, .btn--cw-tlbr:after,
.btn--cw-tlbr .btn--inner:before,
.btn--cw-tlbr .btn--inner:after,
.btn--ccw-tlbr:before,
.btn--ccw-tlbr:after,
.btn--ccw-tlbr .btn--inner:before,
.btn--ccw-tlbr .btn--inner:after,
.btn--cw-trbl:before,
.btn--cw-trbl:after,
.btn--cw-trbl .btn--inner:before,
.btn--cw-trbl .btn--inner:after,
.btn--ccw-trbl:before,
.btn--ccw-trbl:after,
.btn--ccw-trbl .btn--inner:before,
.btn--ccw-trbl .btn--inner:after {
  transition: 0.15s ease-in-out;
}

.btn--cw-tlbr:before, .btn--cw-tlbr:after {
  width: 0;
  height: 2px;
  transition-delay: 0.15s;
}
.btn--cw-tlbr .btn--inner:before,
.btn--cw-tlbr .btn--inner:after {
  width: 2px;
  height: 0;
  transition-delay: 0s;
}
.btn--cw-tlbr:hover:before, .btn--cw-tlbr:hover:after {
  width: 100%;
  transition-delay: 0s;
}
.btn--cw-tlbr:hover .btn--inner:before,
.btn--cw-tlbr:hover .btn--inner:after {
  height: 100%;
  transition-delay: 0.15s;
}

.btn--ccw-tlbr:before, .btn--ccw-tlbr:after {
  width: 2px;
  height: 0;
  transition-delay: 0.15s;
}
.btn--ccw-tlbr .btn--inner:before,
.btn--ccw-tlbr .btn--inner:after {
  width: 0;
  height: 2px;
  transition-delay: 0s;
}
.btn--ccw-tlbr:hover:before, .btn--ccw-tlbr:hover:after {
  height: 100%;
  transition-delay: 0s;
}
.btn--ccw-tlbr:hover .btn--inner:before,
.btn--ccw-tlbr:hover .btn--inner:after {
  width: 100%;
  transition-delay: 0.15s;
}

.btn--cw-trbl:before, .btn--cw-trbl:after {
  width: 0;
  height: 2px;
  transition-delay: 0s;
}
.btn--cw-trbl .btn--inner:before,
.btn--cw-trbl .btn--inner:after {
  width: 2px;
  height: 0;
  transition-delay: 0.15s;
}
.btn--cw-trbl:hover:before, .btn--cw-trbl:hover:after {
  width: 100%;
  transition-delay: 0.15s;
}
.btn--cw-trbl:hover .btn--inner:before,
.btn--cw-trbl:hover .btn--inner:after {
  height: 100%;
  transition-delay: 0s;
}

.btn--ccw-trbl:before, .btn--ccw-trbl:after {
  width: 2px;
  height: 0;
  transition-delay: 0s;
}
.btn--ccw-trbl .btn--inner:before,
.btn--ccw-trbl .btn--inner:after {
  width: 0;
  height: 2px;
  transition-delay: 0.15s;
}
.btn--ccw-trbl:hover:before, .btn--ccw-trbl:hover:after {
  height: 100%;
  transition-delay: 0.15s;
}
.btn--ccw-trbl:hover .btn--inner:before,
.btn--ccw-trbl:hover .btn--inner:after {
  width: 100%;
  transition-delay: 0s;
}
.square_btn a{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #FFF!important;
    text-decoration: none;
    text-align: center;
    background-color: #e3322c;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 2px solid #651613;
}
.square_btn a:hover {/*ボタンを押したとき*/
    background-color: #651613; /*ボタン色*/
  text-decoration: none;
}
.topics {
    padding: 30px 25px;
    border: 1px solid #ccc;
    margin: 20px;
}
.topics h3 {
    margin: 10px 0;
    padding: 10px 0px;
    text-align: center;
}
.entry-body.acms-entry {
    padding: 10px;
}
.tagSize1 {
    line-height: 2;
}

/* **************************************

	summary_image_business.html

 ************************************** */
.card-container {
	display: grid;
	gap: 0px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .card-container a{
	color:inherit;
  }

  .card-container a:hover{
	color:inherit;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.05);
  }

  .card {
	border-radius: 2px;
	background: #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.18);
	color: #000;

	display: grid;
	grid-row: span 2;
	grid-template-rows: subgrid;
	gap: 12px;
  }

  .card img {
	padding: 20px 20px 0 20px;
  }
  .card :is(.card-title) {
	padding: 0 20px;
  }

  .card .card-title {
	color: #0066b6;
	font-size: 16px;
  }