body {
	-webkit-font-smoothing:  inherit;
	-moz-osx-font-smoothing: inherit;
}

/*リンククリック時の青い線を削除*/
*:focus {
    outline: 0 !important;
}

/*ナビゲーションメニューの背景色 */
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:active{
    background-color: #fff;
}

/*コンテナ共通設定縦0*/
@media screen and (min-width: 1201px) {
.wrapper_container {
	padding: 0px 16px;
	}
}

@media screen and (max-width: 1200px) {
.wrapper_container {
	padding: 0px 32px;
	}
}

@media screen and (max-width: 767px) {
.wrapper_container {
	padding: 0px 24px;
	}
}

html, body, h1, h2, h3, h4, h5, h6, p, .elementor-nav-menu--main, .elementor-widget-posts .elementor-post__title a, .elementor-widget-posts .elementor-post__meta-data, .elementor-widget-heading .elementor-heading-title, .elementor-widget-toggle .elementor-toggle .elementor-tab-title, .elementor-widget-form .elementor-field-subgroup label, .elementor-widget-form .elementor-field-subgroup label, .elementor-widget-text-editor, .elementor-widget-nav-menu .elementor-nav-menu--main, .elementor-widget-form .elementor-button, .elementor-widget-form .elementor-field-group > label, .elementor-posts .elementor-post__excerpt p {
/*font-family: 'Noto Sans JP',"Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
		font-family: "Helvetica", 'Noto Sans JP', sans-serif;
		color: #000;
}

h1 {font-size: 25px; line-height: 1.5em;}
h2 {font-size: 18px; line-height: 1.6em;}
h3 {font-size: 17px; line-height: 1.65em;}
h4 {font-size: 16px; line-height: 1.7em;}
h5 {font-size: 15px; line-height: 1.75em;}
h6 {font-size: 14px; line-height: 1.75em;}
p, dl, dt, dd, ol, ul, li, label {font-size: 14px; line-height: 1.75em; font-weight:normal;}
dl, dt, dd, ol, ul {
	margin-bottom:1rem;
}

.elementor-select-wrapper select {font-size: 14px !important; line-height: 1.75em !important;}

.elementor-posts .elementor-post__title,.elementor-posts .elementor-post__excerpt p, .elementor-tab-title a 
{font-size: 14px; line-height: 1.75em;}

.elementor-toggle-icon-opened,
.elementor-toggle-icon-closed {
	margin-top:4px; 
}

a {
		color: #06377a;
}

a:visited {
   color: #06377a;
}

h1, h2, h3, h4, h5, h6, .elementor-widget-heading .elementor-heading-title, .elementor-widget-toggle .elementor-toggle .elementor-tab-title, .elementor-widget-form .elementor-field-group > label {
   font-weight: 600;
}

h1.entry-title {
			display:none;
}

/*
 h1, h2, h3, h4, h5, h6, .elementor-widget-heading .elementor-heading-title, .elementor-widget-toggle .elementor-toggle .elementor-tab-title, .elementor-widget-form .elementor-field-group > label {
   font-weight: 600;
}

h1.entry-title {
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px;
	font-size: 25px;
}
*/

.elementor-button-text h2,
.elementor-button-text p {
    color: inherit;
}

.elementor-widget-heading .elementor-heading-title {
			line-height: 1.5em;
}

#copyright p,
p#breadcrumbs,
#annotation p {
	font-size: inherit;
}

.elementor-message {
    margin: 30px 0;
    font-size: 14px;
    line-height: 1.75em;
}

figcaption {
    font-size: 14px;
    line-height: 1.75em;
    font-style: inherit;
}
.wp-caption-text {
	margin-top: 5px;
}

.elementor-lightbox-image {
    max-width: 100%;
}

/* Go to top */
#page-top{
    height: 35px;
    width: 48px;
    position:fixed;
    right:75px;
    bottom:0;
    display: none;
    z-index:100000;
}
@media screen and (max-width: 800px) {
#page-top{
    right:15px;
}
}
 
#page-top a{
    background-color: #333;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0; 
    color:#fff;
    padding:10px;
    text-decoration:none;
    display:block;
    cursor:pointer;
    text-align:center;
    line-height:100%;
    transition: all .2s ease-in-out 0s;
}
 
#page-top a:hover{
		background-color: #cc0000;
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    transition:all 0.2s;
}

/* br */
@media screen and (min-width: 1025px) {
    .br-on-pc {
        display: inherit;
    }
    .br-on-mobile {
        display: none;
    }
    .br-on-tablet {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .br-on-pc {
        display: none;
    }
    .br-on-tablet {
        display: inherit;
    }
	  .br-on-mobile {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .br-on-pc {
        display: none;
    }
    .br-on-tablet {
        display: none;
    }
	  .br-on-mobile {
        display: inherit;
    }
}

/* Mobile Hamburger Menu */
@media(max-width: 768px) {
.html-lock {
 	overflow:auto;
	height: 100%;
	}
.body-lock {
	overflow:hidden;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0px);
	}
.mobile-menu .elementor-nav-menu--dropdown {
		background-color:rgba(0,0,0,0.3)!important;
	}
	.mobile-menu .sub-menu.elementor-nav-menu--dropdown {
		background-color:#ffffff !important;
	}
.mobile-menu .elementor-nav-menu--dropdown .elementor-item {
  		background-color:#ffffff;
	}
.mobile-menu .elementor-nav-menu__container {
	padding: 0 0 400px 0;
	}
.mobile-menu .elementor-nav-menu .sub-arrow {
	padding: 10px 10px 10px 150px;
	display: inline-block;
	}
.mobile-menu .current-product-parent a.has-submenu ,
.mobile-menu current-product-parent a:hover.has-submenu  {
		background-color:#f0f4ff !important;
	}
.mobile-menu .sub-menu {
  		background-color:#ffffff;
	padding-left:10px;
	}
.mobile-menu .elementor-sub-item {
    padding-right: 10px !important;
	}
.mobile-menu .elementor-nav-menu .sub-arrow a {
/* margin-left: 5px; */
	}
}

/* MailChimp */
#mc_embed_signup  [type="submit"]:not(:disabled) {
	background-color: #007bc6;
	color: #ffffff;
	font-weight: bold;
	line-height: 1em;
	border-radius: 3px;
	border: 0;
	font-family: initial;
	font-size: 15px;
	width: 50%;
}

/* Page scroll to id */
@media screen and (max-width: 1024px) {
	#ps2id-dummy-offset {
		height:70px;
	}
}
@media screen and (min-width: 1025px) {
	#ps2id-dummy-offset {
		height:130px;
	}
}

/* reCAPTCHA */
.grecaptcha-badge {
	z-index: 99999;
}


/*--------- 以下リニューアルの仕様 ---------*/


/* テキスト一部グラデ */
.txt-grad {
  background: linear-gradient(135deg, #0091F8, #D144D5, #F45503);
  -webkit-background-clip: text; /* Safari, Chrome */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Safari, Chrome */
  color: transparent; /* 念のため */
}

/* テキスト一部グリーン */
.txt-mark {
  background-color: #00FF00;
}

.scroll-wrapper {
	position: relative;
  padding-left: max(
    calc((100vw - 1200px) / 2),
    24px
  );
}

/* 横スクロール本体 */
.horizontal-scroll {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-right: 340px; /* 300 + gap */
  -webkit-overflow-scrolling: touch;
}

/* スクロールバー非表示 */
.horizontal-scroll::-webkit-scrollbar {
  display: none;
}

/* カード */
.scroll-card {
  position: relative;
  min-width: 300px;
  scroll-snap-align: start;
  border-radius: 24px;
  background: #fff;
}

/* 矢印エリア */
.card-arrows {
  display: flex;
  gap: 10px;
  opacity: 1;
  transition: opacity .2s ease;
}

.card-arrows .arrow-prev,
.card-arrows .arrow-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e2e2e5;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;

  transition:
    background .2s ease,
    transform .15s ease,
    box-shadow .2s ease;
}

.card-arrows .arrow-prev:hover,
.card-arrows .arrow-next:hover {
  background: #F3F6F6;
  transform: scale(1.05);
}

.card-arrows .arrow-prev:active,
.card-arrows .arrow-next:active {
  transform: scale(0.96);
}
