html {
  font-size: 62.5%;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  color: #000000;
  letter-spacing: 0.02em;
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both;
}
ul, ol, dl, p, img, form, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #0D0A34;
  transition: all 0.3s ease;
  outline: none;
}
a:active,
a:hover {
  color: #0D0A34;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
  font-weight: normal;
}
* {
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-overflow-scrolling: touch; 
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg); }
  50% {
    transform: translateY(9px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(9px) rotate(0); }
  100% {
    transform: translateY(9px) rotate(45deg); } }

@keyframes menu-bar03 {
  0% {
    transform: translateY(-9px) rotate(-45deg); }
  50% {
    transform: translateY(-9px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-9px) rotate(0); }
  100% {
    transform: translateY(-9px) rotate(-45deg); } }

@keyframes popin {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  50% {
    opacity: 1;
    transform: scale(1.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes popinFade {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  4% {
    opacity: 1;
    transform: scale(1.2); }
  10% {
    opacity: 1;
    transform: scale(1); }
  35% {
    opacity: 1;
    transform: scale(1); }
  40% {
    opacity: 0;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1); } 
  }

@keyframes switch {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  51% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes fadeInUp {
  0% {
    transform: translate(0, 100%); }
  50% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 10%); } }

@keyframes blinking {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.7; }
  100% {
    opacity: 0; } 
}

@keyframes loopSlide {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-3122px); }
}
@keyframes loopSlideSp {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-2100px); }
}

/*------------------------------------------------------------------------
 header
-------------------------------------------------------------------------*/
.l-header {
  width: 100%;
  height: 80px;
  min-width: 1000px;
  margin: 0;
  padding: 0;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }

.header-logo {
  font-size: 0;
}
.header-logo__img {
  width: 223px;
}
.header-logo__link {
  padding: 20px;
  display: block;
}
.header-logo__link:hover {
  opacity: 0.6;
}
.header-menu {
  height: 100%;
  display: flex;
}
.header-menu__item {
  height: 100%; 
}
.header-menu__item--download .header-menu__link {
  background: #AB001B;
  color: #fff;
}
.header-menu__item--download .header-menu__link:hover {
  background: #CC6676;
  color: #fff;
}
.header-menu__link {
  height: 100%;
  padding: 12px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 5; 
}
.header-menu__link:hover {
  color: #AB001B; 
}
.l-gnavi {
  display: none; 
}

/*------------------------------------------------------------------------
 contents
-------------------------------------------------------------------------*/
.forPC {
display: block !important;
}
.forSP {
  display: none !important;
}

.l-contents {
  width: 100%;
  min-width: 1000px;
  padding: 80px 0 0;
  display: block; 
}
.l-inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative; 
}
.l-loading {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; 
}
.section-title {
  margin: 0 0 50px;
  padding: 150px 0 0;
  background: url("https://www.hammock.jp/hpr/assets/images/2022/icon-fire.svg") no-repeat center top 80px;
  background-size: 30px 42px;
  color: #0D0A34;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center; 
}  
.section-title__en {
  padding: 15px 0 0;
  display: block;
  color: #AB001B;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem; 
}
.icon-patent {
  margin: 10px auto 0;
  padding: 4px 8px;
  display: inline-block;
  background: #AB001B;
  color: #FFF;
  font-size: 1rem; 
}
@media screen and (min-width: 767px) {
  .ml-165 {
    margin-left: 16.5% !important;
  }
  .mr-165 {
    margin-right: 16.5% !important;
  }
}

/*------------------------------------------------------------------------
 footer
-------------------------------------------------------------------------*/
.l-footer {
  min-width: 1000px; 
}
.footer-box {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between; 
}
.footer-logo__img {
  width: 147px; 
}
.footer-logo__link {
  display: block; 
}
.footer-logo__link:hover {
  opacity: 0.6; 
}
.footer-menu {
  display: flex; 
}
  .footer-menu__item {
    border-right: #D6D6D6 solid 1px; }
    .footer-menu__item:first-child {
      border-left: #D6D6D6 solid 1px; }
  .footer-menu__link {
    padding: 0 30px;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none; }
    .footer-menu__link:hover {
      color: #AB001B; }

.footer-pmark__img {
  width: 117px; }

.footer-copyright {
  padding: 12px;
  background: #000;
  color: #FFF;
  font-size: 1rem;
  text-align: center; }

/*
---------------------------------------------

    top settings

*/
/* mv -------------------*/
.l-mv {
  margin: 0 0 30px;
  position: relative;
  overflow-x: hidden;
}
.bg_right {
  width: calc(100%/3);
  position: relative;
}
span.h1_top {
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: -1px;
}
.center_bnr {
   width: 442px;
   margin: 0 auto;
}

.center_bg__item {
    position: absolute;
    top: 56.4%;
    left: -6.8%;
    width: 132%;
}
.bnr_flex {
    display: flex;
    align-items: center;
    width: 44rem;
    height: 95px;
    text-align: right;
    padding: 14px 18px;
    background: transparent linear-gradient( 
180deg
 , #BE0011 0%, #D60014 100%) 0% 0% no-repeat padding-box;
    border-radius: 13px;
    text-decoration: none;
    box-shadow: 0 6px 0 0 #8e0000;
    transform: translateY(-6px);
    transition: 0.3s all;
}
.bnr_flex:hover {
    box-shadow: 0 2px 0 0 #8e0000;
    transform: translateY(-2px);
}
.download_siryo img {
    background-color: #fff;
    width: 152px;
    height: 28px;
    padding: 4px 6px;
    margin: 2px;
    position: absolute;
}
.download_siryo p {
    font-weight: bold;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 18px;
}
span.bigger_moji {
    font-weight: bold;
    font-size: 24px;
    line-height: 43px;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-left: 18px;
}
.side_sentence {
    position: absolute;
    top: 20px;
}
.side_sentence p {
    text-align: left;
    font-weight: bold;
    font-size: 54px;
    line-height: 70px;
    color: #000C2C;
}
.side_sentence p span.first_sentence {
    font-weight: bold;
    font-size: 38px;
    line-height: 52px;
    color: #BC1224;
}
.side__bottom a {
  text-decoration: none;
}
.bg_right_sp {
  position: absolute;
  bottom: 21%;
  left: -1%;
}
img.bg_right_sp {
  width: 173px;
}

.bg_right_person {
  position: absolute;
  bottom: -0.3%;
  left: 4%;
}
img.bg_right_person {
  width: 385px;
}
.bg_right_moji {
  position: absolute;
  bottom: 10%;
  left: 24%;
}
img.bg_right_moji {
  width: 200px;
}

/* company -------------------*/
.l-company {
  margin: 0;
  text-align: center;
  overflow-x: hidden;
  overflow-y: hidden;
}

.company-title {
  margin: 36px auto;
    display: inline-block;
    color: #0D0A34;
    font-size: 1.3em;
    text-align: center;
    letter-spacing: 0.05em;
}
  .company-title__num {
    width: 140px;
    padding: 0 5px;
    display: inline-block;
    color: #AB001B;
    font-size: 4.8rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.02em;
    text-align: right; }

.company-list {
  margin: 20px 0;
  display: flex;
  animation: loopSlide 40s linear infinite; }
  .company-list__item {
    height: 70px;
    outline: none; }
  .company-list__img {
    max-width: inherit;
    max-height: 100%; }
  .tamashin {
    padding-bottom: 10px;}

/* about -------------------*/
.l-about {
  margin: 0 0 80px; }

.about-point {
  margin: 0 auto;
  display: flex;
  align-items: center; }
  .about-point__left {
    width: 300px;
    height: 282px;
    margin: 0 30px 0 0;
    position: relative; }
  .about-point__text {
    width: 135px;
    opacity: 0; }
  .about-point__img-01 {
    width: 254px;
    height: 254px;
    position: absolute;
    top: 25px;
    right: 0;
    z-index: -1;
    opacity: 1; }
  .about-point__img-02 {
    width: 254px;
    height: 254px;
    position: absolute;
    top: 25px;
    right: 0;
    z-index: -2;
    opacity: 1; }
  .about-point.is-show .about-point__text {
    animation: popinFade 5s ease 0.7s infinite; }
  .about-point.is-show .about-point__img-01 {
    animation: switch 5s ease 3s infinite; }

.about-point-copy {
  font-size: 3rem;
  font-weight: 700; }
  .about-point-copy__em {
    color: #AB001B; }

.about-point-list__item {
  margin: 30px 0;
  padding: 0 0 0 50px;
  color: #0D0A34;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative; }
  .about-point-list__item:before {
    content: '';
    width: 31px;
    height: 43px;
    margin: -22px 0 0;
    background: url("https://www.hammock.jp/hpr/assets/images/2022/icon-fire.svg") no-repeat 0 0;
    background-size: 82%;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0; }

.about-point-list.is-show .about-point-list__item:before {
  animation: popin 0.6s ease 0.6s forwards; }

.about-point-list.is-show .about-point-list__item:nth-child(2):before {
  animation-delay: 0.9s; }

/* features -------------------*/
.l-features {
  margin: 0 0 145px; }

.features-box {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .features-box:before {
    content: '';
    width: 60px;
    height: 60px;
    background: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/icon-plus.svg") no-repeat top left;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translate(-50%, 0); }
  .features-box-wrapper {
    margin: 30px 0 70px; }
  .features-box-title {
    width: 100%;
    margin: 30px 0;
    padding: 15px;
    color: #FFF;
    font-size: 2.7rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em; }
  .features-box-list {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .features-box-list__item {
      width: 100%;
      padding: 30px;
      position: relative;
      text-align: center; }
    .features-box-list__title {
      margin: 0 0 30px;
      padding: 0 0 30px;
      color: #0D0A34;
      font-size: 2.1rem;
      font-weight: 700;
      position: relative; }
      .features-box-list__title.icon-point:before, .features-box-list__title.icon-new:before {
        content: '';
        width: 57px;
        height: 57px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100%;
        position: absolute;
        top: -63px;
        right: -33px; }
      .features-box-list__title.icon-point:before {
        background-image: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/icon-point.svg"); }
      .features-box-list__title.icon-new:before {
        background-image: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/icon-new.svg"); }
      .features-box-list__title:after {
        content: '';
        width: 44px;
        height: 4px;
        background: #AB001B;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0); }
    .features-box-list__thumb {
      margin: 40px 0 10px; }
    .features-box-list__img {
      max-width: inherit;
      max-height: 100%; }
    .features-box-list__label {
      margin: 10px auto 0;
      padding: 4px 8px;
      display: inline-block;
      background: #AB001B;
      color: #FFF;
      font-size: 1rem; }
    .features-box-list__btn {
      width: 100%;
      margin: 0;
      position: absolute;
      left: 50%;
      bottom: 50px;
      transform: translate(-50%, 0);
      cursor: pointer; }
      .features-box-list__btn__inner {
        padding: 8px 25px 10px;
        background: #0D0A34 url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/arrow01-white.svg") no-repeat right 8px center;
        background-size: 4.5px 9.4px;
        border-radius: 5px;
        display: inline-block;
        color: #FFF;
        font-size: 1.5rem;
        font-weight: 700;
        text-decoration: none;
        transition: background 0.3s; }
        .features-box-list__btn__inner:hover {
          background-color: #AB001B;
          color: #FFF; }
    .features-box-list__text {
      font-weight: 500;
      line-height: 1.8;
      word-break: break-all; }
  .features-box--01:before {
    display: none; }
  .features-box--01 .features-box-title {
    background: #AB001B;
    order: 2; }
  .features-box--01 .features-box-list {
    order: 1; }
    .features-box--01 .features-box-list__item {
      width: calc((99.99% - 80px) / 3);
      background: rgba(171, 0, 27, 0.05); }
    .features-box--01 .features-box-list__title:after {
      background: #AB001B; }
    .features-box--01 .features-box-list__thumb {
      height: 200px; }
  .features-box--02 {
    margin: 60px 0 0; }
    .features-box--02 .features-box-title {
      background: #0D0A34; }
    .features-box--02 .features-box-list__item {
      width: calc((99.99% - 90px) / 3);
      padding: 45px 15px 120px;
      background: rgba(52, 43, 168, 0.05); }
    .features-box--02 .features-box-list__title:after {
      background: #0D0A34; }
    .features-box--02 .features-box-list__thumb {
      margin: 40px 0;
      height: 205px; }
  .features-box--03 {
    margin: 90px 0 0; }
    .features-box--03 .features-box-title {
      background: #056A5A; }
    .features-box--03 .features-box-list__item {
      padding: 40px;
      display: flex;
      align-items: center;
      background: rgba(11, 114, 98, 0.05); }
    .features-box--03 .features-box-list__thumb {
      height: 130px;
      margin: 0px 80px 0 0; }
    .features-box--03 .features-box-list__text {
      text-align: left; }

/* case -------------------*/
.l-case {
  padding: 0 0 80px;
  background: rgba(13, 10, 52, 0.05);
  overflow-x: hidden; }
  .l-case .slick-list {
    overflow: visible; }

.case-copy {
  margin: 45px 0;
  color: #0D0A34;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em; }
  .case-copy__num {
    padding: 0 5px;
    display: inline-block;
    color: #AB001B;
    font-size: 5.4rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.02em;
    text-align: right; }

.case-list__item {
  height: 100%;
  margin: 0 15px;
  padding: 18px 18px 74px;
  background: #FFF;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  opacity: 0.3;
  transition: opacity 0.3s, transform 0.3s; }
  .case-list__item:hover {
    transform: scale(1.06); }
  .case-list__item.slick-active {
    opacity: 1; }

.case-list__link {
  display: block;
  text-decoration: none; }

.case-list__thumb {
  margin: 0 0 5px; }

.case-list__copy {
  height: 2.8em;
  margin: 0 0 33px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4; }

.case-list__customer {
  height: 2.8em;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.4rem;
  line-height: 1.4; }

.case-list__footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 18px; }

.case-list__logo {
  margin: 0 18px; }
  .case-list__logo--tsc {
    width: 60px; }
  .case-list__logo--crossmarketing {
    width: 39px; }
  .case-list__logo--ecbeing {
    width: 82px; }
  .case-list__logo--id {
    width: 43px; }
  .case-list__logo--itscom {
    width: 35px; }
  .case-list__logo--mmsoken {
    width: 48px; }
  .case-list__logo--nihonsafety {
    width: 39px; }
  .case-list__logo--ryutsunet {
    width: 125px; }
  .case-list__logo--shiroyama {
    width: 132px; }
  .case-list__logo--systemexe {
    width: 137px; }
  .case-list__logo--toppan {
    width: 108px; }
  .case-list__logo--usacsystem {
    width: 138px; }
  .case-list__logo--yokohama {
    width: 97px; }

.case-list__category {
  padding: 5px 20px 5px 10px;
  border-radius: 3px 0 0 3px;
  color: #fff;
  font-size: 1.2rem; }
  .case-list__category--it {
    background: #AB001B; }
  .case-list__category--btob {
    background: #F26419; }
  .case-list__category--construction {
    background: #2896D0; }
  .case-list__category--printing {
    background: #1C9A3A; }
  .case-list__category--financial {
    background: #392AA8; }

.case-list .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: 10px 18px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s; }
  .case-list .slick-arrow:hover {
    opacity: 0.7; }

.case-list .slick-prev {
  background-image: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/arrow03-left-white.svg");
  background-position: center left 14px;
  left: -35px; }
  .case-list .slick-prev:before {
    content: ''; }

.case-list .slick-next {
  background-image: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/arrow03-right-white.svg");
  background-position: center left 16px;
  right: -35px; }
  .case-list .slick-next:before {
    content: ''; }

.case-list.slick-dotted {
  margin: 0 0 50px; }

.case-list .slick-dots {
  bottom: -50px; }
  .case-list .slick-dots li {
    margin: 0;
    cursor: pointer; }
    .case-list .slick-dots li button:before {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #fff;
      border: 2px solid #AB001B;
      opacity: 1;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: background 0.3s; }
    .case-list .slick-dots li button:hover:before {
      background: #AB001B; }
    .case-list .slick-dots li.slick-active button:before {
      background: #AB001B;
      opacity: 1; }

/* faq -------------------*/
.l-faq {
  margin: 0 0 75px; }

.faq-box {
  width: 750px;
  margin: 20px auto;
  border: #D6D6D6 solid 1px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .faq-box__question {
    padding: 30px 65px;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
    cursor: pointer; }
    .faq-box__question:before {
      content: 'Q';
      width: 32px;
      height: 32px;
      background: #AB001B;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FFF;
      font-weight: 700;
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translate(0, -50%); }
    .faq-box__question:after {
      content: '';
      width: 17px;
      height: 10px;
      background: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/arrow03-down-red.svg") no-repeat 0 0;
      background-size: 17px 10px;
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translate(0, -50%);
      transition: transform 0.3s; }
    .faq-box__question.is-open:after {
      transform: translate(0, -50%) rotate(-180deg); }
  .faq-box__answer {
    padding: 0 65px 30px 65px;
    display: none;
    color: rgba(0, 0, 0, 0.6);
    line-height: 2; }

.faq-contact {
  margin: 65px 0 0;
  color: #0D0A34;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center; }
  .faq-contact__link {
    display: inline-block;
    color: #AB001B; }
    .faq-contact__link:hover {
      color: #AB001B; }

/* contact -------------------*/
.contact-title {
  margin: 0 0 60px;
  text-align: center; }
  .contact-title__img {
    width: 710px; }

.contact-box {
  background: linear-gradient(to bottom, #E1162E, #AB001B);
  color: #FFF; }
  .contact-box__inner {
    width: 980px;
    padding: 25px 175px 25px 175px;
    margin: 0 auto;
    position: relative; }

.contact-copy {
  padding: 20px 40px;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  background: url("https://www.hammock.jp/hpr/assets/images/fire_icon.svg") no-repeat left 4px center;
  background-size: 28px 39px;
  font-size: 3.1rem;
  font-weight: 700;
  letter-spacing: 0.05em; }
  .contact-copy__time {
    padding: 0 5px;
    display: inline-block;
    font-size: 3.7rem;
    font-family: "Poppins", sans-serif; }

.contact-list__item {
  margin: 20px 0;
  display: flex;
  align-items: center; }

.contact-list__btn {
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative; }
  .contact-list__btn:after {
    content: '';
    width: 7px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 6;
    transform: translate(0, -50%); }
  .contact-list__btn--download {
    background: #FCFC22; }
    .contact-list__btn--download:after {
      background-image: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/arrow01-red.svg"); }
  .contact-list__btn--trial {
    background: #fff; }
    .contact-list__btn--trial:after {
      background-image: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/arrow01-black.svg"); }
  .contact-list__btn:hover:after {
    background-image: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/arrow01-white.svg"); }

.contact-list__text {
  padding: 0 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6; }

.contact-list__link {
  width: 290px;
  padding: 30px;
  display: inline-block;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 5; }
  .contact-list__link:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .contact-list__link:after {
    content: '';
    width: 0;
    height: 100%;
    background: #E1162E;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s; }
  .contact-list__link:hover {
    color: #fff; }
    .contact-list__link:hover:after {
      width: 100%; }

.contact-web {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50px;
  right: 175px; }
  .contact-web__label {
    font-weight: 700;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.16); }
  .contact-web__btn {
    margin: 0 0 0 8px;
    padding: 8px 15px 8px 8px;
    background: #fff url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/arrow01-red.svg") no-repeat right 6px center;
    background-size: 4px;
    border-radius: 5px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.16);
    font-size: 1.1rem;
    font-weight: 700;
    white-space: nowrap;
    transition: opacity 0.3s; }
    .contact-web__btn__link {
      color: #000;
      text-decoration: none; }
    .contact-web__btn:hover {
      opacity: 0.6; }

.contact-tel {
  position: relative; }
  .contact-tel__btn {
    padding: 0 0 0 30px;
    background: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/arrow02-white.svg") no-repeat left center;
    background-size: 14px;
    color: #FFF;
    font-weight: 700;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.16);
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%); }
  .contact-tel__free {
    font-size: 4.3rem;
    letter-spacing: 0.1em; }
    .contact-tel__free__link {
      color: #FFF;
      font-family: "Poppins", sans-serif;
      text-decoration: none; }
      .contact-tel__free__link:hover {
        color: #FFF; }
  .contact-tel__mobile {
    font-size: 1.2rem;
    letter-spacing: 0.06em; }
    .contact-tel__mobile__link {
      padding: 0 0 0 3px;
      color: #FFF;
      font-family: "Poppins", sans-serif;
      font-size: 1.7rem;
      letter-spacing: 0.09em;
      text-decoration: none; }
      .contact-tel__mobile__link:hover {
        color: #FFF; }
  .contact-tel__label {
    margin: 0 0 5px;
    font-weight: 700;
    letter-spacing: 0.1em; }
  .contact-tel__note {
    width: 265px; }

.fixd-banner {
  width: 298px;
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 50;
  transition: transform 0.3s;
  cursor: pointer; }
  .fixd-banner__img {
    transform: translate(0, 90%); }
  .fixd-banner__link {
    display: block;
    transform: translate(0, 5px); }
    .fixd-banner__link:hover {
      transform: translate(0, -5px); }
  .fixd-banner.is-show .fixd-banner__img {
    animation: fadeInUp 1s ease forwards; }

/* modal -------------------*/
.mfp-animation-01.mfp-bg,
.mfp-animation-02.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out; }

.mfp-animation-01.mfp-bg.mfp-ready,
.mfp-animation-02.mfp-bg.mfp-ready {
  background: #000;
  opacity: 0.6; }

.mfp-animation-01.mfp-bg.mfp-removing,
.mfp-animation-02.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-animation-01.mfp-wrap .mfp-content,
.mfp-animation-02.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out; }

.mfp-animation-01.mfp-wrap.mfp-ready .mfp-content,
.mfp-animation-02.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-animation-01.mfp-wrap.mfp-removing .mfp-content,
.mfp-animation-02.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* iframe */
.mfp-iframe-holder .mfp-content {
  max-width: 890px; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  width: 35px;
  height: 35px;
  background: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/icon-close.svg") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  right: -40px;
  opacity: 1;
  color: transparent; }

/* modal-features */
.modal-features .mfp-content {
  width: 90vw;
  max-width: 930px; }

.modal-features .modal-box {
  max-height: 90vh;
  padding: 0 40px;
  background: #FFF;
  border-radius: 10px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .modal-features .modal-box::-webkit-scrollbar {
    display: none; }
  .modal-features .modal-box__inner {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center; }

.modal-features .mfp-close {
  background: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/icon-close-black.svg") no-repeat center;
  background-size: 25px;
  position: absolute;
  top: 18px;
  right: 18px;
  opacity: 1;
  color: transparent; }

.modal-title {
  margin: 0;
  padding: 35px 0 0;
  background: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/icon-fire.svg") no-repeat center top;
  background-size: 15px 20px;
  color: #0D0A34;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center; }

.modal-copy {
  margin: 50px auto 30px;
  color: #AB001B;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center; }

.modal-page-navi {
  display: flex;
  justify-content: center;
  counter-reset: number 0;
  text-align: left; }
  .modal-page-navi__item {
    margin: 0 5px;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    counter-increment: number 1;
    position: relative; }
  .modal-page-navi__btn {
    width: 200px;
    padding: 10px 20px 10px 35px;
    display: block;
    background: #AB001B url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/arrow01-down-yellow.svg") no-repeat right 12px center;
    background-size: 10px 5px;
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    color: #FFF;
    text-decoration: none;
    transition: opacity 0.3s;
    position: relative;
    cursor: pointer; }
    .modal-page-navi__btn::before {
      content: counter(number);
      font-size: 2.5rem;
      font-weight: 500;
      color: #FCFC22;
      position: absolute;
      top: 50%;
      left: 12px;
      transform: translate(0, -50%); }
    .modal-page-navi__btn:hover {
      opacity: 0.6; }
      .modal-page-navi__btn:hover::before {
        color: #FCFC22; }

.modal-media-two {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .modal-media-two__item--01 {
    width: 55%; }
  .modal-media-two__item--02 {
    width: 38%; }
  .modal-media-two__item--03 {
    width: 46%; }
  .modal-media-two__item--04 {
    width: 50%; }
  .modal-media-two__item--05 {
    width: 51%; }
  .modal-media-two__item--06 {
    width: 46%; }
  .modal-media-two__caption {
    margin: 0 0 15px;
    color: #AB001B;
    font-size: 1.4rem;
    font-weight: 900;
    text-align: center; }

.modal-media {
  width: 100%;
  margin: 15px auto;
  text-align: center; }
  .modal-media--01 .modal-media__img {
    width: 55%; }
  .modal-media--02 .modal-media__img {
    width: 81%; }

@media screen and (max-width: 767px) {
  /*
---------------------------------------------

    header settings

*/
  .l-header {
    min-width: 100%;
    height: 45px; }
  .header-logo__img {
    width: 148px; }
  .header-logo__link {
    padding: 15px; }
    .header-logo__link:hover {
      opacity: 1; }
  .header-menu {
    margin: 0 48px 0 auto; }
    .header-menu__item {
      display: none; }
      .header-menu__item--contact {
        display: block; }
        .header-menu__item--contact .header-menu__link {
          color: #fff;
          background: #AB001B;
          font-size: 1rem; }
          .header-menu__item--contact .header-menu__link:hover {
            background: #AB001B; }
  /*
---------------------------------------------

    gnavi settings

*/
  .l-gnavi {
    display: block; }
  .gnavi-btn {
    width: 48px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    cursor: pointer; }
    .gnavi-btn span {
      width: 20px;
      height: 2px;
      display: block;
      background: #000;
      border-radius: 1px;
      position: absolute;
      left: 14px; }
      .gnavi-btn span:nth-child(1) {
        top: 13px;
        -webkit-animation: menu-bar01 .75s forwards;
        animation: menu-bar01 .75s forwards;
        transition: background 0.3s; }
      .gnavi-btn span:nth-child(2) {
        top: 22px;
        opacity: 1;
        transition: opacity .25s .25s, background 0.3s; }
      .gnavi-btn span:nth-child(3) {
        top: 31px;
        -webkit-animation: menu-bar03 .75s forwards;
        animation: menu-bar03 .75s forwards;
        transition: background 0.3s; }
    .gnavi-btn.is-active span:nth-child(1) {
      -webkit-animation: active-menu-bar01 .75s forwards;
      animation: active-menu-bar01 .75s forwards; }
    .gnavi-btn.is-active span:nth-child(2) {
      opacity: 0; }
    .gnavi-btn.is-active span:nth-child(3) {
      -webkit-animation: active-menu-bar03 .75s forwards;
      animation: active-menu-bar03 .75s forwards; }
  .gnavi-area {
    display: none;
    width: 100%;
    height: 100vh;
    padding: 45px 0 0;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .gnavi-area::-webkit-scrollbar {
      display: none; }
  .gnavi-logo {
    margin: 0 0 30px;
    text-align: center; }
    .gnavi-logo__img {
      width: 227px; }
  .gnavi-menu__item {
    border-top: solid 1px rgba(112, 112, 112, 0.1); }
  .gnavi-menu__link {
    padding: 23px;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none; }
  .gnavi-contact {
    padding: 20px;
    background: linear-gradient(to bottom, #E1162E, #AB001B);
    text-align: center; }
  .gnavi-contact-list__item {
    margin: 15px auto;
    display: flex;
    justify-content: center; }
  .gnavi-contact-list__btn {
    width: 100%;
    max-width: 290px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    text-align: center;
    position: relative; }
    .gnavi-contact-list__btn:after {
      content: '';
      width: 7px;
      height: 14px;
      background-image: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/arrow01-black.svg");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100%;
      position: absolute;
      top: 50%;
      right: 15px;
      z-index: 6;
      transform: translate(0, -50%); }
    .gnavi-contact-list__btn--download {
      background: #FCFC22; }
      .gnavi-contact-list__btn--download:after {
        background-image: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/arrow01-red.svg"); }
  .gnavi-contact-list__link {
    width: 100%;
    max-width: 290px;
    padding: 20px;
    display: inline-block;
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 5; }
    .gnavi-contact-list__link:before {
      content: '';
      width: 100%;
      height: 100%;
      border: 5px solid #fff;
      border-radius: 5px;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
  .gnavi-contact-tel {
    margin: 30px 0;
    color: #FFF; }
    .gnavi-contact-tel__btn {
      color: #FFF;
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: 0.06em;
      text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.16);
      text-align: center; }
    .gnavi-contact-tel__free {
      font-size: 4rem; }
      .gnavi-contact-tel__free__link {
        color: #FFF;
        font-family: "Poppins", sans-serif;
        text-decoration: none; }
        .gnavi-contact-tel__free__link:hover {
          color: #FFF; }
    .gnavi-contact-tel__mobile {
      font-size: 1.4rem; }
      .gnavi-contact-tel__mobile__link {
        padding: 0 0 0 3px;
        color: #FFF;
        font-family: "Poppins", sans-serif;
        font-size: 1.9rem;
        letter-spacing: 0.09em;
        text-decoration: none; }
        .gnavi-contact-tel__mobile__link:hover {
          color: #FFF; }
    .gnavi-contact-tel__label {
      margin: 0 0 5px;
      font-weight: 700;
      letter-spacing: 0.1em; }
    .gnavi-contact-tel__note {
      width: 265px;
      margin: 0 auto; }
  .gnavi-contact-logo {
    text-align: center; }
    .gnavi-contact-logo__img {
      width: 120px; }
  /*
---------------------------------------------

    contents settings

*/
  .forPC {
    display: none !important;
  }
  .forSP {
    display: block !important;
  }
  .l-contents {
    min-width: 100%;
    padding: 45px 0 0; 
  }
  .l-inner {
    width: 100%; 
  }
  .section-title {
    margin: 0 0 30px;
    padding: 80px 0 0;
    background-position: center top 50px;
    background-size: 27px 27px;
    font-size: 2.2rem; 
  }
  .section-title__en {
    padding: 10px 0 0;
    font-size: 1.2rem; 
  }
  /*
---------------------------------------------

    footer settings

*/
  .l-footer {
    min-width: 100%; }
  .footer-box {
    padding: 20px 0;
    flex-wrap: wrap; }
    .footer-box__left {
      width: 50%;
      padding: 0 20px;
      order: 2; }
    .footer-box__center {
      width: 100%;
      padding: 0;
      order: 1; }
    .footer-box__right {
      width: 50%;
      padding: 0 20px;
      text-align: right;
      order: 3; }
  .footer-logo__img {
    width: 120px; }
  .footer-menu {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px;
    flex-wrap: wrap;
    justify-content: center; }
    .footer-menu__item {
      margin: 10px 0; }
      .footer-menu__item:nth-child(3n) {
        border-left: #D6D6D6 solid 1px; }
    .footer-menu__link {
      padding: 0 12px; }
  .footer-pmark__img {
    width: 110px; }
  /*
---------------------------------------------

    top settings

*/
  .l-mv {
    margin: 0;
    overflow-x: initial;
}
  .mv-bg {
    height: 0;
    padding: 0 0 56%;
    background-image: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/mv-bg-sp.jpg");
    background-size: cover; }
  .mv-fire {
    width: 13%;
    height: 28%;
    margin: 0;
    bottom: 14.5%;
    left: 25.5%; }
  /* company -------------------*/
  .l-company {
    margin: 0 0 10px; }
  .company-title {
    margin: 20px 10px;
    padding: 0 0 0 20px;
    background-size: 15px 20px;
    background-position: top 2px left;
    font-size: 1.1rem;
    line-height: 1.4;
}
    .company-title__num {
      width: 80px;
      padding: 0 3px;
      font-size: 2.8rem; }
  .company-list {
     margin: 20px auto 0px;
    animation: loopSlideSp 40s linear infinite; }
    .company-list__item {
      height: 47px; }
    .tamashin {
      padding-bottom: 5px;}
  /* about -------------------*/
  .l-about {
    margin: 0 0 40px;
    padding: 0 20px; }
  .about-point {
    margin: 0 auto;
    display: block; }
    .about-point__left {
      width: 100%;
      max-width: 300px;
      margin: 0 auto; }
  .about-point-copy {
    margin: 20px 0;
    font-size: 1.9rem;
    line-height: 1.6;
    text-align: center; }
  .about-point-list__item {
    margin: 20px 0;
    padding: 0 0 0 30px;
    font-size: 1.4rem; }
    .about-point-list__item:before {
      width: 20px;
      height: 28px;
      margin: -14px 0 0; }
  /* features -------------------*/
  .l-features {
    margin: 0 0 20px;
    padding: 0 20px; }
  .features-box:before {
    width: 38px;
    height: 38px;
    top: -68px;
    transform: translate(6px, 0); }
  .features-box-wrapper {
    margin: 20px 0; }
  .features-box-title {
    width: 40px;
    height: 100%;
    margin: 0;
    padding: 18px 0;
    font-size: 1.9rem;
    line-height: 40px;
    letter-spacing: 0.2em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 0; }
  .features-box-list {
    width: calc(100% - 50px);
    margin: 0 0 0 50px;
    display: block; }
    .features-box-list__item {
      padding: 20px; }
      .features-box-list__item + .features-box-list__item {
        margin: 10px 0 0; }
    .features-box-list__title {
      margin: 0 0 20px;
      padding: 0 0 15px;
      font-size: 1.6rem;
      line-height: 1.4; }
      .features-box-list__title.icon-point, .features-box-list__title.icon-new {
        padding: 0 48px 10px;
        display: inline-block; }
        .features-box-list__title.icon-point:before, .features-box-list__title.icon-new:before {
          width: 48px;
          height: 48px;
          top: -12px;
          right: 0; }
      .features-box-list__title.icon-point:before {
        background-image: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/icon-point-sp.svg"); }
      .features-box-list__title.icon-new:before {
        background-image: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/icon-new-sp.svg"); }
      .features-box-list__title:after {
        width: 30px;
        height: 3px; }
    .features-box-list__icon {
      width: 45px;
      height: 45px;
      font-size: 1.4rem;
      top: 30px;
      right: 10px; }
    .features-box-list__thumb {
      margin: 10px 0; }
    .features-box-list__btn {
      margin: 25px 0 0;
      position: static;
      transform: translate(0, 0); }
      .features-box-list__btn__inner {
        font-weight: 500; }
        .features-box-list__btn__inner:hover {
          background-color: #0D0A34; }
    .features-box-list__text {
      margin: 0;
      font-size: 1.2rem; }
  .features-box--01 .features-box-title {
    order: 1; }
  .features-box--01 .features-box-list {
    order: 2; }
    .features-box--01 .features-box-list__item {
      width: 100%; }
    .features-box--01 .features-box-list__thumb {
      height: 105px; }
  .features-box--02 {
    margin: 100px 0 0; }
    .features-box--02 .features-box-list__item {
      width: 100%;
      padding: 25px 0; }
    .features-box--02 .features-box-list__thumb {
      height: 110px;
      margin: 0; }
  .features-box--03 {
    margin: 100px 0 0; }
    .features-box--03 .features-box-list__item {
      height: 100%;
      min-height: 530px;
      padding: 20px;
      flex-direction: column;
      justify-content: center; }
    .features-box--03 .features-box-list__thumb {
      width: 100%;
      height: auto;
      margin: 0 0 40px; }
    .features-box--03 .features-box-list__img {
      max-width: 100%;
      max-height: inherit; }
    .features-box--03 .features-box-list__text {
      width: 100%;
      font-size: 1.4rem; }
  /* case -------------------*/
  .l-case {
    padding: 0 0 50px; }
  .case-copy {
    margin: 30px 0;
    font-size: 1.6rem;
    line-height: 1.2; }
    .case-copy__num {
      padding: 0 2px;
      font-size: 2.6rem; }
  .case-list__item {
    margin: 0 5px; }
    .case-list__item:hover {
      transform: scale(1); }
  .case-list__copy {
    font-size: 1.5rem; }
  .case-list__customer {
    font-size: 1.2rem; }
  .case-list__logo--crossmarketing {
    width: 35px; }
  .case-list__logo--ecbeing {
    width: 74px; }
  .case-list__logo--id {
    width: 39px; }
  .case-list__logo--itscom {
    width: 32px; }
  .case-list__logo--mmsoken {
    width: 43px; }
  .case-list__logo--nihonsafety {
    width: 35px; }
  .case-list__logo--ryutsunet {
    width: 113px; }
  .case-list__logo--shiroyama {
    width: 119px; }
  .case-list__logo--systemexe {
    width: 123px; }
  .case-list__logo--toppan {
    width: 97px; }
  .case-list__logo--usacsystem {
    width: 124px; }
  .case-list__logo--yokohama {
    width: 87px; }
  .case-list__category {
    font-size: 1rem; }
  /* faq -------------------*/
  .l-faq {
    margin: 0 0 60px;
    padding: 0 20px; }
  .faq-box {
    width: 100%;
    margin: 10px auto; }
    .faq-box__question {
      padding: 18px 40px;
      font-size: 1.4rem; }
      .faq-box__question:before {
        width: 20px;
        height: 20px;
        font-size: 1.3rem;
        left: 13px; }
      .faq-box__question:after {
        width: 13px;
        height: 7px;
        background-size: 13px 7px;
        right: 15px; }
    .faq-box__answer {
      padding: 0 40px 18px 40px;
      font-size: 1.4rem; }
  .faq-contact {
    margin: 40px 0 0;
    font-size: 1.8rem;
    line-height: 1.6; }
  /* contact -------------------*/
  .contact-title {
    /*margin: 0 0 215px;*/
    padding: 0 20px; }
    .contact-title__img {
      width: 100%;
      max-width: 335px; }
  .contact-box__inner {
    width: 100%;
    max-width: 375px;
    padding: 0 20px;
    text-align: center; }
    .contact-box__inner:before {
      width: 100%;
      height: 200px;
      background-image: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/contact-img-01-sp.png");
      background-size: auto 100%;
      left: 0;
      top: -200px; }
  .contact-copy {
    margin: 0 auto;
    padding: 20px 0 20px 30px;
    display: inline-block;
    border: none;
    background: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/icon-fire-white.svg") no-repeat left center;
    background-size: 23px 32px; }
  .contact-list {
    border-top: 1px solid rgba(255, 255, 255, 0.4); }
    .contact-list__item {
      flex-wrap: wrap; }
    .contact-list__btn {
      width: 100%;
      max-width: 290px;
      margin: 10px auto;
      order: 2; }
      .contact-list__btn--download:hover:after {
        background-image: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/arrow01-red.svg"); }
      .contact-list__btn--trial:hover:after {
        background-image: url("https://www.hammock.jp/hpr/landing/assets_202201cm/img/arrow01-black.svg"); }
    .contact-list__text {
      width: 100%;
      padding: 0;
      font-size: 1.4rem;
      order: 1; }
    .contact-list__link {
      width: 100%;
      max-width: 295px; }
      .contact-list__link:after {
        display: none; }
      .contact-list__link:hover {
        color: #0D0A34; }
  .contact-web {
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    justify-content: space-between;
    position: static;
    letter-spacing: 0; }
    .contact-web__btn:hover {
      opacity: 1; }
  .contact-tel {
    padding: 30px 0; }
    .contact-tel__btn {
      padding: 0;
      background: none;
      line-height: 1.1;
      position: static;
      transform: translate(0, 0); }
    .contact-tel__free {
      font-size: 4rem;
      letter-spacing: 0.06em; }
    .contact-tel__mobile {
      font-size: 1.4rem; }
      .contact-tel__mobile__link {
        font-size: 1.9rem; }
    .contact-tel__note {
      margin: 0 auto; }
  .fixd-banner {
    width: 170px; }
  /* modal -------------------*/
  .mfp-animation-02.mfp-wrap .mfp-content {
    transform: translate(0, 100%); }
  .mfp-animation-02.mfp-wrap.mfp-ready .mfp-content {
    transform: translate(0, 0); }
  .mfp-animation-02.mfp-wrap.mfp-removing .mfp-content {
    transform: translate(0, 0); }
  /* iframe */
  .mfp-iframe-holder .mfp-content {
    width: 95%; }
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    width: 20px;
    height: 20px;
    top: -30px;
    right: 0; }
  /* modal-features */
  .modal-features .mfp-container {
    padding: 0; }
  .modal-features .mfp-content {
    width: 100%;
    height: 100%; }
  .modal-features .modal-box {
    width: 100%;
    height: 100%;
    max-height: inherit;
    padding: 0;
    border-radius: 0; }
    .modal-features .modal-box__inner {
      max-width: 275px; }
  .modal-features .mfp-close {
    background-size: 20px;
    top: 0;
    right: 0; }
  .modal-title {
    padding: 40px 0 0;
    background-size: 12px 17px;
    font-size: 1.9rem; }
  .modal-copy {
    margin: 30px auto 15px;
    font-size: 1.6rem; }
  .modal-page-navi {
    margin: 0 0 50px;
    display: block; }
    .modal-page-navi__item {
      margin: 10px 0;
      font-size: 1.5rem;
      font-weight: 500; }
    .modal-page-navi__btn {
      width: 100%;
      padding: 10px 35px 10px 50px;
      background-position: right 20px center;
      background-size: 16.4px 7.5px;
      border: 4px solid #fff; }
      .modal-page-navi__btn::before {
        font-size: 4.1rem;
        font-weight: 700;
        top: 50%;
        left: 15px; }
      .modal-page-navi__btn:hover {
        opacity: 1; }
  .modal-media-two {
    display: block; }
    .modal-media-two__item {
      margin: 15px auto; }
      .modal-media-two__item--01 {
        width: 100%; }
      .modal-media-two__item--02 {
        width: 100%; }
      .modal-media-two__item--03 {
        width: 100%; }
      .modal-media-two__item--04 {
        width: 100%; }
      .modal-media-two__item--05 {
        width: 100%; }
      .modal-media-two__item--06 {
        width: 100%; }
  .modal-media--01 .modal-media__img {
    width: 100%;
    margin: 60px 0 0; }
  .modal-media--02 .modal-media__img {
    width: 100%;
    margin: 10px 0 0; } }

.itreview {
    display: flex;
    position: relative;
    width: 825px;
    margin: 0 auto;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .itreview {
        align-items: flex-start;
        width: 100%;
    }
    p.itreview_p {
    margin-top: -39px;
    }
    .itreview_p span:first-child {
    font-size: 16px;
    padding-bottom: 0;
    margin-top: -4px;
    line-height: 20px;
    display: block;
    margin-bottom: -13px;
    text-align: center;
    letter-spacing: 0px;
    color: #DC132B;
    font-weight: bold;
    }
    .itreview_p span:last-child {
    font-size: 9px;
    padding-bottom: 0;
    margin-top: -4px;
    line-height: 20px;
    display: block;
   }
}
img.side_img {
    width: 40px;
}
.itreview p{
    padding: 5px 0 0 10px;
    margin: 0 10px 0 0;
    text-align: left;
}
img.itreview_logo {
    width: 70px;
    margin: 0px 10px;
}

@media screen and (max-width: 767px) {
    .itreview p {
        padding: 0 0 0 5px;
    }
}
.itreview p span:first-child {
    display: block;
    padding-bottom: 5px;
    margin-top: -10px;
    margin-bottom: -13px;
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #DC132B;
}
@media screen and (max-width: 767px) {
    .itreview p span:first-child {
        font-size: 12px;
        padding-bottom: 0;
        margin-top: -4px;
        line-height: 20px;
    }
}
.itreview p span:last-child {
    font-size: 13px;
    color: #000;
    display: block;
}
@media screen and (max-width: 767px) {
    .itreview p span:last-child {
      font-size: 12px;
      line-height: 1.4;
      letter-spacing: 0px;
    }
   img.side_img {
    width: 29px;
   }
    img.itreview_logo {
    margin-top: -3px;
    width: 39px;
   }
    img.circle_logo {
    margin-top: -9px;
   }
}
.itreview p .pc_only {
    display: inline-block!important;
}
@media screen and (max-width: 767px) {
    .itreview p .pc_only {
        display: none!important;
    }
}
.itreview p .sp_only {
    display: none!important;
}
@media screen and (max-width: 767px) {
    .itreview p .sp_only {
        display: inline-block!important;
    }
}
 .l-mv-forSP {
   display: none;
 }
 .itreview_forSP {
  display: none;
 }
 .pc_only{
  display: block;
}
.sp_only{
  display: none;
}

@media only screen and (min-width:769px) and (max-width:1300px) {
   .bg_right_person {
    bottom: 0%;
   }
   img.bg_right_sp {
    width: 160px;
  }
  span.h1_top {
    font-size: 4.7rem;
 }
   img.bg_right_person {
    width: 340px;
  }
   .download_siryo {
    width: 39rem;
   }
   .download_siryo p {
    font-size: 15px;
    padding-left: 25px;
   }
   span.bigger_moji {
    font-size: 22px;
   }
   .bg_right {
    right: -2%;
   }
}

@media screen and (max-width: 450px) {
 .download_siryo {
    height: 71px;
    margin: 0px 12px;
    padding: 12px 0px;
}
 .download_siryo p {
   line-height: 14px;
   font-size: 13px;
   padding-left: 1px;
}
span.bigger_moji {
    font-size: 16px;
}
.top_img_sp {
    height: auto;
}
.center_bnr {
    position: relative;
    left: -6%;
    margin-left: 17px;
}
.download_siryo img {
    width: 122px;
    height: 24px;
    padding: 0px 6px;
    margin-left: 3px;
    margin-top: -4px;
 }
  .bnr_flex {
    width: 34rem;
    height: 70px;
    margin: 0 auto;
   }
   .side__bottom {
    margin-top: 0px;
   }
}

@media screen and (max-width: 320px) {
 .download_siryo p {
    line-height: 21px;
    font-size: 11px;
    padding-left: 78px;
}
.side__bottom {
    top: 249px;
}
.download_siryo {
    padding: 10px 13px;
}
}
@media screen and (min-width: 1445px) {
  .center_bg__item img {
    width: 84%;
   }
}

/*
---------------------------------------------

    202202 MV

*/

@keyframes animScale {
  0% {
    transform: scale(0,0); }
  30% {
    transform: scale(0,0); }
  35% {
    transform: scale(1.2,1.2); }
  40% {
    transform: scale(1,1); }
  45% {
    transform: scale(1.1,1.1); }
  60% {
    transform: scale(1,1); }
  100% {
    transform: scale(1,1); } 
}

.mv-bg {	
  background: url(https://www.hammock.jp/hpr/assets/images/bk.png)no-repeat;	
  background-color: #EEEDF0;	
  position: relative;
  height: 674px;
transform: translate3d(0,0,0);
  overflow: hidden;
}
.top_sentence{
  width: 100%;
  position: absolute;
  top: 25px;
}
.mv-bg::before{
width: 100%;
height: 20%;
content: '';
position: absolute;
bottom: -134px;
background-color: #001E31;
transform: perspective(2.0em) rotateY(-1deg) rotateX(180deg);
transform-origin: top left;
z-index: -1000;
}

@media screen and (max-width: 1605px) {
.mv-bg::before{
  z-index: 1;
}
}

.mv-contents {	
  width: 1200px;	
  margin: 0 auto;	
  position: relative;	
transform:translate3d(0,0,0);
  z-index: 9999;
}
.top_right {
right: -68px;
position: absolute;
bottom: -652px;
}
.l-mv{
  /*padding-top: 120px;*/
  overflow-x: initial;
} 

.l-mv a.lp_mv {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  position: relative;
  display: block;
}
.l-mv a.lp_mv::before {
 position: absolute;
 top: 0;
 left: -75%;
 z-index: 2;
 display: block;
 content: '';
 width: 50%;
 height: 100%;
 background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
 background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
 -webkit-transform: skewX(-25deg);
 transform: skewX(-25deg);
}
.l-mv a.lp_mv:hover::before {
-webkit-animation: shine .55s;
animation: shine .55s;
}

.side_contence{
  margin-left: 10px;
}
.side_sentence {
 position: absolute;
 top: 290px;
}
.side_sentence p {
  text-align: left;
  font-weight: bold;
  font-size: 54px;
  line-height: 70px;
  color: #000C2C;
}
.side__bottom {
  position: absolute;
  top: 400px;
  z-index: 2;
}
.side__bottom a.download_area:hover {
  background-color: #fff;
  opacity:.8;
}

.download_siryo{
  background: linear-gradient(90deg,#001E31 0%, #001E31 25%, #F80419 25%, #F80419 100%);
  border: 3px solid #F80419;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  width: 580px;
  height: 80px;
  margin-top: 50px;
 }
 @media screen and (min-width: 769px) {
  .download_siryo:hover {
    background: linear-gradient(90deg,#001E31 0%, #001E31 25%, rgba(255,255,255,.2)  25%, rgba(255,255,255,.2)  100%);
    /*transform: scale(1.4) translate(82px,10px);
    transition-duration: 0.2s;*/
  }
 }
 .download_siryo::before{
  content: "";
  background: #F80419;
  position: absolute;
  border-radius: 20px;
  width: 580px;
  height: 80px;
  z-index:-1;
 }
.download_siryo::after {
  content: "";
  background-image: url(https://www.hammock.jp/hpr/assets/images/dl_icon.svg);
  width: 40px;
  height: 39px;
  background-repeat: no-repeat;
  position: absolute;
  right: 39px;
}
/* IE10繝ｻ11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 .download_siryo::before{
  top: 53px;
  left: 4px;
 }
.download_siryo::after {
  top: 74px;
 }
}
.download_text{
  font-weight: bold;
  font-size: 17px;
  color: #FFFFFF;
  margin-left: -102px;
  margin-right: 73px;
}
.download_text_num{
  font-size: 24px;
}

span.bigger_moji {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding-left: 6px;
}

.mv-fire {
  width: 38px;
  height: 50px;
  background: url(https://www.hammock.jp/hpr/assets/images/hot.svg) no-repeat;
  background-size: 100%;
  bottom: -590px;
  float: left;
  margin: 15px 10px 10px 0px;
}
.mv-fire.is-show {
  /* animation: popin 0.4s ease forwards; */
  animation: animScale 3.5s ease-out;
}

.first_sentence {
  font-weight: bold;
  font-size: 25px;
  color: white;
  margin-top: 20px;
  line-height: normal;
  }

 .first_sentence span{
     font-weight: bold;
     font-size: 18px;
     color: white;
 }
 .top_right {
  right: -68px;
  position: absolute;
  bottom: -652px;
}

@media screen and (max-width: 1280px) {
  .l-mv {
    /*padding-top: 100px;*/
  }
  .mv-bg {
      background: url(https://www.hammock.jp/hpr/assets/images/bk.png)no-repeat;
      background-color: #EEEDF0;
      position: relative;
      height: 555px;
    }
    .mv-bg::before{
      bottom: -111px;
      transform: perspective(1.4em) rotateY(-1deg) rotateX(180deg);
    }
    .mv-contents {
      width: 1000px;
    }
    .side_contence {
      margin-left: 0px;
    }
    .side_sentence {
      top: 251px;
      width: 50%;
   }
   .side__bottom {
      top: 324px;
      left: -66px;
      transform: scale(0.8);
  }
  .top_right {
      right: -113px;
      bottom: -579px;
      transform: scale(0.8);
    }
}

@media screen and (max-width: 450px) {
  .l-mv{
      padding-top: 0px;
      margin-bottom: -57px;
    }
    .side__bottom {
      width: 100%;
      top: auto;
      left: -14px;
      bottom: 109px;
      position: relative;
   }
   .download_siryo {
      width: 107%;
      margin: 0px 0px;
      padding: 10px 12px;
      height: 100%;
      border: 2px solid #F80419;
      border-radius: 7px;
      display: block;
  }
  .download_siryo p {
     line-height: 21px;
  }
  span.bigger_moji {
      font-size: 21px;
      padding-left: 13%;
  }
  .download_siryo:before{
    display: none;
  }
  .download_siryo::after {
      width: 25px;
      height: 25px;
      background-size: 25px;
      right: 0px;
      top: 16px;
  }
  .download_text{
      font-weight: bold;
      font-size: 15px;
      color: #FFFFFF;
      margin-left: 3%;
      margin-right: 0px;
  }
  .download_text_num{
      font-size: 21px;
  }
  span.bigger_moji {
      font-size: 21px;
      padding-left: 13%;
  }
}

@charset "UTF-8";
/*------------------------------------------------------------------------
 各種設定
-------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul li,
ol li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table, tbody, tfoot, thead, tr, th, td {
  vertical-align: top;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*------------------------------------------------------------------------
 default
-------------------------------------------------------------------------*/
html {
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -ms-overflow-style: scrollbar;
}

body {
  color: #000;
  font-size: 1.6em;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  word-break: break-word;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 969px) {
  body {
    font-size: 1.4em;
  }
}

a {
  color: #000;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

a, img, button {
  transition: ease 0.5s;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
}

input, select, textarea {
  background-color: #fff;
  border: 1px solid #6D6D6D;
  box-sizing: border-box;
  color: #000;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"],
input[type="file"] {
  display: none;
}

input[type="checkbox"] {
  border: none;
  margin: 0;
  opacity: 0;
}

input::placeholder {
  color: #6D6D6D;
}

input:-ms-input-placeholder {
  color: #6D6D6D;
}

input::-ms-reveal {
  visibility: hidden;
}

input::-ms-clear {
  visibility: hidden;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

textarea {
  resize: vertical;
}

textarea::placeholder {
  color: #6D6D6D;
}

textarea:-ms-input-placeholder {
  color: #6D6D6D;
}

select::-ms-expand {
  display: none;
}

p:not(.escape-ts),
li:not(.escape-ts),
dt:not(.escape-ts),
dd:not(.escape-ts),
a:not(.escape-ts),
label:not(.escape-ts) {
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
}

/*------------------------------------------------------------------------
 PC/SP 切り替え
 -------------------------------------------------------------------------*/
@media screen and (min-width: 970px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 969px) {
  .pc_only {
    display: none !important;
  }
}

/* wrapper
---------------------------------------------------------- */
.wrapper {
  display: block;
  overflow-x: hidden;
}

@media screen and (min-width: 970px) {
  .wrapper {
    padding-top: 70px;
  }
}

/*@media screen and (max-width: 969px) {
  .wrapper {
    padding-top: 60px;
  }
}*/

/* inner
---------------------------------------------------------- */
@media screen and (min-width: 970px) {
  .inner {
    padding: 100px 80px;
  }
  .inner._top {
    padding-top: 30px;
  }
}

@media screen and (max-width: 969px) {
  .inner {
    padding: 50px 20px;
  }
  .img__inner {
    padding: 20px 20px;
  }
  .inner._top {
    padding-top: 20px;
  }
}

/*------------------------------------------------------------------------
 header
-------------------------------------------------------------------------*/
.header {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 30px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

@media screen and (max-width: 969px) {
  .header {
    padding: 15px 10px;
  }
}

.header_logo {
  line-height: 0;
}

@media screen and (max-width: 969px) {
  .header_logo {
    width: 120px;
  }
}

.header_box {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  flex-grow: 1;
}

.header_nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: auto;
}

.header_nav li {
  margin-left: 30px;
}

@media screen and (max-width: 969px) {
  .header_nav {
    background-color: #F5F5F5;
    display: none;
    padding: 15px 20px;
    overflow: scroll;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .header_nav li {
    border-bottom: 1px solid #CCC;
    margin: 0;
  }
  .header_nav li.sp_only {
    border: none;
  }
  .header_nav li.sp_only .header_nav_link {
    color: #666;
  }
  .header_nav .btn {
    margin: 15px auto 0;
  }

}

.header_btn_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 15px;
}

.header_btn_list li {
  margin-left: 10px;
}

@media screen and (max-width: 969px) {
  .header_btn_list {
    margin-left: 3px;
  }
  .header_btn_list li {
    margin-left: 5px;
  }
}

.header_nav_link {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: bold;
}

.header_nav_link:hover {
  color: #CD0018 !important;
}

.header_nav_link.open_icon {
  padding-right: 15px;
  position: relative;
}

.header_nav_link.open_icon::after {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 6px;
  width: 6px;
  transform: rotate(135deg);
  top: -3px;
  right: 0;
}

.header_nav_link.is_active::after {
  transform: rotate(-45deg);
  top: 3px;
}

@media screen and (max-width: 969px) {
  .header_nav_link {
    padding: 15px 0;
  }
  .header_nav_link.open_icon {
    display: block;
  }
  .header_nav_link.open_icon::after {
    right: 10px;
  }
}

.header_link {
  color: #666 !important;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 5px 30px;
}
.header_link:hover {
  color: #CD0018 !important;
}

.header_function {
  background-color: #F5F5F5;
  display: none;
  padding: 50px;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 969px) {
  .header_function {
    border-top: 1px solid #CCC;
    padding: 20px;
    position: static;
  }
  .header_function li {
    border-bottom: none;
  }
  .header_function li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.header_function_menu a:hover {
  color: #CD0018;
}

@media screen and (min-width: 970px) {
  .header_function_menu {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}


.header_menu {
  text-align: center;
  line-height: 1;
  width: 40px;
  margin-left: 5px;
}
  .header_menu_text {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  transform: scale(0.9);
  white-space: nowrap;
}

/*------------------------------------------------------------------------
 hamburger
-------------------------------------------------------------------------*/
  .hamburger {
    cursor: pointer;
    margin: 0 auto 5px;
    height: 14px;
    width: 20px;
    position: relative;
  }
  .hamburger span {
    background: #000;
    cursor: pointer;
    display: block;
    transition: 0.3s;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
  }
  .hamburger span:first-child {
    top: 0;
  }
  .hamburger span:last-child {
    top: 100%;
  }
  .hamburger.is_active span {
    top: 50%;
  }
  .hamburger.is_active span:first-child {
    transform: rotate(45deg);
  }
  .hamburger.is_active span:nth-child(2) {
    display: none;
  }
  .hamburger.is_active span:last-child {
    transform: rotate(-45deg);
  }

/*------------------------------------------------------------------------
 アニメーション
-------------------------------------------------------------------------*/
.animation_item {
  opacity: 0;
}

/* fadeUp
---------------------------------------------------------- */
.animation_fadeup {
  animation: fadeUp 2s ease 0s 1 forwards;
  animation-fill-mode: both;
}

.animation_fadeup_item {
  opacity: 0;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* delay
---------------------------------------------------------- */
.animation_delay_01 {
  animation-delay: 0.4s;
}

.animation_delay_02 {
  animation-delay: 0.8s;
}

/*------------------------------------------------------------------------
 ボタン
-------------------------------------------------------------------------*/
/* btn
---------------------------------------------------------- */
.btn {
  border: none;
  border-radius: 40px;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  max-width: 300px;
  width: 100%;
}

@media screen and (max-width: 969px) {
  .btn {
    font-size: 1.4rem;
    padding: 15px;
    width: 80%;
  }
}

/* btn main
---------------------------------------------------------- */
.btn_main {
  background-color: #CD0018;
  border: 2px solid #CD0018;
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.16);
  color: #fff;
  margin: auto;
}

.btn_main:hover {
  background-color: #fff;
  color: #CD0018;
}

/*------------------------------------------------------------------------
 カード
-------------------------------------------------------------------------*/
/* card
---------------------------------------------------------- */
.card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px;
  position: relative;
  height: 100%;
}

.card:hover {
  color: #fff;
  background-color: #CD0018;
  box-shadow: none;
}

.card:hover .cta_card_title {
  color: #fff;
}

.card:hover.cta_card::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 969px) {
  .card {
    padding: 15px;
  }
}

.card_title {
  display: flex;
  flex-grow: 1;
  font-weight: 600;
  line-height: 1.6;
}


/*------------------------------------------------------------------------
 テキスト
-------------------------------------------------------------------------*/
/* text lead
---------------------------------------------------------- */
.text_lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}

.text_lead_small {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 60px;
}

@media screen and (max-width: 969px) {
  .text_lead {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .text_lead_small {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 30px;
  }
}

/*------------------------------------------------------------------------
 タイトル
-------------------------------------------------------------------------*/
/* title
---------------------------------------------------------- */
/* title section
---------------------------------------------------------- */
.title_section {
  text-align: center;
  font-size: 3.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 80px;
  margin-bottom: 60px;
}

.title_section .red {
  color: #CD0018;
}

@media screen and (max-width: 969px) {
  .title_section {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.title_section_num {
  color: #DD0016;
  font-size: 4rem;
  font-weight: bold;
  padding-right: 20px;
}

@media screen and (max-width: 969px) {
  .title_section_num {
    font-size: 2.4rem;
  }
}

/* title sub
---------------------------------------------------------- */
.title_sub {
  font-size: 3.2rem;
  font-weight: 600;
}

.-red {
  color: #CD0018;
  margin-top: 0;
}

@media screen and (max-width: 969px) {
  .title_sub {
    font-size: 1.8rem;
  }
}

/*------------------------------------------------------------------------
 トップ
-------------------------------------------------------------------------*/
/* fv
---------------------------------------------------------- */
.fv, .fv_lp {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 80px;
  padding: 45px 80px;
}

@media screen and (max-width: 969px) {
  .fv {
    display: block;
    padding: 100px 25px 79px;
    height: auto;
  }
  .fv_lp {
    display: block;
    padding: 50px 25px 179px;
    height: auto;
  }
}
@media screen and (max-width: 969px) {
  .fv {
    padding: 20px 25px 79px;
    margin-top: 46px;
  }
}

.fv_left {
  width: 60%;
}

.fv_text_contents {
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1360px) {
  .fv_left {
    width: 70%;
  }
  .fv_text_contents {
    text-align: left;
  }
}
@media screen and (max-width: 1340px) {
  .fv_left {
      width: 80%;
  }
}
@media screen and (max-width: 969px) {
  .fv_left {
    width: 100%;
  }
}

.fv_list {
  font-size: 1.8rem;
  font-weight: bold;
}

.fv_list li {
  background-image: url(https://www.hammock.jp/hpr/assets/images/2022/icon-fire.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  margin-right: 30px;
  padding-left: 20px;
}

@media screen and (min-width: 970px) {
  .fv_list {
    display: inline-block;
    width: 570px;
    margin-bottom: 25px;
    text-align: left;
  }
  .fv_list li {
    display: inline-block;
  }
}

@media screen and (max-width: 969px) {
  .fv_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.4rem;
    justify-content: center;
    margin-bottom: 15px;
  }
  .fv_list li {
    margin: 0 5px;
  }
}

.fv_title {
  display: inline-block;
  color: #CD0018;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin: 0 auto 35px;
  text-align: left;
}

@media screen and (max-width: 969px) {
  .fv_title {
    font-size: 4.5rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 969px) {
  .fv_title {
    font-size: 3.8rem;
  }
}

.fv_right {
  width: 50%;
  text-align: center;
}

.fv_right::before {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 0;
    background-image: url(https://www.hammock.jp/hpr/assets/images/mv_img.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    display: block;
    height: 427px;
    width: 54%;
}
@media screen and (min-width: 1650px) {
  .fv_right::before {
    right: 3%;
  }
  .fv_achievement {
    right: 17%;
}
}
@media screen and (max-width: 1300px) {
  .fv_right::before {
  	height: 356px;
  }
}

@media screen and (max-width: 969px) {
  .fv_right {
    display: flex;
    flex-direction: column;
  }
  .fv_right::before {
    height: 429px;
    z-index: 1;
    width: 100%;
	  top: 190px;
  }
}
/*注意：タブレット用もあるので767pxの幅変更しない*/
@media screen and (max-width: 767px) {
  .fv_right::before {
	top: 0;
  }
}
.fv_achievement {
  position: absolute;
  top: 35px;
  right: 12%;
}
.fv_achievement .boxil {
  width: 41%;
  display: inline-block;
  vertical-align: top;
}
.fv_achievement .boxil span {
  position: absolute;
  top: 138px;
  font-size: 14px;
  font-weight: bold;
  left: 8%;
  color: darkslategray;
}
.fv_achievement .boxil li {
  width: 170px;
  position: relative;
  margin-top: -12px;
}
.fv_achievement .itreview {
	width: 280px;
	display: inline-block;
	padding-top: 30px;
}
.fv_achievement .ittrend{
	width: 170px;
}
.fv_achievement li{
    padding: 10px;
}
@media screen and (max-width: 1500px) {
	.fv_achievement {
    	right: 8%;
	}
}

.award_img{
  width: 100%;
  display: flex;
  vertical-align: top;
}
.award_img .boxil{
  width: 150px;
  position: relative;
}
.award_img .aws{
  width: 22%;
  padding-top: 35px;
}

@media screen and (max-width: 969px) {
  .fv_achievement {
    padding: 15px;
    bottom: 0;
    right: 0;
    transform: scale(1);
  }
	.fv_achievement .boxil li {
    width: 161px;
    padding-left: 0;
	}
}
/*注意：タブレット用もあるので767pxの幅変更しない*/
@media screen and (max-width: 767px) {
  .fv_achievement {
    width: 100%;
    top: auto;
  }
}

.fv_achievement_lead {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 969px) {
  .fv_achievement_lead {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

.fv_download {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 970px) {
  .fv_download .btn {
    max-width: 350px;
    font-size: 2.4rem;
  }
}


/* service
---------------------------------------------------------- */
.service_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.service_content:not(:last-child) {
  margin-bottom: 100px;
}

.service_content:nth-child(odd) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 969px) {
  .service_content {
    flex-direction: column-reverse;
    padding-top: 40px;
    position: relative;
  }
  .service_content:first-of-type {
    padding-top: 10px;
  }
  .service_content:not(:last-child) {
    margin-bottom: 40px;
  }
  .service_content:nth-child(odd) {
    flex-direction: column-reverse;
  }
}

.service_box {
  width: 48%;
}

.service_box .text_lead {
  margin-bottom: 30px;
}

@media screen and (max-width: 969px) {
  .service_box {
    width: 100%;
  }
  .service_box .title_sub {
    position: absolute;
    top: -34px;
    left: 0;
  }
}

.service_img {
  width: 48%;
}

.service_img img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 970px) {
  .service_img img {
    width: 73%;
  }
}

@media screen and (max-width: 969px) {
  .service_img {
    margin: 0 auto 20px;
    width: 80%;
  }
  .service_img img {
    width: 100%;
    max-width: 350px;
  }
}

/* cta
---------------------------------------------------------- */
.cta_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
}

@media screen and (max-width: 969px) {
  .cta_box {
    padding: 20px;
  }
}

.cta_title {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (min-width: 970px) {
  .cta_title {
    width: 63%;
    margin-left: auto;
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 969px) {
  .cta_title {
    margin-bottom: 30px;
  }
}

.cta_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.cta_content_left {
  width: 37%;
}

.cta_content_left img {
  display: block;
  margin: 0 auto;
}

.cta_content_right {
  width: 60%;
}

@media screen and (min-width: 970px) {
  .cta_content_left img {
    width: 80%;
  }
}

@media screen and (max-width: 969px) {
  .cta_content {
    display: block;
  }
  .cta_content_left {
    margin: 0 auto 20px;
    width: 80%;
  }
  .cta_content_left img {
    width: 100%;
    max-width: 350px;
  }
  .cta_content_right {
    width: 100%;
  }
}

.cta_card_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}

.cta_card_list li {
  width: calc((100% - 30px) / 2);
}

.cta_card_list a {
  color: black;
}

@media screen and (max-width: 969px) {
  .cta_card_list {
    display: block;
    margin-bottom: 20px;
  }
  .cta_card_list li {
    margin-bottom: 10px;
    width: 100%;
  }
}

.cta_card {
  padding-right: 60px;
}

.cta_card::after {
  border-width: 2px;
  height: 8px;
  width: 8px;
  right: 30px;
}

.cta_card_title {
  color: #CD0018;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.cta_card_text {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 969px) {
  .cta_card {
    padding-right: 40px;
  }
  .cta_card::after {
    height: 6px;
    width: 6px;
    right: 15px;
  }
  .cta_card_title {
    font-size: 1.4rem;
  }
  .cta_card_text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.cta_contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta_contact_item {
  width: 50%;
}

.cta_contact_item a {
  color: black;
}

.cta_contact_item:first-child {
  padding-right: 20px;
}

.cta_contact_item:last-child {
  border-left: 1px solid #000;
  padding-left: 20px;
}

.cta_contact_title {
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.cta_contact_text {
  font-size: 1.4rem;
}

.cta_contact_tel {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.1;
  pointer-events: none;
}

.cta_contact_number {
  display: inline-block;
  pointer-events: none;
}

@media screen and (max-width: 969px) {
  .cta_contact {
    display: block;
  }
  .cta_contact_item {
    width: 100%;
  }
  .cta_contact_item:first-child {
    padding: 0 0 10px;
  }
  .cta_contact_item:last-child {
    border: none;
    padding: 0;
  }
  .cta_contact_title {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .cta_contact_text {
    font-size: 1.2rem;
  }
  .cta_contact_tel {
    color: #CD0018;
    font-size: 2.8rem;
    pointer-events: auto;
  }
  .cta_contact_number {
    color: #CD0018;
    pointer-events: auto;
  }
}

/*------------------------------------------------------------------------
 スタイル指定
-------------------------------------------------------------------------*/
/* background
---------------------------------------------------------- */
.bg_white {
  background-color: #fff;
}

.bg_cream {
  background-color: #FFFAF5;
}

.bg_red {
  background-color: #CD0018;
}

/* col
---------------------------------------------------------- */
.col_2 {
  width: calc(100% / 2);
}

.col_3 {
  width: calc(100% / 3);
}

.col_4 {
  width: calc(100% / 4);
}

.col_5 {
  width: calc(100% / 5);
}

/* text-align
---------------------------------------------------------- */
.t_right {
  text-align: right;
}

/* TOPボタン
---------------------------------------------------------- */
.pagetop {
display: none;
position: fixed;
bottom: 50px;
right: 50%;
margin-right:-610px;
}
.pagetop a {
display: block;
width:60px;
height:60px;
background-image:url(/item/totop_01.png);
text-indent:-99999px;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
.pagetop a:hover {
display: block;
width:60px;
height:60px;
background-image:url(/item/totop_02.png);
text-indent:-99999px;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
.btn_jirei {
    display: block;
    max-width: 550px;
    margin: 0 auto 13px;
    padding-right: 80px;
}
.btn_jirei:hover {
	opacity: .8;
}
@media screen and (min-width: 970px) {
  .mv_btn_area{
    max-width: 700px;
    text-align: center;
    margin: 15px auto 10px;
  }
  .mv_btn_area.lp{
    margin: 0 auto 15%;
  }
}
@media screen and (max-width: 970px) {
  .mv_btn_area.lp{
    margin: 0 auto 104%;
  }
  .btn_jirei {
    padding: 0;
    margin: -30px auto 70px;
  }
}
.mv_btn_area li{
	position: relative;
  width: 46%;
  padding: 20px 24px 4px 24px;
  margin-right: 2%;
  border-radius: 19px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(72 69 69 / 16%);
  display: inline-block;
  text-align: center;
}
.mv_btn_area li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 14px;
  top: 0;
  left: 0;
  border-radius: 19px 19px 0 0;
}
.mv_btn_area .hap-download:before {
  background: #003E92;
}
.mv_btn_area .hpr-download:before {
  background: #E60F21;
}
.description{
  font-size: 23px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 10px;
}
.hap-download .description,
.hap-download .detail{
  color: #003E92;
}
.hpr-download .description,
.hpr-download .detail{
  color: #E60F21;
}
.description span{
  font-size: 12px;
  font-weight: initial;
}
.name{
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
}
.mv_btn_area .detail {
  font-size: 14px;
  font-weight: 600;
  scroll-behavior: smooth;
  width: 47%;
  margin: 65px auto 15px;
  border-bottom: 2px solid;
}
.mv_btn_area .detail::after{
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
  width: 17px;
  padding: 3px;
}
.hap-download .detail::after {
  content: url(https://www.hammock.jp/hpr/assets/images/hap_jump.svg);  
}
.hpr-download .detail::after {
  content: url(https://www.hammock.jp/hpr/assets/images/hpr_jump.svg);
}
.mv_btn_area img{
  padding: 0 12px 16px;
}
.mv_btn_area .btn_main {
  position: absolute;
  padding: 9px 0 6px;
  left: 14%;
  width: 72%;
  font-size: 1.4rem;
  border: none;
  margin-top: 0;
  border-bottom: 5px solid #FF0045;
  transition: all 0.2s;
}
.mv_btn_area .btn_main:hover {
  background-color: #CD0018;
  color: #fff; 
  margin-top: 3px;
  border-bottom: 2px solid #FF0045;
  transition: all 0.2s;
}
.hap-download .btn_main {
  background-color: #003E92;
  border-bottom: 5px solid #046FBE;
}
.hap-download .btn_main:hover {
  background-color: #003E92;
  border-bottom: 2px solid #046FBE;
}
.mv_btn_area .btn_main::before {
  content: url(https://www.hammock.jp/hpr/assets/images/fire_icon.svg);
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  width: 14px;
}
.mv_btn_area .btn_main::after {
  content: url(https://www.hammock.jp/hpr/assets/images/sign_dl.svg);
  vertical-align: middle;
  display: inline-block;
  margin: 3px 0 0 12px;
  width: 12px;
}
.mv_btn_area.lp .btn_main::after {
  width: 15px;
}

@media screen and (min-width: 969px) {
  .mv_btn_area.lp .btn_main {
    padding: 19px 0 15px;
    left: 16%;
    font-size: 2rem;
    max-width: 350px;
  }
}

@media screen and (max-width: 969px) {
  .fv_left ul{
    margin-top: 43%;
  }
  .mv_btn_area li{
    width: 100%;
    margin-bottom: 8%;
    z-index: 2;
  }
}


/*------------------------------------------------------------------------
 絵入り横並びリスト
-------------------------------------------------------------------------*/
.flex_white_list_item.shadow_dt_list {
  display: block;
  box-shadow: 3px 3px 16px rgba(0,0,0,0.16);
}

.flex_white_list_item .img_list_contents .title {
  color: #CD0018;
  font-weight: 600;
  line-height: 1.6;
}
.flex_white_list_item .img_list_contents {
  text-align: center;
}
.col3 .flex_white_list_item .img_list_contents .title {
  position: relative;
  color: #0C0A34;
  margin-bottom: 30px;
}
.col3 .flex_white_list_item .img_list_contents .title:after {
  content: '';
  width: 44px;
  height: 4px;
  background: #AB001B;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 0); }
.flex_white_list_item .img_list_contents .text p {
  line-height: 2;
}

@media screen and (min-width: 970px) {
  .bg_list_box {
    padding: 60px 60px 40px;
    border-radius: 10px;
  }
  .flex_white_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .flex_white_list.col3 {
    justify-content: space-evenly;
  }
  .bg_list_box .red_title {
    margin-bottom: 40px;
    font-size: 2.8rem;
  }
  .flex_white_list_item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .flex_white_list_item.col2:nth-child(2n) {
    margin-right: 0;
  }
  .col3 .flex_white_list_item:nth-child(3n) {
    margin-right: 0;
  }
  .flex_white_list_item.shadow_dt_list {
    padding: 40px 30px;
  }
  .flex_white_list_item .img_icon_wrap {
    width: 90%;
    margin: 20px auto 0;
  }
  .col3 .flex_white_list_item .img_icon_wrap {
    width: 70%;
  }
  .flex_white_list_item .img_list_contents .title {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }
  .flex_white_list_item.col2 {
    width: calc(50% - 17px);
    margin-right: 30px;
  }
  .col3 .flex_white_list_item {
    width: calc(33.3% - 20px);
    margin-right: 20px;
  }
}

@media screen and (max-width: 969px) {
  .flex_white_list_item.shadow_dt_list {
    padding: 30px;
  }
  .flex_white_list_item.shadow_dt_list:not(:last-child) {
    margin-bottom: 15px;
  }
  .flex_white_list_item .img_icon_wrap {
    width: 100%;
    margin: 20px auto 0;
  }
  .flex_white_list_item .img_list_contents .title {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}