<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** common
*****************************************************************************
----------------------------------------------------------------------------*/
body {
  width: 100%;
  overflow: hidden;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
}

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

.color_red {
  color: #e9001d;
}

/*----------------------------------------------------------------------------
******************************************************************************
** common class
******************************************************************************
----------------------------------------------------------------------------*/
.sp {
  display: none !important;
}

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

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

.container_100 {
  width: 100%;
  padding: 0 20px;
}
.container_100 .container {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}

.anker {
  padding-top: 200px;
  margin-top: -200px;
  display: block;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd {
  width: 100%;
  min-height: 100px;
  padding: 20px 1.5625% 20px calc(100px + 1.5625%);
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1001;
  position: relative;
}
.hd .container {
  width: 100%;
  max-width: initial;
  max-width: auto;
  display: flex;
  align-items: center;
}
.hd .container .hd_logo {
  /*
  width: 154px;
  margin: -15px 0 0 5px;
  */
  min-width: 220px;
  width: 35%;
  max-width: 500px;
}
.hd .container .hd_nav02 {
  margin-left: auto;
}
.hd .container .hd_nav02 .form_bg {
  width: 100vw;
  height: calc(100vh - 110px);
  position: fixed;
  top: 110px;
  right: 0;
  z-index: 1;
  display: none;
}
.hd .container .hd_nav02 .form_bg.show {
  display: block;
}
.hd .container .hd_nav02 .nav02_list01 {
  width: 100%;
  display: flex;
}
.hd .container .hd_nav02 .nav02_list01 a,
.hd .container .hd_nav02 .nav02_list01 span {
  transition: 0.2s;
}
.hd .container .hd_nav02 .nav02_list01 a:hover,
.hd .container .hd_nav02 .nav02_list01 span:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login) {
  width: 75px;
  text-align: center;
  padding-top: 4px;
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login) &gt; a,
.hd .container .hd_nav02 .nav02_list01 li:not(.login) &gt; span {
  line-height: 0;
  padding-top: 34px;
  display: block;
  position: relative;
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login) &gt; a::before,
.hd .container .hd_nav02 .nav02_list01 li:not(.login) &gt; span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login) &gt; a &gt; span,
.hd .container .hd_nav02 .nav02_list01 li:not(.login) &gt; span &gt; span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login).search {
  margin-right: 14px;
  position: relative;
  cursor: pointer;
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login).search &gt; span::before {
  width: 23px;
  height: 23px;
  background: url(../images/common/search_icon.svg) no-repeat center/contain;
  top: 2px;
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login).search .wrapper {
  width: 300px;
  position: absolute;
  bottom: -11px;
  left: 0;
  transform: translateY(100%);
  z-index: 1000;
  overflow: hidden;
  pointer-events: none;
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login).search .wrapper .form {
  position: relative;
  transform: translateY(-100%);
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login).search .wrapper .form .searchform {
  width: 100%;
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login).search .wrapper .form .searchform .searchform_keyword {
  width: 100%;
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login).search .wrapper .form .searchform .searchform_keyword .ec-input {
  width: 100%;
  position: relative;
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login).search .wrapper .form .searchform .searchform_keyword .ec-input .search-name {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login).search .wrapper .form .searchform .searchform_keyword .ec-input .search-name::-webkit-search-decoration, .hd .container .hd_nav02 .nav02_list01 li:not(.login).search .wrapper .form .searchform .searchform_keyword .ec-input .search-name::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login).search .wrapper .form .searchform .searchform_keyword .ec-input .ec-headerSearch__keywordBtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 23px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 2;
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login).search .wrapper.show {
  pointer-events: auto;
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login).search .wrapper.show .form {
  transform: translateY(0);
  transition: 0.2s;
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login).contact {
  margin-right: 19px;
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login).contact a::before {
  width: 28px;
  height: 20px;
  background: url(../images/common/contact_icon.svg) no-repeat center/contain;
  top: 3px;
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login).favorite a::before {
  width: 26px;
  height: 23px;
  background: url(../images/common/favorite_icon.svg) no-repeat center/contain;
  top: 1px;
}
.hd .container .hd_nav02 .nav02_list01 li:not(.login).cart a::before {
  width: 27px;
  height: 26px;
  background: url(../images/common/cart_icon.svg) no-repeat center/contain;
  left: calc(50% - 2px);
}
.hd .container .hd_nav02 .nav02_list01 li.login {
  width: 220px;
  background-color: #f0a718;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin-left: 9px;
}
.hd .container .hd_nav02 .nav02_list01 li.login a,
.hd .container .hd_nav02 .nav02_list01 li.login button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hd .container .hd_nav02 .nav02_list01 li.login a &gt; span,
.hd .container .hd_nav02 .nav02_list01 li.login button &gt; span {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 22px;
  position: relative;
  display: inline-block;
}
.hd .container .hd_nav02 .nav02_list01 li.login a &gt; span br,
.hd .container .hd_nav02 .nav02_list01 li.login button &gt; span br {
  display: none;
}
.hd .container .hd_nav02 .nav02_list01 li.login a &gt; span::before,
.hd .container .hd_nav02 .nav02_list01 li.login button &gt; span::before {
  content: "";
  width: 16px;
  height: 23px;
  background: url(../images/common/login_icon.svg) no-repeat center/contain;
  position: absolute;
  top: -1px;
  left: -3px;
}
.hd .container .hd_nav02 .nav02_list01 li .ec-cartNavi__badge {
  position: absolute;
  top: -10px;
  right: 5px;
  background: #f0a718;
  padding: 3px 6px;
  border-radius: 50px;
  color: #fff;
}

.common_search_form {
  width: 100%;
  margin-bottom: 30px;
}
.common_search_form .form {
  width: 100%;
}
.common_search_form .form .searchform {
  width: 100%;
}
.common_search_form .form .searchform .searchform_keyword {
  width: 100%;
}
.common_search_form .form .searchform .searchform_keyword .ec-input {
  width: 100%;
  position: relative;
}
.common_search_form .form .searchform .searchform_keyword .ec-input .search-name {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}
.common_search_form .form .searchform .searchform_keyword .ec-input .search-name::-webkit-search-decoration, .common_search_form .form .searchform .searchform_keyword .ec-input .search-name::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.common_search_form .form .searchform .searchform_keyword .ec-input .ec-headerSearch__keywordBtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 23px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 999px) {
  .hd .container .hd_logo {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .hd .container .hd_nav02 .nav02_list01 li:not(.login) {
    width: auto;
    margin-right: 15px !important;
  }
}
@media all and (-ms-high-contrast: none) {
  .hd .container .hd_nav02 .nav02_list01 li:not(.login).search &gt; span::before {
    background: url(../images/common/search_icon.png) no-repeat center/contain;
  }
}
@media all and (-ms-high-contrast: none) {
  .hd .container .hd_nav02 .nav02_list01 li:not(.login).contact a::before {
    background: url(../images/common/contact_icon.png) no-repeat center/contain;
  }
}
@media all and (-ms-high-contrast: none) {
  .hd .container .hd_nav02 .nav02_list01 li:not(.login).favorite a::before {
    background: url(../images/common/favorite_icon.png) no-repeat center/contain;
  }
}
@media all and (-ms-high-contrast: none) {
  .hd .container .hd_nav02 .nav02_list01 li:not(.login).cart a::before {
    background: url(../images/common/cart_icon.png) no-repeat center/contain;
  }
}
@media screen and (max-width: 1000px) {
  .hd .container .hd_nav02 .nav02_list01 li.login {
    width: 120px;
  }
}
@media all and (-ms-high-contrast: none) {
  .hd .container .hd_nav02 .nav02_list01 li.login a &gt; span::before,
  .hd .container .hd_nav02 .nav02_list01 li.login button &gt; span::before {
    background: url(../images/common/login_icon.png) no-repeat center/contain;
  }
}
@media screen and (max-width: 1000px) {
  .hd .container .hd_nav02 .nav02_list01 li.login a,
  .hd .container .hd_nav02 .nav02_list01 li.login button {
    font-size: 0.875rem;
  }
  .hd .container .hd_nav02 .nav02_list01 li.login a span br,
  .hd .container .hd_nav02 .nav02_list01 li.login button span br {
    display: block;
  }
  .hd .container .hd_nav02 .nav02_list01 li.login a span::before,
  .hd .container .hd_nav02 .nav02_list01 li.login button span::before {
    left: 0;
    top: 10px;
  }
}
.menu_trigger {
  width: 100px;
  height: 100px;
  background-color: #222;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.menu_trigger::before {
  content: "MENU";
  font-size: 1.375em;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.menu_trigger span {
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  transition: 0.2s;
}
.menu_trigger span:nth-of-type(1) {
  width: 56px;
  top: calc(50% - 26px);
}
.menu_trigger span:nth-of-type(2) {
  width: 46px;
  top: calc(50% - 13px);
}
.menu_trigger span:nth-of-type(3) {
  width: 36px;
  top: calc(50% + 2px);
}
.menu_trigger.active span {
  width: 46px;
  top: calc(50% - 13px);
  left: 50%;
  transition: 0.2s;
}
.menu_trigger.active span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_trigger.active span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*
@media screen and (min-width: 1650px) {
  .hd_nav01 {
    width: 860px;
    padding-top: 11px;

    .nav01_list01 {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;

      &gt; li {
        padding-bottom: 5px;
        position: relative;

        a {
          -webkit-transition: .2s;
          transition: .2s;

          &amp;:hover {
            opacity: .7;
            -webkit-transition: .2s;
            transition: .2s;
          }
        }

        &gt; {
          a, span, button {
            font-size: 1rem;
            font-weight: 400;
            line-height: 1;
            letter-spacing: 0;
          }
        }

        &amp;.arrow {
          padding-right: 24px;
          position: relative;

          &amp;::before {
            content: "";
            width: 8px;
            height: 8px;
            border-right: solid 1px #808080;
            border-bottom: solid 1px #808080;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 5px;
            right: 2px;
          }

          .wrapper {
            width: 100vw;
            max-width: 1200px;
            padding-top: 7px;
            position: absolute;
            top: 100%;
            left: -30px;
            z-index: 11;
            display: none;

            &amp;.clist03 {
              width: auto;
              max-width: initial;
            }

            .nav01_clist01 {
              width: 100%;
              padding: 30px;
              background-color: #f5f5f5;
              margin: 0 auto;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              position: relative;

              &amp;::before {
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 6px 10px 6px;
                border-color: transparent transparent #f5f5f5 transparent;
                position: absolute;
                top: 0;
                left: 100px;
                -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
                z-index: 2;
              }

              li {
                width: 20%;
                margin-top: 20px;

                &amp;:nth-of-type(-n + 5) {
                  margin-top: 0;
                }

                a {
                  width: 100%;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  -webkit-transition: opacity .2s;
                  transition: opacity .2s;

                  &amp;:hover {
                    opacity: .7;
                    -webkit-transition: opacity .2s;
                    transition: opacity .2s;
                  }

                  .icon {
                    width: 40px;
                    margin-right: 8px;
                  }

                  .list01_ttl01 {
                    width: calc(100% - 48px);
                    font-size: 1rem;
                    font-weight: 400;
                    line-height: 1.4;
                    letter-spacing: 0.05em;
                    padding-right: 10px;
                  }
                }
              }
            }

            .nav01_clist02 {
              width: 100%;
              padding: 30px;
              background-color: #f5f5f5;
              margin: 0 auto;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              position: relative;

              &amp;::before {
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 6px 10px 6px;
                border-color: transparent transparent #f5f5f5 transparent;
                position: absolute;
                top: 0;
                left: 100px;
                -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
                z-index: 2;
              }

              dl {
                width: 50%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -ms-flex-line-pack: start;
                align-content: flex-start;

                dt {
                  width: 100%;
                  font-size: 1rem;
                  font-weight: 700;
                  line-height: 1.4;
                  letter-spacing: 0.05em;
                  margin-bottom: 10px;
                }

                dd {
                  width: 50%;
                  margin-top: 5px;

                  &amp;:nth-of-type(-n + 2) {
                    margin-top: 0;
                  }

                  a {
                    font-size: 1rem;
                    font-weight: 400;
                    line-height: 1.4;
                    letter-spacing: 0.05em;
                    padding-left: 15px;
                    position: relative;
                    -webkit-transition: .2s;
                    transition: .2s;

                    &amp;::before {
                      content: "";
                      width: 4px;
                      height: 4px;
                      border-right: solid 1px #222;
                      border-bottom: solid 1px #222;
                      position: absolute;
                      top: 10px;
                      left: 0;
                      -webkit-transform: rotate(-45deg);
                      transform: rotate(-45deg);
                      -webkit-transition: .2s;
                      transition: .2s;
                    }

                    &amp;:hover {
                      opacity: .7;
                      -webkit-transition: .2s;
                      transition: .2s;

                      &amp;::before {
                        left: 5px;
                        -webkit-transition: .2s;
                        transition: .2s;
                      }
                    }
                  }
                }
              }
            }

            .nav01_clist03 {
              width: 100%;
              padding: 30px;
              background-color: #f5f5f5;
              margin: 0 auto;
              position: relative;

              &amp;::before {
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 6px 10px 6px;
                border-color: transparent transparent #f5f5f5 transparent;
                position: absolute;
                top: 0;
                left: 100px;
                -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
                z-index: 2;
              }

              li {
                margin-top: 5px;
                margin-right: 20px;

                &amp;:first-of-type {
                  margin-top: 0;
                }

                a {
                  font-size: 1rem;
                  font-weight: 400;
                  line-height: 1.4;
                  letter-spacing: 0.05em;
                  padding-left: 15px;
                  position: relative;
                  white-space: nowrap;
                  -webkit-transition: .2s;
                  transition: .2s;

                  &amp;::before {
                    content: "";
                    width: 4px;
                    height: 4px;
                    border-right: solid 1px #222;
                    border-bottom: solid 1px #222;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    -webkit-transition: .2s;
                    transition: .2s;
                  }

                  &amp;:hover {
                    opacity: .7;
                    -webkit-transition: .2s;
                    transition: .2s;

                    &amp;::before {
                      left: 5px;
                      -webkit-transition: .2s;
                      transition: .2s;
                    }
                  }
                }
              }
            }
          }
        }

        &amp;:hover.arrow .wrapper {
          display: block;
        }
      }
    }
  }
}
*/
.hd_nav01 {
  width: 360px;
  height: calc(100vh - 100px);
  overflow-y: scroll;
  background: #222222;
  padding: 40px 30px;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 100;
  transform: translate(-100%, 0);
  transition: transform 0.4s;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hd_nav01::-webkit-scrollbar {
  display: none;
}
.hd_nav01.open {
  transform: translate(0, 0);
  transition: transform 0.4s;
}
.hd_nav01 .nav01_list01 {
  width: 100%;
  border-top: solid 1px #656565;
  border-bottom: solid 1px #656565;
}
.hd_nav01 .nav01_list01 &gt; li {
  width: 100%;
  border-top: solid 1px #656565;
}
.hd_nav01 .nav01_list01 &gt; li:first-of-type {
  border-top: none;
}
.hd_nav01 .nav01_list01 &gt; li .list_name {
  width: 100%;
  padding: 5px 6px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
.hd_nav01 .nav01_list01 &gt; li .list_name:hover {
  background: #fff;
}
.hd_nav01 .nav01_list01 &gt; li .list_name:hover .icon img {
  filter: invert(0%);
}
.hd_nav01 .nav01_list01 &gt; li .list_name:hover .list01_ttl01 {
  color: #000;
}
.hd_nav01 .nav01_list01 &gt; li .list_name .icon {
  width: 40px;
  display: block;
}
.hd_nav01 .nav01_list01 &gt; li .list_name .icon img {
  filter: invert(100%);
}
.hd_nav01 .nav01_list01 &gt; li .list_name .list01_ttl01 {
  width: calc(100% - 40px);
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-left: 7px;
}
.hd_nav01 .nav01_list01 &gt; li &gt; div.list_name::before, .hd_nav01 .nav01_list01 &gt; li &gt; div.list_name::after {
  content: "";
  width: 11px;
  height: 2px;
  background-color: #656565;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  z-index: 2;
}
.hd_nav01 .nav01_list01 &gt; li &gt; div.list_name::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}
.hd_nav01 .nav01_list01 &gt; li &gt; div.list_name.open::after {
  transform: translateY(-50%);
  transition: 0.2s;
}
.hd_nav01 .nav01_list01 &gt; li a.list_name {
  transition: 0.2s;
}
.hd_nav01 .nav01_list01 &gt; li a.list_name::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: solid 2px #656565;
  border-bottom: solid 2px #656565;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
  transition: 0.2s;
}
.hd_nav01 .nav01_list01 &gt; li a.list_name:hover {
  /*opacity: .7;*/
  transition: 0.2s;
}
.hd_nav01 .nav01_list01 &gt; li a.list_name:hover::before {
  right: 7px;
  transition: 0.2s;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper {
  width: 100%;
  display: none;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper &gt; div.list_name::before, .hd_nav01 .nav01_list01 &gt; li .wrapper &gt; div.list_name::after {
  content: "";
  width: 11px;
  height: 2px;
  background-color: #656565;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  z-index: 2;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper &gt; div.list_name::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper &gt; div.list_name.open::after {
  transform: translateY(-50%);
  transition: 0.2s;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper .nav01_clist01 {
  width: 100%;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper .nav01_clist01 &gt; li {
  width: 100%;
  border-top: solid 1px #656565;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper .nav01_clist01 &gt; li &gt; div.list_name {
  transition: 0.2s;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper .nav01_clist01 &gt; li &gt; div.list_name::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: solid 2px #656565;
  border-bottom: solid 2px #656565;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  transition: 0.2s;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper .nav01_clist01 &gt; li &gt; div.list_name.open::before {
  transform: translateY(-50%) rotate(225deg);
  transition: 0.2s;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper .nav01_clist01 &gt; li &gt; div.list_name .wrapper {
  margin-bottom: 30px;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper .nav01_clist02 {
  width: 100%;
  padding: 17px 18px;
  background-color: #393939;
  border-top: solid 1px #656565;
  margin-bottom: 0;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper .nav01_clist02 li {
  width: 100%;
  margin-top: 11px;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper .nav01_clist02 li:first-of-type {
  margin-top: 0;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper .nav01_clist02 li a {
  width: 100%;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  display: block;
  transition: 0.2s;
  padding-left: 12px;
  position: relative;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper .nav01_clist02 li a::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper .nav01_clist02 li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper .nav01_clist03 {
  width: 100%;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper .nav01_clist03 li {
  width: 100%;
  margin-top: 5px;
  padding-left: 10px;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper .nav01_clist03 li a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 15px;
  position: relative;
  transition: 0.2s;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper .nav01_clist03 li a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-right: solid 1px #222;
  border-bottom: solid 1px #222;
  position: absolute;
  top: 10px;
  left: 0;
  transform: rotate(-45deg);
  transition: 0.2s;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper .nav01_clist03 li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.hd_nav01 .nav01_list01 &gt; li .wrapper .nav01_clist03 li a:hover::before {
  left: 5px;
  transition: 0.2s;
}

.nav_bunner_list01 {
  width: 100%;
  margin-top: 40px;
}
.nav_bunner_list01 li {
  width: 100%;
  margin-top: 20px;
}
.nav_bunner_list01 li:first-of-type {
  margin-top: 0;
}
.nav_bunner_list01 li a {
  display: block;
  transition: 0.2s;
}
.nav_bunner_list01 li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

/*----------------------------------------------------------------------------
******************************************************************************
** TOP
******************************************************************************
----------------------------------------------------------------------------*/
.mv {
  padding: 0;
  padding-bottom: 44px;
}
.mv .container {
  max-width: initial;
  max-width: auto;
}
.mv .container .slick01 {
  padding-bottom: 35px;
  margin: 0;
}
.mv .container .slick01 li a {
  padding: 0 1.92307692%;
  display: block;
  transition: 0.2s;
}
.mv .container .slick01 li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.mv .container .slick01 li a img {
  width: 100%;
  max-width: initial;
  max-width: auto;
}
.mv .container .slick01 .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 0;
}
.mv .container .slick01 .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  margin-right: 20px;
}
.mv .container .slick01 .slick-dots li:last-of-type {
  margin-right: 0;
}
.mv .container .slick01 .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #e5e5e5;
  display: block;
  border-radius: 50%;
}
.mv .container .slick01 .slick-dots li button::before {
  display: none;
}
.mv .container .slick01 .slick-dots li.slick-active button {
  background-color: #808080;
}

.index01 {
  padding-top: 91px;
  padding-bottom: 91px;
}
.index01 .container .index01_ttl01 {
  width: 100%;
  text-align: center;
}
.index01 .container .index01_ttl01 .ttl01 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  display: block;
}
.index01 .container .index01_ttl01 .ttl02 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  display: block;
}
.index01 .container .index01_txt01 {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 18px;
}
.index01 .container .index01_txt01 span {
  background: linear-gradient(transparent 65%, #dddddd 65%);
  padding-bottom: 2px;
}
.index01 .container .index01_list01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
}
.index01 .container .index01_list01 li {
  width: 48.333333%;
  min-width: 360px;
}
.index01 .container .index01_list01 li .list01_img01 {
  width: 100%;
}
.index01 .container .index01_list01 li .list01_img01 a {
  display: inline-block;
  transition: 0.2s;
}
.index01 .container .index01_list01 li .list01_img01 a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.index01 .container .index01_list01 li .list01_txt01 {
  margin-top: 13px;
}

.common_txt01 {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

.index02 {
  padding-top: 116px;
  padding-bottom: 113px;
}
.index02 .index02_ttl01 {
  margin-bottom: 30px;
}
.index02 .coordinate_block {
  margin-bottom: 90px;
}
.index02 .coordinate_block:last-child {
  margin-bottom: 0;
}
.index02 .container .index02_list01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}

.coordinate_slide,
.coordinate03_slide {
  margin-bottom: 50px;
}
.coordinate_slide .coordinate_slide_box,
.coordinate_slide .coordinate03_slide_box,
.coordinate03_slide .coordinate_slide_box,
.coordinate03_slide .coordinate03_slide_box {
  margin: 0 10px;
}
.coordinate_slide .coordinate_slide_box:nth-of-type(-n + 3),
.coordinate_slide .coordinate03_slide_box:nth-of-type(-n + 3),
.coordinate03_slide .coordinate_slide_box:nth-of-type(-n + 3),
.coordinate03_slide .coordinate03_slide_box:nth-of-type(-n + 3) {
  margin-top: 0;
}
.coordinate_slide .coordinate_slide_box a,
.coordinate_slide .coordinate03_slide_box a,
.coordinate03_slide .coordinate_slide_box a,
.coordinate03_slide .coordinate03_slide_box a {
  width: 100%;
  display: block;
  transition: 0.2s;
}
.coordinate_slide .coordinate_slide_box a:hover,
.coordinate_slide .coordinate03_slide_box a:hover,
.coordinate03_slide .coordinate_slide_box a:hover,
.coordinate03_slide .coordinate03_slide_box a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.coordinate_slide .coordinate_slide_box a .list01_img01,
.coordinate_slide .coordinate03_slide_box a .list01_img01,
.coordinate03_slide .coordinate_slide_box a .list01_img01,
.coordinate03_slide .coordinate03_slide_box a .list01_img01 {
  width: 100%;
  position: relative;
}
.coordinate_slide .coordinate_slide_box a .list01_img01 .icon,
.coordinate_slide .coordinate03_slide_box a .list01_img01 .icon,
.coordinate03_slide .coordinate_slide_box a .list01_img01 .icon,
.coordinate03_slide .coordinate03_slide_box a .list01_img01 .icon {
  width: 90px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.coordinate_slide .coordinate_slide_box a .list01_img01 .icon img,
.coordinate_slide .coordinate03_slide_box a .list01_img01 .icon img,
.coordinate03_slide .coordinate_slide_box a .list01_img01 .icon img,
.coordinate03_slide .coordinate03_slide_box a .list01_img01 .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.coordinate_slide .coordinate_slide_box a .list01_ttl01,
.coordinate_slide .coordinate03_slide_box a .list01_ttl01,
.coordinate03_slide .coordinate_slide_box a .list01_ttl01,
.coordinate03_slide .coordinate03_slide_box a .list01_ttl01 {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 22px;
}
.coordinate_slide .coordinate_slide_box a .list01_txt01,
.coordinate_slide .coordinate03_slide_box a .list01_txt01,
.coordinate03_slide .coordinate_slide_box a .list01_txt01,
.coordinate03_slide .coordinate03_slide_box a .list01_txt01 {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 7px;
}
.coordinate_slide .coordinate03_slide_box a .img,
.coordinate03_slide .coordinate03_slide_box a .img {
  width: 100%;
  background-color: #fff;
  position: relative;
  margin-bottom: 13px;
  padding-top: 70.6650831%;
}
.coordinate_slide .coordinate03_slide_box a .img img,
.coordinate03_slide .coordinate03_slide_box a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.coordinate_slide .coordinate03_slide_box a .description,
.coordinate03_slide .coordinate03_slide_box a .description {
  width: 100%;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.71428571;
  letter-spacing: 0.05em;
  margin-top: 1px;
}
.coordinate_slide .coordinate03_slide_box a .category,
.coordinate03_slide .coordinate03_slide_box a .category {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.coordinate_slide .coordinate03_slide_box a .category .cate,
.coordinate03_slide .coordinate03_slide_box a .category .cate {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 7px 13px 8px 13px;
  background-color: #eeeeee;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
}
.coordinate_slide .coordinate03_slide_box a .category .cate:last-of-type,
.coordinate03_slide .coordinate03_slide_box a .category .cate:last-of-type {
  margin-right: 0;
}
.coordinate_slide .slick-prev,
.coordinate03_slide .slick-prev {
  width: 46px;
  height: 46px;
  background-color: #f3f2f0;
  position: absolute;
  top: 40%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 1;
}
.coordinate_slide .slick-prev::before,
.coordinate03_slide .slick-prev::before {
  content: "";
  width: 14px;
  height: 14px;
  border-left: solid 2px #222222;
  border-bottom: solid 2px #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%) rotate(45deg);
}
.coordinate_slide .slick-next,
.coordinate03_slide .slick-next {
  width: 46px;
  height: 46px;
  background-color: #f3f2f0;
  position: absolute;
  top: 40%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 1;
}
.coordinate_slide .slick-next::before,
.coordinate03_slide .slick-next::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: solid 2px #222222;
  border-right: solid 2px #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-75%, -50%) rotate(45deg);
}

@media screen and (max-width: 1100px) {
  .index02 .container .index02_list01 li {
    width: 32.666666%;
    margin-right: 1%;
  }
}
.common_ttl01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.common_ttl01 .ttl01 {
  font-family: "Roboto";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 23px;
}
.common_ttl01 .txt01 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 6px;
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
}
.common_ttl01 .txt01::before {
  content: "";
  width: 1px;
  height: 22px;
  background-color: #d0d0d0;
  position: absolute;
  top: 2px;
  right: 0;
}
.common_ttl01 .txt02 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 4px;
  margin: 5px 0;
}

.common_cv_section {
  padding-bottom: 120px;
}
.common_cv_section .common_ttl01 {
  margin-bottom: 30px;
}
.common_cv_section .common_txt01 {
  margin-bottom: 50px;
}
.common_cv_section .container .cv_block01 {
  width: 100%;
  height: 450px;
  padding-top: 156px;
  background: -webkit-image-set(url(../images/top/cv_bg01.webp) 1x, url(../images/top/cv_bg01@2x.webp) 2x) no-repeat center;
}
.common_cv_section .container .cv_block01 .block01_ttl01 {
  width: 667px;
  padding: 26px 10px 18px;
  border: solid 2px #222222;
  border-top: none;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.common_cv_section .container .cv_block01 .block01_ttl01::before {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #222222;
  position: absolute;
  top: 0;
  left: 0;
}
.common_cv_section .container .cv_block01 .block01_ttl01::after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #222222;
  position: absolute;
  top: 0;
  right: 0;
}
.common_cv_section .container .cv_block01 .block01_ttl01 .sub {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2777777;
  letter-spacing: 0.05em;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.common_cv_section .container .cv_block01 .block01_ttl01 .ttl {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2777777;
  letter-spacing: 0.05em;
  display: inline-block;
}
.common_cv_section .container .cv_block01 .block01_btn01 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.common_cv_section .container .cv_block01 .block01_btn01 a {
  width: 260px;
  height: 50px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  position: relative;
  transition: 0.2s;
}
.common_cv_section .container .cv_block01 .block01_btn01 a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  right: 22px;
  transition: 0.2s;
}
.common_cv_section .container .cv_block01 .block01_btn01 a:last-of-type {
  margin-right: 0;
}
.common_cv_section .container .cv_block01 .block01_btn01 a.works {
  background-color: #222222;
}
.common_cv_section .container .cv_block01 .block01_btn01 a.contact {
  background-color: #f0a718;
}
.common_cv_section .container .cv_block01 .block01_btn01 a span {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.common_cv_section .container .cv_block01 .block01_btn01 a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.common_cv_section .container .cv_block01 .block01_btn01 a:hover::before {
  right: 12px;
  transition: 0.2s;
}

.index03 {
  padding-top: 115px;
  padding-bottom: 118px;
  background-color: #f5f5f5;
}
.index03 .container .index03_txt01 {
  margin-top: 25px;
}
.index03 .container .index03_block01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.index03 .container .index03_block01 .block01_box01 {
  width: 28.333333%;
}
.index03 .container .index03_block01 .box01_btn01 a {
  width: 100%;
  max-width: 280px;
}
.index03 .container .index03_table01 {
  margin-top: 70px;
}

.original_customize_block {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3rem auto 0;
}
.original_customize_block .original_customize_box {
  width: 47.5%;
  display: block;
  position: relative;
  margin-right: 20px;
  margin-top: 20px;
}
.original_customize_block .original_customize_box:nth-of-type(2n) {
  margin-right: 0;
}
.original_customize_block .original_customize_box:nth-of-type(-n + 2) {
  margin-top: 0;
}
.original_customize_block .original_customize_box .txt_bg {
  width: 100%;
  aspect-ratio: 1/0.52631579;
  display: flex;
  justify-content: center;
  align-items: center;
}
.original_customize_block .original_customize_box .txt_bg.logo {
  background: url(../images/top/original_customize_logo.png) center no-repeat;
  background-size: cover;
}
.original_customize_block .original_customize_box .txt_bg.name {
  background: url(../images/top/original_customize_name.png) center no-repeat;
  background-size: cover;
}
.original_customize_block .original_customize_box .txt_bg.print {
  background: url(../images/top/original_customize_print.png) center no-repeat;
  background-size: cover;
}
.original_customize_block .original_customize_box .txt_bg.silk {
  background: url(../images/top/original_customize_silk.png) center no-repeat;
  background-size: cover;
}
.original_customize_block .original_customize_box .txt {
  width: 89.4736842%;
  min-height: 138px;
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
}
.original_customize_block .original_customize_box .txt &gt; span {
  display: block;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.original_customize_block .original_customize_box .txt p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.original_customize_block .original_customize_box .txt p span {
  display: inline-block;
}
.original_customize_block .original_customize_box .link_txt {
  display: block;
  width: 100%;
  background: #222222;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 1rem;
}
.original_customize_block .original_customize_box .link_txt::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 25px;
  right: 21px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
}
.original_customize_block .original_customize_box .link_txt span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
}
.original_customize_block .original_customize_box:hover .link_txt {
  opacity: 0.7;
  transition: 0.2s;
}
.original_customize_block .original_customize_box:hover .link_txt::before {
  right: 11px;
  transition: 0.2s;
}

@media screen and (max-width: 1100px) {
  .index03 .container .index03_block01 .block01_box01 {
    width: 32.666666%;
  }
}
.common_table01 {
  width: 100%;
  border-top: 1px solid #d0d0d0;
  display: table;
}
.common_table01 tr {
  border-bottom: 1px solid #d0d0d0;
}
.common_table01 tr:nth-child(1) th,
.common_table01 tr:nth-child(1) td {
  text-align: center;
  padding: 16px 5px;
}
.common_table01 tr th,
.common_table01 tr td {
  width: 30%;
  padding: 16px 3.333333%;
  border-right: 1px solid #d0d0d0;
}
.common_table01 tr th:nth-child(1),
.common_table01 tr td:nth-child(1) {
  text-align: center;
  padding: 16px 5px;
}
.common_table01 tr th:last-child,
.common_table01 tr td:last-child {
  border-right: none;
}
.common_table01 tr th:nth-child(1),
.common_table01 tr td:nth-child(1) {
  width: 10%;
}
.common_table01 tr:first-of-type {
  background-color: #eaeaea;
}

@media screen and (max-width: 1100px) {
  .common_table01 {
    table-layout: fixed;
  }
  .common_table01 tr th:nth-child(1),
  .common_table01 tr td:nth-child(1) {
    width: 90px;
  }
  .common_table01 tr th:nth-child(2), .common_table01 tr th:nth-child(3), .common_table01 tr th:nth-child(4) {
    width: calc((100% - 90px) / 3);
  }
  .common_table01 tr td:nth-child(2), .common_table01 tr td:nth-child(3), .common_table01 tr td:nth-child(4) {
    width: calc((100% - 90px) / 3);
  }
}
.common_ttl02 {
  width: 100%;
  text-align: center;
}
.common_ttl02 .en {
  font-family: "Roboto";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  display: block;
}
.common_ttl02 .jp {
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 9px;
}

.common_slider_box01 {
  width: 100%;
}
.common_slider_box01 .box01_slider01 {
  width: 100%;
  position: relative;
}
.common_slider_box01 .box01_slider01 li figure {
  width: 100%;
  padding-top: 99.411765%;
  position: relative;
}
.common_slider_box01 .box01_slider01 li figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.common_slider_box01 .box01_slider01 li .list01_txt01 {
  margin-top: 11px;
}
.common_slider_box01 .box01_slider01 .slick-prev {
  width: 46px;
  height: 46px;
  background-color: #f3f2f0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.common_slider_box01 .box01_slider01 .slick-prev::before {
  content: "";
  width: 14px;
  height: 14px;
  border-left: solid 2px #222222;
  border-bottom: solid 2px #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%) rotate(45deg);
}
.common_slider_box01 .box01_slider01 .slick-next {
  width: 46px;
  height: 46px;
  background-color: #f3f2f0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.common_slider_box01 .box01_slider01 .slick-next::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: solid 2px #222222;
  border-right: solid 2px #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-75%, -50%) rotate(45deg);
}
.common_slider_box01 .box01_ttl01 {
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 15px 10px;
  background-color: #222222;
  margin-top: 23px;
}
.common_slider_box01 .box01_txt02 {
  line-height: 1.875;
  letter-spacing: 0.02em;
  margin-top: 11px;
}
.common_slider_box01 .box01_btn01 {
  margin-top: 30px;
}

.common_btn01 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.common_btn01 a {
  width: 350px;
  height: 52px;
  border: solid 1px #000;
  border-radius: 3px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.2s;
  margin-right: 2.5%;
}
.common_btn01 a:last-of-type {
  margin-right: 0;
}
.common_btn01 a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #222222;
  border-right: solid 2px #222222;
  position: absolute;
  top: 25px;
  right: 21px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
}
.common_btn01 a span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: inline-block;
}
.common_btn01 a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.common_btn01 a:hover::before {
  right: 11px;
  transition: 0.2s;
}
.common_btn01.color01 a {
  border: solid 1px #F0A718;
  background-color: #F0A718;
}
.common_btn01.color01 a:last-of-type {
  margin-right: 0;
}
.common_btn01.color01 a::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.common_btn01.color01 a span {
  color: #fff;
}

.index04 {
  padding-top: 115px;
  padding-bottom: 118px;
}
.index04 .container .index04_txt01 {
  text-align: center;
  margin-top: 26px;
}
.index04 .container .index04_block01 {
  margin-top: 55px;
}
.index04 .container .index04_btn01 {
  margin-top: 65px;
}

.common_tab_block01 {
  width: 100%;
  position: relative;
  padding-top: 120px;
}
.common_tab_block01 .tab {
  width: 50%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.common_tab_block01 .tab::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19.5px 11.25px 0 11.25px;
  border-color: #222222 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.common_tab_block01 .tab.tab01 {
  left: 0;
}
.common_tab_block01 .tab.tab02 {
  left: 50%;
}
.common_tab_block01 .tab span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
}
.common_tab_block01 .tab.active {
  background-color: #222222;
}
.common_tab_block01 .tab.active::before {
  opacity: 1;
}
.common_tab_block01 .tab.active span {
  color: #fff;
}
.common_tab_block01 .contents {
  width: 100%;
  display: none;
}
.common_tab_block01 .contents.show {
  display: block;
}
.common_tab_block01 .contents .slider01 {
  width: 101.666667%;
  position: relative;
  left: -0.8333333%;
}
.common_tab_block01 .contents .slider01 .slick-prev {
  width: 46px;
  height: 46px;
  background-color: #f3f2f0;
  position: absolute;
  top: 30%;
  left: 0.8333333%;
  transform: translateY(-50%);
  z-index: 1;
}
.common_tab_block01 .contents .slider01 .slick-prev::before {
  content: "";
  width: 14px;
  height: 14px;
  border-left: solid 2px #222222;
  border-bottom: solid 2px #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%) rotate(45deg);
}
.common_tab_block01 .contents .slider01 .slick-next {
  width: 46px;
  height: 46px;
  background-color: #f3f2f0;
  position: absolute;
  top: 30%;
  right: 0.8333333%;
  transform: translateY(-50%);
  z-index: 1;
}
.common_tab_block01 .contents .slider01 .slick-next::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: solid 2px #222222;
  border-right: solid 2px #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-75%, -50%) rotate(45deg);
}
.common_tab_block01 .contents .slider01 .no_item {
  text-align: center;
}
.common_tab_block01 .contents .slider01 li a {
  width: 100%;
  padding: 0 4.09836066%;
  display: block;
  transition: 0.2s;
}
.common_tab_block01 .contents .slider01 li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.common_tab_block01 .contents .slider01 li a .img {
  width: 100%;
  padding-top: 100%;
  border: solid 1px rgba(136, 136, 136, 0.5333333333);
  background-color: #fff;
  position: relative;
  margin-bottom: 13px;
  overflow: hidden;
}
.common_tab_block01 .contents .slider01 li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}
.common_tab_block01 .contents .slider01 li a .num {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.common_tab_block01 .contents .slider01 li a .description {
  width: 100%;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.71428571;
  letter-spacing: 0.05em;
  margin-top: 1px;
}
.common_tab_block01 .contents .slider01 li a .code {
  width: 100%;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.71428571;
  letter-spacing: 0.05em;
}
.common_tab_block01 .contents .slider01 li a .price {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 7px;
}
.common_tab_block01 .contents .slider01 li a .price .tax {
  font-size: 0.875em;
  margin-left: 7px;
}

@media screen and (max-width: 1100px) {
  .common_tab_block01 .contents .slider01 {
    width: 100%;
    left: 0;
  }
}
.index05 {
  padding-top: 28px;
  padding-bottom: 118px;
}
.index05 .container .index05_list01 {
  margin-top: 54px;
}
.index05 .container .index05_btn01 {
  margin-top: 60px;
}

.common_news_list01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common_news_list01 li {
  width: 47.5%;
  border-bottom: 1px solid #dddddd;
}
.common_news_list01 li:nth-of-type(-n + 2) {
  border-top: 1px solid #dddddd;
}
.common_news_list01 li a {
  width: 100%;
  display: block;
  padding: 29px 0 30px;
  transition: 0.2s;
}
.common_news_list01 li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.common_news_list01 li a::after {
  content: "";
  clear: both;
  display: block;
}
.common_news_list01 li a .list01_ttl01 {
  width: calc(100% - (150px + 5.78947368%));
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  float: right;
}
.common_news_list01 li a .list01_img01 {
  width: 150px;
  float: left;
}
.common_news_list01 li a .list01_img01 .wrapper {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}
.common_news_list01 li a .list01_img01 .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.common_news_list01 li a .list01_box01 {
  width: calc(100% - (150px + 5.78947368%));
  display: flex;
  flex-wrap: wrap;
  float: right;
  margin-top: 8px;
}
.common_news_list01 li a .list01_box01 .date {
  font-size: 1rem;
  font-family: "Roboto";
  color: #888888;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-top: 3px;
  margin: 5px 13px 5px 0;
}
.common_news_list01 li a .list01_box01 .category {
  display: inline-block;
}
.common_news_list01 li a .list01_box01 .category .cate {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 7px 13px 8px 13px;
  background-color: #eeeeee;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
}
.common_news_list01 li a .list01_box01 .category .cate:last-of-type {
  margin-right: 0;
}
.common_news_list01 li a .list01_txt01 {
  width: calc(100% - (150px + 5.78947368%));
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  margin-top: 5px;
  float: right;
}

@media screen and (max-width: 1100px) {
  .common_news_list01 li {
    width: 49.5%;
  }
}
@media screen and (max-width: 1100px) {
  .common_news_list01 li a .list01_ttl01 {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 1100px) {
  .common_news_list01 li a .list01_box01 {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 1100px) {
  .common_news_list01 li a .list01_txt01 {
    width: calc(100% - 160px);
  }
}
.index06 {
  padding-top: 28px;
  padding-bottom: 120px;
}
.index06 .container .index06_list01 {
  margin-top: 53px;
}

.common_category_list01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.common_category_list01 li {
  width: 20%;
  margin-top: 38px;
}
.common_category_list01 li:nth-of-type(-n + 5) {
  margin-top: 0;
}
.common_category_list01 li a {
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.2s;
}
.common_category_list01 li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.common_category_list01 li a .icon {
  width: 40px;
  margin-right: 8px;
}
.common_category_list01 li a .list01_ttl01 {
  width: calc(100% - 48px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-right: 10px;
}

@media screen and (max-width: 1100px) {
  .common_category_list01 li {
    width: 25%;
  }
  .common_category_list01 li:nth-of-type(-n + 5) {
    margin-top: 38px;
  }
  .common_category_list01 li:nth-of-type(-n + 4) {
    margin-top: 0;
  }
}
.index07 {
  padding-top: 116px;
  padding-bottom: 120px;
  background-color: #f5f5f5;
}
.index07 .container .index07_block01 {
  margin-top: 44px;
}
.index07 .container .index07_list01 {
  margin-top: 5px;
}
.index07 .container .index07_block02 {
  margin-top: 44px;
  display: flex;
  justify-content: space-between;
}
.index07 .container .index07_block02 .block02_box.block02_box01 {
  width: 48.333333%;
}
.index07 .container .index07_block02 .block02_box.block02_box02 {
  width: 46.666666%;
}
.index07 .container .index07_block02 .block02_box .box_ttl01 {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.index07 .container .index07_block02 .block02_box .box_ttl01 span {
  font-size: 0.75em;
  color: #f00;
}
.index07 .container .index07_block02 .block02_box .box_list01 {
  margin-top: 10px;
}
.index07 .container .index07_block02 .block02_box .calendar {
  margin-top: 20px;
}
.index07 .container .index07_btn01 {
  margin-top: 60px;
}

.common_shop_box02 {
  display: flex;
  justify-content: space-between;
}
.common_shop_box02 .block02_box.block02_box01 {
  width: 48.333333%;
}
.common_shop_box02 .block02_box.block02_box02 {
  width: 46.666666%;
}
.common_shop_box02 .block02_box .box_ttl01 {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.common_shop_box02 .block02_box .box_ttl01 span {
  font-size: 0.75em;
  color: #f00;
}
.common_shop_box02 .block02_box .box_list01 {
  margin-top: 10px;
}
.common_shop_box02 .block02_box .calendar {
  margin-top: 20px;
}

.common_news_list03 {
  width: 100%;
}
.common_news_list03 li {
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
}
.common_news_list03 li a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.common_news_list03 li a .date {
  font-size: 1rem;
  font-family: "Roboto";
  color: #888888;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-top: 3px;
  margin-right: 20px;
}
.common_news_list03 li a .list03_ttl01 {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
}

.common_shop_box01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.common_shop_box01 .box_wrap {
  width: 48.333333%;
}
.common_shop_box01 .box_wrap .wrap_list01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.common_shop_box01 .box_wrap .wrap_list01 dt {
  width: 19.4827586%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 17px 5px 18px;
  background-color: #eaeaea;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_shop_box01 .box_wrap .wrap_list01 dt:last-of-type {
  border-bottom: none;
}
.common_shop_box01 .box_wrap .wrap_list01 dd {
  width: 80.5172414%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 17px 10px 18px;
  background-color: #fff;
  border-bottom: 1px solid #d0d0d0;
}
.common_shop_box01 .box_wrap .wrap_list01 dd a {
  display: inline-block;
  position: relative;
  transition: 0.2s;
}
.common_shop_box01 .box_wrap .wrap_list01 dd a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.common_shop_box01 .box_wrap .wrap_list01 dd a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #6e6e6e;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.common_shop_box01 .box_wrap .wrap_list01 dd a[href^="tel:"]::before {
  display: none;
}
.common_shop_box01 .box_wrap .wrap_list01 dd .access {
  font-size: 0.875rem;
  padding-left: 24px;
  position: relative;
}
.common_shop_box01 .box_wrap .wrap_list01 dd .access::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #f0a718;
  position: absolute;
  top: 4px;
  left: 1px;
}
.common_shop_box01 .box_wrap .wrap_list01 dd .access::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 9px;
  left: 5px;
  box-sizing: border-box;
}
.common_shop_box01 .box_wrap .wrap_list01 dd:last-of-type {
  border-bottom: none;
}
.common_shop_box01 .box_wrap .wrap_list02 {
  margin-top: 10px;
}
.common_shop_box01 .map,
.common_shop_box01 .img {
  width: 46.666666%;
}
.common_shop_box01 .map .wrapper,
.common_shop_box01 .img .wrapper {
  width: 100%;
  height: 100%;
  min-height: 378px;
  display: block;
  position: relative;
}
.common_shop_box01 .map .wrapper iframe,
.common_shop_box01 .img .wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1100px) {
  .common_shop_box01 .block01_list01 {
    width: 52.333334%;
  }
}
@media screen and (max-width: 1100px) {
  .common_shop_box01 .block01_list01 dt {
    width: 90px;
  }
}
@media screen and (max-width: 1100px) {
  .common_shop_box01 .block01_list01 dd {
    width: calc(100% - 90px);
    padding-left: 20px;
  }
}
/*----------------------------------------------------------------------------
******************************************************************************
** subpage
******************************************************************************
----------------------------------------------------------------------------*/
.breadcrumb {
  width: 100%;
  padding: 10px 20px 12px;
  background-color: #f5f5f5;
}
.breadcrumb .breadcrumb_list {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.breadcrumb .breadcrumb_list li {
  margin-right: 27px;
  position: relative;
}
.breadcrumb .breadcrumb_list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: solid 1px #808080;
  border-bottom: solid 1px #808080;
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%) rotate(-45deg);
}
.breadcrumb .breadcrumb_list li:last-of-type {
  margin-right: 0;
}
.breadcrumb .breadcrumb_list li:last-of-type::before {
  display: none;
}
.breadcrumb .breadcrumb_list li a,
.breadcrumb .breadcrumb_list li span {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: inline-block;
}

.common_bunner01 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.common_bunner01 figure {
  width: 1200px;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.common_bunner01 .img01_btn01 {
  width: 270px;
  position: absolute;
  bottom: 20px;
}
.common_bunner01 .img01_btn01 a,
.common_bunner01 .img01_btn01 p {
  width: 100%;
  height: 50px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0 24px 2px 0;
  background-color: #222222;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.2s;
}
.common_bunner01 .img01_btn01 a::before,
.common_bunner01 .img01_btn01 p::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: absolute;
  top: 20px;
  right: 24px;
  transform: rotate(-45deg);
  transition: 0.2s;
}
.common_bunner01 .img01_btn01 a:hover,
.common_bunner01 .img01_btn01 p:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.common_bunner01 .img01_btn01 a:hover::before,
.common_bunner01 .img01_btn01 p:hover::before {
  right: 14px;
  transition: 0.2s;
}
.common_bunner01.coordinate .img01_btn01, .common_bunner01.suggestion .img01_btn01 {
  width: 300px;
}
.common_bunner01.coordinate .img01_btn01 a, .common_bunner01.suggestion .img01_btn01 a {
  background-color: #e9001d;
}

@media screen and (min-width: 1100px) {
  .common_bunner01 .img01_btn01 {
    right: 20px;
  }
}
@media screen and (max-width: 1099px) {
  .common_bunner01 .img01_btn01 {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1099px) {
  .common_bunner01.coordinate {
    padding-bottom: 50px;
    background-color: #C5E9E5;
  }
}
@media screen and (max-width: 1099px) {
  .common_bunner01.suggestion {
    padding-bottom: 50px;
    background-color: #C5E9E5;
  }
}
.sub_mv {
  padding-top: 42px;
  padding-bottom: 0;
}
.sub_mv.suggestion {
  padding-bottom: 58px;
}
.sub_mv .container .mv_ttl01 {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.07em;
  position: relative;
  left: -4px;
}
.sub_mv .container .description_text {
  margin-top: 20px;
}
.sub_mv .container .mv_img01 {
  margin-top: 42px;
}
.sub_mv .container .mv_ttl02 {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 17px;
  position: relative;
  margin-top: 65px;
}
.sub_mv .container .mv_ttl02::before {
  content: "";
  width: 42px;
  height: 2px;
  background-color: #222;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sub_mv .container .mv_ttl03 {
  margin-top: 45px;
}
.sub_mv .container .mv_txt01 {
  width: 100%;
  text-align: center;
  margin-top: 12px;
}
.sub_mv .container .mv_txt01 a {
  text-decoration: underline;
  transition: 0.2s;
}
.sub_mv .container .mv_txt01 a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.sub_mv .container .mv_list01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.sub_mv .container .mv_list01 li {
  width: 16.666666%;
  height: 200px;
  text-align: center;
}
.sub_mv .container .mv_list01 li a {
  padding: 34px 5px 20px;
  background-color: #f5f5f5;
  display: block;
  transition: 0.2s;
}
.sub_mv .container .mv_list01 li a .list01_img01 {
  display: inline-block;
}
.sub_mv .container .mv_list01 li a .list01_txt01 {
  width: 100%;
  min-height: 46px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 19px;
}
.sub_mv .container .mv_list01 li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.sub_mv .container .mv_list01.rental li {
  width: 16%;
}
.sub_mv .container .mv_list01.rental li a {
  pointer-events: none;
}
.sub_mv .container .mv_list02 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}
.sub_mv .container .mv_list02 li a {
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  padding: 15px 50px 15px 15px;
  background-color: #F0A718;
  position: relative;
  transition: 0.2s;
}
.sub_mv .container .mv_list02 li a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/common/arrow_icon01.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.2s;
}
.sub_mv .container .mv_list02 li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.sub_mv .container .mv_list02 li a:hover::before {
  top: calc(50% + 10px);
  transition: 0.2s;
}
.sub_mv .container .mv_list02.print_guide {
  justify-content: space-between;
}
.sub_mv .container .mv_list02.print_guide li {
  width: 49.1666666%;
  margin-top: 20px;
}
.sub_mv .container .mv_list02.print_guide li:nth-of-type(-n + 3) {
  width: 32.2222222%;
  margin-top: 0;
}
.sub_mv .container .mv_list02.original_guide li {
  width: 23.333333%;
  margin-right: 2.222222%;
  margin-top: 20px;
}
.sub_mv .container .mv_list02.original_guide li:nth-of-type(4n) {
  margin-right: 0;
}
.sub_mv .container .mv_note01 {
  margin-top: 5px;
}
.sub_mv.first {
  padding-bottom: 120px;
}
.sub_mv.first .container .mv_block01 {
  width: 100%;
  padding: 44px 4.083333% 41px;
  border: solid 2px #222222;
  border-top: none;
  position: relative;
  margin-top: 79px;
}
.sub_mv.first .container .mv_block01::before {
  content: "";
  width: 40.4166666%;
  height: 2px;
  background-color: #222222;
  position: absolute;
  top: 0;
  left: 0;
}
.sub_mv.first .container .mv_block01::after {
  content: "";
  width: 40.4166666%;
  height: 2px;
  background-color: #222222;
  position: absolute;
  top: 0;
  right: 0;
}
.sub_mv.first .container .mv_block01 .block01_ttl01 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.sub_mv.print {
  padding-bottom: 40px;
}
.sub_mv.print.add_print01 {
  padding-bottom: 0;
}
.sub_mv.print.add_print02 {
  padding-top: 0;
  padding-bottom: 130px;
}
.sub_mv.print.add_print02 .mv_ttl02 {
  margin-top: 0;
}
.sub_mv.print .container .mv_table01 {
  margin-top: 50px;
}
.sub_mv.print .container .mv_btn01 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.sub_mv.print .container .mv_btn01 a {
  width: 340px;
  height: 60px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  position: relative;
  transition: 0.2s;
}
.sub_mv.print .container .mv_btn01 a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 25px;
  right: 22px;
  transition: 0.2s;
}
.sub_mv.print .container .mv_btn01 a:last-of-type {
  margin-right: 0;
}
.sub_mv.print .container .mv_btn01 a:nth-of-type(1) {
  background-color: #222222;
}
.sub_mv.print .container .mv_btn01 a:nth-of-type(2) {
  background-color: #f0a718;
}
.sub_mv.print .container .mv_btn01 a span {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.sub_mv.print .container .mv_btn01 a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.sub_mv.print .container .mv_btn01 a:hover::before {
  right: 12px;
  transition: 0.2s;
}
.sub_mv.catalog .container .mv_bunner_list01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 43px;
}
.sub_mv.catalog .container .mv_bunner_list01 li {
  width: 48.333333%;
  margin-top: 20px;
}
.sub_mv.catalog .container .mv_bunner_list01 li:nth-of-type(-n + 2) {
  margin-top: 0;
}
.sub_mv.catalog .container .mv_bunner_list01 li a {
  width: 100%;
  display: block;
  transition: 0.2s;
}
.sub_mv.catalog .container .mv_bunner_list01 li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.sub_mv.guide .mv_txt01, .sub_mv.print_guide .mv_txt01, .sub_mv.rental .mv_txt01, .sub_mv.original_guide .mv_txt01 {
  margin-top: 30px;
  text-align: left;
}

@media screen and (max-width: 999px) {
  .sub_mv .container .mv_list01 li {
    width: 18.66666666%;
  }
}
.common_note_list01 {
  width: 100%;
}
.common_note_list01 li {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding-left: 1em;
  text-indent: -1em;
}

.products01 {
  padding-top: 50px;
  padding-bottom: 130px;
}
.products01.tow_column .container .products01_block01 {
  width: calc(100% - 240px);
}
.products01 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.products01 .container .products01_block01 {
  width: 100%;
  order: 2;
}
.products01 .container .products01_block01 .result_box {
  width: 100%;
  display: flex;
}
.products01 .container .products01_block01 .result_box .ec-searchnavRole__counter span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
}
.products01 .container .products01_block01 .result_box .ec-searchnavRole__actions {
  margin-left: auto;
}
.products01 .container .products01_block01 .result_box .ec-searchnavRole__actions .ec-select {
  position: relative;
}
.products01 .container .products01_block01 .result_box .ec-searchnavRole__actions .ec-select select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  cursor: pointer;
  padding: 10px 35px 10px 15px;
  position: relative;
  top: -10px;
  background: url(../images/common/arrow_icon02.png) no-repeat center right 10px/14px 10px, #f8f8f8;
}
.products01 .container .products01_block01 .search_ttl {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  /*margin-bottom: -20px;*/
}
.products01 .container .products01_block01 .search_ttl.search_ttl01 {
  margin-top: 40px;
}
.products01 .container .products01_block01 .search_ttl.search_ttl02 {
  margin-top: 60px;
}
.products01 .container .products01_block01 .color_box {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.products01 .container .products01_block01 .color_box .box_ttl01 {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.products01 .container .products01_block01 .color_box .box_list01 {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.products01 .container .products01_block01 .color_box .box_list01 li {
  margin-top: 10px;
}
.products01 .container .products01_block01 .color_box .box_list01 li .current_color img {
  border: 2px solid #f0a718;
}
.products01 .container .products01_block01 .color_box .box_list01 li .list01_img01 {
  width: 100%;
  text-align: center;
}
.products01 .container .products01_block01 .color_box .box_list01 li .list01_txt01 {
  width: 100%;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 7px;
}
.products01 .container .products01_block01 .products01_list01 {
  margin-top: 40px;
}
.products01 .container .aside {
  width: 210px;
  padding-top: 3px;
  order: 1;
}
.products01 .container .aside .aside_ttl {
  width: 100%;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 20px;
  border-bottom: dashed 1px #A5A5A5;
  margin-top: 75px;
}
.products01 .container .aside .aside_ttl:first-of-type {
  margin-top: 0;
}
.products01 .container .aside .aside_list {
  width: 100%;
  margin-top: 32px;
}
.products01 .container .aside .aside_list li {
  width: 100%;
  margin-top: 25px;
}
.products01 .container .aside .aside_list li:first-of-type {
  margin-top: 0;
}
.products01 .container .aside .aside_list li a {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
}
.products01 .container .aside .aside_list li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: solid 1px #222222;
  border-bottom: solid 1px #222222;
  transform: rotate(-45deg);
  position: absolute;
  top: 9px;
  right: 6px;
  transition: 0.2s;
}
.products01 .container .aside .aside_list li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.products01 .container .aside .aside_list li a:hover::before {
  right: 0;
  transition: 0.2s;
}
.products01 .container .aside .aside_dl {
  width: 100%;
  margin-top: 20px;
}
.products01 .container .aside .aside_dl dt {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}
.products01 .container .aside .aside_dl dt::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #222222;
  position: absolute;
  top: 50%;
  right: 1px;
  transition: 0.2s;
  transform: translateY(-50%);
}
.products01 .container .aside .aside_dl dt::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #222222;
  position: absolute;
  top: 50%;
  right: 1px;
  transition: 0.2s;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}
.products01 .container .aside .aside_dl dt:first-of-type {
  margin-top: 0;
}
.products01 .container .aside .aside_dl dt.open::after {
  transform: translateY(-50%);
  transition: 0.2s;
}
.products01 .container .aside .aside_dl dt:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.products01 .container .aside .aside_dl dt.no_child::before {
  background-color: transparent;
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 1.5px #222222;
  border-bottom: solid 1.5px #222222;
  transform: rotate(-45deg);
  top: 9px;
  right: 5px;
  transition: 0.2s;
}
.products01 .container .aside .aside_dl dt.no_child::after {
  display: none;
}
.products01 .container .aside .aside_dl dt.no_child:hover::before {
  right: 0;
}
.products01 .container .aside .aside_dl dt.no_child.open::after {
  transform: translateY(0%);
}
.products01 .container .aside .aside_dl dd {
  width: 100%;
  margin-bottom: 20px;
  display: none;
}
.products01 .container .aside .aside_dl dd ul li {
  width: 100%;
  margin-top: 5px;
}
.products01 .container .aside .aside_dl dd ul li:first-of-type {
  margin-top: 10px;
}
.products01 .container .aside .aside_dl dd ul li a {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
}
.products01 .container .aside .aside_dl dd ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: solid 1px #222222;
  border-bottom: solid 1px #222222;
  transform: rotate(-45deg);
  position: absolute;
  top: 9px;
  right: 6px;
  transition: 0.2s;
}
.products01 .container .aside .aside_dl dd ul li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.products01 .container .aside .aside_dl dd ul li a:hover::before {
  right: 0;
  transition: 0.2s;
}
.products01 .container .aside .aside_bunner_list {
  width: 100%;
  margin-top: 48px;
}
.products01 .container .aside .aside_bunner_list li {
  width: 100%;
  margin-top: 30px;
}
.products01 .container .aside .aside_bunner_list li:first-of-type {
  margin-top: 0;
}
.products01 .container .aside .aside_bunner_list li a {
  display: block;
  transition: 0.2s;
}
.products01 .container .aside .aside_bunner_list li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.products01 .container .aside .aside_btn01,
.products01 .container .aside .aside_btn02,
.products01 .container .aside .aside_btn03 {
  margin-top: 30px;
}
.products01 .container .bunner {
  order: 3;
  margin-top: 80px;
  display: block;
}
.products01 .container a.bunner:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1000px) {
  .products01 .container .products01_block01 .color_box .box_list01 li {
    width: 5.208333%;
    margin-right: 1.111111%;
  }
  .products01 .container .products01_block01 .color_box .box_list01 li:nth-of-type(-n + 16) {
    margin-top: 0;
  }
  .products01 .container .products01_block01 .color_box .box_list01 li:nth-of-type(16n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 999px) {
  .products01 .container .products01_block01 .color_box .box_list01 li {
    width: 11.0754986%;
    margin-right: 1.6280016%;
  }
  .products01 .container .products01_block01 .color_box .box_list01 li:nth-of-type(-n + 8) {
    margin-top: 0;
  }
  .products01 .container .products01_block01 .color_box .box_list01 li:nth-of-type(8n) {
    margin-right: 0;
  }
}
.common_ttl04 {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.07em;
  position: relative;
  left: -4px;
}

.common_product_list01 {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.common_product_list01.twocolumn_list li {
  margin-top: 25px !important;
}
.common_product_list01 li {
  margin-top: 25px;
}
.common_product_list01 li a {
  width: 100%;
  display: block;
  transition: 0.2s;
}
.common_product_list01 li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.common_product_list01 li a .img {
  width: 100%;
  background-color: #fff;
  position: relative;
  margin-bottom: 13px;
}
.common_product_list01 li a .img::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px rgba(136, 136, 136, 0.5333333333);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  box-sizing: border-box;
}
.common_product_list01 li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.common_product_list01 li a .num {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.common_product_list01 li a .name {
  width: 100%;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.71428571;
  letter-spacing: 0.05em;
}
.common_product_list01 li a .description {
  width: 100%;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.71428571;
  letter-spacing: 0.05em;
  margin-top: 1px;
}
.common_product_list01 li a .code {
  width: 100%;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.71428571;
  letter-spacing: 0.05em;
}
.common_product_list01 li a .price {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 7px;
}
.common_product_list01 li a .price .tax {
  font-size: 0.875em;
  margin-left: 7px;
}
.common_product_list01 li a .category {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.common_product_list01 li a .category .cate {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 7px 13px 8px 13px;
  background-color: #eeeeee;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
}
.common_product_list01 li a .category .cate:last-of-type {
  margin-right: 0;
}
.common_product_list01.product01 li a .img {
  padding-top: 150%;
}
.common_product_list01.product03 li a .img {
  padding-top: 100%;
}
.common_product_list01.product02 li {
  width: 32.22222222%;
  margin-top: 25px !important;
  margin-right: 1.66666666% !important;
}
.common_product_list01.product02 li:nth-of-type(-n + 3) {
  margin-top: 0 !important;
}
.common_product_list01.product02 li:nth-of-type(3n) {
  margin-right: 0 !important;
}
.common_product_list01.product02 li a .img {
  width: 100%;
  padding-top: 70.6650831%;
}
.common_product_list01.product02.twocolumn_list {
  padding: 0;
}
.common_product_list01.product02.twocolumn_list li {
  width: 48.888888%;
  max-width: 380px;
  margin-top: 25px !important;
  margin-right: 2.56410256% !important;
}
.common_product_list01.product02.twocolumn_list li:nth-of-type(-n + 2) {
  margin-top: 0 !important;
}
.common_product_list01.product02.twocolumn_list li:nth-of-type(2n) {
  margin-right: 0 !important;
}
.common_product_list01.product02.twocolumn_list.product02 li {
  width: 31.666666%;
  margin-right: 2.5% !important;
}
.common_product_list01.product02.twocolumn_list.product02 li:nth-of-type(-n + 3) {
  margin-top: 0 !important;
}
.common_product_list01.product02.twocolumn_list.product02 li:nth-of-type(3n) {
  margin-right: 0 !important;
}
.common_product_list01.print {
  margin-bottom: 40px;
}
.common_product_list01.print li a .img {
  padding-top: 100%;
}
.common_product_list01.catalog li a .img {
  padding-top: 130%;
}
.common_product_list01.slick06 {
  width: 101.6666666%;
  position: relative;
  left: -0.8333333%;
}
.common_product_list01.slick06 .slick-prev {
  width: 46px;
  height: 46px;
  background-color: #f3f2f0;
  position: absolute;
  top: 39%;
  left: 0.8333333%;
  transform: translateY(-50%);
  z-index: 1;
}
.common_product_list01.slick06 .slick-prev::before {
  content: "";
  width: 14px;
  height: 14px;
  border-left: solid 2px #222222;
  border-bottom: solid 2px #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%) rotate(45deg);
}
.common_product_list01.slick06 .slick-next {
  width: 46px;
  height: 46px;
  background-color: #f3f2f0;
  position: absolute;
  top: 39%;
  right: 0.8333333%;
  transform: translateY(-50%);
  z-index: 1;
}
.common_product_list01.slick06 .slick-next::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: solid 2px #222222;
  border-right: solid 2px #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-75%, -50%) rotate(45deg);
}
.common_product_list01.slick06 li {
  margin-right: 0 !important;
}
.common_product_list01.slick06 li .wrapper {
  width: 100%;
  padding: 0 2.45700246%;
  display: inline-block;
}

@media screen and (min-width: 1000px) {
  .common_product_list01.twocolumn_list li {
    width: 23.4375%;
    margin-right: 2.083333% !important;
  }
  .common_product_list01.twocolumn_list li:nth-of-type(-n + 4) {
    margin-top: 0 !important;
  }
  .common_product_list01.twocolumn_list li:nth-of-type(4n) {
    margin-right: 0 !important;
  }
  .common_product_list01.twocolumn_list.product02 li {
    margin-top: 25px !important;
  }
  .common_product_list01.twocolumn_list.product02 li:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 999px) {
  .common_product_list01.twocolumn_list li {
    width: 31.910858%;
    margin-right: 2.133712% !important;
  }
  .common_product_list01.twocolumn_list li:nth-of-type(-n + 3) {
    margin-top: 0 !important;
  }
  .common_product_list01.twocolumn_list li:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .common_product_list01 li {
    width: 18.66666666%;
    margin-right: 1.66666666%;
  }
  .common_product_list01 li:nth-of-type(-n + 5) {
    margin-top: 0;
  }
  .common_product_list01 li:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 999px) {
  .common_product_list01 li {
    width: 23.8031915%;
    margin-right: 1.59574468%;
  }
  .common_product_list01 li:nth-of-type(-n + 4) {
    margin-top: 0;
  }
  .common_product_list01 li:nth-of-type(4n) {
    margin-right: 0;
  }
}
.wp-pagenavi {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  width: 40px;
  height: 40px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #222;
  margin: 0 5px;
  transition: 0.2s;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  color: #fff;
  background-color: #f0a718;
  border: solid 1px #222;
}
.wp-pagenavi a.extend,
.wp-pagenavi span.extend {
  display: none;
}
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #f0a718;
  transition: 0.2s;
}

.ec-pagerRole {
  width: 100%;
  margin-top: 50px;
}
.ec-pagerRole .ec-pager {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ec-pagerRole .ec-pager li {
  margin: 0 5px;
  min-width: auto;
  padding: 0;
}
.ec-pagerRole .ec-pager li.ec-pager__item--active a,
.ec-pagerRole .ec-pager li.ec-pager__item--active span {
  color: #fff;
  background-color: #f0a718;
  border: solid 1px #222;
}
.ec-pagerRole .ec-pager li a,
.ec-pagerRole .ec-pager li span {
  width: 40px;
  height: 40px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #222;
  transition: 0.2s;
}
.ec-pagerRole .ec-pager li a.extend,
.ec-pagerRole .ec-pager li span.extend {
  display: none;
}
.ec-pagerRole .ec-pager li a:hover {
  color: #fff;
  background-color: #f0a718;
  transition: 0.2s;
}

/*----------------------------------------------------------------------------
******************************************************************************
** coordinate_detail
******************************************************************************
----------------------------------------------------------------------------*/
.product_detail01 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.product_detail01 .container .detail01_block01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.product_detail01 .container .detail01_block01 .block01_box01 {
  width: 40%;
  margin: 0 auto;
}
.product_detail01 .container .detail01_block01 .block01_box02 {
  width: 47.5%;
}
.product_detail01 .container .detail01_block01 .block01_box02 .review {
  margin-top: 20px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_txt03 {
  width: 100%;
  font-size: 0.875rem;
  color: #DE5D50;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_ttl01 {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.product_detail01 .container .detail01_block01 .block01_box02 .code {
  width: 100%;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.71428571;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .category {
  width: 100%;
  margin-top: 10px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .category .cate {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 7px 13px 8px 13px;
  background-color: #eeeeee;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .category .cate:last-of-type {
  margin-right: 0;
}
.product_detail01 .container .detail01_block01 .block01_box02 .ec-productRole__price {
  margin-top: 20px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .ec-productRole__price .ec-price01 {
  width: 100%;
  font-size: 1rem;
  color: #222222;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
}
.product_detail01 .container .detail01_block01 .block01_box02 .ec-productRole__price .ec-price01 .price01-default {
  position: relative;
  margin: 0 3px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .ec-productRole__price .ec-price01 .price01-default::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #222222;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.product_detail01 .container .detail01_block01 .block01_box02 .ec-productRole__price .ec-price02 {
  width: 100%;
  font-size: 1.75rem;
  color: #DE5D50;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 10px;
  display: flex;
}
.product_detail01 .container .detail01_block01 .block01_box02 .ec-productRole__price .ec-price02 span {
  font-size: 1em;
  padding: 0;
}
.product_detail01 .container .detail01_block01 .block01_box02 .ec-productRole__price .ec-price02 p {
  margin-left: 3px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .choose_box01 {
  width: 100%;
}
.product_detail01 .container .detail01_block01 .block01_box02 .choose_box01 .wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .choose_box01 .wrapper .ec-productRole__actions {
  display: flex;
  flex-wrap: wrap;
}
.product_detail01 .container .detail01_block01 .block01_box02 .choose_box01 .wrapper .ec-productRole__actions .ec-select {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .choose_box01 .wrapper .ec-productRole__actions .ec-select p {
  min-width: 52px;
  font-size: 0.875rem;
  color: #222222;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-right: 6px;
  margin-right: 5px;
  position: relative;
}
.product_detail01 .container .detail01_block01 .block01_box02 .choose_box01 .wrapper .ec-productRole__actions .ec-select p::before {
  content: ":";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.product_detail01 .container .detail01_block01 .block01_box02 .choose_box01 .wrapper .ec-productRole__actions .ec-select select {
  min-width: 100px;
  font-size: 0.875rem;
  color: #222222;
  border: solid 1px #CCCCCC;
  padding: 5px;
  outline: none;
}
.product_detail01 .container .detail01_block01 .block01_box02 .choose_box01 .wrapper .choose_num {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .choose_box01 .wrapper .choose_num p {
  min-width: 52px;
  font-size: 0.875rem;
  color: #222222;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-right: 6px;
  margin-right: 5px;
  position: relative;
}
.product_detail01 .container .detail01_block01 .block01_box02 .choose_box01 .wrapper .choose_num p::before {
  content: ":";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.product_detail01 .container .detail01_block01 .block01_box02 .choose_box01 .wrapper .choose_num input {
  width: 100px;
  font-size: 0.875rem;
  color: #222222;
  border: solid 1px #CCCCCC;
  padding: 5px;
  outline: none;
}
.product_detail01 .container .detail01_block01 .block01_box02 .choose_box01 .box01_btn01 {
  width: 100%;
  margin-top: 20px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .choose_box01 .box01_btn01 button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1;
  padding: 15px;
  background-color: #ECECEC;
}
.product_detail01 .container .detail01_block01 .block01_box02 .choose_box01 .box01_btn01 button span {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.product_detail01 .container .detail01_block01 .block01_box02 .choose_box01 .box01_btn01 button span::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.product_detail01 .container .detail01_block01 .block01_box02 .choose_box01 .box01_btn01 button span::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(90deg);
}
.product_detail01 .container .detail01_block01 .block01_box02 .buy_box01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .buy_box01 .box01_btn01 {
  width: calc(100% - (71px + 7.01754386%));
  max-width: 430px;
  margin-right: 7.01754386%;
}
.product_detail01 .container .detail01_block01 .block01_box02 .buy_box01 .box01_btn01 button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 71px;
  background-color: #f0a718;
  border-radius: 3px;
  transition: 0.2s;
}
.product_detail01 .container .detail01_block01 .block01_box02 .buy_box01 .box01_btn01 button span {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: 0.2s;
}
.product_detail01 .container .detail01_block01 .block01_box02 .buy_box01 .box01_btn01 button:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.product_detail01 .container .detail01_block01 .block01_box02 .buy_box01 .box01_btn02 {
  width: 57px;
  height: 48px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .buy_box01 .box01_btn02 form {
  height: 100%;
}
.product_detail01 .container .detail01_block01 .block01_box02 .buy_box01 .box01_btn02 form .ec-productRole__btn {
  height: 100%;
}
.product_detail01 .container .detail01_block01 .block01_box02 .buy_box01 .box01_btn02 form .ec-productRole__btn button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/common/favorite_off.png) no-repeat center/contain;
  transition: 0.2s;
}
.product_detail01 .container .detail01_block01 .block01_box02 .buy_box01 .box01_btn02 form .ec-productRole__btn button.active {
  background: url(../images/common/favorite_on.png) no-repeat center/contain;
}
.product_detail01 .container .detail01_block01 .block01_box02 .buy_box01 .box01_btn02 form .ec-productRole__btn button:hover {
  background: url(../images/common/favorite_on.png) no-repeat center/contain;
  transition: 0.2s;
}
.product_detail01 .container .detail01_block01 .block01_box02 .buy_box01 .box01_txt01 {
  margin-top: 10px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .buy_box01 .box01_txt01 .color {
  color: #DE5D50;
  font-weight: 700;
  text-decoration: underline;
  margin: 0 2px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_txt01 {
  width: 100%;
  margin-top: 20px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_txt02 {
  width: 100%;
  color: #FF0000;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_table01 {
  width: 100%;
  table-layout: fixed;
  display: table;
  margin-top: 30px;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_table01 tr {
  width: 100%;
  display: flex;
  border-bottom: solid 1px #707070;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_table01 tr:last-of-type {
  border-bottom: none;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_table01 tr th {
  width: 120px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 7px 5px 8px;
  background-color: #eaeaea;
  border-right: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_table01 tr td {
  width: calc(100% - 120px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 7px 15px 8px;
  background-color: #fff;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_table01 tr td a {
  color: #f0a718;
  text-decoration: underline;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_btn01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_btn01 a {
  width: 48.25%;
  height: 54px;
  background-color: #f0a718;
  padding: 5px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  transition: 0.2s;
  margin-right: 3px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_btn01 a:last-of-type {
  margin-right: 0;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_btn01 a:nth-of-type(1) {
  background-color: #222222;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_btn01 a span {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_btn01 a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_list02 {
  width: 100%;
  display: flex;
  margin-top: 30px;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_list02 span {
  width: 100px;
  line-height: 1;
  margin-right: 10px;
  display: block;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_list02 span a {
  line-height: 1;
  display: block;
  transition: 0.2s;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_list02 span a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.product_detail01 .container .detail01_block01 .block01_box02 .box02_list02 .ec-inlineBtn--action {
  font-size: 0.638em;
  height: 22.6px;
  padding: 5px 10px;
}

.ec-productRole__actions {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
/* .ec-productRole__actions .js-removeItem {
  left: calc(100% + 144px) !important;
} */
@media screen and (max-width: 1280px) {
  .ec-productRole__actions {
    flex-wrap: wrap;
  }
  .ec-productRole__actions .js-removeItem {
    left: auto !important;
    right: 0;
  }
  .ec-productRole__actions .ec-select {
    width: 100% !important;
  }
  .ec-productRole__actions .ec-select select {
    max-width: 300px !important;
  }
}
.ec-productRole__actions .ec-select {
  width: 100%;
  margin: 0;
  padding: 0;
}
.ec-productRole__actions .ec-select .mb-3 {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.ec-productRole__extraInfo .ec-select {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ec-productRole__extraInfo .ec-select label,
.ec-productRole__actions .ec-select .mb-3 label {
  margin: 0;
  padding: 0;
  min-width: 52px;
  font-size: 0.875rem !important;
  color: #222222;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-right: 6px;
  margin-right: 5px;
  position: relative;
}
.ec-productRole__extraInfo .ec-select label::before,
.ec-productRole__actions .ec-select .mb-3 label::before {
  content: ":";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ec-productRole__actions .ec-select .mb-3 select {
  min-width: 100px;
  font-size: 0.875rem;
  color: #222222;
  border: solid 1px #CCCCCC;
  background-color: #fff;
  padding: 5px;
  outline: none;
}
#form1 .ec-productRole__actions .ec-select.ec-productRole__attachment {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ec-productRole__actions .ec-numberInput {
  width: 100%;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.ec-productRole__attachment label,
.ec-productRole__actions .ec-numberInput span {
  min-width: 52px;
  font-size: 0.875rem !important;
  color: #222222;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-right: 6px;
  margin-right: 5px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.ec-productRole__actions .ec-productRole__attachment label::before,
.ec-productRole__actions .ec-numberInput span::before {
  content: ":";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ec-productRole__actions .ec-numberInput input {
  margin: 0;
  padding: 0;
  width: 100px;
  height: auto;
  font-size: 0.875rem !important;
  color: #222222;
  border: solid 1px #CCCCCC;
  padding: 5px;
  outline: none;
}
.ec-productRole__attachment .attachment-btn {
  margin-right: 50%;
}
.ec-productRole__attachment img {
 max-width: 40%;
 margin: 8p;
}
.ec-productRole__attachment .attachment-name {
  width: 100%;
 margin: 0 40px;
}
.ec-productRole__addBtn button {
  font-size: 0.875rem !important;
}

.ec-productRole__btn:not(.favorite) {
  width: calc(100% - (71px + 7.01754386%));
  max-width: 430px;
  margin-right: 7.01754386%;
  margin-top: 30px;
}
.ec-productRole__btn:not(.favorite) button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 71px;
  background-color: #f0a718;
  border-radius: 3px;
  transition: 0.2s;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: 0.2s;
}
.ec-productRole__btn:not(.favorite) button:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.favorite_btn {
  width: 100%;
  position: relative;
}
.favorite_btn .wrapper {
  width: 57px;
  height: 48px;
  position: absolute;
  top: -11px;
  right: 8%;
  transform: translateY(-100%);
}
.favorite_btn .wrapper form {
  height: 100%;
}
.favorite_btn .wrapper form .ec-productRole__btn {
  height: 100%;
}
.favorite_btn .wrapper form .ec-productRole__btn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background: url(../images/common/favorite_off.png) no-repeat center/contain;
  transition: 0.2s;
}
.favorite_btn .wrapper form .ec-productRole__btn button:active {
  outline: none;
}
.favorite_btn .wrapper form .ec-productRole__btn button:hover {
  background: url(../images/common/favorite_on.png) no-repeat center/contain;
  transition: 0.2s;
}
.favorite_btn .wrapper form .ec-productRole__btn button:focus {
  box-shadow: none;
  outline: none;
}
.favorite_btn .wrapper form .ec-productRole__btn button.finished {
  background: url(../images/common/favorite_on.png) no-repeat center/contain;
}

.slick04 {
  position: relative;
}
.slick04 .slick-arrow {
  top: 50%;
  width: 35px;
  height: 35px;
  position: absolute;
  left: auto;
  right: auto;
  transform: translateY(-50%);
  z-index: 10;
}
.slick04 .slick-arrow.slick-prev {
  left: 10px;
}
.slick04 .slick-arrow.slick-next {
  right: 10px;
  transform: translateY(-50%) scale(-1, 1);
}
.slick04 .slick-arrow::before {
  display: none;
}
.slick04 .slick-arrow::after {
  content: "";
  width: 22px;
  height: 22px;
  border-left: solid 7px rgba(0, 0, 0, 0.8);
  border-bottom: solid 7px rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  box-sizing: border-box;
}
.slick04.product01 li figure {
  padding-top: 150%;
}
.slick04.product02 li figure {
  padding-top: 70.6650831%;
}
.slick04 li figure {
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  border: solid 1px rgba(136, 136, 136, 0.5333333333);
  position: relative;
}
.slick04 li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick04.coordinate02 li figure {
  padding-top: 70.6650831%;
}
.slick04.print li figure {
  padding-top: 100%;
}

.slick04_thumbnail {
  width: 100%;
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.slick04_thumbnail.product02 .li figure {
  padding-top: 70.6650831%;
}
.slick04_thumbnail li {
  width: 25%;
  cursor: pointer;
  position: relative;
}
.slick04_thumbnail li::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 2px #f0a718;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 2;
}
.slick04_thumbnail li.slick-current::before {
  opacity: 1;
}
.slick04_thumbnail li figure {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border: solid 1px rgba(136, 136, 136, 0.5333333333);
}
.slick04_thumbnail li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.common_product_section {
  padding-top: 50px;
}
.common_product_section.last {
  padding-bottom: 100px;
}
.common_product_section .container .product_list01 {
  margin-top: 30px;
}
.common_product_section .product_btn01 {
  margin-top: 50px;
}

.common_ttl03 {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

/*----------------------------------------------------------------------------
******************************************************************************
** law
******************************************************************************
----------------------------------------------------------------------------*/
.law01 {
  padding-top: 42px;
  padding-bottom: 100px;
}
.law01 .container .law01_dl01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #D5D5D5;
  margin-top: 42px;
}
.law01 .container .law01_dl01 dt {
  width: 180px;
  font-weight: 700;
  padding: 15px 5px;
  border-bottom: solid 1px #D5D5D5;
}
.law01 .container .law01_dl01 dd {
  width: calc(100% - 180px);
  padding: 15px 5px;
  border-bottom: solid 1px #D5D5D5;
}
.law01 .container .law01_dl01 dd a {
  text-decoration: underline;
  transition: 0.2s;
}
.law01 .container .law01_dl01 dd a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.law01 .container .law01_dl01 dd a[href*="tel:"] {
  text-decoration: none;
  pointer-events: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** privacy
******************************************************************************
----------------------------------------------------------------------------*/
.privacy01 {
  padding-top: 42px;
  padding-bottom: 100px;
}
.privacy01 .container .privacy01_txt01 {
  width: 100%;
  margin-top: 42px;
}
.privacy01 .container .privacy01_list01 {
  width: 100%;
  margin-top: 42px;
}
.privacy01 .container .privacy01_list01 dt {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
.privacy01 .container .privacy01_list01 dt:nth-of-type(1) {
  margin-top: 0;
}
.privacy01 .container .privacy01_list01 dd {
  width: 100%;
  margin-top: 20px;
}
.privacy01 .container .privacy01_list01 dd p {
  margin-top: 20px;
}
.privacy01 .container .privacy01_list01 dd p:nth-of-type(1) {
  margin-top: 0;
}
.privacy01 .container .privacy01_list01 dd .common_btn01 {
  margin-top: 20px;
}
.privacy01 .container .privacy01_list01 dd .common_btn01 a {
  margin-left: 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** privacy
******************************************************************************
----------------------------------------------------------------------------*/
.document01 {
  padding-top: 42px;
  padding-bottom: 100px;
}
.document01 .container .document01_txt01 {
  width: 100%;
  text-align: center;
  margin-top: 42px;
}
.document01 .container .document01_btn01 {
  margin-top: 50px;
}
.document01 .container .document01_block01 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.document01 .container .document01_block01 .block01_txt01 {
  width: 100%;
  text-align: center;
}
.document01 .container .document01_block01 .block01_txt01 a {
  display: inline-block;
}
.document01 .container .document01_block01 .block01_txt01 a span {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-right: 5px;
  display: inline-block;
  position: relative;
}
.document01 .container .document01_block01 .block01_txt01 a span::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../images/common/tel_icon.svg) no-repeat center/contain;
  position: absolute;
  top: 12px;
  left: -2px;
  transform: translateX(-100%);
}
.document01 .container .document01_block01 .block01_txt01 .txt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  top: -2px;
}
.document01 .container .document01_block02 {
  width: 680px;
  padding: 30px 50px;
  background-color: #F5F5F5;
  margin: 50px auto 30px;
}
.document01 .container .document01_block02 .block02_ttl01 {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 17px;
  position: relative;
}
.document01 .container .document01_block02 .block02_ttl01::before {
  content: "";
  width: 42px;
  height: 2px;
  background-color: #222;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.document01 .container .document01_block02 .block02_txt01,
.document01 .container .document01_block02 .block02_btn01 {
  margin-top: 20px;
}

.common_form_block01.mt30 {
  margin-top: 30px;
}
.common_form_block01 form {
  width: 100%;
}
.common_form_block01 .common_form01 {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.common_form_block01 .common_form01 dt {
  width: 100%;
  padding: 20px 20px 0;
}
.common_form_block01 .common_form01 dt span {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
}
.common_form_block01 .common_form01 dt span span {
  font-size: 0.875em;
  margin-left: 5px;
}
.common_form_block01 .common_form01 dt span.required {
  position: relative;
  padding-right: 50px;
}
.common_form_block01 .common_form01 dt span.required::before {
  content: "必須";
  font-size: 0.75rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 4px 7px 5px;
  background-color: #f0a718;
  position: absolute;
  top: 4px;
  right: 0;
}
.common_form_block01 .common_form01 dt:first-of-type {
  margin-top: 0;
}
.common_form_block01 .common_form01 dd {
  width: 100%;
  padding: 0 20px 20px;
  border-bottom: solid 1px #ccc;
  margin-top: 10px;
}
.common_form_block01 .common_form01 dd .input_box {
  width: 100%;
}
.common_form_block01 .common_form01 dd .input_box.select-other-area {
  display: none;
  pointer-events: none;
}
.common_form_block01 .common_form01 dd .input_box.select-other-area .select-other {
  padding-top: 10px;
}
.common_form_block01 .common_form01 dd .input_box.select-other-area.show {
  display: block;
  pointer-events: auto;
}
.common_form_block01 .common_form01 dd .input_box .ymd {
  width: 100%;
}
.common_form_block01 .common_form01 dd .input_box .ymd input {
  width: 200px !important;
}
.common_form_block01 .common_form01 dd .input_box.herf {
  width: 50%;
}
.common_form_block01 .common_form01 dd .input_box .mwform-checkbox-field,
.common_form_block01 .common_form01 dd .input_box .mwform-radio-field {
  margin-left: 0;
  margin-right: 10px;
  display: inline-block;
}
.common_form_block01 .common_form01 dd .input_box .mwform-checkbox-field input,
.common_form_block01 .common_form01 dd .input_box .mwform-radio-field input {
  margin-right: 0;
}
.common_form_block01 .common_form01 dd .input_box input[type=text], .common_form_block01 .common_form01 dd .input_box input[type=tel], .common_form_block01 .common_form01 dd .input_box input[type=email] {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 5px 10px;
}
.common_form_block01 .common_form01 dd .input_box select {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 5px 10px;
}
.common_form_block01 .common_form01 dd .input_box textarea {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  min-height: 150px;
}
.common_form_block01 .common_form01 dd .addres_box .input_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.common_form_block01 .common_form01 dd .addres_box .input_box:first-of-type {
  margin-top: 0;
}
.common_form_block01 .common_form01 dd .addres_box .input_box .txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: 80px;
}
.common_form_block01 .common_form01 dd .addres_box .input_box .input {
  width: calc(100% - 80px);
}
.common_form_block01 .common_form01 dd .addres_box .input_box.add .input {
  width: 200px;
}
.common_form_block01 .common_form01 dd .addres_box .input_box.other .txt {
  width: 100%;
  margin-bottom: 10px;
}
.common_form_block01 .common_form01 dd .addres_box .input_box.other .input {
  width: 100%;
}
.common_form_block01 .common_form01 dd .order_box .input_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.common_form_block01 .common_form01 dd .order_box .input_box:first-of-type {
  margin-top: 0;
}
.common_form_block01 .common_form01 dd .order_box .input_box .txt {
  width: 100px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.common_form_block01 .common_form01 dd .order_box .input_box .input {
  width: calc(100% - 100px);
}
.common_form_block01 .form_txt01 {
  width: 100%;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 50px;
}
.common_form_block01 .form_txt01 a {
  color: #1571DA;
  text-decoration: underline;
  transition: 0.2s;
  padding-right: 20px;
  margin-right: 5px;
  position: relative;
}
.common_form_block01 .form_txt01 a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/common/link_icon.svg) no-repeat center/contain;
  position: absolute;
  top: 7px;
  right: 0;
}
.common_form_block01 .form_txt01 a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.common_form_block01 .form_txt02 {
  width: 100%;
  margin-top: 30px;
}
.common_form_block01 .form01_btn01 {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.common_form_block01 .form01_btn01 button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 260px;
  height: 50px;
  border-radius: 3px;
  background-color: #f0a718;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  transition: 0.2s;
}
.common_form_block01 .form01_btn01 button.back {
  background-color: #222;
}
.common_form_block01 .form01_btn01 button span {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_form_block01 .form01_btn01 button .wpcf7-spinner {
  display: none;
}
.common_form_block01 .form01_btn01 button:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.common_form_block01 .wpcf7-checkbox .wpcf7-list-item,
.common_form_block01 .mwform-checkbox-field {
  margin: 0;
  margin-right: 15px;
  margin-bottom: 5px;
  display: inline-block;
}
.common_form_block01 .wpcf7-checkbox .wpcf7-list-item:last-of-type,
.common_form_block01 .mwform-checkbox-field:last-of-type {
  margin-right: 0;
}
.common_form_block01 .wpcf7-checkbox .wpcf7-list-item label,
.common_form_block01 .mwform-checkbox-field label {
  cursor: pointer;
}
.common_form_block01 .wpcf7-checkbox .wpcf7-list-item label input,
.common_form_block01 .mwform-checkbox-field label input {
  display: none;
}
.common_form_block01 .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span::before,
.common_form_block01 .mwform-checkbox-field label input:checked ~ span::before {
  background-color: #222;
}
.common_form_block01 .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span::after,
.common_form_block01 .mwform-checkbox-field label input:checked ~ span::after {
  opacity: 1;
}
.common_form_block01 .wpcf7-checkbox .wpcf7-list-item label span,
.common_form_block01 .mwform-checkbox-field label span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.common_form_block01 .wpcf7-checkbox .wpcf7-list-item label span::before,
.common_form_block01 .mwform-checkbox-field label span::before {
  content: "";
  width: 16px;
  height: 16px;
  border: solid 1px #222;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  left: 0;
}
.common_form_block01 .wpcf7-checkbox .wpcf7-list-item label span::after,
.common_form_block01 .mwform-checkbox-field label span::after {
  content: "";
  width: 3px;
  height: 7px;
  border-right: solid 2px #f0a718;
  border-bottom: solid 2px #f0a718;
  position: absolute;
  top: 7px;
  left: 6px;
  opacity: 0;
  transform: rotate(40deg);
}
.common_form_block01 .wpcf7-radio .wpcf7-list-item,
.common_form_block01 .mwform-radio-field {
  margin: 0;
  margin-right: 15px;
  margin-bottom: 5px;
  display: inline-block;
}
.common_form_block01 .wpcf7-radio .wpcf7-list-item:last-of-type,
.common_form_block01 .mwform-radio-field:last-of-type {
  margin-right: 0;
}
.common_form_block01 .wpcf7-radio .wpcf7-list-item label,
.common_form_block01 .mwform-radio-field label {
  cursor: pointer;
}
.common_form_block01 .wpcf7-radio .wpcf7-list-item label input,
.common_form_block01 .mwform-radio-field label input {
  display: none;
}
.common_form_block01 .wpcf7-radio .wpcf7-list-item label input:checked ~ span::before,
.common_form_block01 .mwform-radio-field label input:checked ~ span::before {
  background-color: #222;
}
.common_form_block01 .wpcf7-radio .wpcf7-list-item label input:checked ~ span::after,
.common_form_block01 .mwform-radio-field label input:checked ~ span::after {
  opacity: 1;
}
.common_form_block01 .wpcf7-radio .wpcf7-list-item label span,
.common_form_block01 .mwform-radio-field label span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.common_form_block01 .wpcf7-radio .wpcf7-list-item label span::before,
.common_form_block01 .mwform-radio-field label span::before {
  content: "";
  width: 16px;
  height: 16px;
  border: solid 1px #222;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
.common_form_block01 .wpcf7-radio .wpcf7-list-item label span::after,
.common_form_block01 .mwform-radio-field label span::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f0a718;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 4px;
  opacity: 0;
}
.common_form_block01 .wpcf7-acceptance {
  width: 100%;
  display: block;
  text-align: center;
}
.common_form_block01 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  display: inline-block;
}
.common_form_block01 .wpcf7-acceptance .wpcf7-list-item label {
  cursor: pointer;
}
.common_form_block01 .wpcf7-acceptance .wpcf7-list-item label input {
  display: none;
}
.common_form_block01 .wpcf7-acceptance .wpcf7-list-item label input:checked ~ span::before {
  background-color: #222;
}
.common_form_block01 .wpcf7-acceptance .wpcf7-list-item label input:checked ~ span::after {
  opacity: 1;
}
.common_form_block01 .wpcf7-acceptance .wpcf7-list-item label span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.common_form_block01 .wpcf7-acceptance .wpcf7-list-item label span::before {
  content: "";
  width: 16px;
  height: 16px;
  border: solid 1px #222;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  left: 0;
}
.common_form_block01 .wpcf7-acceptance .wpcf7-list-item label span::after {
  content: "";
  width: 3px;
  height: 7px;
  border-right: solid 2px #f0a718;
  border-bottom: solid 2px #f0a718;
  position: absolute;
  top: 7px;
  left: 6px;
  opacity: 0;
  transform: rotate(40deg);
}

/*----------------------------------------------------------------------------
******************************************************************************
** contents
******************************************************************************
----------------------------------------------------------------------------*/
.contents01 {
  padding-top: 42px;
  padding-bottom: 100px;
}
.contents01 .container .contents01_block01 {
  width: 100%;
  padding: 30px 20px;
  border: solid 1px #222;
  position: relative;
  margin-top: 50px;
}
.contents01 .container .contents01_block01::before {
  content: "";
  width: 260px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.contents01 .container .contents01_block01 .block01_ttl01 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.contents01 .container .contents01_block01 .block01_list01 .cate {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 5px;
}
.contents01 .container .contents01_block01 .block01_list01 .cate:last-of-type {
  margin-right: 0;
}
.contents01 .container .contents01_block01 .block01_list01 .cate.active a {
  color: #fff;
  background-color: #222;
}
.contents01 .container .contents01_block01 .block01_list01 .cate a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 7px 13px 8px 13px;
  background-color: #eeeeee;
  display: inline-block;
}
.contents01 .container .contents01_list01 {
  margin-top: 70px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** contents_detail
******************************************************************************
----------------------------------------------------------------------------*/
.editor_block h2 {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 30px;
  margin-bottom: 20px;
}
.editor_block p {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.editor_block img {
  display: inline-block;
  margin-bottom: 20px;
}
.editor_block img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor_block img.alignleft {
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.editor_block img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.contents_detail01 {
  padding-top: 40px;
  padding-bottom: 100px;
}
.contents_detail01 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.contents_detail01 .container .contents_ttl01 {
  width: 100%;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.contents_detail01 .container .contents_box01 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}
.contents_detail01 .container .contents_box01 .date {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: 10px;
}
.contents_detail01 .container .contents_box01 .cate {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 7px 13px 8px 13px;
  background-color: #eeeeee;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 5px;
}
.contents_detail01 .container .contents_box01 .cate:last-of-type {
  margin-right: 0;
}
.contents_detail01 .container .contents01_block01 {
  width: calc(100% - 350px);
}
.contents_detail01 .container .contents01_block01 .block01_btn01 {
  margin-top: 50px;
}
.contents_detail01 .container .aside {
  width: 320px;
}
.contents_detail01 .container .aside .aside_ttl {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 20px;
  border-bottom: dashed 1px #A5A5A5;
  margin-top: 75px;
}
.contents_detail01 .container .aside .aside_ttl:first-of-type {
  margin-top: 0;
}

.common_news_list02 {
  width: 100%;
  margin-top: 30px;
}
.common_news_list02 li {
  width: 100%;
  margin-top: 30px;
}
.common_news_list02 li:first-of-type {
  margin-top: 0;
}
.common_news_list02 li a {
  width: 100%;
  display: block;
  transition: 0.2s;
}
.common_news_list02 li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.common_news_list02 li a::after {
  content: "";
  clear: both;
  display: block;
}
.common_news_list02 li a .list01_ttl01 {
  width: calc(100% - 110px);
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  float: right;
}
.common_news_list02 li a .list01_img01 {
  width: 100px;
  float: left;
}
.common_news_list02 li a .list01_img01 .wrapper {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}
.common_news_list02 li a .list01_img01 .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.common_news_list02 li a .list01_box01 {
  width: calc(100% - 110px);
  display: flex;
  flex-wrap: wrap;
  float: right;
  margin-top: 8px;
}
.common_news_list02 li a .list01_box01 .date {
  font-size: 0.75rem;
  font-family: "Roboto";
  color: #888888;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-top: 3px;
  margin: 7px 7px 5px 0;
}
.common_news_list02 li a .list01_box01 .category {
  display: inline-block;
}
.common_news_list02 li a .list01_box01 .category .cate {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 5px 9px 6px;
  background-color: #eeeeee;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
}
.common_news_list02 li a .list01_box01 .category .cate:last-of-type {
  margin-right: 0;
}
.common_news_list02 li a .list01_txt01 {
  width: calc(100% - 110px);
  font-size: 0.875rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  margin-top: 5px;
  float: right;
}

/*----------------------------------------------------------------------------
******************************************************************************
** about
******************************************************************************
----------------------------------------------------------------------------*/
.about01 {
  padding-top: 42px;
  padding-bottom: 120px;
}
.about01 .container .about01_block01 {
  margin-top: 45px;
}
.about01 .container .about01_list03 {
  margin-top: 5px;
}
.about01 .container .about01_list01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.about01 .container .about01_list01 li {
  width: 31%;
}
.about01 .container .about01_list01 li .list01_img01 {
  width: 100%;
}
.about01 .container .about01_list01 li .list01_ttl01 {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 14px;
}
.about01 .container .about01_list01 li .list01_txt01 {
  width: 100%;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.about01 .container .about01_block01 {
  margin-top: 50px;
}
.about01 .container .about01_list02 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 76px;
}
.about01 .container .about01_list02 li {
  width: 48.333333%;
}
.about01 .container .about01_list02 li a {
  width: 100%;
  height: 150px;
  display: block;
  position: relative;
}
.about01 .container .about01_list02 li a .list01_ttl01 {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about01 .container .about01_list02 li.company {
  background: -webkit-image-set(url(../images/about/about01_img04.webp) 1x, url(../images/about/about01_img04@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/about/about01_img04.webp) 1x, url(../images/about/about01_img04@2x.webp) 2x) no-repeat center/cover;
}
.about01 .container .about01_list02 li.messeage {
  background: -webkit-image-set(url(../images/about/about01_img05.webp) 1x, url(../images/about/about01_img05@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/about/about01_img05.webp) 1x, url(../images/about/about01_img05@2x.webp) 2x) no-repeat center/cover;
}

.about02 {
  padding-top: 112px;
  padding-bottom: 140px;
  background-color: #f5f5f5;
}
.about02 .container .map {
  width: 100%;
  margin-top: 44px;
}
.about02 .container .map .wrapper {
  width: 100%;
  height: 100%;
  min-height: 466px;
  display: block;
  position: relative;
}
.about02 .container .map .wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.about02 .container .about02_block01 {
  width: 100%;
  margin-top: 51px;
}
.about02 .container .about02_block01 .block01_list01 {
  width: 100%;
  display: flex;
  border: solid 1px #d0d0d0;
  margin-top: 37px;
}
.about02 .container .about02_block01 .block01_list01:first-of-type {
  margin-top: 0;
}
.about02 .container .about02_block01 .block01_list01 dt {
  width: 19.166666%;
  min-width: 175px;
  padding: 10px;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about02 .container .about02_block01 .block01_list01 dt .dt_ttl {
  text-align: center;
}
.about02 .container .about02_block01 .block01_list01 dt .dt_ttl .icon01 {
  display: block;
  margin: 0 auto;
}
.about02 .container .about02_block01 .block01_list01 dt .dt_ttl .txt01 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  margin-top: 14px;
}
.about02 .container .about02_block01 .block01_list01 dd {
  width: 80.833333%;
  min-width: calc(100% - 175px);
  padding: 35px 80px 37px 45px;
}
.about02 .container .about02_block01 .block01_list01 dd .dd_ttl01 {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 32px;
}
.about02 .container .about02_block01 .block01_list01 dd .dd_ttl01:first-of-type {
  margin-top: 0;
}
.about02 .container .about02_block01 .block01_list01 dd .dd_list01 {
  width: 100%;
  margin-top: 7px;
}
.about02 .container .about02_block01 .block01_list01 dd .dd_list01 li {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 1.25em;
  text-indent: -1.25em;
  margin-top: 6px;
}
.about02 .container .about02_block01 .block01_list01 dd .dd_list01 li:first-of-type {
  margin-top: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  max-width: 1200rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin: 30px auto;
  padding: 20px;
  border-color: #46b450;
  text-align: center;
}

/*----------------------------------------------------------------------------
******************************************************************************
** suggestion
******************************************************************************
----------------------------------------------------------------------------*/
.suggestion01 {
  padding-top: 115px;
  padding-bottom: 123px;
  background-color: #f5f5f5;
}
.suggestion01 .container .suggestion01_block01 {
  margin-top: 65px;
  padding-top: 18px;
}
.suggestion01 .container .suggestion01_block02 {
  padding-top: 20px;
}
.suggestion01 .container .suggestion01_block03 {
  padding-top: 55px;
}

.common_suggestion_block01 {
  width: 100%;
  min-height: 350px;
  padding-right: 53.333333%;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 49px;
}
.common_suggestion_block01:first-of-type {
  margin-top: 0;
}
.common_suggestion_block01 .wrapper {
  width: 100%;
}
.common_suggestion_block01 .wrapper .block01_ttl01 {
  width: 100%;
  position: relative;
}
.common_suggestion_block01 .wrapper .block01_ttl01 .num {
  font-family: "Roboto";
  font-size: 6.25rem;
  color: #e0e0e0;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  display: block;
  position: absolute;
  top: -60px;
  left: -4px;
  z-index: 1;
}
.common_suggestion_block01 .wrapper .block01_ttl01 .ttl {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: block;
  position: relative;
  z-index: 2;
}
.common_suggestion_block01 .wrapper .block01_img01 {
  width: 48.333333%;
  position: absolute;
  top: 0;
  right: 0;
}
.common_suggestion_block01 .wrapper .block01_txt01 {
  line-height: 1.875;
  margin-top: 14px;
}
.common_suggestion_block01.revese {
  padding-right: 0;
  padding-left: 53.333333%;
}
.common_suggestion_block01.revese .wrapper .block01_img01 {
  right: auto;
  left: 0;
}

.suggestion02 {
  padding-top: 115px;
  padding-bottom: 123px;
}
.suggestion02 .container .suggestion02_list01 {
  margin-top: 45px;
}
.suggestion02 .suggestion02_btn01 {
  margin-top: 50px;
}

.suggestion03 {
  padding-top: 113px;
  padding-bottom: 119px;
  background-color: #f5f5f5;
}
.suggestion03 .container .suggestion03_block01 {
  width: 100%;
  margin-top: 47px;
}
.suggestion03 .suggestion03_txt_red {
  margin-top: 30px;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: red;
}
.suggestion03 .suggestion03_txt_red ul li {
  text-align: left;
}
.suggestion03 .suggestion03_txt_red p {
  margin-top: 10px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** first
******************************************************************************
----------------------------------------------------------------------------*/
.first p {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 1.25rem;
}
.first .first_h2 {
  font-size: 1.5rem;
  padding: 1.5rem 0;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  margin-bottom: 2.5rem;
  font-weight: bold;
}
.first .first_block {
  margin-bottom: 50px;
}
.first .first_block:last-child {
  margin-bottom: 0;
}
.first .first_block .first_h3 {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 20px;
}
.first .first_block .first_h3::before {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  background: #222;
  top: calc(50% - 1px);
  left: 0;
}
.first .first_block p {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.first .common_btn01 {
  margin-top: 40px;
}
.first .common_btn01 a.red {
  border: solid 1px #e9001d;
  background-color: #e9001d;
}
.first .common_btn01 a.red::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.first .common_btn01 a.red span {
  color: #fff;
}
.first .common_btn01 a.green {
  border: solid 1px #1fbc99;
  background-color: #1fbc99;
}
.first .common_btn01 a.green::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.first .common_btn01 a.green span {
  color: #fff;
}

.first01 {
  padding-top: 115px;
  padding-bottom: 120px;
  background-color: #f5f5f5;
}
.first01 .container .first01_txt01 {
  text-align: center;
  margin-top: 27px;
}
.first01 .container .first01_block01 {
  margin-top: 55px;
}
.first01 .container .first01_btn01 {
  margin-top: 65px;
}

.first02 {
  padding-top: 100px;
  padding-bottom: 121px;
}
.first02 .container .first02_list01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.first02 .container .first02_list01 li {
  width: calc((100% - 20px) / 2);
  max-width: 580px;
}
.first02 .container .first02_list01 li a {
  display: block;
  transition: 0.2s;
}
.first02 .container .first02_list01 li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.first02 .container .first02_ttl01 {
  margin-top: 136px;
}
.first02 .container .first02_list02 {
  width: 101.666667%;
  position: relative;
  left: -0.8333333%;
  margin-top: 48px;
}
.first02 .container .first02_list02 .slick-prev {
  width: 46px;
  height: 46px;
  background-color: #f3f2f0;
  position: absolute;
  top: 39%;
  left: 0.8333333%;
  transform: translateY(-50%);
  z-index: 1;
}
.first02 .container .first02_list02 .slick-prev::before {
  content: "";
  width: 14px;
  height: 14px;
  border-left: solid 2px #222222;
  border-bottom: solid 2px #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%) rotate(45deg);
}
.first02 .container .first02_list02 .slick-next {
  width: 46px;
  height: 46px;
  background-color: #f3f2f0;
  position: absolute;
  top: 39%;
  right: 0.8333333%;
  transform: translateY(-50%);
  z-index: 1;
}
.first02 .container .first02_list02 .slick-next::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: solid 2px #222222;
  border-right: solid 2px #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-75%, -50%) rotate(45deg);
}
.first02 .container .first02_list02 li {
  margin: 0;
}
.first02 .container .first02_list02 li a {
  width: 100%;
  padding: 0 4.09836066%;
  display: block;
  transition: 0.2s;
}
.first02 .container .first02_btn01 {
  margin-top: 56px;
}
.first02 .container .first02_btn01 a:nth-of-type(2) {
  border: solid 1px #0a7984;
  background-color: #0a7984;
}
.first02 .container .first02_btn01 a:nth-of-type(2)::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.first02 .container .first02_btn01 a:nth-of-type(2) span {
  color: #fff;
}
.first02 .container .first02_ttl02 {
  margin-top: 136px;
}
.first02 .container .first02_list03 {
  width: 103.5%;
  position: relative;
  left: -1.75%;
  margin-top: 45px;
}
.first02 .container .first02_list03 .slick-prev {
  width: 46px;
  height: 46px;
  background-color: #f3f2f0;
  position: absolute;
  top: 39%;
  left: 1.75%;
  transform: translateY(-50%);
  z-index: 1;
}
.first02 .container .first02_list03 .slick-prev::before {
  content: "";
  width: 14px;
  height: 14px;
  border-left: solid 2px #222222;
  border-bottom: solid 2px #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%) rotate(45deg);
}
.first02 .container .first02_list03 .slick-next {
  width: 46px;
  height: 46px;
  background-color: #f3f2f0;
  position: absolute;
  top: 39%;
  right: 1.75%;
  transform: translateY(-50%);
  z-index: 1;
}
.first02 .container .first02_list03 .slick-next::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: solid 2px #222222;
  border-right: solid 2px #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-75%, -50%) rotate(45deg);
}
.first02 .container .first02_list03 li {
  margin: 0 !important;
}
.first02 .container .first02_list03 li a {
  width: 100%;
  padding: 0 5.07246377%;
  display: block;
  transition: 0.2s;
}
.first02 .container .first02_btn02 {
  margin-top: 58px;
}
.first02 .container .first02_btn02 a:nth-of-type(2) {
  border: solid 1px #e9001d;
  background-color: #e9001d;
}
.first02 .container .first02_btn02 a:nth-of-type(2)::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.first02 .container .first02_btn02 a:nth-of-type(2) span {
  color: #fff;
}
.first02 .container .first02_ttl03 {
  margin-top: 146px;
}
.first02 .container .first02_list04 {
  margin-top: 52px;
}
.first02 .container .cv_block01 {
  width: 100%;
  height: 450px;
  padding-top: 156px;
  background: -webkit-image-set(url(../images/top/cv_bg01.webp) 1x, url(../images/top/cv_bg01@2x.webp) 2x) no-repeat center;
}
.first02 .container .cv_block01 .block01_ttl01 {
  width: 667px;
  padding: 26px 10px 18px;
  border: solid 2px #222222;
  border-top: none;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.first02 .container .cv_block01 .block01_ttl01::before {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #222222;
  position: absolute;
  top: 0;
  left: 0;
}
.first02 .container .cv_block01 .block01_ttl01::after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #222222;
  position: absolute;
  top: 0;
  right: 0;
}
.first02 .container .cv_block01 .block01_ttl01 .sub {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2777777;
  letter-spacing: 0.05em;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.first02 .container .cv_block01 .block01_ttl01 .ttl {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2777777;
  letter-spacing: 0.05em;
  display: inline-block;
}
.first02 .container .cv_block01 .block01_btn01 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.first02 .container .cv_block01 .block01_btn01 a {
  width: 260px;
  height: 50px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  position: relative;
  transition: 0.2s;
}
.first02 .container .cv_block01 .block01_btn01 a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  right: 22px;
  transition: 0.2s;
}
.first02 .container .cv_block01 .block01_btn01 a:last-of-type {
  margin-right: 0;
}
.first02 .container .cv_block01 .block01_btn01 a.works {
  background-color: #222222;
}
.first02 .container .cv_block01 .block01_btn01 a.contact {
  background-color: #f0a718;
}
.first02 .container .cv_block01 .block01_btn01 a span {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.first02 .container .cv_block01 .block01_btn01 a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.first02 .container .cv_block01 .block01_btn01 a:hover::before {
  right: 12px;
  transition: 0.2s;
}

/*----------------------------------------------------------------------------
******************************************************************************
** search
******************************************************************************
----------------------------------------------------------------------------*/
.search p {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  line-height: 2;
}
.search .search_h2 {
  font-size: 1.5rem;
  padding: 1.5rem 0;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  margin-bottom: 2.5rem;
  font-weight: bold;
}
.search .search_block {
  margin-bottom: 50px;
}
.search .search_block:last-child {
  margin-bottom: 0;
}
.search .search_block a:hover {
  opacity: 0.7;
}
.search .search_block .search_h3 {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 20px;
}
.search .search_block .search_h3::before {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  background: #222;
  top: calc(50% - 1px);
  left: 0;
}
.search .search_block p {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.search .common_btn01 {
  margin-top: 40px;
}
.search .common_btn01 a span {
  text-align: center;
  line-height: 1.4;
}
.search .common_btn01 a.red {
  border: solid 1px #e9001d;
  background-color: #e9001d;
}
.search .common_btn01 a.red::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.search .common_btn01 a.red span {
  color: #fff;
}
.search .common_btn01 a.green {
  border: solid 1px #1fbc99;
  background-color: #1fbc99;
}
.search .common_btn01 a.green::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.search .common_btn01 a.green span {
  color: #fff;
}
.search .first02_list02 {
  width: 101.666667%;
  position: relative;
  left: -0.8333333%;
  margin-top: 48px;
}
.search .first02_list02 .slick-prev {
  width: 46px;
  height: 46px;
  background-color: #f3f2f0;
  position: absolute;
  top: 39%;
  left: 0.8333333%;
  transform: translateY(-50%);
  z-index: 1;
}
.search .first02_list02 .slick-prev::before {
  content: "";
  width: 14px;
  height: 14px;
  border-left: solid 2px #222222;
  border-bottom: solid 2px #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%) rotate(45deg);
}
.search .first02_list02 .slick-next {
  width: 46px;
  height: 46px;
  background-color: #f3f2f0;
  position: absolute;
  top: 39%;
  right: 0.8333333%;
  transform: translateY(-50%);
  z-index: 1;
}
.search .first02_list02 .slick-next::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: solid 2px #222222;
  border-right: solid 2px #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-75%, -50%) rotate(45deg);
}
.search .first02_list02 li {
  margin: 0;
}
.search .first02_list02 li a {
  width: 100%;
  padding: 0 4.09836066%;
  display: block;
  transition: 0.2s;
}
.search .searchform_keyword {
  width: 100%;
  max-width: 350px;
}
.search .searchform_keyword .ec-input {
  width: 100%;
  position: relative;
}
.search .searchform_keyword .ec-input .search-name {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}
.search .searchform_keyword .ec-input .search-name::-webkit-search-decoration, .search .searchform_keyword .ec-input .search-name::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search .searchform_keyword .ec-input .ec-headerSearch__keywordBtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 23px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 2;
}

.search01 {
  padding-top: 115px;
  padding-bottom: 120px;
  background-color: #f5f5f5;
}

.search02 {
  padding-top: 115px;
  padding-bottom: 120px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** guide
******************************************************************************
----------------------------------------------------------------------------*/
.common_ttl05 {
  width: 100%;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.common_ttl06 {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.guide01 {
  padding-top: 50px;
}
.guide01 .container .guide01_ttl01 {
  width: 100%;
}
.guide01 .container .guide01_list01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.guide01 .container .guide01_list01 dt {
  width: 100px;
  font-family: "Roboto";
  font-size: 1.125rem;
  color: #EFA617;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.guide01 .container .guide01_list01 dt:first-of-type {
  margin-top: 0;
}
.guide01 .container .guide01_list01 dd {
  width: calc(100% - 100px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.guide01 .container .guide01_list01 dd:first-of-type {
  margin-top: 0;
}
.guide01 .container .guide01_txt01 {
  line-height: 1.7;
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
.guide01 .container .guide01_btn01 {
  margin-top: 30px;
}
.guide01 .container .guide01_btn01 a {
  margin-right: auto;
}
.guide01 .container .guide01_txt02 {
  line-height: 1.7;
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
.guide01 .container .guide01_ttl02 {
  margin-top: 50px;
}
.guide01 .container .guide01_txt03 {
  margin-top: 10px;
}

.guide02 {
  padding-top: 50px;
}
.guide02 .container .guide02_txt01 {
  margin-top: 20px;
}
.guide02 .container .guide02_txt01 span {
  background: linear-gradient(transparent 65%, #F5E950 65%);
}
.guide02 .container .guide02_list01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.guide02 .container .guide02_list01 dt {
  width: calc(100% - 200px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #707070;
  padding: 10px 0 10px 20px;
}
.guide02 .container .guide02_list01 dt:first-of-type {
  background-color: #F6F6F6;
}
.guide02 .container .guide02_list01 dd {
  width: 200px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #707070;
  padding: 10px 20px;
}
.guide02 .container .guide02_list01 dd:first-of-type {
  background-color: #F6F6F6;
}
.guide02 .container .guide02_list01 dd span {
  width: 75px;
  text-align: right;
  padding-right: 10px;
  display: inline-block;
}

.guide03 {
  padding-top: 50px;
}
.guide03 .container .guide03_txt01 {
  margin-top: 10px;
}

.guide04 {
  padding-top: 50px;
}
.guide04 .container .guide04_ttl02 {
  margin-top: 30px;
}
.guide04 .container .guide04_txt01 {
  margin-top: 10px;
}
.guide04 .container .guide04_ttl03 {
  margin-top: 30px;
}
.guide04 .container .guide04_txt02 {
  margin-top: 10px;
}
.guide04 .container .guide04_list01 {
  width: 100%;
  margin-top: 20px;
}
.guide04 .container .guide04_list01 li {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-left: 1em;
  text-indent: -1em;
}
.guide04 .container .guide04_txt03 {
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
}
.guide04 .container .guide04_txt04 {
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}
.guide04 .container .guide04_ttl04 {
  margin-top: 30px;
}
.guide04 .container .guide04_list02 {
  margin-top: 10px;
}
.guide04 .container .guide04_list02 li {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-left: 1em;
  text-indent: -1em;
}
.guide04 .container .guide04_ttl05 {
  margin-top: 30px;
}
.guide04 .container .guide04_txt05 {
  margin-top: 10px;
}

.guide05 {
  padding-top: 50px;
  padding-bottom: 100px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** guide-order
******************************************************************************
----------------------------------------------------------------------------*/
.guide_order01 {
  padding-top: 50px;
  padding-bottom: 100px;
}
.guide_order01 .container .guide_order01_list01 {
  margin-top: 20px;
}

.common_flow_list01 dt {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.common_flow_list01 dt:first-of-type {
  margin-top: 0;
}
.common_flow_list01 dt span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-family: "Roboto";
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 1px 0 0 1px;
  background-color: #F0A718;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 10px;
}
.common_flow_list01 dt span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 10px;
  border-color: transparent transparent transparent #F0A718;
  position: absolute;
  bottom: 3px;
  right: -7px;
  transform: rotate(30deg);
}
.common_flow_list01 dd {
  width: 100%;
  margin-top: 10px;
}
.common_flow_list01 dd .dd_txt01 {
  margin-top: 20px;
}
.common_flow_list01 dd .dd_txt01:first-of-type {
  margin-top: 0;
}
.common_flow_list01 dd .dd_txt01 a {
  text-decoration: underline;
  transition: 0.2s;
}
.common_flow_list01 dd .dd_txt01 a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.common_flow_list01 dd .dd_btn01 {
  width: 100%;
  display: flex;
  margin-top: 25px;
}
.common_flow_list01 dd .dd_btn01 a {
  width: 300px;
  height: 50px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  position: relative;
  transition: 0.2s;
}
.common_flow_list01 dd .dd_btn01 a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  right: 22px;
  transition: 0.2s;
}
.common_flow_list01 dd .dd_btn01 a:last-of-type {
  margin-right: 0;
}
.common_flow_list01 dd .dd_btn01 a.works {
  background-color: #222222;
}
.common_flow_list01 dd .dd_btn01 a.contact {
  background-color: #f0a718;
}
.common_flow_list01 dd .dd_btn01 a span {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.common_flow_list01 dd .dd_btn01 a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.common_flow_list01 dd .dd_btn01 a:hover::before {
  right: 12px;
  transition: 0.2s;
}
.common_flow_list01 dd .dd_block01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.common_flow_list01 dd .dd_block01 .block01_box01 {
  width: 49%;
  padding: 30px;
  background-color: #F5F5F5;
}
.common_flow_list01 dd .dd_block01 .block01_box01 .box01_ttl01 {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 17px;
  position: relative;
}
.common_flow_list01 dd .dd_block01 .block01_box01 .box01_ttl01::before {
  content: "";
  width: 42px;
  height: 2px;
  background-color: #222;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.common_flow_list01 dd .dd_block01 .block01_box01 .box01_txt01,
.common_flow_list01 dd .dd_block01 .block01_box01 .box01_btn01 {
  margin-top: 20px;
}
.common_flow_list01 dd .dd_block01 .block01_box01 .box01_list01 {
  width: 275px;
  margin: 20px auto 0;
}
.common_flow_list01 dd .dd_block01 .block01_box01 .box01_list01 li {
  width: 100%;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.common_flow_list01 dd .dd_block01 .block01_box01 .box01_list01 li .txt {
  width: 95px;
  padding-left: 30px;
  position: relative;
}
.common_flow_list01 dd .dd_block01 .block01_box01 .box01_list01 li a {
  transition: 0.2s;
}
.common_flow_list01 dd .dd_block01 .block01_box01 .box01_list01 li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.common_flow_list01 dd .dd_block01 .block01_box01 .box01_list01 li.mail .txt::before {
  content: "";
  width: 23px;
  height: 16px;
  background: url(../images/common/contact_icon_b.png) no-repeat center/contain;
  position: absolute;
  top: 9px;
  left: 0;
}
.common_flow_list01 dd .dd_block01 .block01_box01 .box01_list01 li.fax .txt::before {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/common/fax_icon_b.png) no-repeat center/contain;
  position: absolute;
  top: 6px;
  left: 2px;
}
.common_flow_list01 dd .dd_block02 {
  width: 100%;
  padding: 20px 30px;
  border: solid 2px #D60000;
  margin-top: 20px;
}
.common_flow_list01 dd .dd_block02 .block02_ttl01 {
  width: 100%;
  font-size: 1rem;
  color: #D60000;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-left: 28px;
  position: relative;
}
.common_flow_list01 dd .dd_block02 .block02_ttl01::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/rental/caution_icon.png) no-repeat center/contain;
  position: absolute;
  top: 4px;
  left: 0;
}
.common_flow_list01 dd .dd_block02 .block02_txt01 {
  margin-top: 5px;
}
.common_flow_list01 dd .dd_block02 .block02_txt01 span {
  text-decoration: underline;
}
.common_flow_list01 dd .dd_note01 {
  margin-top: 5px;
}

.common_ttl07 {
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  border-bottom: dashed 2px #A5A5A5;
  display: flex;
  align-items: center;
}
.common_ttl07 span {
  font-size: 0.75em;
  display: inline-block;
  margin-left: 10px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** rental
******************************************************************************
----------------------------------------------------------------------------*/
.rental01 {
  padding-top: 50px;
}
.rental01 .container .rental01_list01 {
  margin-top: 20px;
}

.rental02 {
  padding-top: 50px;
}
.rental02 .container .rental02_txt01 {
  margin-top: 10px;
}
.rental02 .container .rental02_list01 {
  width: 100%;
  margin-top: 20px;
}
.rental02 .container .rental02_list01 li {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-left: 1em;
  text-indent: -1em;
}

.rental03 {
  padding-top: 50px;
  padding-bottom: 100px;
}
.rental03 .container .rental03_txt01 {
  margin-top: 20px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** print guide
*****************************************************************************
----------------------------------------------------------------------------*/
.print_guide01 {
  padding-top: 50px;
}
.print_guide01 .container .common_ttl08 {
  margin-top: 30px;
}
.print_guide01 .container .common_txt01 {
  margin-top: 10px;
}
.print_guide01 .container .print_guide01_block01 {
  width: 100%;
  margin-top: 55px;
  display: flex;
}
.print_guide01 .container .print_guide01_block01 .block01_box {
  width: 27.0833333%;
  padding-left: 2.0833333%;
  position: relative;
  margin-right: 2.0833333%;
}
.print_guide01 .container .print_guide01_block01 .block01_box:last-of-type {
  margin-right: 0;
}
.print_guide01 .container .print_guide01_block01 .block01_box .num {
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #F0A718;
  border: solid 3px #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -2.0833333%;
  transform: translateY(-50%);
}

@media screen and (max-width: 999px) {
  .print_guide01 .container .print_guide01_block01 .block01_box {
    width: 32%;
  }
}
.common_ttl08 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 10px;
  border-left: solid 4px #F0A718;
}

.common_ttl09 {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.print_guide02 {
  padding-top: 50px;
}
.print_guide02 .container .common_ttl08 {
  margin-top: 30px;
}
.print_guide02 .container .common_txt01 {
  margin-top: 10px;
}
.print_guide02 .container .print_guide02_block01 {
  width: 100%;
  margin-top: 55px;
  display: flex;
}
.print_guide02 .container .print_guide02_block01 .block01_box {
  width: 27.0833333%;
  padding-left: 2.0833333%;
  position: relative;
  margin-right: 2.0833333%;
}
.print_guide02 .container .print_guide02_block01 .block01_box:last-of-type {
  margin-right: 0;
}
.print_guide02 .container .print_guide02_block01 .block01_box .num {
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #F0A718;
  border: solid 3px #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -2.0833333%;
  transform: translateY(-50%);
}

@media screen and (max-width: 999px) {
  .print_guide02 .container .print_guide02_block01 .block01_box {
    width: 32%;
  }
}
.print_guide03 {
  padding-top: 50px;
}
.print_guide03 .container .common_ttl08 {
  margin-top: 30px;
}
.print_guide03 .container .common_txt01 {
  margin-top: 10px;
}
.print_guide03 .container .print_guide03_block01 {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
.print_guide03 .container .print_guide03_block01 .block01_box {
  width: 50%;
}
.print_guide03 .container .print_guide03_block01 .block01_box .box01_img01 {
  width: 50%;
  float: left;
}
.print_guide03 .container .print_guide03_block01 .block01_box .box01_ttl01 {
  width: 50%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: calc(1em + 15px);
  text-indent: -1em;
  float: left;
}
.print_guide03 .container .print_guide03_block01 .block01_box .box01_txt01 {
  width: 50%;
  float: left;
  padding-left: 15px;
  margin-top: 5px;
}
.print_guide03 .container .print_guide03_img01 {
  width: 100%;
  margin-top: 15px;
}

.print_guide04 {
  padding-top: 50px;
}
.print_guide04 .container .common_ttl09 {
  margin-top: 50px;
}
.print_guide04 .container .common_ttl09:first-of-type {
  margin-top: 30px;
}
.print_guide04 .container .common_block01 {
  margin-top: 20px;
}
.print_guide04 .container .common_txt01 {
  margin-top: 10px;
}

.common_block01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.common_block01 .block01_img01 {
  width: 48%;
}
.common_block01 .wrapper {
  width: 50%;
}
.common_block01 .wrapper .common_txt01 {
  margin-top: 10px;
}
.common_block01 .wrapper .common_txt01:first-of-type {
  margin-top: 0;
}
.common_block01 .wrapper .common_btn01 {
  margin-top: 20px;
}
.common_block01 .wrapper .common_btn01 a {
  margin-right: auto;
}

.print_guide05 {
  padding-top: 50px;
  padding-bottom: 100px;
}
.print_guide05 .container .common_ttl09 {
  margin-top: 50px;
}
.print_guide05 .container .common_ttl09:first-of-type {
  margin-top: 30px;
}
.print_guide05 .container .common_block01 {
  margin-top: 20px;
}
.print_guide05 .container .common_txt01 {
  margin-top: 10px;
}
.print_guide05 .container .print_guide05_block03 {
  margin-top: 50px;
}
.print_guide05 .container .print_guide05_block03 .block03_btn01 {
  justify-content: flex-start;
  margin-top: 30px;
}
.print_guide05 .container .print_guide05_block03 .block03_btn01 a {
  text-align: center;
}
.print_guide05 .container .print_guide05_block03 .block03_ttl02 {
  margin-top: 50px;
}
.print_guide05 .container .print_guide05_block03 .block03_btn02 {
  justify-content: flex-start;
  margin-top: 30px;
}
.print_guide05 .container .print_guide05_block03 .block03_btn02 a {
  text-align: center;
}

.single_print_btn {
  margin-top: 50px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** original guide
******************************************************************************
----------------------------------------------------------------------------*/
.original_guide01 {
  padding-top: 50px;
}
.original_guide01 .container .original_guide01_list01 {
  width: 100%;
  margin-top: 30px;
}
.original_guide01 .container .original_guide01_list01 dt {
  width: 100%;
  font-size: 1.725rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.original_guide01 .container .original_guide01_list01 dt:first-of-type {
  margin-top: 0;
}
.original_guide01 .container .original_guide01_list01 dt .point {
  width: 80px;
  font-family: "Roboto";
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 5px;
  background-color: #383939;
  margin-right: 15px;
}
.original_guide01 .container .original_guide01_list01 dd {
  width: 100%;
  margin-top: 10px;
}

.original_guide02 {
  padding-top: 50px;
}
.original_guide02 .container .original_guide02_block01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.original_guide02 .container .original_guide02_block01 .block01_box01 {
  width: 49%;
}
.original_guide02 .container .original_guide02_block01 .block01_box01 .box01_ttl01 {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.original_guide02 .container .original_guide02_block01 .block01_box01 .box01_img01 {
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.2s;
}
.original_guide02 .container .original_guide02_block01 .block01_box01 .box01_img01:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.original_guide02 .container .original_guide02_block01 .modal_area {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
  display: none;
}
.original_guide02 .container .original_guide02_block01 .modal_area .box01_img01 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  display: inline-block;
}
.original_guide02 .container .original_guide02_block01 .modal_area .box01_img01 picture {
  width: 150%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
.original_guide02 .container .original_guide02_block01 .modal_area .box01_img01 img {
  width: 100%;
  max-width: initial;
  max-width: auto;
}

.original_guide03 {
  padding-top: 50px;
}
.original_guide03 .container .original_guide03_img01 {
  margin-top: 30px;
}

.original_guide04 {
  padding-top: 50px;
}
.original_guide04 .container .original_guide04_block01 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.original_guide04 .container .original_guide04_block01 .block01_table01 {
  width: 50%;
  display: table;
  table-layout: fixed;
  border: solid 1px #333;
}
.original_guide04 .container .original_guide04_block01 .block01_table01 tr {
  border-bottom: solid 1px #333;
}
.original_guide04 .container .original_guide04_block01 .block01_table01 tr th {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding: 8px;
  border-right: solid 1px #333;
}
.original_guide04 .container .original_guide04_block01 .block01_table01 tr td {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding: 8px;
  border-right: solid 1px #333;
  text-align: right;
}
.original_guide04 .container .original_guide04_block01 .block01_table01 tr:first-of-type th, .original_guide04 .container .original_guide04_block01 .block01_table01 tr:nth-of-type(2) td {
  text-align: center;
}
.original_guide04 .container .original_guide04_block01 .block01_img01 {
  width: 38.333333%;
}

.original_guide05 {
  padding-top: 50px;
}
.original_guide05 .container .original_guide05_block01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.original_guide05 .container .original_guide05_block01 .block01_box01 {
  width: 49%;
  padding: 30px;
  background-color: #F5F5F5;
}
.original_guide05 .container .original_guide05_block01 .block01_box01 .box01_ttl01 {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 17px;
  position: relative;
}
.original_guide05 .container .original_guide05_block01 .block01_box01 .box01_ttl01::before {
  content: "";
  width: 42px;
  height: 2px;
  background-color: #222;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.original_guide05 .container .original_guide05_block01 .block01_box01 .box01_txt01 {
  margin-top: 20px;
  text-align: center;
}

.original_guide06 {
  padding-top: 50px;
}
.original_guide06 .container .original_guide06_block01 {
  width: 100%;
  padding: 20px 30px;
  border: solid 2px #D60000;
  margin-top: 30px;
}
.original_guide06 .container .original_guide06_block01 .block02_ttl01 {
  width: 100%;
  font-size: 1rem;
  color: #D60000;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-left: 28px;
  position: relative;
}
.original_guide06 .container .original_guide06_block01 .block02_ttl01::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/rental/caution_icon.png) no-repeat center/contain;
  position: absolute;
  top: 4px;
  left: 0;
}
.original_guide06 .container .original_guide06_block01 .block02_txt01 {
  margin-top: 5px;
}
.original_guide06 .container .original_guide06_block01 .block02_txt01 span {
  text-decoration: underline;
}
.original_guide06 .container .original_guide06_ttl02 {
  margin-top: 30px;
}
.original_guide06 .container .original_guide06_txt01 {
  margin-top: 10px;
}
.original_guide06 .container .original_guide06_block02 {
  margin-top: 20px;
}
.original_guide06 .container .original_guide06_ttl03 {
  margin-top: 30px;
}
.original_guide06 .container .original_guide06_ttl04,
.original_guide06 .container .original_guide06_txt02 {
  margin-top: 10px;
}
.original_guide06 .container .original_guide06_block03 {
  margin-top: 20px;
}
.original_guide06 .container .original_guide06_ttl05 {
  margin-top: 30px;
}
.original_guide06 .container .original_guide06_ttl06,
.original_guide06 .container .original_guide06_txt03 {
  margin-top: 10px;
}
.original_guide06 .container .original_guide06_block04 {
  margin-top: 20px;
}
.original_guide06 .container .original_guide06_ttl07 {
  margin-top: 30px;
}
.original_guide06 .container .original_guide06_txt04 {
  margin-top: 10px;
}
.original_guide06 .container .original_guide06_block05 {
  margin-top: 20px;
}
.original_guide06 .container .original_guide06_txt05 {
  margin-top: 30px;
}

.original_guide07 {
  padding-top: 50px;
  padding-bottom: 100px;
}
.original_guide07 .container .original_guide07_ttl02 {
  margin-top: 30px;
}
.original_guide07 .container .original_guide07_img01,
.original_guide07 .container .original_guide07_txt01 {
  margin-top: 20px;
}
.original_guide07 .container .original_guide07_txt02 {
  margin-top: 10px;
}
.original_guide07 .container .original_guide07_ttl03 {
  margin-top: 30px;
}
.original_guide07 .container .original_guide07_img02,
.original_guide07 .container .original_guide07_txt03 {
  margin-top: 20px;
}
.original_guide07 .container .original_guide07_block01 {
  margin-top: 50px;
}
.original_guide07 .container .original_guide07_block01 .block01_btn01 {
  justify-content: flex-start;
  margin-top: 30px;
}
.original_guide07 .container .original_guide07_block01 .block01_ttl02 {
  margin-top: 50px;
}
.original_guide07 .container .original_guide07_block01 .block01_btn02 {
  justify-content: flex-start;
  margin-top: 30px;
}

.original_guide_link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.original_guide_link a {
  display: block;
  width: 48%;
  margin: 1%;
}

/*----------------------------------------------------------------------------
******************************************************************************
** thanks
******************************************************************************
----------------------------------------------------------------------------*/
.thanks01 {
  padding-top: 50px;
  padding-bottom: 100px;
}
.thanks01 .container .thanks01_txt01 {
  text-align: center;
}
.thanks01 .container .thanks01_btn01 {
  margin-top: 30px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** faq
******************************************************************************
----------------------------------------------------------------------------*/
.faq01 {
  padding-top: 42px;
  padding-bottom: 100px;
}
.faq01 .container .faq01_list01 {
  margin-top: 30px;
}

.common_faq_list01 {
  width: 100%;
  border-bottom: solid 1px #707070;
}
.common_faq_list01 dt {
  width: 100%;
  border-top: solid 1px #707070;
  padding: 15px 60px 15px 0;
  position: relative;
  cursor: pointer;
}
.common_faq_list01 dt::before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #f0a718;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
.common_faq_list01 dt::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #f0a718;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}
.common_faq_list01 dt span {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  padding-left: 1.125em;
}
.common_faq_list01 dt span::before {
  content: "Q";
  font-family: "Roboto";
  font-size: 1.125em;
  color: #f0a718;
  font-weight: 700;
  position: absolute;
  top: -2px;
  left: 0;
}
.common_faq_list01 dt.open::after {
  transform: translateY(-50%);
  transition: 0.2s;
}
.common_faq_list01 dd {
  padding-bottom: 15px;
  display: none;
}
.common_faq_list01 dd p {
  margin-top: 10px;
}
.common_faq_list01 dd p.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.common_faq_list01 dd p a {
  font-weight: normal;
  color: #f0a718;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.common_faq_list01 dd p a[href*="tel:"] {
  color: #333;
  text-decoration: none;
}
.common_faq_list01 dd p:first-of-type {
  margin-top: 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.wp_searchform {
  width: 100%;
  margin-bottom: -10px;
}
.wp_searchform form {
  width: 280px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}
.wp_searchform form input[type=text] {
  width: calc(100% - 40px);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 5px;
}
.wp_searchform form input[type=text]:focus {
  outline: none;
}
.wp_searchform form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  background: url(../images/common/search_icon.svg) no-repeat center/23px;
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: -100;
  pointer-events: none;
}
#pagetop.show {
  opacity: 1;
  z-index: 100;
  pointer-events: auto;
  transition: opacity 0.2s;
}

.ft {
  padding: 0;
}
.ft .container {
  max-width: initial;
  max-width: auto;
}
.ft .container.container01 {
  width: 100%;
  padding: 59px 20px 56px;
  background-color: #222222;
}
.ft .container.container01 .ft_logo {
  width: 210px;
  margin: 0 auto;
}
.ft .container.container01 .ft_logo a {
  display: block;
  transition: 0.2s;
}
.ft .container.container01 .ft_logo a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.ft .container.container01 .ft_logo a picture {
  display: block;
}
.ft .container.container01 .ft_logo a picture img {
  display: block;
}
.ft .container.container01 .ft_comment {
  width: 100%;
  text-align: center;
}
.ft .container.container01 .ft_comment a {
  color: #fff;
  text-align: center;
  display: inline-block;
}
.ft .container.container01 .ft_comment a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.ft .container.container01 .ft_list01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 45px;
  padding-bottom: 30px;
  position: relative;
}
.ft .container.container01 .ft_list01::before {
  content: "";
  width: 100%;
  max-width: 1200px;
  height: 1px;
  background-color: #4e4e4e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ft .container.container01 .ft_list01 li {
  margin-right: 2.07446809%;
}
.ft .container.container01 .ft_list01 li:last-of-type {
  margin-right: 0;
}
.ft .container.container01 .ft_list01 li a {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  display: block;
  transition: 0.2s;
}
.ft .container.container01 .ft_list01 li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.ft .container.container01 .ft_list02 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 27px;
}
.ft .container.container01 .ft_list02 li {
  padding-bottom: 5px;
  margin-right: 2.18085106%;
}
.ft .container.container01 .ft_list02 li:last-of-type {
  margin-right: 0;
}
.ft .container.container01 .ft_list02 li a {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  display: block;
  transition: 0.2s;
}
.ft .container.container01 .ft_list02 li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.ft .container.container02 {
  width: 100%;
  padding: 21px 20px 20px;
  background-color: #000000;
}
.ft .container.container02 .copyright {
  width: 100%;
  font-family: "Roboto";
  font-size: 0.75rem;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.break {
  display: inline-block;
}

.ec-pageHeader h1 {
  border: none !important;
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
  font-size: 32px;
  font-weight: bold;
  width: 100% !important;
  font-size: 2rem !important;
  color: #333 !important;
  font-weight: 700 !important;
  line-height: 1.4375 !important;
  letter-spacing: 0.07em !important;
}

.ec-layoutRole__contents .ec-layoutRole__main .ec-role {
  padding-bottom: 100px;
}

.ec-layoutRole__contents .ec-layoutRole__main .ec-modal .ec-role {
  padding-bottom: 0;
}

#page_cart .ec-cartRole {
  padding-bottom: 50px;
}

#page_shopping_nonmember .ec-customerRole {
  padding-bottom: 100px;
}

#shopping-form .ec-orderRole__detail {
  padding-bottom: 100px;
}

body.mypage .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__main {
  max-width: 1200px;
  padding-bottom: 100px;
  margin: 0 auto;
}

.ec-productRole__description {
  font-size: 1.125em;
  max-width: 700px;
  margin: 0 auto;
}
.ec-productRole__description h3 {
  font-size: 1.222222em;
  text-align: left;
}
.ec-productRole__description .flexslider {
  width: 700px;
  margin: 0 auto;
}
.ec-productRole__description .flexslider .slides {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ec-productRole__description .flexslider .slides li {
  width: 24%;
  margin-top: 10px;
  margin-right: 1.333333%;
}
.ec-productRole__description .flexslider .slides li:nth-of-type(4n) {
  margin-right: 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** search_detail
******************************************************************************
----------------------------------------------------------------------------*/
.search_detail_block {
  margin: 50px auto 100px;
}
.search_detail_block .search_select dl {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.search_detail_block .search_select dl.search_item_block {
  display: none;
}
.search_detail_block .search_select dl dt {
  position: relative;
  width: 25%;
  padding: 10px;
  display: flex;
}
.search_detail_block .search_select dl dt .ec-label {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
}
.search_detail_block .search_select dl dt .required {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  padding-right: 50px;
}
.search_detail_block .search_select dl dt .required::before {
  content: "必須";
  font-size: 0.75rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 4px 7px 5px;
  background-color: #f0a718;
  position: absolute;
  top: 4px;
  right: 0;
}
.search_detail_block .search_select dl dd {
  width: 75%;
  padding: 10px;
}
.search_detail_block .search_select dl dd .ec-radio {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.search_detail_block .search_select dl dd .ec-radio label {
  width: calc(25% - 10px);
  margin: 5px 10px 5px 0;
  cursor: pointer;
}
.search_detail_block .search_select dl dd .ec-radio input {
  display: none;
}
.search_detail_block .search_select dl dd .ec-radio input:checked ~ span::before {
  background-color: #222;
}
.search_detail_block .search_select dl dd .ec-radio input:checked ~ span::after {
  opacity: 1;
}
.search_detail_block .search_select dl dd .ec-radio span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.search_detail_block .search_select dl dd .ec-radio span::before {
  content: "";
  width: 16px;
  height: 16px;
  border: solid 1px #222;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
.search_detail_block .search_select dl dd .ec-radio span::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f0a718;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 4px;
  opacity: 0;
}
.search_detail_block .search_select dl dd .ec-checkbox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.search_detail_block .search_select dl dd .ec-checkbox label {
  width: calc(25% - 10px);
  margin: 5px 10px 5px 0;
  cursor: pointer;
}
.search_detail_block .search_select dl dd .ec-checkbox input {
  display: none;
}
.search_detail_block .search_select dl dd .ec-checkbox input:checked ~ span::before {
  background-color: #222;
}
.search_detail_block .search_select dl dd .ec-checkbox input:checked ~ span::after {
  opacity: 1;
}
.search_detail_block .search_select dl dd .ec-checkbox span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.search_detail_block .search_select dl dd .ec-checkbox span::before {
  content: "";
  width: 16px;
  height: 16px;
  border: solid 1px #222;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  left: 0;
}
.search_detail_block .search_select dl dd .ec-checkbox span::after {
  content: "";
  width: 5px;
  height: 10px;
  border-right: solid 2px #f0a718;
  border-bottom: solid 2px #f0a718;
  position: absolute;
  top: 7px;
  left: 6px;
  opacity: 0;
  transform: rotate(40deg);
}
.search_detail_block .form01_btn01 {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.search_detail_block .form01_btn01 button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 260px;
  height: 50px;
  border-radius: 3px;
  background-color: #f0a718;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  transition: 0.2s;
}
.search_detail_block .form01_btn01 button span {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_detail_block .form01_btn01 button:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.help_modal_wrapper .help_modal_icon {
  width: 18px;
  height: 18px;
  background: url(../images/common/help_icon.png) no-repeat center/contain;
  margin: 5px 0 0 10px;
  cursor: pointer;
  position: relative;
}
.help_modal_wrapper .help_modal_icon::before {
  content: "ヘルプ";
  width: 50px;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  padding: 2px 5px;
  background-color: #bbb;
  border-radius: 3px;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.2s;
}
.help_modal_wrapper .help_modal_icon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #bbb transparent transparent transparent;
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.2s;
}
.help_modal_wrapper .help_modal_icon:hover::before {
  opacity: 1;
  transition: 0.2s;
}
.help_modal_wrapper .help_modal_icon:hover::after {
  opacity: 1;
  transition: 0.2s;
}
.help_modal_wrapper .help_modal_area {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.help_modal_wrapper .help_modal_area .help_modal_block {
  width: 100%;
  max-width: 1200px;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.help_modal_wrapper .help_modal_area .help_modal_block .block_ttl {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
}
.help_modal_wrapper .help_modal_area .help_modal_block .block_ttl::before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #222;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.help_modal_wrapper .help_modal_area .help_modal_block .block_txt {
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 20px;
}
.help_modal_wrapper .help_modal_area .help_modal_block .block_btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.help_modal_wrapper .help_modal_area .help_modal_block .block_btn::before, .help_modal_wrapper .help_modal_area .help_modal_block .block_btn::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.help_modal_wrapper .help_modal_area .help_modal_block .block_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.help_modal_wrapper .help_modal_area .help_modal_bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.search_detail_block .form01_btn01 button.cancel_all {
  color: #fff;
  font-weight: 700;
  background-color: #aaa;
}

.flex-direction-nav a {
  top: 400px !important;
}
.flex-direction-nav a::before, .flex-direction-nav a::after {
  font-size: 34px !important;
}


#sub {
  border: none;
}

.common_category_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.common_category_list li {
  width: 24%;
  margin-top: 10px;
  margin-right: 1.3333333333%;
}
.common_category_list li:nth-of-type(4n) {
  margin-right: 0;
}
.common_category_list li:nth-of-type(-n + 4) {
  margin-top: 0;
}
.common_category_list li a {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 7px 10px;
  border: solid 1px #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.common_category_list li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.ec-cartCompleteRole {
  padding-bottom: 100rem;
}

.ec-orderRole__summary.fixed {
  padding-top: 120px;
}

/*coordinate一覧ボタン*/
.coordinate_btn_block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  order: 3;
  margin: 70px 0 0;
}
.coordinate_btn_block .common_btn01 {
  width: 31%;
}

/*カテゴリナビ（ヘッダー下）*/
.hd_bottom_nav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.hd_bottom_nav.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
.hd_bottom_nav .container {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}
.hd_bottom_nav .hd_bottom_nav_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
}
.hd_bottom_nav .hd_bottom_nav_list &gt; li {
  width: 11.1111111111%;
  position: relative;
}
.hd_bottom_nav .hd_bottom_nav_list &gt; li &gt; a {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #eeeeee;
  text-decoration: none;
  color: #222;
  padding: 1rem 0;
  font-size: 0.8rem;
  font-weight: bold;
  border: 1px solid #fff;
  transition: 0.2s;
}
.hd_bottom_nav .hd_bottom_nav_list &gt; li &gt; a .icon {
  width: 100%;
  text-align: center;
}
.hd_bottom_nav .hd_bottom_nav_list &gt; li &gt; a .icon img {
  transition: 0.2s;
}
.hd_bottom_nav .hd_bottom_nav_list &gt; li &gt; a .txt {
  text-align: center;
}
.hd_bottom_nav .hd_bottom_nav_list &gt; li .wrapper {
  min-width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  overflow: hidden;
  pointer-events: none;
}
.hd_bottom_nav .hd_bottom_nav_list &gt; li .wrapper .nav_clist {
  min-width: 100%;
  transform: translateY(-100%);
  transition: 0.4s;
}
.hd_bottom_nav .hd_bottom_nav_list &gt; li .wrapper .nav_clist li {
  min-width: 100%;
}
.hd_bottom_nav .hd_bottom_nav_list &gt; li .wrapper .nav_clist li:first-of-type {
  display: none;
}
.hd_bottom_nav .hd_bottom_nav_list &gt; li .wrapper .nav_clist li a {
  min-width: 100%;
  font-size: 0.8rem;
  font-weight: bold;
  white-space: nowrap;
  padding: 5px 10px;
  background: #eeeeee;
  border: 1px solid #fff;
  display: block;
  transition: 0.2s;
}
.hd_bottom_nav .hd_bottom_nav_list &gt; li .wrapper .nav_clist li a:hover {
  background: #222;
  color: #fff;
}
.hd_bottom_nav .hd_bottom_nav_list &gt; li:hover &gt; a {
  background: #222;
  color: #fff;
}
.hd_bottom_nav .hd_bottom_nav_list &gt; li:hover &gt; a img {
  filter: invert(100%);
}
.hd_bottom_nav .hd_bottom_nav_list &gt; li:hover .wrapper {
  pointer-events: auto;
}
.hd_bottom_nav .hd_bottom_nav_list &gt; li:hover .wrapper .nav_clist {
  transform: translateY(0);
}

.cart_txt_block {
  margin: 3rem 10%;
}
.cart_txt_block .cart_txt_box {
  padding: 15px;
  border: 2px solid #f0a718;
  margin-bottom: 2rem;
}
.cart_txt_block .cart_txt_box h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 20px;
}
.cart_txt_block .cart_txt_box h3::before {
  content: "";
  width: 5px;
  height: 100%;
  background: #f0a718;
  position: absolute;
  top: 0;
  left: 0;
}
.cart_txt_block .cart_txt_box p {
  font-size: 1rem;
  line-height: 1.5;
}
.cart_txt_block .comment {
  font-size: 1rem;
  text-align: right;
}

.cart_link_block {
  width: 100%;
}
.cart_link_block .cart_link_box {
  margin-bottom: 2rem;
}
.cart_link_block .cart_link_box h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 20px;
}
.cart_link_block .cart_link_box h3::before {
  content: "";
  width: 5px;
  height: 100%;
  background: #f0a718;
  position: absolute;
  top: 0;
  left: 0;
}
.cart_link_block .cart_link_flex {
  width: 760px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart_link_block .cart_link_flex .common_btn01 {
  width: auto;
  margin-top: 20px;
}
.cart_link_block .cart_link_flex .common_btn01:nth-of-type(-n + 2) {
  margin-top: 0;
}
.cart_link_block .cart_link_flex .common_btn01 a {
  width: 370px;
}

#product_review_area #reviewContent {
  margin-bottom: 10px;
}

.add_guide_list01 {
  width: 100%;
  margin-top: 30px;
}
.add_guide_list01 li {
  width: 100%;
  margin-top: 20px;
}
.add_guide_list01 li:first-of-type {
  margin-top: 0;
}
.add_guide_list01 li p {
  margin-bottom: 10px;
}
.add_guide_list01 li figure {
  width: 75%;
}

.add_guide_ttl01 {
  width: 100%;
  background-color: #F6F6F6;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #707070;
  padding: 10px 0 10px 20px;
  margin-top: 30px;
}

.add_guide_list01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.add_guide_list01 .list {
  width: 50%;
}
.add_guide_list01 .list:first-of-type {
  border-right: solid 1px #707070;
}
.add_guide_list01 .list dt, .add_guide_list01 .list dd {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #707070;
  padding: 10px 20px;
}

.add_guide_img01 {
  margin-top: 20px;
  width: 75%;
}

.guide01_btn02 {
  margin-top: 30px;
}
.guide01_btn02 a {
  width: 420px;
  margin-right: auto !important;
}

.add_guide_box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 30px;
  border-top: solid 1px #A5A5A5;
  padding-top: 20px;
}
.add_guide_box figure {
  width: 50%;
  margin-right: 30px;
}
.add_guide_box p {
  width: calc(100% - (50% + 30px));
}

.ypacket {
  padding-top: 50px;
  padding-bottom: 100px;
}
.ypacket .common_txt01 {
  margin-top: 10px;
}
.ypacket .common_ttl07 {
  margin-top: 30px;
}
.ypacket .add_guide_ttl01 {
  margin-bottom: 20px;
}/*# sourceMappingURL=pc.css.map */</pre></body></html>