@charset "UTF-8";
/*———————————

custom.scss

———————————*/
@import url("https://fonts.googleapis.com/css2?family=Mitr&display=swap");
@import url("https://use.typekit.net/xfc7gnk.css");
/*
breakpoints
———————————*/
.fixed-btn {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 9999;
  outline: none;
  border: none;
  background: none;
}
.fixed-btn a {
  font-size: 12px;
}

/*
common
———————————*/
body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif, "Noto Sans JP"!important;
  color: #2D2D2D;
  position: relative;
}

a:hover {
  text-decoration: none;
}

.text-en {
  font-family: "Mitr", sans-serif;
  font-weight: 400;
}

.text-ja {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

#content {
  padding-bottom: 0;
}

div .max-2-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
a.link-underline {position: relative;}
a.link-underline:hover {color:#0481A2;}
a.link-underline:after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: -10%;
  width: 120%;
  height: 2px;
  background:#0481A2;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
a.link-underline:hover:after {transform: scale(1, 1);}
button {
  padding: 0;
  border: none;
  outline: none;
}
input {outline: none;}

/*
  content
  ———————————*/
.index-content {
  width: 100%;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn .btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  height: 50px;
  border: 2px solid #2b2b2b;
  border-radius: 6px;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.btn .btn-link:hover::before {
  right: -15%;
}
.btn .btn-link:hover::after {
  right: -32px;
}
.btn .btn-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -12%;
  width: 55px;
  height: 2px;
  background: #2b2b2b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn .btn-link::after {
  content: "";
  position: absolute;
  top: 44%;
  right: -25px;
  width: 12px;
  height: 2px;
  background: #2b2b2b;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.archive,
.page,
.single {
  background: #fff;
}
@media screen and (max-width: 768.98px) {
  .archive #container,
  .page #container,
  .single #container {
    margin-top: -30px;
  }
}
.archive #breadcrumb,
.page #breadcrumb,
.single #breadcrumb {
  background: #fff;
}
input.searchform__input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: none;
  background: #f1f1f1;
  border-radius: 100vh;
  font-size: 12px;
  padding-left: 30px;
}
.searchform .searchform__submit {
  background: none;
  border-bottom: none;
  color: #a3a3a3;
}
.archive .cusGoalsWidget .widgettitle,
.page .cusGoalsWidget .widgettitle,
.single .cusGoalsWidget .widgettitle,
.archive .widget_categories .widgettitle,
.page .widget_categories .widgettitle,
.single .widget_categories .widgettitle,
.archive .widgettitle,
.page .widgettitle,
.single .widgettitle {
  background: #f1f1f1;
  color: #2b2b2b;
  text-align: center;
  font-size: 16px;
  border-radius: 15px 0 15px 0;
}
.archive .cusGoalsWidget .widgettitle:before,
.page .cusGoalsWidget .widgettitle:before,
.single .cusGoalsWidget .widgettitle:before,
.archive .sidebar .widget_categories .widgettitle:before,
.page .sidebar .widget_categories .widgettitle:before,
.single .sidebar .widget_categories .widgettitle:before,
.archive .sidebar .my_popular_posts .widgettitle:before,
.page .sidebar .my_popular_posts .widgettitle:before,
.single .sidebar .my_popular_posts .widgettitle:before {
  display: none;
}
.archive .widget,
.page .widget,
.single .widget {
  font-size: 14px;
}
.archive .cat-item,
.page .cat-item,
.single .cat-item {
  padding: 8px 0;
}
.archive .cat-item:not(:last-of-type),
.page .cat-item:not(:last-of-type),
.single .cat-item:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
}
.archive .show_num li .rank,
.page .show_num li .rank,
.single .show_num li .rank {
  border-radius: 0;
  color: #2b2b2b;
}
.archive .accent-bc,
.page .accent-bc,
.single .accent-bc {
  background: #f8f8f8;
}
.archive .show_num li:nth-child(n+4) .rank,
.page .show_num li:nth-child(n+4) .rank,
.single .show_num li:nth-child(n+4) .rank {
  background: #f8f8f8;
}
.archive .sidebar,
.page .sidebar,
.single .sidebar {
  margin-top: 25px;
}
@media screen and (max-width: 768.98px) {
  .archive .sidebar,
  .page .sidebar,
  .single .sidebar {
    margin-top: 0;
  }
}
.archive .cus_widget_goals_wrapper,
.page .cus_widget_goals_wrapper,
.single .cus_widget_goals_wrapper {
  margin-top: 25px;
}
.archive .widget ul li a,
.page .widget ul li a,
.single .widget ul li a {
  color: #2b2b2b;
  padding: 0;
}
.archive .featured_posts_widget,
.page .featured_posts_widget,
.single .featured_posts_widget,
.archive .featured_posts_widget--featured,
.page .featured_posts_widget--featured,
.single .featured_posts_widget--featured,
.archive .featured_posts_widget--small,
.page .featured_posts_widget--small,
.single .featured_posts_widget--small,
.archive .featured_posts_widget--thumb,
.page .featured_posts_widget--thumb,
.single .featured_posts_widget--thumb,
.archive .my-widget.show_num,
.page .my-widget.show_num,
.single .my-widget.show_num {
  padding: 0;
}
.archive .featured_posts_widget li,
.page .featured_posts_widget li,
.single .featured_posts_widget li,
.archive .featured_posts_widget--featured li,
.page .featured_posts_widget--featured li,
.single .featured_posts_widget--featured li,
.archive .featured_posts_widget--small li,
.page .featured_posts_widget--small li,
.single .featured_posts_widget--small li,
.archive .featured_posts_widget--thumb li,
.page .featured_posts_widget--thumb li,
.single .featured_posts_widget--thumb li,
.archive .my-widget.show_num li,
.page .my-widget.show_num li,
.single .my-widget.show_num li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
}
@media screen and (max-width: 1029.98px) {
  .archive .featured_posts_widget li,
  .page .featured_posts_widget li,
  .single .featured_posts_widget li,
.archive .featured_posts_widget--featured li,
.page .featured_posts_widget--featured li,
.single .featured_posts_widget--featured li,
.archive .featured_posts_widget--small li,
.page .featured_posts_widget--small li,
.single .featured_posts_widget--small li,
.archive .featured_posts_widget--thumb li,
.page .featured_posts_widget--thumb li,
.single .featured_posts_widget--thumb li,
.archive .my-widget.show_num li,
.page .my-widget.show_num li,
.single .my-widget.show_num li {
    padding: 20px 3vw;
  }
}
.archive .featured_posts_widget li:not(:last-of-type),
.page .featured_posts_widget li:not(:last-of-type),
.single .featured_posts_widget li:not(:last-of-type),
.archive .featured_posts_widget--featured li:not(:last-of-type),
.page .featured_posts_widget--featured li:not(:last-of-type),
.single .featured_posts_widget--featured li:not(:last-of-type),
.archive .featured_posts_widget--small li:not(:last-of-type),
.page .featured_posts_widget--small li:not(:last-of-type),
.single .featured_posts_widget--small li:not(:last-of-type),
.archive .featured_posts_widget--thumb li:not(:last-of-type),
.page .featured_posts_widget--thumb li:not(:last-of-type),
.single .featured_posts_widget--thumb li:not(:last-of-type),
.archive .my-widget.show_num li:not(:last-of-type),
.page .my-widget.show_num li:not(:last-of-type),
.single .my-widget.show_num li:not(:last-of-type) {
  border-bottom: 1px solid #dbdbdb;
}
.archive .featured_posts_widget .featured_posts__thumb,
.page .featured_posts_widget .featured_posts__thumb,
.single .featured_posts_widget .featured_posts__thumb,
.archive .featured_posts_widget--featured .featured_posts__thumb,
.page .featured_posts_widget--featured .featured_posts__thumb,
.single .featured_posts_widget--featured .featured_posts__thumb,
.archive .featured_posts_widget--small .featured_posts__thumb,
.page .featured_posts_widget--small .featured_posts__thumb,
.single .featured_posts_widget--small .featured_posts__thumb,
.archive .featured_posts_widget--thumb .featured_posts__thumb,
.page .featured_posts_widget--thumb .featured_posts__thumb,
.single .featured_posts_widget--thumb .featured_posts__thumb,
.archive .my-widget.show_num .featured_posts__thumb,
.page .my-widget.show_num .featured_posts__thumb,
.single .my-widget.show_num .featured_posts__thumb {
  max-width: 77px;
}
.archive .featured_posts_widget .featured_posts__thumb a img,
.page .featured_posts_widget .featured_posts__thumb a img,
.single .featured_posts_widget .featured_posts__thumb a img,
.archive .featured_posts_widget--featured .featured_posts__thumb a img,
.page .featured_posts_widget--featured .featured_posts__thumb a img,
.single .featured_posts_widget--featured .featured_posts__thumb a img,
.archive .featured_posts_widget--small .featured_posts__thumb a img,
.page .featured_posts_widget--small .featured_posts__thumb a img,
.single .featured_posts_widget--small .featured_posts__thumb a img,
.archive .featured_posts_widget--thumb .featured_posts__thumb a img,
.page .featured_posts_widget--thumb .featured_posts__thumb a img,
.single .featured_posts_widget--thumb .featured_posts__thumb a img,
.archive .my-widget.show_num .featured_posts__thumb a img,
.page .my-widget.show_num .featured_posts__thumb a img,
.single .my-widget.show_num .featured_posts__thumb a img {
  border-radius: 5px;
}
.archive .featured_posts_widget .featured_posts__detail a,
.page .featured_posts_widget .featured_posts__detail a,
.single .featured_posts_widget .featured_posts__detail a,
.archive .featured_posts_widget--featured .featured_posts__detail a,
.page .featured_posts_widget--featured .featured_posts__detail a,
.single .featured_posts_widget--featured .featured_posts__detail a,
.archive .featured_posts_widget--small .featured_posts__detail a,
.page .featured_posts_widget--small .featured_posts__detail a,
.single .featured_posts_widget--small .featured_posts__detail a,
.archive .featured_posts_widget--thumb .featured_posts__detail a,
.page .featured_posts_widget--thumb .featured_posts__detail a,
.single .featured_posts_widget--thumb .featured_posts__detail a,
.archive .my-widget.show_num .featured_posts__detail a,
.page .my-widget.show_num .featured_posts__detail a,
.single .my-widget.show_num .featured_posts__detail a {
  font-size: 13px;
}
.archive .featured_posts_widget .my-widget__img img,
.page .featured_posts_widget .my-widget__img img,
.single .featured_posts_widget .my-widget__img img,
.archive .featured_posts_widget--featured .my-widget__img img,
.page .featured_posts_widget--featured .my-widget__img img,
.single .featured_posts_widget--featured .my-widget__img img,
.archive .featured_posts_widget--small .my-widget__img img,
.page .featured_posts_widget--small .my-widget__img img,
.single .featured_posts_widget--small .my-widget__img img,
.archive .featured_posts_widget--thumb .my-widget__img img,
.page .featured_posts_widget--thumb .my-widget__img img,
.single .featured_posts_widget--thumb .my-widget__img img,
.archive .my-widget.show_num .my-widget__img img,
.page .my-widget.show_num .my-widget__img img,
.single .my-widget.show_num .my-widget__img img {
  border-radius: 5px;
  border: none;
}
.archive .featured_posts_widget .my-widget__text,
.page .featured_posts_widget .my-widget__text,
.single .featured_posts_widget .my-widget__text,
.archive .featured_posts_widget--featured .my-widget__text,
.page .featured_posts_widget--featured .my-widget__text,
.single .featured_posts_widget--featured .my-widget__text,
.archive .featured_posts_widget--small .my-widget__text,
.page .featured_posts_widget--small .my-widget__text,
.single .featured_posts_widget--small .my-widget__text,
.archive .featured_posts_widget--thumb .my-widget__text,
.page .featured_posts_widget--thumb .my-widget__text,
.single .featured_posts_widget--thumb .my-widget__text,
.archive .my-widget.show_num .my-widget__text,
.page .my-widget.show_num .my-widget__text,
.single .my-widget.show_num .my-widget__text {
  padding-left: 20px;
}
.archive .featured_posts_widget .my-widget__img,
.page .featured_posts_widget .my-widget__img,
.single .featured_posts_widget .my-widget__img,
.archive .featured_posts_widget--featured .my-widget__img,
.page .featured_posts_widget--featured .my-widget__img,
.single .featured_posts_widget--featured .my-widget__img,
.archive .featured_posts_widget--small .my-widget__img,
.page .featured_posts_widget--small .my-widget__img,
.single .featured_posts_widget--small .my-widget__img,
.archive .featured_posts_widget--thumb .my-widget__img,
.page .featured_posts_widget--thumb .my-widget__img,
.single .featured_posts_widget--thumb .my-widget__img,
.archive .my-widget.show_num .my-widget__img,
.page .my-widget.show_num .my-widget__img,
.single .my-widget.show_num .my-widget__img {
  position: relative;
  width: 77px;
  height: 77px;
  padding: 0;
}
.archive .featured_posts_widget--thumb li .featured_posts__thumb + .featured_posts__detail,
.page .featured_posts_widget--thumb li .featured_posts__thumb + .featured_posts__detail,
.single .featured_posts_widget--thumb li .featured_posts__thumb + .featured_posts__detail {
  padding-left: 20px;
}
.archive .my-widget li a:hover .my-widget__img img,
.page .my-widget li a:hover .my-widget__img img,
.single .my-widget li a:hover .my-widget__img img {
  -webkit-transform: none;
          transform: none;
}

/*============
  sp-nav
  =============*/
[id=navArea] {
  width: 48px;
  height: 62px;
  top: 0;
  right: 0;
  position: relative;
  display: none;
}
@media screen and (max-width: 768.98px) {
  [id=navArea] {
    display: block;
  }
}

.sp-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 90vw;
  max-width: 400px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}

.open .sp-nav {
  right: 0;
  opacity: 1;
}

.sp-nav .inner {
  padding: 25px;
  padding-top: 80px;
}

.sp-nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sp-nav .menu-item-link {
  margin: 0;
  position: relative;
}

.sp-nav .sp-nav-item {
  border-bottom: 1px solid #f3f3f3;
}

.sp-nav-position {
  position: relative;
}

.sp-nav .inner ul li a {
  display: block;
  color: #2b2b2b;
  font-size: 12px;
  font-weight: 600;
  padding: 1em;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 80%;
}

.sp-nav .sub-menu-item {
  padding-left: 20px;
}
.sp-nav .sub-menu-item:last-of-type {
  padding-bottom: 20px;
}

.sp-nav .inner ul li a:hover {
  background: #e4e4e4;
}

.sp-sub-menu {
  display: none;
}

.plus {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plus:hover {
  cursor: pointer;
}
.plus::before, .plus::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #2b2b2b;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plus::after {
  background: #2b2b2b;
  /* 横棒を縦にするために90℃回転させる */
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  /* プラスからマイナスへの切り替えをゆっくり行いアニメーションさせる */
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*============
  .toggle_btn
  =============*/
.toggle_btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 28px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 0px;
}

.toggle_btn span:nth-child(2) {
  top: 10px;
}

.toggle_btn span:nth-child(3) {
  bottom: 0px;
}

.open .toggle_btn span {
  background-color: #2b2b2b;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

/*============
  #mask
  =============*/
#mask {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

.sp-nav .spnav-searchform-wrap {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 365px;
  height: 48px;
  padding-left: 24px;
  padding-right: 48px;
  background: none;
  outline: none;
  color: #2b2b2b;
  border: 2px solid #2b2b2b;
  border-radius: 100vh;
  margin-bottom: 40px;
}
.sp-nav .spnav-searchform-input {
  width: 100%;
  font-size: 12px;
  padding: 0;
  color: #2b2b2b;
  font-weight: 600;
  margin: 0;
  background: none;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid transparent;
}
.sp-nav .spnav-searchform-input:focus {
  outline: none;
  border-right: none;
  -webkit-animation: none;
          animation: none;
  width: 100%;
}
.sp-nav .spnav-searchform-input::-webkit-input-placeholder {
  color: #e2e0e0;
}
.sp-nav .spnav-searchform-input::-moz-placeholder {
  color: #e2e0e0;
}
.sp-nav .spnav-searchform-input::-ms-input-placeholder {
  color: #e2e0e0;
}
.sp-nav .spnav-searchform-input::placeholder {
  color: #e2e0e0;
}
.sp-nav input[type=text],
.sp-nav input[type=password],
.sp-nav input[type=datetime],
.sp-nav input[type=date],
.sp-nav input[type=month],
.sp-nav input[type=time],
.sp-nav input[type=week],
.sp-nav input[type=number],
.sp-nav input[type=email],
.sp-nav input[type=url],
.sp-nav input[type=search],
.sp-nav input[type=tel],
.sp-nav input[type=color],
.sp-nav select,
.sp-nav textarea,
.sp-nav .field {
  border-radius: 0;
}
.sp-nav .spnav-searchform-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  padding: 0;
  border: none;
  color: #2b2b2b;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 44px;
  background: none;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  z-index: -1;
}

.show .bg {
  display: block;
}
/*# sourceMappingURL=maps/custom.css.map */

.app-icon {
	margin: 40px auto 0;
	width: fit-content;
}
.app-icon a {
	height: 45px;
  display: inline-block;
	margin-right: 5px;
}
.app-icon a img {
	height: 100%;
}
footer .app-icon {
	margin: 0px auto 30px;
}
@media screen and (max-width: 768.98px) {
	.app-icon a {
			height: 40px;
	}
}