@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  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;
}

@media screen and (min-width: 1921px) {
  html {
    font-size: 150px;
  }
}
@media screen and (min-width: 1537px) and (max-width: 1920px) {
  html {
    font-size: 95px;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1536px) {
  html {
    font-size: 85px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  html {
    font-size: 75px;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 80px;
  }
}

body {
  font-size: 0.16rem;
  line-height: 1.6;
  color: #505050;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

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

img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 1281px) {
  p {
    font-size: max(16px, 0.16rem);
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  p {
    font-size: max(16px, 0.16rem);
  }
}
@media screen and (max-width: 500px) {
  p {
    font-size: max(15px, 0.15rem);
  }
}

select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトのスタイルを無効 */
}

select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}

.c {
  text-align: center;
}

.r {
  text-align: right;
}

.flexbox-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1281px) {
  .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 501px) and (max-width: 1280px) {
  .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  .flexbox-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.flexbox-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1281px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.max-w {
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (min-width: 1281px) {
  .max-w {
    margin: 0 auto;
    padding: 0 35px;
    box-sizing: content-box;
  }
}
@media screen and (min-width: 1537px) and (max-width: 1920px) {
  .max-w {
    max-width: 1170px;
  }
}
@media screen and (min-width: 1921px) {
  .max-w {
    max-width: 1770px;
  }
}/*# sourceMappingURL=base.css.map */