@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/* Scss Document */
/*color*/
/* cubic-bezier */
@media (min-width: 749px) {
  .page_header {
    min-width: 1210px;
  }
}
.blog_bnr {
  width: 450px;
  margin: 50px auto 20px;
}

@media (max-width: 749px) {
  .blog_bnr {
    width: 80%;
    margin: 8vw auto 8vw;
  }
}
.eng_catch, .eng {
  font-weight: 500;
}

.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

.f_serif, .text {
  font-family: "Noto Serif JP", serif;
}

.f_en {
  font-family: "Jost", sans-serif !important;
}

.f_count {
  font-family: "Monda", sans-serif;
}

.text {
  line-height: 2;
  letter-spacing: 0.075em;
}

.u_ba, .more_btn .bdr::before, .more_btn .bdr::after {
  position: relative;
}

.u_ba::before, .more_btn .bdr::before, .u_ba::after, .more_btn .bdr::after {
  content: "";
  position: absolute;
  display: block;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25vw;
  line-height: 1;
}

@media (max-width: 1199px) {
  html {
    font-size: 93.75%;
  }
}
@media (max-width: 749px) {
  html {
    font-size: 4.26666666vw;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  min-width: 100%;
  margin: 0;
  color: #000000;
  background: #ffffff;
  font-family: "a-otf-ud-shin-go-pr6n,", sans-serif;
  position: relative;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 500;
}

@media (max-width: 749px) {
  body {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
@media (max-width: 1199px) {
  body {
    min-width: 1200px;
  }
}
@media (max-width: 749px) {
  body {
    min-width: 100%;
  }
}
main {
  width: 100%;
  display: block;
}

nav {
  display: block;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

@media (min-width: 750px) {
  a, button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:not(.more_btn):not(.company_btn):not(.fix_bt):not(.bdr_btn):hover, button:not(.more_btn):not(.company_btn):not(.fix_bt):not(.bdr_btn):hover {
    opacity: 0.8;
  }
}
button {
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

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

p {
  margin: 0;
}

i {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

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

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

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clearfix, .product_section .fukidashi_right {
  *zoom: 1;
}

.clearfix:after, .product_section .fukidashi_right:after {
  content: "";
  display: table;
  clear: both;
}

.object-fit {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (min-width: 750px) {
  .hidden-sp {
    display: block;
  }
  .hidden-pc {
    display: none;
  }
}
.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb60 {
  margin-bottom: 60px;
}

#about .project_in .project_in_box.project_2 {
  margin-bottom: 0;
}

@media (max-width: 749px) {
  .sp_u-mb-15 {
    margin-bottom: 15px !important;
  }
  .sp_u-mb-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 750px) {
  .pc_u-mb80 {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 749px) {
  .hidden-sp {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .sp_u-ta-l {
    text-align: left !important;
  }
}
.btn {
  width: 18.125rem;
  background: #000000;
  text-align: center;
  overflow: hidden;
  margin: 12px auto 0;
}

.btn a {
  padding: 1.25rem 0;
  color: #ffffff;
  display: block;
}

.more_btn {
  width: 18.125rem;
  height: 3.125rem;
  padding: 0 0 0 2.1875rem;
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.more_btn .tx {
  color: #ffffff;
  margin-right: 5.0625rem;
  position: relative;
}

.more_btn .tx span {
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
}

.more_btn .tx .tx01 {
  position: relative;
}

.more_btn .tx .tx02 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.more_btn .bdr {
  width: 4.25rem;
  height: 3px;
  position: relative;
  overflow-x: hidden;
}

.more_btn .bdr::before, .more_btn .bdr::after {
  background: #ffffff;
}

.more_btn .bdr::before {
  width: 100%;
  height: 1px;
  top: 1px;
}

.more_btn .bdr::after {
  width: 50%;
  height: 3px;
  -webkit-animation: bdr_animation 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  animation: bdr_animation 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.more_btn:hover .tx .tx01 {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0;
}

.more_btn:hover .tx .tx02 {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

@-webkit-keyframes bdr_animation {
  0% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
}
@keyframes bdr_animation {
  0% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
}
@-webkit-keyframes bdr_scr_animation {
  0% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 299%);
    transform: translate(0, 299%);
  }
}
@keyframes bdr_scr_animation {
  0% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 299%);
    transform: translate(0, 299%);
  }
}
.contents {
  width: 100%;
  overflow: hidden;
}

/*before after*/
.u-ba {
  content: "";
  display: block;
  position: absolute;
}

/* dis */
@media (min-width: 750px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 749px) {
  .pc {
    display: none !important;
  }
}
.wrapper {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .wrapperm {
    min-width: 75rem;
  }
}
@media (max-width: 749px) {
  .wrapper, .menu_area {
    min-width: inherit;
  }
}
.page_header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 800;
  padding: 0.9375rem 2.75rem 0.9375rem 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ffffff;
}

.page_header #logo {
  width: 11.25rem;
  position: relative;
  top: 0rem;
}

.page_header.white {
  background: none;
}

.page_header.sub_header {
  border-bottom: 1px solid #000000;
}

.page_header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_header nav ul li {
  margin-right: 15px;
  font-weight: bold;
  font-size: 0.875rem;
}

.page_header nav ul li.icon {
  width: 1.5625rem;
}

.page_header nav ul li.icon.insta_icon {
  width: 1.3125rem;
}

.page_header nav ul li .buy_menu {
  padding-bottom: 0.25rem;
  border-bottom: 5px solid #FFD800;
}

.page_header nav ul.sns {
  display: none;
}

@media (max-width: 749px) {
  #logo {
    width: 8.75rem;
    position: relative;
    top: 0rem;
  }
  nav {
    display: none;
    position: absolute;
    height: 80vh;
    background: #ffffff;
    width: 100%;
    left: 0;
    top: 0;
    padding: 1.25rem;
  }
  nav ul {
    display: block !important;
  }
  nav ul li {
    margin-right: 0rem;
    margin-bottom: 0.9375rem;
    font-weight: bold;
    font-size: 0.875rem;
  }
  nav ul li.icon {
    width: 1.875rem;
    display: none;
  }
  nav ul.sns {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  nav ul.sns .s_icon {
    width: 2.5rem;
  }
  nav ul.sns .s_icon img {
    width: 100%;
  }
  .page_header {
    padding: 0.375rem 1.125rem 0.375rem 1.125rem;
    display: block;
    z-index: 400;
  }
  .page_header .logo_green {
    width: 1.875rem;
  }
  .menu_bt_wrap {
    width: 4.3125rem;
    height: 3.8125rem;
    padding: 1.25rem 1.5rem;
    left: auto;
    right: 0;
    top: 0;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .menu_bt_wrap .menu_bt {
    position: relative;
  }
  .menu_bt_wrap .menu_bt.active .dot:nth-child(1), .menu_bt_wrap .menu_bt.active .dot:nth-child(3), .menu_bt_wrap .menu_bt.active .dot:nth-child(7), .menu_bt_wrap .menu_bt.active .dot:nth-child(9) {
    width: 0.625rem;
    height: 1px;
  }
  .menu_bt_wrap .menu_bt.active .dot:nth-child(1) {
    -webkit-transform: translate(-1px, 4px) rotate(45deg);
    transform: translate(-1px, 4px) rotate(45deg);
  }
  .menu_bt_wrap .menu_bt.active .dot:nth-child(3) {
    -webkit-transform: translate(1px, 4px) rotate(-45deg);
    transform: translate(1px, 4px) rotate(-45deg);
  }
  .menu_bt_wrap .menu_bt.active .dot:nth-child(7) {
    -webkit-transform: translate(-1px, 4px) rotate(-45deg);
    transform: translate(-1px, 4px) rotate(-45deg);
  }
  .menu_bt_wrap .menu_bt.active .dot:nth-child(9) {
    -webkit-transform: translate(1px, 4px) rotate(45deg);
    transform: translate(1px, 4px) rotate(45deg);
  }
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-trigger {
  position: fixed;
  right: 4%;
  top: 3vw;
  width: 30px;
  height: 19px;
  z-index: 999;
}

@media (max-width: 749px) {
  .menu-trigger {
    top: 0.625rem;
  }
}
@media (min-width: 750px) {
  .menu-trigger {
    display: none;
  }
}
.menu-trigger span.ico {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
}

.menu-trigger span.txt {
  position: relative;
  left: 0.125rem;
}

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

.menu-trigger span.ico:nth-of-type(2) {
  top: 8px;
  width: 100%;
}

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

.menu-trigger span:nth-of-type(4) {
  bottom: -23px;
  position: absolute;
  font-size: 0.5rem;
  width: 100%;
}

.menu-trigger span.ico:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span.ico:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.menu-trigger span.ico:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span.ico:nth-of-type(1) {
  width: 100%;
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
}
.menu-trigger.active span.ico:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span.ico:nth-of-type(3) {
  width: 100%;
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}
.page_footer {
  padding: 3.25rem 0 3.375rem;
  background-color: #4B86D8;
  color: #ffffff;
  position: relative;
}

@media (max-width: 749px) {
  .page_footer {
    padding: 0.75rem 0 3.375rem;
  }
}
.page_footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 749px) {
  .page_footer .wrap {
    display: block;
  }
}
.page_footer .footer_left {
  margin-right: 4.5rem;
}

.page_footer .footer_left .sns {
  position: absolute;
  right: 0;
  top: -2.5rem;
}

.page_footer .footer_left .sns .img {
  width: 15rem;
  margin-bottom: 0.625rem;
}

.page_footer .footer_left .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_footer .footer_left .sns li {
  margin-right: 20px;
  width: 1.5rem;
}

.page_footer .footer_left .sns li:nth-of-type(1) {
  width: 1.125rem;
}

@media (max-width: 749px) {
  .page_footer .footer_left {
    margin-right: 0;
    margin-bottom: 2.8125rem;
    position: relative;
  }
  .page_footer .footer_left .sns {
    position: relative;
    right: 0;
    top: 12px;
  }
  .page_footer .footer_left .sns .img {
    width: 100%;
  }
  .page_footer .footer_left .sns .img img {
    width: 100%;
  }
  .page_footer .footer_left .sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page_footer .footer_left .sns li {
    margin-right: 12px;
    width: 1.5rem;
  }
  .page_footer .footer_left .sns li:nth-of-type(2) {
    width: 1.125rem;
    position: relative;
    top: 0.1rem;
  }
  .page_footer .footer_left .sns li:nth-of-type(3) {
    width: 1.125rem;
  }
  .page_footer .footer_left .sns li:nth-of-type(4) {
    width: 1.125rem;
  }
}
.page_footer .footer_left .logo {
  margin-bottom: 0;
  width: 11.25rem;
}

.page_footer .footer_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 749px) {
  .page_footer .footer_right ul {
    display: block;
    font-size: 0.875rem;
  }
}
.page_footer .footer_right ul li {
  margin-right: 1.5625rem;
  font-weight: bold;
}

@media (max-width: 749px) {
  .page_footer .footer_right ul li {
    margin-right: 0;
  }
}
.page_footer .footer_right ul li a {
  color: #ffffff;
}

.page_footer .copyright {
  margin-top: 1.5rem;
  color: #ffffff;
  font-size: 0.625rem;
  letter-spacing: 0.075em;
  text-align: left;
  display: block;
  clear: both;
}

@media (max-width: 749px) {
  .page_footer {
    padding: 1.5rem 1.5rem 2.625rem;
  }
  .page_footer .copyright {
    margin-top: 0.9375rem !important;
  }
}
/* slick */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#js-slide__nav__inner {
  position: relative;
  width: 940px;
  margin: 0 auto;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 5;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 63px;
  content: "";
  background: url(../images/top/slick_prev.png);
  background-size: cover;
  width: 53px;
  height: 53px;
  opacity: 0.8;
}

.slick-next {
  right: 63px;
  content: "";
  background: url(../images/top/slick_next.png);
  background-size: cover;
  width: 53px;
  height: 53px;
  opacity: 0.8;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.slick-dots {
  position: absolute;
  bottom: 31px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  width: 11px;
  height: 11px;
  border: 1px solid #7e7e7e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #7e7e7e;
}

.slider {
  margin: 0 auto 0;
  position: relative;
  width: 100%;
  padding-bottom: 12px;
}

.slider div {
  width: 240px;
  text-align: center !important;
}

@media (max-width: 749px) {
  .slider div {
    width: 290px;
    margin: 0 10px !important;
  }
}
.slick-slide img {
  height: auto;
}

.mypattern {
  width: 100%;
  overflow: hidden;
}

.mypattern .slick-slide {
  margin: 0;
  height: auto !important;
}

/*slick setting*/
.mypattern .slick-slide:not(.slick-center) {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-arrow {
  position: absolute;
  top: -660px;
  bottom: 0;
  margin: auto;
}

.prev-arrow {
  left: 0;
  z-index: 10;
}

.next-arrow {
  right: 0;
}

@media (min-width: 750px) {
  .wrap {
    max-width: 59.375rem;
    margin: 0 auto;
    position: relative;
  }
}
.txt p {
  text-align: justify;
}

#main_vs {
  padding: 0 0.625rem;
}

@media (min-width: 750px) {
  #main_vs {
    margin-top: 6vw;
  }
}
#main_vs img {
  width: 100%;
}

@media (max-width: 749px) {
  #main_vs {
    width: 100%;
    margin-top: 2.5rem;
  }
}
#member {
  border: 3px solid #000000;
  border-radius: 6px;
  margin-top: -3.125rem;
  background: #ffffff;
  margin: 6vw 0;
}

@media (max-width: 749px) {
  #member {
    border: none;
    margin-top: 0;
  }
}
#member .head {
  padding-bottom: 2.5rem;
  margin-top: -2.5rem;
}

@media (max-width: 749px) {
  #member .head {
    margin-top: 0;
    margin-top: 0.9375rem;
  }
}
#member .head .label {
  width: 25.4375rem;
  margin: 0 auto;
}

@media (max-width: 749px) {
  #member .head .label {
    width: 95%;
  }
}
#member .head .main_txt {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.875rem;
}

@media (max-width: 749px) {
  #member .head .main_txt {
    text-align: justify;
    padding: 0 0.9375rem;
  }
}
@media (min-width: 750px) {
  #member .member_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
  }
}
#member .member_list div {
  font-size: 0.875rem;
}

@media (min-width: 750px) {
  #member .member_list div {
    width: calc(25% - 5px);
    padding: 0 20px;
  }
}
@media (max-width: 749px) {
  #member .member_list div {
    margin-bottom: 2.8125rem;
  }
}
@media (max-width: 749px) {
  #member .member_list div:nth-of-type(1) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  #member .member_list div:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #member .member_list div:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #member .member_list div:nth-of-type(4) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
#member .member_list div figure {
  width: 5.625rem;
  margin: 0 auto 0.9375rem !important;
  text-align: center !important;
}

#member .member_list div figure.illust_2 {
  width: 5.375rem;
}

#member .member_list div figure.illust_3 {
  width: 5.75rem;
}

#member .member_list div figure.illust_4 {
  width: 5.875rem;
}

#member .member_list div .name {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}

@media (max-width: 749px) {
  #member .member_list div .name {
    line-height: 1.4;
    font-size: 1.1875rem;
  }
}
#member .member_list div .name small {
  display: block;
}

#member .member_list div .txt {
  text-align: left;
  font-size: 0.75rem;
}

.main_txt {
  text-align: center;
}

.head_eng {
  text-align: center;
  padding: 2.5rem 0 1.5625rem;
}

@media (max-width: 749px) {
  .head_eng {
    padding: 0rem 0 1.5625rem;
  }
}
.head_eng .eng {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
}

.head_eng h2 {
  font-size: 0.9375rem;
  font-weight: bold;
}

.border_box {
  border: 3px solid #000000;
  border-radius: 5px;
  background: #ffffff;
}

#about h1 {
  text-align: center;
  margin-bottom: 7.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  padding-top: 3.125rem;
}

@media (max-width: 749px) {
  #about h1 {
    padding-top: 0;
    margin-bottom: 5.625rem;
  }
}
@media (max-width: 749px) {
  #about {
    margin-top: 35px;
  }
}
#about .bottom_txt {
  margin-top: -0.9375rem;
  position: relative;
  z-index: 2;
  text-align: right;
}

@media (min-width: 750px) {
  #about .bottom_txt {
    width: 70%;
    position: absolute;
    right: 0;
    text-align: right;
  }
  #about .bottom_txt p {
    text-align: right;
  }
}
@media (max-width: 749px) {
  #about .bottom_txt {
    margin-top: 1.25rem;
  }
}
#about .bottom_txt img {
  width: 100%;
}

#about .head {
  margin-bottom: 5rem;
}

@media (max-width: 749px) {
  #about .head {
    padding: 0 1.25rem;
    margin-bottom: 3.125rem;
  }
}
#about .head figure {
  width: 23.75rem;
  margin: 0 auto 1.875rem;
}

@media (max-width: 749px) {
  #about .head figure {
    width: 95%;
    margin: 0 auto 2.5rem;
  }
  #about .head figure img {
    width: 100%;
  }
}
#about .head .main_txt {
  width: 46.25rem;
  margin: 0 auto;
}

@media (max-width: 749px) {
  #about .head .main_txt {
    width: 100%;
    text-align: left;
  }
}
#about .project_in {
  background: url(../img/bg_dotted.png);
  background-size: 16%;
  padding: 0rem 0 10rem;
}

@media (max-width: 749px) {
  #about .project_in {
    padding: 2.5rem 0.9375rem 1.875rem;
  }
}
#about .project_in h1 span {
  border-bottom: 4px solid #FFD800;
  padding-bottom: 0.375rem;
}

#about .project_in .project_in_box {
  border: 3px solid #000000;
  border-radius: 6px;
  background: #ffffff;
  margin-bottom: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.375rem 0.375rem 0.375rem;
  position: relative;
}

@media (max-width: 749px) {
  #about .project_in .project_in_box {
    padding: 1.1875rem 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 749px) {
  #about .project_in .project_in_box .down_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.1875rem;
  }
  #about .project_in .project_in_box .down_btn li {
    width: 50%;
    padding: 0 0.1875rem;
  }
  #about .project_in .project_in_box .down_btn li:nth-of-type(1) {
    width: 7.5rem;
  }
  #about .project_in .project_in_box .down_btn li:nth-of-type(2) {
    width: 10rem;
  }
}
#about .project_in .project_in_box.project_4 {
  margin-bottom: 0;
}

#about .project_in .project_in_box .label {
  width: 16.25rem;
  margin-top: -3.75rem;
  margin-left: -0.5rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 749px) {
  #about .project_in .project_in_box .label {
    position: absolute;
    top: 0;
    width: 16.875rem;
    left: 50%;
    margin-left: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
#about .project_in .project_in_box h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.875rem;
}

@media (max-width: 749px) {
  #about .project_in .project_in_box h3 {
    text-align: center;
    margin-top: 2.5rem;
    line-height: 1.3;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
}
#about .project_in .project_in_box .in {
  padding: 0 0;
  padding-left: 2rem;
  width: 27.5rem;
}

@media (max-width: 749px) {
  #about .project_in .project_in_box .in {
    width: 100%;
    margin-top: 0.9375rem;
    padding: 0;
  }
}
#about .project_in .project_in_box .in .txt {
  margin-bottom: 1.125rem;
}

@media (min-width: 750px) {
  #about .project_in .project_in_box .in .red_btn2 {
    margin-bottom: 1rem;
  }
}
#about .project_in .project_in_box .in .txt strong {
  font-size: 1.05rem;
}

@media (min-width: 750px) {
  #about .project_in .project_in_box .right_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #about .project_in .project_in_box .right_sp .down_btn {
    position: relative;
    top: -1.5625rem;
    margin-right: 1.5625rem;
  }
  #about .project_in .project_in_box .right_sp .down_btn img {
    width: 100%;
  }
  #about .project_in .project_in_box .right_sp .down_btn li:nth-of-type(1) {
    width: 7.5rem;
  }
  #about .project_in .project_in_box .right_sp .down_btn li:nth-of-type(2) {
    width: 8.625rem;
    position: relative;
    left: -0.5rem;
  }
  #about .project_in .project_in_box figure.sp_img {
    width: 12.5rem;
    margin-top: -5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.875rem;
    margin-right: 1.875rem;
  }
  #about .project_in .project_in_box figure.sp_img2 {
    width: 23.75rem;
  }
  #about .project_in .project_in_box figure.sp_img2 img {
    width: 100%;
  }
}
@media (max-width: 749px) {
  #about .project_in .project_in_box figure.sp_img {
    width: 10.625rem;
    margin: 0 auto;
  }
  #about .project_in .project_in_box figure {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #about .project_in .project_in_box .in {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
#top_news {
  background: #F2F2F2;
  padding: 1.5rem 0 2.5rem;
}

@media (max-width: 749px) {
  #top_news {
    padding: 2.5rem 0.625rem;
  }
}
#top_news .news_in {
  margin-bottom: 2.5rem;
}

@media (max-width: 749px) {
  #top_news .news_in {
    margin-bottom: 1.25rem;
  }
}
#top_news .news_in .border_box {
  padding: 1.875rem 5rem;
}

@media (max-width: 749px) {
  #top_news .news_in .border_box {
    padding: 0rem 0.625rem;
  }
}
#top_news .news_in .border_box ul li {
  border-bottom: 1px solid #000000;
  padding: 0.875rem 0;
  position: relative;
}

@media (max-width: 749px) {
  #top_news .news_in .border_box ul li {
    padding: 1.5rem 0 !important;
  }
}
#top_news .news_in .border_box ul li:after {
  display: block;
  content: "";
  background: url(../img/arrow_right_btn_black.svg) no-repeat right center;
  background-size: 1.25rem;
  width: 1.4375rem;
  height: 1.4375rem;
  position: absolute;
}

@media (min-width: 750px) {
  #top_news .news_in .border_box ul li:after {
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width: 749px) {
  #top_news .news_in .border_box ul li:after {
    bottom: 0.3125rem;
    right: 0;
  }
}
#top_news .news_in .border_box ul li .cat {
  background: #FFD800;
  border-radius: 50px;
  padding: 0.25rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: bold;
  margin-right: 0.5rem;
  display: inline-block;
}

#top_news .news_in .border_box ul li .date {
  font-size: 0.8125rem;
  color: #838383;
  margin-right: 0.625rem;
}

#top_news .news_in .border_box ul li .ttl {
  text-align: justify;
}

@media (max-width: 749px) {
  #top_news .news_in .border_box ul li .ttl {
    display: block;
    margin-top: 0.5rem;
  }
}
#top_news .news_in .border_box ul li:last-child {
  border-bottom: 0;
}

#top_news .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 749px) {
  #top_news .flex {
    display: block;
  }
}
@media (min-width: 750px) {
  #top_news .flex .flex_in {
    width: calc(50% - 10px);
  }
}
@media (max-width: 749px) {
  #top_news .flex .flex_in {
    margin-bottom: 1.5625rem;
  }
  #top_news .flex .flex_in:last-child {
    margin-bottom: 0;
  }
}
#top_news .flex .flex_in .ttl {
  vertical-align: middle;
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

@media (max-width: 749px) {
  #top_news .flex .flex_in .ttl {
    margin-bottom: 0.625rem;
  }
}
#top_news .flex .flex_in .ttl i {
  width: 2.5rem;
  display: inline-block;
  margin-right: 1.25rem;
}

#top_news .flex .flex_in .ttl i img {
  vertical-align: middle;
}

@media (max-width: 749px) {
  #top_news .flex .flex_in .ttl i {
    width: 1.875rem;
    margin-right: 0.75rem;
  }
}
@media (max-width: 749px) {
  #top_news .flex .flex_in .ttl {
    font-size: 1.25rem;
  }
}
#top_news .flex .flex_in .border_box {
  width: 100%;
  padding: 3.75rem 0;
}

.red_btn {
  background: #FF6E6E;
  border-radius: 100px;
  border: 2px solid #000000;
  display: block;
  padding: 0.875rem 0.9375rem 0.875rem 0.9375rem;
  position: relative;
  font-size: 0.875rem;
  min-width: 12.5rem;
  text-align: center;
}

.red_btn a {
  display: block;
}

@media (max-width: 749px) {
  .red_btn {
    display: block;
    border: 3px solid #000000;
    padding: 0.875rem 0.9375rem 0.875rem 1.875rem;
  }
}
.red_btn:after {
  content: "";
  display: block;
  background: url(../img/ico_arrow_white.svg);
  background-size: 100%;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.a_color {
  color: #ffffff;
}

.in_c {
  position: relative;
}

.in_c figure {
  position: absolute;
  right: 7.5rem;
  width: 6.25rem !important;
}

@media (max-width: 749px) {
  .in_c figure {
    right: 0rem;
  }
}
.in_c figure img {
  width: 100%;
}

.in_c2 {
  position: relative;
}

.in_c2 .text2 {
  width: 65% !important;
  padding-bottom: 5.625rem;
}

.in_c2 figure {
  position: absolute;
  right: 0.625rem;
  width: 5.625rem !important;
  top: 0;
}

@media (min-width: 750px) {
  .in_c2 figure {
    width: 9.375rem !important;
    top: -7.5rem;
    right: 2.625rem;
  }
}
@media (max-width: 749px) {
  .in_c2 figure {
    right: 0.625rem;
    top: 0.75rem;
  }
}
.in_c2 figure img {
  width: 100%;
}

.midashi_yellow span {
  border-bottom: 4px solid #FFD800;
  font-size: 1.125rem;
  font-weight: bold;
}

.point_ttl {
  text-align: center;
}

.point_ttl strong {
  font-size: 1.125rem;
  border-bottom: 2px solid #000000;
  padding-bottom: 6px;
}

.in_midashi {
  padding: 1.5625rem;
  padding-top: 2.8125rem;
  background: #ffffff;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 1.875rem;
}

.in_midashi_maker {
  padding: 1.5625rem 6px !important;
  padding-top: 1.5125rem !important;
  background: #ffffff;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 0.475rem !important;
}

@media (max-width: 749px) {
  .in_midashi_maker {
    padding-top: 0.6125rem !important;
    padding-bottom: 0.6125rem !important;
  }
}
.in_midashi.sub {
  padding: 1.5625rem;
  padding-top: 2.8125rem;
  background: #ffffff;
  border-top: 3px solid #000000;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 1.875rem;
}

.point_list {
  display: block !important;
}

.point_list li {
  margin-bottom: 0.1875rem !important;
  display: block;
  width: 100% !important;
}

.point_list li span {
  width: 12px;
  position: relative;
  display: inline-block;
  top: 8px;
  margin-right: 0.3125rem;
}

.point_list li span img {
  width: 100%;
}

.point_list.point_list2 li {
  margin-bottom: 0.625rem !important;
}

.sub_vs {
  background: url(../img/bg_dotted02.png);
  background-size: 14%;
  margin-top: 4.875rem;
  position: relative;
}

@media (max-width: 749px) {
  .sub_vs {
    padding-bottom: 0rem;
    margin-top: 2.375rem;
  }
}
.sub_vs .in {
  padding: 3.75rem;
  position: relative;
  z-index: 4;
}

@media (max-width: 749px) {
  .sub_vs .in {
    margin-top: 0;
    padding: 1.5625rem;
    padding-top: 6.25rem;
  }
}
.sub_vs .ttl_border_box .num {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #FFD800;
  border-top: 3px solid #000000;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
  display: inline-block;
  padding: 0.4375rem 1.875rem;
  font-size: 1.3125rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.sub_vs .border_box_in {
  width: 34.375rem;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  background: #ffffff;
  border: 3px solid #000000;
  padding: 1.5625rem 2.5rem;
}

@media (max-width: 749px) {
  .sub_vs .border_box_in {
    width: 100%;
    padding: 0.875rem 0.875rem;
  }
  .sub_vs .border_box_in h2 {
    font-size: 1.1875rem;
    line-height: 1.4;
  }
}
.sub_vs .border_box_in .txt {
  margin-top: 0.9375rem;
  font-size: 0.6875rem;
}

.sub_vs figure {
  position: absolute;
  right: 0;
  top: 0;
  width: 44.375rem;
}

.sub_vs figure img {
  width: 100%;
}

@media (max-width: 749px) {
  .sub_vs figure {
    width: 80%;
  }
}
.law_n dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 749px) {
  .law_n dl {
    display: block;
    margin-bottom: 0.3125rem;
  }
}
@media (min-width: 750px) {
  .law_n dl dt, .law_n dl dd {
    padding: 1.5rem 0;
  }
}
@media (max-width: 749px) {
  .law_n dl dt, .law_n dl dd {
    padding: 0.75rem 0.75rem;
  }
}
.law_n dl dt {
  width: 260px;
  font-weight: bold;
  border-bottom: 1px solid #666666;
}

@media (max-width: 749px) {
  .law_n dl dt {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.law_n dl dd {
  border-bottom: 1px solid #999999;
  -webkit-box-flex: 400px;
  -ms-flex: 400px;
  flex: 400px;
}

@media (max-width: 749px) {
  .law_n dl:last-child dd {
    border-bottom: 0;
  }
}
@media (min-width: 750px) {
  .privacy_contents {
    background: url(../img/bg_dotted02.png);
    background-size: 20%;
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
}
@media (min-width: 750px) {
  .privacy_contents h2 {
    margin-bottom: 2.1875rem;
  }
}
@media (max-width: 749px) {
  .privacy_contents h2 {
    text-align: center;
    padding: 5rem 0 3.75rem;
  }
}
.privacy_contents .privacy_n {
  margin-top: 7.5rem;
}

@media (max-width: 749px) {
  .privacy_contents .privacy_n {
    background: url(../img/bg_dotted02.png);
    background-size: 40%;
    padding: 0 1.25rem;
    margin-top: 0;
    padding-top: 7.5rem;
  }
}
@media (max-width: 749px) and (max-width: 749px) {
  .privacy_contents .privacy_n {
    padding-top: 0;
    padding-bottom: 3.75rem;
  }
}
.privacy_contents .privacy_n h3 {
  border-bottom: 1px solid #656565;
  padding: 0.875rem 0;
  margin-bottom: 2.8125rem;
}

@media (max-width: 749px) {
  .privacy_contents .privacy_n h3 {
    font-size: 1.125rem;
  }
}
.privacy_contents .privacy_n div p {
  margin-bottom: 2.5rem;
  line-height: 1.8;
}

@media (max-width: 749px) {
  .privacy_contents .privacy_n div p {
    margin-bottom: 0;
    padding-bottom: 2.5rem;
  }
}
.about_ttl {
  padding-bottom: 3.75rem;
}

@media (max-width: 749px) {
  .about_ttl {
    padding-bottom: 1.25rem;
  }
  .about_ttl .head_eng {
    padding-bottom: 0;
  }
}
.about_ttl .wrap {
  width: 43.75rem;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 749px) {
  .about_ttl .wrap {
    width: 100%;
    padding: 0.875rem;
  }
}
.about_ttl .wrap h2 {
  font-weight: bold;
  margin-bottom: 2.1875rem;
  font-size: 1.75rem;
}

@media (max-width: 749px) {
  .about_ttl .wrap h2 {
    font-size: 1.5625rem;
  }
}
.about_ttl .wrap .arrow {
  margin: 0.625rem auto;
  width: 1.4375rem;
}

.about_ttl .wrap .arrow img {
  width: 100%;
}

.about_ttl .wrap .txt {
  margin-bottom: 2.1875rem;
}

@media (max-width: 749px) {
  .about_ttl .wrap .txt {
    text-align: left;
  }
}
.about_ttl .wrap .txt p {
  font-size: 0.8125rem;
}

.about_ttl .wrap h3 {
  font-weight: bold;
  font-size: 1.25rem;
}

@media (max-width: 749px) {
  .about_ttl .wrap h3 {
    font-size: 1.5625rem;
  }
}
.about_ttl .wrap h3 span {
  position: relative;
}

.about_ttl .wrap h3 span:after {
  position: absolute;
  left: 50%;
  z-index: -1;
  bottom: 2px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  content: "";
  background: #FFD800;
  height: 9px;
  width: 106%;
}

.product_section {
  padding-bottom: 3.75rem;
  /*.fukidashi_n:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    bottom: -25px;
    border: 8px solid;
    border-color: #000000 transparent transparent #000000;
  } */
}

@media (max-width: 749px) {
  .product_section {
    padding-bottom: 0;
  }
}
.product_section .big_img {
  width: 12.5rem;
  position: relative !important;
  left: 0;
}

.product_section .wrap {
  max-width: 42.5rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 749px) {
  .product_section .wrap {
    width: 100%;
    padding: 0.75rem;
  }
}
.product_section .img_100 {
  border: 3px solid #000000;
  border-radius: 10px;
  margin-bottom: 2.1875rem;
  min-height: 7.5rem;
  background: #ffffff;
}

.product_section .img_100 img {
  width: 100%;
}

.product_section .img_100.img_100_margin {
  margin-bottom: 0;
}

.product_section .img_100_margin {
  margin-bottom: 35px;
}

.product_section .img_100_margin div {
  margin-bottom: 10px;
}

.product_section .img_100_margin dd {
  padding: 0 20px;
}

.product_section .img_100_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product_section .img_100_ul li {
  width: 48%;
  border: 3px solid #000000;
  border-radius: 10px;
  margin-bottom: 2.1875rem;
  overflow: hidden;
  background: #ffffff;
}

.product_section .img_100_ul img {
  width: 100%;
}

.product_section .info_100 {
  border: 3px solid #000000;
  border-radius: 10px;
  margin-bottom: 2.1875rem;
}

@media (min-width: 750px) {
  .product_section .info_100 .fukidashi_left {
    margin-left: 3.75rem;
  }
}
.product_section .info_100 > dl dt {
  background: #FFD800;
  text-align: center;
  padding: 0.5625rem 0;
  font-size: 1.125rem;
  border-bottom: 3px solid #000000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.product_section .info_100 > dl dd {
  background: #ffffff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 1.25rem;
}

.product_section .info_100 > dl dd figure {
  margin-bottom: 0.5rem;
}

.product_section .info_100 > dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product_section .info_100 > dl dd ul.list-none {
  display: table !important;
  margin: 0.375rem auto;
  background: #FFD800;
  border-radius: 6px;
  padding: 0.625rem 0;
}

@media (max-width: 749px) {
  .product_section .info_100 > dl dd ul.list-none {
    width: 100%;
  }
  .product_section .info_100 > dl dd ul.list-none li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0.125rem 0.75rem;
  }
}
.product_section .info_100 > dl dd ul.list-none li {
  display: block !important;
}

.product_section .info_100 > dl dd ul li {
  margin: 0 20px;
}

.product_section .info_100 > dl dd ul li:nth-of-type(1) {
  width: 337px;
}

.product_section .info_100 > dl dd ul li:nth-of-type(2) {
  width: 350px;
}

.product_section .info_100 > dl dd ul img {
  width: 100%;
}

.product_section .info_100 > dl dd .txt {
  display: table;
  margin: 1.5625rem auto 0;
}

.product_section .info_100 > dl dd dl dt {
  background: none;
  text-align: left;
  border: none;
}

@media (max-width: 749px) {
  .product_section .fukidashi_caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product_section .fukidashi_caption img {
  width: 70px;
}

.product_section .fukidashi_caption figcaption {
  font-size: 0.625rem;
  margin-top: 0.5rem;
}

.fukidashi_n {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: left;
  line-height: 30px;
  background-color: #fff;
  border: 3px solid #000000;
  border-radius: 6px;
  -webkit-box-shadow: 6px 6px 0 #A3B9D6;
  box-shadow: 6px 6px 0 #A3B9D6;
  padding: 1.0625rem 2rem;
  width: 80%;
  font-size: 0.8125rem;
}

.fukidashi_n.fukidashi_100 {
  width: 100% !important;
}

.fukidashi_n.fukidashi_auto {
  width: auto;
  display: block;
  margin: 0 auto 40px;
  width: 100%;
  background: #FFD800;
  font-size: 1.1875rem;
}

@media (max-width: 749px) {
  .product_section .fukidashi_n {
    width: 100%;
    padding: 1.0625rem 1.125rem;
  }
}
.product_section .fukidashi_n.full {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5rem;
}

@media (max-width: 749px) {
  .product_section .fukidashi_n.full {
    display: block;
    margin-top: 1.875rem;
  }
}
.product_section .fukidashi_n.full .fukidashi_n_left {
  width: 21.25rem;
}

@media (max-width: 749px) {
  .product_section .fukidashi_n.full .fukidashi_n_left {
    width: 100%;
  }
}
.product_section .fukidashi_n.full .fukidashi_n_left p {
  margin-bottom: 0.75rem;
}

.product_section .fukidashi_n.full .big_img {
  width: 11.25rem;
  left: 0;
  margin-top: -3.125rem;
}

@media (max-width: 749px) {
  .product_section .fukidashi_n.full .big_img {
    margin-top: 0;
    margin: 0 auto;
  }
}
.product_section .fukidashi_n.full2 {
  margin-top: 1.25rem;
}

@media (max-width: 749px) {
  .product_section .fukidashi_n.full2 {
    display: block;
    margin-top: 0.625rem;
  }
}
.product_section .fukidashi_n small {
  display: inline-block;
  line-height: 1.2;
}

.product_section .under_bottom_content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0rem;
  margin-bottom: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 749px) {
  .product_section .under_bottom_content {
    margin: 0;
    display: block;
  }
}
.product_section .under_bottom_content > li {
  border: 3px solid #000000;
  border-radius: 6px;
  -webkit-box-shadow: 6px 6px 0 #A3B9D6;
  box-shadow: 6px 6px 0 #A3B9D6;
  background: #ffffff;
  width: 47%;
  margin: 0.5rem;
}

@media (max-width: 749px) {
  .product_section .under_bottom_content > li {
    width: 100%;
    margin: 0;
    margin-bottom: 0.75rem;
  }
}
.product_section .under_bottom_content > li dl dt {
  background: #FFD800;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.5625rem 0;
  border-bottom: 3px solid #000000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.product_section .under_bottom_content > li dl dd {
  padding: 1.25rem;
}

.product_section .under_bottom_content > li dl dd figure {
  margin-bottom: 0.5rem;
}

.product_section .under_bottom_content.under_bottom_content_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 749px) {
  .product_section .under_bottom_content.under_bottom_content_2 li {
    width: 49%;
  }
}
.product_section .under_bottom_content.under_bottom_content3 li {
  width: calc(33.3333333333% - 10px);
  margin: 0rem;
}

@media (max-width: 749px) {
  .product_section .under_bottom_content.under_bottom_content3 li {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .product_section .under_bottom_content.under_bottom_content3 li:last-child {
    margin-bottom: 0;
  }
}
.midashi_box {
  border-top: 3px solid #000000;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
  background: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 1rem 0 1rem;
  border-bottom: 3px solid #000000;
}

.midashi_box .in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.midashi_box .in .num_i {
  position: relative;
}

@media (max-width: 749px) {
  .midashi_box .in .num_i {
    left: 2.5rem;
  }
}
.midashi_box .in .num_i span {
  position: absolute;
  left: -3.125rem;
  top: 0.125rem;
  display: block;
}

.midashi_box .in .num_i i {
  background: #FFD800;
  border-radius: 100%;
  width: 1.625rem;
  height: 1.625rem;
  display: inline-block;
  font-style: normal;
  border: 2px solid #000000;
  text-align: center;
  font-size: 0.8125rem;
  position: relative;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 750px) {
  .midashi_box .in .num_i i {
    font-size: 1.0625rem;
    width: 1.875rem;
    height: 1.875rem;
    position: relative;
    left: 0.375rem;
  }
}
.midashi_box .in .ttl {
  padding-left: 1.25rem;
  font-size: 0.875rem;
}

@media (min-width: 750px) {
  .midashi_box .in .ttl {
    font-size: 1.25rem;
  }
}
@media (max-width: 749px) {
  .midashi_box .in .ttl {
    padding-left: 3.75rem;
    text-align: left;
  }
}
.product_section .point {
  position: relative;
  font-size: 0.8125rem;
  width: 100%;
}

.product_section .point.point3 {
  top: 2.5rem;
  margin-bottom: 5rem !important;
}

@media (max-width: 749px) {
  .product_section .point.point3 {
    top: 2.5rem;
  }
}
.product_section .point .point_ttl {
  text-align: center;
  position: absolute;
  top: -3.4375rem;
  left: 5.9375rem;
}

@media (min-width: 750px) {
  .product_section .point .point_ttl {
    left: 11.5rem;
    top: -5rem;
  }
}
.product_section .point .point_ttl strong {
  font-size: 1.25rem;
  border-bottom: 0;
}

@media (max-width: 749px) {
  .product_section .point .point_ttl {
    line-height: 1.1;
  }
  .product_section .point .point_ttl strong {
    font-size: 0.9375rem;
    border-bottom: 0;
  }
}
.product_section .point .point_ttl.point_ttl3 {
  top: -2.1875rem;
  left: 5.9375rem;
}

@media (min-width: 750px) {
  .product_section .point .point_ttl.point_ttl3 {
    left: 11.5rem;
    top: -2.5rem;
  }
}
.product_section .point .point_ttl2 {
  text-align: center;
  margin-bottom: 1.875rem;
}

.product_section .point .point_ttl2 strong {
  font-size: 1.25rem;
  border-bottom: 0;
}

@media (max-width: 749px) {
  .product_section .point .point_ttl2 {
    line-height: 1.1;
  }
  .product_section .point .point_ttl2 strong {
    font-size: 0.9375rem;
    border-bottom: 0;
  }
}
@media (max-width: 749px) {
  .product_section .point {
    margin: 5rem 0 1.25rem;
  }
}
.product_section .point .arrow {
  width: 0.75rem;
}

@media (max-width: 749px) {
  .product_section .point .arrow {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 0.5rem;
  }
}
.product_section .point .arrow img {
  width: 0.75rem;
}

@media (max-width: 749px) {
  .product_section .point .result {
    text-align: center;
  }
}
.product_section .point:before {
  background: url(../img/point_label.svg) no-repeat;
  content: "";
  width: 5rem;
  display: block;
  background-size: 100%;
  height: 6.25rem;
  position: absolute;
  left: -3.125rem;
  top: -2.5rem;
}

@media (max-width: 749px) {
  .product_section .point:before {
    left: 0;
    top: -3.75rem;
  }
}
.product_section .point.merit_box:before {
  background: url(../img/merit_label.svg) no-repeat;
  background-size: 100% !important;
}

.product_section .point.merit_box h3 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}

.product_section .point:after {
  background: url(../img/point_label2.svg) no-repeat;
  content: "";
  width: 6.25rem;
  display: block;
  background-size: 100%;
  height: 10.625rem;
  position: absolute;
  right: -3.125rem;
  bottom: -2.5rem;
}

@media (max-width: 749px) {
  .product_section .point:after {
    display: none;
  }
}
.product_section .point figure {
  margin-right: 1.875rem;
  padding: 0 1.25rem;
}

.product_section .point .border_box {
  padding: 1.875rem 1.25rem;
  display: block;
}

.product_section .point .border_box figure {
  width: 11.875rem;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .product_section .point .border_box figure {
    margin: 0 auto 2.8125rem;
  }
}
.product_section .point .border_box ul {
  margin-top: 1.5625rem;
}

@media (min-width: 750px) {
  .product_section .point .border_box ul {
    display: table;
    margin: 1.25rem auto 0;
  }
}
.product_section .point .border_box ul li {
  position: relative;
  margin-bottom: 1.875rem;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_section .point .border_box ul li i {
  position: absolute;
  background: #FFD800;
  border-radius: 100%;
  width: 2.375rem;
  height: 2.375rem;
  display: inline-block;
  font-style: normal;
  border: 2px solid #000000;
  text-align: center;
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product_section .point .border_box ul li .ttl {
  padding-left: 3.125rem;
}

.product_section .point.point2 {
  margin-top: 5rem;
  margin-bottom: 3.125rem;
  margin-left: 3.4375rem;
}

.product_section .point.point2 .in {
  width: 100%;
}

@media (max-width: 749px) {
  .product_section .point.point2 {
    margin-left: 0;
  }
}
.product_section .point.point2.point2_top {
  margin-top: 0;
}

.product_section .point.point2:after {
  display: none;
}

.product_section .point.point2 .u-ta-c {
  text-align: center;
}

.product_section .point.point2 .u-ta-c .arrow {
  margin: 0 auto;
}

.product_section .point.point2 .border_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5625rem 1.875rem 1.5625rem;
  -webkit-box-shadow: 6px 6px 0 #A3B9D6;
  box-shadow: 6px 6px 0 #A3B9D6;
  width: 28.125rem;
}

@media (min-width: 750px) {
  .product_section .point.point2 .border_box.point_100 {
    width: 39.0625rem;
  }
}
@media (max-width: 749px) {
  .product_section .point.point2 .border_box {
    width: 100%;
    display: block;
  }
}
.product_section .dl_box {
  margin-bottom: 35px;
}

@media (max-width: 749px) {
  .product_section .dl_box {
    margin-bottom: 30px;
  }
}
.product_section .dl_box p {
  text-align: center;
  margin-bottom: 12px;
}

.product_section .dl_box strong {
  font-size: 1.125rem;
}

.product_section .dl_box .caption {
  margin-top: 0.625rem;
}

.product_section .dl_box figure {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .product_section .dl_box figure {
    width: 100%;
    margin-bottom: 12px;
  }
}
.product_section .dl_box figure img {
  width: 100%;
}

.product_section .img_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2.8125rem;
}

@media (max-width: 749px) {
  .product_section .img_photo {
    display: block;
  }
}
.product_section .img_photo li {
  width: calc(50% - 4px);
  min-height: 11.25rem;
  margin-bottom: 0.625rem;
  background: #ffffff;
  border: 3px solid #000000;
  border-radius: 6px;
}

.product_section .img_photo li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 749px) {
  .product_section .img_photo li {
    width: 100%;
    margin-bottom: 1.5625rem;
  }
}
.product_section .img_photo2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.8125rem;
}

@media (max-width: 749px) {
  .product_section .img_photo2 {
    display: block;
  }
}
.product_section .img_photo2 li {
  margin-bottom: 0.625rem;
  background: #ffffff;
  border: 3px solid #000000;
  border-radius: 6px;
}

.product_section .img_photo2 li img {
  width: 100%;
  height: 100%;
}

@media (max-width: 749px) {
  .product_section .img_photo2 li {
    width: 100%;
    margin-bottom: 1.5625rem;
  }
}
.product_section .img_photo2 li:nth-of-type(1) {
  margin-right: 0.9375rem;
}

.product_section .fukidashi_right {
  position: relative;
  margin-bottom: 10rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 749px) {
  .product_section .fukidashi_right {
    padding-bottom: 0rem;
    margin-bottom: 7.5rem;
  }
}
.product_section .fukidashi_right figure.fukidashi_caption {
  position: absolute;
  right: -20px;
  bottom: -8.125rem;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 749px) {
  .product_section .fukidashi_right figure.fukidashi_caption {
    text-align: right;
    right: 0;
    top: auto;
    bottom: -5.9375rem;
  }
  .product_section .fukidashi_right figure.fukidashi_caption img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .product_section .fukidashi_right figure.fukidashi_caption figcaption {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0.75rem;
  }
}
.product_section .fukidashi_right .fukidashi_n {
  float: right;
}

.product_section .fukidashi_right .fukidashi_n:before {
  content: "";
  position: absolute;
  width: 1.625rem;
  height: 1.375rem;
  left: auto;
  right: 12px;
  bottom: -1.375rem;
  background: url(../img/bg_fukidashi_right.png) no-repeat;
  background-size: cover;
}

.product_section .fukidashi_left {
  position: relative;
  margin-bottom: 10rem;
}

@media (max-width: 749px) {
  .product_section .fukidashi_left {
    padding-bottom: 0rem;
    margin-bottom: 7.5rem;
  }
}
.product_section .fukidashi_left figure.fukidashi_caption {
  position: absolute;
  left: -20px;
  bottom: -8.125rem;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 749px) {
  .product_section .fukidashi_left figure.fukidashi_caption {
    text-align: left;
    left: 0;
    top: auto;
    bottom: -5.9375rem;
  }
  .product_section .fukidashi_left figure.fukidashi_caption img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .product_section .fukidashi_left figure.fukidashi_caption figcaption {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0.75rem;
  }
}
.product_section .fukidashi_left .fukidashi_n:before {
  content: "";
  position: absolute;
  width: 1.625rem;
  height: 1.375rem;
  left: 12px;
  right: auto;
  bottom: -1.375rem;
  background: url(../img/bg_fukidashi_left.png) no-repeat;
  background-size: 100%;
}

.img_photo_sub_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
}

@media (max-width: 749px) {
  .img_photo_sub_right {
    display: block;
  }
}
.img_photo_sub_right .img {
  width: 25rem;
  border-radius: 6px;
  border: 3px solid #000000;
  margin-right: 1.875rem;
}

@media (max-width: 749px) {
  .img_photo_sub_right .img {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 749px) {
  .img_photo_sub_right .fukidashi_right {
    margin-top: 1.25rem;
  }
}
.img_photo_sub_right .fukidashi_right .fukidashi_n {
  width: 15rem;
  padding: 1.5rem 1.5rem;
}

@media (max-width: 749px) {
  .img_photo_sub_right .fukidashi_right .fukidashi_n {
    width: 100%;
  }
}
.img_photo_sub_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
}

@media (max-width: 749px) {
  .img_photo_sub_left {
    display: block;
  }
}
@media (min-width: 750px) {
  .img_photo_sub_left .img_photo_sub_left_img {
    width: 50%;
  }
  .img_photo_sub_left .img_photo_sub_left_img .img {
    width: auto;
  }
  .img_photo_sub_left .img_photo_sub_left_img .img img {
    width: 100%;
  }
  .img_photo_sub_left .img_photo_sub_left_img.img_photo_sub_auto_img {
    margin: 0 auto;
  }
}
@media (max-width: 749px) {
  .img_photo_sub_left .img_photo_sub_left_img {
    margin-bottom: 1.25rem;
  }
}
.img_photo_sub_left .img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 25rem;
  border-radius: 6px;
  border: 3px solid #000000;
  margin-left: 1.875rem;
}

.img_photo_sub_left .img.no_img {
  margin-left: 0;
}

@media (max-width: 749px) {
  .img_photo_sub_left .img {
    margin-left: 0;
    width: 100%;
  }
}
.img_photo_sub_left .fukidashi_left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 749px) {
  .img_photo_sub_left .fukidashi_left {
    margin-top: 1.25rem;
  }
}
.img_photo_sub_left .fukidashi_left .fukidashi_n {
  width: 15rem;
  padding: 1.5rem 1.5rem;
}

.img_photo_sub_left .fukidashi_left .fukidashi_n.fukudashi_100 {
  width: 100% !important;
}

@media (max-width: 749px) {
  .img_photo_sub_left .fukidashi_left .fukidashi_n {
    width: 100%;
  }
}
@media (max-width: 749px) {
  .prodct_section_wrap {
    background: url(../img/bg_product_dotted.png);
    background-size: 10%;
  }
}
#product_section_01 {
  padding: 4.375rem 0;
  padding-bottom: 11.25rem;
}

@media (min-width: 750px) {
  #product_section_01 {
    background: url(../img/bg_product_dotted.png);
    background-size: 10%;
  }
}
@media (max-width: 749px) {
  #product_section_01 {
    padding-bottom: 0.625rem;
  }
  #product_section_01.product_section_01_02 {
    padding-top: 1.25rem;
  }
}
#product_section_01.product_section_last {
  padding-bottom: 2.1875rem;
}

@media (max-width: 749px) {
  #product_section_01.product_section_last {
    padding-top: 3.75rem;
  }
}
@media (min-width: 750px) {
  #product_section_01.product_section_last2 {
    padding: 4px 0 60px !important;
  }
}
@media (max-width: 749px) {
  #product_section_01.product_section_last2 {
    padding: 0 !important;
  }
}
#product_section_02 {
  margin-top: -7.5rem;
}

@media (max-width: 749px) {
  #product_section_02 {
    margin-top: 0;
  }
  #product_section_02.bk_white {
    background: #ffffff;
    padding: 5vw 0;
    margin-top: 0 !important;
  }
}
#product_section_02.product_section_none {
  padding-bottom: 30px;
}

@media (min-width: 750px) {
  #product_section_02.product_section_none {
    margin-top: 60px !important;
  }
}
#buy_app {
  background: #F2F2F2;
  padding: 2.5rem 0;
}

@media (min-width: 750px) {
  #buy_app .img {
    text-align: center;
    width: 70%;
    margin: 0 auto 25px;
  }
}
#buy_app .img img {
  width: 100%;
}

@media (max-width: 749px) {
  #buy_app .img {
    width: 80%;
    margin: 0 auto 15px;
  }
  #buy_app .img img {
    width: 100%;
  }
}
@media (max-width: 749px) {
  #buy_app {
    padding: 1.25rem 0;
  }
}
#buy_app .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 749px) {
  #buy_app .flex {
    display: block;
  }
}
#buy_app figure {
  width: 15.625rem;
  margin-right: 3.75rem;
}

@media (max-width: 749px) {
  #buy_app figure {
    margin: 0 auto;
    width: 60%;
  }
  #buy_app figure img {
    width: 100%;
  }
}
@media (max-width: 749px) {
  #buy_app .in {
    text-align: center;
    margin-top: 1.25rem;
    padding: 0 3.125rem;
  }
}
#buy_app .in .name_ttl {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}

#buy_app .in .name {
  font-size: 1.375rem;
  margin-bottom: 0.625rem;
}

#buy_app .in .price {
  font-size: 0.875rem;
  margin-bottom: 1.875rem;
}

#buy_app .in .price span {
  color: #333333;
  background: #ffffff;
  border-radius: 100px;
  display: inline-block;
  padding: 0rem 0.625rem;
  margin-right: 0.625rem;
}

#buy_app .in .txt {
  margin-top: 16px;
  line-height: 1.5;
}

#buy_app .in .txt p {
  font-weight: bold;
  line-height: 1.6;
  font-size: 0.8125rem;
}

#download_app {
  background: #F2F2F2;
  padding: 1.25rem 0;
}

#download_app h2 {
  text-align: center;
  margin-bottom: 1.375rem;
}

#download_app h2 span {
  border-bottom: 4px solid #ffffff;
  padding-bottom: 0.375rem;
}

#download_app .fukidashi_n {
  position: relative;
  display: inline-block;
  text-align: left;
  line-height: 30px;
  background-color: #fff;
  border: 3px solid #000000;
  border-radius: 8px;
  -webkit-box-shadow: 6px 6px 0 #A3B9D6;
  box-shadow: 6px 6px 0 #A3B9D6;
  padding: 0.625rem 1.5625rem;
  font-size: 1rem;
  margin-bottom: 2.8125rem;
}

@media (max-width: 749px) {
  #download_app .fukidashi_n {
    width: 70%;
    margin: 0 auto 2.5rem;
    text-align: center;
    display: block;
    padding: 1.0625rem 1.125rem;
  }
}
#download_app .fukidashi_n:before {
  content: "";
  position: absolute;
  width: 1.125rem;
  height: 1.0625rem;
  left: 12px;
  right: auto;
  background: url(../img/bg_fukidashi_left.png) no-repeat;
  background-size: cover;
  bottom: -1.0625rem;
}

#download_app .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 749px) {
  #download_app .flex {
    display: block;
  }
}
@media (min-width: 1200px) {
  #download_app figure {
    width: 10rem;
    margin-right: 3.75rem;
  }
}
@media (max-width: 749px) {
  #download_app figure {
    margin: 0 auto;
    width: 60%;
  }
  #download_app figure img {
    width: 100%;
  }
}
@media (max-width: 749px) {
  #download_app .in {
    margin-top: 2.5rem;
  }
}
#download_app .in ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 749px) {
  #download_app .in ul {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}
#download_app .in ul li {
  width: 6.25rem;
  margin-right: 1.5625rem;
}

#download_app .in ul li img {
  width: 100%;
}

@media (max-width: 749px) {
  #download_app .in ul li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 1.5rem;
  }
}
#download_app .in ul li:nth-of-type(2) {
  width: 7.5rem;
}

@media (max-width: 749px) {
  #download_app .in ul li:nth-of-type(2) {
    width: 100%;
  }
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none; /* 1150px; */
}

/* スライドショーの横幅固定を外す */
.ec-sliderRole {
  max-width: none; /* 1130px; */
  padding-left: 0; /* 20px; */
  padding-right: 0; /* 20px; */
}

.detail-label {
  font-size: 1.1rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
  font-weight: bold;
}

.ec-productRole {
  padding: 4vw 0;
  color: #000000;
}

@media (max-width: 749px) {
  .ec-productRole {
    padding: 4vw 4vw;
    color: #000000;
  }
}
.ec-headingTitle {
  color: #000000;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__profile {
    width: 439px;
  }
}
.ec-blockBtn--action {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #FFD800;
  border-color: #FFD800;
  color: #000000;
  border-radius: 5px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}

.ec-productRole .ec-productRole__tags {
  border-bottom: 0;
}

.ec-productRole .ec-productRole__price {
  border-bottom: 0;
}

.ec-productRole .ec-productRole__price {
  padding: 0;
}

.ec-productRole .ec-productRole__price {
  color: #000000;
}

.ec-cartRole {
  padding-bottom: 4vw;
}

.ec-login {
  margin-bottom: 4vw;
}

.ec-product-option-inenr {
  background: #F8F8F8;
  padding: 1.8vw 2.5vw;
  margin-top: 2.4vw;
  margin-bottom: 3vw;
}

.ec-productRole .ec-productRole__actions .ec-select select {
  background: #ffffff;
}

@media only screen and (min-width: 768px) {
  .ec-price .ec-price__price {
    font-size: 1.1rem;
  }
  .ec-productRole__description2 {
    font-size: 0.7rem;
    color: #656565;
  }
}
@media (max-width: 749px) {
  .ec-cartNavi {
    display: inline-block;
    padding: 0;
    width: auto;
    margin-bottom: 15px;
    color: black;
    background: transparent;
  }
}
.shop_footer {
  margin-top: 60px;
}

.article_sub {
  margin-bottom: -60px;
}

.pagetop {
  display: none !important;
}

.ec-headerNavSP {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .ec-cartNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 99999px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px 17px 10px;
    width: auto !important;
    min-width: auto !important;
    height: 44px;
    white-space: nowrap;
    cursor: pointer;
    background: none !important;
  }
  .ec-cartNavi__label {
    display: none !important;
  }
  .page_header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#about .project_in .project_in_box .label {
  position: relative;
}

#about .project_in .project_in_box .label .new_mark {
  position: absolute;
  right: -140px;
  line-height: 1.3;
  font-weight: bold;
  top: 4px;
  width: 95px;
}

@media (max-width: 749px) {
  #about .project_in .project_in_box.project_2 {
    margin-top: 134px !important;
  }
  #about .project_in .project_in_box .label .new_mark {
    top: -2rem;
    right: -4rem;
    left: auto;
    width: 76px;
    font-size: 1.5rem;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.ec-cartNavi .ec-cartNavi__price {
  display: none;
}

.ec-zipInputHelp .ec-zipInputHelp__icon {
  display: inline-block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #525263;
  border-radius: 50%;
  font-size: 13px;
  position: relative;
  top: -12px;
}

.ec-productRole {
  margin-top: 60px;
}

@media (max-width: 749px) {
  .nav_cart_sp {
    position: absolute;
    display: block;
    top: 12px;
    right: 15vw;
  }
}
@media (max-width: 749px) {
  .ec-cartNaviIsset.is-active {
    display: block;
    width: 66vw;
  }
  .ec-cartNaviNull {
    width: 40vw;
  }
}
.detail-label {
  font-size: 0.9rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.9rem;
  margin-bottom: 1.4rem;
  font-weight: bold;
}

.ec-rectHeading h2 {
  margin-bottom: 15px;
}

.ec-orderDelivery, .ec-orderPayment, .ec-orderRole__summary {
  margin-bottom: 25px !important;
}

#top_news .news_in .border_box ul li.link_none:after {
  background: none !important;
}

.ec-productRole .ec-productRole__title .ec-headingTitle small {
  font-size: 1rem;
}

#top_news .news_in .border_box ul li .cat {
  vertical-align: top;
  position: relative;
  top: -3px;
}

#top_news .news_in .border_box ul li .date {
  vertical-align: top;
  display: inline-block;
}

#top_news .news_in .border_box ul li .ttl {
  display: inline-block;
  vertical-align: top;
}

.ec-cartRow .ec-cartRow__summary {
  width: 100% !important;
}

.size_attension {
  border: 1px solid #000000;
  padding: 8px 0;
  text-align: center;
  width: 100%;
  margin: 10px 10%;
}

@media (max-width: 749px) {
  .size_attension {
    border: 1px solid #000000;
    padding: 8px 9px;
    text-align: left;
    width: 100%;
    margin: 10px 0;
  }
}
.ec-price .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.size_attension2 {
  border: 1px solid #000000;
  padding: 10px;
  margin: 10px 0;
}

.ec-imageGrid .ec-imageGrid__content {
  padding-top: 9px;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
  flaot: none !important;
  width: 100%;
}

.ec-imageGrid .ec-imageGrid__content {
  padding-bottom: 9px !important;
}

@media only screen and (min-width: 768px) {
  .slick-dots {
    position: absolute;
    bottom: 60px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 26px !important;
  }
}
@media (max-width: 749px) {
  .ec-cartRow {
    display: table-row;
    padding-bottom: 10px !important;
  }
  .ec-cartRow .ec-cartRow__contentColumn {
    border-bottom: 0 !important;
    padding: 10px 0;
    display: table;
  }
  .ec-cartRow .ec-cartRow__amountColumn {
    display: block;
    border-bottom: 1px dotted #ccc;
    vertical-align: middle;
    text-align: left !important;
    width: 100%;
    padding-bottom: 10px;
  }
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}
.more {
  width: 300px;
  text-align: center;
  padding: 5px;
  margin: 0 auto 20px;
  color: #ffffff;
  cursor: pointer;
  background: #FF6E6E;
  border-radius: 100px;
  border: 2px solid #000000;
  display: block;
  padding: 0.575rem 0.9375rem 0.575rem 0.9375rem;
  position: relative;
  font-size: 0.875rem;
}

.more:after {
  content: "";
  display: block;
  background: url(https://asibakouritu.com/assets/img/ico_arrow_white_bottom.svg);
  background-size: 100%;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .ec-productRole__description {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
  }
}
.border_box_in h2 {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.page_footer .footer_left {
  margin-right: 4.5rem !important;
}

.hanbai_list {
  width: 900px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .hanbai_list {
    width: 95%;
    margin: 0 auto;
    padding-top: 14px;
  }
}
.hanbai_list img {
  width: 100%;
}

.center_btn_wrap {
  width: 200px;
  margin: 0 auto;
}

.line_bnr {
  width: 100%;
  margin: 0 auto 20px;
}

.line_bnr img {
  width: 100%;
}

@media (max-width: 749px) {
  .line_bnr {
    width: 90%;
  }
}
.midashi_wrap {
  width: 750px;
  margin: 30px auto 0;
}

@media (max-width: 749px) {
  .midashi_wrap {
    width: 95%;
    margin: 30px auto 0;
  }
  .midashi_box .maker_in {
    margin-top: 0 !important;
  }
  .midashi_box .in .maker {
    padding-left: 0;
  }
}
.tel_p {
  width: 160px;
}

@media (max-width: 749px) {
  .tel_p {
    width: 220px;
  }
}
.pay_bunkatsu {
  width: 300px;
}

@media (max-width: 749px) {
  .pay_bunkatsu {
    width: 55%;
  }
}
#about .project_in .project_in_box.project_2 {
  margin-bottom: 6.25rem !important;
}

#about .project_in .project_in_box.project_3 {
  margin-bottom: 6.25rem !important;
}

.bunkatsu_wrap {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 20px 0;
}
@media (max-width: 749px) {
  .bunkatsu_wrap {
    padding: 0 20px;
  }
}

@media (max-width: 749px) {
  .bunkatsu_wrap .s-box h2 {
    font-size: 1.1rem;
  }
}

.bunkatsu_wrap .s-box {
  width: 100%;
  border: 1px solid #4B86D8;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
@media (max-width: 749px) {
  .bunkatsu_wrap .s-box {
    padding: 20px 10px;
  }
}
.bunkatsu_wrap .s-box h2 {
  margin: 15px 0 6px;
  font-weight: bold;
}
.bunkatsu_wrap .s-box p {
  margin: 8px 0;
}
.bunkatsu_wrap .s-box p strong {
  border-bottom: 4px solid #FFD800;
  padding-bottom: 0.105rem;
  font-size: 1rem;
  display: inline-block;
  margin-top: 6px;
}

.item_list ul li .in .txt {
  text-align: center;
}

.item_list ul li .in .caption {
  text-align: center;
}

.point_result {
  font-weight: bold;
  font-size: 1.1rem;
  color: #DE5D50;
}

.tax-price {
  font-size: 0.9rem;
  margin-top: 5px;
  color: #666666;
}

.pattern_label {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.patent {
  margin-top: 8px;
}