@charset "UTF-8";
/*
Theme Name: 中野科学　AS IT IS
*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

html {
  font-size: 62.5%;
}

body {
  font-size: clamp(1.35rem, 1.1rem + 0.25vw, 1.5rem);
  line-height: 2em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.fw_500 {
  font-weight: 500;
}

.f_oswald_300 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
}
.f_oswald_400 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}

.f_lato_300 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.f_lato_400 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.f_lato_700 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.f_serif_400 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.f_serif_500 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.f_mar {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

.fs10 {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
}

.fs11 {
  font-size: clamp(1rem, 0.986rem + 0.07vw, 1.1rem);
}

.fs12 {
  font-size: clamp(1rem, 0.971rem + 0.14vw, 1.2rem);
}

.fs13 {
  font-size: clamp(1.1rem, 1.071rem + 0.14vw, 1.3rem);
}

.fs14 {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
}

.fs15 {
  font-size: clamp(1.15rem, 1.1rem + 0.25vw, 1.5rem);
}

.fs16 {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
}

.fs17 {
  font-size: clamp(1.25rem, 1.186rem + 0.32vw, 1.7rem);
}

.fs18 {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
}

.fs19 {
  font-size: clamp(1.35rem, 1.271rem + 0.39vw, 1.9rem);
}

.fs20 {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
}

.fs21 {
  font-size: clamp(1.45rem, 1.357rem + 0.46vw, 2.1rem);
}

.fs22 {
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2.2rem);
}

.fs23 {
  font-size: clamp(1.6rem, 1.5rem + 0.5vw, 2.3rem);
}

.fs24 {
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
}

.fs25 {
  font-size: clamp(1.8rem, 1.7rem + 0.5vw, 2.5rem);
}

.fs26 {
  font-size: clamp(1.9rem, 1.8rem + 0.5vw, 2.6rem);
}

.fs27 {
  font-size: clamp(2rem, 1.9rem + 0.5vw, 2.7rem);
}

.fs28 {
  font-size: clamp(2.1rem, 2rem + 0.5vw, 2.8rem);
}

.fs29 {
  font-size: clamp(2.2rem, 2.1rem + 0.5vw, 2.9rem);
}

.fs30 {
  font-size: clamp(2.3rem, 2.2rem + 0.5vw, 3rem);
}

.fs31 {
  font-size: clamp(2.4rem, 2.3rem + 0.5vw, 3.1rem);
}

.fs32 {
  font-size: clamp(2.5rem, 2.4rem + 0.5vw, 3.2rem);
}

.fs33 {
  font-size: clamp(2.6rem, 2.5rem + 0.5vw, 3.3rem);
}

.fs34 {
  font-size: clamp(2.7rem, 2.6rem + 0.5vw, 3.4rem);
}

.fs35 {
  font-size: clamp(2.8rem, 2.7rem + 0.5vw, 3.5rem);
}

.fs36 {
  font-size: clamp(2.9rem, 2.8rem + 0.5vw, 3.6rem);
}

.fs37 {
  font-size: clamp(3rem, 2.9rem + 0.5vw, 3.7rem);
}

.fs38 {
  font-size: clamp(3.1rem, 3rem + 0.5vw, 3.8rem);
}

.fs39 {
  font-size: clamp(3.2rem, 3.1rem + 0.5vw, 3.9rem);
}

.fs40 {
  font-size: clamp(3.3rem, 3.2rem + 0.5vw, 4rem);
}

.top_cnt01 {
  width: 100%;
  height: calc(100vh - 60px);
  position: relative;
  padding: 8px;
  margin: 0 0 15px 0;
}
.top_cnt01 .slider {
  border-right: #000 solid 1px;
  border-bottom: #000 solid 1px;
  border-left: #000 solid 1px;
}
.top_cnt01 .img img {
  width: 100%;
  height: calc(100vh - 90px);
  -o-object-fit: cover;
     object-fit: cover;
}
.top_cnt01 .catch__en {
  position: absolute;
  top: 50px;
  left: 3%;
  font-size: clamp(1.6rem, 1.5rem + 0.5vw, 2.1rem);
  line-height: 1.3em;
}
.top_cnt01 .block__bottom {
  position: absolute;
  bottom: 70px;
  left: 3%;
}
.top_cnt01 .block__bottom .headline {
  font-size: clamp(1.3rem, 1.186rem + 0.32vw, 1.4rem);
  letter-spacing: -0.05em;
  font-weight: 500;
  margin: 0 0 1rem 0;
}
@media (max-width: 1024px) {
  .top_cnt01 {
    padding-top: 0;
  }
  .top_cnt01 .catch__en {
    top: 2vw;
    left: 4vw;
  }
  .top_cnt01 .block__bottom {
    bottom: 6vw;
    left: 4vw;
  }
}
@media (max-width: 576px) {
  .top_cnt01 .catch__en {
    top: 4vw;
    left: 6vw;
  }
  .top_cnt01 .block__bottom {
    bottom: 10vw;
    left: 6vw;
  }
}
@media (max-width: 424px) {
  .top_cnt01 .catch__en {
    top: 4vw;
    left: 5vw;
  }
  .top_cnt01 .block__bottom {
    bottom: 5vw;
    left: 5vw;
    width: 85%;
  }
  .top_cnt01 .img img {
    width: 100%;
    height: calc(100vh - 60px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top_cnt02 {
  padding: 0 8px 0 8px;
}

.top_cnt03 {
  padding: 0 8px 0 8px;
}
.top_cnt03 section {
  border-right: #000 solid 1px;
  border-bottom: #000 solid 1px;
  border-left: #000 solid 1px;
  padding: 90px 2%;
  height: 100vh;
}
.top_cnt03.is__nonebottomborder section {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .top_cnt03 section {
    padding: 4vw;
  }
  .top_cnt03 .is__txt_R {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .top_cnt03 section {
    height: auto;
    padding: 10vw 8px;
  }
}

.top_cnt04 {
  background: #E1E7EB;
  margin: 0 8px;
  border-right: #000 solid 1px;
  border-left: #000 solid 1px;
  padding: 50px 0 50px 0;
}
@media (max-width: 768px) {
  .top_cnt04 {
    padding: 50px 0 0 0;
  }
}

.top_cnt05 {
  padding: 100px 50px;
  border-bottom: #000 solid 1px;
}
.top_cnt05.is__nonebottomborder {
  border-bottom: none;
}
@media (max-width: 768px) {
  .top_cnt05 {
    padding: 50px 20px;
  }
}

.top_cnt06 {
  border-right: #000 solid 1px;
  border-left: #000 solid 1px;
  margin: 0 8px;
  padding: 100px 0;
}
.top_cnt06 .headline {
  border-right: #000 solid 1px;
  padding: 0 5rem 0 0;
}
.top_cnt06 .block.is__categorymenublock {
  width: 135px;
}
@media (max-width: 768px) {
  .top_cnt06 {
    padding: 50px 0;
  }
  .top_cnt06 .headline {
    border: none;
    padding: 0;
    margin: 0 0 1rem 0;
  }
  .top_cnt06 .block.is__categorymenublock {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem 0 0 0;
  }
  .top_cnt06 .block.is__categorymenublock .list03 {
    margin: 0 0 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_cnt06 .block.is__categorymenublock .list03 li {
    margin: 0 1rem 1rem 0;
  }
}

.cnt_404 {
  text-align: center;
  padding: 25rem 0;
}
@media (max-width: 1024px) {
  .cnt_404 {
    padding: 15rem 0;
  }
}
@media (max-width: 576px) {
  .cnt_404 {
    padding: 10rem 0;
    line-height: 2em;
  }
  .cnt_404 .fs30 {
    line-height: 1.6em;
  }
  .cnt_404 br {
    display: none !important;
  }
}

.btnblock a {
  display: inline-block;
  border: #000 solid 1px;
  line-height: 1;
  padding: 1rem 3rem 0.75rem;
  border-radius: 999px;
}
.btnblock a:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 1024px) {
  .drawer_nav {
    background: white;
    padding: 0 0 0 0;
    position: fixed;
    top: -200%;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .drawer_nav.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
  }
}

.drawer_menu {
  display: block;
}
.drawer_menu li {
  margin: 0 0 0 0;
}
.drawer_menu li a {
  display: block;
  color: #000;
}

.openbtn {
  display: none;
}
@media (max-width: 1024px) {
  .openbtn {
    display: block;
    position: fixed;
    top: 22px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 5;
  }
  .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background: #000;
    width: 50%;
  }
  .openbtn span:nth-child(1) {
    top: 0px;
  }
  .openbtn span:nth-child(2) {
    top: 8px;
  }
  .openbtn.active span:nth-child(1) {
    top: 0px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  .openbtn.active span:nth-child(2) {
    top: 12px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

#header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 5;
  padding: 8px 8px 0 8px;
}
#header .inner {
  border: #000 solid 1px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}
#header .sns {
  line-height: 1;
}
#header .sns i {
  font-size: 23px;
}

.menu {
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.menu > li a {
  display: block;
  height: 60px;
  line-height: 60px;
}

.menu > li a:hover {
  color: #999;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}

ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}

.menu > li.menu__single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.1rem, 1.1rem + 0.25vw, 1.1rem);
}
.menu > li.menu__single::after {
  content: "/";
  display: block;
  margin: 0 1.5rem 0 1rem;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  left: -3rem;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: clamp(1.25rem, 1.186rem + 0.32vw, 1.7rem);
  text-align: center;
}
li.menu__single ul.menu__second-level li a {
  height: 50px;
  line-height: 50px;
}

li.menu__single:hover ul.menu__second-level {
  top: 59px;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1024px) {
  #spheader {
    padding: 8px 8px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
  }
  #spheader .inner {
    border: #000 solid 1px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #spheader .inner .logo {
    margin: 0 0 0 10px;
  }
  #spheader .menu_wrap {
    border: #000 solid 1px;
    margin: 8px;
    height: 95vh;
  }
  #spheader .menu_wrap .drawer_logo {
    margin: 8px;
  }
  #spheader .menu_wrap .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    align-items: center;
    margin: 0 15px 0 0;
  }
  #spheader .menu_wrap .subnav i {
    font-size: 20px;
    margin: 8px 0 0 1rem;
  }
  #spheader .menu_wrap .menublock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 15px 15px 15px;
  }
  #spheader .menu_wrap .menublock .f_lato_400 {
    font-size: clamp(1.7rem, 1.186rem + 0.32vw, 1.7rem);
    width: 120px;
  }
  #spheader .menu_wrap .menublock .f_lato_400.is__w100 {
    width: 100%;
  }
  #spheader .menu_wrap .menublock .f_lato_300 {
    font-size: clamp(1.7rem, 1.186rem + 0.32vw, 1.7rem);
    margin: 0 1rem;
  }
  #spheader .menu_wrap .menublock .f_lato_300 li {
    margin: 0 0 5px 0;
  }
}

#header {
  cursor: pointer;
}

.header_menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header_menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.1rem, 0.991rem + 0.55vw, 1.4rem);
}
.header_menu li::after {
  content: "/";
  display: block;
  margin: 0 1.5rem 0 1.5rem;
}
.header_menu li:last-child::after {
  content: none;
}
.header_menu li a:hover {
  color: #999;
}

.slidemenu {
  display: none;
  border-right: #000 solid 1px;
  border-left: #000 solid 1px;
  border-bottom: #000 solid 1px;
  padding: 1rem 0;
}
.slidemenu .menuwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 508px;
  margin: 0 auto;
  padding: 1rem 0;
}
.slidemenu ul:first-child {
  margin: 0 2.25rem 0 0;
}
.slidemenu ul:nth-child(2) {
  margin: 0 4.2rem 0 0;
}
.slidemenu ul li {
  font-size: clamp(1.1rem, 0.991rem + 0.55vw, 1.4rem);
  line-height: 2em;
}

#footer {
  border: #000 solid 1px;
  margin: 0 8px 8px 8px;
}
#footer .f_cnt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px;
}
#footer .f_cnt01 .block.is__logoblock .logo {
  margin: 0 0 2rem 0;
  max-width: 130px;
}
#footer .f_cnt01 .block.is__navblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .f_cnt01 .block.is__navblock ul {
  margin: 0 7rem 0 0;
}
#footer .f_cnt01 .block.is__navblock ul li {
  font-size: clamp(1.1rem, 1.071rem + 0.14vw, 1.15rem);
  margin: 0 0 1rem 0;
}
#footer .f_cnt01 .block.is__navblock ul li a {
  font-weight: 500;
}
#footer .f_cnt01 .block.is__navblock ul li a.is__parent {
  font-weight: 700;
}
#footer .f_cnt01 .block.is__navblock ul li a:hover {
  color: #999;
}
#footer .f_cnt01 .block.is__navblock ul li:last-child {
  margin-bottom: 0;
}
#footer .f_cnt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .f_cnt02 .block.is__addressblock {
  border-top: #000 solid 1px;
  border-right: #000 solid 1px;
  padding: 20px 0 20px 30px;
  width: 35%;
}
#footer .f_cnt02 .block.is__addressblock .fs15 {
  font-size: clamp(1.1rem, 1.1rem + 0.25vw, 1.2rem);
  line-height: 1.4em;
}
#footer .f_cnt02 .block.is__subnavblock {
  border-top: #000 solid 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0 40px;
}
#footer .f_cnt02 .block.is__subnavblock .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 4rem 0;
}
#footer .f_cnt02 .block.is__subnavblock .sns li {
  font-size: clamp(1.8rem, 1.7rem + 0.5vw, 2.5rem);
  margin: 0 2rem 0 0;
}
#footer .f_cnt02 .block.is__subnavblock .sns li a:hover {
  color: #999;
}
#footer .f_cnt02 .block.is__subnavblock .f_subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .f_cnt02 .block.is__subnavblock .f_subnav li {
  font-size: clamp(1.1rem, 1.071rem + 0.14vw, 1.2rem);
  margin: 0 2rem 0.5rem 0;
}
#footer .f_cnt02 .block.is__subnavblock .f_subnav li a:hover {
  color: #999;
}
@media (max-width: 768px) {
  #footer .f_cnt01 {
    display: block;
    padding: 20px;
  }
  #footer .f_cnt01 .block.is__logoblock {
    margin: 0 0 3rem 0;
  }
  #footer .f_cnt01 .block.is__navblock {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .f_cnt01 .block.is__navblock ul {
    width: 50%;
    margin: 0 0 1.5rem 0;
  }
  #footer .f_cnt01 .block.is__navblock ul li {
    margin: 0 0 0.5rem 0;
  }
  #footer .f_cnt01 .block.is__navblock ul:last-child {
    margin: 0;
  }
  #footer .f_cnt02 {
    display: block;
  }
  #footer .f_cnt02 .block.is__addressblock {
    width: 100%;
    border-right: none;
    padding: 20px;
  }
  #footer .f_cnt02 .block.is__subnavblock {
    width: 100%;
    padding: 20px;
  }
  #footer .f_cnt02 .block.is__subnavblock .sns {
    margin: 0 0 2rem 0;
  }
}

#pagetop {
  height: auto;
  position: fixed;
  bottom: 30px;
  right: 30px;
  line-height: 1;
}
#pagetop a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border: #000 solid 1px;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  background: #fff;
}
#pagetop a:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 576px) {
  #pagetop {
    bottom: 20px;
    right: 20px;
  }
}

#main {
  padding-top: 40px;
}
#main.is__layermain {
  padding-top: 48px;
}
@media (max-width: 1024px) {
  #main {
    padding-top: 44px;
  }
  #main.is__layermain {
    padding-top: 44px;
  }
}

.wp-pagenavi {
  padding: 15rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
}
.wp-pagenavi span {
  border: none !important;
  margin: 0 3rem !important;
}
.wp-pagenavi span.pages {
  display: none !important;
}
.wp-pagenavi a {
  border: none !important;
  margin: 0 3rem !important;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  display: none;
}
@media (max-width: 768px) {
  .wp-pagenavi {
    padding: 8rem 0;
  }
  .wp-pagenavi span {
    margin: 0 1rem !important;
  }
  .wp-pagenavi a {
    margin: 0 1rem !important;
  }
}
@media (max-width: 576px) {
  .wp-pagenavi {
    padding: 8rem 0;
  }
  .wp-pagenavi span {
    margin: 0 0rem !important;
  }
  .wp-pagenavi a {
    margin: 0 0rem !important;
  }
}

a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a.nohover:hover {
  color: #000 !important;
}

.tlink01 {
  font-size: clamp(1.15rem, 1.1rem + 0.25vw, 1.5rem);
}
.tlink01:hover {
  color: #999;
}

.btn01 {
  font-size: clamp(1.1rem, 1.186rem + 0.32vw, 1.2rem);
  border: #000 solid 1px;
  line-height: 1;
  border-radius: 999px;
  text-align: center;
  padding: 0.5rem 2.5rem;
}
.btn01:hover {
  background: #000;
  color: #fff;
}

.btn02 {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.3rem);
  border: #707070 solid 1px;
  display: inline-block;
  padding: 0.6rem 0;
  text-align: center;
  width: 100%;
  max-width: 600px;
}
.btn02:hover {
  background: #707070;
  color: #fff;
}
@media (max-width: 576px) {
  .btn02 {
    padding: 1rem 0;
  }
}

.btn03 {
  border: #000 solid 1px;
  border-radius: 999px;
  display: inline-block;
  font-size: clamp(1rem, 0.971rem + 0.14vw, 1.2rem);
  line-height: 1;
  padding: 0.75rem 1.5rem 0.5rem;
}
.btn03:hover {
  background: #000;
  color: #fff;
}

.txt01 {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  line-height: 1.9em;
}

.txt02 {
  font-size: clamp(1.25rem, 1.186rem + 0.32vw, 1.7rem);
  line-height: 1.9em;
}

.txt03 {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  margin: 0 0 0.5rem 0;
}

.txt04 {
  font-size: clamp(1.1rem, 1.071rem + 0.14vw, 1.3rem);
}

.txt05 {
  font-size: clamp(1.25rem, 1.186rem + 0.32vw, 1.7rem);
  line-height: 2.1em;
}

.txt06 {
  font-size: clamp(1.15rem, 1.1rem + 0.25vw, 1.5rem);
  line-height: 1.5em;
}

.list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.1rem, 1.229rem + 0.36vw, 1.3rem);
}
.list01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list01 li::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #000;
  margin: 0 1.3rem;
}
.list01 li:last-child::after {
  content: none;
}
.list01 li a:hover {
  color: #999;
}

.list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list02 li a {
  font-size: clamp(1.2rem, 1.314rem + 0.43vw, 1.3rem);
  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;
  border: #000 solid 1px;
  border-radius: 999px;
  padding: 0.3rem 1.5rem 0.3rem 1.8rem;
}
.list02 li a:hover {
  background: #000;
  color: #fff;
}
.list02 li a span {
  margin: 0 0 0 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.list02 li:first-child {
  margin: 0 1rem 0 0;
}
.list02.is__02 li a {
  font-size: clamp(1.25rem, 1.186rem + 0.32vw, 1.7rem);
}

.list03 {
  margin: 1.5rem 0 0 0;
}
.list03 li {
  font-size: clamp(1rem, 0.971rem + 0.14vw, 1.2rem);
  margin: 0 0 1rem 0;
}
.list03 li a {
  display: block;
  border: #000 solid 1px;
  border-radius: 999px;
  line-height: 1;
  padding: 0.5rem 1rem;
}
.list03 li a:hover {
  background: #000;
  color: #fff;
}

.list04 {
  margin: 2rem 0 0 0;
}
.list04 li {
  margin: 0 0 1rem 0;
}
.list04 li a {
  display: block;
  border: #000 solid 1px;
  border-radius: 999px;
  font-size: clamp(1.1rem, 1.071rem + 0.14vw, 1.3rem);
  padding: 0 1.5rem 0 1.5rem;
}
.list04 li a:hover {
  background: #000;
  color: #fff;
}
.list04 li:last-child {
  margin: 0;
}

.list05 li {
  font-size: clamp(1.15rem, 1.1rem + 0.25vw, 1.5rem);
  position: relative;
  padding: 0 0 0 1.5rem;
  margin: 0 0 1rem 0;
}
.list05 li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background: #000;
  position: absolute;
  top: 10px;
  left: 0;
}
.list05 li:last-child {
  margin: 0;
}

.list06 li {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  position: relative;
  padding: 0 0 0 1.5rem;
  margin: 0 0 1rem 0;
}
.list06 li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background: #000;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 768px) {
  .list06 li::before {
    top: 7px;
  }
}
@media (max-width: 576px) {
  .list06 li::before {
    top: 6px;
  }
}
.list06 li:last-child {
  margin: 0;
}

#list07 {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
}
#list07 dt {
  display: block;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  margin: 3rem 0 0 2.25rem;
  padding: 0 2rem 0 0;
}
#list07 dt:first-child {
  margin: 0 0 0 2.25rem;
}
#list07 dt::before {
  content: "Q.";
  color: #3747a0;
  font-weight: 700;
  margin: 0 1rem 0 -2.25rem;
}
#list07 dt::after {
  font-family: "Font Awesome 5 Free";
  content: "+";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
}
#list07 dt.active::after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}
#list07 dd {
  display: none;
  position: relative;
  padding: 0 2rem 0 2.6rem;
  margin: 2rem 0 0 0;
}
#list07 dd::before {
  content: "A.";
  color: #c92e2e;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}

.list08 {
  margin: 0 0 0 2rem;
}
.list08 li {
  list-style-type: disc;
  margin: 0 0 0.5rem 0;
}

.pulldown01 select {
  border: #000 solid 1px;
  border-radius: 999px;
  font-size: clamp(1.1rem, 1.071rem + 0.14vw, 1.3rem);
  padding: 0 1rem;
  text-align: left;
}

.cnt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cnt01.mb-20 {
  margin-bottom: 1rem !important;
}
.cnt01 .block.is__title {
  border-right: #000 solid 1px;
  margin: 0 2rem 0 0;
  padding: 0 7rem 0 0;
}
@media (max-width: 768px) {
  .cnt01 .block.is__title {
    padding: 0 2rem 0 0;
  }
  .cnt01 .block.is__title .f_lato_400 {
    white-space: nowrap;
  }
  .cnt01 .list01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .cnt01.mb-20 {
    margin-bottom: 1.3333333333rem !important;
    margin: 0 5px;
  }
}
@media (max-width: 424px) {
  .cnt01 {
    display: block;
  }
  .cnt01 .block.is__title {
    border: none;
    padding: 0;
    margin: 0 0 2rem 0;
  }
}

.cnt02 {
  margin: 0 0 1rem 0;
  position: relative;
}
.cnt02 .img img {
  width: 100%;
  height: calc(100vh - 250px);
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt02 .block.is__desc {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media (max-width: 1024px) {
  .cnt02 .img img {
    height: calc(100vh - 20vw);
  }
  .cnt02 .block.is__desc {
    left: 3vw;
    bottom: 3vw;
  }
  .cnt02 .block.is__desc .desc {
    display: none;
  }
}
@media (max-width: 768px) {
  .cnt02 .img img {
    height: calc(100vh - 40vw);
  }
  .cnt02 .block.is__desc {
    left: 3vw;
    bottom: 3vw;
  }
}
@media (max-width: 576px) {
  .cnt02 .img img {
    height: 50vh;
  }
}
@media (max-width: 424px) {
  .cnt02 .img img {
    height: 65vh;
  }
}

.cnt03 {
  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: 2rem 0 0 0;
}
.cnt03 .is__postblock {
  width: 49%;
  position: relative;
  display: block;
  overflow: hidden;
}
.cnt03 .is__postblock .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt03 .is__postblock:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cnt03 .is__postblock .is__descblock {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: clamp(1.8rem, 1.7rem + 0.5vw, 2.2rem);
  font-weight: 700;
  line-height: 1.4em;
}
.cnt03 .is__postblock .is__descblock.is__f_white {
  color: #fff;
}
@media (max-width: 1024px) {
  .cnt03 .is__postblock .is__descblock {
    left: 15px;
    bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
  .cnt03 .is__postblock .is__descblock .desc br {
    display: none;
  }
}
@media (max-width: 768px) {
  .cnt03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cnt03 .is__postblock {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .cnt03 .is__postblock:last-child {
    margin: 0;
  }
  .cnt03 .is__postblock .img img {
    height: 300px;
  }
}

.cnt04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem 0 0 0;
}
.cnt04 .block.is__postblock {
  width: 24%;
}
@media (max-width: 768px) {
  .cnt04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cnt04 .block.is__postblock {
    width: 48%;
    margin: 0 0 2.5rem 0;
  }
  .cnt04 .block.is__postblock:nth-child(3), .cnt04 .block.is__postblock:nth-child(4) {
    margin: 0;
  }
}

.cnt05 .img {
  overflow: hidden;
  margin: 0 0 1rem 0;
}
.cnt05 .img a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cnt05 .img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cnt05 .date {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.2rem);
  margin: 0 0 0.5rem 0;
}
.cnt05 .category {
  font-size: clamp(1rem, 0.971rem + 0.14vw, 1rem);
  font-weight: 700;
  border: #000 solid 1.5px;
  border-radius: 999px;
  padding: 0.1rem 1rem 0.1rem 1rem;
  display: inline-block;
  margin: 0 0 1rem 0;
}
.cnt05 .title {
  line-height: 1.4em;
}
.cnt05 .title a {
  font-weight: 700;
}
.cnt05 .title a:hover {
  color: #999;
}

.cnt06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .cnt06 {
    display: block;
  }
}

.cnt07.block.is__contentsblock {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 5rem;
}
.cnt07 .block.is__postblock {
  border-bottom: #707070 solid 1px;
  padding: 0 0 2rem 0;
  margin: 0 0 2rem 0;
}
.cnt07 .block.is__postblock .date {
  font-size: clamp(1rem, 0.971rem + 0.14vw, 1.2rem);
}
.cnt07 .block.is__postblock .category {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  border: #000 solid 1px;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  display: inline-block;
  line-height: 1;
  margin: 0 0 1rem 0;
  width: 100%;
  max-width: 100px;
}
.cnt07 .block.is__postblock .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
}
.cnt07 .block.is__postblock .title a:hover {
  color: #999;
}
.cnt07 .block.is__postblock .title span a:hover {
  color: #999;
}
@media (max-width: 1024px) {
  .cnt07 .block.is__postblock .title {
    display: block;
  }
  .cnt07 .block.is__postblock .title span {
    display: block;
    margin: 0.5rem 0 0 0;
  }
}
@media (max-width: 768px) {
  .cnt07.block.is__contentsblock {
    padding: 0;
  }
  .cnt07 .block.is__postblock {
    padding: 0 0 1rem 0;
    margin: 0 0 1rem 0;
  }
  .cnt07 .block.is__postblock .date {
    margin: 0 0 0.5rem 0;
  }
  .cnt07 .block.is__postblock .title span {
    display: none;
  }
}

.cnt08 {
  margin: 0 8px;
  border-right: #000 solid 1px;
  border-left: #000 solid 1px;
}

.cnt09 {
  margin: 8px 8px 0;
}
.cnt09 .img {
  margin: 0 0 10rem 0;
}
.cnt09 .img img {
  width: 100%;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .cnt09 .img {
    margin: 0 0 4rem 0;
  }
  .cnt09 .img img {
    height: 80vw;
    max-height: none;
  }
}

.cnt10 {
  width: 100%;
  max-width: 980px;
  margin: 7rem auto 0;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt10 .block.is__leftblock {
  border-right: #000 solid 0.5px;
  padding: 2rem 9rem 10rem 3rem;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cnt10 .block.is__leftblock p {
  font-size: clamp(1.35rem, 1.186rem + 0.32vw, 1.5rem);
  line-height: 2.1em;
  margin: 0 0 2rem 0;
  text-align: justify;
}
.cnt10 .block.is__rightblock {
  padding: 3rem 0 0 9rem;
}
.cnt10 .block.is__rightblock p {
  font-size: clamp(1.25rem, 1.186rem + 0.32vw, 1.35rem);
  line-height: 2.2em;
  margin: 0 0 2rem 0;
  text-align: justify;
}
@media (max-width: 1024px) {
  .cnt10 .block.is__leftblock {
    padding: 2rem 4rem 10rem 0;
  }
  .cnt10 .block.is__rightblock {
    padding: 2rem 0 0 4rem;
  }
}
@media (max-width: 768px) {
  .cnt10 {
    padding: 0 0 5rem 0;
    display: block;
  }
  .cnt10 .block.is__leftblock {
    padding: 0 2rem;
    width: 100%;
    border: none;
    margin: 0 0 3rem 0;
  }
  .cnt10 .block.is__rightblock {
    padding: 0 2rem;
    width: 100%;
  }
  .cnt10 .block.is__rightblock p {
    margin: 2rem 0 0 0;
  }
}
@media (max-width: 576px) {
  .cnt10 {
    margin: 5rem auto 0;
  }
}

.cnt11 .togglebtn {
  display: none;
  cursor: pointer;
}
.cnt11 .content__en {
  display: block;
}
@media (max-width: 768px) {
  .cnt11 .togglebtn {
    display: block;
  }
  .cnt11 .togglebtn .is__down {
    display: none;
  }
  .cnt11 .togglebtn.open .is__right {
    display: none;
  }
  .cnt11 .togglebtn.open .is__down {
    display: inline-block;
  }
  .cnt11 .content__en {
    display: none;
  }
}

.cnt12 {
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  padding: 7rem 0;
}
@media (max-width: 576px) {
  .cnt12 {
    padding: 5rem 0;
  }
}

.cnt13 {
  width: 100%;
  max-width: 600px;
  padding: 0 15px;
  margin: 0 auto;
}
.cnt13 .img {
  margin: 0 0 5rem 0;
}
.cnt13 .headline07 {
  margin: 0 0 2rem 0;
}
.cnt13 .txt01 {
  font-size: clamp(1.35rem, 1.229rem + 0.36vw, 1.5rem);
  line-height: 2.1em;
  margin: 0 auto 5rem;
  width: 100%;
  max-width: 800px;
}
@media (max-width: 576px) {
  .cnt13 .img img {
    width: 100%;
    height: 75vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.cnt14 {
  padding: 7rem 0 10rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cnt14 .img {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cnt14 .block.is__txtblock {
  padding: 0 7rem 7rem 7rem;
}
.cnt14 .name {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  line-height: 2em;
  margin: 0 0 1.5rem 0;
}
.cnt14 .txt02 {
  margin: 0 0 5rem 0;
  text-align: justify;
  width: 80%;
  font-size: clamp(1.35rem, 1.186rem + 0.32vw, 1.4rem);
  line-height: 2.1em;
}
@media (max-width: 1280px) {
  .cnt14 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cnt14 .block.is__txtblock {
    padding: 0 5rem 0 5rem;
  }
  .cnt14 .txt02 {
    margin: 0 0 3rem 0;
  }
}
@media (max-width: 1024px) {
  .cnt14 {
    display: block;
  }
  .cnt14 .img {
    width: 100%;
    margin: 0 0 4rem 0;
  }
  .cnt14 .block.is__txtblock {
    padding: 0;
  }
  .cnt14 .txt02 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cnt14 {
    padding: 3rem 0 3rem 0;
  }
  .cnt14 .img {
    margin: 0 0 2rem 0;
  }
}

.cnt15 {
  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: 15rem 0 7rem 0;
}
.cnt15 .img {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
.cnt15 .img img {
  width: 300px;
  height: auto;
}
@media (max-width: 1024px) {
  .cnt15 {
    padding: 7rem 0;
  }
  .cnt15 .img img {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .cnt15 {
    display: block;
  }
  .cnt15 .img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 5rem;
  }
}

.cnt16 {
  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;
}
.cnt16 .inner {
  width: 100%;
  max-width: 500px;
}
.cnt16 .txt01 {
  font-size: clamp(1.35rem, 1.229rem + 0.36vw, 1.5rem);
  line-height: 2.6rem;
}
@media (max-width: 768px) {
  .cnt16 .inner {
    max-width: none;
  }
}

.cnt17 {
  border-bottom: #000 solid 1px;
  margin-right: 0;
  margin-left: 0;
}

.cnt18 {
  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: 10rem 0 10rem 0;
}
.cnt18 .img {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
.cnt18 .img img {
  width: 500px;
  height: auto;
}
@media (max-width: 1024px) {
  .cnt18 {
    padding: 7rem 0;
  }
  .cnt18 .img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cnt18 {
    display: block;
  }
  .cnt18 .img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 5rem;
  }
}

.cnt19 {
  border-bottom: none;
  padding-bottom: 15rem;
}
@media (max-width: 768px) {
  .cnt19 {
    padding-bottom: 7rem;
  }
}

.cnt20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cnt20 .block.is__leftblock {
  border-right: #000 solid 1px;
  width: 25%;
  max-width: 470px;
  padding: 10rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cnt20 .block.is__rightblock {
  padding: 8rem 8rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1280px) {
  .cnt20 .block.is__rightblock {
    padding: 5rem;
  }
}
@media (max-width: 1024px) {
  .cnt20 {
    display: block;
  }
  .cnt20 .block.is__leftblock {
    width: 100%;
    max-width: none;
    display: block;
    padding: 3rem 15px;
    border: none;
  }
  .cnt20 .block.is__rightblock {
    padding: 0 15px 5rem 15px;
  }
}

.cnt21 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt21 .txt01 {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.5rem);
  line-height: 1.4em;
}
.cnt21 .block {
  width: 49%;
}
.cnt21 .block .img {
  overflow: hidden;
  margin: 0 0 1rem 0;
}
.cnt21 .block .img a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cnt21 .block .img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 768px) {
  .cnt21 {
    display: block;
  }
  .cnt21 .block {
    width: 100%;
    margin: 0 0 5rem 0;
  }
  .cnt21 .block:last-child {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cnt21 .block {
    margin: 0 0 3rem 0;
  }
}

.cnt22 {
  width: 100%;
  max-width: 700px;
}
.cnt22 .img.is__mainimg {
  margin: 0 0 2rem 0;
}

.cnt23 {
  width: 100%;
  max-width: 800px;
}
.cnt23 .desc {
  font-size: clamp(3.3rem, 3.2rem + 0.5vw, 4rem);
  font-weight: 700;
  line-height: 1.5em;
  margin: 0 0 2rem 0;
}
.cnt23 .postinfo {
  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: 0 0 3rem 0;
}
.cnt23 .postinfo .category {
  font-size: clamp(1rem, 1.057rem + 0.21vw, 1.1rem);
  border: #000 solid 1px;
  border-radius: 999px;
  padding: 0.15rem 1.5rem;
}
.cnt23 .postinfo .date {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
}
.cnt23 .block.is__innerblock {
  margin: 0 0 12rem 0;
}
.cnt23 .block.is__innerblock .headline14 {
  margin: 0 0 2rem 0;
}
.cnt23 .block.is__innerblock .img {
  margin: 3rem 0 0 0;
}
.cnt23 .block.is__profile {
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30rem 0 2rem 0;
}
.cnt23 .block.is__profile .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cnt23 .block.is__profile .img img {
  width: 250px;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt23 .block.is__history {
  padding: 0 0 0 4rem;
}
.cnt23 .block.is__history .name {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.cnt23 .block.is__shop .headline15 {
  margin: 0 0 1rem 0;
}
.cnt23 .block.is__shop a:hover {
  color: #999;
}
@media (max-width: 1024px) {
  .cnt23 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .cnt23 .desc {
    font-size: 2.8rem;
  }
  .cnt23 .block.is__profile .img img {
    width: 200px;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 576px) {
  .cnt23 .desc {
    font-size: 2.2rem;
  }
  .cnt23 .desc br {
    display: none;
  }
  .cnt23 .block.is__innerblock {
    margin: 0 0 7rem 0;
  }
  .cnt23 .block.is__profile {
    display: block;
    margin: 13rem 0 3rem 0;
    padding: 1rem 0;
  }
  .cnt23 .block.is__profile .img {
    margin: 0 0 2rem 0;
    text-align: center;
  }
  .cnt23 .block.is__history {
    padding: 0;
  }
}

.cnt24 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cnt24 .is__categoryarchive {
  width: 100%;
}
.cnt24 .is__categoryarchive .category {
  width: auto !important;
  display: inline-block;
  padding: 0.75rem 1.5rem 0.75rem 1.5rem;
}
.cnt24 .category {
  border: #000 solid 1px;
  border-radius: 999px;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  width: 150px;
  padding: 0.75rem 0 0.75rem 1.5rem;
  line-height: 1;
  margin: 0 0 3rem 0;
}
.cnt24 .block {
  margin: 0 0 5rem 0;
}
.cnt24 .block.is__pickup {
  position: relative;
  width: 100%;
}
.cnt24 .block.is__pickup .img {
  position: relative;
  overflow: hidden;
}
.cnt24 .block.is__pickup .img::before {
  content: "PICK UP";
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1rem, 1.7rem + 0.5vw, 1.5rem);
  border: #000 solid 1px;
  background: #fff;
  border-radius: 999px;
  position: absolute;
  left: 30px;
  top: 30px;
  padding: 0.75rem 1.5rem;
  line-height: 1;
  z-index: 1;
}
.cnt24 .block.is__pickup .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100% !important;
}
.cnt24 .block.is__pickup:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cnt24 .block.is__title {
  position: absolute;
  left: 30px;
  bottom: 50px;
  margin-bottom: 0;
}
.cnt24 .block.is__title .category {
  font-weight: 700;
  padding: 1rem 1.5rem 1rem 1.5rem;
  font-size: clamp(1.15rem, 1.1rem + 0.25vw, 1.5rem);
  width: auto;
  display: inline-block;
  margin: 0 0 1.5rem 0;
}
.cnt24 .block.is__archive {
  width: 49%;
}
.cnt24 .block.is__archive .img {
  overflow: hidden;
  margin: 0 0 1.5rem 0;
}
.cnt24 .block.is__archive .img a img {
  width: 100%;
  height: 30vw;
  max-height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 2200px) {
  .cnt24 .block.is__archive .img a img {
    height: 20vw;
  }
}
.cnt24 .block.is__archive .img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cnt24 .block.is__archive .date {
  margin: 0 0 0.5rem 0;
}
.cnt24 .block.is__archive .category {
  font-size: clamp(1rem, 1.229rem + 0.36vw, 1.1rem);
  margin: 0 0 0.5rem 0;
  width: auto;
  display: inline-block;
  padding: 0.5rem 2rem 0.5rem 1.5rem;
}
.cnt24 .block.is__archive .title {
  font-weight: 700;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  line-height: 1.6em;
}
.cnt24 .block.is__archive .title a:hover {
  color: #999;
}
@media (max-width: 1280px) {
  .cnt24 .block.is__pickup .img::before {
    left: 15px;
    top: 15px;
  }
  .cnt24 .block.is__title {
    left: 15px;
    bottom: 20px;
  }
  .cnt24 .block.is__archive {
    width: 48%;
  }
  .cnt24 .block.is__archive .img a img {
    height: 23vw;
  }
}
@media (max-width: 1024px) {
  .cnt24 .block.is__archive .img a img {
    height: 30vw;
  }
}
@media (max-width: 768px) {
  .cnt24 .block.is__pickup .img img {
    height: 70vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cnt24 .block.is__archive {
    width: 100%;
  }
  .cnt24 .block.is__archive .img a img {
    height: 55vw;
  }
  .cnt24 .block.is__archive .date {
    margin: 0 0 1rem 0;
  }
  .cnt24 .block.is__archive .category {
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 576px) {
  .cnt24 .block.is__pickup .img img {
    height: 80vw;
  }
  .cnt24 .block.is__pickup .img::before {
    left: 10px;
    top: 10px;
    font-size: 3vw;
  }
  .cnt24 .block.is__title {
    left: 0;
    bottom: 0;
    padding: 10px 10px;
  }
  .cnt24 .block.is__title .category {
    padding: 0.5rem 1.5rem;
    margin: 0 0 1rem 0;
  }
  .cnt24 .block.is__archive {
    margin: 0 0 3rem 0;
  }
}

.cnt25 .desc {
  font-size: clamp(2.3rem, 2.2rem + 0.5vw, 3rem);
}
.cnt25 .block.is__innerblock .img {
  margin: 0 0 2rem 0;
}

.cnt26 .block.is__innerblock {
  margin: 0 0 10rem 0;
}
.cnt26 .block.is__innerblock p {
  margin: 0 0 2rem 0;
  line-height: 1.7em;
  font-size: 1.4rem;
}
.cnt26 .block.is__innerblock a:hover {
  color: #999;
}
@media (max-width: 576px) {
  .cnt26 .block.is__innerblock {
    margin: 0 0 7rem 0;
  }
}

.cnt27 {
  padding: 10rem 15px;
}
.cnt27 .contents_wrap {
  width: 100%;
  max-width: 1194px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .cnt27 {
    padding: 5rem 15px;
  }
}

.cnt28 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 7rem 0;
}
.cnt28 .color_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 1rem 0;
}
.cnt28 .color_list li {
  font-size: clamp(1.1rem, 1.071rem + 0.14vw, 1.3rem);
  border: #000 solid 1px;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  margin: 0 0.75rem 0 0;
}
.cnt28 .block {
  width: 50%;
  padding: 2rem 5rem;
}
.cnt28 .block:first-child {
  border-right: #eee solid 1px;
}
.cnt28 .block .name__L {
  font-size: clamp(1.6rem, 1.5rem + 0.5vw, 2.3rem);
  margin: 0 0 2.5rem 0;
}
.cnt28 .block .name__S {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  margin: 0 0 1.5rem 0;
}
.cnt28 .block .size {
  font-size: clamp(1.1rem, 1.071rem + 0.14vw, 1.3rem);
  margin: 0 0 1.5rem 0;
}
.cnt28 .block .price {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  margin: 0 0 1.5rem 0;
}
.cnt28 .block .price span {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 700;
  margin: 0 0 0 1rem;
}
.cnt28 .block .unit {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  margin: 0 0 2.5rem 0;
}
.cnt28 .block .unit select {
  border: #000 solid 1px;
  padding: 0 1rem;
  width: 70px;
  margin: 0 0 0 1rem;
}
.cnt28 .block .addcart input[type=submit] {
  border: #000 solid 1px;
  padding: 1.5rem 0;
  width: 100%;
  max-width: 300px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cnt28 .block .addcart input[type=submit]:hover {
  background: #000;
  color: #fff;
}
.cnt28 .block .gift {
  font-size: clamp(1.15rem, 1.1rem + 0.25vw, 1.5rem);
  margin: 1rem 0 0 0;
}
.cnt28 .block .gift a:hover {
  color: #999;
}
@media (max-width: 1024px) {
  .cnt28 {
    display: block;
  }
  .cnt28 .block {
    width: 100%;
    padding: 3rem 0;
  }
  .cnt28 .block:first-child {
    border-bottom: #eee solid 1px;
    border-right: none;
  }
}

.cnt29 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cnt29 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cnt29 .img img {
  max-width: 150px;
  height: auto;
}
.cnt29 .iteminfo {
  padding: 0 0 0 1.5rem;
  margin: 0 0 1.5rem 0;
}
.cnt29 .iteminfo .name__S {
  margin: 0 0 1rem 0;
}
.cnt29 .iteminfo .set {
  font-size: clamp(1.1rem, 1.071rem + 0.14vw, 1.3rem);
  margin: 0 0 1rem 0;
  line-height: 1.5em;
}
.cnt29 .iteminfo .attention {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5em;
  margin: 0 0 0 10px;
}
.cnt29 .iteminfo .attention::before {
  content: "※";
  margin: 0 0 0 -10px;
}
@media (max-width: 576px) {
  .cnt29 {
    display: block;
  }
  .cnt29 .img {
    text-align: center;
    margin: 0 0 1.5rem 0;
  }
  .cnt29 .iteminfo {
    padding: 0;
  }
}

.cnt30 .block {
  margin: 0 0 3rem 0;
}
.cnt30 .block:last-child {
  margin: 0;
}

.cnt31 {
  border: #eee solid 1px;
  padding: 5rem 5rem 2rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10rem 0 0 0;
}
.cnt31 .wrap {
  width: 48%;
}
.cnt31 .block {
  margin: 0 0 4rem 0;
}
.cnt31 .block:last-child {
  margin: 0;
}
.cnt31 .block .inner {
  margin: 0 0 3rem 0;
}
.cnt31 h4 {
  border-bottom: #000 solid 1px;
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  line-height: 1.5em;
  padding: 0 0 0.5rem 0;
  margin: 0 0 1.5rem 0;
}
.cnt31 h5 {
  border-left: #eee solid 7px;
  padding: 0 0 0 0.75rem;
  margin: 0 0 1rem 0;
}
.cnt31 p {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  line-height: 1.6em;
}
.cnt31 p.fw700 {
  font-weight: 700;
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  margin: 0.5rem 0;
}
.cnt31 ul {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
}
.cnt31 ul li {
  margin: 0 0 0.5rem 14px;
}
.cnt31 ul li::before {
  content: "●";
  margin: 0 0 0 -14px;
}
.cnt31 ul.attentionlist li {
  margin: 0 0 0.5rem 0;
}
.cnt31 ul.attentionlist li::before {
  content: none;
  margin: 0;
}
@media (max-width: 1024px) {
  .cnt31 {
    padding: 4rem 2.5rem 2rem 2.5rem;
  }
}
@media (max-width: 768px) {
  .cnt31 {
    display: block;
  }
  .cnt31 .wrap {
    width: 100%;
  }
  .cnt31 .wrap:first-child {
    margin: 0 0 3rem 0;
  }
}

.cnt32 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 10rem 0;
}
.cnt32 #slider02 {
  width: 100%;
  margin: 0 auto 30px;
}
.cnt32 #slider02 .slide-item img {
  width: 100%;
  height: 860px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt32 #thumbnail-list {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cnt32 #thumbnail-list .thumbnail-item {
  width: 13%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 1.53rem 1.5rem 0;
}
.cnt32 #thumbnail-list .thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
.cnt32 #thumbnail-list .thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.cnt32 #thumbnail-list .thumbnail-item img {
  width: 100%;
  margin: 0 auto;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .cnt32 {
    margin: 0 0 5rem 0;
  }
  .cnt32 #slider02 .slide-item img {
    height: 600px;
  }
  .cnt32 #thumbnail-list .thumbnail-item img {
    height: 90px;
  }
}
@media (max-width: 768px) {
  .cnt32 {
    margin: 0 0 5rem 0;
  }
  .cnt32 #slider02 .slide-item img {
    height: 60vw;
  }
  .cnt32 #thumbnail-list .thumbnail-item img {
    height: 10vw;
  }
}
@media (max-width: 576px) {
  .cnt32 {
    margin: 0 0 3rem 0;
  }
  .cnt32 #slider02 .slide-item img {
    height: 60vw;
  }
  .cnt32 #thumbnail-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cnt32 #thumbnail-list::after {
    content: "";
    display: block;
    width: 30%;
  }
  .cnt32 #thumbnail-list .thumbnail-item {
    width: 30%;
    margin: 0 0 1.5rem 0;
  }
  .cnt32 #thumbnail-list .thumbnail-item img {
    height: 18vw;
  }
}

.cnt33 {
  padding: 10px;
  border-bottom: #000 solid 1px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .cnt33 {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cnt33 {
    padding: 0;
  }
}

.cnt34 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cnt34 .img {
  width: 100%;
  max-width: 1070px;
}
.cnt34 .block {
  padding: 0 6rem 3rem 3rem;
  width: 550px;
}
.cnt34 .block .name {
  font-size: clamp(2.3rem, 2.2rem + 0.5vw, 3rem);
  margin: 0 0 0.75rem 0;
}
.cnt34 .block .desc__en {
  font-size: clamp(1rem, 1.314rem + 0.43vw, 1.4rem);
  border-bottom: #707070 solid 1px;
  padding: 0 0 0.5rem 0;
  margin: 0 0 4rem 0;
}
.cnt34 .block .catch {
  font-size: clamp(2rem, 3.2rem + 0.5vw, 2.7rem);
  line-height: 1.5em;
  margin: 0 0 3rem 0;
}
.cnt34 .block .desc__ja {
  line-height: 1.9em;
}
@media (max-width: 1280px) {
  .cnt34 .img {
    max-width: 60%;
  }
  .cnt34 .img img {
    width: 100%;
    min-height: 435px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cnt34 .block {
    padding: 0 0 0 4vw;
    width: 40%;
  }
  .cnt34 .block .desc__en {
    margin: 0 0 4rem 0;
  }
  .cnt34 .block .catch {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .cnt34 {
    display: block;
    margin: 0 0 5rem 0;
  }
  .cnt34 .img {
    max-width: none;
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .cnt34 .img img {
    min-height: 350px;
  }
  .cnt34 .block {
    padding: 0 15px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cnt34 .block .catch {
    font-size: 2rem;
    margin: 0 0 2rem 0;
  }
}

.cnt35 {
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  padding: 5rem 0;
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.cnt35 .scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.cnt35 .scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.cnt35 .scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
          animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.cnt35 .scroll-infinity__item {
  width: 35vw;
  margin: 0 0.2rem 0 0;
}
.cnt35 .scroll-infinity__item > img {
  width: 100%;
  height: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .cnt35 {
    padding: 5rem 0;
  }
}
@media (max-width: 1024px) {
  .cnt35 {
    padding: 3rem 0;
  }
}
@media (max-width: 768px) {
  .cnt35 .scroll-infinity__item {
    margin: 0 1rem 0 0;
  }
}
@media (max-width: 576px) {
  .cnt35 {
    padding: 2rem 15px;
  }
  .cnt35 .scroll-infinity__item {
    width: 100vw;
    margin: 0;
  }
  .cnt35 .scroll-infinity__item > img {
    height: 60vw;
  }
}

.cnt36 {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15rem 20px 10rem 20px;
}
.cnt36 .catch {
  width: 50%;
  font-size: clamp(2.3rem, 2.2rem + 0.5vw, 3rem);
  border-right: #000 solid 1px;
  line-height: 1.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cnt36 .desc {
  width: 50%;
  font-size: clamp(1.35rem, 1.186rem + 0.32vw, 1.5rem);
  line-height: 2em;
  padding: 0 0 0 7rem;
}
@media (max-width: 1280px) {
  .cnt36 .catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cnt36 .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 2rem 0 4rem;
  }
}
@media (max-width: 1024px) {
  .cnt36 {
    padding: 10rem 20px 5rem 20px;
    display: block;
  }
  .cnt36 .catch {
    width: 100%;
    text-align: center;
    border: none;
    display: block;
    margin: 0 0 3rem 0;
  }
  .cnt36 .desc {
    width: 100%;
    display: block;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .cnt36 {
    padding: 5rem 0 4rem;
  }
  .cnt36 .catch {
    margin: 0 0 2rem 0;
    font-size: 2rem;
  }
}

.cnt37 {
  padding: 14rem 10%;
}
.cnt37 .flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10rem 0 0 0;
}
.cnt37 .flexwrap .block {
  width: 48%;
  margin: 4px 0 5rem 0;
  text-align: center;
}
.cnt37 .flexwrap .block .img {
  overflow: hidden;
  margin: 0 0 2rem 0;
}
.cnt37 .flexwrap .block .img a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cnt37 .flexwrap .block .img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cnt37 .flexwrap .block .color {
  font-size: clamp(1.4rem, 1.6rem + 0.5vw, 1.7rem);
  margin: 0 0 0.1rem 0;
  font-weight: 500;
}
.cnt37 .flexwrap .block .desc {
  font-size: clamp(1.15rem, 1.1rem + 0.25vw, 1.3rem);
  line-height: 1.6em;
  margin: 0 auto 1.5rem auto;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .cnt37 {
    padding: 10rem 20px;
  }
  .cnt37 .flexwrap {
    margin: 7rem 0 0 0;
  }
  .cnt37 .flexwrap .block {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .cnt37 .flexwrap {
    display: block;
  }
  .cnt37 .flexwrap .block {
    width: 100%;
  }
  .cnt37 .flexwrap .block:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cnt37 {
    padding: 7rem 8px;
  }
  .cnt37 .flexwrap {
    margin: 5rem 0 0 0;
  }
}

.cnt38 {
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  padding: 3rem 50px 7rem;
}
.cnt38.is__topbordernone {
  border-top: none;
}
@media (max-width: 1024px) {
  .cnt38 {
    padding: 3rem 20px 7rem;
  }
}

.cnt39 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cnt39 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1vw;
  width: 33%;
  max-width: 470px;
}
.cnt39 .block .img {
  margin: 0 0 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cnt39 .block .img img {
  width: 80%;
  height: auto;
}
.cnt39 .block table thead tr th {
  font-size: clamp(1rem, 1.071rem + 0.14vw, 1.1rem);
  font-weight: 700;
  padding: 0 0 0.5rem 0;
  white-space: nowrap;
}
.cnt39 .block table tbody tr th {
  font-weight: 500;
  font-size: clamp(1rem, 1.071rem + 0.14vw, 1.1rem);
  line-height: 1.2rem;
  text-align: justify;
  white-space: nowrap;
}
.cnt39 .block table tbody tr td {
  font-weight: 500;
  font-size: clamp(1rem, 1.071rem + 0.14vw, 1.1rem);
  line-height: 1.2rem;
}
.cnt39 .block.is__sizeL {
  max-width: none;
  width: 50%;
}
.cnt39 .block.is__sizeL:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cnt39 .block.is__onecolumn:first-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cnt39 .block.is__onecolumn .img img {
  max-width: 434px;
  height: auto;
}
@media (max-width: 1024px) {
  .cnt39 .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
  }
  .cnt39 .block.is__onecolumn:first-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cnt39 .block.is__onecolumn .img img {
    max-width: 300px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .cnt39 {
    display: block;
  }
  .cnt39 .block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: none;
    margin: 0 0 3rem 0;
  }
  .cnt39 .block:last-child {
    margin: 0;
  }
  .cnt39 .block.is__sizeL {
    max-width: none;
    width: 100%;
  }
  .cnt39 .block.is__sizeL:first-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cnt39 .block.is__sizeL table {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cnt39 .block .img {
    width: 40%;
  }
  .cnt39 .block.is__onecolumn .img img {
    max-width: 100%;
    height: auto;
  }
}

.cnt40 {
  padding: 5rem 5rem 10rem 5rem;
}
@media (max-width: 1024px) {
  .cnt40 {
    padding: 5rem 20px;
  }
}

.cnt41 {
  margin: 0 0 6rem 0;
}
.cnt41 .headline23 {
  margin: 0 0 0.5rem 0;
}
@media (max-width: 576px) {
  .cnt41 {
    margin: 0 0 4rem 0;
  }
}

.cnt42 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cnt42 .block {
  width: 16%;
  margin: 0 0.2% 3rem 0.2%;
}
.cnt42 .block .img {
  overflow: hidden;
  margin: 0 0 1rem 0;
}
.cnt42 .block .img a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cnt42 .block .img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cnt42 .block .name {
  text-align: center;
  margin: 0 0 0 0;
  font-size: clamp(1.1rem, 1.1rem + 0.25vw, 1.1rem);
  line-height: 1em;
}
.cnt42 .block .price {
  text-align: center;
  font-size: clamp(1.15rem, 1.1rem + 0.25vw, 1.3rem);
  line-height: 1.6em;
}
.cnt42 .block .price span {
  margin: 0 1rem;
}
@media (max-width: 768px) {
  .cnt42 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cnt42::after {
    content: "";
    display: block;
    width: 32%;
  }
  .cnt42 .block {
    width: 32%;
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 576px) {
  .cnt42 .block {
    width: 49.5%;
  }
  .cnt42 .block .price span {
    display: block;
  }
}

.cnt43 {
  padding: 10rem 0;
}
.cnt43 .f_serif_500 {
  text-align: center;
  font-size: clamp(2.3rem, 2.2rem + 0.5vw, 3rem);
  line-height: 1.6em;
  margin: 0 0 0.5rem 0;
}
.cnt43 .f_lato_700 {
  text-align: center;
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
}
@media (max-width: 576px) {
  .cnt43 {
    padding: 7rem 0;
  }
}

.cnt44 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8rem 0 0 0;
}
.cnt44 .block {
  margin: 0 4rem;
  width: 48%;
  max-width: 614px;
}
.cnt44 .block .img {
  margin: 0 0 2rem 0;
}
.cnt44 .block .f_lato_700 {
  margin: 0 0 1.5rem 0;
}
.cnt44 .block .desc {
  line-height: 2.2em;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cnt44 {
    display: block;
    margin: 5rem 0 0 0;
  }
  .cnt44 .block {
    width: 100%;
    margin: 0;
    max-width: none;
    padding: 0 20px;
  }
  .cnt44 .block:first-child {
    margin: 0 0 4rem 0;
  }
  .cnt44 .block .img {
    text-align: center;
    width: 70%;
    margin: 0 auto 1rem auto;
  }
}
@media (max-width: 576px) {
  .cnt44 .block .img {
    width: 100%;
    max-width: 300px;
  }
  .cnt44 .block .desc {
    max-width: none;
  }
}

.cnt45 {
  margin-top: 8rem;
}

.cnt46 .cssgrid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt46 .cssgrid .i-name {
  margin: 0 0 1.5rem 0;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  font-weight: 700;
}
.cnt46 .cssgrid .spec {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
}
.cnt46 .cssgrid .grid-b {
  width: 50%;
  border-right: #ddd solid 1px;
  padding: 0 0 0 3rem;
}
.cnt46 .cssgrid .grid-l {
  width: 50%;
  padding: 0 0 0 3rem;
}
.cnt46 .cssgrid .cartjs_box {
  border: none !important;
}
.cnt46 .cssgrid .cartjs_box .cartjs_product_table table {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cnt46 .cssgrid .cartjs_box .cartjs_product_table table .cartjs_product_input_txt {
  border: #000 solid 1px;
}
.cnt46 .cssgrid .cartjs_box .cartjs_cart_in input[type=submit] {
  display: block !important;
  width: 100% !important;
  max-width: 410px !important;
  border: #000 solid 1px !important;
  background: #fff !important;
  color: #000 !important;
  border-radius: 0 !important;
  font-size: clamp(1.25rem, 1.186rem + 0.32vw, 1.7rem) !important;
}
.cnt46 .cssgrid .cartjs_block {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cnt46 .cssgrid .cartjs_dtl_tbl tbody .cartjs_sales_price th {
  background: none !important;
  padding-left: 0 !important;
}
.cnt46 .cssgrid .cartjs_dtl_tbl tbody .cartjs_sales_price td .cartjs_product_price {
  color: #000 !important;
}
.cnt46 .cssgrid .cartjs_dtl_tbl tbody .cartjs_product_num th {
  background: none !important;
  padding-left: 0 !important;
}
.cnt46 .cssgrid .cartjs_dtl_tbl tbody .cartjs_product_num td input[type=number] {
  border: #000 solid 1px;
}
.cnt46 .cssgrid .cartjs_buy p input[type=submit] {
  display: block !important;
  width: 100% !important;
  max-width: 410px !important;
  border: #000 solid 1px !important;
  background: #fff !important;
  color: #000 !important;
  border-radius: 0 !important;
  font-size: clamp(1.25rem, 1.186rem + 0.32vw, 1.7rem) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
}
@media (max-width: 1024px) {
  .cnt46 .cssgrid {
    display: block;
  }
  .cnt46 .cssgrid .grid-b {
    width: 100%;
    border-right: none;
    border-bottom: #ddd solid 1px;
    padding: 0 0 2rem 0;
    margin: 0 0 3rem 0;
  }
  .cnt46 .cssgrid .grid-l {
    width: 100%;
    padding: 0 0 0 0;
  }
  .cnt46 .cssgrid .cartjs_box .cartjs_product_table table {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cnt46 .cartjs_buy p input[type=submit] {
    font-size: 1.5rem !important;
  }
}

.cnt47 {
  margin: 0 0 8rem 0;
}
@media (max-width: 576px) {
  .cnt47 {
    margin: 0 0 5rem 0;
  }
}
.cnt47 .headline {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  border-bottom: #000 solid 1px;
  padding: 0 0 1rem 0;
  text-align: center;
  margin: 0 0 2rem 0;
  letter-spacing: 0.1em;
}
.cnt47 .block {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  margin: 0 0 7rem 0;
}
@media (max-width: 576px) {
  .cnt47 .block {
    margin: 0 0 4rem 0;
  }
}
.cnt47 .block:last-child {
  margin: 0;
}
.cnt47 .block .shopname {
  margin: 0 0 1rem 0;
}
.cnt47 .block .shopname a {
  text-decoration: underline;
}
.cnt47 .block .shopname a:hover {
  text-decoration: none;
}
.cnt47 .block .shopaddress {
  margin: 0 0 1rem 0;
}
.cnt47 .block .shopaddress br {
  display: none;
}
@media (max-width: 576px) {
  .cnt47 .block .shopaddress br {
    display: block;
  }
}
.cnt47 .block .shoptel {
  margin: 0 0 2rem 0;
}
.cnt47 .block .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cnt47 .block .item li {
  border: #000 solid 1px;
  text-align: center;
  padding: 0.5rem 3rem;
  margin: 0 1.5rem 0 0;
  font-size: clamp(1.15rem, 1.1rem + 0.25vw, 1.5rem);
}

.cnt48 {
  padding: 12rem 15px;
  margin: 0 0 5rem 0;
}
.cnt48:last-child {
  margin: 0;
}

.cnt49 {
  margin: 0 0 8rem 0;
}
.cnt49:last-child {
  margin: 0;
}

.cnt50 {
  padding: 8rem 0 12rem 0;
}
@media (max-width: 576px) {
  .cnt50 {
    padding: 4rem 0 7rem 0;
  }
}

.cnt51 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cnt51 .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cnt51 .tabs__menu {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.cnt51 .tabs__menu-item {
  cursor: pointer;
  font-size: clamp(1rem, 0.971rem + 0.14vw, 1rem);
  border: #000 solid 1px;
  border-radius: 999px;
  padding: 0.3rem 1.3rem;
  line-height: 1;
  margin: 0 0 1rem 0;
  white-space: nowrap;
}
.cnt51 .tabs__menu-item.is-active {
  cursor: default;
  background: #000;
  color: #fff;
}
.cnt51 .tabs__contain {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cnt51 .tabs__body {
  display: none;
}
.cnt51 .tabs__body.is-active {
  display: block;
}
@media (max-width: 768px) {
  .cnt51 {
    display: block;
  }
  .cnt51 .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cnt51 .tabs__menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.5rem;
  }
  .cnt51 .tabs__menu p {
    margin: 0 1rem 0 0;
  }
  .cnt51 .tabs__menu-item {
    margin: 0 1rem 1rem 0;
  }
  .cnt51 .tabs__contain {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.cnt52 {
  padding: 5rem 5rem 3rem;
}
.cnt52 .block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 3rem 0;
  padding: 0 0rem;
}
.cnt52 .block__title {
  border-right: #000 solid 1px;
  padding: 0 10rem 0 0;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cnt52 .block__title h2 {
  font-size: clamp(2.4rem, 2.3rem + 0.5vw, 3.1rem);
  margin: 0 0 0.25rem 0;
}
.cnt52 .block__title p {
  /*                font-size: unquote("clamp(1.4rem, 1.314rem + 0.43vw, 2rem)");*/
}
.cnt52 .block__pattern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.cnt52 .block__pattern li {
  font-size: clamp(1.1rem, 0.725rem + 1.2vw, 1.4rem);
  border-right: #000 solid 1px;
  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;
  padding: 0 5rem;
  height: 30px;
}
@media (max-width: 768px) {
  .cnt52 .block__title {
    width: 200px;
    padding: 0;
  }
  .cnt52 .block__pattern li {
    padding: 0 4vw;
  }
}
@media (max-width: 576px) {
  .cnt52 {
    padding: 5rem 20px 3rem;
  }
  .cnt52 .block__wrap {
    display: block;
    padding: 0 0rem;
  }
  .cnt52 .block__title {
    border-right: none;
    border-bottom: #000 solid 1px;
    padding: 2rem 0 1rem 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 1rem 0;
    width: auto;
  }
  .cnt52 .block__pattern {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cnt52 .block__pattern li {
    font-size: 1.5rem;
    border-right: #000 solid 1px;
    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;
    padding: 0.5rem 1rem;
    height: auto;
  }
  .cnt52 .block__pattern li:first-child {
    border-left: #000 solid 1px;
  }
  .cnt52 .block__pattern li br {
    display: none;
  }
  .cnt52 .block__pattern li span {
    width: 6px;
  }
}

.cnt53 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0rem;
}
.cnt53::before {
  content: "";
  display: block;
  width: 19.5%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.cnt53::after {
  content: "";
  display: block;
  width: 19.5%;
}
.cnt53 .block {
  width: 19.65%;
}
.cnt53 .block .img {
  overflow: hidden;
  margin: 0 0 1rem 0;
}
.cnt53 .block .img a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cnt53 .block .img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cnt53 .block .pattern {
  text-align: center;
  font-size: clamp(1.25rem, 1.186rem + 0.32vw, 1.3rem);
  line-height: 100%;
}
.cnt53 .block .category {
  text-align: center;
  font-size: clamp(1rem, 0.971rem + 0.14vw, 1.2rem);
  line-height: 180%;
}
@media (max-width: 768px) {
  .cnt53::after {
    content: "";
    display: block;
    width: 33%;
  }
  .cnt53 .block {
    width: 33%;
    margin: 0 0 1.5rem 0;
  }
}
@media (max-width: 576px) {
  .cnt53 {
    padding: 0 0rem;
  }
  .cnt53 .block {
    width: 49.5%;
  }
}

.cnt54 {
  /*    border-bottom: $c_black solid 1px;*/
  margin: 0 0 1.5rem 0;
}

.cnt55 {
  /*    border-bottom: $c_black solid 1px;*/
  margin: 0 0 1.5rem 0;
  border-top: #000 solid 1px;
}

.cnt56 {
  border-top: #000 solid 1px;
}

.cnt57 {
  height: 20vw;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cnt57 p {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  margin: 0 0 1rem 0;
}
.cnt57 a {
  text-decoration: underline;
}
.cnt57 a:hover {
  text-decoration: none;
}
@media (max-width: 576px) {
  .cnt57 {
    padding: 10rem 0;
    height: auto;
    min-height: auto;
  }
}

.cnt58 {
  margin: 0 0 5rem 0;
}
.cnt58 p {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  line-height: 1.7em;
}
.cnt58 h2 {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  border-bottom: #000 solid 1px;
  padding: 0 0 0.5rem 0;
  margin: 0 0 2rem 0;
}
.cnt58 ol li {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  list-style-type: decimal;
  margin: 0 0 0.5rem 2rem;
  line-height: 1.7em;
}
.cnt58 ul li {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  position: relative;
  padding: 0 0 0 1.5rem;
  margin: 0 0 0.5rem 0;
  line-height: 1.7em;
}
.cnt58 ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background: #000;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 768px) {
  .cnt58 ul li::before {
    top: 7px;
  }
}
@media (max-width: 576px) {
  .cnt58 ul li::before {
    top: 6px;
  }
}
.cnt58 ul li:last-child {
  margin: 0;
}
@media (max-width: 576px) {
  .cnt58 {
    margin: 0 0 3.5rem 0;
  }
}

.cnt59 {
  padding: 6rem 15px 10rem;
}
.cnt59 a {
  text-decoration: underline;
}
.cnt59 a:hover {
  text-decoration: none;
}
@media (max-width: 576px) {
  .cnt59 {
    padding: 3rem 0 8rem;
  }
}

.cnt60 {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}
.cnt60 .wrap {
  width: 100%;
}
.cnt60 ul li::before {
  margin: 0 0 0 5px;
}
.cnt60 ul.attentionlist li {
  padding: 0;
}
.cnt60 a {
  text-decoration: underline;
}
.cnt60 a:hover {
  text-decoration: none;
}

.cnt61 {
  padding: 5rem 10% 2rem;
  border-bottom: #000 solid 1px;
}
.cnt61 .flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 0;
}
.cnt61 .flexwrap .block {
  width: 48%;
  margin: 4px 0 5rem 0;
  text-align: center;
}
.cnt61 .flexwrap .block .img {
  overflow: hidden;
  margin: 0 0 2rem 0;
}
.cnt61 .flexwrap .block .img a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cnt61 .flexwrap .block .img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cnt61 .flexwrap .block .color {
  font-size: clamp(1.4rem, 1.6rem + 0.5vw, 1.7rem);
  margin: 0 0 0.1rem 0;
  font-weight: 500;
}
.cnt61 .flexwrap .block .desc {
  font-size: clamp(1.15rem, 1.1rem + 0.25vw, 1.3rem);
  line-height: 1.6em;
  margin: 0 auto 1.5rem auto;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .cnt61 {
    padding: 0rem 20px;
  }
  .cnt61 .flexwrap {
    margin: 0 0 0 0;
  }
  .cnt61 .flexwrap .block {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .cnt61 .flexwrap {
    display: block;
  }
  .cnt61 .flexwrap .block {
    width: 100%;
  }
  .cnt61 .flexwrap .block:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cnt61 {
    padding: 0rem 8px;
  }
  .cnt61 .flexwrap {
    margin: 5rem 0 0 0;
  }
}

.container-base, .container-1100, .container-1000 {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.container-1000 {
  max-width: 1040px;
}

.container-1100 {
  max-width: 1140px;
}

.container-1290 {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 1320px;
}

.container-1660 {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1690px;
}

.headline01 {
  font-size: clamp(2rem, 3.1rem + 0.5vw, 2.8rem);
}

.headline02 {
  font-size: clamp(1rem, 1.229rem + 0.36vw, 1.2rem);
  text-align: center;
  display: block;
  padding: 1rem 0;
  border: #000 solid 1px;
}

.headline03 {
  font-size: clamp(1.1rem, 1.229rem + 0.36vw, 1.2rem);
  text-align: center;
  display: block;
  padding: 1rem 0;
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
}

.headline04 {
  font-size: clamp(2.5rem, 1.357rem + 0.46vw, 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1rem 0;
}
.headline04::before {
  content: url(assets/images/icon_plus01.png);
  display: block;
  line-height: 0;
  margin: 0 1rem 0 0;
}

.headline05 {
  font-size: clamp(1.8rem, 1.7rem + 0.5vw, 2rem);
  border-bottom: #000 solid 1px;
  padding: 8px;
}
.headline05.f_oswald_400 {
  font-weight: 200 !important;
}
.headline05.is__ja {
  font-size: clamp(1.45rem, 1.357rem + 0.46vw, 2.1rem);
}

.headline06 {
  font-weight: 600;
  text-align: center;
  font-size: clamp(2.2rem, 2.7rem + 0.5vw, 2.5rem);
  line-height: 1.3em;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 576px) {
  .headline06 {
    font-size: 2rem;
    margin: 0 0 1rem 0 !important;
  }
}

.headline07 {
  text-align: center;
  font-size: clamp(1.8rem, 1.7rem + 0.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.7em;
}

.headline08 {
  font-size: clamp(1.8rem, 1.7rem + 0.5vw, 2.5rem);
  font-weight: 500;
  margin: 0 0 2rem 0;
}

.headline09 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(2.3rem, 2.2rem + 0.5vw, 3rem);
  margin: 0 0 5rem 0;
  line-height: 1.4em;
}
.headline09::before {
  content: url(assets/images/icon_plus02.png);
  display: block;
  margin: 0 1.25rem 0 0;
  line-height: 0;
}

.headline10 {
  font-size: 5rem;
  margin: 0 0 4rem 0;
}
@media (max-width: 1280px) {
  .headline10 {
    font-size: 4.5rem;
  }
}
@media (max-width: 1024px) {
  .headline10 {
    font-size: clamp(2.8rem, 2.7rem + 0.5vw, 3.5rem);
    margin: 0 0 2.5rem 0;
  }
}

.headline11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.45rem, 1.357rem + 0.46vw, 2.1rem);
  line-height: 0;
  margin: 0 0 1rem 0;
}
.headline11::before {
  content: url(assets/images/icon_plus01.png);
  display: block;
  margin: 0 0.5rem 0 0;
}

.headline12 {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.headline12 span {
  display: block;
  font-size: clamp(1.1rem, 1.071rem + 0.14vw, 1.3rem);
}
@media (max-width: 1024px) {
  .headline12 {
    margin: 0 0 0.5rem 0;
  }
}

.headline13 {
  font-size: clamp(3.3rem, 3.2rem + 0.5vw, 4rem);
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .headline13 {
    font-size: 2.8rem;
  }
}
@media (max-width: 576px) {
  .headline13 {
    font-size: 2.2rem;
  }
}

.headline14 {
  font-size: clamp(2.3rem, 2.2rem + 0.5vw, 3rem);
  font-weight: 700;
  line-height: 1.6em;
}

.headline15 {
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2.2rem);
  font-weight: 700;
}

.headline16 {
  font-size: clamp(1.8rem, 1.7rem + 0.5vw, 2rem);
  font-weight: 700;
  line-height: 1.6em;
}
@media (max-width: 576px) {
  .headline16 {
    font-size: 3.75vw;
  }
  .headline16 br {
    display: none;
  }
}

.headline17 {
  font-size: clamp(2.3rem, 2.2rem + 0.5vw, 3rem);
  font-weight: 700;
  line-height: 1.6em;
  margin: 0 0 2rem 0;
}
@media (max-width: 576px) {
  .headline17 {
    font-size: 2rem;
  }
}

.headline18 {
  /*    font-size: unquote("clamp(1.1rem, 1.314rem + 0.43vw, 1.3rem)");*/
  font-size: clamp(1.8rem, 1.7rem + 0.5vw, 2rem);
  border-bottom: #000 solid 1px;
  padding: 8px;
  font-weight: 200 !important;
}
.headline18.f_lato_700 {
  font-weight: 600 !important;
}

.headline19 {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  line-height: 1.6em;
  border-bottom: #000 solid 1px;
  padding: 0 0 0.5rem 0;
  margin: 0 0 2rem 0;
}

.headline20 {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  line-height: 1.6em;
  margin: 0 0 1.5rem 0;
  font-weight: 700;
}

.headline21 {
  font-weight: 700;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  text-align: center;
}

.headline22 {
  font-size: clamp(1.3rem, 1.227rem + 0.36vw, 1.5rem);
}

.headline23 {
  font-size: clamp(1.3rem, 1.314rem + 0.43vw, 1.5rem);
}

.headline24 {
  font-weight: 700;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  text-align: center;
  padding: 0 0 1rem 0;
  margin: 0 0 2rem 0;
}

.headline25 {
  font-weight: 700;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 5rem;
}

.clear {
  clear: both !important;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.is__txt_C {
  text-align: center !important;
}

.is__txt_L {
  text-align: left !important;
}

.is__txt_R {
  text-align: right !important;
}

.is__valign_top {
  vertical-align: top !important;
}

.is__valign_middle {
  vertical-align: middle !important;
}

.is__d_block_xs {
  display: none;
}
@media (max-width: 375px) {
  .is__d_block_xs {
    display: block;
  }
}

.is__d_block_sm {
  display: none !important;
}
@media (max-width: 576px) {
  .is__d_block_sm {
    display: block !important;
  }
}

.is__d_block_md {
  display: none;
}
@media (max-width: 768px) {
  .is__d_block_md {
    display: block;
  }
}

.is__d_block_lg {
  display: none;
}
@media (max-width: 1024px) {
  .is__d_block_lg {
    display: block;
  }
}

.is__d_block_xl {
  display: none;
}
@media (max-width: 1280px) {
  .is__d_block_xl {
    display: block;
  }
}

@media (max-width: 375px) {
  .is__d_none_xs {
    display: none;
  }
}

@media (max-width: 576px) {
  .is__d_none_sm {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .is__d_none_md {
    display: none;
  }
}

@media (max-width: 1024px) {
  .is__d_none_lg {
    display: none;
  }
}

@media (max-width: 1280px) {
  .is__d_none_xl {
    display: none;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mt-110 {
  margin-top: 11rem !important;
}

.mt-120 {
  margin-top: 12rem !important;
}

.mt-130 {
  margin-top: 13rem !important;
}

.mt-140 {
  margin-top: 14rem !important;
}

.mt-150 {
  margin-top: 15rem !important;
}

.mt-160 {
  margin-top: 16rem !important;
}

.mt-170 {
  margin-top: 17rem !important;
}

.mt-180 {
  margin-top: 18rem !important;
}

.mt-190 {
  margin-top: 19rem !important;
}

.mt-200 {
  margin-top: 20rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-10 {
  margin-right: 1rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.mr-30 {
  margin-right: 3rem !important;
}

.mr-40 {
  margin-right: 4rem !important;
}

.mr-50 {
  margin-right: 5rem !important;
}

.mr-60 {
  margin-right: 6rem !important;
}

.mr-70 {
  margin-right: 7rem !important;
}

.mr-80 {
  margin-right: 8rem !important;
}

.mr-90 {
  margin-right: 9rem !important;
}

.mr-100 {
  margin-right: 10rem !important;
}

.mr-110 {
  margin-right: 11rem !important;
}

.mr-120 {
  margin-right: 12rem !important;
}

.mr-130 {
  margin-right: 13rem !important;
}

.mr-140 {
  margin-right: 14rem !important;
}

.mr-150 {
  margin-right: 15rem !important;
}

.mr-160 {
  margin-right: 16rem !important;
}

.mr-170 {
  margin-right: 17rem !important;
}

.mr-180 {
  margin-right: 18rem !important;
}

.mr-190 {
  margin-right: 19rem !important;
}

.mr-200 {
  margin-right: 20rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.mb-110 {
  margin-bottom: 11rem !important;
}

.mb-120 {
  margin-bottom: 12rem !important;
}

.mb-130 {
  margin-bottom: 13rem !important;
}

.mb-140 {
  margin-bottom: 14rem !important;
}

.mb-150 {
  margin-bottom: 15rem !important;
}

.mb-160 {
  margin-bottom: 16rem !important;
}

.mb-170 {
  margin-bottom: 17rem !important;
}

.mb-180 {
  margin-bottom: 18rem !important;
}

.mb-190 {
  margin-bottom: 19rem !important;
}

.mb-200 {
  margin-bottom: 20rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-10 {
  margin-left: 1rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.ml-30 {
  margin-left: 3rem !important;
}

.ml-40 {
  margin-left: 4rem !important;
}

.ml-50 {
  margin-left: 5rem !important;
}

.ml-60 {
  margin-left: 6rem !important;
}

.ml-70 {
  margin-left: 7rem !important;
}

.ml-80 {
  margin-left: 8rem !important;
}

.ml-90 {
  margin-left: 9rem !important;
}

.ml-100 {
  margin-left: 10rem !important;
}

.ml-110 {
  margin-left: 11rem !important;
}

.ml-120 {
  margin-left: 12rem !important;
}

.ml-130 {
  margin-left: 13rem !important;
}

.ml-140 {
  margin-left: 14rem !important;
}

.ml-150 {
  margin-left: 15rem !important;
}

.ml-160 {
  margin-left: 16rem !important;
}

.ml-170 {
  margin-left: 17rem !important;
}

.ml-180 {
  margin-left: 18rem !important;
}

.ml-190 {
  margin-left: 19rem !important;
}

.ml-200 {
  margin-left: 20rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pt-70 {
  padding-top: 7rem !important;
}

.pt-80 {
  padding-top: 8rem !important;
}

.pt-90 {
  padding-top: 9rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

.pt-110 {
  padding-top: 11rem !important;
}

.pt-120 {
  padding-top: 12rem !important;
}

.pt-130 {
  padding-top: 13rem !important;
}

.pt-140 {
  padding-top: 14rem !important;
}

.pt-150 {
  padding-top: 15rem !important;
}

.pt-160 {
  padding-top: 16rem !important;
}

.pt-170 {
  padding-top: 17rem !important;
}

.pt-180 {
  padding-top: 18rem !important;
}

.pt-190 {
  padding-top: 19rem !important;
}

.pt-200 {
  padding-top: 20rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-10 {
  padding-right: 1rem !important;
}

.pr-20 {
  padding-right: 2rem !important;
}

.pr-30 {
  padding-right: 3rem !important;
}

.pr-40 {
  padding-right: 4rem !important;
}

.pr-50 {
  padding-right: 5rem !important;
}

.pr-60 {
  padding-right: 6rem !important;
}

.pr-70 {
  padding-right: 7rem !important;
}

.pr-80 {
  padding-right: 8rem !important;
}

.pr-90 {
  padding-right: 9rem !important;
}

.pr-100 {
  padding-right: 10rem !important;
}

.pr-110 {
  padding-right: 11rem !important;
}

.pr-120 {
  padding-right: 12rem !important;
}

.pr-130 {
  padding-right: 13rem !important;
}

.pr-140 {
  padding-right: 14rem !important;
}

.pr-150 {
  padding-right: 15rem !important;
}

.pr-160 {
  padding-right: 16rem !important;
}

.pr-170 {
  padding-right: 17rem !important;
}

.pr-180 {
  padding-right: 18rem !important;
}

.pr-190 {
  padding-right: 19rem !important;
}

.pr-200 {
  padding-right: 20rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pb-100 {
  padding-bottom: 10rem !important;
}

.pb-110 {
  padding-bottom: 11rem !important;
}

.pb-120 {
  padding-bottom: 12rem !important;
}

.pb-130 {
  padding-bottom: 13rem !important;
}

.pb-140 {
  padding-bottom: 14rem !important;
}

.pb-150 {
  padding-bottom: 15rem !important;
}

.pb-160 {
  padding-bottom: 16rem !important;
}

.pb-170 {
  padding-bottom: 17rem !important;
}

.pb-180 {
  padding-bottom: 18rem !important;
}

.pb-190 {
  padding-bottom: 19rem !important;
}

.pb-200 {
  padding-bottom: 20rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-10 {
  padding-left: 1rem !important;
}

.pl-20 {
  padding-left: 2rem !important;
}

.pl-30 {
  padding-left: 3rem !important;
}

.pl-40 {
  padding-left: 4rem !important;
}

.pl-50 {
  padding-left: 5rem !important;
}

.pl-60 {
  padding-left: 6rem !important;
}

.pl-70 {
  padding-left: 7rem !important;
}

.pl-80 {
  padding-left: 8rem !important;
}

.pl-90 {
  padding-left: 9rem !important;
}

.pl-100 {
  padding-left: 10rem !important;
}

.pl-110 {
  padding-left: 11rem !important;
}

.pl-120 {
  padding-left: 12rem !important;
}

.pl-130 {
  padding-left: 13rem !important;
}

.pl-140 {
  padding-left: 14rem !important;
}

.pl-150 {
  padding-left: 15rem !important;
}

.pl-160 {
  padding-left: 16rem !important;
}

.pl-170 {
  padding-left: 17rem !important;
}

.pl-180 {
  padding-left: 18rem !important;
}

.pl-190 {
  padding-left: 19rem !important;
}

.pl-200 {
  padding-left: 20rem !important;
}

@media (max-width: 768px) {
  .mt-10 {
    margin-top: calc(1rem / 1.2) !important;
  }
  .mt-20 {
    margin-top: calc(2rem / 1.2) !important;
  }
  .mt-30 {
    margin-top: calc(3rem / 1.2) !important;
  }
  .mt-40 {
    margin-top: calc(4rem / 1.2) !important;
  }
  .mt-50 {
    margin-top: calc(5rem / 1.2) !important;
  }
  .mt-60 {
    margin-top: calc(6rem / 1.2) !important;
  }
  .mt-70 {
    margin-top: calc(7rem / 1.2) !important;
  }
  .mt-80 {
    margin-top: calc(8rem / 1.2) !important;
  }
  .mt-90 {
    margin-top: calc(9rem / 1.2) !important;
  }
  .mt-100 {
    margin-top: calc(10rem / 1.2) !important;
  }
  .mt-110 {
    margin-top: calc(11rem / 1.2) !important;
  }
  .mt-120 {
    margin-top: calc(12rem / 1.2) !important;
  }
  .mt-130 {
    margin-top: calc(13rem / 1.2) !important;
  }
  .mt-140 {
    margin-top: calc(14rem / 1.2) !important;
  }
  .mt-150 {
    margin-top: calc(15rem / 1.2) !important;
  }
  .mt-160 {
    margin-top: calc(16rem / 1.2) !important;
  }
  .mt-170 {
    margin-top: calc(17rem / 1.2) !important;
  }
  .mt-180 {
    margin-top: calc(18rem / 1.2) !important;
  }
  .mt-190 {
    margin-top: calc(19rem / 1.2) !important;
  }
  .mt-200 {
    margin-top: calc(20rem / 1.2) !important;
  }
  .mr-10 {
    margin-right: calc(1rem / 1.2) !important;
  }
  .mr-20 {
    margin-right: calc(2rem / 1.2) !important;
  }
  .mr-30 {
    margin-right: calc(3rem / 1.2) !important;
  }
  .mr-40 {
    margin-right: calc(4rem / 1.2) !important;
  }
  .mr-50 {
    margin-right: calc(5rem / 1.2) !important;
  }
  .mr-60 {
    margin-right: calc(6rem / 1.2) !important;
  }
  .mr-70 {
    margin-right: calc(7rem / 1.2) !important;
  }
  .mr-80 {
    margin-right: calc(8rem / 1.2) !important;
  }
  .mr-90 {
    margin-right: calc(9rem / 1.2) !important;
  }
  .mr-100 {
    margin-right: calc(10rem / 1.2) !important;
  }
  .mr-110 {
    margin-right: calc(11rem / 1.2) !important;
  }
  .mr-120 {
    margin-right: calc(12rem / 1.2) !important;
  }
  .mr-130 {
    margin-right: calc(13rem / 1.2) !important;
  }
  .mr-140 {
    margin-right: calc(14rem / 1.2) !important;
  }
  .mr-150 {
    margin-right: calc(15rem / 1.2) !important;
  }
  .mr-160 {
    margin-right: calc(16rem / 1.2) !important;
  }
  .mr-170 {
    margin-right: calc(17rem / 1.2) !important;
  }
  .mr-180 {
    margin-right: calc(18rem / 1.2) !important;
  }
  .mr-190 {
    margin-right: calc(19rem / 1.2) !important;
  }
  .mr-200 {
    margin-right: calc(20rem / 1.2) !important;
  }
  .mb-10 {
    margin-bottom: calc(1rem / 1.2) !important;
  }
  .mb-20 {
    margin-bottom: calc(2rem / 1.2) !important;
  }
  .mb-30 {
    margin-bottom: calc(3rem / 1.2) !important;
  }
  .mb-40 {
    margin-bottom: calc(4rem / 1.2) !important;
  }
  .mb-50 {
    margin-bottom: calc(5rem / 1.2) !important;
  }
  .mb-60 {
    margin-bottom: calc(6rem / 1.2) !important;
  }
  .mb-70 {
    margin-bottom: calc(7rem / 1.2) !important;
  }
  .mb-80 {
    margin-bottom: calc(8rem / 1.2) !important;
  }
  .mb-90 {
    margin-bottom: calc(9rem / 1.2) !important;
  }
  .mb-100 {
    margin-bottom: calc(10rem / 1.2) !important;
  }
  .mb-110 {
    margin-bottom: calc(11rem / 1.2) !important;
  }
  .mb-120 {
    margin-bottom: calc(12rem / 1.2) !important;
  }
  .mb-130 {
    margin-bottom: calc(13rem / 1.2) !important;
  }
  .mb-140 {
    margin-bottom: calc(14rem / 1.2) !important;
  }
  .mb-150 {
    margin-bottom: calc(15rem / 1.2) !important;
  }
  .mb-160 {
    margin-bottom: calc(16rem / 1.2) !important;
  }
  .mb-170 {
    margin-bottom: calc(17rem / 1.2) !important;
  }
  .mb-180 {
    margin-bottom: calc(18rem / 1.2) !important;
  }
  .mb-190 {
    margin-bottom: calc(19rem / 1.2) !important;
  }
  .mb-200 {
    margin-bottom: calc(20rem / 1.2) !important;
  }
  .ml-10 {
    margin-left: calc(1rem / 1.2) !important;
  }
  .ml-20 {
    margin-left: calc(2rem / 1.2) !important;
  }
  .ml-30 {
    margin-left: calc(3rem / 1.2) !important;
  }
  .ml-40 {
    margin-left: calc(4rem / 1.2) !important;
  }
  .ml-50 {
    margin-left: calc(5rem / 1.2) !important;
  }
  .ml-60 {
    margin-left: calc(6rem / 1.2) !important;
  }
  .ml-70 {
    margin-left: calc(7rem / 1.2) !important;
  }
  .ml-80 {
    margin-left: calc(8rem / 1.2) !important;
  }
  .ml-90 {
    margin-left: calc(9rem / 1.2) !important;
  }
  .ml-100 {
    margin-left: calc(10rem / 1.2) !important;
  }
  .ml-110 {
    margin-left: calc(11rem / 1.2) !important;
  }
  .ml-120 {
    margin-left: calc(12rem / 1.2) !important;
  }
  .ml-130 {
    margin-left: calc(13rem / 1.2) !important;
  }
  .ml-140 {
    margin-left: calc(14rem / 1.2) !important;
  }
  .ml-150 {
    margin-left: calc(15rem / 1.2) !important;
  }
  .ml-160 {
    margin-left: calc(16rem / 1.2) !important;
  }
  .ml-170 {
    margin-left: calc(17rem / 1.2) !important;
  }
  .ml-180 {
    margin-left: calc(18rem / 1.2) !important;
  }
  .ml-190 {
    margin-left: calc(19rem / 1.2) !important;
  }
  .ml-200 {
    margin-left: calc(20rem / 1.2) !important;
  }
  .pt-10 {
    padding-top: calc(1rem / 1.2) !important;
  }
  .pt-20 {
    padding-top: calc(2rem / 1.2) !important;
  }
  .pt-30 {
    padding-top: calc(3rem / 1.2) !important;
  }
  .pt-40 {
    padding-top: calc(4rem / 1.2) !important;
  }
  .pt-50 {
    padding-top: calc(5rem / 1.2) !important;
  }
  .pt-60 {
    padding-top: calc(6rem / 1.2) !important;
  }
  .pt-70 {
    padding-top: calc(7rem / 1.2) !important;
  }
  .pt-80 {
    padding-top: calc(8rem / 1.2) !important;
  }
  .pt-90 {
    padding-top: calc(9rem / 1.2) !important;
  }
  .pt-100 {
    padding-top: calc(10rem / 1.2) !important;
  }
  .pt-110 {
    padding-top: calc(11rem / 1.2) !important;
  }
  .pt-120 {
    padding-top: calc(12rem / 1.2) !important;
  }
  .pt-130 {
    padding-top: calc(13rem / 1.2) !important;
  }
  .pt-140 {
    padding-top: calc(14rem / 1.2) !important;
  }
  .pt-150 {
    padding-top: calc(15rem / 1.2) !important;
  }
  .pt-160 {
    padding-top: calc(16rem / 1.2) !important;
  }
  .pt-170 {
    padding-top: calc(17rem / 1.2) !important;
  }
  .pt-180 {
    padding-top: calc(18rem / 1.2) !important;
  }
  .pt-190 {
    padding-top: calc(19rem / 1.2) !important;
  }
  .pt-200 {
    padding-top: calc(20rem / 1.2) !important;
  }
  .pr-10 {
    padding-right: calc(1rem / 1.2) !important;
  }
  .pr-20 {
    padding-right: calc(2rem / 1.2) !important;
  }
  .pr-30 {
    padding-right: calc(3rem / 1.2) !important;
  }
  .pr-40 {
    padding-right: calc(4rem / 1.2) !important;
  }
  .pr-50 {
    padding-right: calc(5rem / 1.2) !important;
  }
  .pr-60 {
    padding-right: calc(6rem / 1.2) !important;
  }
  .pr-70 {
    padding-right: calc(7rem / 1.2) !important;
  }
  .pr-80 {
    padding-right: calc(8rem / 1.2) !important;
  }
  .pr-90 {
    padding-right: calc(9rem / 1.2) !important;
  }
  .pr-100 {
    padding-right: calc(10rem / 1.2) !important;
  }
  .pr-110 {
    padding-right: calc(11rem / 1.2) !important;
  }
  .pr-120 {
    padding-right: calc(12rem / 1.2) !important;
  }
  .pr-130 {
    padding-right: calc(13rem / 1.2) !important;
  }
  .pr-140 {
    padding-right: calc(14rem / 1.2) !important;
  }
  .pr-150 {
    padding-right: calc(15rem / 1.2) !important;
  }
  .pr-160 {
    padding-right: calc(16rem / 1.2) !important;
  }
  .pr-170 {
    padding-right: calc(17rem / 1.2) !important;
  }
  .pr-180 {
    padding-right: calc(18rem / 1.2) !important;
  }
  .pr-190 {
    padding-right: calc(19rem / 1.2) !important;
  }
  .pr-200 {
    padding-right: calc(20rem / 1.2) !important;
  }
  .pb-10 {
    padding-bottom: calc(1rem / 1.2) !important;
  }
  .pb-20 {
    padding-bottom: calc(2rem / 1.2) !important;
  }
  .pb-30 {
    padding-bottom: calc(3rem / 1.2) !important;
  }
  .pb-40 {
    padding-bottom: calc(4rem / 1.2) !important;
  }
  .pb-50 {
    padding-bottom: calc(5rem / 1.2) !important;
  }
  .pb-60 {
    padding-bottom: calc(6rem / 1.2) !important;
  }
  .pb-70 {
    padding-bottom: calc(7rem / 1.2) !important;
  }
  .pb-80 {
    padding-bottom: calc(8rem / 1.2) !important;
  }
  .pb-90 {
    padding-bottom: calc(9rem / 1.2) !important;
  }
  .pb-100 {
    padding-bottom: calc(10rem / 1.2) !important;
  }
  .pb-110 {
    padding-bottom: calc(11rem / 1.2) !important;
  }
  .pb-120 {
    padding-bottom: calc(12rem / 1.2) !important;
  }
  .pb-130 {
    padding-bottom: calc(13rem / 1.2) !important;
  }
  .pb-140 {
    padding-bottom: calc(14rem / 1.2) !important;
  }
  .pb-150 {
    padding-bottom: calc(15rem / 1.2) !important;
  }
  .pb-160 {
    padding-bottom: calc(16rem / 1.2) !important;
  }
  .pb-170 {
    padding-bottom: calc(17rem / 1.2) !important;
  }
  .pb-180 {
    padding-bottom: calc(18rem / 1.2) !important;
  }
  .pb-190 {
    padding-bottom: calc(19rem / 1.2) !important;
  }
  .pb-200 {
    padding-bottom: calc(20rem / 1.2) !important;
  }
  .pl-10 {
    padding-left: calc(1rem / 1.2) !important;
  }
  .pl-20 {
    padding-left: calc(2rem / 1.2) !important;
  }
  .pl-30 {
    padding-left: calc(3rem / 1.2) !important;
  }
  .pl-40 {
    padding-left: calc(4rem / 1.2) !important;
  }
  .pl-50 {
    padding-left: calc(5rem / 1.2) !important;
  }
  .pl-60 {
    padding-left: calc(6rem / 1.2) !important;
  }
  .pl-70 {
    padding-left: calc(7rem / 1.2) !important;
  }
  .pl-80 {
    padding-left: calc(8rem / 1.2) !important;
  }
  .pl-90 {
    padding-left: calc(9rem / 1.2) !important;
  }
  .pl-100 {
    padding-left: calc(10rem / 1.2) !important;
  }
  .pl-110 {
    padding-left: calc(11rem / 1.2) !important;
  }
  .pl-120 {
    padding-left: calc(12rem / 1.2) !important;
  }
  .pl-130 {
    padding-left: calc(13rem / 1.2) !important;
  }
  .pl-140 {
    padding-left: calc(14rem / 1.2) !important;
  }
  .pl-150 {
    padding-left: calc(15rem / 1.2) !important;
  }
  .pl-160 {
    padding-left: calc(16rem / 1.2) !important;
  }
  .pl-170 {
    padding-left: calc(17rem / 1.2) !important;
  }
  .pl-180 {
    padding-left: calc(18rem / 1.2) !important;
  }
  .pl-190 {
    padding-left: calc(19rem / 1.2) !important;
  }
  .pl-200 {
    padding-left: calc(20rem / 1.2) !important;
  }
}
@media (max-width: 576px) {
  .mt-10 {
    margin-top: calc(1rem / 1.5) !important;
  }
  .mt-20 {
    margin-top: calc(2rem / 1.5) !important;
  }
  .mt-30 {
    margin-top: calc(3rem / 1.5) !important;
  }
  .mt-40 {
    margin-top: calc(4rem / 1.5) !important;
  }
  .mt-50 {
    margin-top: calc(5rem / 1.5) !important;
  }
  .mt-60 {
    margin-top: calc(6rem / 1.5) !important;
  }
  .mt-70 {
    margin-top: calc(7rem / 1.5) !important;
  }
  .mt-80 {
    margin-top: calc(8rem / 1.5) !important;
  }
  .mt-90 {
    margin-top: calc(9rem / 1.5) !important;
  }
  .mt-100 {
    margin-top: calc(10rem / 1.5) !important;
  }
  .mt-110 {
    margin-top: calc(11rem / 1.5) !important;
  }
  .mt-120 {
    margin-top: calc(12rem / 1.5) !important;
  }
  .mt-130 {
    margin-top: calc(13rem / 1.5) !important;
  }
  .mt-140 {
    margin-top: calc(14rem / 1.5) !important;
  }
  .mt-150 {
    margin-top: calc(15rem / 1.5) !important;
  }
  .mt-160 {
    margin-top: calc(16rem / 1.5) !important;
  }
  .mt-170 {
    margin-top: calc(17rem / 1.5) !important;
  }
  .mt-180 {
    margin-top: calc(18rem / 1.5) !important;
  }
  .mt-190 {
    margin-top: calc(19rem / 1.5) !important;
  }
  .mt-200 {
    margin-top: calc(20rem / 1.5) !important;
  }
  .mr-10 {
    margin-right: calc(1rem / 1.5) !important;
  }
  .mr-20 {
    margin-right: calc(2rem / 1.5) !important;
  }
  .mr-30 {
    margin-right: calc(3rem / 1.5) !important;
  }
  .mr-40 {
    margin-right: calc(4rem / 1.5) !important;
  }
  .mr-50 {
    margin-right: calc(5rem / 1.5) !important;
  }
  .mr-60 {
    margin-right: calc(6rem / 1.5) !important;
  }
  .mr-70 {
    margin-right: calc(7rem / 1.5) !important;
  }
  .mr-80 {
    margin-right: calc(8rem / 1.5) !important;
  }
  .mr-90 {
    margin-right: calc(9rem / 1.5) !important;
  }
  .mr-100 {
    margin-right: calc(10rem / 1.5) !important;
  }
  .mr-110 {
    margin-right: calc(11rem / 1.5) !important;
  }
  .mr-120 {
    margin-right: calc(12rem / 1.5) !important;
  }
  .mr-130 {
    margin-right: calc(13rem / 1.5) !important;
  }
  .mr-140 {
    margin-right: calc(14rem / 1.5) !important;
  }
  .mr-150 {
    margin-right: calc(15rem / 1.5) !important;
  }
  .mr-160 {
    margin-right: calc(16rem / 1.5) !important;
  }
  .mr-170 {
    margin-right: calc(17rem / 1.5) !important;
  }
  .mr-180 {
    margin-right: calc(18rem / 1.5) !important;
  }
  .mr-190 {
    margin-right: calc(19rem / 1.5) !important;
  }
  .mr-200 {
    margin-right: calc(20rem / 1.5) !important;
  }
  .mb-10 {
    margin-bottom: calc(1rem / 1.5) !important;
  }
  .mb-20 {
    margin-bottom: calc(2rem / 1.5) !important;
  }
  .mb-30 {
    margin-bottom: calc(3rem / 1.5) !important;
  }
  .mb-40 {
    margin-bottom: calc(4rem / 1.5) !important;
  }
  .mb-50 {
    margin-bottom: calc(5rem / 1.5) !important;
  }
  .mb-60 {
    margin-bottom: calc(6rem / 1.5) !important;
  }
  .mb-70 {
    margin-bottom: calc(7rem / 1.5) !important;
  }
  .mb-80 {
    margin-bottom: calc(8rem / 1.5) !important;
  }
  .mb-90 {
    margin-bottom: calc(9rem / 1.5) !important;
  }
  .mb-100 {
    margin-bottom: calc(10rem / 1.5) !important;
  }
  .mb-110 {
    margin-bottom: calc(11rem / 1.5) !important;
  }
  .mb-120 {
    margin-bottom: calc(12rem / 1.5) !important;
  }
  .mb-130 {
    margin-bottom: calc(13rem / 1.5) !important;
  }
  .mb-140 {
    margin-bottom: calc(14rem / 1.5) !important;
  }
  .mb-150 {
    margin-bottom: calc(15rem / 1.5) !important;
  }
  .mb-160 {
    margin-bottom: calc(16rem / 1.5) !important;
  }
  .mb-170 {
    margin-bottom: calc(17rem / 1.5) !important;
  }
  .mb-180 {
    margin-bottom: calc(18rem / 1.5) !important;
  }
  .mb-190 {
    margin-bottom: calc(19rem / 1.5) !important;
  }
  .mb-200 {
    margin-bottom: calc(20rem / 1.5) !important;
  }
  .ml-10 {
    margin-left: calc(1rem / 1.5) !important;
  }
  .ml-20 {
    margin-left: calc(2rem / 1.5) !important;
  }
  .ml-30 {
    margin-left: calc(3rem / 1.5) !important;
  }
  .ml-40 {
    margin-left: calc(4rem / 1.5) !important;
  }
  .ml-50 {
    margin-left: calc(5rem / 1.5) !important;
  }
  .ml-60 {
    margin-left: calc(6rem / 1.5) !important;
  }
  .ml-70 {
    margin-left: calc(7rem / 1.5) !important;
  }
  .ml-80 {
    margin-left: calc(8rem / 1.5) !important;
  }
  .ml-90 {
    margin-left: calc(9rem / 1.5) !important;
  }
  .ml-100 {
    margin-left: calc(10rem / 1.5) !important;
  }
  .ml-110 {
    margin-left: calc(11rem / 1.5) !important;
  }
  .ml-120 {
    margin-left: calc(12rem / 1.5) !important;
  }
  .ml-130 {
    margin-left: calc(13rem / 1.5) !important;
  }
  .ml-140 {
    margin-left: calc(14rem / 1.5) !important;
  }
  .ml-150 {
    margin-left: calc(15rem / 1.5) !important;
  }
  .ml-160 {
    margin-left: calc(16rem / 1.5) !important;
  }
  .ml-170 {
    margin-left: calc(17rem / 1.5) !important;
  }
  .ml-180 {
    margin-left: calc(18rem / 1.5) !important;
  }
  .ml-190 {
    margin-left: calc(19rem / 1.5) !important;
  }
  .ml-200 {
    margin-left: calc(20rem / 1.5) !important;
  }
  .pt-10 {
    padding-top: calc(1rem / 1.5) !important;
  }
  .pt-20 {
    padding-top: calc(2rem / 1.5) !important;
  }
  .pt-30 {
    padding-top: calc(3rem / 1.5) !important;
  }
  .pt-40 {
    padding-top: calc(4rem / 1.5) !important;
  }
  .pt-50 {
    padding-top: calc(5rem / 1.5) !important;
  }
  .pt-60 {
    padding-top: calc(6rem / 1.5) !important;
  }
  .pt-70 {
    padding-top: calc(7rem / 1.5) !important;
  }
  .pt-80 {
    padding-top: calc(8rem / 1.5) !important;
  }
  .pt-90 {
    padding-top: calc(9rem / 1.5) !important;
  }
  .pt-100 {
    padding-top: calc(10rem / 1.5) !important;
  }
  .pt-110 {
    padding-top: calc(11rem / 1.5) !important;
  }
  .pt-120 {
    padding-top: calc(12rem / 1.5) !important;
  }
  .pt-130 {
    padding-top: calc(13rem / 1.5) !important;
  }
  .pt-140 {
    padding-top: calc(14rem / 1.5) !important;
  }
  .pt-150 {
    padding-top: calc(15rem / 1.5) !important;
  }
  .pt-160 {
    padding-top: calc(16rem / 1.5) !important;
  }
  .pt-170 {
    padding-top: calc(17rem / 1.5) !important;
  }
  .pt-180 {
    padding-top: calc(18rem / 1.5) !important;
  }
  .pt-190 {
    padding-top: calc(19rem / 1.5) !important;
  }
  .pt-200 {
    padding-top: calc(20rem / 1.5) !important;
  }
  .pr-10 {
    padding-right: calc(1rem / 1.5) !important;
  }
  .pr-20 {
    padding-right: calc(2rem / 1.5) !important;
  }
  .pr-30 {
    padding-right: calc(3rem / 1.5) !important;
  }
  .pr-40 {
    padding-right: calc(4rem / 1.5) !important;
  }
  .pr-50 {
    padding-right: calc(5rem / 1.5) !important;
  }
  .pr-60 {
    padding-right: calc(6rem / 1.5) !important;
  }
  .pr-70 {
    padding-right: calc(7rem / 1.5) !important;
  }
  .pr-80 {
    padding-right: calc(8rem / 1.5) !important;
  }
  .pr-90 {
    padding-right: calc(9rem / 1.5) !important;
  }
  .pr-100 {
    padding-right: calc(10rem / 1.5) !important;
  }
  .pr-110 {
    padding-right: calc(11rem / 1.5) !important;
  }
  .pr-120 {
    padding-right: calc(12rem / 1.5) !important;
  }
  .pr-130 {
    padding-right: calc(13rem / 1.5) !important;
  }
  .pr-140 {
    padding-right: calc(14rem / 1.5) !important;
  }
  .pr-150 {
    padding-right: calc(15rem / 1.5) !important;
  }
  .pr-160 {
    padding-right: calc(16rem / 1.5) !important;
  }
  .pr-170 {
    padding-right: calc(17rem / 1.5) !important;
  }
  .pr-180 {
    padding-right: calc(18rem / 1.5) !important;
  }
  .pr-190 {
    padding-right: calc(19rem / 1.5) !important;
  }
  .pr-200 {
    padding-right: calc(20rem / 1.5) !important;
  }
  .pb-10 {
    padding-bottom: calc(1rem / 1.5) !important;
  }
  .pb-20 {
    padding-bottom: calc(2rem / 1.5) !important;
  }
  .pb-30 {
    padding-bottom: calc(3rem / 1.5) !important;
  }
  .pb-40 {
    padding-bottom: calc(4rem / 1.5) !important;
  }
  .pb-50 {
    padding-bottom: calc(5rem / 1.5) !important;
  }
  .pb-60 {
    padding-bottom: calc(6rem / 1.5) !important;
  }
  .pb-70 {
    padding-bottom: calc(7rem / 1.5) !important;
  }
  .pb-80 {
    padding-bottom: calc(8rem / 1.5) !important;
  }
  .pb-90 {
    padding-bottom: calc(9rem / 1.5) !important;
  }
  .pb-100 {
    padding-bottom: calc(10rem / 1.5) !important;
  }
  .pb-110 {
    padding-bottom: calc(11rem / 1.5) !important;
  }
  .pb-120 {
    padding-bottom: calc(12rem / 1.5) !important;
  }
  .pb-130 {
    padding-bottom: calc(13rem / 1.5) !important;
  }
  .pb-140 {
    padding-bottom: calc(14rem / 1.5) !important;
  }
  .pb-150 {
    padding-bottom: calc(15rem / 1.5) !important;
  }
  .pb-160 {
    padding-bottom: calc(16rem / 1.5) !important;
  }
  .pb-170 {
    padding-bottom: calc(17rem / 1.5) !important;
  }
  .pb-180 {
    padding-bottom: calc(18rem / 1.5) !important;
  }
  .pb-190 {
    padding-bottom: calc(19rem / 1.5) !important;
  }
  .pb-200 {
    padding-bottom: calc(20rem / 1.5) !important;
  }
  .pl-10 {
    padding-left: calc(1rem / 1.5) !important;
  }
  .pl-20 {
    padding-left: calc(2rem / 1.5) !important;
  }
  .pl-30 {
    padding-left: calc(3rem / 1.5) !important;
  }
  .pl-40 {
    padding-left: calc(4rem / 1.5) !important;
  }
  .pl-50 {
    padding-left: calc(5rem / 1.5) !important;
  }
  .pl-60 {
    padding-left: calc(6rem / 1.5) !important;
  }
  .pl-70 {
    padding-left: calc(7rem / 1.5) !important;
  }
  .pl-80 {
    padding-left: calc(8rem / 1.5) !important;
  }
  .pl-90 {
    padding-left: calc(9rem / 1.5) !important;
  }
  .pl-100 {
    padding-left: calc(10rem / 1.5) !important;
  }
  .pl-110 {
    padding-left: calc(11rem / 1.5) !important;
  }
  .pl-120 {
    padding-left: calc(12rem / 1.5) !important;
  }
  .pl-130 {
    padding-left: calc(13rem / 1.5) !important;
  }
  .pl-140 {
    padding-left: calc(14rem / 1.5) !important;
  }
  .pl-150 {
    padding-left: calc(15rem / 1.5) !important;
  }
  .pl-160 {
    padding-left: calc(16rem / 1.5) !important;
  }
  .pl-170 {
    padding-left: calc(17rem / 1.5) !important;
  }
  .pl-180 {
    padding-left: calc(18rem / 1.5) !important;
  }
  .pl-190 {
    padding-left: calc(19rem / 1.5) !important;
  }
  .pl-200 {
    padding-left: calc(20rem / 1.5) !important;
  }
}