@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body {
  margin: 0;
  background-color: #B81C22;
}

a {
  color: #000;
  text-decoration: none;
}

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

figure {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 900px) {
  .sponly {
    display: none;
  }
}
.global_head {
  margin: 0;
  position: relative;
  z-index: 10;
}

.wrap {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrap {
    min-height: calc(100vh - 532px);
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    font-size: 1rem;
    min-height: calc(100vh - 320px);
  }
}
@media only screen and (min-width: 1400px) {
  .wrap {
    max-width: 1600px;
  }
}

.head {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .head {
    display: flex;
    gap: 15px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1400px) {
  .head {
    overflow: visible;
  }
}
.head img {
  width: 100%;
}
.head__logo {
  order: 2;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .head__logo {
    align-items: center;
    background-color: #231815;
    display: flex;
    width: calc(100% - 700px);
  }
}
@media only screen and (min-width: 1400px) {
  .head__logo {
    width: calc(100% - 800px);
  }
}
.head__description, .head__description--right, .head__description--left {
  margin: 20px auto 0 auto;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .head__description, .head__description--right, .head__description--left {
    margin: 0 auto;
    width: 350px;
  }
}
@media only screen and (min-width: 1400px) {
  .head__description, .head__description--right, .head__description--left {
    width: 400px;
  }
}
.head__description h2, .head__description--right h2, .head__description--left h2 {
  background-color: #231815;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .head__description h2, .head__description--right h2, .head__description--left h2 {
    padding: 0;
  }
}
.head__description p, .head__description--right p, .head__description--left p {
  box-sizing: border-box;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .head__description p, .head__description--right p, .head__description--left p {
    font-weight: 600;
    padding: 0 0 0 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .head__description p, .head__description--right p, .head__description--left p {
    padding: 0;
  }
}
.head__description--left {
  order: 1;
}
@media only screen and (min-width: 768px) {
  .head__description--left p {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1400px) {
  .head__description--left p {
    font-size: 1.15rem;
  }
}
.head__description--right {
  background-image: url("../img/bg_bomb.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  order: 3;
}
@media only screen and (min-width: 768px) {
  .head__description--right {
    background: none;
  }
}
.head__description--right figure {
  margin: 20px 0 40px 0;
  padding: 0 10px;
}
@media only screen and (min-width: 1400px) {
  .head__description--right figure {
    margin: 1em 0;
    padding: 0;
  }
}
.head__description--right p {
  text-shadow: 1px 1px 0 #B81C22, -1px -1px 0 #B81C22;
}
@media only screen and (min-width: 1400px) {
  .head__description--right p {
    text-shadow: 1px 1px 0 #231815, -1px -1px 0 #231815;
  }
}
@media only screen and (min-width: 768px) {
  .head__bomb {
    background-image: url("../img/bg_bomb.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    transform: scale(1.2);
    z-index: 9;
  }
}
@media only screen and (min-width: 1400px) {
  .head__bomb {
    transform: scale(1.1);
    width: 400px;
  }
}

.hero {
  padding: 0 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero {
    margin: 30px auto 30px auto;
  }
}
@media only screen and (min-width: 1400px) {
  .hero {
    margin: 50px auto 70px auto;
  }
}
.hero h1 {
  -webkit-text-stroke: 4px #231815;
  text-stroke: 4px #231815;
  paint-order: stroke;
  font-weight: 900;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .hero h1 {
    -webkit-text-stroke: 3px #231815;
    text-stroke: 3px #231815;
    paint-order: stroke;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .hero h1 {
    -webkit-text-stroke: 4px #231815;
    text-stroke: 4px #231815;
    paint-order: stroke;
    font-size: 4rem;
    margin: 0 0 40px;
  }
}
.hero__text {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .hero__text {
    margin: 0 0 25px;
    gap: 10px 0;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .hero__text {
    margin: 0 0 40px;
    gap: 15px 0;
  }
}
.hero__text p {
  margin: 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .hero__text p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .hero__text p {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.8;
  }
}
.hero__btn a {
  background-color: #231815;
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .hero__btn a {
    width: 100%;
    height: 50px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero__btn a {
    width: 400px;
    height: 75px;
    font-size: 2rem;
    transition: 0.3s;
  }
  .hero__btn a:hover {
    filter: brightness(1.5);
  }
}

@media only screen and (max-width: 767px) {
  .slide {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .slide {
    margin: 50px 0 0;
  }
}
.slide__item {
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .slide__item img {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .slide__item img {
    height: 450px;
  }
}

.opentopics {
  text-align: center;
  background-color: #FFFFFF;
  margin: 50px auto 0px;
}
@media only screen and (max-width: 767px) {
  .opentopics {
    width: 95%;
  }
}
.opentopics h2 {
  margin: 0;
}
.opentopics h2 img {
  transform: 0.3s;
}
@media only screen and (max-width: 767px) {
  .opentopics h2 img {
    border: 2px solid #231815;
  }
}
@media only screen and (min-width: 1400px) {
  .opentopics h2 img {
    border: 3px solid #231815;
  }
}
.opentopics h2 img:hover {
  opacity: 0.9;
}

.interval {
  margin: 50px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .interval {
    display: flex;
  }
}
.interval__shop {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .interval__shop {
    width: 500px;
  }
}
@media only screen and (min-width: 1400px) {
  .interval__shop {
    width: 600px;
  }
}
.interval__landscape {
  background-image: url("../img/station.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .interval__landscape {
    height: auto;
    width: calc(100% - 500px);
  }
}
@media only screen and (min-width: 1400px) {
  .interval__landscape {
    width: calc(100% - 600px);
  }
}

.information {
  margin: 50px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .information {
    display: flex;
  }
}
.information__info {
  background-color: #231815;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .information__info {
    width: 300px;
  }
}
@media only screen and (min-width: 1400px) {
  .information__info {
    width: 400px;
  }
}
.information__storemap {
  height: 200px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .information__storemap {
    align-items: center;
    background-color: #FFFFFF;
    display: flex;
    height: auto;
    width: calc(100% - 610px);
  }
}
@media only screen and (min-width: 1400px) {
  .information__storemap {
    width: calc(100% - 710px);
  }
}
.information__storemap img {
  width: 100%;
}
.information__gmap {
  margin: 50px auto 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .information__gmap {
    margin: 0 0 0 10px;
    width: 300px;
  }
}
@media only screen and (min-width: 1400px) {
  .information__gmap {
    width: 400px;
  }
}
.information__gmap iframe {
  height: 100%;
  width: 100%;
}

.strongpoint {
  font-size: 1.5rem;
  margin: 50px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .strongpoint {
    font-size: 2rem;
    text-align: center;
  }
}
@media only screen and (min-width: 1400px) {
  .strongpoint {
    font-size: 3rem;
  }
}
.strongpoint h2 {
  background-color: #231815;
  font-size: 2rem;
  margin: 0;
  padding: 15px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .strongpoint h2 {
    font-size: 3rem;
    height: 120px;
    line-height: 120px;
    padding: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .strongpoint h2 {
    font-size: 5rem;
    height: 160px;
    line-height: 160px;
    padding: 0;
  }
}
.strongpoint h2 span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .strongpoint h2 span {
    display: inline;
  }
}
.strongpoint p {
  font-weight: 500;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .strongpoint p {
    font-weight: 600;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__reason {
    display: flex;
    align-items: flex-end;
  }
}
.strongpoint__col1 {
  margin: 30px auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .strongpoint__col1 {
    margin: 0;
    width: 420px;
  }
}
@media only screen and (min-width: 1400px) {
  .strongpoint__col1 {
    width: 550px;
  }
}
.strongpoint__col1 p {
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .strongpoint__col1 p {
    margin: 0 0 10px 0;
  }
}
.strongpoint__col2 {
  margin: 30px auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .strongpoint__col2 {
    margin: 0;
    width: calc(67% - 420px);
  }
}
@media only screen and (min-width: 1400px) {
  .strongpoint__col2 {
    margin: 0;
    width: calc(67% - 550px);
  }
}
.strongpoint__col2 p {
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .strongpoint__col2 p {
    margin: 0 0 10px 0;
  }
}
.strongpoint__strong {
  align-items: center;
  background-color: #231815;
  box-sizing: border-box;
  display: flex;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 30px;
  text-align: left;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .strongpoint__strong {
    font-size: 3rem;
    height: 240px;
    padding: 10px;
    width: 420px;
  }
}
@media only screen and (min-width: 1400px) {
  .strongpoint__strong {
    font-size: 4rem;
    height: 300px;
    width: 550px;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__strong::after {
    background-image: url("../img/arrow_under.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    top: 0;
    right: 10px;
    transform: translateY(-50%);
    width: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .strongpoint__strong::after {
    height: 120px;
    width: 120px;
  }
}
.strongpoint__shipcountries {
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .strongpoint__shipcountries {
    margin: 0 0 0 10px;
    width: 33%;
  }
}
.strongpoint__photo {
  background-image: url("../img/pic_staffs.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .strongpoint__photo {
    height: 240px;
  }
}
@media only screen and (min-width: 1400px) {
  .strongpoint__photo {
    height: 300px;
  }
}
.strongpoint__p--annotation {
  font-size: 1.5rem;
  margin: 30px auto;
}
@media only screen and (min-width: 768px) {
  .strongpoint__p--annotation {
    font-size: 1.2rem;
    margin: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .strongpoint__p--annotation {
    font-size: 1.8rem;
  }
}
.strongpoint__p--annotation span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .strongpoint__p--annotation span {
    display: inline;
  }
}
.strongpoint__row2 {
  margin: 30px auto;
}
@media only screen and (min-width: 768px) {
  .strongpoint__row2 {
    display: flex;
    gap: 30px;
    margin: 50px auto 25px auto;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__row2 p {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 2;
    width: 57%;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__row2 figure {
    width: 43%;
  }
}
.strongpoint__row2 figure img {
  width: 100%;
}
.strongpoint__row2 figcaption {
  font-size: 1rem;
  margin: 10px auto 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .strongpoint__row2 figcaption {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .strongpoint__row2 figcaption {
    font-size: 2rem;
  }
}

.recruit {
  margin: 50px auto 0 auto;
}
.recruit h3 {
  background-color: #F0F0F0;
  font-size: 1.5rem;
  margin: 0;
  padding: 15px 0 15px 1em;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .recruit h3 {
    font-size: 2rem;
    height: 70px;
    line-height: 75px;
    padding: 0 0 0 1em;
  }
}
@media only screen and (min-width: 1400px) {
  .recruit h3 {
    font-size: 2.8rem;
    height: 90px;
    line-height: 95px;
  }
}
.recruit h3 span {
  color: #B81C22;
}
.recruit h3::before {
  background-color: #B81C22;
  display: inline-block;
  content: "";
  height: 100%;
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .recruit h3::before {
    width: 15px;
  }
}
.recruit h4 {
  color: #B81C22;
  font-size: 1.5rem;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .recruit h4 {
    font-size: 2rem;
    text-align: center;
  }
}
@media only screen and (min-width: 1400px) {
  .recruit h4 {
    font-size: 3.2rem;
    text-align: left;
  }
}
.recruit h5 {
  font-size: 1rem;
  margin: 20px auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .recruit h5 {
    font-size: 1.5rem;
    margin: 30px auto;
  }
}
@media only screen and (min-width: 1400px) {
  .recruit h5 {
    font-size: 2rem;
  }
}
.recruit__head {
  background-color: #231815;
  font-size: 1.5rem;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .recruit__head {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .recruit__head {
    font-size: 3rem;
  }
}
.recruit__head span {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .recruit__head span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .recruit__head span {
    font-size: 2rem;
  }
}
.recruit__head h2 {
  margin: 5px auto 0 auto;
  padding: 0;
}
.recruit__content {
  background-color: #FFFFFF;
  color: #231815;
  margin: 30px auto 0 auto;
  padding: 20px 10px;
}
@media only screen and (min-width: 768px) {
  .recruit__content {
    font-size: 1.2rem;
    padding: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .recruit__content {
    font-size: 1.5rem;
    padding: 30px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__list {
    display: flex;
    gap: 50px;
    justify-content: center;
  }
}
@media only screen and (min-width: 1400px) {
  .recruit__list {
    justify-content: flex-start;
  }
}
.recruit__list ul {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .recruit__list ul {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__lead p {
    text-align: center;
  }
}
@media only screen and (min-width: 1400px) {
  .recruit__lead p {
    text-align: left;
  }
}
.recruit__recruit {
  margin: 30px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .recruit__recruit {
    display: flex;
    gap: 30px;
  }
}
.recruit__block {
  background-color: #F0F0F0;
  box-sizing: border-box;
  padding: 30px 20px;
  width: 100%;
}
.recruit__inner {
  background-color: #FFFFFF;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  height: 100%;
}
.recruit__block-ttl {
  background-color: #B81C22;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 10px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .recruit__block-ttl {
    font-size: 1.5rem;
    height: 45px;
    line-height: 50px;
    padding: 0 15px;
    text-align: left;
  }
}
@media only screen and (min-width: 1400px) {
  .recruit__block-ttl {
    font-size: 2rem;
    height: 55px;
    line-height: 60px;
    padding: 0 20px;
    text-align: left;
  }
}
.recruit__block-content {
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}
.recruit__block-content table {
  border-spacing: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .recruit__block-content th, .recruit__block-content td {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .recruit__block-content th, .recruit__block-content td {
    font-size: 1.5rem;
  }
}
.recruit__block-content th {
  color: #B81C22;
  text-align: left;
  vertical-align: top;
  width: 80px;
}
@media only screen and (min-width: 768px) {
  .recruit__block-content th {
    width: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .recruit__block-content th {
    width: 120px;
  }
}
.recruit__block-content td {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .recruit__block-content td .flexrow {
    display: flex;
    gap: 20px;
  }
}
.recruit__block-content td p {
  margin: 0;
}
.recruit__comment {
  margin: 5px 0 0 0;
  text-align: right;
}
.recruit__apply {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .recruit__apply {
    display: flex;
    font-size: 1.2rem;
    gap: 75px;
    padding: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .recruit__apply {
    font-size: 1.5rem;
    gap: 100px;
  }
}
.recruit__apply-button {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 30px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .recruit__apply-button {
    margin: 0;
  }
}
.recruit__apply-button a {
  color: #FFFFFF;
  background-color: #B81C22;
  display: block;
  font-size: 2rem;
  height: 65px;
  line-height: 70px;
  text-align: center;
  width: 300px;
}
@media only screen and (min-width: 768px) {
  .recruit__apply-button a {
    font-size: 2rem;
    height: 70px;
    line-height: 75px;
    width: 400px;
  }
}
@media only screen and (min-width: 1400px) {
  .recruit__apply-button a {
    font-size: 2.5rem;
    height: 85px;
    line-height: 90px;
    width: 450px;
  }
}

.benefit {
  margin: 30px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .benefit {
    margin: 50px auto 0 auto;
  }
}
.benefit p {
  font-size: 1rem;
  line-height: 2;
  margin: 50px auto;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .benefit p {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
  }
}
@media only screen and (min-width: 1400px) {
  .benefit p {
    font-size: 2rem;
    margin: 75px auto;
  }
}
.benefit figure {
  width: 100%;
}
.benefit img {
  width: 100%;
}

.property {
  background-color: #231815;
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px 10px;
}
@media only screen and (min-width: 768px) {
  .property {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .property {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .property__guide {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .property__guide {
    font-size: 1.5rem;
  }
}
.property__guide h3 {
  font-size: 2rem;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .property__guide h3 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .property__guide h3 {
    font-size: 3rem;
  }
}
.property__guide h4 {
  margin: 0;
  font-size: 1.5rem;
}
@media only screen and (min-width: 1400px) {
  .property__guide h4 {
    font-size: 2rem;
  }
}
.property__guide p {
  margin: 0;
}
.property__form {
  margin: 20px auto 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .property__form {
    margin: 0 auto;
    width: 70%;
  }
}
@media only screen and (min-width: 1400px) {
  .property__form {
    width: 55%;
  }
}
.property__form-content table {
  background-color: #FFFFFF;
  border-spacing: 5px;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .property__form-content table {
    border-spacing: 10px;
    padding: 5px;
  }
}
@media only screen and (min-width: 1400px) {
  .property__form-content table {
    border-spacing: 10px;
    padding: 10px;
  }
}
.property__form-content th {
  color: #231815;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 5px 0 0 0;
  text-align: left;
  width: 120px;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .property__form-content th {
    font-size: 1.2rem;
    font-weight: 600;
    width: 300px;
  }
}
@media only screen and (min-width: 1400px) {
  .property__form-content th {
    font-size: 1.5rem;
    font-weight: 600;
    width: 350px;
  }
}
.property__form-content td {
  color: #231815;
  width: calc(100% - 350px);
}
.property__form-content td input,
.property__form-content td textarea {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .property__form-content td input,
  .property__form-content td textarea {
    font-size: 1.5rem;
  }
}
.property__form-content .required {
  background-color: #B81C22;
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 500;
  margin: 0 8px 0 0;
  text-align: center;
  padding: 0 5px;
  width: 30px;
}
@media only screen and (min-width: 768px) {
  .property__form-content .required {
    display: inline-block;
    font-size: 0.9rem;
    height: 25px;
    line-height: 27px;
    padding: 0;
    width: 45px;
  }
}
@media only screen and (min-width: 1400px) {
  .property__form-content .required {
    display: inline-block;
    font-size: 1rem;
    height: 30px;
    line-height: 32px;
    padding: 0;
    width: 50px;
  }
}
.property__form-content .annotation {
  font-size: 0.8rem;
  margin: 0 0 0 5px;
}
@media only screen and (min-width: 768px) {
  .property__form-content .annotation {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 1400px) {
  .property__form-content .annotation {
    font-size: 1rem;
  }
}
.property__submit {
  text-align: center;
}
.property__submit input[type=submit] {
  border: none;
  background-color: #B81C22;
  color: #FFFFFF;
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
  margin: 0 20px;
  text-align: center;
  width: 100px;
}
@media only screen and (min-width: 768px) {
  .property__submit input[type=submit] {
    font-size: 1.5rem;
    height: 50px;
    line-height: 50px;
    width: 150px;
  }
}

.newarrival {
  margin: 50px 0 0;
}
.newarrival__ttl {
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .newarrival__ttl {
    font-size: 1.4rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .newarrival__ttl {
    font-size: 4.5rem;
    margin: 0 0 30px;
  }
}
.newarrival .item-list {
  display: grid;
  grid-auto-rows: max-content;
  gap: 10px 10px;
}
@media only screen and (max-width: 767px) {
  .newarrival .item-list {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .newarrival .item-list {
    grid-template-columns: repeat(6, 1fr);
  }
}
.newarrival .items {
  text-align: center;
  color: #231815;
  background-color: #FFFFFF;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .newarrival .items:nth-of-type(5), .newarrival .items:nth-of-type(6), .newarrival .items:nth-of-type(7), .newarrival .items:nth-of-type(8), .newarrival .items:nth-of-type(9), .newarrival .items:nth-of-type(10), .newarrival .items:nth-of-type(11), .newarrival .items:nth-of-type(12) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .newarrival .items:hover a {
    transition: 0.3s;
    opacity: 0.7;
  }
}
.newarrival .items::before {
  content: "";
  background: url(../img/new.png?1023) no-repeat top left/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .newarrival .items::before {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .newarrival .items::before {
    width: 55px;
    height: 55px;
  }
}
.newarrival .items a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.newarrival .items__img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(rgba(35, 24, 21, 0.03) 1px, transparent 0), linear-gradient(90deg, rgba(35, 24, 21, 0.05) 1px, transparent 0);
  background-size: 18px 18px;
  padding: 10px 10px 22px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .newarrival .items__img {
    height: 190px;
  }
}
@media only screen and (min-width: 768px) {
  .newarrival .items__img {
    height: 260px;
  }
}
.newarrival .items__img img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(35, 24, 21, 0.3));
}
.newarrival .items__text {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  box-sizing: border-box;
  text-shadow: 1px 1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.9) 40%);
}
@media only screen and (max-width: 767px) {
  .newarrival .items__text {
    padding: 10px 7px 0;
  }
}
@media only screen and (min-width: 768px) {
  .newarrival .items__text {
    padding: 15px 10px 0;
  }
}
.newarrival .items__ttl {
  color: #231815;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0 0 1px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .newarrival .items__ttl {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .newarrival .items__ttl {
    font-size: 0.85rem;
  }
}
.newarrival .items__price {
  color: #ED293E;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .newarrival .items__price {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .newarrival .items__price {
    font-size: 0.95rem;
  }
}
.newarrival .items__price span {
  font-family: "Roboto";
  font-weight: 700;
  margin-right: 2px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .newarrival .items__price span {
    font-size: 1.1rem;
    top: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .newarrival .items__price span {
    font-size: 1.3rem;
    top: 2px;
  }
}
.newarrival__more {
  background-color: #231815;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .newarrival__more {
    width: 330px;
    height: 55px;
    font-size: 1rem;
    margin: 15px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .newarrival__more {
    width: 550px;
    height: 80px;
    transition: 0.3s;
    margin: 30px auto 0;
    font-size: 1.5rem;
  }
  .newarrival__more:hover {
    background-color: #333333;
  }
  .newarrival__more:hover::after {
    right: 20px;
  }
}
.newarrival__more::after {
  content: "";
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  pointer-events: none;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .newarrival__more::after {
    width: 8px;
    height: 8px;
    top: 23px;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .newarrival__more::after {
    width: 12px;
    height: 12px;
    top: 34px;
    right: 25px;
  }
}
.newarrival__more a {
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=reopen.css.map */