@charset "utf-8";

/*
Theme Name: mmb_common
Description:
Version: 1.0
*/
@media only screen and (max-width: 768px) {}
/* ************************************************ 
*	スライド
* ************************************************ */
@media print, screen and (min-width: 768px){ /*768〜*/
.pcnone{display: none}
.spnone{margin-bottom: 150px;}
}
@media print, screen and (max-width: 768px){ /*〜767*/
.spnone{display: none}
.pcnone{margin-bottom: 80px;}
}


/* ローディング画面 */
#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: rgba(245,234,243,1.0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.spinner {
    width: 80px;
    height: 80px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 100%;
    animation: sk-scaleout 1.0s infinite ease-in-out;
	position: relative;
	
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

/* ************************************************ 
*	基本設定
* ************************************************ */	

body {
	font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: rgba(33,33,33,1.00);
	line-height: 220%;
	-webkit-text-size-adjust: 100%;
	background-color: rgba(245,234,243,1.0);
}

.sp_br {
    display: none;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
* {
    overflow-wrap: break-word;
    word-break: break-word; 
}

/*フェードイン*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.fadein {
    opacity : 0;
    transform : translate(0, 75px);
    transition : all 1000ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/* リンク */

a{
	color: rgba(33,33,33,1.00);
	text-decoration:none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

a:hover{
	color: rgba(33,33,33,0.6);
}

a:active, a:focus {
	outline: 0;
}

/* 画像 */

img{
	border:0;
	padding:0px;
	margin:0px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding:0px;
	margin: 0 0 10px 15px;
	display: inline;
}

img.alignleft {
	padding: 0px;
	margin: 0 15px 10px 0;
	display: inline;
}

p img {
	margin: 15px 0px 15px 0px;
}

/* Zoom In  */
.img_wrap {
	overflow: hidden;
	
}
.img_wrap img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;	
}
.img_wrap a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);	
}

div.wp-caption {
	margin:0px 0px 10px 0px;
}
div.alignright img {
	padding:0px;
	margin: 0px 0px 0px 15px;
}
div.alignleft img {
	padding:0px;
	margin: 0px 15px 0px 0px;
}

.wp-caption-text {
	text-align: center;
	font-size: 11px;
}


/* フロート */

.alignright { float: right; }

.alignleft { float: left; }

.right{ float: right; }

.left{ float: left; }

.clear{ clear:both; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* リスト */

ol{
margin: 0.5rem 0 0.5rem 1.5rem;
padding: 0 0 0 0;
list-style: decimal;
}
ol li{
	margin: 0px 0px 0.5rem 0;
	line-height: 180%;
}
ol li ol {
	margin: 0.5rem 0 0.5rem 1.5rem;
}

ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: disc;
}

li{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

li a{
color: rgba(33,33,33,1.00);
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

li a:hover{
color: rgba(33,33,33,0.6);
}

/* ************************************************ 
*	全体Wrapper
* ************************************************ */	

.wrapper {
	margin: 86px auto 0px auto; /*header 高さ*/
	max-width: 1160px;
	padding: 0px 0px;
	_width: 1160px;
}
.wrapper-2 {
	margin: 86px auto 0px auto; /*header 高さ*/
	max-width: 1160px;
	padding: 0px 0px;
	_width: 1160px;
}

.wrapper-top {
	margin: 20px auto 0px auto; /*header 高さ*/
	max-width: 1160px;
	padding: 0px 0px;
	_width: 1160px;
}

.adj-head {
	padding-top: 20px;
}

.width100-gr {
	background-color: #f6f6f6;
}


/* ************************************************ 
*	ヘッダー
* ************************************************ */

#header {
	width: 100%;
	/*position: fixed;
	top: 0;*/
	z-index: 99;
	text-align: center;
	/*height: 100px;*/
	/*background: rgba(255,255,255,0.8);*/
}

.site-header{
    background: rgba(0,0,0,0.0);
    display: flex;
    padding: 0px 0px 0px 50px;
    position: fixed;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
	top: 0;
}
.site-header.transform{
    background: rgba(245,234,243,0.9);
    padding: 0px 0px 0px 50px;
	box-shadow: 0 .5rem 1rem rgba(33,33,33,.05)!important;
}

.header {
    width: 100%;
	float: left;
    height: auto;
    z-index: 99999;
    transition: 0.25s;
	margin: 0px auto 0px auto;
	text-align: center;	
	/*background: rgba(255,255,255,0.9);*/
}

.no-line {
	border-bottom: none !important;
}

ul.head_r {
	float: right;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	list-style: none;
    width: auto;
	cursor: pointer;
	font-size: 13px;
	display: block;
	z-index: 2;
}
ul.head_r li {
	list-style: none;
	display: inline-block;
	margin: 0px 7px 0px 0px;
}
ul.head_r li a:hover {
	color: rgba(33,33,33,0.6);
}
ul.head_r li img {
	width: 23px;
}

/*onlineshop link---------*/

.list-gos-02 {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 250px;
}

.list-gos-02 a {
	/*background: rgba(0,0,0,1.00) url("./images/mark_entry.png") no-repeat  20px 16px / 18px 18px;*/
	background: rgba(255,255,255,0.4);
	backdrop-filter: blur(10px);
	display: block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 25px 10px 25px 10px;
	height: 80px;
}

.list-gos-02 a:hover {
	/*background: rgba(0,0,0,0.6) url("./images/mark_entry.png") no-repeat  20px 16px / 18px 18px;*/
	background: rgba(255,255,255,0.8);
}

.list-gos-02.transform a{
	padding: 12px 10px 12px 10px;
	height: 60px;
}

/*---------onlineshop*/

.header-wrap {
	display: flex;
	justify-content:flex-start;
    flex-wrap: wrap;
	align-items: center;
}

.logobox {
	position: relative;
	width: 60px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
}

/* ************************************************ 
*	トップナビゲーション
* ************************************************ */	


#header h1.logo {
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.site-logo {
	background: url("./images/logo-mmb-w.svg") no-repeat  0px 0px / 40px 63px;
	width: 40px;
	height: 63px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
	transition-duration: 0.5s;
}

.site-logo img {
	width: 40px;
	transition-duration: 0.5s;
}

.site-logo.transform {
	background: url("./images/logo-mmb-bk.svg") no-repeat  0px 0px / 30px 47px;
	width: 30px;
	height: 47px;
	margin: 5px 0px 0px 0px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.0));
}
.site-logo.transform img {
	width: 30px;
}

.main-menu__section {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background-color: #333c45;
    color: #fefefe;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
	letter-spacing: 0.1em;
    padding: .15rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    width: 86px;
	height: 30px;
}

.sticky-box {
	position: relative;  
	width: 100%;
}

#nav {
    width: auto;
    margin: 0px auto 0px auto;
	padding: 0px;
    z-index: 1;
    text-align: center;
    background: rgba(255,255,255,0.0);
}

#nav ul {
    list-style: none;
    margin: auto;
}

.main-navigation {
    margin: 0 auto;
    position: relative;
}

#nav ul.nav-menu,
#nav div.nav-menu > ul {
    margin: 0;
    padding: 0;
}

#nav .nav-menu li {
    display: inline-block;
    position: relative;
    margin: 0 0;
}

#nav .nav-menu li a {
	color: rgba(255,255,255,1.00);
	display: block;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-decoration: none;
	padding: 0px 12px;
	margin: 0px 0px 0px 0px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
#nav .nav-menu.transform li a {
	color: rgba(33,33,33,1.00);
	font-size: 13px;
	padding: 0px 12px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.0));
}
#nav .nav-menu li a.angle-down::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 800;
    padding-left: 6px;
    color: #fff;
}
#nav .nav-menu li a:hover {
	color: rgba(255,255,255,0.6);
}
#nav .nav-menu.transform li a:hover {
	color: rgba(33,33,33,0.6);
}

#nav .nav-menu .sub-menu,
#nav .nav-menu .children {
    background: rgba(0,0,0,0.6);
    display: none;
    padding: 0;
    position: absolute;
    z-index: 99999;
	box-shadow: 0 .5rem 1rem rgba(33,33,33,.05)!important;
}

#nav .nav-menu .sub-menu ul,
#nav .nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

#nav ul.nav-menu ul a,
#nav .nav-menu ul ul a {
    color: rgba(255,255,255,1.00);
    margin: 0;
	padding: 10px 15px 10px 15px;
    width: 150px;
}
#nav ul.nav-menu ul a:before,
#nav .nav-menu ul ul a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 800;
    padding-right: 6px;
    color: #fff;
}

#nav ul.nav-menu ul a:hover,
#nav .nav-menu ul ul a:hover {
	color: rgba(255,255,255,0.6);
	background: rgba(0,0,0,1.0);/*sub hover*/
}

#nav ul.nav-menu li:hover > ul,
#nav .nav-menu ul li:hover > ul {
	display: block;
	background: rgba(0,0,0,1.0);
}

#nav .nav-menu .current_page_item > a,
#nav .nav-menu .current_page_ancestor > a,
#nav .nav-menu .current-menu-item > a,
#nav .nav-menu .current-menu-ancestor > a,
#nav .nav-menu .current-post-ancestor > a {
    color: rgba(255,255,255,1.0);
    /*background: none;
	border-bottom: 1px rgba(33,33,33,0.6) dotted;*/
}
/*#nav .nav-menu .current_page_item > a::before,
#nav .nav-menu .current_page_ancestor > a::before,
#nav .nav-menu .current-menu-item > a::before,
#nav .nav-menu .current-menu-ancestor > a::before,
#nav .nav-menu .current-post-ancestor > a::before {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(33,33,33,0.6);
}*/

/* ************************************************ 
*	ヘッダー（SPフルスクリーンナビゲーション）
* ************************************************ */

.sp-header {
	display: none;
}

/*menu*/
.menusec .menu{
    height: 20px;
    position: absolute;
    left: 30px;
    top: 30px;
    width: 30px;
    z-index: 999999;
	cursor: pointer;
}
.menusec .menu__line{
	background: rgba(33,33,33,1.00);
    display: block;
    height: 1px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menusec .menu__line--center{
    top: 7px;
}
.menusec .menu__line--bottom{
    bottom: 4px;
}
.menusec .menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
	background: rgba(33,33,33,1.00);
}
.menusec .menu__line--center.active{
    transform: scaleX(0);
	background: rgba(33,33,33,1.00);
}
.menusec .menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
	background: rgba(33,33,33,1.00);
}

/*gnav*/
.menusec .gnav{
    background:rgba(33,33,33,1.00);
    display: none;
	top: 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99998;
}
.menusec .gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}

.menusec ul.gnav__menu {
	width: 100%;
}
.menusec ul.gnav__menu li {
	list-style: none;
	text-align: left;
	margin: 20px 0px 20px 25px;
}

/*3列
.menusec ul.gnav__menu {
	display: table;
	width: 100%;
}
.menusec ul.gnav__menu > li {
    display: table-cell;
    float: left;
    width: 33%;
}*/
/*2列
.menusec ul.gnav__menu {
	display:table;
	width:50%;
}
.menusec ul.gnav__menu > li:nth-child(2n+1) {
    clear: both;
}
.menusec ul.gnav__menu > li {
    display: table-cell;
    float: left;
    width: 50%;
}*/

.menusec ul.gnav__menu > li a {
	color: rgba(33,33,33,1.00);
	font-size: 18px;
    font-weight: 500;
	letter-spacing: 0.08em;
    padding: 0px;
    text-decoration: none;
    transition: .5s;
}
.menusec ul.gnav__menu > li a:hover {
	color: rgba(33,33,33,0.6);
}

.menusec ul.gnav__menu > li > li a {
	color: rgba(33,33,33,1.00);
	font-size: 18px;
    font-weight: 500;
	letter-spacing: 0.08em;
    padding: 0px;
    text-decoration: none;
    transition: .5s;
	list-style: none;
}

/*btm fix link---------*/
.btm_fix {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 210px;
	border: 3px rgba(33,33,33,1.00) solid;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.head-cont-tel {
	font-size: 18px;
	font-weight: 500;
	color: rgba(33,33,33,1.00);
	background: rgba(255,255,255,1.0);
	text-align: center;
	padding: 8px 0px 8px 0px;
	margin: 0px auto 0px auto;
	border-radius: 0px 0px 0 0 / 0px 0px 0 0;
}
.head-cont-tel a {
	color: rgba(33,33,33,1.00);
}
.tel-adj {
	padding-top: 10px;
}

.head-cont-f a {
	color: #FFF;
	background: rgba(33,33,33,1.00) url("./images/icon_mail_c_w.svg") no-repeat  13px 12px / 20px 20px;
	display: block;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 8px 20px 8px 40px;
    border-radius: 0 0 0px 0px / 0 0 0px 0px;
}

.head-cont-f:hover > a,
.head-cont-f a:hover {
	background: rgba(33,33,33,0.6) url("./images/icon_mail_c_w.svg") no-repeat  13px 12px / 20px 20px;
}
/*---------btm fix link*/



/* ************************************************ 
*	レイアウト
* ************************************************ */
.cont-wrap {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
}

.cont-wrap02 {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items: flex-start;
}

.cont-wrap03 {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 30px;
}

.item02 {
    width: 48%;
	margin-bottom: 30px;
}

.item02:nth-child(n+3) {
    margin-top: 30px;
}

.item04 {
    width: 24%;
	margin-bottom: 30px;
}

.item25 {
    width: 22%;
	margin-bottom: 30px;
}

.item30 {
    width: 32%;
	margin-bottom: 30px;
}

.item30s {
    width: 32%;
	margin-bottom: 30px;
}

.item40 {
    width: 35%;
	margin-bottom: 30px;
}
.item60 {
    width: 60%;
	margin-bottom: 30px;
}

.item50 {
    width: 48%;
	margin-bottom: 30px;
}


.cont-wrap05 {
    display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

@media not all and (min-width: 768px) {
	
.item02 {
    width: 100%;
	margin-bottom: 30px;
}

.item02:nth-child(n+3) {
    margin-top: 30px;
}

.item04 {
    width: 48%;
	margin-bottom: 30px;
}

.item25 {
    width: 48%;
	margin-bottom: 30px;
}

.item30 {
    width: 48%;
	margin-bottom: 30px;
}
.item30s {
    width: 100%;
	margin-bottom: 30px;
}

.item40 {
    width: 35%;
	margin-bottom: 30px;
}
.item60 {
    width: 60%;
	margin-bottom: 30px;
}

}


/* ************************************************ 
*	TOP ヒーロー
* ************************************************ */

.top-hero-slider.pc {
	display: block;
}


@media screen and (max-width: 768px) {
	.top-hero-slider.pc {
	display: block;
}
}

.top-hero-slider,
.top-hero-slider .swiper-slide {
    width: 100vw;
    height: 100vh;
}

.top-hero-slider .swiper-slide {
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.top-hero-content {
    position: absolute;
    left: 4%;
    bottom: 5%;
    transform: none; /* ←中央寄せを解除するために必須 */
    max-width: 480px;
    padding: 30px;
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(10px);
}

.top-hero-content h2 {
	font-size: 24px;
	font-weight: 500;
}

.top-hero-btn {
    margin-top: 20px;
}

/* デフォルトの矢印アイコンを消す */
.swiper-button-next::after,
.swiper-button-prev::after {
    content: '' !important;
}

/* 矢印の線の基本 */
.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
}

/* 右矢印 */
.swiper-button-next {
    position: absolute;
}
.swiper-button-next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* 左矢印 */
.swiper-button-prev::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.scrollbar a {
    display: inline-block;
    position: absolute;
    right: 50px;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #fff;
    font-size: 11px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.0));
}
.scrollbar a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #fff;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.0));
}

.scrollbar a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, .4);
}
.scrollbar a::after {
  animation: sdl 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
a.anchor {
    display: block;
    padding-top: 60px; /*ヘッダーの高さ調整*/
    margin-top: -60px;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* ************************************************ 
*	TOP 一覧
* ************************************************ */

.wrap-topnews {
    display: flex;
	justify-content: flex-start !important;
    flex-wrap: wrap;
	align-items: stretch;
	border-top: 1px solid rgba(255,255,255,1.00);
}
.topnews-six {
	width: 16.66666666%;
	margin: 0;
	border-right: 1px solid rgba(255,255,255,1.00);
	box-sizing: border-box;
}
.topnews-six:nth-child(6n) {
	border-right: 0px solid rgba(255,255,255,1.00);
}

.topnews-img {
	display: block;
	border: none;
}
.topnews-img { 
	aspect-ratio: 1 / 1; /* 正方形 */ 
	overflow: hidden; 
} .topnews-img img { 
	width: 100%;
	height: 100%; 
	object-fit: cover; 
}

.topnews-box {
	padding: 0.5rem 1rem 1.7rem 1rem;
}

.topnews-date {
	font-size: 12px;
	color: rgba(33,33,33,0.7);
}
.topnews-title {
	font-size: 14px;
	line-height: 160%;
}
.topnews-cat {
	display: block;
    color: rgba(255,255,255,1.00);
    width: 100%;
	font-size: 12px;
	font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.02em;
    margin: 0.2rem 0 0.7rem 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.topnews-cat a {
    color: rgba(255,255,255,1.00);
    background: rgba(97,97,97,0.6);
    border-radius: 15px;
    padding: 0.3rem 0.8rem 0.3rem 0.8rem;
	
	display: inline-block; 
    max-width: 100%;       
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.topnews-cat a:hover {
    color: rgba(255,255,255,1.00);
    background: rgba(97,97,97,1.0);
}

.wrap-topseries {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items: stretch;
	border-top: 1px solid rgba(255,255,255,1.00);
}
.topseries-four {
	display: flex;
    flex-direction: column;
    flex-grow: 1;
	width: 25%;
	margin: 0;
	border-right: 1px solid rgba(255,255,255,1.00);
}
.topseries-four:nth-child(4n) {
	border-right: 0px solid rgba(255,255,255,1.00);
}
.topseries-five {
	display: flex;
    flex-direction: column;
    flex-grow: 1;
	width: 20%;
	margin: 0;
	border-right: 1px solid rgba(255,255,255,1.00);
}
.topseries-five:nth-child(5n) {
	border-right: 0px solid rgba(255,255,255,1.00);
}


.topseries-img {
	display: block;
	border: none;
}

.topseries-box {
	padding: 1.5rem 1.2rem 1.5rem 1.2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.topseries-date {
	font-size: 12px;
	color: rgba(33,33,33,0.6);
}
.topseries-title {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 150%;
	margin: 1.25rem 0 1.25rem 0;
}

.topseries-meta {
    display: flex;
    align-items: center;
}

.topseries-cat {
	white-space: nowrap;
    color: rgba(255,255,255,1.00);
    width: auto;
	font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.02em;
    margin: 0 0.8rem 0 0;
}

.topseries-cat a {
    color: rgba(255,255,255,1.00);
    background: rgba(97,97,97,0.6);
    border-radius: 15px;
    padding: 0.2rem 0.8rem 0.2rem 0.8rem;
}
.topseries-cat a:hover {
	background: rgba(97,97,97,1.0);
}

.topseries-tax {
	font-size: 16px;
	line-height: 100%;
}

.flex-bottom {
	margin-top: auto;
}

.moreinfo a {
    margin: 0;
    padding: 0;
    width: auto;
    color: rgba(33,33,33,1.00);
    font-size: 18px;
    font-weight: 500;
	letter-spacing: 0.03em;;
}

.moreinfo a::before {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding: 3px 10px 0px 0px;
    color: rgba(33,33,33,1.00);
}

.moreinfo a:hover {
    text-decoration: none;
	color: rgba(33,33,33,0.6);
}

.moreinfo-no {
    margin: 0;
    padding: 0;
    width: auto;
    color: rgba(255,255,255,1.00);
    font-size: 16px;
    font-weight: 500;
	letter-spacing: 0.03em;;
}

.moreinfo a.sinfo {
	font-size: 16px;
}

.moreinfo-no::before {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding: 3px 10px 0px 0px;
    color: rgba(255,255,255,1.00);
}

.moreinfo-s a {
    display: inline-flex;  /* テキストとアイコンを横並びにする */
    align-items: center;   /* 上下のズレを解消 */
    margin: 0;
    padding: 0;
    width: auto;
    color: rgba(33,33,33,1.00);
    font-weight: 500;
	letter-spacing: 0.03em;;
}

.moreinfo-s a::before {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding: 3px 10px 0px 0px;
    color: rgba(33,33,33,1.00);
}

.moreinfo-s a:hover {
    text-decoration: none;
	color: rgba(33,33,33,0.6);
}

.adh-h {
	margin: 1.5rem 0 0.8rem 0;
}

.sq-icon img {
    width: 60px;
    height: auto;
    display: inline-block;
	margin: 8px 0 0 5px;
}

.sq-icon-l img {
    width: 70px;
    height: auto;
    display: inline-block;
	margin: 8px 0 0 0;
}

.pt-icon-l img {
    width: 65px;
    height: auto;
    display: inline-block;
	margin: 8px 0 0 0;
}

.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
	margin: 0.5rem auto;
}

/* ************************************************ 
*	TOP メッセージ
* ************************************************ */

.top_msg {
	display: flex;
    flex-wrap: wrap;
	align-items: stretch;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid rgba(255,255,255,1.00);
	background: rgba(255,255,255,1.00);
}
.bg_pink {
	background: rgba(245,234,243,1.0);
}
.bg_white {
	background: rgba(255,255,255,1.00);
}

.top_msg_photo,
.top_msg_box {
  flex: 1 1 50%;
  min-width: 320px;
  display: flex;
}

.top_msg_photo {
	position: relative;
}
.top_msg_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

.box-sq4 {
	width: 100%;
	margin: 0px 0px;
}

.top-hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像のcoverと同じ効果 */
    display: block;
}

.top-hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.top_msg_box {
	width: 50%;
	margin: 0px 0px 0px 0px;
	padding: 50px 70px 50px 70px;
	display: flex;
    align-items: center;
    justify-content: center;
	box-sizing: border-box;
}
.top_msg_box::before {
  content: '';
  display: block;
  padding-top: 100%; /* 高さの基準を確保 */
  visibility: hidden;
}

h2.top_msg_copy {
	background: url("./images/logo-star-bk.svg") no-repeat top center / 18px 18px;
	padding-top: 30px;
	color: rgba(33,33,33,1.00);
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 150%;
	margin: 0 0 3.0rem 0;
}
h2.top_msg_copy02 {
	background: url("./images/logo-star-bk.svg") no-repeat top center / 18px 18px;
	padding-top: 30px;
	color: rgba(33,33,33,1.00);
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 150%;
	margin: 0 0 5.0rem 0;
}
.top_msg_copysub {
	font-size: 20px;
}
.top_msg_txt {
	width: 100%;
	margin: 0 0 1.5rem 0;
}
.top_msg_txt p {
	color: rgba(33,33,33,1.00);
	font-size: 14px;
	line-height: 240%;
	margin: 0px 0px 0px 0px;
}

.top_msg_2 {
	display: flex;
    flex-wrap: wrap;
	align-items: stretch;
	flex-direction: row-reverse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.top_msg_photo_2,
.top_msg_box_2 {
  flex: 1 1 50%;
  min-width: 320px;
  display: flex;
}

.top_msg_photo_2 {
	position: relative;
}
.top_msg_photo_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

.box-sq4_2 {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

.top_msg_box_2 {
	width: 50%;
	margin: 0px 0px 0px 0px;
	padding: 50px 70px 50px 70px;
	display: flex;
    align-items: center;
    justify-content: center;
	box-sizing: border-box;
}
.top_msg_box_2::before {
  content: '';
  display: block;
  padding-top: 100%; /* 高さの基準を確保 */
  visibility: hidden;
}



.link_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 250px;
	height: 60px;
	color: rgba(33,33,33,1.00);
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.05em;
	transition: 0.3s;
	margin: 40px 0px;
	border: 1px solid rgba(33,33,33,0.7);
}

.link_btn a:hover {
	color: rgba(33,33,33,1.00);
}

.btn06 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: rgba(33,33,33,0.7);
}

.btn06 a:hover {
	background-color: rgba(33,33,33,0.1);
	border: 1px solid rgba(33,33,33,0.7);
}

.btn06 a:hover::after {
	border-color: #333 #333 transparent transparent;
}


.link_btn02 a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 300px;
	height: 60px;
	color: rgba(255,255,255,1.0);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.08em;
	transition: 0.3s;
	margin: 40px 0px;
	border: 1px solid rgba(255,255,3255,1.0);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.link_btn02 a:hover {
	color: rgba(255,255,255,1.0);
}

.btn07 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: rgba(255,255,255,1.0);
}

.btn07 a:hover {
	background-color: rgba(255,255,255,0.5);
	border: 1px solid rgba(255,255,255,1.0);
}

.btn07 a:hover::after {
	border-color: rgba(255,255,255,1.0) rgba(255,255,255,1.0) transparent transparent;
}

/********/

.zone-top01 {
	margin: 0;
	padding: 100px 0 100px 0;
	background: rgba(255,255,255,1.00);
}

.zone-book {
	width: 1160px;
	margin: 0 auto;
}

.zone-top02 {
	margin: 0;
	padding: 80px 0 0px 0;
}

.top_mailmag {
	display: flex;
    flex-wrap: wrap;
	align-items: stretch;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
.top_mailmag_box_l {
	width: 50%;
	background: url("./images/p_top1_3.jpg");
	background-size: cover;
}
.top_mailmag_box_r {
	width: 50%;
	background: url("./images/p_top1_4.jpg");
	background-size: cover;
}

.top_mailmag_tl {
	display: flex;
    flex-wrap: wrap;
	align-items: stretch;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.top_mailmag_ph {
	width: 45%;
	background: url("./images/p_top2_1.jpg");
	background-size: cover;
}
.top_mailmag_ph2 {
	width: 45%;
	background: url("./images/p_top2_2_2.jpg");
	background-size: cover;
}
.top_mailmag_head {
	width: 55%;
	padding: 0 2rem 0 2rem;
	font-size: 24px;
	line-height: 150%;
	background: rgba(245,234,243,0.5);
	display: flex;
    flex-wrap: wrap;
	align-items:center;
}
.top_mailmag_tex {
	width: 100%;
	margin: 0 auto;
	padding: 40px 60px 40px 70px;
}

.zone-top03 {
	margin: 0;
	padding: 80px 0 0 0;
	background: rgba(255,255,255,1.00);
}

ul.floor-sec {
	list-style: none;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
	/*margin-bottom: 40px;*/
}

ul.floor-sec li {
	list-style: none;
	width: 33.33333333%;
	height: 550px;
	background: rgba(191,0,8,1.0);
	border-left: 1px solid rgba(255,255,255,1.0);
	border-collapse: collapse;
	box-sizing:border-box;
	float: left;
	margin: 0px 0px 0px 0px;
	/*padding:  30px 25px 30px 25px;*/
	color: rgba(200,200,200,1.0);
	
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

ul.floor-sec li.first-list {
	border-left: none;
}

ul.floor-sec li.first-list {
	background: url(./images/p_top3_1_2.jpg) no-repeat center;
	background-size: cover;
}

ul.floor-sec li.second-list {
	background: url(./images/p_top3_2.jpg) no-repeat center;
	background-size: cover;
}

ul.floor-sec li.third-list{
	background: url(./images/p_top3_3.jpg) no-repeat center;
	background-size: cover;
}

/*背景にブラック重ねる*/
ul.floor-sec li.first-list::after,
ul.floor-sec li.second-list::after,
ul.floor-sec li.third-list::after {
    content: '';
    background-color: rgba(33,33,33,0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
ul.floor-sec a:hover li.first-list::after,
ul.floor-sec a:hover li.second-list::after,
ul.floor-sec a:hover li.third-list::after {
    background-color: rgba(33,33,33,0.8);
}

.floor-sec-bg {
	/*background: rgba(0,0,0,0.2);*/
	padding: 4rem 3rem 3rem 3rem;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	
}

.floor-box-mid {
	vertical-align: top;
	text-align: center;
	margin: 0px auto;
	z-index: 1;
}

.floor-sec-tl {
	font-size: 24px;
	color: rgba(255,255,255,1.0);
	line-height: 140%;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0 0 2rem 0;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.floor-sec-tex {
	margin: 0 0 1.5rem 0;
}

.floor-sec-tex p {
	color: rgba(255,255,255,1.0);
	text-align: left;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.zone-top04 {
	margin: 0;
	padding: 80px 0 100px 0;
}

.social-list { 
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 5px;
  justify-items: center; /* 各アイテムを中央に */
} 

.social-item { 
	text-align: center; 
	width: 130px; 
} 

.social-icon { 
	width: 120px; 
	height: 120px; 
	border-radius: 50%; 
	background: none; 
	overflow: hidden; /* 画像が丸く切り抜かれる */ 
	margin: 0 auto 15px; 
} 

.social-icon img { 
	width: 100%; 
	height: 100%; 
	object-fit: cover; /* 写真を自然にトリミング */
} 

.social-service { 
	line-height: 160%; 
}

/********/

.button01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 20px auto;
    padding: 0.8em 2em 0.8em 2em;
    width: 300px;
    color: rgba(33,33,33,1.00);
    font-size: 15px;
    font-weight: 500;
	letter-spacing: 0.05em;
    background-color: rgba(255,255,255,1.00);
    border: 0px solid rgba(33,33,33,1.00);
    border-radius: 0px;
}

.button01 a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding: 3px 0px 0px 15px;
    color: rgba(33,33,33,1.00);
}

.button01 a:hover {
    text-decoration: none;
    background-color: rgba(33,33,33,0.2);
}

.button02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 20px auto;
    padding: 0.8em 2em 0.8em 2em;
    width: 400px;
    color: rgba(255,255,255,1.00);
    font-size: 15px;
    font-weight: 500;
	letter-spacing: 0.05em;
    background-color: rgba(33,33,33,1.00);
    border: 0px solid rgba(33,33,33,1.00);
    border-radius: 0px;
}

.button02 a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding: 3px 0px 0px 15px;
}

.button02 a:hover {
    text-decoration: none;
     background-color: rgba(33,33,33,0.6);
}

/* ************************************************ 
/* 一覧表示用 
***************************************************/

.item-img {
	margin: 0px 0px 25px 0px;
}
.item-img img {
	border-radius: 0px;
}

.item-cat {
	white-space: nowrap;
    color: rgba(255,255,255,1.00);
    width: auto;
	font-size: 13px;
	font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.02em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    margin: 0 0 1.0rem 0;
}

.item-cat a {
    color: rgba(255,255,255,1.00);
    background: rgba(97,97,97,0.6);
    border-radius: 15px;
    padding: 0.4rem 0.8rem 0.4rem 0.8rem;	
	display: inline-block; 
    max-width: 100%;       
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-cat a:hover {
    color: rgba(255,255,255,1.00);
    background: rgba(97,97,97,1.0);
}

.item-title {
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.03em;
	margin: 0px 0px 0.5rem 0px;
}

.item-pr {
	color: #A30000;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 0.03em;
	margin: 0 0 0.2rem 0;
}

.item-auth {
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 0.03em;
	margin: 0 0 0.5rem 0;
}

.item-det {
	margin: 1rem 0 1rem 0;
}

.item-go {
	float: left;
	margin: 0rem 0.8rem 0 0;
}
.item-go a {
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.03em;
	margin: 0;
}
.item-go a::before {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding: 3px 5px 0px 0px;
    color: rgba(33,33,33,1.00);
}

.item-buy {
	margin: 0 0 0 0;
}
.item-buy a {
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.03em;
	margin: 0;
}
.item-buy a::before {
	font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-weight: 800;
    padding: 3px 5px 0px 0px;
    color: rgba(33,33,33,1.00);
}

.item-buy-l {
	margin: 0 0 0 0;
}
.item-buy-l a {
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.03em;
	margin: 0;
}
.item-buy-l a::before {
	font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-weight: 800;
    padding: 3px 5px 0px 0px;
    color: rgba(33,33,33,1.00);
}

.item-tag {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 2.2rem;
}
.item-tag a {
	border: 1px solid rgba(255,255,255,1.0);
	border-radius: 15px;
	background: rgba(255,255,255,1.00);
	padding: 3px 10px;
	margin: 0px 0.4rem 0 0;
}
.item-tag a:hover {
	color: rgba(255,255,255,1.00);
	border: 1px solid rgba(155,155,155,1.0);
	background: rgba(155,155,155,1.0);
}


/* ************************************************ 
*	2nd~
* ************************************************ */

.adj-sp-head {
    height: 0px;
}

/* ************************************************ 
*	ページヘッダー
* ************************************************ */
.page-bar-no,
.page-bar-general,
.page-bar-news,
.page-bar-book,
.page-bar-series,
.page-bar-series-kai,
.page-bar-series-inoue,
.page-bar-girl,
.page-bar-mailmag,
.page-bar-shop,
.page-bar-contact,
.page-bar-storelist,
.page-bar-pp,
.page-bar-about { 
	width: 100%;
	height: 380px;	
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFF;
	border-bottom: solid 0px #DEDEDE;
}
.page-bar-mirekaru { 
	width: 100%;
	height: 450px;	
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFF;
	border-bottom: solid 0px #DEDEDE;
}

.page-bar-entry01 { 
	width: 100%;
	height: 88px;	
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFF;
	background: rgba(0,0,0,0.8);
	border-bottom: solid 0px #DEDEDE;
}


.page-bar-no {
	background: url(./images/bar-no.jpg);
	background-size: cover;
	background-position: center center;
	/*background-attachment: fixed;*/
}
.page-bar-general {
	background: url(./images/bar-general.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-news { 
	background: url("./images/bar-news.jpg");
	background-size: cover;
	background-position: center center;
}

.page-bar-book { 
	background: url(./images/bar-book02.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-series { 
	background: url(./images/bar-series02.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-series-kai { 
	background: url(./images/p_series_kai.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-series-inoue { 
	background: url(./images/bar-inoue.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-girl { 
	background: url(./images/bar-girl.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-mirekaru { 
	background: url(./images/bar-mirekaru.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-mailmag { 
	background: url(./images/bar-mailmag.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-shop { 
	background: url(./images/bar-shop.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-contact { 
	background: url(./images/bar-contact.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-storelist { 
	background: url(./images/bar-storelist.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-pp {
	background: url(./images/bar-pp.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-about { 
	background: url(./images/bar-about02.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-news02  { /*single*/
	width: 100%;
	height: 230px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	display: flex;
	align-items: center;
	justify-content: center;	
	text-align: center;
	color: #FFF;
	border-bottom: solid 0px #DEDEDE;
}

.page-bar-news02 { /*NEWS single*/
	background: url(./images/bali_02.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}


.bar-box-mid {
	vertical-align: middle;
	text-align: center;
	margin: 30px auto 0px auto;
}

h2.bar-title {
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 0px auto 5px auto;
	background: url("./images/logo-star-w.svg") no-repeat top center / 18px 18px;
	padding-top: 30px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

h2.bar-title a {
	color: rgba(255,255,255,1.00);
}

.bar-subtitle {
	color: #fff;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.08em;
	/*text-shadow: 2px 2px 2px rgba(0,0,0,0.3);*/
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
/*********************** ページヘッダー */

.mtl-wrap {
	position: relative;
	margin-top: 50px;
}

.fukidashi-pos {
	position: absolute;
    right: 30px;        /* タイトルの右端が基準になる */
    top: -40px;         /* 上下の微調整 */
    transform: rotate(15deg);
    white-space: nowrap;
}
.fukidashi01 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    text-align: center;
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 160%;
	margin-bottom: 10px;
}
.fukidashi01:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: black;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.fukidashi01:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: black;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.fukidashi01:before {
    left:0;
}
.fukidashi01:after {
    right: 0;
}

.mlg-pos {
	width: 100px;
	margin: 1rem 0;
}
.mlg-pos-mag {
	width: 130px;
	margin: 1rem 0;
}

/* 画像を背景にする */
.m-hero {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像のcoverと同じ効果 */
    display: block;
}

/* 背景動画 */
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* 暗めのオーバーレイ */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  z-index: 2;
}

/* テキストエリア */
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 左右真ん中 */
    text-align: center;
    color: #fff;
    z-index: 3;
    /*text-align: right;*/
}

/*.hero-content h2 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.hero-content p {
    line-height: 2;
}

.hero-btn {
    display: inline-block;
    padding: 0.5em 1em;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 1px;
    font-size: 0.9rem;
}*/


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


#main {
	width: 100%;
	margin: 0px 0px 100px 0px;
	padding: 0 0 0 0;
}


.adj-blog { /* ブログ記事幅 */
	width: 700px;
	margin-top: 0px;
	margin-bottom: 80px;
}
.adj-blog img {
	border-radius: 0px;
}

.box-single01 { /* シングル記事幅 */
	width: 700px;
	margin: 0px auto 0px auto;
}

.box-single01 img {
	border-radius: 0px;
}

p {
    line-height: 220%;
    letter-spacing: 0.03em;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

p a {
    text-decoration:underline;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

p a:hover {
	color: rgba(33,33,33,1.00);
}

p a:active, a:focus {
outline: 0;
}

.box-title {
	position: relative;
	margin: 0px 0px 30px 0px;
	padding: 0rem 0rem 1.2rem 0rem;
	border-bottom: 3px solid rgba(216,216,216,1.00);
}
.box-title:before {
    position: absolute;
    bottom: -13px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 13px 12px 0 12px;
    border-style: solid;
    border-color: rgba(216,216,216,1.00) transparent transparent transparent;
}
.box-title:after {
    position: absolute;
    bottom: -10px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 13px 12px 0 12px;
    border-style: solid;
    border-color: rgba(245,234,243,1.0) transparent transparent transparent;
}
	
.blog-title {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 24px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.03em;
	
}

.blog-title a {
	text-decoration:none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

.blog-title a:hover {
	color: rgba(33,33,33,1.00);
}

.blog-title-series {
	margin: 0px 0px 1.5rem 0px;
	padding: 0px 0px 0px 0px;
	font-size: 35px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.03em;
	text-align: center;	
}
.blog-title-series a {
	text-decoration:none;
	transition: 0.5s;
}
.blog-title a:hover {
	color: rgba(33,33,33,1.00);
}

.blog-taxo-series {
	margin: 0px 0px 1.5rem 0px;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.03em;
	text-align: center;		
}

.blog-foot-series {
	border-top: 2px solid #ddd;
	margin: 80px 0 30px 0;
	padding: 30px 0 0px 0;
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.auth_ph {
	width: 25%;
	margin: 0 0 15px 0;
}
.auth_tex {
	width: 70%;
	margin: 0 0 15px 0;
}
.auth_name {
	font-size: 20px;
	margin: 0 0 1rem 0;
}
.auth_list {
	margin: 2.5rem 0 0 0;
}


#blog-foot {
	text-align: left;
	margin: 80px 0 0 0;
	padding: 0.8rem 1.2rem;
	background: rgba(33,33,33,0.05);
	overflow: hidden;
	height: 100%;
	border-radius: 0px;
}

.book-foot {
	padding: 0.8rem 0;
	overflow: hidden;
}

/* ページャー*/
#next {
    font-weight: lighter;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#next-series {
    font-weight: 500;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 0px;
}
#next-series a {
	text-decoration: underline;
}

#next-archives {
    text-align: center;
    margin-top: -50px;
    padding-bottom: 30px;
}

.next-pagenavi{
    text-align:center;
    margin-top:10px;
}


/* ページャー追加 */
.pager{
	margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
 
a.page-numbers,
.pager .current{
	color: rgba(33,33,33,1.00);
    background-color: #FFF;
    border: solid 1px rgba(33,33,33,0.5);
    border-radius: 10px;
    padding: 8px 15px;
    margin:0 2px;
}
 
.pager .current{
	color: #FFF;
    background-color: rgba(33,33,33,0.5);
    border: solid 1px rgba(33,33,33,0.0);
}

.pager a:hover{
    color: #FFF;
    border: solid 1px rgba(33,33,33,0.5);
    background-color: rgba(33,33,33,1.00);
}


table.tbl_store {
	width: 100%;
}
.tbl_store td,
.tbl_store th {
	padding: 0.5rem 0.5rem 0.5rem 0;
}
.tbl_store td.name {
	width: 30%;
}
.tbl_store td.address {
	width: 55%;
}
.tbl_store td.num {
	width: 15%;
	text-align: right;
}
table.tbl_store a {
	text-decoration: underline;
}




/* ************************************************ 
*	メイン（本文）コンテンツ
* ************************************************ */	



.hairline {
	width: 100%;
	border-bottom: 1px rgba(77,77,77,1.00) solid;
	margin-bottom: 0px auto 0px auto;
}



/* ************************************************ 
*	サイドバー
* ************************************************ */	

#sidebar {
	width: 100%;
	margin: 10px 0px 40px 0px;
	padding: 0 0 0 0;
}

#sidebar p{
	margin-bottom: 20px;
}

#sidebar h2 {
	font-size: 10px;
	font-weight: 500;
	color: rgba(33,33,33,1.0);
	letter-spacing: 0.05em;
	margin: 0px 0px 10px 0px;
	padding: 0 0 0 0;
	background: url() no-repeat;
	border-bottom:1px solid #DEDEDE;
}

.sidebar-title{
	color: rgba(33,33,33,1.00);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-style:normal;
	margin: 0px 0px 10px 0px;
	padding: 0 0 3px 0;
	background: url() no-repeat;
	/*border-bottom:1px solid #DEDEDE;*/
}

#sidebar h3 {
	font-weight: 500;
	color: #999;
	line-height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom:0px solid #DEDEDE;
}

#sidebar ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#sidebar li{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	/*border-bottom: 1px dotted #DEDEDE;*/
	border-collapse: collapse;
}

#sidebar li a{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

#sidebar li a:hover{
	color: rgba(33,33,33,1.0);
}


/* 階層表示 */

#sidebar ul.children{
margin-bottom: -6px;
display: block;
padding: 5px 0 0 0;
}

#sidebar ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #DEDEDE;
border-collapse: collapse;
}

/*サイド NEW POST*/
#s-catch li{
	overflow:hidden;
	clear:both;
	margin:0px 0px 0px 0px;
	line-height: 150%;
}

#s-catch img{
	width:25%;
	border-radius: 0px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 15px 0px 0px;
}

#s-catch .title{
	width:65%;
	float:left;
	padding:0px 0px 5px 0px;
	font-size:13px;
	line-height:140%;
	letter-spacing: 0.03em;
}

#s-catch li .date{
	margin:0px 0px 5px 0px;
	color:rgba(33,33,33,0.6);
	font-size: 90%;
}

#sidebar li .sidenews-cat {
	display: block;
    color: rgba(255,255,255,1.00);
    width: 100%;
	font-size: 11px;
	font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.02em;
    margin: 0.5rem 0 0.5rem 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#sidebar li .sidenews-cat a {
    color: rgba(255,255,255,1.00);
    background: rgba(97,97,97,0.6);
    border-radius: 15px;
    padding: 0.3rem 0.8rem 0.4rem 0.8rem;
	
	display: inline-block; 
    max-width: 100%;       
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#sidebar li .sidenews-cat a:hover {
    color: rgba(255,255,255,1.00);
    background: rgba(97,97,97,1.0);
}

/* ************************************************ 
*	フッターエリア
* ************************************************ */	

#footer {
	background: rgba(255,255,255,1.0);
	color: rgba(33,33,33,1.00); 
	clear: both;
	width: 100%;
	font-size: 14px;
	margin: 0px auto 0px auto;
	padding: 60px 0px 80px 0px;
}

.footer-inner {
	margin: 0px auto 0px auto;
	max-width: 1160px;
	_width: 1160px;
}

.footer-main {
	width: 100%;
	margin: 0px auto 30px auto;
	text-align: center;
}

#footer ul.footer-nav-sbs {
	width: 800px;
	list-style: none;
	margin: 0px auto 30px auto;
}

#footer ul.footer-nav-sbs li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0px 20px 20px 0px;
	font-size: 13px;
	letter-spacing: 0.05em;
}
#footer ul.footer-nav-sbs li a {
	color: rgba(33,33,33,1.00);
	padding: 0px 0px 0px 0px;
}

#footer ul.footer-nav-sbs li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 800;
    padding-right: 6px;
    color: rgba(33,33,33,1.00);
}

#footer ul.footer-nav-sbs li a:hover {
	color: rgba(33,33,33,0.6);
}

#footlogo {
	text-align: center;
	position: relative;
	margin: 0px auto 50px auto;
	padding: 0 0 0 0;
}

#footlogo img {
	margin: 0px auto 0px auto;
	/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity:0.5;*/
	width: 40px;
}

.footer-sup {
	width: auto;
	margin: 0px auto 30px auto;
	
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
	position: relative;
}
.footer-sup a {
	color: rgba(255,255,255,1.0);
	text-decoration: underline;
}
.footer-sup a:hover {
	color: rgba(255,255,255,0.6);
}

#copyright {
	font-size: 12px;
	letter-spacing: 0.05em;
	text-align: center;
	position: relative;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}




/* ************************************************ 
*	ウィジット
* ************************************************ */	

.widget{
margin: 0 0 60px 0;
}

#sidebox{
color:rgba(33,33,33,1.0);
margin: 0 0 0 0 ;
padding: 0 0 0 0 ;
}

#sidebox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#sidebox li{
floate:left;
list-style: none;
margin: 0 0 0 0;
padding: 6px 0 5px 0px;
}

#sidebox li a{
color:rgba(33,33,33,1.0);
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#sidebox li a:hover{
color:#B1B1B1;
}

#sidebox h2{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #222;
}

#sidebox h3{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 0px dotted #222;
border-bottom: 0px dotted #222;
}

#sidebox h4{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #222;
}

/* 階層表示 */

.widget .box_sns,
#sidebox .widget .box_sns{
	margin: 0px 0px 30px 0px;
}

.widget .box_snslink,
#sidebox .widget .box_snslink{
	margin: -5px 0px 30px 0px;
}

.widget .box_snslink li,
#sidebox .widget .box_snslink li {
	/*background: url(/kiryu/wp-content/themes/st_theme/images/icon_blank.png) no-repeat 0px 7px;*/
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	list-style: none;
	border-bottom: 1px dotted #DEDEDE;
	vertical-align: middle;
	display: block;
}

.widget .box_snslink li a,
#sidebox .widget .box_snslink a {
	color: rgba(33,33,33,1.0);
	
}

.widget .box_snslink li a:hover,
#sidebox .widget .box_snslink a:hover {
	color: #B1B1B1;
}

.box_snslink img.b_sns {
	margin: 0px 0px 0px 5px;
	vertical-align: middle;
}

.widget .box_banner,
#sidebox .widget .box_banner {
	margin: 0px 0px 30px 0px;
}

.widget .box_banner ul,
#sidebox .widget .box_banner ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: auto;
}

.widget .box_banner li,
#sidebox .widget .box_banner li {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: auto;
}

.widget-top {
	padding: 0px 0px 0px 0px;
}

.widget-top p {
	line-height: 160%;
}

iframe.if_exschedule {
	border: none;
	width: auto;
	height: 490px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* ************************************************ 
*	文字サイズ
* ************************************************ */

.moji100px {font-size: 100px;line-height: 170%;}
.moji90px {font-size: 90px;line-height: 170%;}
.moji80px {font-size: 80px;line-height: 170%;}
.moji70px {font-size: 70px;line-height: 170%;}
.moji60px {font-size: 60px;line-height: 170%;}
.moji50px {font-size: 50px;line-height: 170%;}
.moji40px {font-size: 40px;line-height: 170%;}
.moji30px {font-size: 30px;line-height: 170%;}
.moji29px {font-size: 29px;line-height: 170%;}
.moji28px {font-size: 28px;line-height: 170%;}
.moji27px {font-size: 27px;line-height: 170%;}
.moji26px {font-size: 26px;line-height: 170%;}
.moji25px {font-size: 25px;line-height: 170%;}
.moji24px {font-size: 24px;line-height: 170%;}
.moji23px {font-size: 23px;line-height: 170%;}
.moji22px {font-size: 22px;line-height: 170%;}
.moji21px {font-size: 21px;line-height: 170%;}
.moji20px {font-size: 20px;line-height: 170%;}
.moji19px {font-size: 19px;line-height: 170%;}
.moji18px {font-size: 18px;line-height: 170%;}
.moji17px {font-size: 17px;line-height: 170%;}
.moji16px {font-size: 16px;line-height: 170%;}
.moji15px {font-size: 15px;line-height: 170%;}
.moji13px {font-size: 13px;line-height: 170%;}
.moji13px {font-size: 13px;line-height: 170%;}
.moji13px {font-size: 13px;line-height: 170%;}
.moji11px {font-size: 11px;line-height: 170%;}
.moji10px {font-size: 10px;line-height: 150%;}
.moji9px {font-size: 9px;line-height: 370%;}

.mincho {
}

.normal {
font-weight: 500;
}

.italic {
font-style: italic; 
}

/* ************************************************ 
*	テーブル
* ************************************************ */

table {
border: 0px;
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table tr{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table td{
text-align: left;
vertical-align: top;
line-height: 170%;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-left: 0px dotted #DEDEDECCC;
}


/* コンタクトフォーム用 */
.contact_staff_pc {
	display: block;
	width: 30%;
	float: right;
	margin: -30px 0px 10px 10px;
}
.contact_staff_sp {
	display: none;
}

table.inquiry {
	width: 100%;
	margin: 0px 0px 10px 0px;
}

table.inquiry input[type=text],
table.inquiry input[type=email],
table.inquiry input[type=tel],
table.inquiry input[type=url],
table.inquiry textarea {
	width: 100%;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	background: #FFF;
	z-index: 0;
	padding: 0.5rem;
	
	-moz-box-shadow: inset 0 0 0 rgba(33,33,33,0.0);
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0);
	box-shadow: inner 0 0 0 rgba(0, 0, 0, 0.0);
}
table.inquiry input.form-age {
	width: 50px;
}
.form-caut {
	margin: 0.5rem 0 0.5rem 0;
}

.inquiry th,
.inquiry td {
	font-weight: 500;
}

.inquiry th {
	text-align: left;
	vertical-align: middle;
	padding: 15px 10px;
	width: 30%;
	/*background:#f7f7f7;*/
	border-bottom: dotted 1px #DEDEDE;
}
.inquiry td {
	padding: 15px 10px;
	border-bottom: dotted 1px #DEDEDE;
}
.inquiry td.inq_acc {
	font-weight: bold;
	padding: 15px;
	color: #dc3232;
}
.radio-shurui .wpcf7-list-item {
    display: block;
    margin-bottom: 0.4em;
}
p.att {
	text-align: left;
}

.inquiry th.inquiry-adj-th {
	border-bottom: none;
}
.inquiry td.inquiry-adj-td {
	border-bottom: none;
}
/* 必須の調整 */
.haveto {
	font-size: 7pt;
	padding: 5px;
	background: #ff9393;
	color: #fff;
	border-radius: 0px;
	margin-right: 2px;
}
/* 任意の調整 */
.any {
	font-size: 7pt;
	padding: 5px;
	background: #93c9ff;
	color: #fff;
	border-radius: 0px;
	margin-right: 2px;
}
/* ラジオボタンを縦並び指定 */
.verticallist .wpcf7-list-item {
	display: block;
}

/* 送信ボタンのデザイン変更 */
.submitbtn {
	text-align: left;
	margin: 20px auto 20px auto;
}
.soushinbtn{
	text-align: left;
	background: rgba(255,255,255,1.00);
	border: solid 1px #DEDEDE;
	padding: 15px 30px;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #333;
	cursor: pointer;
}

.soushinbtn:hover{
	background: rgba(33,33,33,1.0);
	color: #FFF;
	border: 1px solid rgba(33,33,33,1.0);
}

/* スマホContact Form 7カスタマイズ */
@media screen and (max-width: 768px) {
.contact_staff_pc {
	display: none;
}
.contact_staff_sp {
	display: block;
	width: 45%;
	float: right;
	margin: 0px 0px 0px 0px;
}
	
.inquiry th, .inquiry td {
	display:block;
	width: 100%!important;
	border-top: none!important;
}
.inquiry th {
	background: none;
}
.inquiry tr:first-child th {
	border-top: 1px solid #DEDEDE!important;
}
.inquiry th.inquiry-adj-th {
	display: none;
}
.inquiry td.inquiry-adj-td {
	
}
.submitbtn {
	text-align: center;
	margin: 20px auto 20px auto;
}
.soushinbtn{
	text-align: center;
	width:70%!important;
}
}


/* ************************************************ 
*	ライン
* ************************************************ */

.line-dotted {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px dotted #DEDEDE;
}

.line-solid {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px solid #DEDEDE;
}

.line-footmenu {
margin: 0 0 5px 0;
padding: 0 0 3px 0;
border-bottom:1px dotted #DEDEDE;
}

/* ************************************************ 
*	画像装飾
* ************************************************ */

.pict_right {
margin:0 0 10px 20px; 
padding: 2px 2px 2px 2px; 
float: right;
border: 1px solid #DCDCDC;
}

.pict_left {
margin:0 10px 10px 0; 
padding: 2px 2px 2px 2px; 
float: left;
border: 1px solid #DCDCDC;
}

.pict1px{
margin: 0 0 5px 0; 
padding: 2px 2px 2px 2px; 
border: 1px solid #DEDEDE;
}

.pict_shadow{
background: #fff;
margin: 0px auto;
border: 1px solid #DEDEDE;
padding: 5px 5px 5px 5px;
border-radius: 1px; /* CSS3 */
 -webkit-border-radius: 1px; /* Firefox */
 -moz-border-radius: 1px; /* Safari,Chrome */
box-shadow: 2px 2px 3px #C0C0C0;
}

/* ************************************************ 
*	角丸
* ************************************************ */

.border-radius{
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}

/* ************************************************ 
*	ボックスシャドウ・テキストシャドウ
* ************************************************ */

.box-shadow{
box-shadow: 2px 2px 3px #DEDEDE; /* CSS3 */
 -webkit-box-shadow: 2px 2px 3px #DEDEDE; /* Safari,Chrome */
 -moz-box-shadow: 2px 2px 3px #DEDEDE; /* Firefox */
}

.box-shadow2{
box-shadow: 1px 2px 5px #DEDEDE; /* CSS3 */
 -webkit-box-shadow: 1px 2px 5px #DEDEDE; /* Safari,Chrome */
 -moz-box-shadow: 1px 2px 5px #DEDEDE; /* Firefox */
}

.text-shadow{
text-shadow: 1px 1px 3px #DEDEDE; /* CSS3 */
 -webkit-text-shadow: 1px 1px 3px #DEDEDE; /* Safari,Chrome */
 -moz-text-shadow: 1px 1px 3px #DEDEDE; /* Firefox */
}

/* ************************************************ 
*	ボタン類
* ************************************************ */

.btn_box_r {
	text-align:right;
	margin: 10px 0px 10px 0px;
}

.btn_box_l {
	text-align:left;
	margin: 10px 0px 10px 0px;
}

.btn_pages {
	/*display: block;*/
	background: url(./images/arrow_btn01.png) no-repeat 10px 10px #9DD6DF;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #FFF;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	width: 100px;
	padding: 8px 15px 8px 25px;
	/*margin: 10px 0px 10px 0px;*/
}

.btn_pages02 {
	display: block;
	background: url(./images/arrow_btn01.png) no-repeat 10px 10px #9DD6DF;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #FFF;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	width: auto;
	padding: 8px 15px 8px 25px;
	/*margin: 10px 0px 10px 0px;*/
}

.btn_pages03 {
	display: block;
	background: url(./images/arrow_btn01.png) no-repeat 10px 13px #85B200;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #FFF;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	width: auto;
	padding: 10px 15px 10px 25px;
	/*margin: 10px 0px 10px 0px;*/
}

.btn_pages04 {
	display: block;
	background: url(./images/arrow_btn01.png) no-repeat 10px 13px #85B200;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #FFF;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	width: 300px;
	padding: 10px 15px 10px 25px;
	margin: 10px 0px 10px 0px;
}

.btn_pages:hover,
.btn_pages02:hover {
	color: #FFF;
	background: url(./images/arrow_btn01.png) no-repeat 10px 10px #BDF9F7;
}

.btn_pages03:hover,
.btn_pages04:hover {
	color: #FFF;
	background: url(./images/arrow_btn01.png) no-repeat 10px 13px #B5DB7B;
}

/* ************************************************ 
*   google map
* ************************************************ */
#map_custmomize {
	max-width: 100%;
	width: 100%;
	height: 400px;
	margin: 0px 0px 30px 0px;
	/*display: block;*/
	/*border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; */
}

p.go_gmap {
	padding-top: 10px;
	padding-bottom: 5px;
}

/* ************************************************ 
*   トリミング
* ************************************************ */
.trim-feed {
    overflow: hidden;
    /*width: 300px;
    height: 300px;*/
	width: 100%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  	padding-top: 100%;/*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
    position: relative;
	margin-bottom: 10px;
}
 
.trim-feed img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/* 画像の最大サイズは枠の1.5倍まで */
	max-width: 150%;
	max-height: 150%;
}

/* ************************************************ 
*	動画埋め込み
* ************************************************ */

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* ************************************************ 
*	reCAPTCHAバッジ
* ************************************************ */

.grecaptcha-badge { visibility: hidden; }


/* ************************************************ 
*   レスポンシブ
* ************************************************ */

/* 画面の横幅が980px〜1240pxまで 

@media only screen and (min-width: 980px) and (max-width: 1240px) {
.wrapper-2 { width: 95%;}
}*/


/* PC 画面の横幅が980px以上 */

@media only screen and (min-width: 980px) {

}

/* 画面の横幅が1023pxまで */
@media only screen and (max-width: 1023px) {

}

/* Tablet (Portrait) 画面の横幅が768px〜979pxまで */

@media only screen and (min-width: 768px) and (max-width: 979px) {
.wrapper { width: 728px;}
.wrapper-2 { width: 728px;}
.header-inner { width: 728px; margin:auto; padding: 10px 0px 30px 0px;}
.logo { padding-left: 10px;}
.twothird { width: 460px; margin-right:10px; }
.cycle-slideshow { overflow: hidden; width: 728px; height: 280px; margin-bottom:-20px;}
.box_sns iframe { width: 100%; height: 500px; min-height: 500px; }
#sidebar iframe { width: 100%; height: 500px; min-height: 500px; }
.twothird iframe { width: 100%; height: auto; }
.footer-inner { width: 728px;}
}

/* Mobile (Portrait) 画面の横幅が768pxまで */

@media only screen and (max-width: 768px) {
	
body {
	font-size: 14px;
}
	
.sp_br {
    display: block;
}
	
#header {
	width: 100%;
	background: rgba(245,234,243,1.0);
	/*position: fixed;
	top: auto;*/
	position: sticky;
	top: 0;
	z-index: 99;
	padding: 0px 0px 0px 0px;
	height: 49px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	border-top: 0px rgba(33,33,33,1.0) solid;
}
	
.adj-sp-head {
    height: 0px;
}
	
.adj-sp-head02 {
    height: 0px;
	clear: both;
}

.header {
	display: none;
}
.sticky-header {
    display: none;
}
.sp-header {
	display: block;
	width: 100%;
	position: relative;
	top: 0;
	padding: 0px 0px 0px 0px;
	height: auto;
}
	
.list-gos-02 {
	position: absolute;
	right: 0;
	top: 0;
	float: right;
	margin: 0px 0px 0px 0px;
	z-index: 9999;
	width: auto;
}

.list-gos-02 a {
	color: rgba(33,33,33,1.00);
	background: rgba(255,255,255,0.5);
	display: block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	height: 48px;
}

.list-gos-02 a:hover {
	background: rgba(255,255,255,0.8);
}

.list-gos-02.transform a{
	padding: 10px 10px 10px 10px;
	height: 48px;
}

#header h1.logo02 {	
	float: none;
	width: 25px;
	text-align: center;
	margin: 5px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.logo02 img {
	width: 100px;
}

.menusec .menu{
    height: 20px;
    position: absolute;
    left: 15px;
    top: 16px;
    width: 30px;
    z-index: 99999;
}
.menusec .gnav{
    background: rgba(245,234,243,0.9);
	backdrop-filter: blur(10px);
}
.menusec ul.gnav__menu > li a {
	color: rgba(33,33,33,1.00);
	font-size: 16px;
    font-weight: 500;
	letter-spacing: 0.08em;
    padding: 0px;
    text-decoration: none;
    transition: .5s;
}

.menusec ul.gnav__menu li ul {
	list-style: none;
	margin-top: 10px;
}
.menusec ul.gnav__menu li ul li {
	color: rgba(33,33,33,1.00);
	font-size: 16px;
    font-weight: 500;
	letter-spacing: 0.08em;
    text-decoration: none;
    transition: .5s;
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	background: url(./images/list.png) no-repeat 0px 8px; 
}
	
ul.head_r {
    display: none;
}
ul.head_r_sp {
	display: inline;
	list-style: none;
	position: absolute;
    right: 20px;
    top: 23px;
    width: auto;
    z-index: 999;
	cursor: pointer;
	font-size: 0;
}
ul.head_r_sp li {
	display: inline;
	margin: 0px 0px 0px 8px;
}
ul.head_r_sp img {
    width: 20px;
}


.adj-blog {
	width: 100%;
	margin-bottom: 20px;
}
	
.box-single01 { /* シングル記事幅 */
	width: 100%;
	margin: 0px auto 0px auto;
}

.box-single01 img {
	border-radius: 0px;
}
	
.wrapper { 
	position: relative;
	max-width: 90%;
	_width: 90%;
	padding: 0;
	margin: 30px auto 0px auto;
	clear: both;
}
.wrapper-2 { 
	max-width: 90%;
	_width: 90%;
}
	
.wrapper-top {
	margin: 20px auto 0px auto;
	max-width: 90%;
	padding: 0px 0px;
	_width: 90%;
}


/* ************************************************ 
*	TOP ヒーロー
* ************************************************ */
	
:root {
    --header-height: 48px; /* ←スマホヘッダーの実際の高さに合わせて調整 */
}

.top-hero-slider,
.top-hero-slider .swiper-slide {
    width: 100vw;
    height: calc(100dvh - var(--header-height));
}

.top-hero-slider .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
}

.top-hero-content {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: none; /* ←中央寄せを解除するために必須 */
	width: 100%;
    max-width: 100%;
    padding: 20px 20px 20px 25px;
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(10px);
}

.top-hero-content h2 {
	font-size: 20px;
	font-weight: 500;
}
	
.top-hero-content p {
	font-size: 13px;
	font-weight: 500;
	line-height: 180%;
}	

.top-hero-btn {
    margin-top: 12px;
}

/* デフォルトの矢印アイコンを消す */
.swiper-button-next::after,
.swiper-button-prev::after {
    content: '' !important;
}

/* 矢印の線の基本 */
.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
}

/* 右矢印 */
.swiper-button-next {
    position: absolute;
}
.swiper-button-next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* 左矢印 */
.swiper-button-prev::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.scrollbar a {
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #fff;
    font-size: 11px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.0));
}
.scrollbar a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #fff;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.0));
}

.scrollbar a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, .4);
}
.scrollbar a::after {
  animation: sdl 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
a.anchor {
    display: block;
    padding-top: 48px; /*ヘッダーの高さ調整*/
    margin-top: -48px;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* ************************************************ 
*	TOP 一覧
* ************************************************ */

.wrap-topnews {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items: stretch;
	border-top: 1px solid rgba(255,255,255,1.00);
}
.topnews-six {
	width: 33.3333333%;
	margin: 0;
	border-right: 1px solid rgba(255,255,255,1.00);
}
.topnews-six:nth-child(3n) {
	border-right: 0px solid rgba(255,255,255,1.00);
}

.topnews-box {
	padding: 0.5rem 0.5rem 1.4rem 0.5rem;
}

.topnews-date {
	font-size: 12px;
	color: rgba(33,33,33,0.7);
}
.topnews-title {
	font-size: 14px;
	line-height: 160%;
}
.topnews-cat {
	display: block;
    color: rgba(255,255,255,1.00);
    width: 100%;
	font-size: 10px;
	font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.02em;
    margin: 0.2rem 0 0.8rem 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.topnews-cat a {
    color: rgba(255,255,255,1.00);
    background: rgba(97,97,97,0.6);
    border-radius: 15px;
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
	
	display: inline-block;  /* ← これもあると完璧 */
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.topnews-cat a:hover {
    color: rgba(255,255,255,1.00);
    background: rgba(97,97,97,1.0);
}

.wrap-topseries {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items: stretch;
	border-top: 1px solid rgba(255,255,255,1.00);
}
.topseries-four {
	display: flex;
    flex-direction: column;
    flex-grow: 1;
	width: 50%;
	margin: 0;
	border-right: 1px solid rgba(255,255,255,1.00);
}
.topseries-four:nth-child(2n) {
	border-right: 0px solid rgba(255,255,255,1.00);
}
.topseries-five {	
	flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255,255,255,1.00);
}
.topseries-five:nth-child(2n) {
	border-right: 0px solid rgba(255,255,255,1.00);
}

.topseries-box {
	padding: 1.5rem 1.0rem 1.5rem 1.0rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.topseries-date {
	font-size: 12px;
	color: rgba(33,33,33,0.6);
}
.topseries-title {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 150%;
	margin: 1.25rem 0 1.25rem 0;
}

.topseries-meta {
    display: block;
    align-items: center;
}

.topseries-cat {
    color: rgba(255,255,255,1.00);
    width: auto;
	font-size: 14px;
	font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.02em;
    margin: 0 0.8rem 1rem 0;
}

.topseries-cat a {
    color: rgba(255,255,255,1.00);
    background: rgba(97,97,97,0.6);
    border-radius: 15px;
    padding: 0.2rem 0.8rem 0.2rem 0.8rem;
}
.topseries-cat a:hover {
	background: rgba(97,97,97,1.0);
}

.topseries-tax {
	font-size: 14px;
	line-height: 100%;
}

.flex-bottom {
	margin-top: auto;
}

.moreinfo a {
    margin: 0;
    padding: 0;
    width: auto;
    color: rgba(33,33,33,1.00);
    font-size: 16px;
    font-weight: 500;
	letter-spacing: 0.03em;;
}

.moreinfo a::before {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding: 3px 10px 0px 0px;
    color: rgba(33,33,33,1.00);
}

.moreinfo a:hover {
    text-decoration: none;
	color: rgba(33,33,33,0.6);
}
	
.moreinfo a.sinfo {
	font-size: 14px;
}

.moreinfo-no {
    margin: 0;
    padding: 0;
    width: auto;
    color: rgba(255,255,255,1.00);
    font-size: 16px;
    font-weight: 500;
	letter-spacing: 0.03em;;
}

.moreinfo-no::before {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding: 3px 10px 0px 0px;
    color: rgba(255,255,255,1.00);
}
	
.moreinfo-s a {
    margin: 0;
    padding: 0;
    width: auto;
    color: rgba(33,33,33,1.00);
    font-weight: 500;
	letter-spacing: 0.03em;;
}

.moreinfo-s a::before {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding: 3px 10px 0px 0px;
    color: rgba(33,33,33,1.00);
}

.moreinfo-s a:hover {
    text-decoration: none;
	color: rgba(33,33,33,0.6);
}

/* ************************************************ 
*	TOP メッセージ
* ************************************************ */

.top_msg {
	display: flex;
    flex-wrap: wrap;
	align-items: stretch;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid rgba(255,255,255,1.00);
	background: rgba(255,255,255,1.00);
}
.bg_pink {
	background: rgba(245,234,243,1.0);
}
.bg_white {
	background: rgba(255,255,255,1.00);
}

.top_msg_photo,
.top_msg_box {
  flex: 100%;
  min-width: 100%;
  display: flex;
}

.top_msg_photo {
	position: relative;
}
.top_msg_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

.box-sq4 {
	width: 100%;
	margin: 0px 0px;
}
	
.top-hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像のcoverと同じ効果 */
    display: block;
}

.top-hero-video {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.top_msg_box {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 50px 30px 50px 30px;
	display: flex;
    align-items: center;
    justify-content: center;
	box-sizing: border-box;
}
.top_msg_box::before {
  content: '';
  display: block;
  padding-top: 100%; /* 高さの基準を確保 */
  visibility: hidden;
}

h2.top_msg_copy {
	background: url("./images/logo-star-bk.svg") no-repeat top center / 18px 18px;
	padding-top: 30px;
	color: rgba(33,33,33,1.00);
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 150%;
	margin: 0 0 3.0rem 0;
}
h2.top_msg_copy02 {
	background: url("./images/logo-star-bk.svg") no-repeat top center / 18px 18px;
	padding-top: 30px;
	color: rgba(33,33,33,1.00);
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 150%;
	margin: 0 0 5.0rem 0;
}
.top_msg_copysub {
	font-size: 16px;
}
.top_msg_txt {
	width: 100%;
	margin: 0 0 1.5rem 0;
}
.top_msg_txt p {
	color: rgba(33,33,33,1.00);
	font-size: 14px;
	line-height: 240%;
	margin: 0px 0px 0px 0px;
}

.top_msg_2 {
	display: flex;
    flex-wrap: wrap;
	align-items: stretch;
	flex-direction: row-reverse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.top_msg_photo_2,
.top_msg_box_2 {
  flex: 100%;
  min-width: 100%;
  display: flex;
}

.top_msg_photo_2 {
	position: relative;
}
.top_msg_photo_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

.box-sq4_2 {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

.top_msg_box_2 {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 50px 30px 50px 30px;
	display: flex;
    align-items: center;
    justify-content: center;
	box-sizing: border-box;
}
.top_msg_box_2::before {
  content: '';
  display: block;
  padding-top: 100%; /* 高さの基準を確保 */
  visibility: hidden;
}



.link_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 250px;
	height: 60px;
	color: rgba(33,33,33,1.00);
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.05em;
	transition: 0.3s;
	margin: 40px 0px;
	border: 1px solid rgba(33,33,33,0.7);
}

.link_btn a:hover {
	color: rgba(33,33,33,1.00);
}

.btn06 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: rgba(33,33,33,0.7);
}

.btn06 a:hover {
	background-color: rgba(33,33,33,0.1);
	border: 1px solid rgba(33,33,33,0.7);
}

.btn06 a:hover::after {
	border-color: #333 #333 transparent transparent;
}


.link_btn02 a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 300px;
	height: 60px;
	color: rgba(255,255,255,1.0);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.08em;
	transition: 0.3s;
	margin: 40px 0px;
	border: 1px solid rgba(255,255,3255,1.0);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.link_btn02 a:hover {
	color: rgba(255,255,255,1.0);
}

.btn07 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: rgba(255,255,255,1.0);
}

.btn07 a:hover {
	background-color: rgba(255,255,255,0.5);
	border: 1px solid rgba(255,255,255,1.0);
}

.btn07 a:hover::after {
	border-color: rgba(255,255,255,1.0) rgba(255,255,255,1.0) transparent transparent;
}

/********/

.zone-top01 {
	margin: 0;
	padding: 100px 0 100px 0;
	background: rgba(255,255,255,1.00);
}

.zone-book {
	width: 90%;
	margin: 0 auto;
}

.zone-top02 {
	margin: 0;
	padding: 80px 0 0px 0;
}

.top_mailmag {
	display: flex;
    flex-wrap: wrap;
	align-items: stretch;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
.top_mailmag_box_l {
	width: 100%;
	background: url("./images/p_top1_3.jpg");
	background-size: cover;
}
.top_mailmag_box_r {
	width: 100%;
	background: url("./images/p_top1_4.jpg");
	background-size: cover;
}

.top_mailmag_tl {
	display: flex;
    flex-wrap: wrap;
	align-items: stretch;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.top_mailmag_ph {
	width: 30%;
	background: url("./images/p_top2_1.jpg");
	background-size: cover;
	background-position: center;
}
.top_mailmag_ph2 {
	width: 30%;
	background: url("./images/p_top2_2_2.jpg");
	background-size: cover;
	background-position: center;
}
.top_mailmag_head {
	width: 70%;
	padding: 0 2rem 0 2rem;
	font-size: 21px;
	line-height: 150%;
	background: rgba(245,234,243,0.5);
	display: flex;
    flex-wrap: wrap;
	align-items:center;
}
.top_mailmag_tex {
	width: 100%;
	margin: 0 auto;
	padding: 40px 40px 60px 40px;
}

.zone-top03 {
	margin: 0;
	padding: 80px 0 0 0;
	background: rgba(255,255,255,1.00);
}

ul.floor-sec {
	list-style: none;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
	/*margin-bottom: 40px;*/
}

ul.floor-sec li {
	list-style: none;
	width: 100%;
	height: auto;
	background: rgba(191,0,8,1.0);
	border-left: 0px solid rgba(255,255,255,1.0);
	border-bottom: 1px solid rgba(255,255,255,1.0);
	border-collapse: collapse;
	box-sizing:border-box;
	float: left;
	margin: 0px 0px 0px 0px;
	/*padding:  30px 25px 30px 25px;*/
	color: rgba(200,200,200,1.0);
	
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
	
.floor-sec-bg {
	/*background: rgba(0,0,0,0.2);*/
	padding: 4rem 2rem 3rem 2rem;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	
}

.floor-sec-tl {
	font-size: 22px;
	color: rgba(255,255,255,1.0);
	line-height: 140%;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0 0 2rem 0;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.floor-sec-tex {
	margin: 0 0 1.5rem 0;
}

.floor-sec-tex p {
	color: rgba(255,255,255,1.0);
	text-align: left;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.zone-top04 {
	margin: 0;
	padding: 80px 0 100px 0;
}

.social-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 5px;
    justify-items: center; 
}

.social-item {
  text-align: center;
  width: 100px; 
}

.social-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: none; 
  overflow: hidden; /* 画像が丸く切り抜かれる */
  margin: 0 auto 15px;
}

.social-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 写真を自然にトリミング */
}

.social-service {
  line-height: 160%;
}

/********/

.button01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 20px auto;
    padding: 0.8em 2em 0.8em 2em;
    width: 300px;
    color: rgba(33,33,33,1.00);
    font-size: 15px;
    font-weight: 500;
	letter-spacing: 0.05em;
    background-color: rgba(255,255,255,1.00);
    border: 0px solid rgba(33,33,33,1.00);
    border-radius: 0px;
}

.button01 a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding: 3px 0px 0px 15px;
    color: rgba(33,33,33,1.00);
}

.button01 a:hover {
    text-decoration: none;
    background-color: rgba(33,33,33,0.2);
}

.button02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 20px auto;
    padding: 0.8em 2em 0.8em 2em;
    width: 400px;
    color: rgba(255,255,255,1.00);
    font-size: 15px;
    font-weight: 500;
	letter-spacing: 0.05em;
    background-color: rgba(33,33,33,1.00);
    border: 0px solid rgba(33,33,33,1.00);
    border-radius: 0px;
}

.button02 a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding: 3px 0px 0px 15px;
}

.button02 a:hover {
    text-decoration: none;
     background-color: rgba(33,33,33,0.6);
}

/* ************************************************ 
/* 一覧表示用 
***************************************************/

.item-img {
	margin: 0px 0px 25px 0px;
}
.item-img img {
	border-radius: 0px;
}

.item-cat {
    color: rgba(255,255,255,1.00);
    width: auto;
	font-size: 13px;
	font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.02em;
    margin: -0.3rem 0 0.7rem 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.item-cat a {
    color: rgba(255,255,255,1.00);
    background: rgba(97,97,97,0.6);
    border-radius: 15px;
    padding: 0.2rem 0.8rem 0.3rem 0.8rem;
	display: inline-block;  /* ← これもあると完璧 */
    max-width: 100%;        /* ← これで a の中で省略される */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-cat a:hover {
    color: rgba(255,255,255,1.00);
    background: rgba(97,97,97,1.0);
}

.item-title {
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.03em;
	margin: 0px 0px 0.5rem 0px;
}

.item-pr {
	color: #A30000;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 0.03em;
	margin: 0 0 0.2rem 0;
}

.item-auth {
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 0.03em;
	margin: 0 0 0.7rem 0;
}

.item-det {
	margin: 1rem 0 1rem 0;
}

.item-go {
	float: none;
	margin: 0rem 0rem 0.5rem 0;
}
.item-go a {
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.03em;
	margin: 0;
}
.item-go a::before {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding: 3px 5px 0px 0px;
    color: rgba(33,33,33,1.00);
}
	
.item-buy-l {
	margin: 0 0 0 0;
}
.item-buy-l a {
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.03em;
	margin: 0;
}
.item-buy-l a::before {
	font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-weight: 800;
    padding: 3px 5px 0px 0px;
    color: rgba(33,33,33,1.00);
}

.item-buy {
	margin: 0 0 0 0;
}
.item-buy a {
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.03em;
	margin: 0;
}
.item-buy a::before {
	font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-weight: 800;
    padding: 3px 5px 0px 0px;
    color: rgba(33,33,33,1.00);
}


.item-tag {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 2.2rem;
}
.item-tag a {
	border: 1px solid rgba(255,255,255,1.0);
	border-radius: 15px;
	background: rgba(255,255,255,1.00);
	padding: 3px 10px;
	margin: 0px 0.4rem 0 0;
}
.item-tag a:hover {
	color: rgba(255,255,255,1.00);
	border: 1px solid rgba(155,155,155,1.0);
	background: rgba(155,155,155,1.0);
}


/* ************************************************ 
*	2nd~
* ************************************************ */

.adj-sp-head {
    height: 0px;
}

/* ************************************************ 
*	ページヘッダー
* ************************************************ */
.page-bar-no,
.page-bar-general,
.page-bar-news,
.page-bar-book,
.page-bar-series,
.page-bar-series-kai,
.page-bar-series-inoue,
.page-bar-girl,
.page-bar-mailmag,
.page-bar-shop,
.page-bar-contact,
.page-bar-storelist,
.page-bar-pp,
.page-bar-about { 
	width: 100%;
	height: 250px;	
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFF;
	border-bottom: solid 0px #DEDEDE;
}
.page-bar-mirekaru { 
	width: 100%;
	height: 300px;	
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFF;
	border-bottom: solid 0px #DEDEDE;
}

.page-bar-entry01 { 
	width: 100%;
	height: 88px;	
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFF;
	background: rgba(0,0,0,0.8);
	border-bottom: solid 0px #DEDEDE;
}


.page-bar-no {
	background: url(./images/bar-no.jpg);
	background-size: cover;
	background-position: center center;
	/*background-attachment: fixed;*/
}
.page-bar-general {
	background: url(./images/bar-general.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-news { 
	background: url("./images/bar-news.jpg");
	background-size: cover;
	background-position: center center;
}

.page-bar-book { 
	background: url(./images/bar-book02.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-series { 
	background: url(./images/bar-series02.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-girl { 
	background: url(./images/bar-girl.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-mirekaru { 
	background: url(./images/bar-mirekaru.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-mailmag { 
	background: url(./images/bar-mailmag.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-shop { 
	background: url(./images/bar-shop.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-contact { 
	background: url(./images/bar-contact.jpg);
	background-size: cover;
	background-position: center center;
}
	
.page-bar-storelist { 
	background: url(./images/bar-storelist.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-pp { 
	background: url(./images/bar-pp.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-about { 
	background: url(./images/bar-about02.jpg);
	background-size: cover;
	background-position: center center;
}

.page-bar-news02  { /*single*/
	width: 100%;
	height: 230px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	display: flex;
	align-items: center;
	justify-content: center;	
	text-align: center;
	color: #FFF;
	border-bottom: solid 0px #DEDEDE;
}

.page-bar-news02 { /*NEWS single*/
	background: url(./images/bali_02.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}


.bar-box-mid {
	vertical-align: middle;
	text-align: center;
	margin: 0px auto 0px auto;
}

h2.bar-title {
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 0px auto 5px auto;
	background: url("./images/logo-star-w.svg") no-repeat top center / 18px 18px;
	padding-top: 30px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

h2.bar-title a {
	color: rgba(255,255,255,1.00);
}

.bar-subtitle {
	color: #fff;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.08em;
	/*text-shadow: 2px 2px 2px rgba(0,0,0,0.3);*/
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
/*********************** ページヘッダー */

.mtl-wrap {
	position: relative;
	margin-top: 60px;
}

.fukidashi-pos {
	position: absolute;
    right: 0px;        /* タイトルの右端が基準になる */
    top: -60px;         /* 上下の微調整 */
    transform: rotate(10deg);
    white-space: nowrap;
}
.fukidashi01 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    text-align: center;
	font-size: 14px;
	letter-spacing: 0.03em;
	line-height: 160%;
	margin-bottom: 10px;
}
.fukidashi01:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: black;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.fukidashi01:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: black;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.fukidashi01:before {
    left:0;
}
.fukidashi01:after {
    right: 0;
}

.mlg-pos {
	width: 100px;
	margin: 1rem 0;
}
.mlg-pos-mag {
	width: 130px;
	margin: 1rem 0;
}

/* 画像を背景にする */
.m-hero {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像のcoverと同じ効果 */
    display: block;
}

/* 背景動画 */
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* 暗めのオーバーレイ */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  z-index: 2;
}

/* テキストエリア */
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 左右真ん中 */
    text-align: center;
    color: #fff;
    z-index: 3;
	
	width: 80%;/* スマホ用 */
    max-width: 280px;
}

/*.hero-content h2 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.hero-content p {
    line-height: 2;
}

.hero-btn {
    display: inline-block;
    padding: 0.5em 1em;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 1px;
    font-size: 0.9rem;
}*/


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


#main {
	width: 100%;
	margin: 0px 0px 100px 0px;
	padding: 0 0 0 0;
}


.adj-blog { /* ブログ記事幅 */
	width: 100%;
	margin-top: 0px;
	margin-bottom: 80px;
}
.adj-blog img {
	border-radius: 0px;
}


.box-single01 { /* シングル記事幅 */
	width: 100%;
	margin: 0px auto 0px auto;
}

.box-single01 img {
	border-radius: 0px;
}

p {
    line-height: 220%;
    letter-spacing: 0.03em;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

p a {
    text-decoration:underline;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

p a:hover {
	color: rgba(33,33,33,1.00);
}

p a:active, a:focus {
outline: 0;
}

.box-title {
	position: relative;
	margin: 0px 0px 30px 0px;
	padding: 0rem 0rem 1.2rem 0rem;
	border-bottom: 3px solid rgba(216,216,216,1.00);
}
.box-title:before {
    position: absolute;
    bottom: -13px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 13px 12px 0 12px;
    border-style: solid;
    border-color: rgba(216,216,216,1.00) transparent transparent transparent;
}
.box-title:after {
    position: absolute;
    bottom: -10px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 13px 12px 0 12px;
    border-style: solid;
    border-color: rgba(245,234,243,1.0) transparent transparent transparent;
}
	
.blog-title {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 24px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.03em;
	
}

.blog-title a {
	text-decoration:none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

.blog-title a:hover {
	color: rgba(33,33,33,1.00);
}

.blog-title-series {
	margin: 0px 0px 1.5rem 0px;
	padding: 0px 0px 0px 0px;
	font-size: 28px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.03em;
	text-align: center;	
}
.blog-title-series a {
	text-decoration:none;
	transition: 0.5s;
}
.blog-title a:hover {
	color: rgba(33,33,33,1.00);
}

.blog-taxo-series {
	margin: 0px 0px 1.5rem 0px;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.03em;
	text-align: center;		
}

.blog-foot-series {
	border-top: 2px solid #ddd;
	margin: 80px 0 30px 0;
	padding: 30px 0 0px 0;
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.auth_ph {
	width: 25%;
	margin: 0 0 15px 0;
}
.auth_tex {
	width: 70%;
	margin: 0 0 15px 0;
}
.auth_name {
	font-size: 18px;
	margin: 0 0 1rem 0;
}
.auth_list {
	margin: 2.5rem 0 0 0;
}


#blog-foot {
	text-align: left;
	margin: 80px 0 0 0;
	padding: 0.8rem 1.2rem;
	background: rgba(33,33,33,0.05);
	overflow: hidden;
	height: 100%;
	border-radius: 0px;
}

/* ページャー*/
#next {
font-weight:lighter;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

#next-archives {
text-align: center;
margin-top: -50px;
padding-bottom: 30px;
}

.next-pagenavi{
text-align:center;
margin-top:10px;
}


/* ページャー追加 */
.pager{
	margin-top: 40px;
    margin-bottom: 40px;
    text-align:center
}
 
a.page-numbers,
.pager .current{
	color: rgba(33,33,33,1.00);
    background-color: #FFF;
    border: solid 1px rgba(33,33,33,0.5);
    border-radius: 10px;
    padding: 8px 15px;
    margin:0 2px;
}
 
.pager .current{
	color: #FFF;
    background-color: rgba(33,33,33,0.5);
    border: solid 1px rgba(33,33,33,0.0);
}
 
.pager a:hover{
    color: #FFF;
    border: solid 1px rgba(33,33,33,0.5);
    background-color: rgba(33,33,33,1.00);
}






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

.footer-inner {
	margin: 0px auto 0px auto;
	max-width: 90%;
	_width: 90%;
}
	
.footer-main {
	float: none;
	width: 100%;
	margin: 0px 0px 30px 0px;
}

.footer-top-inner {
	margin: 0px auto 0px auto;
	padding: 10px 0px;
	max-width: 90%;
	_width: 90%;
	font-size: 13px;
}
	
.footer-sup {
	float: none;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
#footlogo img {
	width: 40px;
}
#copyright {
	font-size: 10px;
}
	
#footer ul.footer-nav-sbs {
	width: 100%;
	list-style: none;
	margin: 0px 0px 30px 0px;
}

#footer ul.footer-nav-sbs li {
	list-style: none;
	display: block;
	vertical-align: top;
	margin: 0px 20px 20px 0px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#footer ul.footer-nav-sbs li a {
	color: rgba(33,33,33,1.00);
	padding: 0px 0px 0px 0px;
}

#footer ul.footer-nav-sbs li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 800;
    padding-right: 6px;
    color: rgba(33,33,33,1.00);
}

#footer ul.footer-nav-sbs li a:hover {
	color: rgba(33,33,33,0.6);
}

ul li.quarter_list_author { height: auto; }
#likebox2,#likebox1,#likebox0,#likebox,#likebox_one {width: 100%;}
#likebox0 { margin-bottom:20px;}
.facebookOuter2,.facebookOuter1,.facebookOuter0,.facebookOuter,.facebookOuter_one {max-width: 100%; }
.shop_box2_l,.shop_box_l {float: none; width: 100%; margin-bottom:30px;}
.shop_box2_r,.shop_box_r {float: none; width: 100%;}
.shop_box2_r iframe,.shop_box_r iframe {width: 100%; height: 320px;}
.search {display: none;}
div.wp-caption,div.wp-caption img {max-width: 100%;}
div.alignright img {margin: 0px 0px 0px 0px;}
div.alignleft img {padding:0px;margin: 0px 0px 0px 0px;}
.go_a_right {margin: 5px 0px 20px 0px;}
.go_a_right3 {margin: 5px 0px 20px 0px;}

	
#s-catch .title{
	width:180px;
}

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

.adj-head {
	padding-top: 0px;
}

	
}


/* Mobile (Landscape) 画面の横幅が480px〜768pxまで */

@media only screen and (min-width: 480px) and (max-width: 768px) {
.wrapper { width: 420px; }
.wrapper-2 { width: 420px; }

.cycle-slideshow { overflow: hidden; width: 95%; height: 280px; margin-bottom:-50px;}
.footer-inner { width: auto;}
}


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

}