@charset "UTF-8";
html {
  height: 100%;
  font-size: 14px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  color: #333;
}

header {
  flex-grow: 0;
}

main {
  flex-grow: 1;
}

footer {
  flex-grow: 0;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, th {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
}

li {
  list-style-type: none;
}

main {
  display: block;
}

img {
  border: none;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

.header .header_top {
  background: #1d2025;
  color: #fff;
  display: flex;
  padding: 10px;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .header .header_top .header_logo-sp {
    display: none;
  }
}
.header .header_top .header_logo-sp .header_logo-sp_img {
  width: 54px;
}
.header .header_top .header_name {
  flex-grow: 1;
  font-size: 11px;
}
@media screen and (max-width: 1024px) {
  .header .header_top .header_name {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .header .header_top .header_name .header_name_text-pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .header .header_top .header_menu {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .header .header_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header_bottom {
    display: none;
  }
}
.header .header_bottom .header_logo-pc {
  width: 238px;
}
@media screen and (max-width: 1024px) {
  .header .header_bottom .header_logo-pc {
    display: none;
  }
}
.header .header_bottom .header_title {
  font-size: 36px;
}
@media screen and (max-width: 1024px) {
  .header .header_bottom .header_title {
    font-size: 16px;
  }
}
.header .header_bottom .header_contact {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header .header_bottom .header_contact {
    display: none;
  }
}
.header .header_bottom .header_contact .header_contact_sns {
  display: flex;
  margin-right: 15px;
}
.header .header_bottom .header_contact .header_contact_sns_item {
  font-size: 28px;
  color: #00308f;
}
.header .header_bottom .header_contact .header_contact_sns_item + .header_contact_sns_item {
  margin-left: 13px;
}
.header .header_bottom .header_contact .header_contact_text {
  padding: 2px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  font-size: 13px;
  text-align: center;
}
.header .header_bottom .header_contact .header_contact_tel {
  margin-top: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #00308f;
}

.footer .footer_sns {
  padding: 40px 0;
  background: #666;
  color: #fff;
}
.footer .footer_nav {
  padding: 10px 0;
  background: #1d2025;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer_nav {
    padding: 0;
  }
}
.footer .footer_nav .footer_nav_list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer .footer_nav .footer_nav_list {
    display: block;
  }
}
.footer .footer_nav .footer_nav_list .footer_nav_item {
  margin: 0 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer .footer_nav .footer_nav_list .footer_nav_item {
    margin: 0;
  }
}
.footer .footer_nav .footer_nav_list .footer_nav_item:hover {
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .footer .footer_nav .footer_nav_list .footer_nav_item + .footer_nav_item {
    border-top: 1px solid #666;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_nav .footer_nav_list .footer_nav_item > a {
    display: block;
    padding: 20px 15px;
  }
}
.footer .footer_company {
  padding: 50px 0;
  background: url(/img/footer_image.png) no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .footer .footer_company {
    padding: 30px 0;
    background: url(/img/footer_image_sp.png) no-repeat center bottom;
    background-size: cover;
  }
}
.footer .footer_company .footer_company_logo {
  text-align: center;
}
.footer .footer_company .footer_company_text {
  text-align: center;
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 5px black;
}
.footer .footer_company .footer_company_heading {
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-shadow: 0 0 5px black;
}
.footer .footer_copyright {
  padding: 10px 0;
  background: #fff;
  text-align: center;
}
.footer .footer_copyright .footer_copyright_text {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer .footer_copyright .footer_copyright_text {
    font-size: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #1d2025;
    z-index: 9999;
    box-sizing: border-box;
    padding: 10px;
    transform: translate(100%, -100%);
    transition: all 0.3s;
    overflow-y: auto;
  }
  .nav.is-on {
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 1025px) {
  .nav .nav_close {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .nav .nav_close {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .nav .nav_list {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .nav .nav_list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .nav .nav_item {
    margin-left: 20px;
    font-size: 12px;
    font-weight: normal;
  }
}
@media screen and (max-width: 1024px) {
  .nav .nav_item {
    margin: 0 30px;
  }
}
.nav .nav_item > a:hover {
  color: #ccc;
}
.concept .nav .nav_item > a[href^="/concept/"] {
  color: #ccc;
}
.works .nav .nav_item > a[href^="/works/"] {
  color: #ccc;
}
.realestate .nav .nav_item > a[href^="/realestate/"] {
  color: #ccc;
}
.company .nav .nav_item > a[href^="/company/"] {
  color: #ccc;
}
.recruit .nav .nav_item > a[href^="/recruit/"] {
  color: #ccc;
}
@media screen and (max-width: 1024px) {
  .nav .nav_item > a {
    display: block;
    border-bottom: 1px solid #666;
    padding: 20px 0;
  }
}
@media screen and (min-width: 1025px) {
  .nav .nav_contact {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .nav .nav_contact {
    margin: 0 30px;
    padding: 20px 0;
    border-bottom: 1px solid #666;
    text-align: right;
  }
}
.nav .nav_contact .nav_contact_tel {
  margin-top: 5px;
  font-size: 16px;
}
.nav .nav_contact .nav_contact_tel > a {
  text-decoration: none;
}
.nav_sns {
  display: none;
  margin-top: 20px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .nav_sns {
    display: flex;
  }
}
.nav_sns_item {
  font-size: 30px;
}
.nav_sns_item + .nav_sns_item {
  margin-left: 30px;
}

.mainVisual .mainVisual_img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual_img {
    display: none;
  }
}
.mainVisual .mainVisual_img-sp {
  width: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual_img-sp {
    display: block;
  }
}

.googleMap {
  height: 450px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .googleMap {
    height: 80vh;
  }
}
.googleMap > iframe {
  width: 100%;
  height: 100%;
}

.section.section-bg-white {
  background: #fff;
}
.section.section-bg-gray-yellow {
  background: #f3f1ea;
}
.section.section-shadow {
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.08) inset;
}
.section.section-padding-m {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section.section-padding-m {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.block.block-center {
  text-align: center;
}
.block.block-width-s {
  max-width: 768px;
}
.block.block-width-m {
  max-width: 1024px;
}

.button {
  cursor: pointer;
  display: inline-block;
}
.button.button-menu {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/img/menu_white.svg) no-repeat center;
  background-size: contain;
}
.button.button-close {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/img/close_white.svg) no-repeat center;
  background-size: contain;
}
.button.button-size-m {
  box-sizing: border-box;
  width: 177px;
  padding: 10px;
  font-size: 12px;
}
.button.button-size-f {
  box-sizing: border-box;
  padding: 10px;
  font-size: 12px;
}
.button.button-black {
  background: #1d2025;
  color: #fff;
}
.button.button-black:hover {
  background: #666;
}
.button.button-text-center {
  text-align: center;
}
.button.button-arrow-right-white {
  position: relative;
}
.button.button-arrow-right-white:after {
  position: absolute;
  right: 5px;
  content: "";
  width: 22px;
  height: 8px;
  display: inline-block;
  background: url(/img/arrow_right_white.svg) no-repeat center center;
  background-size: contain;
}
.button.button-arrow-left-white {
  position: relative;
}
.button.button-arrow-left-white:before {
  position: absolute;
  left: 5px;
  content: "";
  width: 22px;
  height: 8px;
  display: inline-block;
  background: url(/img/arrow_right_white.svg) no-repeat center center;
  background-size: contain;
  transform: scale(-1, 1);
}
.button.button-gallery-arrow {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  appearance: none;
  border: none;
  background: transparent;
  outline: none;
  z-index: 2000;
}
@media screen and (max-width: 1024px) {
  .button.button-gallery-arrow {
    width: 20px;
    height: 20px;
    opacity: 0.6;
  }
}
.button.button-gallery-arrow.button-gallery-arrow-left {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  top: 50%;
  left: 20px;
}
@media screen and (max-width: 1024px) {
  .button.button-gallery-arrow.button-gallery-arrow-left {
    left: 15px;
  }
}
.button.button-gallery-arrow.button-gallery-arrow-right {
  right: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  top: 50%;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  .button.button-gallery-arrow.button-gallery-arrow-right {
    right: 15px;
  }
}
.button.button-gallery-close {
  width: 20px;
  height: 20px;
  background: url(/img/close_white.svg) no-repeat center;
  position: absolute;
  right: 0;
  opacity: 0.6;
}
.button.button-sns {
  font-size: 30px;
}
.button-youtube {
  margin: 0 10px;
  background: #fff;
}
.button-youtube:hover > img {
  opacity: 0.65;
}
.button-youtube > img {
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .button-youtube > img.is-pc {
    display: none;
  }
}
.button-youtube > img.is-sp {
  width: 300px;
  display: none;
}
@media screen and (max-width: 767px) {
  .button-youtube > img.is-sp {
    display: inline-block;
  }
}

.sns {
  display: flex;
  justify-content: center;
}
.sns .sns_item {
  margin: 0 20px;
}
.sns .sns_item:hover {
  color: #ccc;
}

.heading.heading-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.heading.heading-bold {
  font-weight: bold;
}
.heading.heading-lh-m {
  line-height: 1.6;
}
.heading.heading-lh-l {
  line-height: 2;
}
.heading.heading-size-l {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .heading.heading-size-l {
    font-size: 18px;
  }
}

.text.text-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.text.text-size-s {
  font-size: 12px;
}
.text.text-size-l {
  font-size: 18px;
}
.text.text-size-xl {
  font-size: 24px;
}
.text.text-lh-m {
  line-height: 1.6;
}
.text.text-lh-l {
  line-height: 2.2;
}
.text.text-bold {
  font-weight: bold;
}

.table.table-typeA {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .table.table-typeA {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .table.table-typeA > tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .table.table-typeA > tbody > tr {
    display: block;
  }
}
.table.table-typeA > tbody > tr > th {
  padding: 20px;
  border-top: 1px solid #ccc;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .table.table-typeA > tbody > tr > th {
    display: block;
    padding-bottom: 0;
  }
}
.table.table-typeA > tbody > tr > td {
  padding: 20px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .table.table-typeA > tbody > tr > td {
    display: block;
    padding-top: 5px;
    border-top: none;
  }
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
@media screen and (max-width: 767px) {
  .gallery {
    display: block;
    margin: 0;
  }
}
.gallery .gallery_img {
  width: 100%;
  height: 100%;
  aspect-ratio: calc(1024/682);
  object-fit: cover;
}
.gallery .gallery_item {
  box-sizing: border-box;
  width: 25%;
  padding: 10px;
}
.gallery .gallery_item a {
  cursor: zoom-in;
  outline: none;
}
@media screen and (max-width: 767px) {
  .gallery .gallery_item {
    width: auto;
    padding: 0;
  }
  .gallery .gallery_item:not(:first-child) {
    margin-top: 20px;
  }
}

.top .top_lead {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top .top_lead {
    font-size: 5.5vw;
  }
}

.concept .concept_layout {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.concept .concept_layout.concept_layout-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .concept .concept_layout {
    display: block;
  }
}
.concept .concept_layout .concept_text {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .concept .concept_layout .concept_text {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.concept .concept_layout .concept_image {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .concept .concept_layout .concept_image {
    width: auto;
    margin-bottom: 30px;
  }
}
.concept .concept_layout .concept_image .concept_image_img {
  width: 100%;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .concept .concept_layout .concept_image .concept_image_img {
    box-shadow: none;
  }
}

.works .works_list {
  display: flex;
  flex-wrap: wrap;
}
.works .works_list .works_item {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .works .works_list .works_item {
    width: 50%;
  }
}
.works .works_list .works_item > a {
  display: block;
  background: #000;
  position: relative;
}
.works .works_list .works_item > a:before {
  content: "詳細を見る";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 3px;
  opacity: 0;
  transition: all 0.3s ease-out;
  z-index: 2;
  white-space: nowrap;
}
.works .works_list .works_item > a:hover:before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.works .works_list .works_item > a:hover .works_item_img {
  opacity: 0.5;
}
.works .works_list .works_item .works_item_img {
  width: 100%;
  transition: all 1s;
}
@media screen and (max-width: 767px) {
  .works .works_detail-pc {
    display: none;
  }
}
.works .works_detail-sp {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1025px) {
  .works .works_detail-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .works .works_detail-sp {
    display: none;
  }
}
.works .works_detail_img {
  width: 100%;
}
.works_youtube {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .works_youtube {
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.works_youtube_inner {
  aspect-ratio: 16 / 9;
}
.works_youtube_inner > iframe {
  width: 100%;
  height: 100%;
}

.realestate .realestate_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-right: 10px;
}
.realestate .realestate_list .realestate_item {
  box-sizing: border-box;
  width: 33.33%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .realestate .realestate_list .realestate_item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .realestate .realestate_list .realestate_item {
    width: 100%;
  }
}
.realestate .realestate_list .realestate_item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.realestate .realestate_list .realestate_item .realestate_item_img {
  width: 100%;
}
.realestate .realestate_list .realestate_item .realestate_item_name {
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.6;
}
.realestate .realestate_list .realestate_item .realestate_item_text {
  font-size: 12px;
  line-height: 1.6;
}
.realestate .realestate_list .realestate_item .realestate_item_link {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
  color: #00308f;
}
.realestate .realestate_list .realestate_item .realestate_item_link:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 8px;
  background: url(/img/arrow_right_black.svg) no-repeat center;
  background-size: contain;
  margin-left: 5px;
}
.realestate .realestate_img {
  width: 100%;
}
.realestate .realestate_header {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .realestate .realestate_header {
    display: block;
  }
}
.realestate .realestate_header .realestate_header_photo {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 66%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .realestate .realestate_header .realestate_header_photo {
    width: auto;
    margin-right: 0;
  }
}
.realestate .realestate_header .realestate_header_text {
  flex: 1 1 auto;
  padding: 20px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .realestate .realestate_header .realestate_header_text {
    margin-top: 20px;
    padding: 0;
    border: none;
  }
}
.realestate_youtube {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .realestate_youtube {
    margin-bottom: 30px;
  }
}
.realestate_youtube > iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.recruit .recruit_layout {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .recruit .recruit_layout {
    display: block;
  }
}
.recruit .recruit_layout .recruit_text {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .recruit .recruit_layout .recruit_text {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.recruit .recruit_layout .recruit_image {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .recruit .recruit_layout .recruit_image {
    width: auto;
    margin-top: 30px;
  }
}
.recruit .recruit_layout .recruit_image .recruit_image_img {
  width: 100%;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .recruit .recruit_layout .recruit_image .recruit_image_img {
    display: none;
  }
}
.recruit .recruit_layout .recruit_image .recruit_image_img-sp {
  width: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit .recruit_layout .recruit_image .recruit_image_img-sp {
    display: block;
  }
}

.upfade {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease-out;
}
.upfade.is-on {
  opacity: 1;
  transform: translateY(0);
}

.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.m-5 {
  margin: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.m-10 {
  margin: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.m-15 {
  margin: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.m-20 {
  margin: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.m-25 {
  margin: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.m-30 {
  margin: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.m-35 {
  margin: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.m-40 {
  margin: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.m-45 {
  margin: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.m-50 {
  margin: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.m-a {
  margin-left: auto;
  margin-right: auto;
}

.soldout {
  display: inline-block;
  font-weight: bold;
  color: #CB3639;
  border: #CB3639 1px solid;
  padding: 0 5px;
  border-radius: 3px;
  font-size: 11px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.soldout-large {
  padding: 5px 10px;
  font-size: 13px;
  float: right;
}
