@charset "UTF-8";
/* Scss Document */ /* Scss Document */ /********************** font **********************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700&display=swap");
/********************** variable style **********************/
/********************** variable color **********************/
/********************** font-size **********************/
/********************** entiri element **********************/
a {
  text-decoration: none;
  color: #1F1F1F;
}

b {
  color: #B28247;
}

ul li {
  line-height: 1.6em;
}

.pc_none {
  display: none;
  /**sp**/
}
@media (max-width: 480px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
  /**sp**/
}
@media (max-width: 480px) {
  .sp_none {
    display: none !important;
  }
}

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

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

.pb-0 {
  padding-bottom: 0px;
}

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

.mr-8 {
  margin-bottom: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

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

.mr-16 {
  margin-bottom: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

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

.mr-24 {
  margin-bottom: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

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

.mr-32 {
  margin-bottom: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

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

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

.pb-40 {
  padding-bottom: 40px;
}

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

.mr-48 {
  margin-bottom: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

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

.mr-56 {
  margin-bottom: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

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

.mr-64 {
  margin-bottom: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

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

.mr-72 {
  margin-bottom: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

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

.mr-80 {
  margin-bottom: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

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

.mr-88 {
  margin-bottom: 88px;
}

.pb-88 {
  padding-bottom: 88px;
}

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

.mr-96 {
  margin-bottom: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

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

.mr-104 {
  margin-bottom: 104px;
}

.pb-104 {
  padding-bottom: 104px;
}

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

.mr-112 {
  margin-bottom: 112px;
}

.pb-112 {
  padding-bottom: 112px;
}

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

.mr-120 {
  margin-bottom: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

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

.mr-128 {
  margin-bottom: 128px;
}

.pb-128 {
  padding-bottom: 128px;
}

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

.mr-136 {
  margin-bottom: 136px;
}

.pb-136 {
  padding-bottom: 136px;
}

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

.mr-144 {
  margin-bottom: 144px;
}

.pb-144 {
  padding-bottom: 144px;
}

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

.mr-152 {
  margin-bottom: 152px;
}

.pb-152 {
  padding-bottom: 152px;
}

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

.mr-160 {
  margin-bottom: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.key-color {
  color: #B28247;
}

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

.clearfix {
  display: table;
}

/********************** btn **********************/
.btn-regular {
  width: 288px;
  height: 56px;
  display: block;
  border-radius: 50em;
  background: #333 url("../images/btn-regular_arrow.svg") 255px center no-repeat;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 56px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 480px) {
  .btn-regular {
    margin: auto;
  }
}
.btn-regular:hover {
  background: #B28247 url("../images/btn-regular_arrow.svg") 265px center no-repeat;
  color: #fff;
}

.btn-large {
  width: 320px;
  height: 56px;
  display: block;
  border-radius: 50em;
  background: #333 url("../images/btn-regular_arrow.svg") 290px center no-repeat;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 56px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 480px) {
  .btn-large {
    margin: auto;
  }
}
.btn-large:hover {
  background: #B28247 url("../images/btn-regular_arrow.svg") 300px center no-repeat;
  color: #fff;
}

.btn-small {
  width: 160px;
  height: 32px;
  font-size: 0.875rem;
  line-height: 32px;
  display: block;
  background: #333 url("../images/btn-small_arrow.svg") 142px center no-repeat;
  border-radius: 50em;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 1366px) {
  .btn-small {
    width: 120px;
    background: #333 url("../images/btn-small_arrow.svg") 125px center no-repeat;
  }
}
.btn-small:hover {
  background: #B28247 url("../images/btn-small_arrow.svg") 146px center no-repeat;
  color: #fff;
}

.btn-contact {
  width: 328px;
  height: 64px;
  background: #fff url("../images/btn-contact_arrow.svg") 295px center no-repeat;
  display: block;
  line-height: 64px;
  color: #B28247;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 50em;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn-contact:hover {
  background: #fff url("../images/btn-contact_arrow.svg") 305px center no-repeat;
}

.btn_category {
  font-size: 0.75rem;
  color: #333;
  display: block;
  padding: 2px 24px;
  border-radius: 50em;
  border: 1px solid #333;
  margin-left: 16px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn_category:hover {
  color: #fff;
  background: #333;
}

.strongest {
  font-size: 1.25rem;
}
@media (max-width: 480px) {
  .strongest {
    font-size: 1.125rem;
  }
}

.standout_text {
  color: #333;
  font-weight: 600;
}

.gray_text {
  color: #969696;
}

.copymark {
  font-size: 0.75rem;
  margin-bottom: 8px;
}

mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(50%, #fcd4a5));
  background: linear-gradient(transparent 85%, #fcd4a5 50%);
  color: #1F1F1F;
  font-weight: 500;
}

mark.color-none {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(90%, #fcd4a5));
  background: linear-gradient(transparent 85%, #fcd4a5 90%);
  font-weight: 500;
  color: #fff !important;
}

/********************** rayout **********************/
.container {
  width: 880px;
  margin: 0 auto 72px;
}
@media (max-width: 820px) {
  .container {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .container {
    margin: 48px auto;
  }
}
.container p {
  margin-bottom: 24px;
  width: 100%;
}

.contents {
  width: 760px;
  margin: 0 auto 72px;
}
@media (max-width: 768px) {
  .contents {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 48px auto;
  }
}
.contents-heading {
  text-align: center;
}
.contents p {
  margin-bottom: 24px;
}
.contents-subheading {
  font-size: 1.5rem;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .contents-subheading {
    font-size: 1.125rem;
  }
}
.contents img {
  border-radius: 8px;
}
.contents-3column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 40px;
}
@media (max-width: 480px) {
  .contents-3column {
    display: block;
    margin: 0 auto 32px;
  }
}
.contents-3column_block {
  margin-right: 32px;
  width: 232px;
}
@media (max-width: 480px) {
  .contents-3column_block {
    width: 100%;
    margin-right: 0;
  }
}
.contents-3column_block:last-child {
  margin-right: 0;
}
.contents-3column_block img {
  width: 100%;
  height: auto;
}
.contents ul {
  width: 100%;
  margin-bottom: 24px;
  list-style: circle !important;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contents .number-list {
  font-size: 1rem;
  list-style: decimal;
  margin: 0 auto;
}
.contents .number-list_item {
  margin: 0 1em 24px 1em;
}
.contents_box {
  margin: 0 auto 48px !important;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  background: #F2F2F2;
}

body {
  color: #1F1F1F;
  font-size: 100%;
  line-height: 1.8em;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0;
  background: url(../images/bg-wrapper.png) center top repeat;
}

p, ul, ol {
  margin: 0;
  line-height: 2em;
  font-size: 1rem;
  list-style: none;
  font-weight: 400;
}
@media (max-width: 480px) {
  p, ul, ol {
    font-weight: 400;
  }
}

.wrapper {
  width: 100%;
}
@media (max-width: 820px) {
  .wrapper {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/********************** main **********************/
.main {
  width: 100%;
  height: auto;
  max-height: 640px;
  background: #000;
  text-align: center;
  margin: -80px auto 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .main {
    margin: -80px auto 40px;
  }
}
.main-heading {
  width: 1366px;
  margin: 0 auto;
  line-height: 1em;
  position: relative;
}
@media (max-width: 1366px) {
  .main-heading {
    width: 100%;
  }
}
.main-heading-btn {
  position: absolute;
  left: 50px;
  bottom: 50px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media (max-width: 820px) {
  .main-heading-btn {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    bottom: 20px;
  }
}
@media (max-width: 480px) {
  .main-heading-btn {
    display: none;
  }
}
.main-heading-btn:hover {
  opacity: 50%;
}
.main-heading-btn_sp {
  display: none;
}
@media (max-width: 480px) {
  .main-heading-btn_sp {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.main-image_pc {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}
@media (max-width: 480px) {
  .main-image_pc {
    display: none;
  }
}
.main-image_sp {
  display: none;
}
@media (max-width: 480px) {
  .main-image_sp {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    display: block;
  }
}

/********************** header **********************/
.header {
  width: 100%;
  height: 80px;
  padding: 24px 0 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  .header {
    padding: 15px 0 0 15px;
  }
}
.header-logo {
  line-height: 1em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .header-logo img {
    width: 30%;
  }
}
.header-logo:hover {
  opacity: 0.5;
}

/********************** concept **********************/
.concept {
  width: 100%;
  margin: 0 auto 80px;
  text-align: center;
}
@media (max-width: 1000px) {
  .concept {
    padding: 0 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .concept {
    margin: 0 auto 20px;
  }
}
.concept-read {
  font-size: 1.25rem;
  line-height: 3em;
  font-weight: 600;
}
@media (max-width: 480px) {
  .concept-read {
    font-size: 1rem;
    line-height: 2.4em;
  }
}

/********************** choose **********************/
.choose {
  width: 100%;
  padding: 200px 0 100px 0;
  background: url(../images/bg-choose.png) center top no-repeat;
  background-size: cover;
  text-align: center;
  margin: 0 auto 120px;
}
@media (max-width: 1000px) {
  .choose {
    padding: 200px 20px 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .choose {
    margin: 0 auto 40px;
    padding: 120px 20px 40px;
  }
}
.choose-sub-heading {
  font-size: 2.375rem;
  color: #B28247;
  line-height: 1.4em;
  font-weight: 400;
  margin: 0 auto 60px;
}
@media (max-width: 1000px) {
  .choose-sub-heading {
    font-size: 2.125rem;
  }
}
@media (max-width: 480px) {
  .choose-sub-heading {
    font-size: 1.875rem;
    margin: 0 auto 20px;
  }
}
.choose-read {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .choose-read {
    margin-bottom: 30px;
  }
}
.choose-list {
  margin: auto;
}
.choose-list-item {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .choose-list-item {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
}
.choose-list-item::before {
  content: "★";
  color: #B28247;
  margin-right: 8px;
}

/********************** style **********************/
.style {
  width: 1000px;
  margin: 0 auto 120px;
}
@media (max-width: 1000px) {
  .style {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 1000px) and (max-width: 480px) {
  .style {
    margin: 0 auto 20px;
  }
}
.style-heading {
  border: 3px solid #333;
  width: 100%;
  color: #1F1F1F;
  text-align: center;
  font-size: 1.875rem;
  background: #fff;
  padding: 10px 0;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 60px;
}
@media (max-width: 480px) {
  .style-heading {
    font-size: 1.25rem;
    margin: 0 auto 30px;
  }
}
.style-inbox {
  width: 100%;
  margin: 0 auto 80px;
}
.style-subheading {
  text-align: left;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .style-subheading {
    font-size: 1.25rem;
    text-align: center;
  }
}
.style-faceimage {
  display: block;
  text-align: center;
  margin: 0 auto 30px;
}
@media (max-width: 1000px) {
  .style-faceimage {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .style-faceimage {
    margin: 0 auto 20px;
  }
}
.style-exposition {
  width: 64%;
  margin: auto;
  font-size: 1rem;
}
@media (max-width: 1000px) {
  .style-exposition {
    width: 100%;
  }
}
.style-exposition_full {
  width: 100%;
  margin: auto;
  font-size: 1rem;
}

.pc_image {
  display: block;
}
@media (max-width: 480px) {
  .pc_image {
    display: none;
  }
}

.sp_image {
  display: none;
}
@media (max-width: 480px) {
  .sp_image {
    display: block;
    width: 100% !important;
  }
}

/********************** type **********************/
.type {
  width: 1000px;
  margin: 0 auto 120px;
}
@media (max-width: 1000px) {
  .type {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 40px;
  }
}
.type-heading {
  border: 3px solid #333;
  width: 100%;
  color: #1F1F1F;
  text-align: center;
  font-size: 1.875rem;
  background: #fff;
  padding: 10px 0;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 60px;
}
@media (max-width: 480px) {
  .type-heading {
    font-size: 1.25rem;
    margin: 0 auto 30px;
  }
}
.type-inbox {
  width: 100%;
  margin: 0 auto 80px;
}
@media (max-width: 480px) {
  .type-inbox {
    margin: 0 auto 40px;
  }
}
.type-read {
  font-size: 1rem;
  text-align: center;
  margin: 0 auto 100px;
}
@media (max-width: 480px) {
  .type-read {
    margin: 0 auto 40px;
  }
}
.type-subheading {
  text-align: left;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .type-subheading {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 10px;
  }
}
.type-2column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 480px) {
  .type-2column {
    display: block;
  }
}
.type-exposition {
  width: 50%;
  font-size: 1rem;
}
@media (max-width: 1000px) {
  .type-exposition {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .type-exposition {
    width: 100%;
  }
}
.type-image {
  display: block;
}
@media (max-width: 1000px) {
  .type-image {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .type-image {
    width: 100%;
    margin-bottom: 20px;
  }
}

/********************** brand **********************/
.brand {
  width: 100%;
  margin: 0 auto 100px;
}
@media (max-width: 480px) {
  .brand {
    margin: 0 auto 20px;
  }
}
.brand-heading {
  width: 100%;
  height: 158px;
  background: url(../images/bg-brand_heading.png) top center no-repeat;
  background-size: cover;
  text-align: center;
  margin: 0 auto 50px;
  color: #fff;
  font-size: 1.875rem;
  line-height: 158px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .brand-heading {
    height: 128px;
    line-height: 1.5em;
    padding: 30px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.5rem;
    margin: 0 auto 20px;
  }
}
.brand-read {
  text-align: center;
  margin: 0 auto 60px;
}
@media (max-width: 480px) {
  .brand-read {
    margin: 0 auto 30px;
  }
}
.brand-box {
  width: 1216px;
  padding: 80px 108px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  margin: 0 auto 50px;
}
@media (max-width: 1216px) {
  .brand-box {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .brand-box {
    margin: 0 auto 20px;
    padding: 30px 20px;
  }
}
.brand-logo {
  text-align: center;
  margin: 0 auto 50px;
}
@media (max-width: 480px) {
  .brand-logo {
    margin: 0 auto 20px;
  }
}
.brand-logo img {
  display: block;
  text-align: center;
  margin: auto;
}
@media (max-width: 480px) {
  .brand-logo img {
    width: 50%;
  }
}
.brand-exposition {
  width: 64%;
  margin: 0 auto 40px;
}
@media (max-width: 480px) {
  .brand-exposition {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.brand-eyecatch {
  width: 100%;
  display: block;
  margin: 0 auto 50px;
}
.brand-showbox {
  width: 100%;
  height: 1370px;
  position: relative;
  margin: 0 auto 50px;
}
@media (max-width: 1216px) {
  .brand-showbox {
    position: static;
    margin: 0 auto 30px;
    height: auto;
  }
}
.brand-showbox-pict {
  display: block;
}
@media (max-width: 1216px) {
  .brand-showbox-pict {
    width: 100%;
    margin: 0 auto 40px;
  }
}
@media (max-width: 480px) {
  .brand-showbox-pict {
    display: none;
  }
}
.brand-showbox-pict_sp {
  display: none;
}
@media (max-width: 480px) {
  .brand-showbox-pict_sp {
    display: block;
    width: 90%;
    margin: 0 auto 40px;
  }
}
.brand-h4 {
  font-size: 1.75rem;
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 1216px) {
  .brand-h4 {
    text-align: center;
    margin: 0 auto 20px;
  }
}
@media (max-width: 480px) {
  .brand-h4 {
    font-size: 1.25rem;
  }
}
.brand-showtext {
  line-height: 1.6em;
  font-weight: 300;
}
@media (max-width: 1216px) {
  .brand-showtext {
    font-weight: 400;
    margin: 0 auto 10px;
  }
}
.brand-3column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 1000px) {
  .brand-3column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .brand-3column {
    margin: 0 auto 30px;
  }
}
.brand-prdouct {
  padding: 26px 5px;
  border: 1px solid #DBDBDB;
  background: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 820px) {
  .brand-prdouct {
    width: 47%;
  }
}
@media (max-width: 480px) {
  .brand-prdouct {
    width: 100%;
    padding: 5px 5px 20px;
  }
}
.brand-prdouct-image {
  margin: 0 auto 10px;
  width: 100%;
}
.brand-prdouct-name {
  margin: 0 auto 20px;
}
.brand-prdouct-links {
  width: 86%;
  height: 40px;
  line-height: 40px;
  display: block;
  background: url(../images/arrow-btn.png) 94% center no-repeat #333;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.brand-prdouct-links:hover {
  background: url(../images/arrow-btn.png) 94% center no-repeat #B1B1B1;
}

.show-product01 {
  position: absolute;
  top: 68px;
  left: 372px;
  z-index: 1;
}
@media (max-width: 1216px) {
  .show-product01 {
    position: static;
  }
}

.show-title01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1216px) {
  .show-title01 {
    position: static;
  }
}

.show-text01 {
  position: absolute;
  top: 78px;
  left: 0;
  z-index: 3;
}
@media (max-width: 1216px) {
  .show-text01 {
    position: static;
  }
}

.show-product02 {
  position: absolute;
  top: 474px;
  left: -48px;
  z-index: 1;
}
@media (max-width: 1216px) {
  .show-product02 {
    position: static;
  }
}

.show-title02 {
  position: absolute;
  top: 548px;
  left: 620px;
  z-index: 2;
}
@media (max-width: 1216px) {
  .show-title02 {
    position: static;
  }
}

.show-text02 {
  position: absolute;
  top: 696px;
  left: 620px;
  z-index: 3;
}
@media (max-width: 1216px) {
  .show-text02 {
    position: static;
  }
}

.show-product03 {
  position: absolute;
  top: 920px;
  left: 320px;
  z-index: 1;
}
@media (max-width: 1216px) {
  .show-product03 {
    position: static;
  }
}

.show-title03 {
  position: absolute;
  top: 942px;
  left: 0;
  z-index: 2;
}
@media (max-width: 1216px) {
  .show-title03 {
    position: static;
  }
}

.show-text03 {
  position: absolute;
  top: 1056px;
  left: 0;
  z-index: 3;
}
@media (max-width: 1216px) {
  .show-text03 {
    position: static;
  }
}

/********************** common **********************/
.online {
  width: 1000px;
  margin: 0 auto 100px;
}
@media (max-width: 1000px) {
  .online {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.online-banner {
  width: 100%;
  height: 260px;
  margin: 0 auto 60px;
  background: #FF8001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media (max-width: 480px) {
  .online-banner {
    height: auto;
    display: block;
    margin: 0 auto 20px;
    padding: 0;
  }
}
.online-banner-right {
  width: 61%;
  padding: 70px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 480px) {
  .online-banner-right {
    width: 100%;
    padding: 10px;
  }
}
.online-banner-read {
  margin: 0 auto 10px;
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 820px) {
  .online-banner-read {
    font-size: 1.125rem;
  }
}
.online-banner-title {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.5em;
}
@media (max-width: 820px) {
  .online-banner-title {
    font-size: 1.75rem;
  }
}
.online-banner-title span {
  display: block;
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 10px;
  padding-right: 60px;
}
@media (max-width: 480px) {
  .online-banner-title span {
    padding: 0;
    font-size: 0.875rem;
    margin: 0;
  }
}
.online-banner-pict {
  display: block;
}
@media (max-width: 1000px) {
  .online-banner-pict {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .online-banner-pict {
    display: none;
  }
}
.online-banner-pict_sp {
  display: none;
}
@media (max-width: 480px) {
  .online-banner-pict_sp {
    display: block;
    width: 100%;
  }
}
.online-read {
  text-align: center;
  margin: 0 auto 50px;
}
@media (max-width: 480px) {
  .online-read {
    margin: 0 auto 20px;
  }
}
.online-point {
  width: 92%;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media (max-width: 1000px) {
  .online-point {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .online-point {
    display: block;
    margin: 0 auto 30px;
  }
}
.online-point-cell {
  height: 108px;
  width: 49%;
  display: block;
  background: #707070;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 108px;
}
@media (max-width: 480px) {
  .online-point-cell {
    width: 100%;
    height: 78px;
    line-height: 78px;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
.online-list {
  width: 86%;
  margin: 0 auto 80px;
}
@media (max-width: 1000px) {
  .online-list {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .online-list {
    margin: 0 auto 30px;
  }
}
.online-list-item {
  font-size: 1.5rem;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
}
@media (max-width: 480px) {
  .online-list-item {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.online-list-number {
  display: inline-block;
  font-size: 1.35rem;
  width: 52px;
  height: 52px;
  color: #fff;
  background: #FF8001;
  border-radius: 50em;
  text-align: center;
  line-height: 52px;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .online-list-number {
    margin-right: 14px;
  }
}
.online-list-detail {
  margin: 20px 0 0 88px;
  width: 72%;
}
@media (max-width: 480px) {
  .online-list-detail {
    width: 100%;
    margin: 20px 0 0;
  }
}
.online-list-info {
  margin: 20px 0 0 88px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #707070;
  padding: 10px 20px;
  font-size: 1.25rem;
}
@media (max-width: 480px) {
  .online-list-info {
    width: 100%;
    margin: 20px 0 0;
    font-size: 1.125rem;
  }
}
.online-list-text {
  width: 90%;
  line-height: 1.5em;
}
@media (max-width: 480px) {
  .online-list-text {
    display: block;
    width: 80%;
  }
}
.online-menu {
  width: 92%;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media (max-width: 1000px) {
  .online-menu {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .online-menu {
    display: block;
    margin: 0 auto 40px;
  }
}
.online-menu-btn {
  height: 90px;
  width: 49%;
  border: 1px solid #707070;
  display: block;
  background: url(../../images/arrow-common_btn01.png) 96% center no-repeat #fff;
  font-size: 1.35rem;
  text-align: center;
  line-height: 90px;
  color: #1e1e1e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .online-menu-btn {
    width: 100%;
    height: 78px;
    line-height: 78px;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
.online-menu-btn:hover {
  background: url(../../images/arrow-common_btn01.png) 96% center no-repeat #DBDBDB;
}
.online-shop {
  width: 100%;
  display: block;
  margin: 0 auto 100px;
}
.online-notice {
  width: 100%;
  display: block;
  margin: 0 auto 100px;
}

/********************** footer **********************/
.footer {
  width: 100%;
}
.footer-gotop {
  width: 1000px;
  margin: 0 auto;
  text-align: right;
}
@media (max-width: 1000px) {
  .footer-gotop {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .footer-gotop {
    display: none;
  }
}
.footer-gotop a {
  font-family: Futura, "Futura", Century Gothic, "Century Gothic", Meiryo, "メイリオ", sans-serif;
  font-size: 0.75rem;
  color: black;
}
.footer-bottom {
  width: 100%;
  background: #010100;
  padding: 50px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1000px) {
  .footer-bottom {
    padding: 30px 20px 20px;
  }
}
.footer-bottom-inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 30px;
}
@media (max-width: 1000px) {
  .footer-bottom-inner {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 820px) {
  .footer-bottom-inner {
    display: block;
  }
}
.footer-navi {
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 820px) {
  .footer-navi {
    display: block;
  }
}
@media (max-width: 480px) {
  .footer-navi {
    margin-top: 20px;
  }
}
.footer-navi-list {
  line-height: 1.5em;
  width: 50px;
  color: #fff;
}
@media (max-width: 480px) {
  .footer-navi-list {
    width: 100%;
  }
}
.footer-navi-list a {
  color: #fff;
}
@media (max-width: 480px) {
  .footer-navi-list a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    border-bottom: 1px solid #1f1f1f;
    background: url(../../images/arrow-footer_sp.png) 98% center no-repeat;
  }
}
@media (max-width: 480px) {
  .footer-navi-list span {
    height: 40px;
    line-height: 40px;
    display: block;
  }
}
.footer-navi_pulldown {
  min-width: 340px;
  margin-top: 10px;
  display: list-item;
}
@media (max-width: 480px) {
  .footer-navi_pulldown {
    margin-top: 0;
  }
}
.footer-navi_pulldown_list {
  font-size: 0.75rem;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .footer-navi_pulldown_list {
    margin-bottom: 0;
  }
}
.footer-navi_pulldown_list a::before {
  content: "-";
  margin-right: 10px;
}
.footer-end {
  width: 100%;
  border-top: 1px solid #202327;
  background: #010100;
  padding: 10px 0;
}
.footer-end-inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 1000px) {
  .footer-end-inner {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .footer-end-inner {
    display: block;
    padding: 20px 0;
    text-align: center;
  }
}
.footer-end-text {
  font-size: 0.75rem;
  text-align: left;
  line-height: 1em;
  line-height: 1.6em;
}
@media (max-width: 480px) {
  .footer-end-text {
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer-end-text a {
  color: #9e9e9e;
}
.footer-end-copy {
  font-size: 0.625rem;
  text-align: right;
  color: #9e9e9e;
}
@media (max-width: 480px) {
  .footer-end-copy {
    text-align: center;
  }
}