@charset "UTF-8";
/* Scss Document */ /* Scss Document */ /********************** font **********************/
@import url("https://fonts.googleapis.com/css2?family=Abel&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;
}
b {
  color: #FF8001;
}

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: #FF8001;
}

.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: #FF8001 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: #FF8001 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: #FF8001 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: #FF8001;
  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: #707070;
  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: #FCFAF4;
}

body {
  color: #333;
  font-size: 100%;
  line-height: 1.8em;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0;
}

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

/********************** main **********************/
.main {
  width: 100%;
  height: auto;
  background: url(../images/bg-main.png) center top no-repeat;
  background-size: cover;
  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;
  padding: 0;
  position: relative;
}
@media (max-width: 1366px) {
  .main-heading {
    width: 100%;
  }
}
.main-heading-btn {
  position: absolute;
  left: 180px;
  bottom: 40px;
  -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%);
  }
}
@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;
}

/********************** intro **********************/
.intro {
  width: 100%;
  margin: 0 auto 80px;
  text-align: center;
}
@media (max-width: 480px) {
  .intro {
    margin: 0 auto 40px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.intro-subtitle {
  color: #FF8001;
  font-size: 1.5rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin: 0 auto 40px;
}
@media (max-width: 480px) {
  .intro-subtitle {
    font-size: 1.25rem;
    line-height: 1.6em;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 20px;
  }
}
.intro-subtitle::before {
  content: "";
  width: 26px;
  height: 39px;
  display: block;
  background: url(../images/dec-text-left.png) 0 0 no-repeat;
}
@media (max-width: 480px) {
  .intro-subtitle::before {
    width: 25px;
    height: 38px;
    background-size: 100%;
  }
}
.intro-subtitle::after {
  content: "";
  width: 26px;
  height: 39px;
  display: block;
  background: url(../images/dec-text-right.png) 0 0 no-repeat;
}
@media (max-width: 480px) {
  .intro-subtitle::after {
    width: 25px;
    height: 38px;
    background-size: 100%;
  }
}
.intro-heading {
  font-size: 2.25rem;
  color: #1e1e1e;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0 auto 60px;
}
@media (max-width: 480px) {
  .intro-heading {
    font-size: 1.875rem;
    margin: 0 auto 30px;
  }
}
.intro-text {
  line-height: 2.8em;
  color: #707070;
}
@media (max-width: 480px) {
  .intro-text {
    line-height: 2em;
  }
}

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

.profile {
  width: 1000px;
  height: 288px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 120px;
}
@media (max-width: 1000px) {
  .profile {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 820px) {
  .profile {
    display: block;
  }
}
@media (max-width: 480px) {
  .profile {
    margin: 0 auto 50px;
  }
}
.profile-right {
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.profile-name {
  color: #1e1e1e;
  margin-bottom: 20px;
  line-height: 1.8em;
}
.profile-name span {
  color: #FF8001;
  font-family: "Abel", sans-serif;
  font-size: 0.875rem;
  display: block;
}
.profile-pict_pc {
  display: block;
}
@media (max-width: 820px) {
  .profile-pict_pc {
    display: none;
  }
}
.profile-pict_sp {
  display: none;
}
@media (max-width: 820px) {
  .profile-pict_sp {
    display: block;
    width: 100%;
  }
}

/********************** point **********************/
.point {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  background: url(../images/bg-point.png) center top no-repeat;
  background-size: cover;
}
@media (max-width: 820px) {
  .point {
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: auto;
  }
}
.point-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;
}
@media (max-width: 1000px) {
  .point-inner {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .point-inner {
    display: block;
  }
}
.point-left {
  text-align: center;
}
@media (max-width: 480px) {
  .point-left {
    background: url(../images/illust-point.png) 100% 101% no-repeat;
    background-size: 30%;
  }
}
.point-illust {
  width: 100%;
}
@media (max-width: 820px) {
  .point-illust {
    width: 30%;
    text-align: center;
    margin: auto;
    display: block;
  }
}
@media (max-width: 480px) {
  .point-illust {
    display: none;
  }
}
.point-3column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  margin: 0 auto 40px;
}
@media (max-width: 480px) {
  .point-3column {
    height: 310px;
    display: block;
    position: relative;
  }
}
.point-circle {
  width: 206px;
  height: 206px;
  padding: 68px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF0F0;
  border: 1px solid #707070;
  color: #1e1e1e;
  display: block;
  font-size: 1.25rem;
  line-height: 1.6em;
  border-radius: 50em;
}
@media (max-width: 480px) {
  .point-circle {
    width: 154px;
    height: 154px;
    padding: 44px 0 0 0;
    font-size: 1.125rem;
  }
}
.point-heading {
  font-size: 1.5rem;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  margin: 0 auto 40px;
}
@media (max-width: 480px) {
  .point-heading {
    font-size: 1.25rem;
    margin: 0 auto 20px;
  }
}
.point-text {
  font-size: 1.5rem;
  color: #1e1e1e;
  text-align: left;
  line-height: 1.6em;
}
@media (max-width: 480px) {
  .point-text {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .circle01 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

@media (max-width: 480px) {
  .circle02 {
    position: absolute;
    top: 140px;
    left: 1%;
  }
}

@media (max-width: 480px) {
  .circle03 {
    position: absolute;
    top: 140px;
    right: 1%;
  }
}

/********************** solution **********************/
.solution {
  width: 100%;
  margin: 0 auto;
  background: #FFEFC3;
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 820px) {
  .solution {
    padding: 100px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .solution {
    padding: 50px 20px;
  }
}
.solution-heading {
  font-size: 2.125rem;
  color: #1e1e1e;
  font-weight: 400;
  line-height: 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 0 auto 30px;
}
@media (max-width: 480px) {
  .solution-heading {
    font-size: 1.5rem;
    display: block;
    margin: 0 auto 20px;
  }
}
.solution-heading::before {
  content: "";
  width: 38px;
  height: 104px;
  display: block;
  background: url(../images/dec-solution-headng-left.png) 0 0 no-repeat;
}
@media (max-width: 480px) {
  .solution-heading::before {
    width: 124px;
    height: 42px;
    background: url(../images/dec-solution-headng-top.png) center top no-repeat;
    margin: 0 auto;
  }
}
.solution-heading::after {
  content: "";
  width: 36px;
  height: 104px;
  display: block;
  background: url(../images/dec-solution-headng-right.png) 0 0 no-repeat;
}
@media (max-width: 480px) {
  .solution-heading::after {
    display: none;
  }
}
.solution-read {
  color: #1e1e1e;
  margin: 0 auto 50px;
  margin: 0 auto 30px;
}
.solution-box {
  width: 1000px;
  margin: 0 auto 40px;
  background: #fff;
  padding: 50px 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media (max-width: 1000px) {
  .solution-box {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .solution-box {
    padding: 30px 20px;
    margin: 0 auto 20px;
  }
}
.solution-box:last-child {
  margin: 0 auto;
}
.solution-subheading {
  font-size: 1.875rem;
  color: #1e1e1e;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .solution-subheading {
    font-size: 1.25rem;
    text-align: center;
  }
}
.solution-figure {
  border: 1px solid #DBDBDB;
  width: 100%;
  margin: 0 auto 30px;
  display: block;
}
@media (max-width: 480px) {
  .solution-figure {
    display: none;
  }
}
.solution-figure_sp {
  display: none;
}
@media (max-width: 480px) {
  .solution-figure_sp {
    display: block;
    margin: 0 auto 30px;
  }
}
.solution-list {
  margin: 0 auto 40px;
}
.solution-list-item {
  color: #1e1e1e;
  margin-bottom: 10px;
}
.solution-list-item::before {
  content: "★";
}
.solution-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 480px) {
  .solution-comment {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.solution-text {
  color: #FF8001;
}
.solution-arrow {
  margin: 0 auto;
  display: block;
}
@media (max-width: 480px) {
  .solution-arrow {
    width: 55px;
    height: 28px;
  }
}
@media (max-width: 480px) {
  .solution-face {
    width: 26%;
  }
}

/********************** recommended **********************/
.recommended {
  width: 100%;
  margin: -86px auto 100px;
  text-align: center;
  background-color: #fff;
  padding: 146px 0 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 820px) {
  .recommended {
    padding: 146px 20px 100px;
  }
}
@media (max-width: 480px) {
  .recommended {
    margin: -28px auto 150px;
    padding: 50px 20px;
  }
}
.recommended-subtitle {
  color: #FF8001;
  font-size: 1.5rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin: 0 auto 40px;
}
@media (max-width: 480px) {
  .recommended-subtitle {
    font-size: 1.25rem;
    line-height: 1.6em;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 20px;
  }
}
.recommended-subtitle::before {
  content: "";
  width: 26px;
  height: 39px;
  display: block;
  background: url(../images/dec-text-left.png) 0 0 no-repeat;
}
@media (max-width: 480px) {
  .recommended-subtitle::before {
    width: 25px;
    height: 38px;
    background-size: 100%;
  }
}
.recommended-subtitle::after {
  content: "";
  width: 26px;
  height: 39px;
  display: block;
  background: url(../images/dec-text-right.png) 0 0 no-repeat;
}
@media (max-width: 480px) {
  .recommended-subtitle::after {
    width: 25px;
    height: 38px;
    background-size: 100%;
  }
}
.recommended-heading {
  font-size: 2.25rem;
  color: #1e1e1e;
  font-weight: 400;
  margin: 0 auto 60px;
}
@media (max-width: 480px) {
  .recommended-heading {
    font-size: 1.875rem;
    margin: 0 auto 30px;
    line-height: 1.4em;
  }
}
.recommended-read {
  color: #333;
  margin: 0 auto 60px;
}
@media (max-width: 480px) {
  .recommended-read {
    margin: 0 auto 30px;
  }
}
.recommended-image {
  text-align: center;
  margin: 0 auto 60px;
  width: 100%;
}
.recommended-box {
  width: 1000px;
  margin: 0 auto 80px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .recommended-box {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .recommended-box {
    display: block;
  }
}
.recommended-category-box {
  text-align: center;
  margin: 0 auto 30px;
}
.recommended-plantext {
  width: 270px;
  font-size: 1.125rem;
  color: #ED8484;
  font-weight: 500;
  margin-bottom: 4px;
}
@media (max-width: 820px) {
  .recommended-plantext {
    width: 100%;
  }
}
.recommended-frametext {
  width: 270px;
  height: 32px;
  display: block;
  background: #ED8484;
  color: #fff;
  border-radius: 50em;
}
@media (max-width: 820px) {
  .recommended-frametext {
    width: 100%;
  }
}
.recommended-subheading {
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: 400;
  color: #1e1e1e;
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .recommended-subheading {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .recommended-subheading {
    font-size: 1.75rem;
  }
}
.recommended-extext {
  width: 310px;
  color: #333;
}
@media (max-width: 820px) {
  .recommended-extext {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.recommended-figure {
  width: 100%;
  display: block;
}
@media (max-width: 480px) {
  .recommended-figure {
    display: none;
  }
}
.recommended-figure_sp {
  display: none;
}
@media (max-width: 480px) {
  .recommended-figure_sp {
    display: block;
    width: 100%;
  }
}

/********************** newwork **********************/
.newwork {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.newwork-logo {
  margin: 0 auto 30px;
}
@media (max-width: 480px) {
  .newwork-logo {
    width: 38%;
    margin: 0 auto 10px;
  }
}
.newwork-heading {
  font-size: 1.875rem;
  line-height: 1.4em;
  color: #1e1e1e;
  margin: 0 auto 50px;
}
@media (max-width: 480px) {
  .newwork-heading {
    margin: 0 auto 30px;
  }
}
.newwork-read {
  color: #333;
  margin: 0 auto 30px;
}

/********************** more **********************/
.more {
  width: 1216px;
  margin: 0 auto 100px;
  background: #fff;
  padding: 0 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1216px) {
  .more {
    width: 100%;
    padding: 20px;
    margin: 0 auto 50px;
  }
}
@media (max-width: 480px) {
  .more {
    padding: 0 20px 50px;
    border: 1px solid #fff;
  }
}
.more-top {
  width: 100%;
  height: 252px;
  padding: 60px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-align: center;
  background: url(../images/dec-more.png) 16% 4% no-repeat #ED8484;
  margin: 0 auto 30px;
}
@media (max-width: 480px) {
  .more-top {
    height: auto;
    margin: -100px auto 20px;
    background: url(../images/dec-more.png) 8% 4% no-repeat #ED8484;
    background-size: 32%;
    padding: 30px 20px 20px;
  }
}
.more-heading {
  font-size: 2.5rem;
  line-height: 1.5em;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .more-heading {
    font-size: 1.5rem;
    margin: 0 auto;
  }
}
.more-english {
  margin: 0 auto 20px;
  font-size: 1.35rem;
}
@media (max-width: 480px) {
  .more-english {
    margin: 0 auto 10px;
  }
}
.more-inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1216px) {
  .more-inner {
    width: 100%;
  }
}
.more-intro {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin: 0 auto 50px;
}
@media (max-width: 480px) {
  .more-intro {
    display: block;
    text-align: center;
  }
}
.more-intro-right {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 480px) {
  .more-intro-right {
    padding: 0;
  }
}
.more-intro-logo {
  width: 100%;
}
.more-intro_subheading {
  color: #AD605E;
  font-size: 1.35rem;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .more-intro_subheading {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.more-intro-pict {
  display: block;
}
@media (max-width: 1000px) {
  .more-intro-pict {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .more-intro_text {
    text-align: left;
  }
}
.more-produce {
  width: 100%;
  background: #fff;
  border: 1px solid #707070;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto 100px;
}
@media (max-width: 480px) {
  .more-produce {
    margin: 0 auto 30px;
    padding: 28px;
  }
}
.more-produce::before {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  background: url(../images/dec-line_produce.png) 0 0 no-repeat;
  position: absolute;
  top: -20px;
  left: 0;
}
@media (max-width: 480px) {
  .more-produce::before {
    background: url(../images/dec-line_produce_sp.png) 0 0 no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    top: -10px;
  }
}
.more-produce::after {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  background: url(../images/dec-line_produce.png) 0 0 no-repeat;
  position: absolute;
  bottom: -20px;
  right: 0;
}
@media (max-width: 480px) {
  .more-produce::after {
    background: url(../images/dec-line_produce_sp.png) 0 0 no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    bottom: -10px;
  }
}
.more-produce-inbox {
  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: 480px) {
  .more-produce-inbox {
    display: block;
    margin: auto;
    text-align: center;
  }
}
.more-produce-subheading {
  font-size: 1.35rem;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .more-produce-subheading {
    margin-bottom: 20px;
  }
}
.more-produce-text {
  color: #707070;
}
@media (max-width: 480px) {
  .more-produce-text {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .more-produce-pict {
    margin: 0 auto 10px;
  }
}
.more-end {
  font-size: 1.5rem;
  text-align: center;
  margin: 60px auto 0;
}
@media (max-width: 480px) {
  .more-end {
    margin: 20px auto 0;
    font-size: 1.25rem;
  }
}

/********************** 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;
}
.choose-sub-heading {
  font-size: 2.375rem;
  color: #FF8001;
  font-weight: 400;
  margin: 0 auto 60px;
}
.choose-read {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 60px;
}
.choose-list {
  margin: auto;
}
.choose-list-item {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.choose-list-item::before {
  content: "★";
  color: #FF8001;
  margin-right: 8px;
}

/********************** style **********************/
.style {
  width: 1000px;
  margin: 0 auto 120px;
}
.style-heading {
  border: 3px solid #333;
  width: 100%;
  color: #707070;
  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;
}
.style-inbox {
  width: 100%;
  margin: 0 auto 80px;
}
.style-subheading {
  text-align: left;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.style-faceimage {
  display: block;
  text-align: center;
  margin: 0 auto 30px;
}
.style-exposition {
  width: 64%;
  margin: auto;
  font-size: 1rem;
}
.style-exposition_full {
  width: 100%;
  margin: auto;
  font-size: 1rem;
}

/********************** type **********************/
.type {
  width: 1000px;
  margin: 0 auto 120px;
}
.type-heading {
  border: 3px solid #333;
  width: 100%;
  color: #707070;
  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;
}
.type-inbox {
  width: 100%;
  margin: 0 auto 80px;
}
.type-read {
  font-size: 1rem;
  text-align: center;
  margin: 0 auto 100px;
}
.type-subheading {
  text-align: left;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.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;
}
.type-exposition {
  width: 50%;
  font-size: 1rem;
}
/********************** brand **********************/
.brand {
  width: 1000px;
  margin: 0 auto 100px;
}
.brand-3column {
  width: 1000px;
  margin: 0 auto 100px;
  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 {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .brand-3column {
    margin: 0 auto 30px;
  }
}
.brand-3column:last-child {
  margin: 0 auto;
}
.brand-prdouct {
  padding: 26px 5px;
  border: 1px solid #DBDBDB;
  background: #fff;
  text-align: center;
}
@media (max-width: 480px) {
  .brand-prdouct {
    width: 100%;
  }
}
.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;
}

.brandLine {
  width: 1000px;
  margin: 0 auto 100px;
}
.brandLine-3column {
  width: 1000px;
  margin: 0 auto 100px;
  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) {
  .brandLine-3column {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .brandLine-3column {
    margin: 0 auto 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
}
.brandLine-3column:last-child {
  margin: 0 auto;
}
.brandLine-prdouct {
  padding: 26px 5px;
  border: 1px solid #DBDBDB;
  background: #fff;
  text-align: center;
}
@media (max-width: 480px) {
  .brandLine-prdouct {
    width: 44%;
    padding: 6px;
  }
}
.brandLine-prdouct-image {
  margin: 0 auto 10px;
  width: 100%;
}
.brandLine-prdouct-name {
  margin: 0 auto 20px;
}
.brandLine-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;
}
@media (max-width: 480px) {
  .brandLine-prdouct-links {
    font-size: 0.875rem;
    width: 100%;
    background-size: 3%;
  }
}
.brandLine-prdouct-links:hover {
  background: url(../images/arrow-btn.png) 94% center no-repeat #B1B1B1;
}

/********************** 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;
}
.online a {
  color: #333;
}

/********************** 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;
  }
}