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

	1. base

================================================================*/
html,
body,
a,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-align: left;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  background: white;
  line-height: 1;
  color: black;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

form label,
form button {
  cursor: pointer;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

video {
  border: none;
  max-width: 100%;
  height: auto;
}

iframe {
  border: none;
}

blockquote,
q {
  quotes: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

/*==============================================================

	2. common

================================================================*/
/*--------------------------------------------------------------
	■A.文字
--------------------------------------------------------------*/
body {
  background-color: #fff;
  margin: 0px auto;
  padding: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #303030;
  line-height: 1.6;
  letter-spacing: 0.04rem;
}
@media screen and (min-width: 811px) {
  body {
    background-image: url("../images/common/bg_blue.png");
    background-size: 742.5px 720px;
    background-position: right 80px top 120px;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
@media screen and (min-width: 1401px) {
  body {
    background-position: right 120px top 120px;
  }
}
body.stop {
  overflow: hidden;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/*--------------------------------------------------------------
	■B.リンク
--------------------------------------------------------------*/
a {
  color: #303030;
  outline: none;
  border-style: none;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media screen and (min-width: 811px) {
  a:hover {
    color: #23459F;
  }
}

/*--------------------------------------------------------------
	■C.共通定義
--------------------------------------------------------------*/
.container {
  position: relative;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .container {
    padding: 0 80px;
  }
}
@media screen and (max-width: 810px) and (min-width: 641px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 640px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (min-width: 811px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 810px) and (min-width: 641px) {
  .tb_none {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .sp_none {
    display: none !important;
  }
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.btn {
  display: flex;
  width: 200px;
  height: 48px;
  justify-content: center;
  align-items: center;
  background-color: #23459F;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 24px;
  border: 2px solid #23459F;
}
.btn:hover {
  color: #23459F;
  opacity: 1;
  background-color: #fff;
}
.btn-white {
  display: flex;
  width: 200px;
  height: 48px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #23459F;
  font-size: 16px;
  font-weight: 700;
  border-radius: 24px;
  border: 2px solid #fff;
}
.btn-white:hover {
  color: #fff;
  opacity: 1;
  background-color: transparent;
}
.btn-border {
  display: flex;
  width: 200px;
  height: 48px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #23459F;
  font-size: 16px;
  font-weight: 700;
  border-radius: 24px;
  border: 2px solid #23459F;
}
.btn-border:hover {
  color: #fff;
  opacity: 1;
  background-color: #23459F;
}
.btn-link {
  display: flex;
  align-items: center;
  position: relative;
}
.btn-link span {
  font-weight: 400;
  font-size: 16px;
  color: #23459F;
}
.btn-link .icon {
  margin-right: 6px;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*--------------------------------------------------------------
	■D.formパーツ補正
--------------------------------------------------------------*/
input {
  font-family: "Noto Sans JP", sans-serif;
}

input[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
  width: auto;
  height: auto;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
  width: auto;
  height: auto;
}

/*--------------------------------------------------------------
	■aisleep
--------------------------------------------------------------*/
.btn_aisleep-contact {
  transition: all 0s ease 0s;
  color: transparent;
  display: flex;
  max-width: 364px;
  width: 100%;
  height: auto;
  aspect-ratio: 364/84;
  background-image: url("../images/aisleep/common/btn-contact.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 811px) {
  .btn_aisleep-contact {
    width: 364px;
  }
}
.btn_aisleep-contact:hover {
  color: transparent;
  background-image: url("../images/aisleep/common/btn-contact-hover.png");
}
.btn_aisleep-download {
  transition: all 0s ease 0s;
  color: transparent;
  display: flex;
  max-width: 364px;
  width: 100%;
  height: auto;
  aspect-ratio: 364/84;
  background-image: url("../images/aisleep/common/btn-download.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 811px) {
  .btn_aisleep-download {
    width: 364px;
  }
}
.btn_aisleep-download:hover {
  color: transparent;
  background-image: url("../images/aisleep/common/btn-download-hover.png");
}

/*==============================================================

	3. layout

================================================================*/
/*--------------------------------------------------------------
	header
--------------------------------------------------------------*/
/* .hd */
.hd {
  position: fixed;
  z-index: 97;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media screen and (max-width: 810px) {
  .hd.sticky {
    border-bottom: 1px solid #EEEEEE;
  }
}
.hd_wrapper {
  padding: 20px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.hd_wrapper_logo {
  color: #23459F;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .hd_wrapper_logo {
    font-size: 32px;
  }
}
@media screen and (max-width: 810px) {
  .hd_wrapper_logo {
    font-size: 24px;
  }
}
.hd_wrapper_logo a {
  color: #23459F;
  display: block;
}
.hd_wrapper_logo a:hover {
  color: #303030;
}
.hd_wrapper_logo img {
  width: auto;
  display: block;
}
@media screen and (min-width: 811px) {
  .hd_wrapper_logo img {
    height: 40px;
  }
}
@media screen and (max-width: 810px) {
  .hd_wrapper_logo img {
    height: 32px;
  }
}
@media screen and (max-width: 640px) {
  .hd_wrapper_logo img {
    height: 24px;
  }
}
.hd_wrapper_btn {
  display: flex;
}
@media screen and (max-width: 810px) {
  .hd_wrapper_btn {
    display: none;
  }
}
.hd_wrapper_btn li {
  margin-left: 20px;
}
.hd_wrapper_btn li .btn {
  height: 40px;
  width: 160px;
  font-size: 14px;
}
.hd_wrapper_btn li .btn-border {
  height: 40px;
  width: 160px;
  font-size: 14px;
}
.hd_nav_pc {
  background-color: #EEEEEE;
}
@media screen and (max-width: 810px) {
  .hd_nav_pc {
    display: none;
  }
}
.hd_nav_pc ul {
  display: flex;
  width: 100%;
  border-left: 1px solid #fff;
}
.hd_nav_pc ul li {
  width: 100%;
  flex-shrink: 1;
  border-right: 1px solid #fff;
}
.hd_nav_pc ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 10px;
}
.hd_nav_pc ul li a:hover {
  background-color: #23459F;
  color: #fff;
}
.hd_nav_pc ul li a.active {
  background-color: #23459F;
  color: #fff;
}
@media screen and (min-width: 811px) {
  .hd_nav_sp {
    display: none;
  }
}
.hd_nav_sp_btn {
  position: fixed;
  z-index: 98;
  top: 22px;
}
@media screen and (min-width: 641px) {
  .hd_nav_sp_btn {
    right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .hd_nav_sp_btn {
    right: 20px;
  }
}
.hd_nav_sp_main {
  overflow: auto;
  background-color: #fff;
  width: 100%;
  height: calc(100lvh - 45px);
  position: fixed;
  z-index: 100;
  left: 0;
  top: 45px;
}
.hd_nav_sp_main_list {
  width: 80%;
  margin: 32px auto 0;
  border-top: 1px solid #EEEEEE;
}
.hd_nav_sp_main_list > li {
  border-bottom: 1px solid #EEEEEE;
}
.hd_nav_sp_main_list > li > a {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.hd_nav_sp_main_list_inner {
  padding-bottom: 16px;
}
.hd_nav_sp_main_list_inner > li a {
  display: block;
  padding: 4px 0;
}
.hd_nav_sp_main_contact {
  margin: 32px auto 0;
  display: flex;
  justify-content: center;
  width: 80%;
}
.hd_nav_sp_main_contact li {
  padding: 0 6px;
}
@media screen and (max-width: 640px) {
  .hd_nav_sp_main_contact .btn {
    font-size: 14px;
    width: 140px;
  }
}

/* ハンバーガーメニュー */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 24px;
  height: 20px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #303030;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span {
  background-color: #303030;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.6s forwards;
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

/* パンくず */
.breadcrumb {
  padding-top: 10px;
}
@media screen and (min-width: 811px) {
  .breadcrumb {
    font-size: 14px;
  }
}
@media screen and (max-width: 810px) {
  .breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb_list {
  display: flex;
}
.breadcrumb_list li {
  display: flex;
  align-items: center;
}
.breadcrumb_list li::before {
  content: " ";
  background-image: url("../images/common/angle-right-gray.svg");
  display: block;
  width: 5px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px;
}
.breadcrumb_list li:nth-child(1)::before {
  display: none;
}

/* アイキャッチ */
.eyecatch {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .eyecatch {
    height: 320px;
  }
}
@media screen and (max-width: 810px) {
  .eyecatch {
    height: 200px;
  }
}
.eyecatch img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------------------------------------------------
	header-aisleep
--------------------------------------------------------------*/
.hd-aisleep_btn {
  flex-shrink: 0;
}
@media screen and (max-width: 810px) {
  .hd-aisleep_btn {
    display: flex;
  }
  .hd-aisleep_btn li {
    margin-left: 10px;
  }
  .hd-aisleep_btn li .btn, .hd-aisleep_btn li .btn-border {
    height: 32px;
    width: 120px;
    font-size: 12px;
  }
}
.hd-aisleep_nav {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 811px) {
  .hd-aisleep_nav {
    width: 100%;
    margin-right: 40px;
  }
}
.hd-aisleep_nav_logo {
  color: #23459F;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .hd-aisleep_nav_logo {
    font-size: 32px;
  }
}
@media screen and (max-width: 810px) {
  .hd-aisleep_nav_logo {
    font-size: 24px;
  }
}
.hd-aisleep_nav_logo a {
  color: #23459F;
  display: block;
}
.hd-aisleep_nav_logo a:hover {
  color: #303030;
}
.hd-aisleep_nav_logo img {
  width: auto;
  display: block;
}
@media screen and (min-width: 811px) {
  .hd-aisleep_nav_logo img {
    height: 40px;
  }
}
@media screen and (max-width: 810px) {
  .hd-aisleep_nav_logo img {
    height: 32px;
  }
}
@media screen and (max-width: 640px) {
  .hd-aisleep_nav_logo img {
    height: 24px;
  }
}
.hd-aisleep_nav_catch {
  font-size: 14px;
  margin-left: 20px;
}
@media screen and (max-width: 810px) {
  .hd-aisleep_nav_catch {
    display: none;
  }
}
.hd-aisleep_nav_list {
  display: flex;
}
@media screen and (max-width: 810px) {
  .hd-aisleep_nav_list {
    display: none;
  }
}
.hd-aisleep_nav_list li {
  margin-left: 20px;
}
.hd-aisleep_nav_list li a {
  font-size: 16px;
  font-weight: 700;
}

/*--------------------------------------------------------------
	footer
--------------------------------------------------------------*/
.ft {
  background-color: #fff;
  color: #303030;
}
@media screen and (min-width: 811px) {
  .ft {
    padding-top: 80px;
  }
}
@media screen and (max-width: 810px) {
  .ft {
    padding-top: 40px;
  }
}
.ft_wrapper {
  padding-bottom: 20px;
}
@media screen and (min-width: 811px) {
  .ft_wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 811px) {
  .ft_main {
    display: flex;
  }
}
.ft_btn li {
  margin: 10px 0;
}
@media screen and (min-width: 811px) {
  .ft_btn li:nth-child(1) {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 810px) {
  .ft_btn li:nth-child(1) {
    margin: 20px 0 10px 0;
  }
}
.ft_logo {
  font-weight: 700;
  color: #23459F;
}
@media screen and (min-width: 811px) {
  .ft_logo {
    font-size: 32px;
  }
}
@media screen and (max-width: 810px) {
  .ft_logo {
    font-size: 24px;
  }
}
.ft_logo a {
  color: #23459F;
  display: block;
}
.ft_logo a img {
  width: auto;
  display: block;
}
@media screen and (min-width: 811px) {
  .ft_logo a img {
    height: 40px;
  }
}
@media screen and (max-width: 810px) {
  .ft_logo a img {
    height: 32px;
  }
}
@media screen and (max-width: 640px) {
  .ft_logo a img {
    height: 24px;
  }
}
@media screen and (min-width: 811px) {
  .ft_nav {
    margin-left: 80px;
    display: flex;
  }
}
@media screen and (max-width: 810px) {
  .ft_nav {
    margin-top: 40px;
  }
}
@media screen and (min-width: 811px) {
  .ft_nav > li {
    margin-left: 40px;
  }
}
.ft_nav_inner .ttl {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 811px) {
  .ft_nav_inner .ttl {
    margin: 10px 0;
  }
}
@media screen and (max-width: 810px) {
  .ft_nav_inner .ttl {
    margin: 20px 0 10px;
  }
}
@media screen and (min-width: 811px) {
  .ft_nav_inner .ttl:nth-child(1) {
    margin: 0 0 10px 0;
  }
}
.ft_nav_inner > li a {
  display: flex;
  align-items: center;
}
.ft_nav_inner > li a img {
  margin-left: 4px;
}
.ft_note {
  margin-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  font-size: 12px;
}
.ft_copy {
  font-size: 12px;
  border-top: 1px solid #D9D9D9;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .ft_copy {
    padding: 20px 0;
  }
}
@media screen and (max-width: 810px) {
  .ft_copy {
    padding: 10px 0;
  }
}

.conversion {
  background-color: #23459F;
}
@media screen and (min-width: 811px) {
  .conversion {
    padding: 40px 0;
  }
}
@media screen and (max-width: 810px) {
  .conversion {
    padding: 40px 0;
  }
}
.conversion h2 {
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .conversion h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .conversion h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  .conversion_btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .conversion_btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 641px) {
  .conversion_btn li {
    padding: 0 10px;
    width: 50%;
    max-width: 400px;
  }
}
@media screen and (max-width: 640px) {
  .conversion_btn li {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
}
.conversion_btn_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #fff;
  max-width: 400px;
  width: 100%;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
.conversion_btn_contact span {
  font-weight: 700;
  font-size: 20px;
  color: #23459F;
}
.conversion_btn_contact .icon {
  margin-left: 20px;
}
.conversion_btn_contact .icon.main {
  display: block;
}
.conversion_btn_contact .icon.white {
  display: none;
}
.conversion_btn_contact:hover {
  background-color: transparent;
}
.conversion_btn_contact:hover span {
  color: #fff;
}
.conversion_btn_contact:hover .icon.main {
  display: none;
}
.conversion_btn_contact:hover .icon.white {
  display: block;
}

/*--------------------------------------------------------------
	footer
--------------------------------------------------------------*/
.ft-aisleep {
  padding: 80px 0;
  border-top: 1px solid #D9D9D9;
}
.ft-aisleep_logo {
  text-align: center;
}
.ft-aisleep_logo img {
  width: 70px;
  height: auto;
}
.ft-aisleep_copy {
  text-align: center;
  margin-top: 40px;
  color: #D9D9D9;
  font-size: 12px;
  font-weight: 700;
}

.conversion-aisleep {
  padding: 80px 0;
  background-image: url("../images/aisleep/common/conversion_bg.jpg");
  background-size: cover;
}
@media screen and (max-width: 810px) {
  .conversion-aisleep {
    padding: 40px 0;
  }
}
.conversion-aisleep_list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 810px) {
  .conversion-aisleep_list {
    padding-bottom: 20px;
    flex-direction: column;
  }
}
@media screen and (max-width: 810px) {
  .conversion-aisleep_list li {
    display: flex;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
	index
--------------------------------------------------------------*/
@media screen and (min-width: 811px) {
  .index {
    padding-top: 140px;
  }
}
@media screen and (max-width: 810px) {
  .index {
    padding-top: 64px;
  }
}
.index h2 {
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .index h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .index h2 {
    font-size: 24px;
  }
}
.index .hover {
  display: block;
}
.index .hover_wrapper {
  position: relative;
  border: 1px solid #EEEEEE;
  height: 264px;
  overflow: hidden;
}
.index .hover_ttl {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 700;
  height: 64px;
  transition: all 0.3s ease 0s;
}
.index .hover_txt {
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 2;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.index .hover_img {
  position: absolute;
  z-index: 1;
  bottom: -64px;
  left: 0;
  height: 264px;
  width: 100%;
  background-color: #000;
  transition: all 0.3s ease 0s;
}
.index .hover_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.index .hover:hover .hover_ttl {
  color: #fff;
}
.index .hover:hover .hover_txt {
  opacity: 1;
}
.index .hover:hover .hover_img {
  bottom: 0;
}
.index .hover:hover .hover_img img {
  opacity: 0.5;
}
.index .thumb_wrapper {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.index .thumb_ttl {
  position: absolute;
  z-index: 3;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 0 20px;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index .thumb_img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 200px;
  background-color: #23459F;
}
.index .thumb_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease 0s;
}
.index .thumb_img::after {
  content: " ";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(35, 46, 152, 0.5), rgba(35, 46, 152, 0));
}
.index .thumb:hover .thumb_img img {
  opacity: 0.8;
}
.index .mt0 {
  margin-top: 0 !important;
}

/* ファーストビュー */
.index .fv_wrapper {
  position: relative;
  background-color: #000;
}
.index .fv_txt {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.index .fv_txt h1 {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .index .fv_txt h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .index .fv_txt h1 {
    font-size: 24px;
  }
}
.index .fv_txt p {
  text-align: center;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (min-width: 641px) {
  .index .fv_txt p {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .index .fv_txt p {
    font-size: 16px;
  }
}
.index .fv_txt_btn {
  margin-top: 20px;
}
@media screen and (min-width: 641px) {
  .index .fv_txt_btn {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 641px) {
  .index .fv_txt_btn li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .index .fv_txt_btn li {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
}
.index .fv_img {
  position: relative;
  z-index: 1;
  opacity: 0.9;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 811px) {
  .index .fv_img {
    max-height: 720px;
  }
}
@media screen and (max-width: 810px) {
  .index .fv_img {
    max-height: 600px;
  }
}
.index .fv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 製品 */
@media screen and (min-width: 811px) {
  .index .product {
    padding: 80px 0;
  }
}
@media screen and (max-width: 810px) {
  .index .product {
    padding: 60px 0;
  }
}
.index .product h2 {
  text-align: center;
}
.index .product_txt {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.index .product_list {
  margin: 20px -10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.index .product_list li {
  padding: 20px 10px 0;
}
@media screen and (min-width: 811px) {
  .index .product_list li {
    width: 33.33%;
  }
}
@media screen and (max-width: 810px) {
  .index .product_list li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .index .product_list li {
    width: 100%;
  }
}

/* 投稿 */
.index .post {
  background-color: #F4F4F4;
}
@media screen and (min-width: 811px) {
  .index .post {
    padding: 80px 0;
  }
}
@media screen and (max-width: 810px) {
  .index .post {
    padding: 60px 0;
  }
}
.index .post h2 {
  text-align: center;
}
.index .post_list {
  margin-top: 40px;
  border-top: 1px solid #D9D9D9;
}
.index .post_list li {
  border-bottom: 1px solid #D9D9D9;
}
.index .post_list li a {
  padding: 20px 0;
}
@media screen and (min-width: 811px) {
  .index .post_list li a {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 810px) {
  .index .post_list li a {
    display: block;
  }
}
.index .post_list li a:hover {
  background-color: #fff;
}
.index .post_meta {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 811px) {
  .index .post_meta {
    flex-shrink: 0;
  }
}
.index .post_meta_date {
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
}
.index .post_meta_cat {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #23459F;
  color: #23459F;
  background-color: #fff;
  border-radius: 12px;
}
.index .post_ttl {
  font-size: 16px;
}
@media screen and (max-width: 810px) {
  .index .post_ttl {
    margin-top: 4px;
  }
}
.index .post_more {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  width: 100%;
}

/* バナー */
@media screen and (min-width: 811px) {
  .index .banner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 810px) {
  .index .banner {
    padding: 60px 0;
  }
}
.index .banner.gray {
  background-color: #F4F4F4;
}
.index .banner_one {
  margin: -20px -10px 0;
}
.index .banner_one li {
  padding: 20px 10px 0;
  width: 100%;
}
.index .banner_two {
  margin: -20px -10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.index .banner_two li {
  padding: 20px 10px 0;
}
@media screen and (min-width: 641px) {
  .index .banner_two li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .index .banner_two li {
    width: 100%;
  }
}
.index .banner_three {
  margin: -20px -10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.index .banner_three li {
  padding: 20px 10px 0;
}
@media screen and (min-width: 811px) {
  .index .banner_three li {
    width: 33.33%;
  }
}
@media screen and (max-width: 810px) {
  .index .banner_three li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .index .banner_three li {
    width: 100%;
  }
}

/*--------------------------------------------------------------
	index aisleep
--------------------------------------------------------------*/
@media screen and (min-width: 811px) {
  .index-aisleep {
    padding-top: 80px;
  }
}
@media screen and (max-width: 810px) {
  .index-aisleep {
    padding-top: 64px;
  }
}
.index-aisleep h2 .en {
  font-weight: 500;
  font-family: "Fira Sans", "Noto Sans JP", sans-serif;
  display: block;
  text-align: center;
  font-style: italic;
  color: #23459F;
}
@media screen and (min-width: 811px) {
  .index-aisleep h2 .en {
    font-size: 20px;
  }
}
@media screen and (max-width: 810px) {
  .index-aisleep h2 .en {
    font-size: 12px;
  }
}
.index-aisleep h2 .jp {
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  display: block;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .index-aisleep h2 .jp {
    font-size: 32px;
  }
}
@media screen and (max-width: 810px) {
  .index-aisleep h2 .jp {
    font-size: 24px;
  }
}

.index-aisleep .fv {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 811px) {
  .index-aisleep .fv {
    background-size: auto 100%;
    background-image: url("../images/aisleep/index/fv_bg.jpg");
  }
}
@media screen and (max-width: 810px) {
  .index-aisleep .fv {
    background-size: cover;
    background-image: url("../images/aisleep/index/fv_bg-sp.jpg");
  }
}
@media screen and (min-width: 811px) {
  .index-aisleep .fv_conversion {
    position: absolute;
    bottom: 40px;
    left: 0;
  }
}
.index-aisleep .fv_conversion_list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 810px) {
  .index-aisleep .fv_conversion_list {
    padding-bottom: 20px;
    flex-direction: column;
  }
}
@media screen and (max-width: 810px) {
  .index-aisleep .fv_conversion_list li {
    display: flex;
    justify-content: center;
  }
}

.index-aisleep .about {
  padding: 80px 0;
  background-image: url("../images/aisleep/index/about_bg.jpg");
  background-size: cover;
}
.index-aisleep .about_txt {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 641px) {
  .index-aisleep .about_txt {
    text-align: center;
  }
}
.index-aisleep .about_video {
  margin: 40px auto 0;
  max-width: 840px;
  width: 100%;
}

.index-aisleep .point {
  padding: 80px 0;
}
.index-aisleep .point_list li {
  margin-top: 60px;
}
.index-aisleep .point_list li:nth-child(1) {
  margin-top: 40px;
}
@media screen and (min-width: 811px) {
  .index-aisleep .point_list .row {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 811px) {
  .index-aisleep .point_list .row.reverse {
    flex-direction: row-reverse;
  }
}
.index-aisleep .point_list .row dd .num {
  font-size: 70px;
  font-family: "Fira Sans", "Noto Sans JP", sans-serif;
  color: #A7D7F0;
  font-style: italic;
  line-height: 1;
}
.index-aisleep .point_list .row dd .strong {
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 36px;
  color: #23459F;
}
.index-aisleep .point_list .row dd .strong span {
  font-size: 48px;
}
.index-aisleep .point_list .row dd .txt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 811px) {
  .index-aisleep .point_list .row dt {
    width: 55%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 810px) {
  .index-aisleep .point_list .row dt {
    margin-top: 20px;
  }
}

.index-aisleep .function {
  padding: 80px 0;
  background-color: #F4F4F4;
}
.index-aisleep .function_list {
  margin: 40px -20px 0;
  display: flex;
  flex-wrap: wrap;
}
.index-aisleep .function_list li {
  padding: 20px 10px 0;
}
@media screen and (min-width: 811px) {
  .index-aisleep .function_list li {
    width: 50%;
  }
}
@media screen and (max-width: 810px) {
  .index-aisleep .function_list li {
    width: 100%;
  }
}
.index-aisleep .function_list_inner {
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 811px) {
  .index-aisleep .function_list_inner {
    padding: 20px 32px 32px;
    height: 100%;
  }
}
@media screen and (max-width: 810px) {
  .index-aisleep .function_list_inner {
    padding: 20px;
  }
}
.index-aisleep .function_list_inner .strong {
  display: flex;
  justify-content: center;
  color: #23459F;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (min-width: 811px) {
  .index-aisleep .function_list_inner .strong {
    font-size: 28px;
  }
}
@media screen and (max-width: 810px) {
  .index-aisleep .function_list_inner .strong {
    font-size: 20px;
  }
}
.index-aisleep .function_list_inner .txt {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}
.index-aisleep .function_list_inner .small {
  font-size: 12px;
  margin-top: 10px;
}

.index-aisleep .step {
  padding: 80px 0;
}
.index-aisleep .step_img {
  margin-top: 40px;
}
.index-aisleep .step_list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 810px) {
  .index-aisleep .step_list {
    padding-bottom: 20px;
    flex-direction: column;
  }
}
@media screen and (max-width: 810px) {
  .index-aisleep .step_list li {
    display: flex;
    justify-content: center;
  }
}

.index-aisleep .case {
  padding: 80px 0;
  background-color: #EEF9FF;
}
.index-aisleep .case_txt {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 641px) {
  .index-aisleep .case_txt {
    text-align: center;
  }
}
.index-aisleep .case_img {
  margin-top: 40px;
  text-align: center;
}
.index-aisleep .case_list {
  margin-top: 40px;
}
.index-aisleep .case_list li {
  margin-top: 20px;
}
.index-aisleep .case_list_inner {
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 811px) {
  .index-aisleep .case_list_inner {
    display: flex;
    align-items: center;
    gap: 0 20px;
    padding: 32px 40px;
    height: 100%;
  }
}
@media screen and (max-width: 810px) {
  .index-aisleep .case_list_inner {
    padding: 20px;
  }
}
@media screen and (min-width: 811px) {
  .index-aisleep .case_list_inner dt {
    width: 60%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 810px) {
  .index-aisleep .case_list_inner dt {
    margin-top: 20px;
  }
}
.index-aisleep .case_list_inner dd .num {
  font-weight: 500;
  font-family: "Fira Sans", "Noto Sans JP", sans-serif;
  display: block;
  font-style: italic;
  color: #23459F;
  position: relative;
}
@media screen and (min-width: 811px) {
  .index-aisleep .case_list_inner dd .num {
    font-size: 32px;
  }
}
@media screen and (max-width: 810px) {
  .index-aisleep .case_list_inner dd .num {
    font-size: 20px;
  }
}
@media screen and (min-width: 811px) {
  .index-aisleep .case_list_inner dd .num::before {
    content: " ";
    width: 20px;
    height: 2px;
    display: block;
    background-color: #23459F;
    position: absolute;
    top: 50%;
    left: -30px;
  }
}
.index-aisleep .case_list_inner dd .strong {
  font-weight: 700;
}
@media screen and (min-width: 811px) {
  .index-aisleep .case_list_inner dd .strong {
    font-size: 24px;
  }
}
@media screen and (max-width: 810px) {
  .index-aisleep .case_list_inner dd .strong {
    font-size: 20px;
  }
}
.index-aisleep .case_list_inner dd .txt {
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
}

.index-aisleep .demo {
  padding: 80px 0;
}
.index-aisleep .demo_txt {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 641px) {
  .index-aisleep .demo_txt {
    text-align: center;
  }
}
.index-aisleep .demo_img {
  margin-top: 40px;
  text-align: center;
}
.index-aisleep .demo_list {
  margin-top: 40px;
}
@media screen and (min-width: 811px) {
  .index-aisleep .demo_list {
    display: flex;
    gap: 0 20px;
    justify-content: center;
  }
}
@media screen and (min-width: 811px) {
  .index-aisleep .demo_list li {
    width: 50%;
    max-width: 339px;
  }
}
@media screen and (max-width: 810px) {
  .index-aisleep .demo_list li {
    margin-top: 20px;
  }
}
.index-aisleep .demo_list_inner {
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #23459F;
}
@media screen and (min-width: 811px) {
  .index-aisleep .demo_list_inner {
    height: 100%;
  }
}

/* 投稿 */
.index-aisleep .post {
  padding: 70px 0;
  background-color: #F4F4F4;
}
@media screen and (max-width: 810px) {
  .index-aisleep .post {
    padding: 80px 0;
  }
}
.index-aisleep .post_inner {
  border-radius: 15px;
  padding: 96px 15px 80px;
  margin-top: 40px;
  background-color: #fff;
}
@media screen and (max-width: 810px) {
  .index-aisleep .post_inner {
    padding: 40px 15px;
  }
}
.index-aisleep .post_list {
  max-width: 1030px;
  margin: 0 auto;
}
.index-aisleep .post_list li {
  border-bottom: 1px solid #D9D9D9;
}
.index-aisleep .post_list li a {
  padding: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 810px) {
  .index-aisleep .post_list li a {
    display: block;
  }
}
.index-aisleep .post_list li a:hover {
  background-color: #fff;
}
.index-aisleep .post_meta {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 811px) {
  .index-aisleep .post_meta {
    flex-shrink: 0;
  }
}
.index-aisleep .post_meta_date {
  margin-right: 45px;
}
.index-aisleep .post_meta_cat {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #23459F;
  color: #23459F;
  background-color: #fff;
  border-radius: 12px;
}
.index-aisleep .post_ttl {
  font-size: 16px;
}
@media screen and (max-width: 810px) {
  .index-aisleep .post_ttl {
    margin-top: 4px;
  }
}
.index-aisleep .post_more {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 75px;
}
@media screen and (max-width: 810px) {
  .index-aisleep .post_more {
    margin-top: 45px;
  }
}

/*--------------------------------------------------------------
	archive
--------------------------------------------------------------*/
@media screen and (min-width: 811px) {
  .archive {
    padding-top: 140px;
  }
}
@media screen and (max-width: 810px) {
  .archive {
    padding-top: 64px;
  }
}
.archive h1 {
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .archive h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .archive h1 {
    font-size: 24px;
  }
}

/* 投稿 */
@media screen and (min-width: 811px) {
  .archive .post {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 810px) {
  .archive .post {
    padding: 40px 0 60px;
  }
}
.archive .post h1 {
  text-align: center;
}
.archive .post_selected {
  text-align: center;
}
.archive .post_category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}
.archive .post_category > li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.archive .post_category .ttl {
  color: #23459F;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .archive .post_category .ttl {
    width: 100%;
    margin-bottom: 4px;
  }
}
.archive .post_category .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #23459F;
  padding: 0 10px;
  color: #23459F;
  background-color: #fff;
}
@media screen and (min-width: 641px) {
  .archive .post_category .link a {
    font-size: 14px;
    height: 28px;
    border-radius: 14px;
  }
}
@media screen and (max-width: 640px) {
  .archive .post_category .link a {
    font-size: 12px;
    height: 24px;
    border-radius: 12px;
  }
}
.archive .post_category .link a:hover {
  color: #fff;
  background-color: #23459F;
}
.archive .post_category .link span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #23459F;
  padding: 0 10px;
  color: #fff;
  background-color: #23459F;
}
@media screen and (min-width: 641px) {
  .archive .post_category .link span {
    font-size: 14px;
    height: 28px;
    border-radius: 14px;
  }
}
@media screen and (max-width: 640px) {
  .archive .post_category .link span {
    font-size: 12px;
    height: 24px;
    border-radius: 12px;
  }
}
.archive .post_list {
  margin-top: 30px;
  border-top: 1px solid #D9D9D9;
}
.archive .post_list li {
  border-bottom: 1px solid #D9D9D9;
}
.archive .post_list li a {
  padding: 20px 0;
}
@media screen and (min-width: 811px) {
  .archive .post_list li a {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 810px) {
  .archive .post_list li a {
    display: block;
  }
}
.archive .post_list li a:hover {
  background-color: #F4F4F4;
}
@media screen and (min-width: 641px) {
  .archive .post_thumb {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px 0;
  }
}
@media screen and (min-width: 811px) {
  .archive .post_thumb > li {
    width: 33.33%;
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 810px) {
  .archive .post_thumb > li {
    width: 50%;
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .archive .post_thumb > li {
    width: 100%;
    margin-top: 40px;
  }
}
.archive .post_thumb > li a:hover .inner_img img {
  transform: scale(1.1);
}
.archive .post_thumb .inner {
  border: 1px solid #EEEEEE;
}
.archive .post_thumb .inner_img {
  aspect-ratio: 16/9;
  text-align: center;
  overflow: hidden;
}
.archive .post_thumb .inner_img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease 0s;
}
.archive .post_thumb .inner_txt {
  padding: 16px;
}
.archive .post_thumb .inner_ttl {
  font-weight: 700;
  font-size: 16px;
}
.archive .post_thumb .inner_info {
  margin-top: 0;
  font-size: 14px;
}
.archive .post_thumb .inner_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}
.archive .post_thumb .inner_meta_cat {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #23459F;
  color: #23459F;
  background-color: #fff;
  border-radius: 12px;
}
.archive .post_meta {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 811px) {
  .archive .post_meta {
    flex-shrink: 0;
  }
}
.archive .post_meta_date {
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
}
.archive .post_meta_cat {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #23459F;
  color: #23459F;
  background-color: #fff;
  border-radius: 12px;
}
.archive .post_ttl {
  font-size: 16px;
}
@media screen and (max-width: 810px) {
  .archive .post_ttl {
    margin-top: 4px;
  }
}
.archive .post_pager {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 811px) {
  .archive .post_pager {
    margin-top: 80px;
  }
}
@media screen and (max-width: 810px) {
  .archive .post_pager {
    margin-top: 40px;
    justify-content: center;
  }
}
.archive .post_pager .page-numbers {
  font-weight: 700;
  font-size: 20px;
  margin: 0 10px;
  color: #23459F;
}
.archive .post_pager .page-numbers:hover {
  opacity: 1;
  color: #303030;
}
.archive .post_pager .page-numbers.prev {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #23459F;
  width: 52px;
  height: 52px;
  border-radius: 26px;
}
.archive .post_pager .page-numbers.prev:hover {
  background-color: #303030;
}
.archive .post_pager .page-numbers.next {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #23459F;
  width: 52px;
  height: 52px;
  border-radius: 26px;
}
.archive .post_pager .page-numbers.next:hover {
  background-color: #303030;
}
.archive .post_pager .page-numbers.current {
  color: #23459F;
  opacity: 0.5;
}
.archive .post_pager .page-numbers.current:hover {
  color: #23459F;
}

/* 製品一覧 */
@media screen and (min-width: 811px) {
  .archive .product {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 810px) {
  .archive .product {
    padding: 40px 0 60px;
  }
}
.archive .product h1 {
  text-align: center;
}
.archive .product_wrapper {
  margin-top: 40px;
}
@media screen and (min-width: 811px) {
  .archive .product_wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (min-width: 811px) {
  .archive .product_side {
    width: 320px;
    flex-shrink: 0;
    margin-right: 60px;
  }
}
@media screen and (max-width: 810px) {
  .archive .product_side {
    margin-top: 60px;
  }
}
.archive .product_side_list {
  border: 1px solid #EEEEEE;
  padding: 0 0 20px;
}
.archive .product_side_list .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 24px;
  width: 100%;
  background-color: #23459F;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 20px;
}
.archive .product_side_list .parent {
  font-weight: 700;
  font-size: 16px;
  padding: 0 20px;
  margin-top: 10px;
}
.archive .product_side_list .parent > a {
  display: flex;
  align-items: center;
}
.archive .product_side_list .parent > a::before {
  content: " ";
  display: block;
  background-image: url("../images/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.archive .product_side_list .child li {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
}
@media screen and (min-width: 641px) {
  .archive .product_main_list {
    display: flex;
    flex-wrap: wrap;
    margin: -40px -20px 0;
  }
}
@media screen and (min-width: 641px) {
  .archive .product_main_list > li {
    width: 50%;
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .archive .product_main_list > li {
    width: 100%;
    margin-top: 40px;
  }
}
.archive .product_main_list > li a:hover .inner_img img {
  transform: scale(1.1);
}
.archive .product_main_list .inner {
  border: 1px solid #EEEEEE;
}
.archive .product_main_list .inner_img {
  overflow: hidden;
}
.archive .product_main_list .inner_img img {
  transition: all 0.3s ease 0s;
}
.archive .product_main_list .inner_txt {
  padding: 16px;
}
.archive .product_main_list .inner_ttl {
  font-weight: 700;
  font-size: 16px;
}
.archive .product_main_list .inner_info {
  margin-top: 0;
  font-size: 14px;
}
.archive .product_main_list .inner_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}
.archive .product_main_list .inner_meta_cat {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #23459F;
  color: #23459F;
  background-color: #fff;
  border-radius: 12px;
}
.archive .product_pager {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 811px) {
  .archive .product_pager {
    margin-top: 80px;
  }
}
@media screen and (max-width: 810px) {
  .archive .product_pager {
    margin-top: 40px;
    justify-content: center;
  }
}
.archive .product_pager .page-numbers {
  font-weight: 700;
  font-size: 20px;
  margin: 0 10px;
  color: #23459F;
}
.archive .product_pager .page-numbers:hover {
  opacity: 1;
  color: #303030;
}
.archive .product_pager .page-numbers.prev {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #23459F;
  width: 52px;
  height: 52px;
  border-radius: 26px;
}
.archive .product_pager .page-numbers.prev:hover {
  background-color: #303030;
}
.archive .product_pager .page-numbers.next {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #23459F;
  width: 52px;
  height: 52px;
  border-radius: 26px;
}
.archive .product_pager .page-numbers.next:hover {
  background-color: #303030;
}
.archive .product_pager .page-numbers.current {
  color: #23459F;
  opacity: 0.5;
}
.archive .product_pager .page-numbers.current:hover {
  color: #23459F;
}

/*--------------------------------------------------------------
	single
--------------------------------------------------------------*/
@media screen and (min-width: 811px) {
  .single {
    padding-top: 140px;
  }
}
@media screen and (max-width: 810px) {
  .single {
    padding-top: 64px;
  }
}
.single h1 {
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .single h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .single h1 {
    font-size: 30px;
  }
}

/* 投稿 */
@media screen and (min-width: 811px) {
  .single .content {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 810px) {
  .single .content {
    padding: 40px 0 60px;
  }
}
.single .content_wrapper {
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}
.single .content_meta {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single .content_meta_date {
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
}
.single .content_meta_cat {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #23459F;
  color: #23459F;
  background-color: #fff;
  border-radius: 12px;
}
.single .content_meta_cat:hover {
  color: #fff;
  background-color: #23459F;
}
.single .content_inner {
  margin-top: 40px;
}
.single .content_inner h2 {
  margin-top: 40px;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 28px;
  padding-left: 20px;
  position: relative;
}
.single .content_inner h2::before {
  content: " ";
  position: absolute;
  height: 28px;
  width: 8px;
  background-color: #23459F;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 40px;
}
.single .content_inner h3 {
  margin-top: 32px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}
.single .content_inner p {
  margin-top: 20px;
}
.single .content_inner a {
  text-decoration: underline;
}
.single .content_inner a:hover {
  color: #23459F;
}
.single .content_inner ul {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 1.2em;
  list-style: disc;
}
.single .content_inner ul li {
  margin-top: 8px;
}
.single .content_inner ul > ul {
  list-style: circle;
}
.single .content_inner ol {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 1.2em;
  list-style: decimal;
}
.single .content_inner ol li {
  margin-top: 8px;
}
.single .content_inner blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: #F4F4F4;
  padding: 0 20px 1.6em;
  font-style: italic;
  padding-top: 1px;
}
.single .content_inner table {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 1px solid #D9D9D9;
}
.single .content_inner table.max {
  width: 100%;
}
.single .content_inner table th {
  background-color: #EEF9FF;
  font-weight: 700;
  padding: 4px 8px;
  border: 1px solid #D9D9D9;
}
.single .content_inner table td {
  background-color: #fff;
  padding: 4px 8px;
  border: 1px solid #D9D9D9;
}
.single .content_inner .gmap {
  margin-top: 32px;
  margin-bottom: 32px;
}
.single .content_inner .youtube {
  margin-top: 32px;
  margin-bottom: 32px;
}
.single .content_tag {
  position: relative;
  margin-top: 40px;
}
.single .content_tag h2 {
  background-color: #F4F4F4;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
.single .content_tag_list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px 0;
}
.single .content_tag_list li {
  padding: 10px 5px 0;
}
.single .content_share {
  margin-top: 40px;
}
.single .content_share h2 {
  background-color: #F4F4F4;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
.single .content_share_list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px 0;
}
.single .content_share_list li {
  padding: 10px 5px 0;
  width: 50%;
}
.single .content_share_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.single .content_share_list li a img {
  margin-right: 4px;
}
.single .content_share_list li a.facebook {
  background-color: #0765ff;
}
.single .content_share_list li a.x {
  background-color: #303030;
}
@media screen and (min-width: 811px) {
  .single .content_return {
    margin-top: 80px;
  }
}
@media screen and (max-width: 810px) {
  .single .content_return {
    margin-top: 60px;
  }
}
.single .content_return p {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 811px) {
  .single .product {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 810px) {
  .single .product {
    padding: 40px 0 60px;
  }
}
.single .product_wrapper {
  margin-top: 40px;
}
@media screen and (min-width: 811px) {
  .single .product_wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (min-width: 811px) {
  .single .product_side {
    width: 320px;
    flex-shrink: 0;
    margin-right: 60px;
  }
}
@media screen and (max-width: 810px) {
  .single .product_side {
    margin-top: 60px;
  }
}
.single .product_side_list {
  border: 1px solid #EEEEEE;
  padding: 0 0 20px;
}
.single .product_side_list .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 24px;
  width: 100%;
  background-color: #23459F;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 20px;
}
.single .product_side_list .parent {
  font-weight: 700;
  font-size: 16px;
  padding: 0 20px;
  margin-top: 10px;
}
.single .product_side_list .parent > a {
  display: flex;
  align-items: center;
}
.single .product_side_list .parent > a::before {
  content: " ";
  display: block;
  background-image: url("../images/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.single .product_side_list .child li {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
}
.single .product_meta {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single .product_meta_cat {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #23459F;
  color: #23459F;
  background-color: #fff;
  border-radius: 12px;
}
.single .product_meta_cat:hover {
  color: #fff;
  background-color: #23459F;
}
.single .product_thumb {
  margin-top: 40px;
  text-align: center;
}
.single .product_thumb img {
  width: 100%;
  height: auto;
  max-height: 320px;
  -o-object-fit: contain;
     object-fit: contain;
}
.single .product_inner {
  margin-top: 40px;
}
.single .product_inner h2 {
  margin-top: 40px;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 28px;
  padding-left: 20px;
  position: relative;
}
.single .product_inner h2::before {
  content: " ";
  position: absolute;
  height: 28px;
  width: 8px;
  background-color: #23459F;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 40px;
}
.single .product_inner h3 {
  margin-top: 32px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}
.single .product_inner p {
  margin-top: 20px;
}
.single .product_inner a {
  text-decoration: underline;
}
.single .product_inner a:hover {
  color: #23459F;
}
.single .product_inner ul {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 1.2em;
  list-style: disc;
}
.single .product_inner ul li {
  margin-top: 8px;
}
.single .product_inner ul > ul {
  list-style: circle;
}
.single .product_inner ol {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 1.2em;
  list-style: decimal;
}
.single .product_inner ol li {
  margin-top: 8px;
}
.single .product_inner blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: #F4F4F4;
  padding: 0 20px 1.6em;
  font-style: italic;
  padding-top: 1px;
}
.single .product_inner table {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 1px solid #D9D9D9;
}
.single .product_inner table.max {
  width: 100%;
}
.single .product_inner table th {
  background-color: #EEF9FF;
  font-weight: 700;
  padding: 4px 8px;
  border: 1px solid #D9D9D9;
}
.single .product_inner table td {
  background-color: #fff;
  padding: 4px 8px;
  border: 1px solid #D9D9D9;
}
.single .product_inner .gmap {
  margin-top: 32px;
  margin-bottom: 32px;
}
.single .product_inner .youtube {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 811px) {
  .single .product_return {
    margin-top: 80px;
  }
}
@media screen and (max-width: 810px) {
  .single .product_return {
    margin-top: 60px;
  }
}
.single .product_return p {
  display: flex;
  justify-content: center;
}

/*--------------------------------------------------------------
	page
--------------------------------------------------------------*/
@media screen and (min-width: 811px) {
  .page {
    padding-top: 140px;
  }
}
@media screen and (max-width: 810px) {
  .page {
    padding-top: 64px;
  }
}
.page h1 {
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .page h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .page h1 {
    font-size: 30px;
  }
}

/* ページ */
@media screen and (min-width: 811px) {
  .page .content {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 810px) {
  .page .content {
    padding: 40px 0 60px;
  }
}
.page .content_wrapper {
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}
.page .content_inner {
  margin-top: 40px;
}
.page .content_inner.blank {
  margin-top: 0;
}
.page .content_inner h2 {
  margin-top: 40px;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 28px;
  padding-left: 20px;
  position: relative;
}
.page .content_inner h2::before {
  content: " ";
  position: absolute;
  height: 28px;
  width: 8px;
  background-color: #23459F;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 40px;
}
.page .content_inner h3 {
  margin-top: 32px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}
.page .content_inner p {
  margin-top: 20px;
}
.page .content_inner a {
  text-decoration: underline;
}
.page .content_inner a:hover {
  color: #23459F;
}
.page .content_inner ul {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 1.2em;
  list-style: disc;
}
.page .content_inner ul li {
  margin-top: 8px;
}
.page .content_inner ul > ul {
  list-style: circle;
}
.page .content_inner ol {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 1.2em;
  list-style: decimal;
}
.page .content_inner ol li {
  margin-top: 8px;
}
.page .content_inner blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: #F4F4F4;
  padding: 0 20px 1.6em;
  font-style: italic;
  padding-top: 1px;
}
.page .content_inner table {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 1px solid #D9D9D9;
}
.page .content_inner table.max {
  width: 100%;
}
.page .content_inner table th {
  background-color: #EEF9FF;
  font-weight: 700;
  padding: 4px 8px;
  border: 1px solid #D9D9D9;
}
.page .content_inner table td {
  background-color: #fff;
  padding: 4px 8px;
  border: 1px solid #D9D9D9;
}
.page .content_inner .gmap {
  margin-top: 32px;
  margin-bottom: 32px;
}
.page .content_inner .youtube {
  margin-top: 32px;
  margin-bottom: 32px;
}

/* エラー */
@media screen and (min-width: 811px) {
  .page .error {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 810px) {
  .page .error {
    padding: 40px 0 60px;
  }
}
.page .error_wrapper {
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}
.page .error_wrapper h1 {
  text-align: center;
  color: #23459F;
  line-height: 1.2;
}
@media screen and (min-width: 641px) {
  .page .error_wrapper h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 640px) {
  .page .error_wrapper h1 {
    font-size: 32px;
  }
}
.page .error_message {
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}
.page .error_txt {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}
.page .error_more {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}