/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
@charset "UTF-8";
/* CSS Document */
/* line 4, app/assets/stylesheets/landing_page/style.scss */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fff;
}

/* line 10, app/assets/stylesheets/landing_page/style.scss */
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1rem;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #fff;
}

/* line 22, app/assets/stylesheets/landing_page/style.scss */
*:focus {
  outline: none;
}

/* line 26, app/assets/stylesheets/landing_page/style.scss */
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/* line 31, app/assets/stylesheets/landing_page/style.scss */
a {
  text-decoration: none;
  color: #3e3e3e;
}

/* line 36, app/assets/stylesheets/landing_page/style.scss */
a:hover {
  text-decoration: underline;
}

/* line 40, app/assets/stylesheets/landing_page/style.scss */
a:link, a:visited, a:active {
  text-decoration: none;
}

/* line 44, app/assets/stylesheets/landing_page/style.scss */
selector {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 50, app/assets/stylesheets/landing_page/style.scss */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
  line-height: 0px;
}

/* line 58, app/assets/stylesheets/landing_page/style.scss */
.pc {
  display: block !important;
}

/* line 61, app/assets/stylesheets/landing_page/style.scss */
.sp {
  display: none !important;
}

/* line 67, app/assets/stylesheets/landing_page/style.scss */
.header__inner {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 75, app/assets/stylesheets/landing_page/style.scss */
.menu__list {
  display: flex;
  gap: 10px;
  margin-right: 40px;
}

/* line 80, app/assets/stylesheets/landing_page/style.scss */
header.header .menu__item .button--post {
  font-size: 14px;
  line-height: 1.8;
}

/* line 84, app/assets/stylesheets/landing_page/style.scss */
.menu__item {
  position: relative;
}

/* line 87, app/assets/stylesheets/landing_page/style.scss */
.menu__item .button--signup {
  white-space: nowrap;
  color: #fff;
  background: #333;
  padding: 8px 30px;
  border-radius: 100px;
  display: inline-block;
  transition: all .2s ease;
  font-size: 14px;
  color: #fff;
  padding: 8px;
  width: 100px;
  text-align: center;
}

/* line 101, app/assets/stylesheets/landing_page/style.scss */
.menu__item .button--signup:hover {
  opacity: .7;
}

/* line 104, app/assets/stylesheets/landing_page/style.scss */
.menu__item .button--login {
  white-space: nowrap;
  color: #333;
  padding: 8px 30px;
  border-radius: 100px;
  display: inline-block;
  transition: all .2s ease;
  color: #222;
  background: #fff;
  padding: 8px;
  font-size: 14px;
  width: 120px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  border: 1px solid #D1D1D1;
}

/* line 122, app/assets/stylesheets/landing_page/style.scss */
.menu__item .button--login:hover {
  background: #ebebeb;
}

/* line 125, app/assets/stylesheets/landing_page/style.scss */
.menu__item .button--post {
  white-space: nowrap;
  color: #fff;
  background: #333;
  padding: 8px 30px;
  border-radius: 100px;
  display: inline-block;
  font-weight: 500;
  transition: all .2s ease;
}

/* line 135, app/assets/stylesheets/landing_page/style.scss */
.menu__item .button--post:hover {
  opacity: .7;
}

/* line 138, app/assets/stylesheets/landing_page/style.scss */
.button--account {
  transition: all .2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 144, app/assets/stylesheets/landing_page/style.scss */
.button--account:hover {
  opacity: .6;
}

/* line 147, app/assets/stylesheets/landing_page/style.scss */
.thumb--account {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #bfbfbf;
  overflow: hidden;
}

/* line 155, app/assets/stylesheets/landing_page/style.scss */
.button--account::after {
  content: "▼";
  font-size: 10px;
  color: #b2b2b2;
  margin-left: 5px;
}

/* line 165, app/assets/stylesheets/landing_page/style.scss */
#global-nav .nav__menu ul li a {
  transition: all .2s ease;
  font-weight: 700;
  width: 100%;
  padding: 8px;
  display: block;
}

/* line 173, app/assets/stylesheets/landing_page/style.scss */
#global-nav .nav__menu ul li a:hover {
  color: #1C689B;
}

/* line 180, app/assets/stylesheets/landing_page/style.scss */
.kv__inner {
  padding: 105px 0 0;
  text-align: center;
}

/* line 184, app/assets/stylesheets/landing_page/style.scss */
.kv-catch {
  margin-bottom: 80px;
}

/* line 187, app/assets/stylesheets/landing_page/style.scss */
.kv-catch__inner {
  position: relative;
  width: 400px;
  margin: 0 auto;
  z-index: 1;
}

/* line 193, app/assets/stylesheets/landing_page/style.scss */
.kv-catch__inner::after {
  content: "";
  position: absolute;
  background: url(../img/logo_abstract.svg) no-repeat;
  background-size: contain;
  height: 400px;
  width: 280px;
  opacity: .1;
  top: -77px;
  left: -57px;
  z-index: 0;
}

/* line 205, app/assets/stylesheets/landing_page/style.scss */
.kv-catch__inner img {
  margin-bottom: 30px;
}

/* line 208, app/assets/stylesheets/landing_page/style.scss */
.kv-catch__title {
  font-size: 20px;
  flex-wrap: nowrap;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px;
}

/* line 215, app/assets/stylesheets/landing_page/style.scss */
.button .button__text {
  padding: 14px 0;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  border-radius: 100px;
  max-width: 192px;
  width: 100%;
  font-weight: 500;
  box-shadow: 0px 8px 23px #0000005A;
  transition: all .2s ease;
  z-index: 1;
  position: relative;
}

/* line 229, app/assets/stylesheets/landing_page/style.scss */
.button .button__text:hover {
  box-shadow: none;
}

/* line 232, app/assets/stylesheets/landing_page/style.scss */
.button--primary .button__text {
  background: #1C689B;
}

/* line 237, app/assets/stylesheets/landing_page/style.scss */
.article {
  padding: 55px 20px 65px;
}

/* line 240, app/assets/stylesheets/landing_page/style.scss */
.article__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 60px;
  width: 100%;
}

/* line 248, app/assets/stylesheets/landing_page/style.scss */
.article__item {
  max-width: 300px;
  width: 21.5%;
  overflow: hidden;
}

/* line 253, app/assets/stylesheets/landing_page/style.scss */
.article__thumb {
  margin-bottom: 15px;
}

/* line 256, app/assets/stylesheets/landing_page/style.scss */
.article__link {
  transition: all .2s ease;
  display: block;
}

/* line 260, app/assets/stylesheets/landing_page/style.scss */
.article__link:hover {
  opacity: .7;
}

/* line 263, app/assets/stylesheets/landing_page/style.scss */
.article__title {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: 0.9px;
}

/* line 271, app/assets/stylesheets/landing_page/style.scss */
.article .button {
  text-align: center;
}

/* line 274, app/assets/stylesheets/landing_page/style.scss */
.button--white .button__text {
  color: #333;
  box-shadow: 0px 10px 26px #00000026;
}

/* line 278, app/assets/stylesheets/landing_page/style.scss */
.about {
  background: #F6F9FB;
}

/* line 281, app/assets/stylesheets/landing_page/style.scss */
.about .content__inner {
  text-align: center;
}

/* line 284, app/assets/stylesheets/landing_page/style.scss */
.about .content__inner img {
  margin-bottom: 40px;
}

/* line 287, app/assets/stylesheets/landing_page/style.scss */
.content__inner {
  padding: 70px 20px;
}

/* line 290, app/assets/stylesheets/landing_page/style.scss */
.about .content__header {
  margin-bottom: 70px;
}

/* line 293, app/assets/stylesheets/landing_page/style.scss */
.about .content__title {
  font-size: 26px;
  font-weight: 600;
  border-bottom: 4px solid #1C689B;
  line-height: 2em;
}

/* line 299, app/assets/stylesheets/landing_page/style.scss */
.button.button--second .button__text {
  background: #333;
  color: #fff;
}

/* line 303, app/assets/stylesheets/landing_page/style.scss */
.button.button--second {
  margin-bottom: 20px;
}

/* line 308, app/assets/stylesheets/landing_page/style.scss */
.info__text--small {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  padding-right: 4px;
}

/* line 314, app/assets/stylesheets/landing_page/style.scss */
.info__text--big {
  font-size: 22px;
  font-weight: 600;
  color: #1C689B;
  margin-left: 8px;
}

/* line 320, app/assets/stylesheets/landing_page/style.scss */
.info__text--small-s {
  font-size: 10px;
  letter-spacing: 0;
}

/*デスクトップ（1400px以上）*/
/*ノートPC、タブレット横向き（1024px以上）*/
/*タブレット縦向き、スマホ横向き（599px以下）*/
@media screen and (max-width: 599px) {
  /*スマフォボタンリセット*/
  /* line 375, app/assets/stylesheets/landing_page/style.scss */
  * {
    -webkit-appearance: none;
  }
  /* line 377, app/assets/stylesheets/landing_page/style.scss */
  body {
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
  }
  /* line 382, app/assets/stylesheets/landing_page/style.scss */
  .pc {
    display: none !important;
  }
  /* line 385, app/assets/stylesheets/landing_page/style.scss */
  .sp {
    display: block !important;
  }
  /* line 388, app/assets/stylesheets/landing_page/style.scss */
  .kv-catch__inner {
    width: 80%;
  }
  /* line 391, app/assets/stylesheets/landing_page/style.scss */
  .header__inner {
    padding: 0 10px 0 0;
  }
  /* line 394, app/assets/stylesheets/landing_page/style.scss */
  .menu__list {
    margin-right: 0px;
    gap: 6px;
  }
  /* line 398, app/assets/stylesheets/landing_page/style.scss */
  .menu__item .button--login {
    padding: 5px;
    letter-spacing: 0;
    font-size: 12px;
    width: 70px;
    height: 30px;
  }
  /* line 405, app/assets/stylesheets/landing_page/style.scss */
  .menu__item .button--signup {
    padding: 5px;
    letter-spacing: 0;
    font-size: 12px;
    width: 70px;
    height: 30px;
  }
  /* line 412, app/assets/stylesheets/landing_page/style.scss */
  .thumb--account {
    width: 38px;
    height: 38px;
    margin-top: 3px;
    box-sizing: border-box;
  }
  /* line 431, app/assets/stylesheets/landing_page/style.scss */
  .kv-catch__title {
    font-size: 14px;
  }
  /* line 434, app/assets/stylesheets/landing_page/style.scss */
  .button .button__text {
    padding: 19px 0;
    font-size: 14px;
    max-width: 90%;
    width: 100%;
  }
  /* line 440, app/assets/stylesheets/landing_page/style.scss */
  .menu__item .button--post {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
    margin-top: 3px;
  }
  /* line 450, app/assets/stylesheets/landing_page/style.scss */
  .kv-catch__inner::after {
    height: 270px;
    width: 220px;
    top: -87px;
    left: 12px;
  }
  /* line 456, app/assets/stylesheets/landing_page/style.scss */
  .kv-catch {
    margin-bottom: 50px;
  }
  /* line 459, app/assets/stylesheets/landing_page/style.scss */
  .kv__inner img {
    max-width: 90%;
  }
  /* line 462, app/assets/stylesheets/landing_page/style.scss */
  .article__item {
    max-width: 90%;
    width: 100%;
  }
  /* line 466, app/assets/stylesheets/landing_page/style.scss */
  .article__title {
    font-size: 17px;
  }
  /* line 469, app/assets/stylesheets/landing_page/style.scss */
  .article__list {
    gap: 50px;
  }
  /* line 472, app/assets/stylesheets/landing_page/style.scss */
  .about .content__title {
    font-size: 21px;
  }
  /* line 475, app/assets/stylesheets/landing_page/style.scss */
  .about .content__title br {
    display: none;
  }
  /* line 478, app/assets/stylesheets/landing_page/style.scss */
  .article {
    padding: 55px 20px;
  }
  /* line 481, app/assets/stylesheets/landing_page/style.scss */
  .content__inner {
    padding: 55px 20px;
  }
  /* line 484, app/assets/stylesheets/landing_page/style.scss */
  .about .content__inner img {
    margin-bottom: 80px;
  }
}

/* line 508, app/assets/stylesheets/landing_page/style.scss */
#global-nav ul {
  display: none;
  position: absolute;
  z-index: 9999;
  font-size: 14px;
  width: 145px;
  right: 0px;
  top: 50px;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
}

/* CSS Document */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
  background: #fff;
}
body{
  font-family: "Noto Sans JP", 'Roboto' ,sans-serif;
  /* letter-spacing: 0.1rem; */
  letter-spacing: 0;
  font-size: 16px;
  font-weight: normal;
  color: #222;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #fff;
  /* -webkit-tap-highlight-color: transparent; */
}
*:focus {
  outline:none;
}
button, input, select, textarea {
  font-family : inherit;
  font-size : 100%;
}
a {
  text-decoration: none;
  color: #3e3e3e;
}
a:hover {
  text-decoration: underline;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
selector {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
  line-height: 0px;
  width: 164px;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header__logo {
  padding: 13px;
}
.menu__list {
  display: flex;
  gap: 10px;
  margin-right: 40px;
}
.header .menu {
    display: flex;
    align-items: center;
    /* margin-right: 15px; */
    gap: 30px;
}

/* .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header__logo {
  padding: 20px;
}
.header .menu {
  display: flex;
  align-items: center;
  margin-right: 40px;
  gap: 30px;
}
.header .menu .menu__list {
  display: flex;
  gap: 12px;
}
.header .menu .menu__list .menu__item a {
  color: #222;
  background: #fff;
  padding: 8px;
  font-size: 14px;
  width: 100px;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  border: 1px solid #D1D1D1;
}
.header .menu .menu__list .menu__item:nth-child(2) a {
  color: #fff;
  background: #222;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  border: 1px solid #222;
} */

.text .text__inner .date {
  font-size: 10px;
  vertical-align: text-top;
  margin-top: 1px;
  display: inline-block;
  margin-left: auto;
  color: #7A7A7A;
}
.text .text__inner .title {
  font-size: 17px;
  font-weight: 700;
  padding: 0px 0 15px;
}
.text .text__inner .detail {
  display: flex;
  gap: 15px;
  align-items: center;
}
.text .text__inner .detail .writer {
  display: flex;
  align-items: center;
}
.text .text__inner .detail .writer .thumb {
  width: 30px;
  min-width: 30px;
  border: 1px solid#D9D9D9;
  border-radius: 100px;
  overflow: hidden;
}

.text .text__inner .detail .writer .name {
  font-size: 10px;
  margin-left: 6px;
  color: #7A7A7A;
  max-width: 80px;
}
.text .text__inner .detail .price {
  color: #1C689B;
  font-weight: 800;
  font-size: 14px;
  padding: 0px 7px;
  display: inline-block;
  border: 1px solid;
  border-radius: 100px;
  height: 21px;
  white-space: nowrap;
}
.text .text__inner .detail .tag {
  font-size: 12px;;
}
.kv {
  background: #1C689B;
  padding: 0 20px 30px;
}
.kv .nav__list {
  display: flex;
  justify-content: center;
  padding: 22px 10px;
  gap: 40px;
}
.text__hover {
  transition: all .2s ease;
  opacity: 1;
}
.text__hover:hover {
  transition: all .2s ease;
  opacity: .8;
}
.kv .nav__list .nav__item a {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}
.kv .top__item {
  display: flex;
  justify-content: center;
  max-width: 1010px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 316px;
}
.kv .top__item .thumb {
  width: 50%;
  overflow: hidden;
}
.kv .top__item .thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.kv .top__item:hover .thumb img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}
.kv .top__item .text {
  background: #fff;
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
}
.kv .top__item .text .text__inner .label_new {
  font-weight: 600;
  font-size: 20px;
  color: #1C689B;
  margin-right: 10px;
}
.kv .top__item .text .text__inner .date {
  font-size: 12px;
}
.kv .top__item .text .text__inner .title {
  font-size: 25px;
}
.kv .top__item .text .text__inner .detail {
  display: flex;
  gap: 15px;
  align-items: center;
}
.kv .top__item .text .text__inner .detail .writer .thumb {
  width: 30px;
  min-width: 20px;
}
.kv .top__item .text .text__inner .detail .writer .name {
  font-size: 10px;
}
.kv .top__item .text .text__inner .detail .price {
  font-weight: 800;
  font-size: 17px;
  padding: 0px 11px;
  height: 24px;
}
.kv .top__item .text .text__inner .detail .tag {
  font-size: 12px;;
}
.contents {
  padding: 20px 20px 60px;
}
.contents__inner {
  max-width: 1010px;
  margin: 0 auto;
  width: 100%;
  display: flex;
}
.contents__left {
  width: 70%;
  margin-right: 60px;
}
.contents__title {
  font-size: 21px;
  font-weight: 800;
}
.article__item img {
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.article__item:hover img {
    transition: all 0.3s ease-in-out;
    transform: scale(1.05);
}
.article__item {
  display: flex;
  padding: 20px 0 36px;
  border-bottom: 1px solid #F0F0F0;
  width: 100%;
  max-width: 100%;
}
.article__item .text {
  margin-right: 30px;
  width: 100%;
  max-width: 459px;
}
.article__item .text .detail {
  display: flex;
  align-items: center;
  gap: 15px;
}
.article__item .text .detail .writer {
  display: flex;
  justify-content: center;
}
.article__item .text .detail .tag {
  font-size: 10px;
  max-width: 200px;
}
.article__item .thumb {
  width: 180px;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.article__item .thumb img{
  object-fit: cover;
  width: 180px;
}
.contents__right {
  width: 30%;
}
.contents__right .banner {
  margin-bottom: 30px;
  display: block;
  transition: all .2s ease;
}
.contents__right .banner:hover {
  transition: all .2s ease;
  opacity: .8;
}
.contents__right .article__item {
  display: block;
  padding-bottom: 20px;
}
.contents__right .article__item .thumb {
  width: 100%;
}
.contents__right .article__item .text {
  margin-right: 0;
}
.contents__right .article__item .thumb img{
  object-fit: cover;
  height: 100%;
  width: 300px;
}
.footer {
  background: #1C689B;
  padding: 30px;
}
.footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer__inner .footer__menu {
  display: flex;
}
.footer .footer__inner .footer__logo .footer__logo_link {
  display: inline-block;
  margin-bottom: 30px;
}
.footer .footer__inner .footer__logo .footer__logo_link img {
  width: 180px;
}
.footer .footer__inner .footer__logo .footer__copyright {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0;
}
.footer .footer__inner .footer__list {
  margin-right: 50px;
}
.footer .footer__inner .footer__list .footer__item .footer__link {
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
}
.form__search {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dfe1e5;
  border-radius: 24px;
  box-sizing: border-box;
  width: 300px;
  background: #fff;
}
input::placeholder {
  color: red;
}
/* .form__search::before {
  width: 45px;
  height: 15px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%239aa0a6%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
  background-position: center;
  background-repeat: no-repeat;
  content: '';
} */
.search-icon {
    width: 17px; /* アイコンの幅 */
    height: 22px; /* アイコンの高さ */
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%239aa0a6%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position:absolute;
    top:10px;
    left:15px;
}
.form__search input {
  width: 300px;
  height: 38px;
  padding: 5px 35px 5px 45px;
  border: none;
  box-sizing: border-box;
  outline: none;
  pointer-events: auto;
}
.pagination {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 0 8px;
  list-style-type: none;
  padding: 0;
  margin: 30px 0 70px;
  font-size: 14px;
}
.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border: 1px solid #dedede;
  border-radius: 25px;
  color: #222222;
}
.pagination a:hover {
  background: rgb(242, 242, 242);
}
.pagination a:not(:hover) {
  text-decoration: none;
}
.pagination .current a {
  background-color: #222222;
  color: #fff;
  pointer-events: none;
}
.sp {
  display: none !important;
}
.pc {
  display: block !important;
}
.bt_cancel {
  display: none;
}
.contents__right .article__item .text .title {
  padding: 10px 0;;
}

.banner img {
  width: 100%;
}

.aline_center {
  text-align: center;
}
.aline_left {
  text-align: left;
}
.aline_right {
  text-align: right;
}

/* //////////////////////////////////////////
  TABLET / SP
  ////////////////////////////////////////// */

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

    /*スマフォボタンリセット*/
    * { -webkit-appearance: none; }

    body {
      font-size: 14px;
      -webkit-overflow-scrolling: touch;
      -webkit-text-size-adjust: 100%;
    }
    .sp {
      display: block !important;
    }
    .pc {
      display: none !important;
    }
    .contents__inner {
      margin: 0 auto;
      width: 100%;
      display: block;
    }
    .contents__left {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 40px;
    }
    .contents__right {
      width: 100%;
    }

    .header {
      height: 50px;
    }
    .header .menu .menu__search {
      position: absolute;
      top: 0px;
      background: #f8f8f8;
      padding: 10px;
      left: 0;
      width: 100%;
      box-sizing: border-box;
      /* z-index: -1; */
      display: flex;
    }
    .header .menu.is-active .menu__search {
      top: 43px;
      z-index: 1;
    }
    .header .menu .menu__list .menu__item a {
      padding: 5px;
      font-size: 12px;
      box-sizing: border-box;
    }
    .header .menu .menu__list .menu__item a.button--post {
      width: 38px;
      height: 38px;
      margin-top: 8px;
    }
    .header .menu .menu__list {
      gap: 6px;
    }
    .header .menu {
      margin-right: 10px;
      gap: 10px;
      max-height: 50px;
    }
    .header .header__logo {
      padding: 10px;
      width: 120px;
    }
    .header .header__logo img {
      width: 118px;
    }
    header.header img.bt_cancel {
      position: absolute;
      right: 20px;
      top: 16px;
    }
    .search-icon {
        top: 10px;
        left: 10px;
    }

    .kv {
      padding: 0 15px 15px;
    }
    .kv .nav__list .nav__item a {
      font-size: 12px;
    }
    .kv .nav__list {
      padding: 18px 10px;
      gap: 20px;
    }
    .kv .top__item {
      height: auto;
      display: block;
    }
    .kv .top__item .thumb,
    .kv .top__item .text {
      width: 100%;
    }
    .kv .top__item .thumb {
      /* height: 180px; */
    }
    .kv .top__item .text .text__inner .title {
      font-size: 17px;
      line-height: 1.3em;
      padding: 10px 0;
    }
    .text .text__inner .title {
      min-height: 43px;
    }
    .kv .top__item .text .text__inner .label_new {
      font-size: 12px;
      margin-right: 8px;
    }
    .kv .top__item .text .text__inner .date {
      font-size: 10px;
      margin-top: 3px;
      padding-right: 6px;
    }
    .kv .top__item .text {
      padding: 14px 24px 24px 24px;
    }
    .kv .top__item .text .text__inner .detail .writer .thumb {
      width: 20px;
      height: 20px;
    }
    .kv .top__item .text .text__inner .detail .price {
      font-size: 13px;
      padding: 0px 5px;
      height: 19px;
    }
    .kv .top__item .text .text__inner .detail .tag {
      font-size: 11px;
    }
    .kv .top__item .text .text__inner .detail .writer .name {
      font-size: 10px;
      line-height: 1.1em;
    }
    .contents__title {
      font-size: 17px;
    }
    .article__item {
      padding: 10px 0 10px;
      justify-content: space-between;
    }
    .text .text__inner .title {
      font-size: 14px;
      padding: 0;
    }
    .article__item .text {
      margin-right: 5px;
    }
    .article__item .thumb {
      border-radius: 2px;
      width: 110px;
    }
    .contents {
      padding: 20px 10px 10px;
    }
    .article__item .text .detail {
      margin-top: 8px;
      width: 126%;
      gap: 10px;
    }
    .article__item .text .detail .tag {
      max-width: 100px;
    }
    .contents__right .article__item {
      display: flex;
      padding-bottom: 20px;
      flex-direction: row-reverse;
      justify-content: space-between;
    }
    .contents__right .article__item .thumb img {
      object-fit: cover;
      height: 100%;
      width: 180px;
    }
    .contents__right .article__item .thumb {
      width: 110px;
    }
    .contents__right .article__item .text {
      margin-right: 5px;
    }
    .text .text__inner .detail .writer .thumb {
      width: 25px;
    }
    .text .text__inner .detail .price {
      color: #1C689B;
      font-weight: 800;
      font-size: 13px;
      padding: 0px 6px;
      display: inline-block;
      border: 1px solid;
      border-radius: 100px;
      height: 19px;
    }
    .text .text__inner .detail .writer .name {
      line-height: 1.1em;
      width: 50px;
    }
    .footer .footer__inner {
      display: block;
    }
    .footer .footer__inner .footer__logo .footer__logo_link {
      display: inline-block;
      margin-bottom: 10px;
    }
    .footer .footer__inner .footer__logo {
      margin-bottom: 50px;
      width: 126px;
    }
    .footer .footer__inner .footer__list {
      margin-right: 0px;
      line-height: 1.6em;
    }
    .footer .footer__inner .footer__menu {
      gap: 30px;
    }
    .article__item:last-child{
      border-bottom: 0;
    }
    .banner {
      margin-bottom: 30px;
      display: inline-block;
    }
    .banner img {
      width: 100%;;
    }
    .pagination {
      font-size: 12px;
      margin: 20px 0 50px;
      justify-content: center;
    }
    .header .menu .menu__search .form__search {
      height: 35px;
      width: 90%;
    }
    .form__search input {
      width: 73vw;
      height: 35px;
    }
    .icon_search::before {
      width: 20px;
      height: 20px;
      background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%239aa0a6%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
      background-position: center;
      background-repeat: no-repeat;
      content: '';
      display: block;
    }
    .bt_cancel {
      width: 18px;
      margin-left: 8px;
      display: block;
    }
    .disp-none {
      visibility: hidden;
      opacity: 0;
    }
    .contents__right .article__item .text .title {
      padding: 0px;
    }


  }
  /*media screen_end*/

  @media screen and (max-width: 667px) {
  }
  /*media screen_end*/

  @media screen and (max-width: 568px) {
  }
  /*media screen_end*/

  @media screen and (max-width: 480px) {
  }
  /*media screen_end*/

  @media screen and (max-width: 376px) {
    .article__item .text .detail {
        gap: 3px;
    }
    .text .text__inner .detail .price {
        padding: 0px 3px;
    }
    .article__item .text .detail .tag {
        word-break: break-all;
    }
  }
  /*media screen_end*/

  @media screen and (max-width: 320px) {
  }
  /*media screen_end*/
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
