@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

 /* ヘッダーを固定 */
 @media (min-width: 960px) {
  .l-header {
    position: fixed!important;
    background: transparent;
  }
  .p-breadcrumb {
    margin-top: calc(var(--logo_size_pc) + 32px);
  }
}
/* 下層ページのヘッダー幅をトップに合わせる */
.l-header .l-container {
  max-width: 100%!important;
}
/* ヘッダーメニューを非表示 */
nav#gnav {
  display: none;
}

.l-header__menuBtn.sp_ {
  display: block!important; /* ハンバーガーボタンを表示 */
}
.-series .l-header__inner {
  align-items: center;  /* ハンバーガーボタンの上下位置調整 */
}
/* menu */
.p-spMenu__nav{
	display: none;
}

.p-spMenu {
  display: block; /* 開閉メニューを有効 */
}

.p-spMenu__inner {
	--color_menu_text: #ffffff; /* メニューテキストの色 */
	--color_menu_bg: #373738; /* 開閉メニューの背景色 */
  width: 30vw;
}
.p-spMenu__overlay {
  background: transparent;
}
.c-iconBtn__icon {
    display: block;
    padding: 4px;
    font-size: 48px;
    color: #EE9730;
    background: #fff;
 }
.icon-search{
 display: none;
}
 .p-spMenu__closeBtn .c-iconBtn__icon{
  font-size: 56px;
  background: none;
 }
.-right .p-spMenu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
  transition: opacity .45s;
}
[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.p-spMenu__inner::before {
  background: var(--color_menu_bg);
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.p-spMenu__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: var(--color_menu_text);
}

/* .menulogo img{
  width: 60%;
} */
@media (min-width:599px) and (max-width:1024px){
	.p-spMenu__inner {
	--color_menu_text: #ffffff; /* メニューテキストの色 */
	--color_menu_bg: #373738; /* 開閉メニューの背景色 */
  width: 45vw;
　}
}
@media (max-width: 599px) {
	.p-spMenu__inner {
    --color_menu_text: #ffffff;
    --color_menu_bg: #373738;
    width: 80vw;
}
  .p-spMenu__body {
    font-size: 5vw;
  }
	.c-iconBtn__icon {
    display: block;
    padding: 4px;
    font-size: 24px;
    color: #EE9730;
    background: #fff;
 }
 .p-spMenu__closeBtn .c-iconBtn__icon{
  font-size: 24px;
 }
}
/* 開閉メニュー内のタイトルを非表示 */
.c-widget__title.-spmenu {
  display: none;  
}
/* メニューリンクの設定 */
.c-spnav a {
  border-bottom: none;
}
.c-gnav .sub-menu a:before, .c-listMenu a:before {
  content: none;
}
.p-spMenu__inner a {
  padding: 1em 0;
  text-align: center;
  transition: transform .5s;
}
.p-spMenu__inner a:hover {
  color: #EE9730;
  padding-left: inherit;
  padding-right: inherit;
  background-color: inherit;
  transform: scale(1.1)
}
/* 閉じるボタンの設定 */
.c-iconBtn {
  color: var(--color_menu_text);
}
@media (min-width: 960px) {
  .-right .p-spMenu__closeBtn {
    right: var(--swl-pad_container,0);
    height: calc(var(--logo_size_pc) + 32px);
  }
}

/* 記事スライダー */
.swiper-slide{
    width: 48%;
    display: flex;
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
} 
.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
}
.swiper-pagination {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-top: 16px;
    width: 100%;
}
.swiper-bullet {
    box-shadow: none;
    cursor: pointer;
    display: flex;
    text-decoration: none;
}
.swiper-bullet:before {
    background: #c3c4c7;
    border-radius: 10px;
    content: "";
    height: 10px;
    margin: 4px;
    transition: background .2s ease;
    width: 10px;
}
.swiper-pagination{
	bottom:0!important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ee9730;
    opacity: 1;
}

/*文字部分*/
.slides-article, .slides-date {
    color: #000;
}
.slides-date {
    padding: 0 1em 0 1em;
    font-size: .8em;
}
.slides-article {
    padding: 0 1em 1em 1em;
    font-size: 0.9em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
/*矢印関連*/
.swiper-button-next, .swiper-button-prev {
    background: rgb(255 255 255 / 0%);
    color: #ee9730;
}
.motoki-recommended-slider {
    position: relative;
}
.motoki-recommended-slider .swiper-button-prev{
    left: -2em;
}
.motoki-recommended-slider .swiper-button-next{
    right: -2em;
}


/* youtube modal */
.modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
	z-index: 2;
}

.modal-content {
    background-color: #888;
    margin: 15% auto;
    padding: 30px;
    border: 1px solid #888;
    border-radius: 3em;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
    position: relative;
    z-index: 4;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.menulogo img {
    width: 60%;
　}
.p-articleFoot{
 display: none;
}
@media screen and (max-width: 768px){
	.menulogo img {
    width: 45%;
　}
.close {
	font-size: 20px;
}
.modal-content {
    padding: 16px;
    width: 95%;
    height: 57%;
    border-radius: 10px;    
	}
	.modal-content .has-text-align-center {
    font-size: .7em!important;
	}
	.modal-content .u-mb-40, .modal-content .u-mb-30 {
	    margin-bottom: .5em!important;
	}
}