@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}
.__inner.__small {
  width: 65.625rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__small {
    width: 82.5rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__small {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__small {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
}
.__liststyle li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 2px;
  background-color: #8d908b;
  margin-right: 0.8em;
  margin-top: 0.8em;
  flex-shrink: 0;
}
.__liststyle.__order li::before {
  display: none;
}
.__liststyle.__order li span.__num {
  flex-shrink: 0;
  margin-right: 0.4em;
}
.__liststyle.__note.__red {
  color: #c94a36;
}
.__liststyle.__note li {
  font-size: 0.9em;
}
.__liststyle.__note li::before {
  content: "※";
  width: auto;
  height: auto;
  background-color: transparent;
  margin-top: 0;
  margin-right: 0.4em;
}
.__liststyle.__note li a {
  font-size: 1em;
}

.__list-col {
  display: flex;
  flex-wrap: wrap;
}
.__list-col.__3col li {
  width: calc(33.3333333333% - 1.3333333333em);
  margin-right: 2em;
  margin-top: 2em;
}
.__list-col.__3col li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .__list-col.__3col li {
    width: calc(50% - 1.3333333333em);
  }
  .__list-col.__3col li:nth-of-type(3n) {
    margin-right: 2em;
  }
  .__list-col.__3col li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .__list-col.__3col li {
    width: 100%;
    margin-right: 0;
  }
  .__list-col.__3col li:nth-of-type(3n) {
    margin-right: 0;
  }
}

.__ttlstyle01 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: max(1.75em, 2.25rem);
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 {
    font-size: min(5.4vw, 1.5em);
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__medium {
    font-size: min(5.4vw, 1.325em);
  }
}

.__ttlstyle02 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: max(1.75em, 2.25rem);
  line-height: 1.4em;
}
.__ttlstyle02::after {
  display: block;
  content: "";
  width: 1em;
  height: 2px;
  background-color: #a5c682;
  margin: 0 auto;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 {
    font-size: min(5.2vw, 1.645em);
  }
}
.__ttlstyle02.__medium {
  font-size: max(1.5em, 2rem);
}
@media screen and (max-width: 767px) {
  .__ttlstyle02.__medium {
    font-size: min(5.2vw, 1.5em);
  }
}

.__ttlstyle03 {
  display: flex;
  align-items: flex-start;
  font-family: "Shippori Mincho", serif;
  font-size: max(1.375em, 1.6875rem);
  line-height: 1.4em;
  padding-bottom: 0.4em;
  border-bottom: solid 1px #e0e0e0;
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 {
    font-size: 1.175em;
  }
}
.__ttlstyle03::before {
  color: #99be71;
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.4em;
  margin-top: 0.4em;
  margin-right: 2em;
  flex-shrink: 0;
}
.__ttlstyle03 span.__small {
  font-size: 0.85em;
}
.__ttlstyle03.__medium {
  font-size: max(1.25em, 1.6875rem);
}
@media screen and (max-width: 767px) {
  .__ttlstyle03.__medium {
    font-size: 1.125em;
  }
}

.__txtstyle01 {
  display: flex;
  align-items: flex-start;
}
.__txtstyle01::before {
  color: #a5c682;
  content: "\f0da";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4em;
  flex-shrink: 0;
}
.__txtstyle01.__white::before {
  color: #fff;
}

span.__tax {
  font-size: 0.8em;
}

.__txtlimit {
  max-width: 100%;
}
.__txtlimit span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.__txtlink {
  color: #99be71;
  display: inline;
  text-decoration: underline;
}
a.__anchor-point {
  position: absolute;
}

.__hover-style {
  transition: all 0.36s ease;
}
.__hover-style:hover {
  opacity: 0.6;
}
.__hover-style.__08:hover {
  opacity: 0.8;
}

.__linkbtn01 a, .__linkbtn01 button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #82be60;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  font-size: max(1.125em, 1.375rem);
  padding: 0.72em 2em;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a, .__linkbtn01 button {
    justify-content: space-between;
    font-size: 1em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    width: 100%;
  }
}
.__linkbtn01 a span.__txt, .__linkbtn01 button span.__txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0;
  margin-right: 6em;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a span.__txt, .__linkbtn01 button span.__txt {
    margin-right: 0;
  }
}
.__linkbtn01 a span.__txt i, .__linkbtn01 button span.__txt i {
  margin-right: 1em;
}
.__linkbtn01 a span.__arrow, .__linkbtn01 button span.__arrow {
  font-size: 0.85em;
  transition: all 0.3s ease;
}
.__linkbtn01 a:hover, .__linkbtn01 button:hover {
  opacity: 0.8;
}
.__linkbtn01 a:hover span.__arrow, .__linkbtn01 button:hover span.__arrow {
  transform: translateX(0.2em);
}
.__linkbtn01.__molcom a, .__linkbtn01.__molcom button {
  background-color: #3f4362;
  flex-wrap: wrap;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .__linkbtn01.__molcom a, .__linkbtn01.__molcom button {
    justify-content: center;
  }
}
.__linkbtn01.__molcom a span.__catch, .__linkbtn01.__molcom button span.__catch {
  display: block;
  text-align: center;
  width: 100%;
  font-size: min(0.95vw, 0.8em);
  transform: translateY(-0.1em);
}
@media screen and (max-width: 1199px) {
  .__linkbtn01.__molcom a span.__catch, .__linkbtn01.__molcom button span.__catch {
    font-size: 0.75em;
  }
}
.__linkbtn01.__molcom a span.__txt, .__linkbtn01.__molcom button span.__txt {
  margin-right: 1em;
}
.__linkbtn01.__molcom a span.__arrow, .__linkbtn01.__molcom button span.__arrow {
  font-size: 0.7em;
}
.__linkbtn01.__molcom a:hover span.__arrow, .__linkbtn01.__molcom button:hover span.__arrow {
  transform: translateX(0);
}
.__linkbtn01.__back a span.__txt, .__linkbtn01.__back button span.__txt {
  margin-right: 0;
  margin-left: 6em;
}
@media screen and (max-width: 767px) {
  .__linkbtn01.__back a span.__txt, .__linkbtn01.__back button span.__txt {
    margin-left: 0;
  }
}
.__linkbtn01.__back a:hover span.__arrow, .__linkbtn01.__back button:hover span.__arrow {
  transform: translateX(-0.2em);
}
.__linkbtn01.__black a, .__linkbtn01.__black button {
  background-color: #666;
}
.__linkbtn01.__white a, .__linkbtn01.__white button {
  color: #333;
  background-color: #fff;
}

.__linkbtn02 {
  font-weight: 700;
}
.__linkbtn02 i {
  margin-left: 0.4em;
  transition: all 0.3s ease;
}
.__linkbtn02:hover i {
  transform: translateX(0.2em);
}

.__table-style01 dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__table-style01 dl {
    display: block;
  }
}
.__table-style01 dl dt {
  color: #666;
  font-weight: 600;
  width: 13em;
  padding: 1.2em 0;
  border-bottom: solid 2px #666;
}
@media screen and (max-width: 767px) {
  .__table-style01 dl dt {
    width: 100%;
    font-size: 0.9em;
    padding-top: 1.7em;
    padding-bottom: 0.4em;
    border-bottom: none;
  }
}
.__table-style01 dl dd {
  width: calc(100% - 13em);
  padding: 1.2em 0;
  padding-left: 2em;
  border-bottom: solid 1px #666;
}
@media screen and (max-width: 767px) {
  .__table-style01 dl dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.6em;
    padding-left: 0;
  }
}
.__table-style01 dl dd a {
  display: inline;
  font-size: 1em;
}

.__table-style02 table {
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
.__table-style02 td, .__table-style02 th {
  text-align: center;
  vertical-align: middle;
  padding: 0.6em 4em;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
}
.__table-style02 td.__yellow, .__table-style02 th.__yellow {
  background-color: #f6e5aa;
}
@media screen and (max-width: 767px) {
  .__table-style02 td, .__table-style02 th {
    font-size: 0.95em;
  }
}
.__table-style02 th {
  background-color: #e0e0e0;
  color: #666;
  font-size: 0.9em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

@media screen and (max-width: 767px) {
  .__table-style03 {
    border-top: solid 1px #8d908b;
  }
}
.__table-style03 dl {
  display: flex;
  flex-wrap: wrap;
}
.__table-style03 dl dt, .__table-style03 dl dd {
  padding: 0.4em 0;
}
.__table-style03 dl dt {
  color: #666;
  font-weight: 600;
  width: 16em;
}
@media screen and (max-width: 767px) {
  .__table-style03 dl dt {
    width: 100%;
    font-size: 0.9em;
    padding-top: 1.7em;
  }
}
.__table-style03 dl dd {
  width: calc(100% - 16em);
  border-left: solid 1px #8d908b;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .__table-style03 dl dd {
    width: 100%;
    border-left: none;
    border-bottom: solid 1px #8d908b;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 1.6em;
  }
}

.js-scrollable .scroll-hint-icon {
  z-index: 2;
  height: 90px !important;
}

.__bg-gradation {
  background-image: url(../images/bgimg-gradation.jpg);
  background-size: cover;
}

.__book-info .item-img {
  width: min(70%, 200px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .__book-info .item-img {
    width: min(65%, 160px);
  }
}
.__book-info .item-img img {
  width: 100%;
  height: auto;
}
.__book-info .item-ttl {
  margin-top: 1.2em;
}
.__book-info .item-ttl h3, .__book-info .item-ttl h4 {
  font-family: "Shippori Mincho", serif;
  font-size: max(1.25em, 1.5rem);
  line-height: 1.4em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .__book-info .item-ttl h3, .__book-info .item-ttl h4 {
    font-size: 1.125em;
  }
}
.__book-info .item-subttl {
  margin-top: 0.4em;
}
.__book-info .item-subttl p {
  color: #8d908b;
  font-size: 0.85em;
  line-height: 1.6em;
}
.__book-info .item-price {
  margin-top: 0.8em;
}
.__book-info .item-price p {
  font-weight: 700;
  font-size: 0.9em;
}
.__book-info .item-price p span.__num {
  font-size: 1.05em;
}

@media screen and (max-width: 767px) {
  .content-wrap.__tel, .content-wrap.__fax {
    text-align: center;
  }
}
.content-wrap.__tel .num-txt, .content-wrap.__fax .num-txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: max(1.75em, 2.25rem);
  line-height: 1em;
}
.content-wrap.__tel .num-txt p, .content-wrap.__tel .num-txt a, .content-wrap.__fax .num-txt p, .content-wrap.__fax .num-txt a {
  display: inline;
  font-size: 1em;
}
.content-wrap.__tel .num-txt i, .content-wrap.__fax .num-txt i {
  margin-right: 0.2em;
}
.content-wrap.__tel .note-txt, .content-wrap.__fax .note-txt {
  margin-top: 0.6em;
}
.content-wrap.__tel .note-txt p, .content-wrap.__fax .note-txt p {
  font-size: min(3.2vw, 0.95em);
  line-height: 1.4em;
}

.__fadeIn {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.8s ease 0.3s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  border-bottom: solid 2px #a5c682;
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.2em max(20px, 1.875rem);
}
@media screen and (max-width: 1359px) {
  header .header-inner {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding: 0.8em 16px;
  }
}
@media screen and (max-width: 1359px) {
  header .__overlay {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(20, 20, 20, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  position: relative;
  z-index: 2;
  width: max(345px, 28.75rem);
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(62.5vw, 253px);
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1359px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 32px;
    height: 40px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1359px) and (max-width: 767px) {
  header .nav-btn {
    width: 24px;
  }
}
@media screen and (max-width: 1359px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 50vh;
    background-color: #8d908b;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -8px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1359px) and (max-width: 767px) {
  header .nav-btn span:nth-of-type(1) {
    margin-top: -7px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
}
@media screen and (max-width: 1359px) {
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(30deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-30deg);
  }
}
@media screen and (max-width: 1359px) {
  header .header-menu {
    background-color: #fff;
    width: 220px;
    height: 100vh;
    padding-top: 80px;
    padding-bottom: 60px;
    overflow-y: scroll;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 1359px) {
  header .header-menu .header-menu-inner {
    display: block;
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1359px) {
  header .header-menu.__open {
    transform: translateX(0);
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav {
  margin-right: 1.25em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav {
    margin-right: 0;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 1359px) {
  header .header-menu nav ul {
    display: block;
    padding: 0 30px;
  }
}
header .header-menu nav ul li a {
  position: relative;
  z-index: 2;
  font-size: max(1em, 1.25rem);
  margin: 0 1.25em;
  padding: 0.24em 0;
}
@media screen and (max-width: 1359px) {
  header .header-menu nav ul li a {
    display: flex;
    align-items: center;
    font-size: 1.25em;
    margin: 1em 0;
  }
}
header .header-menu nav ul li a span {
  display: block;
}
header .header-menu nav ul li a span.__icon {
  color: #e0e0e0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transition: all 0.48s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a span.__icon {
    width: 1.75em;
    margin: 0;
  }
}
header .header-menu nav ul li a span.__txt {
  font-size: 0.8em;
  margin-top: 0.1em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a span.__txt {
    display: inline-block;
    font-size: 0.75em;
    margin-top: 0;
  }
}
header .header-menu nav ul li a:hover span.__icon {
  color: #a5c682;
}
header .header-menu nav ul li.__current a span.__icon {
  color: #a5c682;
}
header .header-menu .header-sns {
  display: flex;
  justify-content: flex-end;
  width: 10em;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-sns {
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
}
header .header-menu .header-sns .sns-link {
  width: 1.375em;
  margin-left: 1.25em;
}
@media screen and (max-width: 767px) {
  header .header-menu .header-sns .sns-link {
    width: 1.5em;
  }
}
header .header-menu .header-sns .sns-link.__Facebook {
  margin-left: 0;
}
header .header-menu .header-sns .sns-link.__X {
  margin-left: 1em;
}
header .header-menu .header-sns .sns-link a img {
  width: 100%;
  height: auto;
}
header .header-cart {
  width: 100%;
  margin-top: -2em;
  transform: translateX(0.4em);
}
@media screen and (max-width: 1359px) {
  header .header-cart {
    transform: translateX(0);
    margin-top: -48px;
    margin-right: 52px;
  }
}
@media screen and (max-width: 767px) {
  header .header-cart {
    margin-top: -38px;
    margin-right: 36px;
  }
}
header .header-cart a {
  display: flex;
  align-items: center;
  border-radius: 50vh;
  border: solid 1px #8d908b;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.95em;
  padding: 0.4em 1em 0.48em;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  header .header-cart a {
    font-size: 0.9em;
    padding: 0.36em 0.8em;
  }
}
header .header-cart a span {
  display: block;
  line-height: 1em;
}
header .header-cart a span.__icon {
  margin-left: 0.2em;
  margin-right: 0.4em;
}
@media screen and (max-width: 767px) {
  header .header-cart a span.__icon {
    margin-left: 0;
  }
}
header .header-cart a span.__txt {
  font-size: 0.95em;
  margin-right: 0.8em;
}
@media screen and (max-width: 767px) {
  header .header-cart a span.__txt {
    display: none;
  }
}
header .header-cart a span.__count {
  position: relative;
  color: #fff;
  background-color: #82be60;
  width: 1.25em;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
header .header-cart a span.__count .__num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -0.1em;
  font-size: 0.8em;
  line-height: 1em;
  letter-spacing: 0;
}
header .header-search {
  background-color: #a5c682;
  border-top: solid 2px #a5c682;
  padding: 0.6em;
}
header .header-search .accordion-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-search .accordion-inner p {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 0.85em;
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  header .header-search .accordion-inner p {
    display: none;
  }
}
header .header-search .accordion-inner form {
  position: relative;
  width: 30em;
}
@media screen and (max-width: 767px) {
  header .header-search .accordion-inner form {
    word-break: 100%;
  }
}
header .header-search .accordion-inner form input {
  background-color: #fff;
  font-size: 0.85em;
  padding: 0.6em 1.4em;
  padding-right: 3em;
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  header .header-search .accordion-inner form input {
    padding: 0.3em 1.2em;
  }
}
header .header-search .accordion-inner form input::-moz-placeholder {
  color: #8d908b;
}
header .header-search .accordion-inner form input::placeholder {
  color: #8d908b;
}
header .header-search .accordion-inner form button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding-right: 0.8em;
  background-color: transparent;
}
header .header-search .accordion-inner form button i {
  font-size: 0.9em;
}

#pagetop {
  position: absolute;
  z-index: 9;
  width: 100%;
  color: #fff;
  background-color: #a5c682;
  padding: 0.4em 0;
}
@media screen and (max-width: 767px) {
  #pagetop {
    padding: 0.3em 0;
  }
}
#pagetop a {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-weight: 500;
  font-size: 0.85em;
}
#pagetop a i {
  margin-left: 0.4em;
}

/* footer
---------------------------------------------------- */
footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-left {
    display: block;
  }
}
footer .footer-inner .footer-left .footer-logo {
  width: max(384px, 30rem);
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 300px;
  }
}
footer .footer-inner .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-left .footer-info {
  margin-top: 1em;
}
footer .footer-inner .footer-left .footer-info p a {
  display: inline;
}
footer .footer-inner .footer-left .footer-info p a i {
  margin-left: 0.2em;
}
footer .footer-inner .footer-left .__linkbtn01.__molcom {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .__linkbtn01.__molcom {
    margin-top: 1em;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-left .__linkbtn01.__molcom {
    margin-top: 2em;
  }
}
footer .footer-inner .footer-left .__linkbtn01.__molcom a {
  width: 21em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .__linkbtn01.__molcom a {
    width: min(100%, 21em);
  }
}
footer .footer-inner .footer-right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 40rem);
  margin-top: 1.4em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-right {
    width: 100%;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right {
    margin-top: 1em;
  }
}
footer .footer-inner .footer-right .footer-menu > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .footer-menu > ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .footer-menu > ul > li {
    margin-top: 2em;
  }
}
footer .footer-inner .footer-right .footer-menu > ul > li a {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .footer-menu > ul > li a {
    font-size: 0.95em;
  }
}
footer .footer-inner .footer-right .footer-menu > ul ul {
  margin-top: 0.2em;
}
footer .footer-inner .footer-right .footer-menu > ul ul li {
  margin-top: 0.2em;
}
footer .footer-inner .footer-right .footer-menu > ul ul li a {
  color: #8d908b;
  font-size: 0.9em;
}
footer .footer-inner .footer-right .footer-menu > ul ul li a::before {
  color: #8d908b;
}
footer .footer-inner .footer-right .footer-menu.__top {
  width: 100%;
  margin-bottom: 4.8em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .footer-menu.__top {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .footer-menu.__bottom {
    width: 100%;
  }
}
footer .footer-inner .footer-right .footer-menu.__bottom > ul > li {
  margin-right: 6em;
}
footer .footer-inner .footer-right .footer-sns {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .footer-sns {
    width: 100%;
    margin-top: 2em;
  }
}
footer .footer-inner .footer-right .footer-sns .sns-link {
  width: 1.5em;
  margin-left: 1.25em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .footer-sns .sns-link {
    width: 1.375em;
  }
}
footer .footer-inner .footer-right .footer-sns .sns-link.__X {
  margin-left: 1em;
}
footer .footer-inner .footer-right .footer-sns .sns-link a img {
  width: 100%;
  height: auto;
}
footer .copyright {
  border-top: solid 1px #e0e0e0;
  padding: 1em 0;
  margin-top: 2em;
}
footer .copyright p {
  text-align: center;
  color: #8d908b;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  footer .copyright p {
    font-size: 10px;
  }
}/*# sourceMappingURL=common.css.map */