@charset "utf-8";

/* base
----------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
/* 	display: flex;
	flex-direction: column; */
}
body {
	font-family: 'Helvetica Neue', Helvetica, Arial,"游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	color: #333;
	letter-spacing: 0.025rem;
	position: relative;
	word-wrap: break-word;
/* 	display: flex;
	flex-direction: column;
	min-height: 100vh; */
}
table {
	border-collapse: collapse;
}
img {
	border: none;
	vertical-align: middle;
}
ul,ol{
	list-style-type:none;
}

/* link
----------------------------------------------------*/
a {
	color: #ff8f00;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-tap-highlight-color:transparent;
}
a:visited {
	color: #ff8f00;
	text-decoration:none;
}
a:hover {
	color: #ff7600;
}

/* Selected Text
----------------------------------------------------*/
::selection {
	background: #ff8f00;
	color: #fff;
}
/* Firefox */
::-moz-selection {
	background: #ff8f00;
	color: #fff;
}

/* other
----------------------------------------------------*/
strong, b {
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
}
.wf {
	font-family: 'Montserrat', sans-serif;
}

/* header
----------------------------------------------------*/
header {
	position: absolute;
	z-index: 10;
	width: 100%;
}
header .header-top {
	height: 36px;
    background: url(../img/bg-header-top.jpg) center no-repeat;
    background-size: cover;
}
header a.logo {
	position: absolute;
	top: 0;
	left: 50%;
    z-index: 11;
	width: 178px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
header a.logo img {
	width: 100%;
	height: auto;
}

/* global navi
----------------------------------------------------*/
header .gnav {
	height: 82px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
    width: 100%;
}
header .gnav>ul {
	display: flex;
	align-items: center;
	width: 50%;
}
header .gnav>ul.nav-left {
	justify-content: flex-end;
	margin-right: 110px;
    margin-bottom: 0;
}
header .gnav>ul.nav-right {
	justify-content: flex-start;
	margin-left: 110px;
    margin-bottom: 0;
}
header .gnav>ul>li {
	margin: 0 18px;
	font-weight: 600;
}
header .gnav ul li a {
	color: #444;
}
header .gnav ul li a:hover {
	color: #ff8f00;
}
header .gnav ul li a.hoverline {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
}
header .gnav ul li a.hoverline::before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #ff8f00;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
header .gnav ul li a.hoverline:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
header .lang {
	position: absolute;
	right: 70px;
	top: 40px;
}
header .lang>ul {
	position: relative;
	cursor: pointer;
}
header .hover-nav>li{
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
header .hover-nav>li:hover{
	color: #ff8f00;
}
header .hover-nav>li:nth-child(1)::after {
	content: '';
	background: url(../img/ico-arrow-down.svg) no-repeat right center;
	display: inline-block;
	width: 10px;
	height: 12px;
	margin-left: 2px;
}
header .submenu {
	position: absolute;
	top: 30px;
	left: -2rem;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.10) 0px 4px 20px;
	display: none;
}
header .submenu ul>li {
    margin-bottom: 0;
}
header .submenu ul>li>a {
    display: inline-block;
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
}
header .submenu ul>li>a:hover {
    text-decoration: none;
}
header .bag {
	position: absolute;
	right: 20px;
	top: 16px;
	width: 30px;
	height: 30px;
    background: url(../img/ico-bag.svg) center no-repeat;
}

/* footer
----------------------------------------------------*/
footer {
    position: relative;
	font-size: 1.4rem;
}
footer .footer-nav {
	padding: 80px 3%;
	background: #120e07;
	color: #dbb46f;
}
footer .footer-nav .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
    max-width: 1470px;
    margin: auto;
}
footer .footer-nav a {
	color: #dbb46f;
}
footer .footer-nav a:hover {
	color: #b09058;
    text-decoration: none;
}
footer .footer-nav h3 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
footer .footer-nav .flogo {
    width: 250px;
    margin-right: 8%;
}
footer .footer-nav .fnav {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}
footer .footer-nav .fnav .col-1 {
    margin-right: 8%;
}
footer .footer-nav ul.list li {
    margin-bottom: 0.5rem;
}
footer .footer-nav ul.sub {
    padding-left: 1.4rem;
}
a.link-mark-yellow::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/ico-window-link-yellow.svg) center no-repeat;
    display: inline-block;
    margin-left: 4px;
}
footer .footer-bottom {
	padding: 30px 5%;
}
footer .footer-bottom .footer-inner {
    display: flex;
    flex-wrap: wrap;
	flex-direction: row-reverse;
    justify-content: space-between;
	width: 100%;
    max-width: 1470px;
    margin: auto;
}
footer .footer-bottom .footer-inner nav ul {
    display: flex;
}
footer .footer-bottom .footer-inner nav ul li {
    margin-left: 20px;
}
footer .footer-bottom a {
	color: #333;
}
footer .footer-bottom a:hover {
	color: #b09058;
    text-decoration: none;
}

/* contents
----------------------------------------------------*/
.row {
	padding-right: 3%;
	padding-left: 3%;
}
.section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.inner {
	width: 100%;
    max-width: 1470px;
    margin: auto;
}
.inner-1000 {
	width: 100%;
    max-width: 1000px;
    margin: auto;
}
.inner-600 {
    width: 100%;
    max-width: 600px;
    margin: auto;
}
h1 {
	font-size: 2.4rem;
	font-weight: 600;
}
h2 {
	font-size: 2rem;
	font-weight: 600;
}
h3 {
	font-size: 1.8rem;
	font-weight: 600;
}

/* top */
.ttl-wrap {
	margin-bottom: 40px;
}
.ttl-wrap h2 {
	font-size: 3rem;
	font-weight: 700;
    color: #ff8f00;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}
.ttl-wrap .link {
    position: relative;
    padding-right: 40px;
}
.ttl-wrap .link::before {
	content: "";
    position: absolute;
    right: 0;
    top: -10px;
    width: 30px;
    height: 30px;
    background: url(../img/ico-circle-arrow.svg) center no-repeat;
}
.ttl-wrap .link::after {
	content: "";
    position: absolute;
    right: 0;
    top: -10px;
    width: 30px;
    height: 30px;
    background: url(../img/ico-circle-arrow-hover.svg) center no-repeat;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ttl-wrap a.link:hover::after {
    opacity: 1;
}
.ttl-wrap-top {
    margin-bottom: 40px;
}
.ttl-wrap-top h2 {
    font-size: 3rem;
    font-weight: 700;
    display: inline-block;
    color: #ff8f00;
    margin-top: 0;
    margin-bottom: 0;
}
.ttl-wrap-top h2 a {
    color: #ff8f00;
    text-decoration: none;
}
.ttl-wrap-top .link {
    position: relative;
    padding-right: 40px;
}
.ttl-wrap-top .link::before {
    margin: auto;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: url(../img/ico-circle-arrow.svg) center no-repeat;
}
.ttl-wrap-top .link::after {
    margin: auto;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: url(../img/ico-circle-arrow-hover.svg) center no-repeat;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ttl-wrap-top a.link:hover::after {
    opacity: 1;
}
.center {
    text-align: center;
}
.bg-color {
	background: #faf8f1;
}

/* top-page - section-main */
.top-page{
    padding-top: 118px;
}
.top-page .section-main {
    padding-bottom: 60px;
}
.top-page .section-main h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
}
.top-page .section-main .inner {
    display: flex;
}
.top-page .section-main .img-wrap {
    overflow: hidden;
}
.top-page .section-main .img-wrap img.effect {
    width: 100%;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease;
}
.top-page .section-main .img-wrap:hover img.effect {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.top-page .section-main .left {
    width: calc(50% - 5px);
    margin-right: 5px;
    position: relative;
}
.top-page .section-main .left h1 {
    position: absolute;
    bottom: 30px;
    left: 40px;
    margin-bottom: 0;
}
.top-page .section-main .right>div h1 {
    position: absolute;
    bottom: 20px;
    left: 30px;
    margin-bottom: 0;
}
.top-page .section-main .right>div h1 a {
    color: #fff;
}
.top-page .section-main .right>div h1 a:hover {
    color: #fff;
    text-decoration: none;
}
.top-page .section-main .right {
    width: calc(50% - 5px);
    margin-left: 5px;
    display: flex;
    flex-wrap: wrap;
}
.top-page .section-main .right>div {
    width: calc(49.99% - 5px);
    position: relative;
}
.top-page .section-main .right>div:nth-child(odd) {
    margin-right: 5px;
}
.top-page .section-main .right>div:nth-child(even) {
    margin-left: 5px;
}
.top-page .section-main .right>div:nth-child(-n+2) {
    margin-bottom: 10px;
}
.top-page .section-main .right h1.link a {
	padding-right: 34px;
}
.top-page .section-main .right h1.link a::before {
	content: "";
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 29px;
    height: 29px;
    background: url(../img/ico-circle-arrow-white.svg) center no-repeat;
}
.top-page .section-main .right h1.link a::after {
	content: "";
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 29px;
    height: 29px;
    background: url(../img/ico-circle-arrow-white-hover.svg) center no-repeat;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.top-page .section-main .right h1.link a:hover::after {
    opacity: 1;
}
.top-page .section-main .right .movie {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 72px;
    height: 72px;
}
.top-page .section-main .right .movie::before {
	content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 72px;
    height: 72px;
    background: url(../img/ico-circle-play.svg) center no-repeat;
}
.top-page .section-main .right .movie::after {
	content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 72px;
    height: 72px;
    background: url(../img/ico-circle-play-hover.svg) center no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.top-page .section-main .right .img-wrap:hover .movie::after {
    opacity: 1;
}
.top-page .section-main .scroll {
	text-align: center;
	margin-top: 50px;
}
.top-page .section-main .scroll::after {
	content: "";
	display: block;
    margin: 6px auto 0;
    width: 32px;
    height: 14px;
    background: url(../img/ico-scroll.svg) center no-repeat;
}

/* top-page - section-info */
.top-page .section-info .inner {
    display: flex;
    flex-wrap: wrap;
}
.top-page .section-info .left {
	width: 48%;
	margin-right: 4%;
}
.top-page .section-info .right {
	width: 48%;
}
.top-page .section-info .cts-wrap {
	border: 1px solid #bd9b60;
	padding: 4px;
	position: relative;
}
.top-page .section-info .cts-inner {
	border: 1px dotted #bd9b60;
	padding: 50px 0;
}
.top-page .section-info .cts {
	overflow-y: auto;
	height: 420px;
	padding: 0 50px;
}
.top-page .section-info.col-1 {
    padding-top: 80px;
}
.top-page .section-info.col-1 .inner {
    max-width: 800px;
}
.top-page .section-info.col-1 .left {
    width: 100%;
    margin-right: 0;
}

/*スクロールバーの背景色・角丸指定*/
.top-page .section-info .cts::-webkit-scrollbar {
	width: 10px;
}
.top-page .section-info .cts::-webkit-scrollbar-track {
	background: #f0e6d4;
}
/*スクロールバーの色・角丸指定*/
.top-page .section-info .cts::-webkit-scrollbar-thumb {
	background: #bd9b60;
    border-radius: 10px;
}

.top-page .section-info .cts-wrap .frame-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.top-page .section-info .cts-wrap .frame-top::before {
	content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 50px;
    height: 50px;
    background: #fff url(../img/frame-top-left.svg) center no-repeat;
    background-size: 50px;
}
.top-page .section-info .cts-wrap .frame-top::after {
	content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    width: 50px;
    height: 50px;
    background: #fff url(../img/frame-top-right.svg) center no-repeat;
    background-size: 50px;
}
.top-page .section-info .cts-wrap .frame-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.top-page .section-info .cts-wrap .frame-bottom::before {
	content: "";
    position: absolute;
    left: -1px;
    bottom: -1px;
    width: 50px;
    height: 50px;
    background: #fff url(../img/frame-bottom-left.svg) center no-repeat;
    background-size: 50px;
}
.top-page .section-info .cts-wrap .frame-bottom::after {
	content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 50px;
    height: 50px;
    background: #fff url(../img/frame-bottom-right.svg) center no-repeat;
    background-size: 50px;
}
.top-page .section-info article {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #bd9b60;
}
.top-page .section-info article a {
	color: #333;
}
.top-page .section-info article a:hover {
    color: #ff8f00;
    text-decoration: none;
}
.top-page .section-info article p {
	font-weight: 600;
    margin-top: 6px;
}
.top-page .section-info article .article-info {
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 10px;
}
.top-page .section-info article .article-info time {
    margin-right: 8px;
    display: inline-block;
}
.top-page .section-info article .article-info .tag {
	background: #ff8f00;
	color: #fff;
	padding: 2px 5px;
	font-size: 1.3rem;
	margin-right: 6px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.top-page .section-info article .article-info .tag:hover {
    background: #ff7600;
}
.top-page .section-info article .article-info .full {
	background: #e63e3e;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.top-page .section-info article .article-info .full:hover {
    background: #ed1212;
}
.top-page .section-info article .article-info .end {
	background: #666;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.top-page .section-info article .article-info .end:hover {
    background: #444;
}

/* top-page - section-pickup */
.top-page .section-pickup .pickup-wrap {
    display: flex;
    flex-wrap: wrap;
}
.top-page .section-pickup .pickup-wrap .img-wrap {
    overflow: hidden;
}
.top-page .section-pickup .pickup-wrap .img-wrap img {
    width: 100%;
    transition: all .4s ease;
}
.top-page .section-pickup .pickup-wrap .img-wrap:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.top-page .section-pickup .pickup-wrap>div {
    width: calc(24.99% - 10px);
    margin: 0 5px 10px;
    position: relative;
}
.top-page .section-pickup .pickup-wrap div.no-ttl {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    position: relative;
}
.top-page .section-pickup .pickup-wrap .target-link .icon {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 36px;
    height: 36px;
}
.top-page .section-pickup .pickup-wrap .target-link .icon::before {
	content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    background: url(../img/ico-circle-window.svg) center no-repeat;
    background-size: 36px;
}
.top-page .section-pickup .pickup-wrap .target-link .icon::after {
	content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    background: url(../img/ico-circle-window-hover.svg) center no-repeat;
    background-size: 36px;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.top-page .section-pickup .pickup-wrap .target-link:hover .icon::after {
    opacity: 1;
}
.top-page .section-pickup .pickup-wrap .link .icon {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 36px;
    height: 36px;
}
.top-page .section-pickup .pickup-wrap .link .icon::before {
	content: "";
    position: absolute;
    margin: auto;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    background: url(../img/ico-circle-arrow.svg) center no-repeat;
    background-size: 36px;
}
.top-page .section-pickup .pickup-wrap .link .icon::after {
	content: "";
    position: absolute;
    margin: auto;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    background: url(../img/ico-circle-arrow-hover.svg) center no-repeat;
    background-size: 36px;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.top-page .section-pickup .pickup-wrap .link:hover .icon::after {
    opacity: 1;
}
.top-page .section-pickup .pickup-wrap .pickup-ttl {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    padding: 14px 14px;
}
.top-page .section-pickup .pickup-wrap h3 {
    color: #333;
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    padding-right: 36px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.6;
}
.top-page .section-pickup .pickup-wrap h3 a {
    color: #333;
}
.top-page .section-pickup .pickup-wrap h3 a:hover {
    color: #333;
    text-decoration: none;
}
.top-page .section-pickup .pickup-wrap h3::before {
	content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 36px;
    height: 36px;
    background: url(../img/ico-circle-arrow.svg) center no-repeat;
   background-size: 34px;
}
.top-page .section-pickup .pickup-wrap h3::after {
	content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 36px;
    height: 36px;
    background: url(../img/ico-circle-arrow-hover.svg) center no-repeat;
    background-size: 34px;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.top-page .section-pickup .pickup-wrap .img-wrap:hover h3::after {
    opacity: 1;
}
.top-page .section-pickup .pickup-wrap .target-link h3::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 36px;
    height: 36px;
    background: url(../img/ico-circle-window.svg) center no-repeat;
    background-size: 34px;
}
.top-page .section-pickup .pickup-wrap .target-link h3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 36px;
    height: 36px;
    background: url(../img/ico-circle-window-hover.svg) center no-repeat;
    background-size: 34px;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.top-page .section-pickup .pickup-wrap .img-wrap:hover .target-link h3::after {
    opacity: 1;
}

/* top-page - section-lineup */
.top-page .section-lineup .lineup-wrap {
    display: flex;
    flex-wrap: wrap;
}
.top-page .section-lineup .lineup-wrap>div {
    width: calc(24.99% - 10px);
    margin: 0 5px;
    text-align: center;
}
.top-page .section-lineup.col-5 .lineup-wrap>div {
    width: calc(19.99% - 10px);
    margin: 0 5px;
    text-align: center;
}
.top-page .section-lineup .lineup-wrap a {
    color: #333;
}
.top-page .section-lineup .lineup-wrap a:hover {
    color: #ff8f00;
    text-decoration: none;
}
.top-page .section-lineup p {
    font-weight: 600;
    margin: 20px 0 10px;
}

/* top-page - section-blog */
.top-page .section-blog {
    padding-bottom: 80px;
}
.top-page .section-blog .article-wrap {
    display: flex;
    flex-wrap: wrap;
}
.top-page .section-blog .article-wrap>article {
    width: calc(24.99% - 10px);
    margin: 0 5px;
}
.top-page .section-blog a {
    color: #333;
}
.top-page .section-blog a:hover {
    color: #ff8f00;
}
.top-page .section-blog .img-wrap {
	position: relative;
    overflow: hidden;
	padding-top: 72%;
}
.top-page .section-blog .img-box {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.top-page .section-blog .img-box img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.top-page .section-blog a:hover .img-box img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.top-page .section-blog time {
    margin: 20px 0 10px;
    display: inline-block;
}
.top-page .section-blog p {
    font-weight: 600;
}

/* section-sns */
.section-sns {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-sns .inner-1000 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.section-sns .ttl-wrap {
	margin-right: 5%;
	margin-bottom: 0;
}
.section-sns .ttl-wrap p {
	font-weight: 600;
    margin-bottom: 0;
    margin-top: 1rem;
}
.section-sns ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.section-sns ul li {
	background: #fff;
	border-radius: 50%;
	width: 76px;
	height: 76px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.section-sns ul li+li {
	margin-left: 20px;
}
.section-sns ul li a {
	display: block;
	border-radius: 50%;
	width: 76px;
	height: 76px;
	border: 1px solid #ebd2a6;
    color: transparent;
}
.section-sns ul li:hover {
    -webkit-transform: translate(0px,-5px);
    transform: translate(0px,-5px);
}
.section-sns .line {
    background: url(../img/ico-sns-line.svg) center no-repeat;
}
.section-sns .insta {
    background: url(../img/ico-sns-insta.svg) center no-repeat;
}
.section-sns .yt {
    background: url(../img/ico-sns-yt.svg) center no-repeat;
}
.section-sns .tw {
    background: url(../img/ico-sns-tw.svg) center no-repeat;
}
.section-sns .fb {
    background: url(../img/ico-sns-fb.svg) center no-repeat;
}
.section-sns .weibo {
    background: url(../img/ico-sns-weibo.svg) center no-repeat;
}

/* top-page - section-fb-tw */
.top-page .section-fb-tw .inner {
    display: flex;
    flex-wrap: wrap;
}
.top-page .section-fb-tw .left {
    width: 46%;
    margin-right: 8%;
}
.top-page .section-fb-tw .right {
    width: 46%;
}

/* sns */
.fb-container {
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.tw-container {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

/* section-insta */
.top-page .section-insta {
    padding-top: 80px;
}
.aminst-feed-img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.aminst-feed-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.aminst-feed-post.-thumbnail {
    max-width: 100%;
    padding-top: 15%;
    width: calc(15.99% - 10px);
}

/* pagetop */
#pagetop {
    position: absolute;
    top: -50px;
    right: 20px;
    cursor: pointer;
}
#pagetop span {
    position: relative;
    padding-right: 40px;
    font-size: 1.8rem;
    font-weight: 700;
}
#pagetop span::before {
    content: "";
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: url(../img/ico-circle-arrow-black.svg) center no-repeat;
}
#pagetop span::after {
    content: "";
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: url(../img/ico-circle-arrow-black-hover.svg) center no-repeat;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#pagetop:hover span::after {
    opacity: 1;
}
.menu-trigger,.side-menu,.mb-overlay {
	display: none;
}

/* loader */
.loading-wrap{
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}
.loading-wrap .loading-wrap-in{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
}
.loading-wrap .loading-wrap-in img{
    width: 160px;
  -webkit-animation: load-motion 1s ease alternate infinite both;
          animation: load-motion 1s ease alternate infinite both;
}
@-webkit-keyframes load-motion {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes load-motion {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* lower */
.lower {
    padding-top: 118px;
}
.title-section-main,
.lower .section-main {
    padding-top: 60px;
    padding-bottom: 60px;
}
.title-section-main h1,
.lower .section-main h1 {
    text-align: center;
    color: #ff8f00;
    margin-bottom: 0;
}
.title-section-main h1 .ttl-1,
.lower .section-main h1 .ttl-1 {
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
}
.title-section-main h1 .ttl-2,
.lower .section-main h1 .ttl-2 {
    font-size: 3.8rem;
    font-weight: 700;
}
.lower-top {
    padding-top: 60px;
}
.lower-bottom {
    padding-bottom: 80px;
}

/* breadcrumb */
.breadcrumb ul {
    margin: 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.breadcrumb ul li {
    display: inline;
    color: #666;
    font-size: 1.3rem;
}
.breadcrumb ul li a {
    color: #929292;
    position: relative;
    padding-right: 1.4rem;
}
.breadcrumb ul li a:hover {
    color: #ff8f00;
    text-decoration: none;
}
.breadcrumb ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: url(../img/ico-arrow-right.svg) center no-repeat;
}

/* event-page */
.event-page .event-list article {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bd9b60;
}
.event-page .event-list article a {
    color: #333;
    text-decoration: none;
}
.event-page .event-list article a:hover {
    color: #ff8f00;
}
.event-page .event-list article p.ttl {
    font-weight: 600;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}
.event-page .event-list article .article-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.event-page .event-list article .article-info time {
    margin-right: 10px;
    display: inline-block;
}
.event-page .event-list article .article-info .tag {
    background: #ff8f00;
    color: #fff;
    padding: 2px 5px;
    font-size: 1.3rem;
    margin-right: 6px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.event-page .event-list article .article-info .tag:hover {
    background: #ff7600;
}
.event-page .event-list article .article-info .full {
    background: #e63e3e;
}
.event-page .event-list article .article-info .full:hover {
    background: #ed1212;
}
.event-page .event-list article .article-info .end {
    background: #666;
}
.event-page .event-list article .article-info .end:hover {
    background: #444;
}
.event-page .event-list .detail {
    margin-left: 10px;
    padding-left: 20px;
    border-left: 1px dotted #bd9b60;
    margin-top: 10px;
    font-size: 1.4rem;
}
.event-page .event-list dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.event-page .event-list dl dt {
    width: 100px;
    padding: 4px 4px 4px 0;
}
.event-page .event-list dl dd {
    flex: 1;
    padding: 4px 0;
    margin-bottom: 0;
}
.event-page .event-list dl dd .tel span {
    border: 1px solid #333;
    padding: 4px;
    border-radius: 2rem;
    margin-right: 6px;
    font-size: 1.2rem;
}

/* pagination */
.pagination {
    margin: 40px auto 0;
    text-align: center;
}
.pagination span {
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
}
.pagination a.page-numbers {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #ff8f00;
    border: 1px solid #ff8f00;
    border-radius: 50%;
    margin: 0 5px;
}
.pagination a.page-numbers:hover {
    color: #fff;
    background: #ff8f00;
}
.pagination .prev {
    position: relative;
    width: 20px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
}
.pagination .prev::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(../img/ico-arrow-left.svg) center no-repeat;
    background-size: 14px auto;
}
.pagination .next {
    position: relative;
    width: 20px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
}
.pagination .next::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(../img/ico-arrow-right.svg) center no-repeat;
    background-size: 14px auto;
}

/* event-detail-page */
.event-detail-page .event-txt .article-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.event-detail-page .event-txt .article-info time {
    margin-right: 10px;
    display: inline-block;
}
.event-detail-page .event-txt .article-info .tag {
    background: #ff8f00;
    color: #fff;
    padding: 2px 5px;
    font-size: 1.3rem;
    margin-right: 6px;
}
.event-detail-page .event-txt .article-info .full {
    background: #e63e3e;
}
.event-detail-page .event-txt .article-info .end {
    background: #666;
}
.event-detail-page .event-txt .ttl {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.event-detail-page .event-txt .ttl h1 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 0;
}
.event-detail-page .event-txt .txt {
    margin-top: 30px;
}
.event-detail-page .event-txt .txt h2,
.event-detail-page .event-txt .txt p {
    margin-bottom: 20px;
}
.event-detail-page .event-info {
    margin-top: 60px;
    margin-bottom: 60px;
}
.event-detail-page .event-info .ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.event-detail-page .event-info .ttl h2 {
    margin: 0;
}
.event-detail-page .event-info .ttl .btn-wrap a {
    margin-left: 5px;
}
a.btn-maru {
    background: #eac789;
    padding: 4px 10px;
    border-radius: 2rem;
    color: #333;
    position: relative;
    font-size: 90%;
    display: inline-block;
}
a.btn-maru:hover {
    background: #dbb46f;
}
a.btn-maru.plus {
    padding-left: 32px;
}
a.btn-maru.plus::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(../img/ico-circle-plus.svg) center no-repeat;
}
a.btn-maru.dl {
    padding-left: 32px;
}
a.btn-maru.dl::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(../img/ico-dl.svg) center no-repeat;
}
a.btn-maru.target-link {
    padding-left: 32px;
}
a.btn-maru.target-link::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(../img/ico-window-link-black.svg) center no-repeat;
}
.event-detail-page .event-info dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.event-detail-page .event-info dl dt {
    width: 30%;
    padding: 30px 30px 30px 0;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}
.event-detail-page .event-info dl dd {
    width: 70%;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}
.event-detail-page .event-info dl dd p {
    margin-bottom: 20px;
}
.event-detail-page .event-info dl dd .location {
    font-weight: 600;
}
.event-detail-page .event-info dl dd .btn-maru {
    margin-top: 10px;
}
.event-detail-page .event-info dl dd .tel {
    margin-bottom: 0;
}
.event-detail-page .event-info dl dd .tel span {
    border: 1px solid #333;
    padding: 4px 6px;
    border-radius: 2rem;
    margin-right: 8px;
}
.event-detail-page .event-info .pagelink {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 30px 0;
    margin-top: 30px;
}
.event-detail-page .event-info .pagelink .prev {
    position: relative;
    padding-left: 20px;
    color: #333;
    float: left;
    width: 48%;
}
.event-detail-page .event-info .pagelink .prev::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(../img/ico-arrow-left.svg) center no-repeat;
}
.event-detail-page .event-info .pagelink .next {
    position: relative;
    padding-right: 20px;
    color: #333;
    float: right;
    width: 48%;
    text-align: right;
}
.event-detail-page .event-info .pagelink .next::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(../img/ico-arrow-right.svg) center no-repeat;
}
.event-detail-page .event-info .pagelink .next:hover {
    color: #ff8f00;
    padding-right: 25px;
    text-decoration: none;
}
.event-detail-page .event-info .pagelink .prev:hover {
    color: #ff8f00;
    padding-left: 25px;
    text-decoration: none;
}
.event-detail-page .event-form {
    margin-top: 60px;
}
.event-detail-page .event-form .ttl {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.event-gmap {
    overflow: hidden;
    padding-bottom: 34%;
    position: relative;
    margin: 30px 0;
    border: 4px solid #eee;
    border-radius: 5px;
}
.event-gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.input-style {
    display: block;
    width: 100%;
    padding: 9px 10px;
    font-size: 1.6rem;
    background-color: #faf9f9;
    border: 1px solid #d7d7d8;
    border-radius: 0;
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-appearance: none;
}
.textarea-style {
    width: 100%;
    height: 250px;
    font-size: 1.6rem;
    padding: 5px 8px;
    background: #faf9f9;
    border: 1px solid #d7d7d8;
    overflow-y: auto;
    border-radius: 0;
    line-height: 1.6;
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-appearance: none;
}
.select-style {
    display: block;
    width: 100%;
    padding: 9px 10px;
    font-size: 1.6rem;
    background: #faf9f9 url(../img/ico-arrow-down.svg) no-repeat calc(100% - 10px) center;
    border: 1px solid #d7d7d8;
    border-radius: 0;
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-appearance: none;
    position: relative;
}
.btn {
    background: #ff8f00;
    padding: 1rem 3rem 1rem 3rem;
    border-radius: 3rem;
    min-width: 180px;
    display: inline-block;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    text-align: center;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.6rem;
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn:hover {
    background: #ff7600;
    background: #ff7600;
    color: #fff;
    box-shadow: none;
    border: none;
}
.event-detail-page .event-form .btn-wrap {
    margin-top: 30px;
    text-align: center;
}
.input-style:focus,
.textarea-style:focus,
.select-style:focus {
    border: 1px solid #f5881f;
    outline: none;
}
.btn:focus {
    border: none;
    outline: none;
}
span.need {
    margin-left: 1em;
    color: #fff;
    background-color: #e63e3e;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 1.2rem;
}
.event-detail-page .event-form .form-wrap {
    margin-bottom: 30px;
}
.event-detail-page .event-form .form-ttl {
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1.8rem;
}
.event-detail-page .event-form .col-2,
.event-detail-page .event-form .col-2-w100 {
    display: flex;
}
.event-detail-page .event-form .col-2>div:first-child {
    margin-right: 6%;
}
.event-detail-page .event-form .col-2-w100>div:first-child {
    margin-right: 6%;
}
.event-detail-page .event-form .form-wrap .col-2 .item {
    width: 47%;
}
.event-detail-page .event-form .input-wrap {
    display: flex;
    align-items: center;
}
.event-detail-page .event-form .input-wrap span {
    margin-left: 8px;
}
.event-detail-page .event-form .form-wrap label {
    margin-bottom: 4px;
    display: inline-block;
}
.input-style.w100 {
    width: 100px;
}
.input-style.w300,
.select-style.w300 {
    width: 300px;
}
.address .input-style,
.address .select-style {
    margin-bottom: 20px;
}
.event-detail-page .event-form .form-wrap.address label {
    display: block;
}

/* news-page */
.news-page {
    width: 100%;
}
.news-page .news-list article {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bd9b60;
}
.news-page .news-list article a {
    color: #333;
}
.news-page .news-list article a:hover {
    color: #ff8f00;
    text-decoration: none;
}
.news-page .news-list article p {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}
.contentmanager-contentlist-view .pager .toolbar-number {
    display: none;
}

/* news-detail-page */
.news-detail-page .news-txt .ttl {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.news-detail-page .news-txt .ttl time {
    margin-bottom: 15px;
    display: inline-block;
}
.news-detail-page .news-txt .ttl h1 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 0;
}
.news-detail-page .news-txt .txt {
    margin-top: 50px;
}
.news-detail-page .news-txt .txt p {
    margin-bottom: 20px;
}
.news-detail-page .pagelink {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 30px 0;
    margin-top: 50px;
}
.news-detail-page .pagelink .prev {
    position: relative;
    padding-left: 20px;
    color: #333;
    float: left;
    width: 48%;
}
.news-detail-page .pagelink .prev::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(../img/ico-arrow-left.svg) center no-repeat;
}
.news-detail-page .pagelink .next {
    position: relative;
    padding-right: 20px;
    color: #333;
    float: right;
    width: 48%;
    text-align: right;
}
.news-detail-page .pagelink .next::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(../img/ico-arrow-right.svg) center no-repeat;
}
.news-detail-page .pagelink .next:hover {
    color: #ff8f00;
    padding-right: 25px;
    text-decoration: none;
}
.news-detail-page .pagelink .prev:hover {
    color: #ff8f00;
    padding-left: 25px;
    text-decoration: none;
}

/* magento */
/* .grecaptcha-badge {visibility: hidden;} */
.abs-action-remove, .abs-discount-block .action.check, .popup .actions-toolbar .action.cancel, .paypal-button-widget .paypal-button, .bundle-options-container .action.back, .block.related .action.select, .cart.table-wrapper .actions-toolbar > .action-delete, .cart.table-wrapper .action.help.map, .checkout-index-index .modal-popup .modal-footer .action-hide-popup, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .gift-options .actions-toolbar .action-cancel, .gift-summary .action-edit, .gift-summary .action-delete, .action-gift, .gift-wrapping-title .action-remove, .wishlist.split.button > .action, .abs-add-fields .action.remove, .paypal-review-discount .action.check, .cart-discount .action.check, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
    color: #ff8f00;
}
.action-primary:hover {
    background: #ff8f00;
    border: 1px solid #ff8f00;
}
.action-primary:focus, .action-primary:active {
    background: #ff7600;
    border: 1px solid #ff7600;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus), .abs-discount-block .actions-toolbar .action.cancel:not(:focus), .block-compare .action.primary:not(:focus), .cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus), .cart-summary .form.giftregistry .fieldset .action.primary:not(:focus), .paypal-review-discount .actions-toolbar .action.primary:not(:focus), .paypal-review-discount .actions-toolbar .action.cancel:not(:focus), .cart-discount .actions-toolbar .action.primary:not(:focus), .cart-discount .actions-toolbar .action.cancel:not(:focus) {
    box-shadow: none;
}
button:not(.primary) {
    box-shadow: none;
}
.toolbar select {
    box-shadow: none;
}
.pages .action {
    box-shadow: none;
}
.abs-account-blocks .block-title > strong, .abs-account-blocks .block-title > span, .account .legend > strong, .account .legend > span, .form-giftregistry-search .legend > strong, .form-giftregistry-search .legend > span, .block-giftregistry-results .block-title > strong, .block-giftregistry-results .block-title > span, .block-giftregistry-shared-items .block-title > strong, .block-giftregistry-shared-items .block-title > span, .block-wishlist-search-form .block-title > strong, .block-wishlist-search-form .block-title > span, .block-wishlist-search-results .block-title > strong, .block-wishlist-search-results .block-title > span, .multicheckout .block-title > strong, .multicheckout .block-title > span, .multicheckout .block-content .title > strong, .multicheckout .block-content .title > span, .customer-review .review-details .title > strong, .customer-review .review-details .title > span, .paypal-review .block .block-title > strong, .paypal-review .block .block-title > span, .account .column.main .block:not(.widget) .block-title > strong, .account .column.main .block:not(.widget) .block-title > span, .multicheckout .block-title > strong, .multicheckout .block-title > span, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span, .sales-guest-view .column.main .block:not(.widget) .block-title > strong, .sales-guest-view .column.main .block:not(.widget) .block-title > span {
    font-size: 2rem;
    font-weight: 600;
}
.block-compare .block-title strong, .block-reorder .block-title strong, .widget .block-title strong, .block-wishlist .block-title strong {
    font-weight: 600;
}
.account.customer-account-edit .field.password-info {
    visibility: hidden;
}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong {
    border-color: #ff8f00;
}
.cms-home .page-main .block {
    margin-bottom: 0;
}
.page-layout-basic .page-title-wrapper {
    margin-top: 20px;
}
header.modal-header {
    position: static;
}
.customer-welcome ul {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 4px 20px;
}
.customer-welcome ul:before,.customer-welcome ul:after {
    border: none;
}
.contact-index-index .fieldset > .legend {
    font-weight: 600;
}
.login-container .block .block-title strong {
    font-weight: 600;
}
.opc-progress-bar-item._active:before {
    background: #ff8f00;
    border-color: #ff8f00;
}
.opc-progress-bar-item._active > span:before {
    background: #ff8f00;
    border-color: #ff8f00;
}
.opc-progress-bar-item._active > span:after {
    border-color: #ff8f00;
}
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #ff8f00;
}
.opc-wrapper .shipping-address-item.selected-item:after {
    background: #ff8f00;
}
.minicart-wrapper .action.showcart .counter.qty {
    background: #ff8f00;
}
.opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title {
    font-weight: 600;
}
.modal-popup .modal-title {
    font-weight: 600;
}
.abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-discount-block .action.check:hover, .popup .actions-toolbar .action.cancel:hover, .paypal-button-widget .paypal-button:hover, .bundle-options-container .action.back:hover, .block.related .action.select:hover, .cart.table-wrapper .actions-toolbar > .action-delete:hover, .cart.table-wrapper .action.help.map:hover, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .gift-options .actions-toolbar .action-cancel:hover, .gift-summary .action-edit:hover, .gift-summary .action-delete:hover, .action-gift:hover, .gift-wrapping-title .action-remove:hover, .wishlist.split.button > .action:hover, .abs-add-fields .action.remove:hover, .paypal-review-discount .action.check:hover, .cart-discount .action.check:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover {
    color: #ff7600;
}
.opc-progress-bar-item._complete > span {
    color: #ff8f00;
}
.opc-progress-bar-item > span {
    font-weight: 600;
}
.checkout-payment-method .payment-option-title .action-toggle {
    color: #ff8f00;
}

/* common header */
header .minicart-wrapper {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 30px;
    height: 30px;
}
header .minicart-wrapper .action.showcart:before {
    content: '';
    z-index: 1;
    position: absolute;
    right: 8px;
    top: 6px;
    width: 30px;
    height: 30px;
    background: url(../img/ico-bag.svg) center no-repeat;
}
header .minicart-wrapper .action.showcart .counter.qty {
    background: #ff8f00;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    font-size: 1.2rem;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 1;
}
.page-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}
.header.content {
    padding: 0;
    max-width: 100%;
    background: #fff;
}
.header.content>ul.header.links {
    position: absolute;
    right: 30px;
    top: 7px;
    display: flex;
    margin-bottom: 0;
    font-size: 1.3rem;
}
.header.content>ul.header.links li {
    margin-left: 10px;
    margin-bottom: 0;
}
.customer-welcome ul li:hover {
    background: none;
}
.customer-welcome {
    margin-right: 10px;
}
.customer-welcome .action.switch {
    color: #333;
}
ul.header.links li a {
    color: #333;
}
ul.header.links li a:hover {
    color: #ff8f00;
    text-decoration: none;
}
.nav-toggle {
    display: none;
}
@media only screen and (max-width: 767px) {
    .header.content>ul.header.links {
        right: 10px;
        top: 6px;
        font-size: 1rem;
    }
    .header.content>ul.header.links li {
        margin-bottom: 0;
    }
    .customer-menu .header.links {
        display: flex;
        box-shadow: none;
    }
    .greet.welcome {
        display: none;
    }
}

/* page */
.page-footer {
    padding-bottom: 0;
    margin-top: 0;
}
.footer.content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.breadcrumbs {
    padding-top: 20px;
}
.breadcrumbs a {
    color: #333;
}
.breadcrumbs a:visited {
    color: #333;
}
.breadcrumbs a:hover {
    color: #ff7600;
    text-decoration: none;
}
.cms-home .page-wrapper {
    display: block;
}
.page-layout-full-width .page-main,
.page-layout-basic .page-main,
.page-layout-basic-banner .page-main {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.page-layout-basic .page-wrapper .breadcrumbs {
    padding-top: 138px;
    max-width: 1000px;
}
.page-layout-basic-1column .page-wrapper .breadcrumbs {
    padding-top: 138px;
    max-width: 1280px;
}
.page-layout-basic-banner .page-wrapper .title-section-main {
    margin-top: 118px;
}
.page-layout-basic .page-title-wrapper {
    text-align: center;
}
.page-layout-1column .page-main,
.page-layout-2columns-left .page-main {
    padding-top: 118px;
    margin-top: 40px;
}
.page-layout-1column.catalog-category-view .title-section-main,
.page-layout-1column.catalog-product-view .title-section-main {
    margin-top: 118px;
}
.page-layout-1column.catalog-category-view .page-main,
.page-layout-1column.catalog-product-view .page-main {
    padding-top: 0;
    margin-top: 20px;
}

/* product */
.product.name a {
    font-weight: 600;
}
.abs-product-link > a:hover, .product-item-name > a:hover, .product.name a > a:hover {
    text-decoration: none;
    color: #ff8f00;
}
.abs-product-link > a:visited, .product-item-name > a:visited, .product.name a > a:visited {
    text-decoration: none;
}
.page-products .product-item-info {
    width: auto;
    padding: 0 1px;
}
.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    position: relative;
    height: auto;
    width: auto;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0 1px;
}
.block.widget .products-grid .product-item .product-item-inner {
    border: none;
    box-shadow: none;
    margin: 0;
}
.products-grid .product-item-inner {
    box-shadow: none;
    border: none;
}
.product.data.items > .item.title > .switch {
    font-size: 1.6rem;
    border: none;
    font-weight: 600;
    padding: 0 30px;
}
.product.data.items > .item.content {
    padding: 10px 30px 30px;
    border: none;
}
.catalog-category-view .page-title-wrapper {
    text-align: center;
}
.category-shop.catalog-category-view .page-title-wrapper {
    display: none;
}
.pages a.page:hover {
    color: #333;
}
.pages a.page:visited {
    color: #333;
}
.pages a.page {
    color: #333;
}

/* account */
.cart-discount .block > .title strong {
    color: #ff8f00;
}
.action.primary {
    background: #ff8f00;
    border: 1px solid #ff8f00;
}
.action.primary:hover {
    background: #ff7600;
    border: 1px solid #ff7600;
}
.cart.table-wrapper .actions-toolbar {
    margin-bottom: 15px;
}
.checkout-index-index .modal-popup .fieldset .field .label {
    font-weight: 600;
}
.minicart-items .product-item-name {
    font-weight: 600;
}

/* category navi */
.category-nav {
    border-bottom: 1px dotted #bd9b60;
    padding: 16px;
}
.category-nav ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.category-nav ul li {
    margin-bottom: 0;
    margin: 0 1rem;
}
.category-nav ul li a {
    color: #333;
    font-weight: 600;
}
.category-nav ul li a:hover {
    color: #ff8f00;
    text-decoration: none;
}

/* publications */
.publications .txt{
    text-align: center;
    margin-bottom: 40px;
}
.publications ul {
    display: flex;
    flex-wrap: wrap;
}
.publications ul li{
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.publications li.pickup-book {
    width: 100%;
}
.publications li.pickup-book a {
    width: 25%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/*superkoshi*/
.page-layout-basic .h2 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.brdr-btm {
    border-bottom: 2px dotted #d8d8d8;
    margin-bottom: 20px;
}
.superkoshi .su-column-inner {
    text-align: center;
}
.su-row {
    clear: both;
    zoom: 1;
    overflow: hidden;
}
.su-row{
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.su-row:before, .su-row:after {
    display: table;
    content: "";
}
.su-clearfix:after {
    clear: both;
}
.su-clearfix:before, .su-clearfix:after {
    display: table;
    content: " ";
}
.su-row .su-column:first-child {
    margin-left: 0;
}
.su-row .su-column {
    margin: 0 0 0 4%;
}
.su-column-size-1-3 {
    width: 30.66%;
}
.su-column {
    display: block;
    margin: 0 4% 0 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*ninteishiawase*/
.single_cont_inner p {
    margin-bottom: 20px;
}

/*kinmirainintei*/
.kinmirainintei .su-column p {
    text-align: center;
}
.kinmirainintei .su-column img {
    text-align: center;
    max-width: 220px;
}

/*seiseitaimen*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.seiseitaimen .flex {
    justify-content: flex-start;
}
.seiseitaimen section {
    margin-bottom: 50px;
}
.seiseitaimen .item {
    width: 30.5%;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    background: #f4f4f4;
    margin-right: 4%;
}
.seiseitaimen .item:nth-child(3n) {
    margin-right: 0;
}
.seiseitaimen .item .h6 {
    background: #ff8f00;
    padding: 10px;
    color: #fff;
    font-weight: 600;
}
.seiseitaimen .item .in {
    padding: 10px;
}
.seiseitaimen h3 {
    margin-top: 0;
    margin-bottom: 0;
}

/*white-light*/
.basic-table {
    width: 100%;
}
.basic-table tr {
    border-bottom: 1px solid #ebebeb;
}
.basic-table tr td,
.basic-table tr th {
    vertical-align: top;
    padding: 20px 10px 15px 10px;
    line-height: 1.5;
}
.white-light .basic-table {
    margin-bottom: 40px;
}

/*seiseihatten1*/
.seiseihatten1 .txt,
.seisei2kisei .txt {
    text-align: center;
    margin-bottom: 40px;
}
.seiseihatten1 .txt h2,
.seisei2kisei .txt h2 {
    margin-bottom: 20px;
}
.seiseihatten1 .su-column img,
.seisei2kisei .su-column img {
    margin-bottom: 20px;
}
.seiseihatten1 .su-column, .seisei2kisei .su-column {
    padding: 20px;
    background: #f4f4f4;
    border-radius: 8px;
    text-align: center;
}
.su-column-size-1-2 {
    width: 48%;
}
.su-column-inner img {
    margin: 0 auto;
    display: block;
}

/*taikendan2*/
.taikendan2 h3.h5 {
    margin-bottom: 20px;
}

/*experiences*/
.experiences .border-box {
    width: calc(100%/2.1);
    margin-bottom: 50px;
}
.experiences .h3 {
    margin-bottom: 20px;
}
.border-box {
    padding: 30px 15px 15px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    position: relative;
    margin-bottom: 30px;
}
.border-box .icon {
    position: absolute;
    top: -15px;
    left: 50%;
    padding: 0px 20px;
    line-height: 1;
    transform: translate(-50%,0);
    font-size: 30px;
}
.experiences .border-box .icon {
    background: #fff url(../img/ico-comment.svg) center no-repeat;
    width: 50px;
    height: 30px;
}

/*ohselebparis*/
.ohselebparis .heading {
    text-align: center;
    margin-bottom: 40px;
}

/*hand-healing*/
a.btn {
    color: #fff;
    text-decoration: none;
}
.hand-healing .btn {
    margin-top: 40px;
}
.hand-healing .txt {
    text-align: center;
    margin-bottom: 60px;
}
.hand-healing .txt h3 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.hand-healing .detail {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.hand-healing .detail_txt {
    width: 60%;
    text-align: left;
    padding-right: 20px;
}
.hand-healing .detail_img {
    width: 40%;
    padding-left: 20px;
}
.hand-healing .brdr-btm {
    margin-top: 40px;
}


/*sonomamadedaijoubu*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.sonomamadedaijoubu .movie-wrap {
     margin: 40px 0;
}
.sonomamadedaijoubu .border-box {
    margin: 40px 0;
}
.sonomamadedaijoubu .border-box .icon {
    background: #fff;
    font-weight: 600;
    top: -1rem;
    font-size: 2rem;
}
.sonomamadedaijoubu .txt {
    margin-top: 60px;
}
.sonomamadedaijoubu .btn-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}
.cntr {
    text-align: center;
}
.sonomamadedaijoubu img {
    display: block;
    margin: auto;
}

/*mail-maga*/
.mail-maga .mail-maga-ttl {
    color: #ff8f00;
    background: #faf8f1;
    text-align: center;
    padding: 20px;
    margin: 0 0 40px;
}
.mail-maga .mail-maga-ttl h1 {
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 0;
}
.mail-maga .mail-maga-ttl h1 .ttl-1 {
    font-size: 1.8rem;
    border-bottom: 1px solid #ff8f00;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.mail-maga .border-box .icon {
    background: #fff url(../img/ico-question.svg) center no-repeat;
    width: 50px;
    height: 30px;
}
 .q{
    display: block;
}
.q:before{
    content: "Q";
    font-size: 1.5em;
    font-weight: bold;
    position: relative;
    display: inline-block;
    background: #f5e400;
    color: #fff;
    line-height: 1;
    padding: 5px 10px;
    margin-right: 10px;
border-radius: 50%;
}
.a{
    margin: 20px 0px;
    display: block;
}
.a a{
    word-break: break-all;
}
.a:before{
    content: "A";
    font-size: 1.5em;
    font-weight: bold;
    position: relative;
    display: inline-block;
    background: #ebebeb;
    color: #333;
    line-height: 1;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 50%;
}
.mail-maga .table {
    width: 100%;
}
.mail-maga-form .table tr td,
.mail-maga-form .table tr th {
    vertical-align: top;
    width: 50%;
    padding: 20px;
    line-height: 1.5;
}
.mail-maga .table.contact {
    margin-top: 30px;
    border: 1px solid #ebebeb;
}
.mail-maga .table.contact tr {
    border-bottom: 0px;
}
.mail-maga .table.contact tr th {
    width: 25%;
    background: #ebebeb;
    border-bottom: 1px solid #fff;
    vertical-align: top;
}
.mail-maga .table.contact tr td:nth-child(1) {
    width: 25%;
    background: #ebebeb;
    vertical-align: top;
}
.mail-maga .table.contact tr td {
    vertical-align: top;
    background: #f9f9f9;
    border-top: none;
}
.mail-maga-form input[type="text"] {
    font-size: 1.6rem;
    width: 100%;
    padding: 8px 10px;
    background-color: #fff;
    border: 1px solid #d7d7d8;
    border-radius: 0;
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-appearance: none;
}
.mail-maga-form input:focus {
    border: 1px solid #f5881f;
}
.mail-maga .table.contact tr td .req {
    color: #fff;
    display: inline-block;
    float: right;
    clear: both;
    padding: 1px 5px;
    font-size: 0.75em;
    background-color: #e63e3e;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 1.2rem;
}
.mail-maga .btn-wrap {
    margin-top: 40px;
    text-align: center;
}



/*kinmirai*/
.kinmirai {
    margin-top: 40px;
}
.shop-box .item-list{
    justify-content:left;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.shop-box .item-list .item{
    width: calc(100%/3);
    padding: 0px 10px;
    color: #333;
}
.shop-box .item-list .item .img-hldr{
    background: #fff;
    position: relative;
    display: block;
}
.shop-box .item-list .item .img-hldr a{
    display: block;
    width:100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.shop-box .txt .product-tit{
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}
.shop-box .txt .desc{
    min-height: 80px;
}
.shop-box .txt .desc, .shop-box .txt .price{
    font-size: 13px;
}
.shop-box .txt .price{
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    margin: 15px 0px;
}
.shop-box .txt .add-to-cart{
    background: #ff8f00;
    color: #fff;
    text-align: center;
    display: block;
    width: 200px;
    max-width: 100%;
    margin: 20px auto;
    padding: 10px 0px;
    border-radius: 30px;
    border: 2px solid #ff8f00;
    transition: all .5s ease-in-out;
    font-weight: 700;
    text-decoration: none !important;
}
.shop-box .txt .add-to-cart:hover{
    background: #fff;
    color: #ff8f00;
}

/*recommended-items*/
.recommended-items .su-row {
    display: flex;
    flex-wrap: wrap;
}
.recommended-items .su-row .su-column {
    margin: 0;
}
.recommended-items .su-row>div {
    width: 33.333%;
    padding: 0px 2%;
}

/*school-book*/
.campaign1 .article_cont{
    font-size: 16px;
    font-weight: 400;
    font-family: "UD Digi Kyokasho N-B";
    max-width:1200px;
    margin: 0 auto;
    background-size: cover;
}
.campaign1 .article_cont h1{
    font-size: 70px;
    color: #ff8f00;
    background: #faf8f1;
    text-align: center;
}
.campaign1 .article_cont h4{
    font-size: 40px;
}
.campaign1 .article_cont .art-head{
    position: relative;
    padding-bottom: 30px;
}
.campaign1 .article_cont .art-head h4{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #f54c52;
}
.campaign1 .article_cont .flex .sec1{
    width: 50%;
    padding: 50px;
}
.campaign1 .article_cont .flex .sec2{
    width: 50%;
    font-size: 25px;
    text-align: center;
    padding-left: 20px;
}
.campaign1 .red-box{
    margin: 30px 0px;
    background: #f54c52;
    color: #fff;
}
.campaign1 .red-box .sml{
    font-size: 24px;
    display: block;
}
.campaign1 .red-box .style2{
    font-size: 30px;
}
.campaign1 .sec3{
    font-size: 25px;
}
.campaign1 .sec3 h4{
    font-size: 30px;
    padding-right: 240px;
}
.campaign1 .lred-box{
    padding:20px;
    background: #ffe1e3;
    position: relative;
}
.campaign1 .lred-box .txt{
    width: calc(100% - 300px);
    text-align: center;
}
.campaign1 .lred-box img{
    max-width: 200px;
    position: absolute;
    top:-80px;
    right: 30px;
}
.campaign1 .sec4{
    font-size: 30px;
    text-align: center;
    margin: 40px 0;
}
.campaign1 .sec5{
    background: #eee;
    text-align: center;
    font-size: 30px;
}

/*one-on-one*/
.interview1 .box-ln{
    position: relative;
    overflow: hidden;
}
.interview1 .c-hldr{
    position: relative;
    z-index: 2;
    padding: 20px;
}
.interview1 .heading-box{
    font-weight:700;
    text-align: center;
    margin-bottom: 50px;
}
.interview1 .heading-box p{
    font-size: 20px;
}
.interview1 .heading-box h1{
    font-size: 27px;
    color: #ff8f00;
    background: #faf8f1;
    padding: 20px;
    margin: 20px 0;
}
.interview1 .heading-box h2{
    font-size: 30px;
}
.interview1 .cnt .txt-box{
    width: 60%;
    font-size:20px;
    font-weight: 700;
    padding-right: 20px;
}
.interview1 .cnt .pic-box{
    width: 40%;
}
.interview1 .cnt .txt-box ul{
    margin-bottom: 50px;
}
.interview1 .cnt .txt-box ul li p{
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    color: #ff8f00;
    font-size: 24px;
}
.interview1 .cnt .txt-box ul li p.date{
    font-size: 45px;
}
.interview1 .cnt .txt-box ul li p span{
    display: block;
    font-size: 20px;
}
.interview1 .cnt .txt-box ul li:before{
    content:"★";
    margin-right: 20px;
    color: #ff8f00;
}
.interview1 .cnt .txt-box h4{
    font-size: 25px;
}
.interview1 .cnt .txt-box .ticket{
    font-size:16px;
    color: grey;
}
.interview1 .cnt .txt-box .white-box{
    background: #fff;
    color: grey;
}
.interview1 .btm-txt{
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}
.interview1 .btm-txt .t2{
    color: #ec008c;
}
.interview1 .btm-txt .t3{
    color: orange;
}
.interview1 .btm-txt .links a{
    background: yellow;
    font-size: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 10px;
    color: #000;
}
.interview1 .pics{
    margin-bottom: 40px;
}
.interview1 .pics p{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.interview1 .btn-light{
    width: 100%;
    max-width: 999px;
}
.interview1 .yellow-box{
    background: #eee;
    color:#ec008c;
    padding: 20px;
    font-size: 20px;
    text-align: left;
}
.interview1 .txt{
    position: relative;
}
.interview1 .txt:after{
    content:"満員御礼";
    background: red;
    color: #fff;
    font-size: 20px;
    padding: 5px 40px;
    position: absolute;
    right: 10px;
    top:10px;
    transform: rotate(-20deg);
}

/*yokososeise*/
#one-to{
    background:#ebebeb; padding:20px; width:50%;
}
#one-to .btn-light{
    width: 100%;
    max-width: 999px;
}
.interview1 .yellow-box{
    background: yellow;
    color:#ec008c;
    padding: 20px;
    font-size: 30px;
    text-align: left;
}
.pull-right {
    float: right;
}
.frame {
    padding: 10px;
    border: 2px solid #000;
    display: inline-block;
}
.yokososeise .subtitle {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 40px;
}
.box .inline{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box .inline div{
    width: calc(100%/2.1);
}
.yokososeise .border-box .icon.light {
    background: #fff url(../img/ico-light.svg) center no-repeat;
    width: 50px;
    height: 30px;
}
.cms-yokososeise .modal-content .border-box .icon.question {
    background: #fff url(../img/ico-question.svg) center no-repeat;
    width: 50px;
    height: 30px;
}
.yokososeise section {
    margin: 60px 0;
}
.seisei-highlight {
    background: #ff8f00;
    color: #fff;
    padding: 6px;
}
.diagram dl{
    margin-bottom: 20px;
}
.diagram dl dt{
    box-sizing: border-box;
}
.diagram dl dt span{
    display: inline-block;
}
.diagram dt{
    background: #ebebeb;
}
.diagram dt .tit{
    padding: 10px;
}
.diagram dt .step{
    width: 100px;
    background: #ff8f00;
    color: #fff;
    padding: 10px;
}

/* modal */
#modal-overlay {
    z-index: 200 ;
    display: none ;
    position: fixed ;
    top: 0 ;
    left: 0 ;
    width: 100% ;
    height: 120% ;
    background-color: rgba( 255,255,255, 0.8 ) ;
}
.cms-yokososeise .modal-content {
    display: none ;
    position: fixed ;
    z-index: 201;
    padding: 14px;
    width: 100%;
}
.cms-yokososeise .modal-content {
    display: none ;
    position: fixed ;
    z-index: 201;
    padding: 14px;
    width: 100%;
}
.modal-1,.modal-2,.modal-3,.modal-4,.modal-5 {
    max-width: 800px;
    max-height: 600px;
    height: 100%;
}
.modal_style{
    position: relative;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    overflow-y: auto;
    height: 100%;
    border-radius: 5px;
}
.modal_style .txt{
    margin: 20px 0 0;
}
.modal_style .txt .btn-wrap{
    margin: 10px auto;
    text-align: center;
}

/* seiseihattenshibamura3 */
.seiseihattenshibamura3 .border-box .icon {
    background: #fff url(../img/ico-light.svg) center no-repeat;
    width: 50px;
    height: 30px;
}

/* handhealing-video */
.video-hldr {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.handhealing-video ul li{
    background: #ebebeb;
    border-radius: 8px;
    margin-bottom: 10px;
    padding:0px;
    overflow: hidden;
}
.handhealing-video ul li:before {
    display: none;
}
.handhealing-video ul li .btn-light{
    box-shadow: 0px;
    margin: 0px;
    border-radius: 0px;
    background: #ff8f00;
    color: #fff;
}
.handhealing-video ul li .btn-light:hover{
    background: #ff7600;
}
.handhealing-video ul li span{
    margin-left: 20px;
    display: inline-block;
}
.handhealing-video iframe{
    width: 100%;
    max-width: 400px;
    height: 250px;
}
.handhealing-video .btn-light {
    background: #f5e400;
    color: #4c4c4c;
    padding: 0px 20px;
    max-width: 300px;
    display: block;
    margin-top: 10px;
    transition: all 0.5s ease-in-out;
    line-height: 1;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 8px;
    line-height: 50px;
    margin-right: 20px;
}
.handhealing-video .checkered .box {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0px;
}

/* booklet */
.booklet ul {
    display: flex;
    flex-wrap: wrap;
}
.booklet ul li {
    width: 21%;
    margin-right: 5%;
    margin-bottom: 6rem;
}
.booklet ul li:nth-child(4n) {
    margin-right: 0;
}
.booklet ul li img {
    border: 1px solid #eee;
    max-width: 210px;
    width: 100%;
    display: block;
    margin: auto;
}
.booklet ul li h2 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 20px 0 6px;
    line-height: 1.6;
}
.booklet ul li h2 a {
    color: #333;
}
.booklet ul li h2 a:hover {
    color: #ff8f00;
    text-decoration: none;
}
.booklet ul li .btn-wrap {
    margin-top: 20px;
    text-align: center;
}
.booklet ul li .btn {
    min-width: 140px;
}

/* booklet-detail */
.booklet-detail .booklet-wrap {
    border: 1px solid #eee;
    max-width: 320px;
    margin: auto;
}
.booklet-detail .booklet-txt {
    margin: 40px auto;
    max-width: 580px;
}
.booklet-detail .booklet-txt p {
    margin-bottom: 20px;
}
.booklet-detail .booklet-form iframe {
    width: 700px;
    max-width: 100%;
    height: 1300px;
    margin: auto;
    display: block;
    border: none;
}
.booklet-detail.mahounokotoba .booklet-form iframe {
    height: 1730px;
}

/* words */
.ouen-words .word-slider {
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
    padding: 0;
}
.ouen-words .slick-slider .slick-arrow {
    width: 50%;
    height: 100%;
    background: none !important;
}
.ouen-words .slick-prev, .slick-next {
    -webkit-appearance: none;
    font-size: 0px;
    z-index: 99;
    border: 0px;
    height: 100%;
    width: 50%;
    padding: 0px;
}

/* eventinfo */
.eventinfo ul {
    display: flex;
    flex-wrap: wrap;
}
.eventinfo ul li {
    text-align: center;
    margin-top: 40px;
    width: 46%;
}
.eventinfo ul li:nth-child(even) {
    margin-left: 8%;
}
.eventinfo ul li p {
    margin-top: 20px;
    font-weight: 600;
}

.mail-notification-block {
    border: 1px solid #ff8f00;
    padding: 20px;
    margin: 30px 0 0;
    max-width: 620px;
}

.toolbar-products {
    display: flex;
    flex-wrap: wrap;
}
.page-products .toolbar .limiter {
    display: block;
    margin: 0 20px 0 0;
}
.page-products .products.wrapper ~ .toolbar .limiter {
    display: none;
}
.page-products .toolbar .block-search {
    margin: 0 20px 0 auto;
}
.page-products .toolbar .block-search input {
    font-size: 16px;
}
.page-products .toolbar .category-dropdown {
    display: flex;
    margin: 0 20px 0 0;
}
.page-products .toolbar .category-dropdown .category-dropdown-label {
    white-space: nowrap;
}
.page-products .toolbar .category-dropdown .category-dropdown-options {
    margin: 0 5px 0 7px;
}
.page-products .products.wrapper ~ .toolbar .category-dropdown {
    display: none;
}

/* responsive
----------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    /* mobile menu */
    .mb-overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 101;
        opacity: 0;
        transition: opacity .5s;
    }
    .mb-overlay.open {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    .menu-trigger {
        display: inline-block;
        width: 40px;
        height: 40px;
        vertical-align: middle;
        cursor: pointer;
        position: fixed;
        top: 4px;
        left: 15px;
        z-index: 103;
        transform: translateX(0);
        transition: transform .5s;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .menu-trigger .menu-txt {
        font-size: 1rem;
        position: absolute;
        bottom: -8px;
        left: 0;
        text-align: center;
        width: 100%;
    }
    .menu-trigger .menu-txt>div {
        white-space: nowrap;
        color: #333;
    }
    .menu-trigger.active .menu-txt {
        color: transparent;
    }
    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 10px;
        width: 20px;
        margin: auto;
        height: 2px;
        background-color: #333;
        transition: 0.25s ease all;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 12px;
    }
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(10px) rotate(-45deg);
    }
    .menu-trigger span:nth-of-type(2) {
        top: 19px;
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 12px;
    }
    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-4px) rotate(45deg);
    }
    nav.side-menu {
        width: 250px;
        height: 100%;
        padding-top: 60px;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 102;
        transform: translate(-250px);
        transition: all .5s;
        display: block;
        font-size: 1.6rem;
    }
    nav.side-menu.open {
        transform: translateZ(0);
    }
    /*スクロールバーの背景色・角丸指定*/
    nav.side-menu .side-menu-innner::-webkit-scrollbar {
        width: 10px;
    }
    nav.side-menu .side-menu-innner::-webkit-scrollbar-track {
        background: #ececec;
    }
    /*スクロールバーの色・角丸指定*/
    nav.side-menu .side-menu-innner::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background:#bdbdbd;
    }
    nav.side-menu .side-menu-innner {
        height: 100%;
        overflow-y: auto;
        padding: 0 20px;
    }
    ul.mb-menu>li {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
    }
    ul.mb-menu li a {
        color: #333;
    }
    ul.mb-menu li a:hover {
    text-decoration: none;
    }
    ul.mb-submenu,
    ul.mb-submenu2 {
        display: none;
        font-size: 90%;
        margin: 1rem 0 0 1rem;
    }
    ul.mb-submenu li a,
    ul.mb-submenu2 li a {
        display: block;
        padding-bottom: .5rem;
    }
    .mb-sub-trigger,
    .mb-sub-trigger2 {
        position: relative;
    }
    .mb-sub-trigger div,
    .mb-sub-trigger2 div {
        cursor: pointer;
    }
    .mb-sub-trigger div::after,
    .mb-sub-trigger2 div::after {
        content: '';
        background: url(../img/ico-arrow-down.svg) no-repeat right center;
        width: 10px;
        height: 12px;
        margin-left: 2px;
        position: absolute;
        top: 15px;
        right: 10px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .mb-sub-trigger.open div::after,
    .mb-sub-trigger2.open div::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    ul.mb-sns {
        display: flex;
        flex-wrap: wrap;
    }
    ul.mb-sns {
        margin: 30px 0;
    }
    ul.mb-sns li {
        width: 20%;
    }
    ul.mb-sns li a {
        display: block;
        width: 24px;
        height: 24px;
        margin: auto;
    }
    ul.mb-sns li a.line {
        background: url(../img/ico-sns-line.svg) center no-repeat;
        background-size: 24px;
    }
    ul.mb-sns li a.insta {
        background: url(../img/ico-sns-insta.svg) center no-repeat;
        background-size: 24px;
    }
    ul.mb-sns li a.yt {
        background: url(../img/ico-sns-yt.svg) center no-repeat;
        background-size: 24px;
    }
    ul.mb-sns li a.tw {
        background: url(../img/ico-sns-tw.svg) center no-repeat;
        background-size: 24px;
    }
    ul.mb-sns li a.fb {
        background: url(../img/ico-sns-fb.svg) center no-repeat;
        background-size: 24px;
    }
    ul.mb-sns li a.weibo {
        background: url(../img/ico-sns-weibo.svg) center no-repeat;
        background-size: 24px;
    }

    header {
        position: fixed;
    }
    header .header-top {
        display: none;
    }
    header a.logo {
        width: 100px;
        top: 18px;
    }
    header .gnav {
        height: 60px;
    }
    header .gnav>ul.nav-left,
    header .gnav>ul.nav-right {
            display: none;
        }
    header .lang {
        top: 26px;
        right: 60px;
    }
    header .bag {
        top: 11px;
        background-size: 20px;
    }
    footer .footer-nav {
        padding: 40px 3%;
    }
    footer .footer-nav .footer-inner {
        display: block;
    }
    footer .footer-nav .flogo {
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    footer .footer-nav .flogo img {
        width: 180px;
    }
    footer .footer-nav .fnav {
        width: 100%;
    }
    footer .footer-bottom .footer-inner {
        flex-direction: row;
        justify-content: center;
    }
    footer .footer-bottom .footer-inner .copy {
        width: 100%;
        text-align: center;
    }
    footer .footer-bottom .footer-inner nav {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    footer .footer-bottom .footer-inner nav ul {
        flex-wrap: wrap;
    }
    footer .footer-bottom .footer-inner nav ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
   header .minicart-wrapper {
        position: absolute;
        right: 20px;
        top: 28px;
        width: 20px;
        height: 20px;
    }
   header .minicart-wrapper .action.showcart:before {
        background-size: 16px auto;
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;
        }
    header .minicart-wrapper .action.showcart .counter.qty {
        height: 14px;
        line-height: 14px;
        border-radius: 14px;
        min-width: 14px;
        font-size: 1rem;
        right: -8px;
        top: -4px;
    }
    .page-layout-basic .page-wrapper .breadcrumbs,
    .page-layout-basic-1column .page-wrapper .breadcrumbs {
        padding-top: 80px;
    }
    .page-layout-1column .page-main, .page-layout-2columns-left .page-main {
        padding-top: 60px;
        margin-top: 40px;
    }
    .page-layout-1column.catalog-category-view .title-section-main,
    .page-layout-1column.catalog-product-view .title-section-main {
        margin-top: 60px;
    }

    /* top - 1024px */
    .top-page {
        padding-top: 60px;
    }
    .top-page .section-main h1 {
        font-size: 2.4rem;
    }
    .top-page .section-main .left h1 {
        bottom: 10px;
        left: 20px;
    }
    .top-page .section-main .right>div h1 {
        bottom: 10px;
        left: 20px;
    }
    .top-page .section-pickup .pickup-wrap h3 {
        font-size: 1.4rem;
    }
    .top-page .section-pickup .pickup-wrap .pickup-ttl {
        padding: 10px 10px;
    }
    .section-sns .ttl-wrap {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }
    .section-sns .inner-1000 {
        justify-content: center;
    }

    /* lower - 1024px */
    .lower {
        padding-top: 50px;
    }
    .lower-bottom {
        padding-bottom: 60px;
    }
    .lower-top {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
        font-size: 1.4rem;
    }
    header a.logo {
        top: 10px;
    }
    footer .footer-nav h3 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    footer .footer-nav ul.list {
        padding-left: 1.4rem;
    }
    footer .footer-nav .fnav {
        flex-wrap: wrap;
    }
    footer .footer-nav .fnav .col-1 {
        margin-right: 0;
        width: 100%;
    }
    footer .footer-nav .fnav .col-2 {
        width: 100%;
        margin-top: 30px;
    }
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.8rem;
    }
    h3 {
        font-size: 1.8rem;
    }
    .logo {
        float: none;
        margin: 0;
        max-width: 100%;
    }
    .category-nav {
        display: none;
    }
    .breadcrumbs {
        display: block;
    }
    .block-collapsible-nav {
        left: 0;
        position: static;
        top: auto;
    }
    .catalog-product-view .product.data.items .item.title.active a:after {
        content: '';
    }
    .page-layout-basic .page-title-wrapper {
        margin-top: 0;
    }
    .account .columns .sidebar-main {
        margin-top: 20px;
    }

    /* top - 767px */
    .top-page .section-main .right h1.link a {
        padding-right: 10px;
    }
    .top-page .section-main .inner {
        flex-wrap: wrap;
    }
    .top-page .section-main {
        padding-bottom: 40px;
    }
    .top-page .section-main .scroll {
        display: none;
    }
    .top-page .section-main .left {
        width: 100%;
        margin-right: 0;
    }
    .top-page .section-main .right {
         width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .top-page .section-main .right h1.link::before {
        width: 24px;
        height: 24px;
        background: url(../img/ico-circle-arrow-white.svg) center no-repeat;
        background-size: 24px;
    }
    .top-page .section-main .right h1.link::after {
        width: 24px;
        height: 24px;
        background: url(../img/ico-circle-arrow-white-hover.svg) center no-repeat;
        background-size: 24px;
    }
    .top-page .section-main .right h1.link {
        padding-right: 26px;
    }
    .top-page .section-info .left {
        width: 100%;
        margin-right: 0;
    }
    .top-page .section-info .right {
        width: 100%;
        margin-top: 30px;
    }
    .top-page .section-info.col-1 {
        padding-top: 40px;
    }
    .ttl-wrap h2 {
        font-size: 2.4rem;
    }
    .ttl-wrap {
        margin-bottom: 20px;
    }
    .top-page .section-info .cts {
        height: 250px;
        padding: 0 20px;
    }
    .top-page .section-info .cts-inner {
        padding: 40px 0;
    }
    .top-page .section-info article .article-info time {
        width: 100%;
    }
    .top-page .section-info .cts-wrap .frame-top::before {
        width: 40px;
        height: 40px;
        background: #fff url(../img/frame-top-left.svg) center no-repeat;
        background-size: 40px;
    }
    .top-page .section-info .cts-wrap .frame-top::after {
        width: 40px;
        height: 40px;
        background: #fff url(../img/frame-top-right.svg) center no-repeat;
        background-size: 40px;
    }
    .top-page .section-info .cts-wrap .frame-bottom::before {
        width: 40px;
        height: 40px;
        background: #fff url(../img/frame-bottom-left.svg) center no-repeat;
        background-size: 40px;
    }
    .top-page .section-info .cts-wrap .frame-bottom::after {
        width: 40px;
        height: 40px;
        background: #fff url(../img/frame-bottom-right.svg) center no-repeat;
        background-size: 40px;
    }
    .top-page .section-pickup .pickup-wrap>div {
        width: calc(50% - 10px);
    }
    .top-page .section-pickup .pickup-wrap div.no-ttl {
        width: calc(100% - 10px);
    }
    .top-page .section-pickup .pickup-wrap h3::before {
        bottom: 0px;
        width: 24px;
        height: 24px;
        background: url(../img/ico-circle-arrow.svg) center no-repeat;
        background-size: 24px;
    }
    .top-page .section-pickup .pickup-wrap h3::after {
        bottom: 0px;
        width: 24px;
        height: 24px;
        background: url(../img/ico-circle-arrow-hover.svg) center no-repeat;
        background-size: 24px;
    }
    .top-page .section-pickup .pickup-wrap .target-link h3::before {
        width: 24px;
        height: 24px;
        background: url(../img/ico-circle-window.svg) center no-repeat;
        background-size: 24px;
    }
    .top-page .section-pickup .pickup-wrap .target-link h3::after {
        width: 24px;
        height: 24px;
        background: url(../img/ico-circle-window-hover.svg) center no-repeat;
        background-size: 24px;
    }
    .top-page .section-pickup .pickup-wrap .target-link .icon {
        right: 10px;
        bottom: 10px;
        width: 24px;
        height: 24px;
    }
    .top-page .section-pickup .pickup-wrap .target-link .icon::before {
        width: 24px;
        height: 24px;
        background: url(../img/ico-circle-window.svg) center no-repeat;
        background-size: 24px;
    }
    .top-page .section-pickup .pickup-wrap .target-link .icon::after {
        width: 24px;
        height: 24px;
        background: url(../img/ico-circle-window-hover.svg) center no-repeat;
        background-size: 24px;
    }
    .top-page .section-pickup .pickup-wrap .link .icon {
        right: 10px;
        bottom: 10px;
        width: 24px;
        height: 24px;
    }
    .top-page .section-pickup .pickup-wrap .link .icon::before {
        width: 24px;
        height: 24px;
        background: url(../img/ico-circle-arrow.svg) center no-repeat;
        background-size: 24px;
    }
    .top-page .section-pickup .pickup-wrap .link .icon::after {
        width: 24px;
        height: 24px;
        background: url(../img/ico-circle-arrow-hover.svg) center no-repeat;
        background-size: 24px;
    }
    .top-page .section-pickup .pickup-wrap h3 {
        padding-right: 20px;
    }
    .top-page .section-lineup .lineup-wrap>div {
        width: calc(50% - 10px);
    }
    .top-page .section-lineup.col-5 .lineup-wrap>div {
        width: calc(33.333% - 10px);
    }
    .top-page .section-lineup .lineup-wrap>div:nth-child(-n+2) {
        margin-bottom: 20px;
    }
    .top-page .section-blog {
        padding-bottom: 40px;
    }
    .top-page .section-blog .article-wrap>article {
        width: calc(50% - 10px);
    }
    .top-page .section-blog .article-wrap>article:nth-child(-n+2) {
        margin-bottom: 20px;
    }
    .top-page .section-blog time {
        margin: 10px 0 6px;
    }
    .top-page .section-fb-tw .left {
        width: 100%;
        margin-right: 0;
    }
    .top-page .section-fb-tw .right {
        width: 100%;
        margin-top: 30px;
    }
    .section-sns {
        padding-top: 40px;
    }
    .top-page .section-insta {
        padding-top: 40px;
    }
    .aminst-feed-post.-thumbnail {
        padding-top: 33%;
        width: calc(32.99% - 10px);
    }
    .ttl-wrap-top {
        margin-bottom: 20px;
    }

    /* lower - 767px */
    .title-section-main,
    .lower .section-main {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .title-section-main h1 .ttl-1,
    .lower .section-main h1 .ttl-1 {
        font-size: 1.4rem;
    }
    .title-section-main h1 .ttl-2,
    .lower .section-main h1 .ttl-2 {
        font-size: 2.8rem;
    }
    .lower-top {
        padding-top: 0;
    }
    .lower-bottom {
        padding-bottom: 40px;
    }
    .breadcrumb ul li {
        font-size: 1rem;
    }

    /* event-page - 767px */
    .event-page .event-list article {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .event-page .event-list .detail {
        padding-left: 10px;
    }
    .event-page .event-list dl dd .tel span {
        padding: 2px 4px;
        font-size: 1.1rem;
    }
    .event-page .event-list dl dt {
        width: 60px;
    }

    /* event-detail-page - 767px */
    .event-detail-page .event-txt .ttl {
        padding-bottom: 20px;
    }
    .event-detail-page .event-txt .ttl h1 {
        font-size: 1.8rem;
    }
    .event-detail-page .event-txt .article-info {
        margin-bottom: 10px;
    }
    .event-detail-page .event-txt .txt {
        margin-top: 20px;
    }
    .event-detail-page .event-info .ttl .btn-wrap a {
        display: block;
        margin: 0 0 5px;
    }
    a.btn-maru {
        padding: 2px 4px;
        font-size: 1.2rem;
    }
    .event-detail-page .event-info .ttl {
        padding-bottom: 20px;
    }
    .event-detail-page .event-info dl dt {
        padding: 20px 20px 20px 0;
    }
    .event-detail-page .event-info dl dd {
        padding: 20px 0;
    }
    .event-detail-page .event-info {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .event-gmap {
        padding-bottom: 56%;
        margin: 20px 0;
    }
    .event-detail-page .event-info .pagelink {
        padding: 20px 0;
        margin-top: 20px;
        font-size: 1.2rem;
    }
    .event-detail-page .event-form {
        margin-top: 40px;
    }
    .event-detail-page .event-form .ttl {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .event-detail-page .event-form .form-ttl {
        font-size: 1.6rem;
    }
    .event-detail-page .event-form .form-wrap {
        margin-bottom: 20px;
    }
    .input-style {
        padding: 4px 6px;
    }
    .event-detail-page .event-form .btn-wrap {
        margin-top: 20px;
    }

    /* news-page - 767px */
    .news-page .news-list article {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    /* pagination - 767px */
    .pagination {
        margin: 20px auto 0;
    }
    .pagination span {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
    .pagination a.page-numbers {
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin: 0 1px;
    }
    .pagination .prev,.pagination .next {
        height: 24px;
        line-height: 24px;
    }

    /* news-detail-page - 767px */
    .news-detail-page .news-txt .ttl h1 {
        font-size: 1.8rem;
    }
    .news-detail-page .news-txt .ttl {
        padding-bottom: 20px;
    }
    .news-detail-page .news-txt .txt {
        margin-top: 20px;
    }
    .news-detail-page .pagelink {
        padding: 20px 0;
        margin-top: 20px;
        font-size: 1.2rem;
    }

    /* publications - 767px */
    .publications ul li {
        width: 33.3333%;
        padding: 0 3%;
        margin-bottom: 20px;
    }

    /* superkoshi - 767px */
    .page-layout-basic .h2 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .su-column {
        width: 100%;
        margin: 0 0 1.5em 0;
        float: none;
    }
    .su-row .su-column {
        margin: 0 0 1.5em 0;
    }
    .su-row {
         padding-bottom: 0;
         margin-bottom: 0;
    }

    /*ninteishiawase - 767px*/
    .single_cont_inner p {
        margin-bottom: 10px;
    }
    .ninteishiawase .su-column-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .ninteishiawase .su-column p {
        width: 50%;
        padding-right:
    }
    .ninteishiawase .su-row .su-column {
        margin: 0;
    }

    /*seiseitaimen - 767px*/
    .seiseitaimen .item {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    /*white-light - 767px*/
    .basic-table tr td, .basic-table tr th {
        display: block;
        padding: 10px;
        line-height: 1.5;
    }

    .white-light .basic-table tr td:first-child {
        display: none;
    }
    /*experiences - 767px*/
    .experiences .border-box {
        width: calc(100%);
        margin-bottom: 20px;
    }
    .border-box {
        margin-top: 30px;
        padding: 15px;
        border: 1px solid #ccc;
        border-radius: 8px;
        position: relative;
    }

    /*hand-healing - 767px*/
    .hand-healing .txt {
        margin-bottom: 40px;
    }
    .hand-healing .detail_txt {
        width: 100%;
        margin-bottom: 20px;
    }
    .hand-healing .detail_img {
        width: 100%;
    }
    .hand-healing .txt h3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .hand-healing .detail {
        margin-top: 20px;
    }
    .hand-healing .btn {
        margin-top: 20px;
    }
    .hand-healing .brdr-btm {
        margin-top: 30px;
    }

    /*sonomamadedaijoubu - 767px*/
    .sonomamadedaijoubu .txt {
        margin-top: 40px;
    }

    /*mail-maga - 767px*/
    .mail-maga .mail-maga-ttl {
        margin: 0 0 20px;
    }
    .mail-maga .mail-maga-ttl h1 {
        font-size: 2rem;
    }
    .mail-maga .mail-maga-ttl h1 .ttl-1 {
        font-size: 1.5rem;
    }

    .mail-maga .table.contact tr td:nth-child(1) {
        display: block;
        width: 100%;
    }
    .mail-maga .table.contact tr td {
        width: 100%;
        display: block;
    }
    .mail-maga-form .table tr td, .mail-maga-form .table tr th {
        padding: 10px;
    }
    .mail-maga .btn-wrap {
        margin-top: 20px;
    }

    /*mail-maga - 767px*/
    .shop-box .item-list .item {
        width: calc(100%/2);
    }
    /*recommended-items - 767px*/
    .recommended-items .su-row>div {
        width: 50%;
    }
    .campaign1 .article_cont{
       font-size: 16px;
       font-weight: 400;
       margin: 0 auto;
    }
    .campaign1 .article_cont h1{
      font-size: 30px;
    }
    .campaign1 .article_cont h4{
      font-size: 23px;
    }
    .campaign1 .article_cont .art-head{
      position: relative;
      padding-bottom: 30px;
    }
    .campaign1 .article_cont .art-head h4{
      position: absolute;
      right: 0;
      bottom: 0;
    }
    .campaign1 .article_cont .flex .sec1{
      padding: 20px;
      width: 100%;
    }
    .campaign1 .article_cont .flex .sec2{
      font-size: 18px;
      text-align: center;
      width: 100%;
    }
    .campaign1 .red-box{
      margin: 30px 0px;
      background: #f54c52;
    }
    .campaign1 .red-box .sml{
      font-size: 17px;
      display: block;
    }
    .campaign1 .red-box .style2{
      font-size: 20px;
    }
    .campaign1 .sec3{
      font-size: 22px;
      margin-top: 30px;
    }
    .campaign1 .lred-box{
        padding:20px;
        background: #ffe1e3;
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
    }
    .campaign1 .lred-box .txt{
        text-align: center;
        font-size: 16px;
        width: 100%;
    }
    .campaign1 .lred-box img{
        max-width: 200px;
        margin: 0 auto;
        position: relative;
        top: auto;
        right: auto;
    }
    .campaign1 .sec4{
        font-size: 18px;
        text-align: center;
        margin: 20px 0;
    }
    .campaign1 .sec5{
        text-align: center;
        font-size: 20px;
    }
    .campaign1 .sec3 h4 {
        padding-right: 0;
    }

    /*one-on-one - 767px*/
    .interview1 .cnt .pic-box {
        width: 100%;
    }
    .interview1 .c-hldr{
        padding: 10px;
    }
    .interview1 .heading-box{
        font-weight:700;
        text-align: center;
        margin-bottom: 25px;
    }
    .interview1 .heading-box p{
        font-size: 14px;
    }
    .interview1 .heading-box h1{
        font-size: 20px;
    }
    .interview1 .heading-box h2{
        font-size: 25px;
    }
  .interview1 .cnt .txt-box{
        font-size:14px;
        font-weight: 700;
        padding-right: 20px;
        margin-bottom: 30px;
        width: 100%;
        padding-right: 0;
    }
    .interview1 .cnt .txt-box ul{
        margin-bottom: 50px;
    }
    .interview1 .cnt .txt-box ul li p{
        display: inline-block;
        vertical-align: middle;
        font-weight: 700;
        font-size: 18px;
    }
    .interview1 .cnt .txt-box ul li p.date{
        font-size: 18px;
    }
    .interview1 .cnt .txt-box ul li p.txt{
        font-size: 16px;
    }
    .interview1 .cnt .txt-box ul li p span{
        display: block;
        font-size: 12px;
    }
    .interview1 .cnt .txt-box ul li:before{
        content:"★";
        margin-right: 10px;
    }
    .interview1 .cnt .txt-box h4{
        font-size: 18px;
    }
    .interview1 .cnt .txt-box .ticket{
        font-size:12px;
    }
    .interview1 .cnt .txt-box .white-box{
        background: #fff;
        color: grey;
    }
    .interview1 .btm-txt{
        font-size: 14px;
        text-align: center;
        font-weight: 700;
    }
    .interview1 .btm-txt .t2{
        color: #ec008c;
    }
    .interview1 .btm-txt .t3{
        color: orange;
    }
    .interview1 .btm-txt .links a{
        background: yellow;
        font-size: 16px;
        display: block;
        text-align: center;
        text-decoration: none;
        margin-bottom: 10px;
        color: #000;
    }
    .interview1 .pics p{
        font-size: 14px;
    }
    #one-to{
        background:#ebebeb;
        padding:5px;
    }
    #one-to .btn-light{
        margin-right: 0px;
        font-size: 12px;
        padding: 0px 10px;
    }
    #one-to .h3{
        font-size:18px !important;
    }
    .interview1 .yellow-box{
        color:#ec008c;
        padding: 20px;
        font-size: 14px;
        text-align: left;
    }
    .interview1 .txt{
        position: relative;
    }
    .interview1 .txt:after{
        content:"満員御礼";
        background: red;
        color: #fff;
        font-size: 12px;
        padding: 5px 20px;
        position: absolute;
        right: 10px;
        top:10px;
        transform: rotate(-10deg);
    }

    /*yokososeise- 767px*/
    .pull-right {
        float: none;
    }
    .ceo .box .inline div {
        width: 100%;
    }
    #one-to {
        width: 100%;
    }
    .yokososeise .btn-group {
        max-width: 300px;
        margin: auto;
    }
    .yokososeise .btn-group .btn {
        display: block;
        margin-bottom: 20px;
    }
    .diagram dt .step {
        width: 100%;
    }

    /* handhealing-video- 767px */
    .handhealing-video .box .inline div {
        width: 100%;
    }
    .handhealing-video ul li {
        background: #ebebeb;
        border-radius: 8px;
        margin-bottom: 10px;
        padding: 0px;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .handhealing-video ul li .btn-light {
        box-shadow: 0px;
        margin: 0px;
        border-radius: 0px;
        background: #ff8f00;
        color: #fff;
        font-size: 12px;
        padding: 5px;
        width: 50%;
        line-height: 30px;
        max-width: 9999px;
        text-align: center;
        flex: 1;
        box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.3);
    }
    .handhealing-video .btn-light:after {
        content: "▶";
        display: inline-block;
        float: right;
        clear: both;
    }
    .handhealing-video ul li span {
        margin-left: 0px;
        padding: 10px;
        display: block;
        width: 100%;
        font-size: 12px;
    }

    /* book - 767px */
    .booklet ul li {
        width: 46%;
        margin-right: 8%;
    }
    .booklet ul li {
        width: 46%;
        margin-right: 8%;
    }
    .booklet ul li:nth-child(2n) {
        margin-right: 0;
    }
    .booklet ul li .btn {
        min-width: 100px;
        font-size: 1.4rem;
        padding: 0.6rem 1rem;
    }
    .booklet ul li h2 {
        font-size: 1.6rem;
        margin: 10px 0 6px;
    }

    /* booklet-detail - 767px */
    .booklet-detail .booklet-wrap {
        max-width: 210px;
    }

    /* eventinfo - 767px */
    .eventinfo ul li {
        margin-top: 30px;
    }
    .eventinfo ul li .btn {
        min-width: 100px;
        font-size: 1.4rem;
        padding: 0.6rem 1rem;
    }

    .page-with-filter .toolbar-amount {
        width: 100%;
        order: 5;
    }
    .page-products .columns {
        padding-top: 0;
    }
    .page-products .sorter {
        order: 3;
        position: static;
    }
    .products.wrapper ~ .toolbar-products .pages {
        width: 100%;
    }
    .page-products .toolbar .limiter {
        margin: 10px 0;
        order: 4;
        width: 100%;
        text-align: left;
    }
    .page-products .toolbar .sorter .sorter-label {
        display: none;
    }
    .page-products .toolbar .block-search {
        order: 1;
        width: 100%;
        margin-bottom: 10px;
    }
    .page-products .toolbar .block-search form {
        max-width: 240px;
        position: relative;
    }
    .page-products .toolbar .block-search input {
        left: auto;
        margin: 0;
        padding-right: 35px;
        position: static;
    }
    .page-products .toolbar .block-search .action.search {
        display: inline-block;
        background-image: none;
        background: none;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400;
        position: absolute;
        right: 10px;
        top: 0;
        z-index: 1;
    }
    .page-products .toolbar .block-search .action.search > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .page-products .toolbar .block-search .action.search:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: 32px;
        color: #757575;
        content: '\e615';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .page-products .toolbar .category-dropdown {
        order: 2;
        margin: 0 auto 0 0;
    }
    .page-products .toolbar .category-dropdown .category-dropdown-label {
        display: none;
    }
    .page-products .toolbar .category-dropdown .category-dropdown-options {
        margin: 0;
    }
}

@media only screen and (max-width: 640px) {
    footer .footer-bottom .footer-inner .copy {
        font-size: 1.2rem;
    }
    #pagetop {
        top: -40px;
    }
    #pagetop span {
        position: relative;
        padding-right: 30px;
        font-size: 1.6rem;
    }
    #pagetop span::before {
        width: 24px;
        height: 24px;
        background: url(../img/ico-circle-arrow-black.svg) center no-repeat;
        background-size: 24px;
    }
    #pagetop span::after {
        width: 24px;
        height: 24px;
        background: url(../img/ico-circle-arrow-black-hover.svg) center no-repeat;
        background-size: 24px;
    }

    /* top - 640px */
    .top-page .section-main h1 {
        font-size: 2rem;
    }
    .top-page .section-main .right>div h1 {
        /* bottom: 4px; */
        left: 10px;
    }
    .top-page .section-main .right .movie {
        width: 40px;
        height: 40px;
    }
    .top-page .section-main .right .movie::before {
        width: 40px;
        height: 40px;
        background: url(../img/ico-circle-play.svg) center no-repeat;
        background-size: 40px;
    }
    .top-page .section-main .right .movie::after {
        width: 40px;
        height: 40px;
        background: url(../img/ico-circle-play-hover.svg) center no-repeat;
        background-size: 40px;
    }
    .top-page .section-info article {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .top-page .section-pickup .pickup-wrap .pickup-ttl {
        padding: 8px 8px;
    }
    .top-page .section-pickup .pickup-wrap h3 {
        font-size: 1.2rem;
    }
    .section-sns ul li {
        width: 50px;
        height: 50px;
    }
    .section-sns ul li+li {
        margin-left: 10px;
    }
    .section-sns ul li a {
        width: 50px;
        height: 50px;
    }
    .top-page .section-fb-tw {
        display: none;
    }
}