@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  padding-left: 80px;
  color: #1a1a1a;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  body {
    padding-left: 50px;
    font-size: 13px;
  }
}

_::-webkit-full-page-media, _:future, :root body {
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: #1a1a1a;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

p {
  line-height: 1.75;
}

strong {
  font-weight: 700;
}

hr {
  border: none;
  border-bottom: #ccc;
}

@media only screen and (max-width: 767px) {
  main {
    overflow-x: hidden;
  }
}

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

ul {
  list-style: none;
}

/* Chrome, Safari */
::-webkit-input-placeholder {
  color: #BBB;
}

/* Firefox */
::-moz-placeholder {
  color: #BBB;
}

/* Firefox 18以前 */
:-moz-placeholder {
  color: #BBB;
}

/* IE */
:-ms-input-placeholder {
  color: #BBB;
}

/*
@media all and (-ms-high-contrast: none){
  display: none;
}
*/
.hidden {
  display: none !important;
}

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

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.is-empty {
  height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.fit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .fit {
    position: static;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.notpg-img-wrap {
  position: relative;
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .notpg-img-wrap {
    margin-top: 60px;
  }
}

.notpg-img-wrap .page-img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 300px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-img {
    height: 150px;
  }
}

.notpg-img-wrap .page-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  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;
  width: 100%;
  height: 100%;
}

.notpg-img-wrap .page-title h1 {
  position: relative;
  top: 7px;
}

@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 {
    position: static;
  }
}

.notpg-img-wrap .page-title h1 .en {
  display: block;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 9px;
  text-indent: 9px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 .en {
    font-size: 19px;
    letter-spacing: 4px;
  }
}

.notpg-img-wrap .page-title h1 .jp {
  display: block;
  margin-top: 20px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 .jp {
    margin-top: 10px;
    font-size: 12px;
  }
}

.notpg-wrap .inner {
  padding: 100px 0 100px 0;
}

@media only screen and (max-width: 767px) {
  .notpg-wrap .inner {
    padding: 50px 0 50px 0;
  }
}

.notpg-wrap .content-wrap .content.sec1 p {
  line-height: 1.5;
  text-align: center;
}

.notpg-wrap .content-wrap .content.sec1 .btn-wrap {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .notpg-wrap .content-wrap .content.sec1 .btn-wrap {
    margin-top: 30px;
  }
}

.notpg-wrap .content-wrap .content.sec1 .btn-wrap .btn {
  display: inline-block;
  margin: 0 auto;
}

.heading-wrap h2 {
  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: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-wrap h2 span {
  display: inline-block;
  padding: 0 15px 5px 15px;
  background: #fff;
  border: 2px solid #000;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.35;
}

@media only screen and (max-width: 767px) {
  .heading-wrap h2 span {
    padding: 0 15px 3px 15px;
    font-size: 30px;
  }
}

.heading-wrap h2 span + span {
  margin-top: 10px;
}

.btn.type2 {
  width: 300px;
  height: 60px;
  max-width: 100%;
  background: #ef8649;
}

@media only screen and (max-width: 767px) {
  .btn.type2 {
    width: 280px;
  }
}

.btn.type2.tel a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.btn.type2.tel a dl dt {
  margin-right: 5px;
}

.btn.type2.tel a dl dd {
  font-size: 24px;
}

.btn.type2 a {
  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;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .btn.type2 a {
    font-size: 15px;
  }
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FBFBFB;
  z-index: 10000;
}

#loading {
  width: 100%;
  height: 100%;
  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;
}

.loader {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translateY(0%) translateX(0%);
  -ms-transform: translateY(0%) translateX(0%);
  transform: translateY(0%) translateX(0%);
}

.square {
  background: #aaaaaa;
  width: 15px;
  height: 15px;
  opacity: 0;
  -webkit-animation: enter 6.9s infinite;
  animation: enter 6.9s infinite;
}

.enter {
  top: 0px;
  opacity: 1;
}

.square:nth-child(1) {
  -webkit-animation-delay: 2.07s;
  animation-delay: 2.07s;
}

.square:nth-child(2) {
  -webkit-animation-delay: 2.42s;
  animation-delay: 2.42s;
}

.square:nth-child(3) {
  -webkit-animation-delay: 2.76s;
  animation-delay: 2.76s;
  background: #161616;
}

.square:nth-child(4) {
  -webkit-animation-delay: 1.04s;
  animation-delay: 1.04s;
}

.square:nth-child(5) {
  -webkit-animation-delay: 1.38s;
  animation-delay: 1.38s;
}

.square:nth-child(6) {
  -webkit-animation-delay: 1.73s;
  animation-delay: 1.73s;
}

.square:nth-child(8) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.square:nth-child(9) {
  -webkit-animation-delay: 0.69s;
  animation-delay: 0.69s;
}

@-webkit-keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}

@keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}

.sa {
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.sa--scaleDown {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mask {
  position: relative;
}

.mask h2, .mask p, .mask img {
  opacity: 0;
}

.mask.animate-in h2, .mask.animate-in p, .mask.animate-in img {
  -webkit-animation: textHidden 0.1s 1.1s forwards;
  animation: textHidden 0.1s 1.1s forwards;
}

.mask.animate-in:before, .mask.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}

.mask.animate-in:before {
  background-color: #fff;
}

.mask.animate-in:after {
  background-color: #000;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.mask.mask--lr.animate-in:before {
  -webkit-animation: mask--lr 1.8s ease;
  animation: mask--lr 1.8s ease;
}

.mask.mask--lr.animate-in:after {
  -webkit-animation: mask--lr 1s .6s ease;
  animation: mask--lr 1s .6s ease;
}

.mask.mask--rl.animate-in:before {
  -webkit-animation: mask--rl 1.8s ease;
  animation: mask--rl 1.8s ease;
}

.mask.mask--rl.animate-in:after {
  -webkit-animation: mask--rl 1s .6s ease;
  animation: mask--rl 1s .6s ease;
}

@-webkit-keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@-webkit-keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@-webkit-keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, -100px);
    transform: rotate(0deg) translate(0, -100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, -50px);
    transform: rotate(0deg) translate(0, -50px);
    opacity: 0;
  }
}

@keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, -100px);
    transform: rotate(0deg) translate(0, -100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, -50px);
    transform: rotate(0deg) translate(0, -50px);
    opacity: 0;
  }
}

.bg-star1 {
  position: fixed;
  top: 0;
  right: -10%;
  -webkit-transform: translateY(0%) translateX(0%);
  -ms-transform: translateY(0%) translateX(0%);
  transform: translateY(0%) translateX(0%);
  width: 21px;
  height: 30px;
  margin: 0 auto;
  display: block;
  -webkit-animation: bg-star 25s infinite linear forwards;
  animation: bg-star 25s infinite linear forwards;
  -webkit-animation-delay: 17s;
  animation-delay: 17s;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .bg-star1 {
    right: -50%;
  }
}

@-webkit-keyframes bg-star {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-400px, 100vh) rotate(-1000deg);
    transform: translate(-400px, 100vh) rotate(-1000deg);
  }
}

@keyframes bg-star {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-400px, 100vh) rotate(-1000deg);
    transform: translate(-400px, 100vh) rotate(-1000deg);
  }
}

.marker-animation.active {
  background-position: -100% 1em;
}

.marker-animation {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #ffda36));
  background-image: -webkit-linear-gradient(left, transparent 50%, #ffda36 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #ffda36 50%);
  background-image: linear-gradient(left, transparent 50%, #ffda36 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #ffda36 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  font-weight: bold;
}

.marker-animation:nth-child(3) {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

.marker2 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.marker3 {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

.box {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wave {
  opacity: .4;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0af;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  -webkit-transform-origin: 50% 48%;
  -ms-transform-origin: 50% 48%;
  transform-origin: 50% 48%;
  border-radius: 50%;
  -webkit-animation: drift 3000ms infinite linear;
  animation: drift 3000ms infinite linear;
}

.wave.-two {
  -webkit-animation: drift 7000ms infinite linear;
  animation: drift 7000ms infinite linear;
  background: yellow;
}

.wave.-three {
  -webkit-animation: drift 5000ms infinite linear;
  animation: drift 5000ms infinite linear;
}

.box:after {
  content: '';
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ee88aa), color-stop(80%, rgba(221, 238, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(top, #ee88aa, rgba(221, 238, 255, 0) 80%, rgba(255, 255, 255, 0.5));
  background: -o-linear-gradient(top, #ee88aa, rgba(221, 238, 255, 0) 80%, rgba(255, 255, 255, 0.5));
  background: linear-gradient(to bottom, #ee88aa, rgba(221, 238, 255, 0) 80%, rgba(255, 255, 255, 0.5));
  z-index: 11;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  line-height: 300px;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  letter-spacing: .4em;
  font-size: 18px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-indent: .5em;
}

@-webkit-keyframes drift {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes drift {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 100vh;
  background: #fff;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .header-wrap {
    width: 50px;
  }
}

@media only screen and (max-width: 320px) {
  .header-wrap {
    width: 40px;
  }
}

.burger-btn {
  position: fixed;
  z-index: 100;
  top: 40px;
  left: 24px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30px;
  height: 25px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .burger-btn {
    top: 15px;
    left: 11px;
    width: 25px;
    height: 18px;
  }
}

@media only screen and (max-width: 320px) {
  .burger-btn {
    left: 5px;
  }
}

.burger-btn.active span:first-of-type {
  -webkit-transform: translateY(11px) rotate(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .burger-btn.active span:first-of-type {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
}

.burger-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.burger-btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .burger-btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}

.burger-btn span {
  width: 100%;
  height: 0;
  background: #222;
  border-top: 3px solid #222;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: url(../img/shared/bg2.jpg) center center/1200px 750px repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  overflow: hidden;
}

.overlay.open {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.overlay nav {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  padding-left: 80px;
}

@media only screen and (max-width: 767px) {
  .overlay nav {
    padding-left: 50px;
  }
}

.overlay nav ul li {
  text-align: center;
}

.overlay nav ul li:not(:first-of-type) {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .overlay nav ul li:not(:first-of-type) {
    margin-top: 30px;
  }
}

.overlay nav ul li a {
  font-size: 33px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .overlay nav ul li a {
    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;
    width: 100%;
    height: 100%;
    font-size: 17px;
  }
}

@media print, screen and (min-width: 961px) {
  .overlay nav ul li a:hover {
    opacity: 0.7;
  }
}

.overlay-sub {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #222;
  width: 100%;
  height: 100%;
  z-index: 98;
  opacity: .3;
}

.footer-wrap {
  padding: 80px 20px;
  background: #f6f6f6;
}

@media only screen and (max-width: 767px) {
  .footer-wrap {
    padding: 50px 20px;
  }
}

.footer-nav-wrap ul {
  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;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .footer-nav-wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer-nav-wrap ul li:not(:first-of-type) {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .footer-nav-wrap ul li:not(:first-of-type) {
    margin-top: 20px;
    margin-left: 0;
  }
}

.footer-nav-wrap ul li a {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-nav-wrap ul li a:before {
  margin-right: 8px;
  padding: 1px 4px 1px 5px;
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  background: #222;
}

@media print, screen and (min-width: 961px) {
  .footer-nav-wrap ul li a:hover {
    opacity: 0.6;
  }
}

.copyright {
  margin-top: 65px;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
}

.main-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  background: url(../img/top/toppg-bg1.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap {
    height: auto;
    min-height: auto;
    background: url(../img/top/toppg-bg1_sp.jpg) center center/cover no-repeat;
    padding-top: 65px;
  }
}

.main-img-wrap.tablet {
  height: 756px;
}

.main-img-wrap .page-title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  margin: auto;
  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;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .page-title-wrap {
    position: static;
    width: 100%;
    height: auto;
  }
}

.main-img-wrap .page-title-wrap h1 {
  width: 65%;
  max-width: 560px;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .page-title-wrap h1 {
    width: 100%;
    max-width: 250px;
  }
}

.main-img-wrap .page-title-wrap h1 .page-title {
  max-width: 100%;
}

.main-img-wrap .main-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 41%;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .main-img {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}

.main-img-wrap .main-img img {
  width: 600px;
  max-width: 100%;
}

.toppg-sec1-wrap {
  background: url(../img/shared/bg1.jpg) center center/1200px 937px repeat;
}

.toppg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .inner {
    padding: 50px 0 50px 0;
  }
}

.toppg-sec1-wrap .content-wrap {
  padding: 0 20px;
}

.toppg-sec1-wrap .content-wrap .content {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.toppg-sec1-wrap .content-wrap .content .head + .btn-wrap {
  margin-top: 20px;
}

.toppg-sec1-wrap .content-wrap .content .head h3 {
  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;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content .head h3 {
    font-size: 14px;
  }
}

.toppg-sec1-wrap .content-wrap .content .head h3:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: url(../img/shared/icon-exclamation-mark.png) center center/contain no-repeat;
}

.toppg-sec1-wrap .content-wrap .content .btn-wrap + .btn-wrap {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content .btn-wrap + .btn-wrap {
    margin-top: 15px;
  }
}

.toppg-sec1-wrap .content-wrap .content .btn-wrap.type2 {
  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;
}

.toppg-sec1-wrap .content-wrap .content .btn-wrap.type2 .btn {
  width: 30%;
}

.aboutpg-sec1-wrap, .aboutpg-sec2-wrap, .aboutpg-sec3-wrap {
  background: url(../img/shared/bg2.jpg) center center/1200px 750px repeat;
}

.aboutpg-sec1-wrap .inner, .aboutpg-sec2-wrap .inner, .aboutpg-sec3-wrap .inner {
  padding: 100px 0 100px 0;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .inner, .aboutpg-sec2-wrap .inner, .aboutpg-sec3-wrap .inner {
    padding: 50px 0 50px 0;
  }
}

.aboutpg-sec1-wrap .content-wrap, .aboutpg-sec2-wrap .content-wrap, .aboutpg-sec3-wrap .content-wrap {
  padding: 0 20px;
}

.aboutpg-sec1-wrap .content-wrap .content, .aboutpg-sec2-wrap .content-wrap .content, .aboutpg-sec3-wrap .content-wrap .content {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.aboutpg-sec1-wrap .content-wrap .content .heading-wrap + .text-wrap, .aboutpg-sec2-wrap .content-wrap .content .heading-wrap + .text-wrap, .aboutpg-sec3-wrap .content-wrap .content .heading-wrap + .text-wrap {
  margin-top: 50px;
}

.aboutpg-sec1-wrap .content-wrap .content .text-wrap + .text-wrap, .aboutpg-sec2-wrap .content-wrap .content .text-wrap + .text-wrap, .aboutpg-sec3-wrap .content-wrap .content .text-wrap + .text-wrap {
  margin-top: 50px;
}

.aboutpg-sec1-wrap .content-wrap .content .text-wrap h3, .aboutpg-sec2-wrap .content-wrap .content .text-wrap h3, .aboutpg-sec3-wrap .content-wrap .content .text-wrap h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .content-wrap .content .text-wrap h3, .aboutpg-sec2-wrap .content-wrap .content .text-wrap h3, .aboutpg-sec3-wrap .content-wrap .content .text-wrap h3 {
    font-size: 24px;
  }
}

.aboutpg-sec1-wrap .content-wrap .content .text-wrap h3 + p, .aboutpg-sec2-wrap .content-wrap .content .text-wrap h3 + p, .aboutpg-sec3-wrap .content-wrap .content .text-wrap h3 + p {
  margin-top: 15px;
}

.aboutpg-sec1-wrap .content-wrap .content .text-wrap p + .btn, .aboutpg-sec2-wrap .content-wrap .content .text-wrap p + .btn, .aboutpg-sec3-wrap .content-wrap .content .text-wrap p + .btn {
  margin-top: 30px;
}

.aboutpg-sec1-wrap .content-wrap .content .text-wrap p + ul, .aboutpg-sec2-wrap .content-wrap .content .text-wrap p + ul, .aboutpg-sec3-wrap .content-wrap .content .text-wrap p + ul {
  margin-top: 30px;
}

.aboutpg-sec1-wrap .content-wrap .content .text-wrap ul li, .aboutpg-sec2-wrap .content-wrap .content .text-wrap ul li, .aboutpg-sec3-wrap .content-wrap .content .text-wrap ul li {
  line-height: 1.75;
}

.aboutpg-sec1-wrap .content-wrap .content .text-wrap strong, .aboutpg-sec2-wrap .content-wrap .content .text-wrap strong, .aboutpg-sec3-wrap .content-wrap .content .text-wrap strong {
  background: #ef8649;
}

.aboutpg-sec1-wrap .content-wrap .content .text-wrap .notes-wrap, .aboutpg-sec2-wrap .content-wrap .content .text-wrap .notes-wrap, .aboutpg-sec3-wrap .content-wrap .content .text-wrap .notes-wrap {
  margin-top: 20px;
  font-size: 12px;
}

.aboutpg-sec1-wrap .content-wrap .content .text-wrap .notes-wrap dl + dl, .aboutpg-sec2-wrap .content-wrap .content .text-wrap .notes-wrap dl + dl, .aboutpg-sec3-wrap .content-wrap .content .text-wrap .notes-wrap dl + dl {
  margin-top: 10px;
}

.aboutpg-sec1-wrap .content-wrap .content .text-wrap .notes-wrap dl dt, .aboutpg-sec2-wrap .content-wrap .content .text-wrap .notes-wrap dl dt, .aboutpg-sec3-wrap .content-wrap .content .text-wrap .notes-wrap dl dt {
  line-height: 1.75;
}

.aboutpg-sec1-wrap .content-wrap .content .text-wrap .notes-wrap dl dd, .aboutpg-sec2-wrap .content-wrap .content .text-wrap .notes-wrap dl dd, .aboutpg-sec3-wrap .content-wrap .content .text-wrap .notes-wrap dl dd {
  line-height: 1.75;
}

.aboutpg-sec1-wrap .content-wrap .content .btn-wrap, .aboutpg-sec2-wrap .content-wrap .content .btn-wrap, .aboutpg-sec3-wrap .content-wrap .content .btn-wrap {
  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;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .content-wrap .content .btn-wrap, .aboutpg-sec2-wrap .content-wrap .content .btn-wrap, .aboutpg-sec3-wrap .content-wrap .content .btn-wrap {
    display: block;
  }
  .aboutpg-sec1-wrap .content-wrap .content .btn-wrap .btn:not(:first-of-type), .aboutpg-sec2-wrap .content-wrap .content .btn-wrap .btn:not(:first-of-type), .aboutpg-sec3-wrap .content-wrap .content .btn-wrap .btn:not(:first-of-type) {
    margin-top: 10px;
  }
}

.equipmentpg-sec1-wrap {
  background: url(../img/shared/bg2.jpg) center center/1200px 750px repeat;
}

.equipmentpg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
}

@media only screen and (max-width: 767px) {
  .equipmentpg-sec1-wrap .inner {
    padding: 50px 0 50px 0;
  }
}

.equipmentpg-sec1-wrap .content-wrap {
  padding: 0 20px;
}

.equipmentpg-sec1-wrap .content-wrap .content {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.equipmentpg-sec1-wrap .content-wrap .content .description-wrap p {
  text-align: center;
}

.equipmentpg-sec1-wrap .content-wrap .content .item-wrap {
  margin-top: 55px;
}

@media only screen and (max-width: 767px) {
  .equipmentpg-sec1-wrap .content-wrap .content .item-wrap {
    margin-top: 30px;
  }
}

.equipmentpg-sec1-wrap .content-wrap .content .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .equipmentpg-sec1-wrap .content-wrap .content .item-wrap .item {
    display: block;
  }
}

.equipmentpg-sec1-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .equipmentpg-sec1-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-top: 50px;
  }
}

.equipmentpg-sec1-wrap .content-wrap .content .item-wrap .item .thumb {
  width: 480px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .equipmentpg-sec1-wrap .content-wrap .content .item-wrap .item .thumb {
    max-width: 100%;
    margin-right: 0;
  }
}

.equipmentpg-sec1-wrap .content-wrap .content .item-wrap .item .text-wrap {
  width: 440px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .equipmentpg-sec1-wrap .content-wrap .content .item-wrap .item .text-wrap {
    margin-top: 15px;
  }
}

.equipmentpg-sec1-wrap .content-wrap .content .item-wrap .item .text-wrap h2 {
  font-size: 30px;
  line-height: 1.35;
}

@media only screen and (max-width: 767px) {
  .equipmentpg-sec1-wrap .content-wrap .content .item-wrap .item .text-wrap h2 {
    font-size: 24px;
  }
}

.equipmentpg-sec1-wrap .content-wrap .content .item-wrap .item .text-wrap h2 + p {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .equipmentpg-sec1-wrap .content-wrap .content .item-wrap .item .text-wrap h2 + p {
    margin-top: 15px;
  }
}

.equipmentpg-sec1-wrap .content-wrap .content .item-wrap .item .text-wrap h2 .made {
  display: block;
  font-size: 16px;
}

.pricepg-sec1-wrap {
  background: url(../img/shared/bg2.jpg) center center/1200px 750px repeat;
}

.pricepg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
}

@media only screen and (max-width: 767px) {
  .pricepg-sec1-wrap .inner {
    padding: 50px 0 50px 0;
  }
}

.pricepg-sec1-wrap .content-wrap {
  padding: 0 20px;
}

.pricepg-sec1-wrap .content-wrap .content {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap {
  padding: 55px 80px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap {
    padding: 40px 15px;
  }
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap {
    display: block;
  }
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list {
  width: 400px;
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list.mens {
  color: #2b85b3;
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list.mens dl {
  border-bottom: 1px solid rgba(43, 133, 179, 0.2);
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list.mens dl:first-of-type {
  border-top: 2px solid #2b85b3;
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list.mens dl:last-of-type {
  border-bottom: 2px solid #2b85b3;
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list.mens .notes {
  border-bottom: 2px solid #2b85b3;
}

@media only screen and (max-width: 767px) {
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list.mens .null {
    display: none;
  }
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list.ladies {
  color: #d8343b;
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list.ladies dl {
  border-bottom: 1px solid rgba(215, 52, 59, 0.2);
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list.ladies dl:first-of-type {
  border-top: 2px solid #d8343b;
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list.ladies dl:last-of-type {
  border-bottom: 2px solid #d8343b;
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list.ladies .notes {
  border-bottom: 2px solid #d8343b;
}

@media only screen and (max-width: 767px) {
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list {
    width: 100%;
  }
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list:not(:first-of-type) {
    margin-top: 40px;
  }
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list .head h2 {
  font-size: 28px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list .head h2 {
    font-size: 24px;
  }
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list .head p {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list .head p {
    margin-top: 15px;
    font-size: 13px;
  }
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list dl {
  position: relative;
  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;
  padding: 18px 0;
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list dl:first-of-type {
  padding: 22px 0 18px 0;
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list dl:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 150px;
  height: 1px;
  background: #242678;
}

@media only screen and (max-width: 767px) {
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list dl:after {
    left: 0;
  }
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list dl dt {
  font-weight: bold;
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list dl dd {
  line-height: 1.7;
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list .notes {
  margin-top: 30px;
  padding-bottom: 27px;
  color: #1a1a1a;
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list .notes ul {
  list-style: none;
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list .notes ul li {
  font-size: 13px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 767px) {
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list .notes ul li {
    font-size: 11px;
  }
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list .notes ul li:not(:first-of-type) {
  margin-top: 3px;
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .subwrap .price-list .notes ul li span {
  color: #ff3d3d;
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .price-list-sub {
  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;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap .price-list-sub {
    display: block;
  }
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .price-list-sub .head {
  width: 400px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap .price-list-sub .head {
    width: 100%;
  }
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .price-list-sub .head p {
  display: inline-block;
  color: #fff;
  padding: 0 15px;
  border-radius: 20px;
  background: #d8343b;
}

@media only screen and (max-width: 767px) {
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap .price-list-sub .head p {
    padding: 5px;
    border-radius: 10px;
  }
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .price-list-sub .head h2 {
  position: relative;
  margin-top: 15px;
  font-size: 42px;
}

@media only screen and (max-width: 767px) {
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap .price-list-sub .head h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 320px) {
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap .price-list-sub .head h2 {
    font-size: 22px;
    white-space: nowrap;
  }
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .price-list-sub .head h2:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 90%;
  height: 6px;
  margin: auto;
  background: rgba(215, 52, 59, 0.5);
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .price-list-sub .notes {
  width: 400px;
  color: #1a1a1a;
}

@media only screen and (max-width: 767px) {
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap .price-list-sub .notes {
    width: 100%;
    margin-top: 20px;
  }
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .price-list-sub .notes ul {
  list-style: none;
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .price-list-sub .notes ul li {
  font-size: 13px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 767px) {
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap .price-list-sub .notes ul li {
    font-size: 11px;
  }
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .price-list-sub .notes ul li:not(:first-of-type) {
  margin-top: 3px;
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .price-list-sub .notes ul li span {
  color: #ff3d3d;
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .notes-wrap {
  margin-top: 40px;
  padding: 30px 0 0 25px;
  border-top: 2px solid #1a1a1a;
}

@media only screen and (max-width: 767px) {
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap .notes-wrap {
    margin-top: 20px;
    padding: 20px 0 0 12px;
  }
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .notes-wrap h3 {
  font-size: 24px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap .notes-wrap h3 {
    font-size: 18px;
  }
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .notes-wrap p {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap .notes-wrap p {
    margin-top: 10px;
  }
}

.pricepg-sec1-wrap .content-wrap .content .price-list-wrap .notes-wrap a {
  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;
  width: 350px;
  height: 40px;
  max-width: 100%;
  margin-top: 15px;
  padding: 10px 10px;
  background: #1a1a1a;
  color: #fff;
  text-align: center;
}

@media print, screen and (min-width: 961px) {
  .pricepg-sec1-wrap .content-wrap .content .price-list-wrap .notes-wrap a:hover {
    opacity: 0.8;
  }
}
