@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tbody,
tfoot,
thead,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  border: 0;
  outline: 0;
}

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

audio,
canvas,
video {
  display: inline;
}

a:active,
a:focus,
a:hover,
a:visited {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #141414;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

* {
  -ms-interpolation-mode: bicubic;
  min-height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: middle;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}

td,
th {
  margin: 0;
  padding: 0;
}

[hidden],
audio:not([controls]) {
  display: none;
}

input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  backface-visibility: hidden;
  margin: 0;
  background-color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 1.4rem;
  font-display: swap;
  font-kerning: none;
  overflow-wrap: break-word;
  hanging-punctuation: allow-end;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 0;
}

a {
  color: #222;
  text-decoration: none;
}

/*------------------------------------------------------------
	Clearfix
------------------------------------------------------------*/
/*------------------------------------------------------------
	Font
------------------------------------------------------------*/
/*------------------------------------------------------------
	Media
------------------------------------------------------------*/
/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
main {
  min-height: 100vh;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.m-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

main .wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  main .wrapper {
    padding: 0 10px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}
.slick-slide img {
  display: block;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------------------------------------
	Title
------------------------------------------------------------*/
.m-title {
  color: #333;
  font-size: 3.8rem;
  letter-spacing: 5.43px;
  line-height: 1.0526;
  font-weight: 400;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .m-title {
    font-size: 2.4rem;
    letter-spacing: 3px;
    line-height: 1.66667;
    margin-bottom: 30px;
  }
}
.m-btn {
  text-align: center;
}
.m-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 296px;
  height: 64px;
  background: #000;
  color: #fff;
  transition: all 0.3s ease;
}
.m-btn a:hover {
  opacity: 0.7;
}

.p-component {
  padding-top: 200px;
}

.m-banner {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}
.m-banner__item {
  width: 25%;
}
.m-banner__item img {
  width: 100%;
}

.m-gallery {
  position: relative;
}
.m-gallery__wrapper {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}
.m-gallery__item {
  width: 280px;
  margin: 0 16px;
  border-radius: 16px;
  background-color: #d8d8d8;
}
.m-gallery__item img {
  width: 100%;
}
.m-gallery__control {
  max-width: 1240px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .m-gallery__control {
    display: none;
  }
}
.m-gallery__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: calc(50% - 30px);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.m-gallery__btn.js-prev {
  left: 0;
}
.m-gallery__btn.js-next {
  right: 0;
}
.m-gallery__btn i {
  font-size: 3rem;
  line-height: 1;
  color: #333;
  display: block;
}
.m-gallery__btn:hover {
  opacity: 0.7;
}

.m-listLink {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .m-listLink {
    display: block;
  }
}
.m-listLink__item {
  width: 33.3333333333%;
  background: #eee;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .m-listLink__item {
    width: 100%;
  }
}
.m-listLink__item:not(:first-child) {
  margin-left: 41px;
}
@media screen and (max-width: 768px) {
  .m-listLink__item:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
}
.m-listLink__item a {
  display: block;
  padding: 30px;
}
.m-listLink__item:hover {
  opacity: 0.7;
}
.m-listLink__txt {
  display: block;
  color: #333;
  font-size: 1.4rem;
  line-height: 3.2rem;
  font-weight: 500;
}
.m-listLink__ttl {
  color: #333;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.m-listLink__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #000;
  margin-left: 9px;
  padding-left: 1px;
}
.m-listLink__icon i {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  display: flex;
}

/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
.m-header {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  transition: transform 0.2s ease-out;
  position: fixed;
  top: 0;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .m-header {
    height: 100px;
  }
}
.m-header__inner {
  width: 100%;
  max-width: 1440px;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding: 17px 0 17px 20px;
}
@media screen and (min-width: 769px) {
  .m-header__inner {
    height: 100px;
    padding: 34px 40px 0;
  }
}
.m-header__nav {
  display: none;
}
@media screen and (min-width: 769px) {
  .m-header__nav {
    display: block;
    width: calc(100% - 244px);
  }
}
.m-header__logo {
  width: 106.7px;
}
.m-header__logo img {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .m-header__logo {
    width: 244px;
    height: 66px;
  }
}
.m-header__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .m-header__menu {
    display: none;
  }
}
.m-header__menu li {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .m-header__menu li {
    height: 66px;
  }
}
.m-header__menu li:last-child {
  margin-right: 0;
}
.m-header__menu li:nth-of-type(1) {
  width: 48px;
}
.m-header__menu li:nth-of-type(2) {
  width: 83px;
}
.m-header__menu li:nth-of-type(3) {
  width: 58px;
}
.m-header__menu li:nth-of-type(4) {
  width: 121px;
}
.m-header__menu li:after {
  position: absolute;
  transition: 0.35s ease-in-out;
  content: "";
  width: 0;
  left: 0;
  bottom: 0;
  height: 4px;
  background: #000000;
}
.m-header__menu li a {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
}
.m-header__menu li:hover:after {
  width: 100%;
}
.m-header__open:hover {
  cursor: pointer;
}
.m-header__open img {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: sub;
}
@media screen and (max-width: 768px) {
  .m-header__open {
    margin-left: 6px;
  }
}
.m-header__btn {
  display: block;
  width: 48px;
  height: 48px;
  padding: 14px;
  background-color: #000000;
  color: #ffffff;
}
.m-header__btn:hover {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .m-header__btn {
    display: none;
  }
}
.m-header__btn .m-dclose {
  display: none;
}
.m-header__btn .material-icons {
  font-size: 2rem;
  transition: 0.2s ease;
}
.m-header__en {
  padding-bottom: 21px;
}
.m-header__jp {
  display: none;
  padding-bottom: 9px;
  opacity: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .m-header__jp {
    padding-bottom: 35px;
  }
}
.m-header__jp:hover::after {
  width: 100%;
  right: 0;
  left: auto;
}
.m-header .is_active .m-header__en {
  display: none;
  opacity: 0;
  overflow: hidden;
}
.m-header .is_active .m-header__jp {
  display: block;
  opacity: 1;
  overflow: visible;
}
.m-header .m-dnone {
  opacity: 0;
  visibility: hidden;
}
.m-header .m-dblock {
  opacity: 1;
  visibility: visible;
}

.modal {
  transition: transform 0.2s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100vw;
  min-height: 100vh;
}
.modal--menu {
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
.modal-menu {
  padding-left: 60px;
  margin-bottom: 133px;
}
.modal-menu__item {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 17px;
  height: 45px;
}
.modal-menu__open {
  display: inline-block;
  vertical-align: sub;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding: 17px 0 17px 20px;
}
.modal-header__logo {
  width: 106.7px;
}
.modal-header img {
  display: inline-block;
  vertical-align: middle;
}
.modal__body {
  padding-top: 60px;
}
.modal__footer--copy {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.29;
  color: #333333;
  margin-bottom: 40px;
}
.modal .is_active .m-header__en {
  display: none;
}
.modal .is_active .m-header__jp {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.modal .m-dnone {
  display: none;
}
.modal .m-dblock {
  display: block;
}

.js-modal-active {
  transition: 0.2s ease;
  opacity: 1;
  visibility: visible;
}

.js-modal-body {
  overflow: hidden;
  height: 100%;
}

/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
.m-footer {
  margin: 0 auto;
}
.m-footer__share {
  width: 100%;
  height: 340px;
  background: url(../img/diy-square/share.png) no-repeat center;
  background-size: cover;
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .m-footer__share {
    height: 300px;
    background: url(../img/diy-square/share_sp.png) no-repeat center;
    background-size: cover;
    padding: 80px 0 0;
  }
}
.m-footer__share ul {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.m-footer__share ul li {
  display: block;
}
.m-footer__share ul li + li {
  margin-left: 30px;
}
.m-footer__share ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.m-footer__share ul li a i {
  font-size: 2.8rem;
  line-height: 1;
  color: #333;
}
.m-footer__share ul li a:hover {
  opacity: 0.7;
}
.m-footer__ttl {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
}
.m-footer__box {
  background: #222;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .m-footer__box {
    padding: 40px 0;
  }
}
.m-footer__box ul {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .m-footer__box ul {
    margin-top: 10px;
    display: block;
  }
}
.m-footer__box ul li {
  display: block;
}
.m-footer__box ul li + li {
  margin-left: 27px;
}
@media screen and (max-width: 768px) {
  .m-footer__box ul li + li {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.m-footer__box ul li a {
  color: #888;
  font-size: 1.4rem;
  line-height: 3.2rem;
  transition: 0.3s ease-in-out;
}
.m-footer__box ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .m-footer__logo img {
    height: 30px;
    width: auto;
  }
}
.m-footer__copy {
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  line-height: 3.2rem;
  font-weight: 500;
  padding: 20px 0 10px;
}
@media screen and (max-width: 768px) {
  .m-footer__copy {
    padding: 20px 0 18px;
  }
}

.page-top {
  overflow-x: hidden;
}
.page-top main {
  padding-top: 100px;
  padding-bottom: 80px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-top main {
    padding-top: 51px;
    padding-bottom: 40px;
  }
}
.page-top .main-screen {
  position: relative;
  height: calc(100vh - 100px);
  min-height: 700px;
  margin-bottom: 120px;
  padding-top: 104px;
}
@media screen and (max-width: 768px) {
  .page-top .main-screen {
    height: auto;
    min-height: calc(100vh - 87px);
    min-height: calc(var(--vh, 1vh) * 100 - 87px);
    padding-top: 200px;
    margin-bottom: 60px;
  }
}
.page-top .m-title-page {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .page-top .m-title-page {
    margin-bottom: 40px;
  }
  .page-top .m-title-page img {
    height: 37px;
  }
}
.page-top .slider-smooth {
  margin-bottom: 40px;
}
.page-top .slider-smooth__item {
  margin: 0 25px;
}
@media screen and (max-width: 768px) {
  .page-top .slider-smooth__item {
    margin: 0 10px;
  }
}
.page-top .slider-smooth__item img {
  height: 249px;
}
@media screen and (max-width: 768px) {
  .page-top .slider-smooth__item img {
    height: 88px;
  }
}
.page-top .slider-smooth__item.is-spec {
  margin-right: -60px;
}
@media screen and (max-width: 768px) {
  .page-top .slider-smooth__item.is-spec {
    margin-right: -15px;
  }
}
.page-top .scroll-down {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page-top .scroll-down {
    bottom: 40px;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .page-top .scroll-down {
    bottom: 40px;
  }
}
.page-top .scroll-down a {
  color: #333;
}
.page-top .m-text {
  line-height: 32px;
}
.page-top .diy-liking {
  background: url("../img/diy-square/img-logo-cainz-diy-square-brown.svg") no-repeat bottom right 60px;
  padding-bottom: 121px;
  padding-top: 9px;
  max-width: 1440px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 768px) {
  .page-top .diy-liking {
    padding-bottom: 83px;
    margin-bottom: 80px;
    background-size: 327px;
    background-position: bottom right 10px;
  }
}
.page-top .m-banner {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .page-top .m-banner {
    margin-bottom: 80px;
  }
}
.page-top .square-pillar {
  margin-bottom: 165px;
}
.page-top .square-pillar .m-title {
  margin-bottom: 82px;
}
@media screen and (max-width: 768px) {
  .page-top .square-pillar .m-title {
    margin-bottom: 31px;
  }
}
.page-top .square-pillar__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.page-top .square-pillar__list li {
  width: 25%;
  padding: 0 20px;
}
.page-top .square-pillar__list .title {
  font-size: 3.8rem;
  line-height: 1.0526;
  letter-spacing: 2px;
  color: #888;
  margin-bottom: 30px;
  font-weight: 400;
}
.page-top .square-pillar__list .title span {
  display: block;
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.7778;
  color: #333;
}
@media screen and (max-width: 768px) {
  .page-top .square-pillar {
    margin-bottom: 40px;
  }
  .page-top .square-pillar__list {
    margin: 0;
  }
  .page-top .square-pillar__list li {
    width: 100%;
    padding: 0;
    margin-bottom: 41px;
  }
  .page-top .square-pillar__list .title {
    display: flex;
    align-items: center;
    font-size: 2.8rem;
    line-height: 1.4286;
    margin-bottom: 4px;
  }
  .page-top .square-pillar__list .title span {
    margin: 0 0 0 8px;
    font-size: 1.2rem;
  }
}
.page-top .diy-faq {
  margin-bottom: 160px;
}
.page-top .diy-faq__inner {
  display: flex;
}
.page-top .diy-faq .m-title {
  width: 420px;
  margin-top: 140px;
}
.page-top .diy-faq__list {
  flex: 1;
}
.page-top .diy-faq__block {
  font-size: 1.6rem;
  line-height: 2;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: -1px;
}
.page-top .diy-faq__block .title {
  position: relative;
  font-weight: 400;
  padding: 28px 53px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page-top .diy-faq__block .title:hover {
  background-color: #fafafa;
}
.page-top .diy-faq__block .title::before {
  position: absolute;
  content: "Q";
  left: 20px;
  top: 21px;
  font-weight: 500;
  font-size: 2.4rem;
  color: #888;
}
.page-top .diy-faq__block .title i {
  position: absolute;
  right: 40px;
  top: 50%;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}
.page-top .diy-faq__block .title.is-active i {
  transform: translateY(-50%) rotate(180deg);
}
.page-top .diy-faq__block .text {
  position: relative;
  padding: 29px 53px;
  padding-right: 0;
  display: none;
}
.page-top .diy-faq__block .text::before {
  position: absolute;
  content: "A";
  left: 20px;
  top: 21px;
  font-weight: 500;
  font-size: 2.4rem;
  color: #888;
}
@media screen and (max-width: 768px) {
  .page-top .diy-faq {
    margin-bottom: 80px;
  }
  .page-top .diy-faq .m-title {
    width: 100%;
    margin-top: 0;
  }
  .page-top .diy-faq__inner {
    flex-direction: column;
  }
  .page-top .diy-faq__block {
    font-size: 1.3rem;
    line-height: 1.8461;
  }
  .page-top .diy-faq__block .title {
    padding: 26px 43px 23px;
    font-size: 1.3rem;
  }
  .page-top .diy-faq__block .title::before {
    font-size: 2.4rem;
    left: 10px;
    top: 16px;
  }
  .page-top .diy-faq__block .title i {
    font-size: 2rem;
    right: 13px;
  }
  .page-top .diy-faq__block .text {
    padding: 0 43px 25px;
  }
  .page-top .diy-faq__block .text::before {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.page-top .m-gallery {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page-top .m-gallery {
    margin-bottom: 30px;
  }
}
.page-top .photo-gallery {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .page-top .photo-gallery {
    margin-bottom: 80px;
  }
}
.page-top .store {
  margin-bottom: 202px;
}
.page-top .store__block {
  margin-bottom: 120px;
}
.page-top .store__information {
  display: flex;
  margin-bottom: 40px;
}
.page-top .store__information .image {
  width: 380px;
}
.page-top .store__information .content {
  flex: 1;
  padding-left: 40px;
}
.page-top .store__information .title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 30px;
  margin-top: 3px;
  padding-left: 20px;
}
.page-top .store__information .information {
  line-height: 1.7143;
}
.page-top .store__information .information tr {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.page-top .store__information .information th {
  font-weight: bold;
  color: #888;
  vertical-align: top;
  padding: 21px 20px 17px;
  text-align: left;
  width: 140px;
}
.page-top .store__information .information td {
  padding: 21px 0 17px;
}
.page-top .store__information .information td a {
  pointer-events: none;
}
.page-top .store .map iframe {
  display: block;
  width: 100%;
  height: 340px;
}
@media screen and (max-width: 768px) {
  .page-top .store {
    margin-bottom: 0;
  }
  .page-top .store__block {
    margin-bottom: 60px;
  }
  .page-top .store__information {
    flex-direction: column;
  }
  .page-top .store__information .image {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .page-top .store__information .image img {
    margin: 0 auto;
    display: block;
  }
  .page-top .store__information .title {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .page-top .store__information .content {
    padding: 0;
    margin-bottom: 0;
  }
  .page-top .store__information .information th,
  .page-top .store__information .information td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .page-top .store__information .information th {
    padding-top: 14px;
    padding-bottom: 4px;
  }
  .page-top .store__information .information td {
    padding-bottom: 10px;
  }
  .page-top .store__information .information td a {
    pointer-events: auto;
  }
  .page-top .store .map {
    margin: 0 -10px;
  }
  .page-top .store .map iframe {
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .page-top .link {
    margin-top: -20px;
  }
}

.store__item__name a:hover, .store__name ul li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}

.introduce {
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .introduce {
    margin-top: 90px;
  }
}
.introduce__title {
  margin: 0 0 16px;
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: 5.43px;
  text-align: center;
  text-transform: uppercase;
}
.introduce .zigzag {
  height: 0;
  text-align: center;
  padding-top: 6px;
}
.introduce .zigzag > img {
  width: 32px;
  display: inline-block;
}
.introduce__small-title {
  margin: 9px 45px 0 46px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.67;
  letter-spacing: 1px;
  text-align: center;
}
.introduce__description {
  margin: 38px 0 80px;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  line-height: 2.63;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduce__description {
    margin: 30px 0 40px;
    line-height: 2.25;
    text-align: left;
  }
}

.pdf {
  margin: 0 auto;
  max-width: 1440px;
  padding: 30px 0 113px;
}
@media screen and (max-width: 768px) {
  .pdf {
    padding: 20px 0 72px;
  }
}
.pdf__slider__item {
  padding: 32px 95px;
  background-color: #f3f3f3;
  position: relative;
  margin-left: 23px;
  height: 498px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pdf__slider__item {
    height: 453px;
    padding: 32px 78px 77px;
  }
}
@media screen and (max-width: 374px) {
  .pdf__slider__item {
    width: 320px;
  }
}
.pdf__slider__item:first-child {
  margin-left: 0;
}
.pdf__slider__item img {
  max-width: 275px;
}
@media screen and (max-width: 768px) {
  .pdf__slider__item img {
    max-width: 218px;
  }
}
@media screen and (max-width: 374px) {
  .pdf__slider__item img {
    max-width: 100%;
  }
}
.pdf__slider__item--description {
  position: absolute;
  left: 0;
  opacity: 0;
  bottom: -500px;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .pdf__slider__item--description {
    opacity: 1;
    bottom: 24px;
  }
}
.pdf__slider__item--description .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.22;
  letter-spacing: 2.57px;
  color: #fff;
  background-color: #000;
  display: inline-block;
  margin: 0 24px 9px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .pdf__slider__item--description .title {
    margin: 0 10px 9px;
  }
}
@media screen and (max-width: 374px) {
  .pdf__slider__item--description .title {
    font-size: 16px;
  }
}
.pdf__slider__item--description .text {
  line-height: 2.75;
  margin: 0 24px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .pdf__slider__item--description .text {
    margin: 0 10px;
  }
}
.pdf__slider__item--description .text span {
  background-color: #000;
  color: #fff;
  padding: 6px 0;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.75px;
  box-shadow: 10px 0 0 black, -10px 0 0 black;
}
.pdf__slider__item--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pdf__slider .slick-arrow {
  border: none;
  font-size: 0;
  background-color: #000;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 217px;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .pdf__slider .slick-arrow {
    width: 48px;
    height: 48px;
    top: 204px;
  }
}
.pdf__slider .slick-prev {
  left: 0;
}
.pdf__slider .slick-next {
  right: 0;
  transform: rotate(180deg);
}
.pdf__slider .slick-dots {
  display: flex;
  justify-content: center;
  padding: 24px 0 88px;
}
@media screen and (max-width: 768px) {
  .pdf__slider .slick-dots {
    padding: 24px 0 53px;
  }
}
.pdf__slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.pdf__slider .slick-dots li button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d8d8d8;
}
.pdf__slider .slick-dots li.slick-active button:before {
  background-color: #000;
}
.pdf__slider .slick-current .pdf__slider__item--description {
  bottom: 24px;
  opacity: 1;
}
.pdf__download .title {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 2.86px;
  text-align: center;
}
.pdf__download .btn {
  display: flex;
  flex-flow: wrap;
}
@media screen and (max-width: 768px) {
  .pdf__download .btn {
    display: block;
  }
}
.pdf__download .btn__item {
  margin: 30px 0 0 32px;
}
@media screen and (max-width: 768px) {
  .pdf__download .btn__item {
    margin: 10px 0 0 0;
  }
}
.pdf__download .btn__item:nth-child(3n+1) {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .pdf__download .btn__item:nth-child(3n+1) {
    margin: 10px 0 0 0;
  }
}
.pdf__download .btn__item a {
  width: 352px;
  height: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .pdf__download .btn__item a {
    width: 100%;
    height: 71px;
  }
}
.pdf__download .btn__item a img {
  max-width: 24px;
  margin: 0 auto;
}
.pdf__download .btn__item a span {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: normal;
  color: #fff;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pdf__download .btn__item a span {
    font-size: 12px;
    line-height: 1.33;
  }
}

.wrapDetail {
  background-color: #f3f3f3;
  padding: 80px 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .wrapDetail {
    padding: 40px 0;
    margin-bottom: 60px;
  }
}
.wrapDetail .detail {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .wrapDetail .detail {
    display: block;
  }
}
.wrapDetail .detail__description {
  width: 46.4285714286%;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .wrapDetail .detail__description {
    padding-top: 17px;
  }
}
.wrapDetail .detail__description__title {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: 3px;
}
.wrapDetail .detail__description__text {
  margin-top: 29px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.29;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.wrapDetail .detail__description__text + p,
.wrapDetail .detail__description__text + p + p {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .wrapDetail .detail__description__text {
    margin-top: 21px;
  }
}
.wrapDetail .detail__thumb {
  width: 46.4285714286%;
}
@media screen and (max-width: 768px) {
  .wrapDetail .detail__description, .wrapDetail .detail__thumb {
    width: auto;
  }
}

.store__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 2.86px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .store__title {
    margin-bottom: 19px;
  }
}
.store__name ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.store__name ul li {
  margin-left: 1px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .store__name ul li {
    width: 49%;
    margin: 0 0 1px 1px;
  }
}
.store__name ul li a {
  display: block;
  width: 158px;
  line-height: 58px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .store__name ul li a {
    width: auto;
  }
}
.store__detail {
  margin-top: 50px;
}
.store__detail > div:nth-child(1) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .store__detail {
    margin-top: 40px;
  }
}
.store__item {
  display: flex;
  margin-top: 49px;
}
@media screen and (max-width: 768px) {
  .store__item {
    display: block;
    margin-top: 42px;
  }
}
.store__item ul {
  width: 71.4285714286%;
}
@media screen and (max-width: 768px) {
  .store__item ul {
    width: auto;
  }
}
.store__item ul li {
  display: flex;
}
@media screen and (max-width: 768px) {
  .store__item ul li {
    display: block;
    padding: 14px;
    margin-bottom: 3px;
  }
}
.store__item ul li span {
  display: block;
  margin: 0 0 1px 1px;
}
.store__item ul li span:nth-child(2) {
  padding: 14px;
}
@media screen and (max-width: 768px) {
  .store__item ul li span:nth-child(2) {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .store__item ul li span {
    margin: 0;
  }
}
.store__item ul li:nth-of-type(odd) span {
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .store__item ul li:nth-of-type(odd) {
    background-color: #f3f3f3;
  }
}
.store__item__title {
  font-size: 20px;
  line-height: 2;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.86px;
  width: 28.5714285714%;
  padding: 20px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .store__item__title {
    width: auto;
    padding: 0;
    margin-bottom: 10px;
  }
}
.store__item__name {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.67;
  width: 44.125%;
}
.store__item__name a {
  color: #006634;
  display: block;
  padding: 14px;
}
@media screen and (max-width: 768px) {
  .store__item__name a {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .store__item__name {
    width: auto;
  }
}
.store__item__address {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.67;
  width: 55.625%;
}
@media screen and (max-width: 768px) {
  .store__item__address {
    width: auto;
    line-height: 1.67;
  }
}

.summary {
  padding: 118px 0 120px;
}
.summary__title {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: 4px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .summary {
    padding: 59px 0;
  }
  .summary__title {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 768px) {
  .pc-break {
    display: none;
  }
}

.sp-break {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-break {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .m-btn a {
    display: flex;
    margin: 0 auto;
  }
}
@media screen and (max-width: 320px) {
  .m-btn a {
    width: 100%;
  }
}

.breadcrumbs {
  margin: 0 auto;
  max-width: 1220px;
  padding: 108px 10px 0;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 0 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs.pc {
    display: none;
  }
}
.breadcrumbs.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .breadcrumbs.sp {
    display: block;
  }
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
}
.breadcrumbs ul li {
  padding-right: 15px;
  position: relative;
}
.breadcrumbs ul li:after {
  content: ">";
  position: absolute;
  right: 4px;
  top: 0;
}
.breadcrumbs ul li:last-child {
  padding-right: 0;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul li a, .breadcrumbs ul li span {
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #312f2f;
}
.breadcrumbs ul li a {
  text-decoration: underline;
}

.banner {
  overflow: hidden;
  padding: 214px 0 154px 11.1%;
}
@media screen and (max-width: 768px) {
  .banner {
    padding: 184px 0 77px 25px;
  }
}
.banner__box {
  position: relative;
}
.banner__box h1 {
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 62px;
  letter-spacing: 5.43px;
  padding: 0 78px 55px 0;
  background-color: #fff;
  position: absolute;
  top: -71px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1140px) {
  .banner__box h1 {
    padding: 0 30px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .banner__box h1 {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 3px;
    top: -63px;
    left: -2px;
    padding: 0 7px 14px 0;
  }
}
.banner__box--logo {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .banner__box--logo {
    bottom: -7px;
  }
}
.banner .txt {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  margin-top: 13px;
  width: 64%;
}
@media screen and (max-width: 768px) {
  .banner .txt {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.83;
    width: 70%;
    margin-top: 8px;
  }
}

.goods01 {
  padding: 58px 0 54px;
  background-color: #f7f7f7;
  margin: 0 0 147px;
}
@media screen and (max-width: 768px) {
  .goods01 {
    margin: 0 0 50px;
    padding: 50px 0 58px;
  }
}
.goods01__inner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .goods01__inner {
    display: block;
  }
}
.goods01 p {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 320px) {
  .goods01 p {
    font-size: 12px;
  }
}
.goods01 p.txt01 {
  line-height: 2.79;
  margin: 0 0 27px;
}
@media screen and (max-width: 768px) {
  .goods01 p.txt01 {
    line-height: 2.29;
    margin: 0 0 13px;
  }
}
.goods01 p.txt02 {
  line-height: 2.29;
}
.goods01 .txt {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .goods01 .txt {
    max-width: 100%;
  }
}
.goods01 .thumb {
  max-width: calc(100% - 589px);
}
@media screen and (max-width: 768px) {
  .goods01 .thumb {
    display: block;
    max-width: calc(100% - 133px);
    margin: 44px auto 0;
  }
}

.model {
  margin: 0 0 157px;
}
@media screen and (max-width: 768px) {
  .model {
    margin: 0 0 62px;
  }
}
.model__inner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1140px;
}
.model__inner h2 {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .model__inner h2 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 3px;
    margin-bottom: 76px;
  }
}
@media screen and (max-width: 320px) {
  .model__inner h2 {
    font-size: 20px;
  }
}
.model__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .model__list li {
    display: block;
  }
}
.model__list li:nth-child(1) {
  flex-direction: row-reverse;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .model__list li:nth-child(1) {
    margin: 0;
  }
}
.model__list li:nth-child(1) p {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .model__list li:nth-child(1) p {
    margin-right: 0;
    padding: 9px 15px 0;
  }
}
.model__list li:nth-child(2) {
  margin-top: -59px;
}
@media screen and (max-width: 768px) {
  .model__list li:nth-child(2) {
    margin-top: 52px;
  }
}
.model__list li:nth-child(2) p {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .model__list li:nth-child(2) p {
    margin-left: 0;
    padding: 9px 30px 0;
  }
}
.model__list li p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  border-bottom: solid 1px #eee;
  padding-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .model__list li p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.29;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .model__list--thumb {
    max-width: calc(100% - 116px);
    margin: 0 auto;
    display: block;
  }
}

.slider {
  margin: 0 0 140px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slider {
    margin: 0 0 67px;
  }
}
.slider__inner h2 {
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: 5.43px;
  margin: 0 auto 62px;
  padding: 0 10px;
  max-width: 1140px;
}
@media screen and (max-width: 768px) {
  .slider__inner h2 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 3px;
    margin-bottom: 53px;
  }
}
@media screen and (max-width: 320px) {
  .slider__inner h2 {
    font-size: 20px;
  }
}
.slider__inner .txt {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .slider__inner .txt {
    margin-top: 12px;
    font-size: 14px;
    line-height: 2;
  }
}
.slider__box {
  position: relative;
  max-width: 1120px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .slider__control {
    display: none;
  }
}
.slider__control--btn {
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 140px;
  z-index: 1;
  cursor: pointer;
  font-size: 22px;
  transition: all 0.3s ease;
}
.slider__control--btn:hover {
  opacity: 0.7;
}
.slider__control--next span {
  right: -90px;
}
.slider__control--prev span {
  left: -70px;
}
.slider .slick-disabled {
  display: none !important;
}
.slider .slick-track .slick-slide {
  width: 340px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .slider .slick-track .slick-slide {
    width: 280px;
    margin-left: 32px;
  }
}
@media screen and (max-width: 320px) {
  .slider .slick-track .slick-slide {
    width: 260px;
    margin-left: 25px;
  }
}
.slider .slick-track .slick-slide:first-child {
  margin: 0;
}
.slider .slick-list {
  overflow: visible;
}

.goods02 {
  margin: 0 0 160px;
  padding: 60px 0 56px;
  background-color: #f7f7f7;
  position: relative;
}
@media screen and (max-width: 768px) {
  .goods02 {
    margin: 0 0 50px;
    padding: 20px 0 0;
  }
}
.goods02__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 37%;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .goods02__bg {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 50%;
  }
}
.goods02__inner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1140px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .goods02__inner {
    display: block;
    padding: 0 20px;
  }
}
.goods02__box {
  padding: 45px 66px 76px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .goods02__box {
    padding: 31px 19px 0 20px;
  }
}
.goods02__box h3 {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .goods02__box h3 {
    margin-bottom: 24px;
  }
}
.goods02__box p {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: normal;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .goods02__box p {
    margin-bottom: 20px;
  }
}
.goods02__box .m-btn {
  text-align: left;
  margin-top: 35px;
}
.goods02__thumb {
  padding: 0 9px;
}
@media screen and (max-width: 768px) {
  .goods02__thumb {
    display: block;
    margin: 0 auto;
    padding: 10px 0 19px;
    max-width: calc(100% - 100px);
  }
}/*# sourceMappingURL=diy-square.css.map */