@charset "UTF-8";
/**
 * Font load
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("../font/style.css");
/**
 * Reset css
 */
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

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

/* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
  font-weight: 500;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  clear: both;
  color: inherit;
  /* 2 */
  border: 0;
  border-top: 1px solid;
}

/**
 * 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 {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none;
  /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  vertical-align: bottom;
  border-style: none;
}

embed,
object,
iframe {
  vertical-align: bottom;
  border: 0;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  vertical-align: middle;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

/**
 * 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 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-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;
}

/* Table
   ========================================================================== */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td {
  padding: 0;
  vertical-align: top;
}

th {
  padding: 0;
  vertical-align: top;
  font-weight: bold;
  text-align: left;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template,
[hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/*====================================*\

    Element base settings

\*====================================*/
/**
 * anchor settings
 */
a {
  color: #333;
  text-decoration: none;
}

/**
 * address settings
 */
address {
  font-style: normal;
}

/**
 * body settings
 */
body {
  position: relative;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック", Roboto, "Droid Sans", YuGothic, Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif, Helvetica, "Font Awesome 5 Free";
}
body * {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 12px;
  }
}
/**
 * form settings
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

input[type=submit], input[type=button] {
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

/**
 * i settings
 */
i {
  font-style: normal;
}

/**
 * Image settings
 */
img {
  width: 100%;
  vertical-align: middle;
}

/**
 * List settings
 */
ul,
ol {
  list-style: none;
}

/**
 * Table settings
 */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/*====================================*\

    Site layout settings

\*====================================*/
/*====================================*\

    Utility settings

\*====================================*/
/**
 * Clear fix settings
 */
.u-cf {
  *zoom: 1;
}
.u-cf::before {
  display: table;
  content: "";
}
.u-cf::after {
  display: table;
  content: "";
  clear: both;
}

/**
 * Display settings
 */
.u-display-block {
  display: block;
}

.u-display-inline-block {
  display: inline-block;
}

.u-display-none {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-display-none--sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-display-none--pc {
    display: none !important;
  }
}
/**
 * Float settings
 */
.u-float-left {
  float: left !important;
}

.u-float-right {
  float: right !important;
}

.u-float-clear {
  clear: both !important;
}

.u-float-clear--left {
  clear: left !important;
}

.u-float-clear--right {
  clear: right !important;
}

/**
 * Font style settings
 */
.u-font--bold {
  font-weight: bold !important;
}

.u-font--normal {
  font-weight: normal !important;
}

.u-font--italic {
  font-style: italic !important;
}

.u-font--en {
  font-family: Avenir !important;
}

.u-font--num {
  font-family: AvenirNext !important;
}

/**
 * Link settings
 */
.u-link {
  text-decoration: none;
}
.u-link:hover {
  text-decoration: underline;
  opacity: 0.6;
}
.u-link:hover i {
  text-decoration: none;
}
.u-link:hover i::before, .u-link:hover i::after {
  text-decoration: none;
}

.u-link-underline {
  text-decoration: underline;
}
.u-link-underline:hover {
  text-decoration: none;
  opacity: 0.6;
}

/**
 * List settings
 */
.u-ul,
.u-ol {
  list-style: none;
}

.u-ul--disc,
.u-ol--disc {
  padding-left: 1.2em;
  list-style: disc outside;
}

.u-ul--separate,
.u-ol--separate {
  margin-top: 2em;
}

.u-ul--asta li,
.u-ol--asta li {
  position: relative;
  padding-left: 1.5em;
}

.u-ul--asta li:before,
.u-ol--asta li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.u-ul--serial,
.u-ol--serial {
  counter-reset: serial-num;
}

.u-ul--serial > li,
.u-ol--serial > li {
  position: relative;
  padding-left: 1.5em;
}

.u-ul--serial > li:before,
.u-ol--serial > li:before {
  position: absolute;
  top: 0.1em;
  left: 0.4em;
  display: block;
  font-size: 0.9em;
  content: counter(serial-num);
  counter-increment: serial-num;
}

.u-ul--serial > li:after,
.u-ol--serial > li:after {
  position: absolute;
  top: 0.1em;
  left: 0;
  display: block;
  width: 1.2em;
  height: 1.2em;
  content: "";
  border: 1px solid #333;
  border-radius: 50%;
}

.u-ul__item + .u-ul__item,
.u-ol__item + .u-ul__item,
.u-ul__item + .u-ol__item,
.u-ol__item + .u-ol__item {
  margin-top: 0.5em;
}

/*====================================*\

    Module settings

\*====================================*/
/*PC*/
.section_1::before,
.section_2::before {
  background: url(../img/diy/bg_01.jpg) no-repeat center;
  /* 画像（ここにfixedは入れない） */
  background-size: cover;
  /* cover指定できる */
  content: "";
  display: block;
  position: fixed;
  /* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  /* 横幅いっぱい */
  height: 100vh;
  /* 縦幅いっぱい */
}

.section_1.switch::before {
  /*  opacity: 0;
  visibility: hidden;*/
  transform-origin: left top;
  transform: scale(1, 0);
  transition: transform 0ms;
}

.section_2.switch::before {
  /*  opacity: 0;
  visibility: hidden;*/
  transform-origin: left top;
  transform: scale(1, 0);
  transition: transform 0ms;
  transform-origin: left bottom;
  transform: scale(1, 1);
}

.section_3::before,
.section_4::before {
  background: linear-gradient(-45deg, #eeeeee 0%, #eeeeee 50%, #ffffff 50%, #ffffff 100%);
  background-size: cover;
  /* cover指定できる */
  content: "";
  display: block;
  position: fixed;
  /* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  /* 横幅いっぱい */
  height: 100vh;
  /* 縦幅いっぱい */
  /*  opacity: 0;
  visibility: hidden;*/
  transform-origin: left top;
  transform: scale(1, 0);
  transition: transform 500ms;
  /*  transition: 100ms;*/
}

.section_3.switch::before {
  transform-origin: left bottom;
  transform: scale(1, 1);
}

/*.section_3.switch::before,
.section_4.switch::before{
  opacity: 1;
  visibility: visible;
}*/
.section_4::before {
  transform-origin: left top;
  transform: scale(1, 0);
  transition: transform 0ms;
}
.section_4.switch::before {
  transform-origin: left bottom;
  transform: scale(1, 1);
}

.pagenation {
  position: fixed;
  left: 120px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  .pagenation {
    left: 20px;
  }
}
.pagenation li {
  list-style-type: none;
  margin-bottom: 20px;
}
.pagenation a {
  display: block;
  height: 6px;
  width: 6px;
  background: #888;
  border-radius: 50%;
  cursor: pointer;
}
.pagenation a.active {
  background: #006634;
}

.box {
  height: 100vh;
}

.section_1,
.section_2 {
  position: relative;
  /*  background: url(../img/diy/bg_01.jpg) 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;*/
}

.section_2,
.section_3,
.section_4 {
  position: relative;
}

.section_1 .wrap,
.section_2 .wrap,
.section_3 .wrap,
.section_4 .wrap {
  padding: 0;
  height: 100vh;
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1160px) {
  .section_1 .wrap,
  .section_2 .wrap,
  .section_3 .wrap,
  .section_4 .wrap {
    padding: 0 60px;
  }
}

/*
.section_1 .inner,
.section_2 .inner,
.section_3 .inner,
.section_4 .inner {
    height: calc(100vh - 80px);
}
*/
.section_1 .logo_left,
.section_2 .logo_left,
.section_3 .logo_left,
.section_4 .logo_left {
  position: absolute;
  top: 79px;
  left: 70px;
  width: 104px;
  height: 72px;
  z-index: 100;
}

.section_1 .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -145px;
  width: 290px;
  height: 126px;
  z-index: 100;
  text-align: center;
}
.section_1 .txt_sd {
  position: absolute;
  bottom: 54px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-family: LucidaGrande;
  font-size: 18px;
  line-height: 2.22;
  color: #ffffff;
  z-index: 100;
  cursor: pointer;
}

.section_2 .txt_sd {
  position: absolute;
  bottom: 54px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-family: LucidaGrande;
  font-size: 18px;
  line-height: 2.22;
  color: #ffffff;
  z-index: 100;
  cursor: pointer;
}

.section_3 .txt_sd {
  position: absolute;
  bottom: 54px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-family: LucidaGrande;
  font-size: 18px;
  line-height: 2.22;
  color: #ffffff;
  z-index: 100;
  cursor: pointer;
  color: #222;
}

.scroll {
  position: relative;
  width: 6em;
  height: 1em;
  cursor: pointer;
  text-decoration: none;
  color: #F5F5F5;
}

.section_3 .txt_sd .scroll span {
  color: #222;
}

.scroll span {
  font-size: 18px;
  color: #F5F5F5;
  text-align: center;
}

.arrow {
  position: absolute;
  top: 92%;
  left: 50%;
  animation: 2s arrow-animation infinite ease-in-out;
  width: 0;
  height: 2.5em;
  border: 0.5px solid #F5F5F5;
}
.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -2px;
  width: 1px;
  height: 10px;
  border-top: 10px solid #F5F5F5;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}

.section_3 .arrow {
  border: 0.5px solid #222;
}
.section_3 .arrow::after {
  border-top: 10px solid #222;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}

@keyframes arrow-animation {
  0% {
    height: 1em;
  }
  66% {
    height: 3em;
  }
}
.section_1 .icon_sd,
.section_2 .icon_sd,
.section_3 .icon_sd,
.section_4 .icon_sd {
  position: absolute;
  bottom: 59px;
  right: 80px;
  padding: 14px 12px 12px;
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}

.section_3 .icon_sd,
.section_4 .icon_sd {
  border: 2px solid #222;
}

.section_1 .icon_sd img,
.section_2 .icon_sd img,
.section_3 .icon_sd img {
  width: 16px;
  height: 17px;
}

.section_4 .icon_sd img {
  width: 16px;
  height: 17px;
  transform: rotate(180deg);
}

.section_1 .copy,
.section_2 .copy,
.section_3 .copy,
.section_4 .copy {
  position: absolute;
  top: 50%;
  right: -80px;
  margin-top: -40px;
  transform: rotate(90deg);
  font-family: LucidaGrande;
  font-size: 14px;
  line-height: 2.86;
  letter-spacing: 1px;
  color: #ffffff;
  z-index: 1;
}

.section_3 .copy,
.section_4 .copy {
  color: #222222;
}

.section_2 h2,
.section_3 h2,
.section_4 h2 {
  font-family: NotoSansJP;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 3.75px;
  color: #ffffff;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .section_2 h2,
  .section_3 h2,
  .section_4 h2 {
    font-size: 26px;
  }
}

.section_3 h2,
.section_4 h2 {
  width: 100%;
  text-align: center;
  color: #222222;
  z-index: 100;
}

.section_2 .txtarea {
  margin-top: 50px;
  max-width: 800px;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .section_2 .txtarea {
    margin-top: 25px;
  }
}
.section_2 .txtarea p {
  font-family: NotoSansJP;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2;
  color: #ffffff;
  margin-bottom: 1em;
  z-index: 100;
}

.section_3 ul {
  max-width: 1040px;
  width: 100%;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .section_3 ul {
    justify-content: flex-start;
    margin-top: 40px;
  }
}
.section_3 ul li {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 1024px) {
  .section_3 ul li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .section_3 ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .section_3 ul li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .section_3 ul li:nth-child(3n) {
    margin-right: 20px;
  }
  .section_3 ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.section_3 ul li a, .section_3 ul li.cs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  font-family: NotoSansJP;
  font-size: 10px;
  line-height: 3.6;
}
@media screen and (max-width: 1024px) {
  .section_3 ul li a, .section_3 ul li.cs {
    height: 90px;
  }
}
.section_3 ul li a span, .section_3 ul li.cs span {
  display: block;
  font-family: NotoSansJP;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 2px;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .section_3 ul li a span, .section_3 ul li.cs span {
    font-size: 16px;
  }
}
.section_3 ul li.ws a {
  background: url(../img/diy/bg_contents01.jpg) 0 0 no-repeat;
  background-size: cover;
}
.section_3 ul li.mv a {
  background: url(../img/diy/bg_contents02.jpg) 0 0 no-repeat;
  background-size: cover;
}
.section_3 ul li.pd a {
  background: url(../img/diy/bg_contents03.jpg) 0 0 no-repeat;
  background-size: cover;
}
.section_3 ul li.cs {
  background: url(../img/diy/bg_comingsoom.jpg) 0 0 no-repeat;
  background-size: cover;
}

.section_3 ul li.cm a {
  background: url(../img/diy/bg_contents04.jpg) 0 0 no-repeat;
  background-size: cover;
}

.section_3 ul li.sq a {
  background: url(../img/diy/bg_contents05.jpg) 0 0 no-repeat;
  background-size: cover;
}

.section_3 ul li.sq a {
  background: url(../img/diy/bg_contents05.jpg) 0 0 no-repeat;
  background-size: cover;
}

.section_3 ul li.sq span span {
  display: inline-block;
}

.section_3 ul li.mz a {
  background: url(../img/diy/bg_contents06.jpg) 0 0 no-repeat;
  background-size: cover;
}

.section_3 ul li.gz a {
  background: url(../img/diy/bg_contents07.jpg) 0 0 no-repeat;
  background-size: cover;
}

.section_4 dl {
  margin-top: 80px;
  overflow: hidden;
  z-index: 100;
}
.section_4 dt {
  clear: left;
  float: left;
  margin-bottom: 24px;
  width: 120px;
  font-family: NotoSansJP;
  font-size: 14px;
  font-weight: 900;
  line-height: 2.25;
  color: #222222;
}
.section_4 dd {
  margin-left: 120px;
  margin-bottom: 24px;
  font-family: NotoSansJP;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.25;
  color: #222222;
}
.section_4 dd .blank {
  padding-right: 16px;
  background: url(../img/diy/icon_blank.png) 100% 3px no-repeat;
  background-size: 16px auto;
}

footer {
  text-align: center;
}
footer .footer_top {
  padding-top: 105px;
  width: 100%;
  height: 435px;
  background: url(../img/diy/bg_footer.jpg) 0 0 no-repeat;
  background-size: cover;
}
footer .footer_top p:first-child img {
  width: 290px;
  height: 150px;
}
footer .footer_top p:last-child {
  margin-top: 40px;
  font-family: NotoSansJP;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  color: #ffffff;
}
footer .footer_bottom {
  padding: 10px 0px;
  background-color: #222222;
  font-family: LucidaGrande;
  font-size: 10px;
  line-height: 4;
  color: #888888;
  text-align: center;
}

/*tablet*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section_1 .copy,
  .section_2 .copy,
  .section_3 .copy,
  .section_4 .copy {
    right: -80px;
  }
  .section_1 .icon_sd,
  .section_2 .icon_sd,
  .section_3 .icon_sd {
    right: 60px;
  }
  .section_4 .icon_sd {
    right: 60px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .section_2 h2 {
    font-size: 20px;
  }
  .section_2 .txtarea p {
    font-family: NotoSansJP;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.75;
    color: #ffffff;
    margin-bottom: 1em;
    z-index: 100;
  }
  .section_1 .copy,
  .section_2 .copy,
  .section_3 .copy {
    right: -80px;
  }
  .section_4 .copy {
    right: -80px;
  }
}
/*mobile*/
@media screen and (max-width: 480px) {
  body {
    overflow: hidden;
  }
  .pagenation {
    display: none;
  }
  .box {
    height: 100vh;
  }
  .section_1,
  .section_2 {
    position: relative;
    /*  background: url(../img/diy/bg_01_sp.jpg) 0 0 no-repeat;
    background-size: cover;*/
  }
  .section_3,
  .section_4 {
    position: relative;
    /*  background: linear-gradient(-45deg, #eeeeee 0%, #eeeeee 50%, #ffffff 50%, #ffffff 100%);*/
  }
  .section_1 .wrap,
  .section_2 .wrap,
  .section_3 .wrap,
  .section_4 .wrap {
    padding: 10px;
    height: 100vh;
  }
  .section_1 .logo_left,
  .section_2 .logo_left,
  .section_3 .logo_left,
  .section_4 .logo_left {
    display: none;
  }
  .section_1 h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -66px;
    margin-left: -120px;
    width: 241px;
    height: 132px;
    z-index: 100;
  }
  .section_1 h1 img {
    width: 241px;
    height: 132px;
  }
  .section_1 .txt_sd {
    position: absolute;
    bottom: 100px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-family: LucidaGrande;
    font-size: 12px;
    line-height: 3.33;
    color: #ffffff;
    z-index: 100;
  }
  .section_1 .arrow {
    top: 85%;
  }
  .section_1 .icon_sd {
    position: absolute;
    bottom: 26px;
    right: 26px;
    padding: 14px 12px 12px;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
  }
  .section_2 .icon_sd,
  .section_3 .icon_sd,
  .section_4 .icon_sd {
    position: absolute;
    bottom: 26px;
    right: 26px;
    padding: 14px 12px 12px;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
  }
  .section_3 .icon_sd,
  .section_4 .icon_sd {
    border: 2px solid #222;
  }
  .section_1 .icon_sd img,
  .section_2 .icon_sd img,
  .section_3 .icon_sd img,
  .section_4 .icon_sd img {
    width: 16px;
    height: 17px;
  }
  .section_1 .copy,
  .section_2 .copy,
  .section_3 .copy,
  .section_4 .copy {
    display: none;
    position: absolute;
    top: 50%;
    right: -40px;
    margin-top: -40px;
    transform: rotate(90deg);
    font-family: LucidaGrande;
    font-size: 14px;
    line-height: 2.86;
    letter-spacing: 1px;
    color: #ffffff;
    z-index: 1;
  }
  .section_3 .copy,
  .section_4 .copy {
    color: #222222;
  }
  .section_2 h2,
  .section_3 h2,
  .section_4 h2 {
    font-family: NotoSansJP;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 2px;
    color: #ffffff;
    z-index: 100;
  }
  .section_3 h2,
  .section_4 h2 {
    text-align: center;
    color: #222222;
    z-index: 100;
  }
  .section_2 .txtarea p {
    font-family: NotoSansJP;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 1em;
    z-index: 100;
  }
  .section_3 ul li a, .section_3 ul li.cs {
    height: 80px;
  }
  .section_3 ul li a span, .section_3 ul li.cs span {
    display: block;
    font-family: NotoSansJP;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 2px;
    color: #ffffff;
  }
  .section_3 ul li.ws a {
    background: url(../img/diy/bg_contents01.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .section_3 ul li.mv a {
    background: url(../img/diy/bg_contents02.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .section_3 ul li.pd a {
    background: url(../img/diy/bg_contents03.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .section_3 ul li.cs {
    background: url(../img/diy/bg_comingsoom.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .section_4 dt {
    clear: left;
    float: none;
    margin-bottom: 0px;
    width: 100%;
    font-family: NotoSansJP;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    color: #222222;
  }
  .section_4 dd {
    margin-left: 0px;
    margin-bottom: 24px;
    font-family: NotoSansJP;
    font-size: 12px;
    font-weight: 500;
    line-height: 3;
    color: #222222;
  }
  .section_4 dd .blank {
    padding-right: 16px;
    background: url(../img/diy/icon_blank.png) 99% 1px no-repeat;
    background-size: 12px auto;
    line-height: 2;
  }
  footer {
    text-align: center;
  }
  footer .footer_top {
    padding-top: 60px;
    width: 100%;
    height: 298px;
    background: url(../img/diy/bg_footer_sp.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  footer .footer_top p:first-child img {
    width: 241px;
    height: 132px;
  }
  footer .footer_top p:last-child {
    margin-top: 10px;
    font-family: NotoSansJP;
    font-size: 12px;
    font-weight: 500;
    line-height: 3;
    color: #ffffff;
  }
  footer .footer_bottom {
    padding: 10px 0px;
    background-color: #222222;
    font-family: LucidaGrande;
    font-size: 10px;
    line-height: 4;
    color: #888888;
    text-align: center;
  }
}
/*iphone5se*/
@media screen and (max-width: 320px) {
  .section_2 .txtarea p {
    font-family: NotoSansJP;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 1em;
    z-index: 100;
  }
  .section_3 ul {
    position: static;
    margin: 40px auto 0;
    width: 290px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    z-index: 100;
  }
  .section_3 ul li a, .section_3 ul li.cs {
    display: block;
    margin-bottom: 10px;
    padding-top: 20px;
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #fff;
    font-family: NotoSansJP;
    letter-spacing: 0.6px;
    font-size: 8px;
    line-height: 1.4;
  }
  .section_3 ul li a span, .section_3 ul li.cs span {
    display: block;
    font-family: NotoSansJP;
    font-size: 13px;
    font-weight: 900;
    margin-top: 7px;
    line-height: 1;
    letter-spacing: 2px;
    color: #ffffff;
  }
  .section_1 .txt_sd,
  .section_2 .txt_sd,
  .section_3 .txt_sd {
    position: absolute;
    bottom: 32px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-family: LucidaGrande;
    font-size: 18px;
    line-height: 2.22;
    color: #ffffff;
    z-index: 100;
    cursor: pointer;
  }
}
/*
追加
*/
.logo_diy {
  position: fixed;
  top: 80px;
  left: 70px;
  width: 104px;
  height: 50px;
  z-index: 100;
}
@media screen and (max-width: 1260px) {
  .logo_diy {
    left: 20px;
    top: 20px;
  }
}

#logoSvg {
  width: 104px;
  height: 50px;
  fill: #fff;
  outline: none;
}

.pageBgWhite #logoSvg {
  fill: #006634;
}

.section_2 .inner {
  padding-left: 40px;
}
@media screen and (max-width: 1400px) {
  .section_2 .inner {
    padding-left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .section_2 .inner {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .section_4 dl.news-table {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section_4 dt {
    float: none !important;
    width: 100% !important;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .section_4 dd {
    float: none !important;
    width: 100% !important;
    margin-left: 0;
  }
}
.section_4 a {
  transition: 0.2s;
  text-decoration: underline;
  display: inline-block;
}
.section_4 a:hover, .section_4 a:focus {
  color: #006634;
  text-decoration: none;
}

.category-pdf {
  background: #F39686;
  color: #FFFFFF;
  padding: 0 10px;
  display: inline-block;
  margin-left: 10px;
  line-height: 20px;
  height: 20px;
  font-size: 10px;
}

.section_1::before, .section_2::before {
  display: none;
}

.bg_slide {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.bg_slide::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.bg_slide .slick-list {
  height: 100%;
}
.bg_slide .slick-list .slick-track {
  height: 100%;
}
.bg_slide .slide_item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100%;
}/*# sourceMappingURL=diy.css.map */