@charset "UTF-8";
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  visibility: inherit;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #282828;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  word-wrap: break-word;
  position: relative;
}

h1, h2, h3 {
  font-weight: 400;
}

div {
  font-weight: 400;
}

a {
  text-decoration: none;
  font-weight: 400;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

@media screen and (max-width: 1210px) {
  .inner {
    padding: 0 20px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #a9b735;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 55px;
  padding: 11px 6px;
  cursor: pointer;
  display: none;
  z-index: 9999;
}

@media screen and (max-width: 834px) {
  #nav-toggle {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #nav-toggle {
    top: 6px;
  }
}

#nav-toggle p {
  font-size: 1.1rem;
  color: white;
  position: relative;
  left: 2px;
  bottom: -30px;
  font-weight: 500;
  padding-top: 5px;
  display: none;
}

#nav-toggle > div {
  position: relative;
  width: 45px;
}

#nav-toggle span {
  height: 3px;
  left: 2px;
  display: block;
  background: white;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 1px;
  width: 100%;
}

#nav-toggle span:nth-child(2) {
  top: 15px;
  width: 100%;
}

#nav-toggle span:nth-child(3) {
  top: 29px;
  width: 100%;
}

#nav-toggle:hover span:nth-child(1) {
  top: 1px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 29px;
}

/* z-index */
#container {
  z-index: 900;
}

.nav_wrap {
  width: 90%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
}

#nav_sp {
  display: none;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

#nav_sp::before {
  content: "";
  background: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  opacity: 0.1;
  background-position: center;
  z-index: -1;
  position: absolute;
}

#nav_sp .nav_wrap {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#nav_sp .nav_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 834px) {
  #nav_sp .nav_wrap ul {
    width: 100%;
  }
}

#nav_sp .nav_wrap .nav-item a, #nav_sp .nav_wrap .nav-item > span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.8rem !important;
  color: #282828;
}

#nav_sp .nav_wrap li {
  width: 100%;
  margin-left: 0;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity .2s ease, -webkit-transform 1.05s ease;
  transition: opacity .2s ease, -webkit-transform 1.05s ease;
  transition: transform 1.05s ease, opacity .2s ease;
  transition: transform 1.05s ease, opacity .2s ease, -webkit-transform 1.05s ease;
  list-style: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  border: none !important;
  text-align: center !important;
}

#nav_sp .nav_wrap li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#nav_sp .nav_wrap li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#nav_sp .nav_wrap li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#nav_sp .nav_wrap li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#nav_sp .nav_wrap li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#nav_sp .nav_wrap li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

#nav_sp .nav_wrap li:nth-child(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

#nav_sp .nav_wrap a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_sp .nav_wrap .ddmenu {
  position: relative;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#nav_sp .nav_wrap .ddmenu li {
  width: 100%;
}

#nav_sp .nav_wrap .ddmenu li a {
  border: none;
  width: 100%;
  font-size: 1.5rem !important;
}

.nav-info {
  text-align: center;
  width: 100% !important;
}

.nav-info .logo {
  width: 295px !important;
  margin: 0 auto 10px auto;
}

.nav-info .logo img {
  margin: auto !important;
}

.nav-info .btn {
  -webkit-animation: none !important;
          animation: none !important;
  margin-bottom: 10px;
}

.nav-info .btn a {
  color: white;
}

.nav-info .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

.nav-info .sub a {
  display: block;
  padding: 5px;
  font-size: 1.3rem;
  color: #282828;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 640px) {
  .nav-info .sub a {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    width: 50%;
  }
}

.nav-info .sub a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #282828;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* open */
.open {
  height: 100%;
}

.open #nav-toggle {
  position: fixed;
}

.open #nav-toggle span {
  background: #a9b735;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 100%;
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
}

.open #nav_sp {
  visibility: visible;
  opacity: 1;
}

.open #nav_sp li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1.05s ease;
  transition: transform 1s ease, opacity 1.05s ease, -webkit-transform 1s ease;
}

.open .nav-item > span {
  position: relative;
  display: block;
}

.open .nav-item > span::before {
  content: "+";
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #a9b735;
  font-size: 1.6rem;
}

.open .plus {
  position: relative;
}

.open .plus > span {
  position: relative;
  display: block;
}

.open .plus > span::before {
  content: "-";
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #a9b735;
  font-size: 1.6rem;
}

.pc_none {
  display: none;
}

@media screen and (max-width: 834px) {
  .pc_none {
    display: block;
  }
}

.header {
  position: relative;
}

.header > .top {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .header > .top {
    padding: 10px;
    background-color: #a9b735;
  }
}

.header > .top .logo img {
  width: 100%;
  display: block;
  margin-right: auto;
  margin-left: 0;
}

@media screen and (max-width: 1000px) {
  .header > .top .logo img {
    width: 250px;
  }
}

@media screen and (max-width: 640px) {
  .header > .top .logo img {
    width: 200px;
  }
}

@media screen and (max-width: 550px) {
  .header > .top .logo img {
    width: 170px;
  }
}

.header .left {
  padding-left: 10px;
}

.header .sp_menu {
  display: none;
}

@media screen and (max-width: 834px) {
  .header .sp_menu {
    display: block;
    width: calc(100% - 250px);
    padding-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .header .sp_menu {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 640px) {
  .header .sp_menu {
    width: calc(100% - 170px);
  }
}

.header .sp_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
}

.header .sp_menu ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header .sp_menu ul .item {
  position: relative;
}

.header .sp_menu ul .item a {
  font-size: 1.3rem;
  color: white;
  display: block;
  padding-top: 22px;
  border-right: 1px solid white;
}

.header .sp_menu ul .item a::before {
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
}

.header .sp_menu ul .item02 a::before {
  content: "\f72f";
}

.header .sp_menu ul .item03 a::before {
  content: "\f5a0";
}

.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .header .right {
    display: none;
  }
}

.header .nav {
  background-color: #697412;
}

@media screen and (max-width: 834px) {
  .header .nav > ul {
    display: none;
  }
}

.header .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: auto;
}

.header .nav-list li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header .nav-list li a {
  display: block;
  font-size: 1.8rem;
  padding: 10px;
  color: white;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .nav-list li a:hover {
  opacity: 0.6;
}

.header .nav-info {
  display: none;
}

@media screen and (max-width: 834px) {
  .header .nav-info {
    display: block;
  }
}

.header .nav-info .tel a span {
  color: #282828;
}

.header .nav-info .tel a span::before {
  color: #282828;
}

.header .nav-info .tel a p {
  color: #282828;
}

.header .nav-info .mail a {
  width: 100%;
}

.header .nav-info .mail a span {
  display: inline-block;
  font-size: 2.4rem;
  margin-top: 10px;
}

.header .main {
  position: relative;
  height: 100vh !important;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .header .main {
    height: auto !important;
  }
}

.header .main-item img {
  height: 100vh !important;
  width: 100vw !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

@media screen and (max-width: 834px) {
  .header .main-item img {
    height: auto !important;
  }
}

.header .main-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

.tel {
  line-height: 1.5;
  margin-right: 15px;
}

.tel a span {
  font-size: 3.4rem;
  color: white;
  position: relative;
  padding-left: 40px;
  font-weight: 700;
}

@media screen and (max-width: 1000px) {
  .tel a span {
    font-size: 3rem;
  }
}

.tel a span::before {
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 700;
}

.tel p {
  color: white;
  letter-spacing: 2px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1000px) {
  .tel p {
    letter-spacing: 0.5px;
  }
}

.mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mail a {
  color: white;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  display: block;
  width: 300px;
  height: 80px;
  background-color: #a9b735;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1000px) {
  .mail a {
    width: 250px;
    height: 70px;
    font-size: 2.2rem;
  }
}

.mail a span {
  display: block;
  position: relative;
  padding-left: 35px;
}

.mail a span::before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 700;
}

.mail a:hover {
  background-color: #697412;
}

.b_tel a span {
  color: #282828;
}

.b_tel a span::before {
  color: #282828;
}

.b_tel p {
  color: #282828;
  font-weight: 500;
}

.slide-animation {
  -webkit-animation: fadezoom 8s 0s forwards;
          animation: fadezoom 8s 0s forwards;
  overflow: hidden;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.nav2 {
  position: absolute;
  top: 340px;
  width: 100%;
  z-index: 99;
}

@media screen and (max-width: 834px) {
  .nav2 {
    top: 0px;
  }
}

@media screen and (max-width: 834px) {
  .fixed .top {
    position: fixed;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.fixed .nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

#global_footer {
  position: relative;
  z-index: 1;
}

#global_footer::before {
  content: "";
  background-image: url(../images/contents/noise01.jpg);
  width: 20%;
  left: 0;
  bottom: 0;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
}

#footer, .footer {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  top: 0 !important;
}

@media screen and (max-width: 1300px) {
  #footer, .footer {
    padding: 100px 20px;
  }
}

@media screen and (max-width: 834px) {
  #footer, .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer .left, .footer .left {
  max-width: 300px;
}

@media screen and (max-width: 834px) {
  #footer .left, .footer .left {
    margin: 30px auto 0px auto;
    max-width: 100%;
  }
}

#footer .left .f-list li, .footer .left .f-list li {
  text-align: left;
  line-height: 1.7;
  font-weight: 500 !important;
}

@media screen and (max-width: 834px) {
  #footer .left .f-list li, .footer .left .f-list li {
    text-align: center;
  }
}

#footer .left .f-list .tel span, .footer .left .f-list .tel span {
  font-size: 3.4rem;
  color: #282828;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}

#footer .left .f-list .tel span::before, .footer .left .f-list .tel span::before {
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  color: #282828;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

#footer .left .f-list .tel, .footer .left .f-list .tel {
  display: inline-block;
}

#footer-nav, .footer-nav {
  width: calc(100% - 300px);
}

@media screen and (max-width: 834px) {
  #footer-nav, .footer-nav {
    margin: auto;
    width: 100%;
  }
}

#footer-nav > ul, .footer-nav > ul {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

@media screen and (max-width: 1100px) {
  #footer-nav > ul, .footer-nav > ul {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  #footer-nav > ul, .footer-nav > ul {
    width: 100%;
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#footer-nav > ul > li, .footer-nav > ul > li {
  text-align: right;
}

@media screen and (max-width: 834px) {
  #footer-nav > ul > li, .footer-nav > ul > li {
    height: 65px;
    width: 48%;
    text-align: center;
    margin: 3px;
  }
}

@media screen and (max-width: 640px) {
  #footer-nav > ul > li, .footer-nav > ul > li {
    width: 100%;
  }
}

#footer-nav > ul > li a, .footer-nav > ul > li a {
  color: #282828;
  font-weight: 500;
  display: block;
  padding-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1000px) {
  #footer-nav > ul > li a, .footer-nav > ul > li a {
    padding-left: 20px;
  }
}

@media screen and (max-width: 834px) {
  #footer-nav > ul > li a, .footer-nav > ul > li a {
    padding-left: 0;
    background-color: #697412;
    color: white;
    padding: 15px 0;
    position: relative;
  }
  #footer-nav > ul > li a::before, .footer-nav > ul > li a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    color: white;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
  }
}

#footer-nav > ul > li a:hover, .footer-nav > ul > li a:hover {
  opacity: 0.6;
}

small a {
  display: block;
  color: white !important;
  background-color: #a9b735;
  font-size: 1.4rem;
  letter-spacing: 3px;
  padding: 5px;
}

.op_anime {
  background-image: url(../images/contents/noise02.jpg);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
}

.op_anime img {
  position: fixed;
  display: none;
  z-index: 99999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: transleteX(-50%);
          transform: transleteX(-50%);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: text_line;
          animation-name: text_line;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  text-align: center;
  width: 277px;
}

@-webkit-keyframes text_line {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes text_line {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/*  アニメーション　*/
.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.list02 .fadein:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.list02 .fadein:nth-child(3) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.list02 .fadein:nth-child(4) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.list02 .fadein:nth-child(5) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

#contents_wrap {
  position: relative;
}

#contents_wrap::before {
  content: "";
  background-image: url(../images/contents/noise01.jpg);
  width: 20%;
  left: 0;
  top: 396px;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -2;
}

@media screen and (max-width: 834px) {
  #contents_wrap::before {
    top: 340px;
  }
}

.index_contents #contents_wrap::before {
  top: 0;
}

#contents_wrap.none::before {
  top: 0;
}

#contents_wrap.t_margin::before {
  top: initial;
}

#contents {
  background-color: transparent !important;
}

.h1_ttl h1, .h1_ttl h2 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .h1_ttl h1, .h1_ttl h2 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 834px) {
  .h1_ttl h1, .h1_ttl h2 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .h1_ttl h1, .h1_ttl h2 {
    letter-spacing: 0.5px;
  }
}

.h1_ttl h1 .sp, .h1_ttl h2 .sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .h1_ttl h1 .sp, .h1_ttl h2 .sp {
    display: block;
  }
}

.h1_ttl h1::before, .h1_ttl h2::before {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background-color: #a9b735;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  display: block;
}

.h1_ttl h1 span, .h1_ttl h2 span {
  display: block;
  font-size: 3rem;
}

@media screen and (max-width: 1200px) {
  .h1_ttl h1 span, .h1_ttl h2 span {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 834px) {
  .h1_ttl h1 span, .h1_ttl h2 span {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 640px) {
  .h1_ttl h1 span, .h1_ttl h2 span {
    font-size: 2rem;
  }
}

.h1_ttl div {
  font-weight: 500;
}

.ttl_01 {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 50px;
}

@media screen and (max-width: 834px) {
  .ttl_01 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: 50%;
    padding-left: 30px;
  }
}

.ttl_01 h2 {
  font-size: 4.5rem;
  color: white;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .ttl_01 h2 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 834px) {
  .ttl_01 h2 {
    font-size: 3.6rem;
  }
}

.ttl_01 h2 .small {
  font-size: 2.2rem;
  display: block;
  padding-left: 5px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1200px) {
  .ttl_01 h2 .small {
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .ttl_01 h2 .small {
    font-size: 1.8rem;
  }
}

.btn {
  font-size: 1.8rem;
  color: white !important;
  font-weight: 500;
  position: relative;
  padding-right: 55px;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}

.btn::before {
  content: "";
  background-image: url(../images/contents/icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 39px;
  height: 25px;
  display: block;
  right: 0;
  top: calc(50% - 3px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.btn:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ttl_wp {
  position: relative;
}

.ttl_wp::before {
  content: "CONCEPT";
  position: absolute;
  text-orientation: sideways;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  top: 0;
  left: 10px;
  font-size: 1.8rem;
  color: #a9b735;
  letter-spacing: 5px;
}

@media screen and (max-width: 834px) {
  .ttl_wp::before {
    font-size: 1.3rem;
    left: -3px;
  }
}

.ttl_wp::after {
  content: "";
  background-image: url(../images/contents/side-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 363px;
  height: 508px;
  position: absolute;
  top: -250px;
  right: 0;
  display: block;
  z-index: -1;
}

.w-bg {
  position: relative;
}

.w-bg::after {
  content: "";
  background-image: url(../images/contents/side-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 467px;
  height: 792px;
  position: absolute;
  bottom: -250px;
  left: 0;
  display: block;
  z-index: -1;
}

.w-bg::before {
  content: "";
  background-image: url(../images/contents/noise02.jpg);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
}

.cont_01 {
  position: relative;
}

.cont_01 .inner {
  padding-top: 115px;
  padding-bottom: 115px;
}

@media screen and (max-width: 1000px) {
  .cont_01 .inner {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 834px) {
  .cont_01 .inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.cont_01 .box01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .cont_01 .box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 10px;
  }
}

.cont_01 .box01 .ttl {
  padding: 10px;
}

.cont_01 .box01 h2 {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 1500px) {
  .cont_01 .box01 h2 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 1200px) {
  .cont_01 .box01 h2 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 834px) {
  .cont_01 .box01 h2 {
    font-size: 2.8rem;
  }
}

.cont_01 .box01 h2::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #a9b735;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cont_01 .box01 h2 .number {
  font-size: 2.5rem;
  color: #a9b735;
  display: block;
}

@media screen and (max-width: 834px) {
  .cont_01 .box01 h2 .number {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .cont_01 .box01 h2 .number {
    font-size: 1.6rem;
  }
}

.cont_01 .box01 div {
  font-weight: 500;
}

.cont_01 .box01:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: -10px;
  margin-bottom: -10px;
}

@media screen and (max-width: 1200px) {
  .cont_01 .box01:nth-child(even) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .cont_01 .box01:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cont_01 .box01:nth-child(3n) {
  padding-left: 50px;
}

@media screen and (max-width: 1000px) {
  .cont_01 .box01:nth-child(3n) {
    padding-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .cont_01 .box01 .img {
    width: 40%;
  }
}

@media screen and (max-width: 1200px) and (max-width: 640px) {
  .cont_01 .box01 .img {
    width: 100%;
    -webkit-margin-top-collapse: 20px;
  }
  .cont_01 .box01 .img img {
    width: 100% !important;
    height: 50vw !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit:cover;";
  }
}

@media screen and (max-width: 1200px) {
  .cont_01 .box01 .ttl {
    width: 55%;
  }
}

@media screen and (max-width: 640px) {
  .cont_01 .box01 .ttl {
    width: 100%;
  }
}

.ttl_wp02::before {
  content: "DIARY";
}

.ttl_wp02::after {
  content: "";
  bottom: -250px;
  top: inherit;
}

.ttl_wp03 {
  margin-bottom: 80px;
}

.ttl_wp03::before {
  content: "RECOMMEND";
}

.ttl_wp03::after {
  content: "";
  display: none;
}

.ttl_wp04 {
  margin-bottom: 100px;
}

.ttl_wp04::before {
  display: none;
}

.ttl_wp04::after {
  content: "";
  background-image: url(../images/contents/side-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 467px;
  height: 792px;
  position: absolute;
  bottom: -250px;
  left: 0;
  display: block;
  z-index: -1;
}

.ttl_wp05 {
  margin-bottom: 100px;
  padding: 0 60px;
}

@media screen and (max-width: 834px) {
  .ttl_wp05 {
    padding: 0 30px;
  }
}

.ttl_wp05::before {
  content: "CONTACT";
}

.ttl_wp06::before {
  content: "NEWS";
}

.ttl_wp06::after {
  display: none;
}

/* owl slider  */
.slider2, .box_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .slider2, .box_list02 {
    padding: 10px;
  }
}

.slider2 .box, .box_list02 .box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

.slider2 h3, .box_list02 h3 {
  text-align: center;
  margin: 10px 0;
  font-size: 2.3rem;
  font-weight: 500;
}

.slider2 article > div, .box_list02 article > div {
  font-weight: 500;
  font-size: 1.5rem;
}

.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner a {
  width: 48%;
  position: relative;
  display: block;
}

@media screen and (max-width: 640px) {
  .banner a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.banner a::before {
  content: "";
  background-image: url(../images/contents/layer.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.banner a img {
  width: 100%;
}

.banner a .box div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 4rem;
  font-weight: 500;
  color: white;
  letter-spacing: 2px;
}

@media screen and (max-width: 1200px) {
  .banner a .box div {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 1000px) {
  .banner a .box div {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 834px) {
  .banner a .box div {
    font-size: 3rem;
  }
}

@media screen and (max-width: 640px) {
  .banner a .box div {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 480px) {
  .banner a .box div {
    font-size: 3rem;
  }
}

.ttl_02 h2 {
  font-size: 3.5rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.ttl_02 h2::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #a9b735;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ttl_02 div {
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .ttl_02 div {
    text-align: left !important;
  }
}

.contact {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact .box {
  margin: 5px 10px;
}

@media screen and (max-width: 834px) {
  .contact .box {
    margin: 5px;
  }
}

@media screen and (max-width: 640px) {
  .contact .box {
    width: 100%;
    text-align: center;
  }
  .contact .box .mail a {
    width: 100%;
  }
}

.ttl_wp05::after {
  z-index: -1;
}

.ttl_wp05 .inner {
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid #a9b735;
  padding: 50px;
}

@media screen and (max-width: 834px) {
  .ttl_wp05 .inner {
    padding: 50px 20px;
  }
}

.ttl_wp06 {
  margin-bottom: 115px;
}

.ttl_wp06 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1300px) {
  .ttl_wp06 .inner {
    padding-left: 50px;
  }
}

@media screen and (max-width: 640px) {
  .ttl_wp06 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 10px;
  }
}

.ttl_wp06 .inner .ttl_03 {
  width: 200px;
}

@media screen and (max-width: 834px) {
  .ttl_wp06 .inner .ttl_03 {
    width: 160px;
  }
}

.ttl_wp06 .inner .hm_news {
  width: calc(100% - 200px);
}

@media screen and (max-width: 834px) {
  .ttl_wp06 .inner .hm_news {
    width: calc(100% - 160px);
  }
}

@media screen and (max-width: 640px) {
  .ttl_wp06 .inner .hm_news {
    width: 100%;
  }
}

.ttl_03 h2 {
  display: inline-block;
  position: relative;
  font-size: 3.5rem;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .ttl_03 h2 {
    font-size: 3.2rem;
  }
}

.ttl_03 h2::before {
  content: "";
  background-image: url(../images/contents/news.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 128px;
  height: 81px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  z-index: -1;
  text-align: center;
  margin: auto;
}

.ttl_03 div {
  font-size: 1.5rem;
  word-break: keep-all;
}

.hm_news {
  height: 250px;
  overflow-y: auto;
}

@media screen and (max-width: 640px) {
  .hm_news {
    height: 300px;
  }
}

.hm_news dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .hm_news dl {
    display: block !important;
  }
}

.hm_news dl dt {
  background-color: transparent !important;
  border: none !important;
  width: 130px !important;
  color: #a9b735;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .hm_news dl dt {
    width: 100% !important;
    padding: 10px 10px 0 10px !important;
  }
}

.hm_news dl dd {
  background-color: transparent !important;
  border: none !important;
  width: calc(100% - 150px) !important;
}

@media screen and (max-width: 834px) {
  .hm_news dl dd {
    width: 100% !important;
    padding: 0 10px 10px 10px !important;
  }
}

/*  インスタグラム　*/
.insta .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  border: none !important;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .insta .sns_list {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.insta .sns_list > div {
  width: 16.666% !important;
  border: none !important;
}

@media screen and (max-width: 834px) {
  .insta .sns_list > div {
    width: 33.333% !important;
  }
}

.insta .sns_list > div:nth-child(6) {
  border-right: none !important;
}

@media screen and (max-width: 834px) {
  .insta .sns_list > div:nth-child(3) {
    border-right: none !important;
  }
}

.insta .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
  height: 100%;
}

.insta .sns_list .sns_text {
  position: relative;
  top: -32px;
}

.insta .sns_list .sns_text .sns_date {
  display: inline-block;
  background-color: #215373;
  color: white;
  padding: 0 10px;
  font-weight: 500;
  margin-bottom: 10px;
}

.insta .sns_list .sns_text .caption {
  font-size: 1.5rem;
}

.insta .owl-nav {
  display: none;
}

@media screen and (max-width: 640px) {
  .slider3 {
    padding: 20px;
  }
}

.slider3 .sns_text ul li a {
  display: none !important;
}

.slider2 .pro_items {
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.slider2 .pro_items article {
  width: 100%;
}

.owl-nav {
  display: none !important;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item_title,
.wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a,
.item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover,
.item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

@media (min-width: 834px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  /* 背景カラー */
  z-index: 99999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity .8s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity .8s ease;
}

body.fadeout::after {
  opacity: 1;
}

.slide {
  position: relative;
  z-index: 1;
}

.slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #a9b735;
  top: 0;
  right: 0;
  display: block;
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.slidein::before {
  width: 0%;
}

@media all and (-ms-high-contrast: none) {
  .slide-animation {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
}

.pankuzu {
  text-align: left;
  font-size: 1.5rem;
  color: #282828;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 10px 0 80px 0 !important;
}

@media screen and (max-width: 834px) {
  .pankuzu {
    padding-left: 0;
  }
}

.pankuzu a {
  color: #282828;
  font-weight: 400;
  font-size: 1.3rem;
}

.pankuzu li {
  display: inline-block;
}

.pankuzu li:first-child a {
  color: #a9b735;
}

.pg_ttl, .blog_ttl {
  background-position: center;
  margin-bottom: 65px;
}

@media screen and (max-width: 834px) {
  .pg_ttl, .blog_ttl {
    padding: 160px 0 80px 0 !important;
    margin-bottom: 0;
  }
}

.pg_ttl h1, .pg_ttl div, .blog_ttl h1, .blog_ttl div {
  font-size: 6rem;
  color: white;
  letter-spacing: 3px;
}

@media screen and (max-width: 834px) {
  .pg_ttl h1, .pg_ttl div, .blog_ttl h1, .blog_ttl div {
    font-size: 5rem;
  }
}

.txt01 {
  position: relative;
  padding-top: 100px;
}

.txt01::before {
  content: "";
  background-image: url(../images/contents/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 112px;
  height: 72px;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

.txt01 div {
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .txt01 div {
    word-break: keep-all;
  }
}

.cont_02 .inner {
  padding-top: 100px;
  padding-bottom: 40px;
}

.cont_02 .box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  .cont_02 .box02 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 640px) {
  .cont_02 .box02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cont_02 .box02 .img {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .cont_02 .box02 .img {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .cont_02 .box02 .img {
    width: 100%;
  }
}

.cont_02 .box02 .img img {
  width: 100% !important;
  margin: auto;
}

.cont_02 .box02 .ttl {
  width: 50%;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .cont_02 .box02 .ttl {
    width: 60%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 640px) {
  .cont_02 .box02 .ttl {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
}

.cont_02 .box02 .ttl article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.cont_02 .box02 .ttl h2 {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .cont_02 .box02 .ttl h2 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 834px) {
  .cont_02 .box02 .ttl h2 {
    font-size: 2.8rem;
  }
}

.cont_02 .box02 .ttl h2::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #a9b735;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.cont_02 .box02 .ttl div {
  width: 100%;
}

.cont_02 .box02:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
  .cont_02 .box02:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cont_02 .box02:not(:last-child) {
  margin-bottom: 60px;
}

.h2_ttl article {
  margin: auto;
  text-align: center;
}

.h2_ttl article h2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.img_box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.img_box .box {
  width: 20%;
  padding: 5px;
}

@media screen and (max-width: 834px) {
  .img_box .box {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 640px) {
  .img_box .box {
    width: calc(100% / 2);
  }
}

.img_box .box img {
  width: 100%;
}

.anchor .box {
  width: calc(100% / 3 - 20px);
  padding: 10px;
  margin: 10px;
  text-align: center;
  border: 1px solid #282828;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.anchor .box div a {
  color: #282828;
  font-size: 1.8rem;
  letter-spacing: 2px;
  font-weight: 500;
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.anchor .box div a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #282828;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.2rem;
}

.anchor .box:hover {
  background-color: #a9b735;
  border: 1px solid #a9b735;
}

.anchor .box:hover div a {
  color: white;
}

.anchor .box:hover div a::before {
  color: white;
}

.box_list02 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.box_list02 .box {
  width: calc(100% / 3 - 20px);
  margin: 10px;
}

@media screen and (max-width: 834px) {
  .box_list02 .box {
    width: calc(50% - 20px);
  }
}

.box_list02 .box div .price {
  display: block;
  text-align: center;
  color: #d69e03;
  font-size: 1.6rem;
  font-weight: 500;
}

#a1, #a2, #a3 {
  padding-top: 100px;
  margin-top: -100px;
}

.insta2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.insta2 .sns_list {
  border: none !important;
  width: 100%;
}

.insta2 .sns_list > div {
  border-bottom: 1px dashed #a9b735 !important;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .insta2 .sns_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.insta2 .sns_photo {
  width: 28% !important;
}

@media screen and (max-width: 834px) {
  .insta2 .sns_photo {
    width: 35% !important;
  }
}

@media screen and (max-width: 640px) {
  .insta2 .sns_photo {
    width: 45% !important;
  }
}

.insta2 .sns_text {
  width: 72% !important;
  padding-left: 60px;
}

@media screen and (max-width: 1200px) {
  .insta2 .sns_text {
    padding-left: 30px;
  }
}

@media screen and (max-width: 834px) {
  .insta2 .sns_text {
    width: 65% !important;
  }
}

@media screen and (max-width: 640px) {
  .insta2 .sns_text {
    width: 55% !important;
  }
}

.insta2 .sns_text .sns_date {
  color: #a9b735;
  font-size: 2rem;
}

@media screen and (max-width: 834px) {
  .insta2 .sns_text .sns_date {
    font-size: 1.5rem;
  }
}

.insta2 .sns_text .caption {
  font-size: 1.5rem;
}

.info_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 834px) {
  .info_wp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.info_wp .list01 {
  width: 50%;
  padding-left: 20px;
}

@media screen and (max-width: 1200px) {
  .info_wp .list01 {
    width: 60%;
  }
}

@media screen and (max-width: 834px) {
  .info_wp .list01 {
    display: inline-block;
    width: auto;
    padding-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .info_wp .list01 dl {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .info_wp .list01 dt {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .info_wp .list01 dd {
    width: 100% !important;
  }
}

.info_wp .map {
  width: 50%;
  padding-right: 20px;
}

@media screen and (max-width: 1200px) {
  .info_wp .map {
    width: 40%;
  }
}

@media screen and (max-width: 834px) {
  .info_wp .map {
    width: 100%;
    margin-top: 30px;
    padding-right: 0;
  }
}

.list01 dl {
  border-bottom: 1px dashed #eee;
}

.list01 dl dt, .list01 dl dd {
  background-color: transparent !important;
  border: none !important;
}

.list01 dl dt {
  font-weight: 500;
  color: #697412;
}

#blg_wp .blg_ttl {
  background-image: url(../images/pages/pg-bg.jpg);
  padding-top: 120px;
  padding-bottom: 100px;
}

#blg_wp .pankuzu {
  margin: 10px auto 80px auto !important;
}

.blog_inner {
  max-width: 1200px;
  margin: auto;
  padding-top: 10px;
}

@media screen and (max-width: 1500px) {
  .blog_inner {
    padding: 10px 20px 0 20px;
  }
}

#bg_footer {
  background-image: url(../images/contents/noise02.jpg);
}

.blog_ttl {
  padding: 100px 0 100px 0;
  background-image: url(../images/pages/pg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .blog_ttl {
    padding-top: 150px !important;
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 834px) {
  .blog_ttl {
    padding-top: 150px !important;
    padding-bottom: 60px !important;
  }
}

.b_img {
  width: 80%;
  margin: auto;
}

.b_img img {
  width: 100% !important;
}

.b_gallery .box {
  width: calc(100% / 3 - 20px);
  margin: 10px;
}

.blog .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 150px;
}

@media screen and (max-width: 1500px) {
  .blog .wrap {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1200px) {
  .blog .wrap {
    padding: 0 30px;
  }
}

@media screen and (max-width: 834px) {
  .blog .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.blog .wrap aside {
  width: 370px;
  padding: 0 5px;
  margin-top: 15px;
}

@media screen and (max-width: 834px) {
  .blog .wrap aside {
    width: 80%;
    margin: 100px auto 0 auto;
  }
}

.blog .wrap aside #calendar {
  display: none;
}

.blog .wrap aside #form_calendar {
  margin-top: 0;
}

.blog .wrap aside nav h3 {
  background-color: #215373;
  color: white;
  padding: 3px;
  margin-top: 30px;
}

.blog .wrap aside nav li {
  padding: 13px 0;
  border-bottom: 1px dashed #ccc;
}

.blog .wrap aside nav li a {
  display: block;
  text-align: left;
  font-size: 1.3rem;
  color: #a9b735;
}

.blog .wrap aside nav li a span {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #282828;
}

.blog .wrap aside nav > a {
  display: block;
  background-color: #f4a127;
  padding: 5px;
  margin-top: 30px;
  color: white;
  border-radius: 5px;
  display: none;
}

.blog .wrap aside nav > div {
  background-color: #a9b735;
  color: white;
  border-radius: 5px;
  margin-top: 30px;
  padding: 5px;
}

.blog .wrap aside nav > div:nth-of-type(2) {
  display: none !important;
}

.blog .wrap aside nav .pages {
  display: none;
}

.blog .wrap aside nav .category li {
  position: relative;
}

.blog .wrap aside nav .category li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #282828;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.1rem;
  font-weight: 300;
}

.blog .wrap #contents {
  width: calc(100% -380px) !important;
  padding-left: 60px;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .blog .wrap #contents {
    padding-left: 40px;
  }
}

@media screen and (max-width: 834px) {
  .blog .wrap #contents {
    width: 80% !important;
    margin: auto;
    padding-left: 0;
  }
}

.blog .wrap #contents article .date {
  color: #a9b735;
  display: none;
}

.blog .wrap #contents article h1, .blog .wrap #contents article h2 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.blog .wrap #contents article h1 span, .blog .wrap #contents article h2 span {
  display: block;
  border: 1px solid #a9b735;
  padding: 0 10px;
}

.blog .wrap #contents article article h2 {
  font-size: 2.6rem;
}

.blog .wrap #contents article .list03 {
  margin: 10px auto 0 auto !important;
}

.blog .wrap #contents article .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.blog .wrap #contents article .flex_images img {
  margin-bottom: 10px;
  border-radius: 5px;
}

.blog .wrap #contents article .flex_text .detail {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .wrap #contents article ul li {
  display: inline-block;
}

.blog .wrap #contents article ul li a {
  font-size: 1.4rem;
  background-color: #a9b735;
  border-radius: 5px;
  display: inline-block;
  padding: 0 5px;
  color: white;
  margin-top: 5px;
  margin-bottom: 5px;
}

.blog .wrap #contents article:not(:first-child) {
  margin-top: 100px;
}

.blog .wrap #contents dl {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog .wrap #contents dl dt span {
  display: block !important;
  color: #3c3c3c;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog .wrap #contents dl dt a span {
  color: #282828;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog .wrap #contents dl dd ul li a {
  color: white;
  background-color: #a9b735;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog .wrap #contents dl:hover::before {
  color: #a9b735;
}

.blog .wrap #contents dl:hover dt a span {
  color: #a9b735;
}

form .submit .bt_confirm {
  background: #a9b735 !important;
  color: white !important;
  border: none !important;
  -webkit-box-shadow: 4px 4px 4px rgba(204, 204, 204, 0.3);
          box-shadow: 4px 4px 4px rgba(204, 204, 204, 0.3);
}

form .title {
  display: none;
}

.mail_form label {
  color: #215373 !important;
}

.form_wrap.error, .form_wrap.confirm {
  margin-top: 200px !important;
}

.form_wrap.error {
  margin-bottom: -200px !important;
}

/*   プライバシーポリシー　　*/
.policy h2 {
  font-size: 2.4rem !important;
  font-weight: 500;
  padding: 3px 0;
  margin-bottom: 10px;
  border-bottom: 1px dashed #eee !important;
}

@media screen and (max-width: 834px) {
  .policy h2 {
    font-size: 2rem !important;
  }
}

.policy div {
  line-height: 1.6;
  font-size: 1.5rem;
}

/*   404ページ　　*/
.error_btn {
  padding: 10px;
  color: #a9b735;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #a9b735;
  color: white !important;
  font-size: 1.8rem;
  width: 250px;
  height: 55px;
  margin: 20px auto 0 auto;
}

.error_btn:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.c_txt .error_btn a {
  text-align: center !important;
}

/* ---------------------------------------------  */
/*  pagenation  */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pro_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pro_wp .pro_items {
  width: calc(100% / 3);
  padding: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .pro_wp .pro_items {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .pro_wp .pro_items {
    width: 100%;
    margin: 0 auto 40px auto;
  }
}

.pro_wp td {
  border: none;
}

@media screen and (max-width: 640px) {
  .pro_wp .img img {
    width: 80% !important;
    margin: auto;
  }
}

.pro_wp .img div {
  color: #d69e03;
  margin-top: 5px;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.7rem;
}

.pro_wp .ttl div {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
  word-break: keep-all;
}

@media screen and (max-width: 834px) {
  .pro_wp .ttl div {
    font-size: 2rem;
  }
}

.pro_wp .ttl div span {
  font-size: 1.8rem;
  color: #666;
}

@media screen and (max-width: 834px) {
  .pro_wp .ttl div span {
    font-size: 1.6rem;
  }
}

.pro_wp .cont01 div, .pro_wp .cont02 div {
  color: #666;
  font-size: 1.5rem;
  border-bottom: 1px dashed #ccc;
  letter-spacing: 0;
  word-break: keep-all;
  text-align: center;
}

.pro_wp .deco {
  background-color: #a9b735;
  display: inline-block;
  padding: 2px 7px;
  border-radius: 5px;
  color: white;
  line-height: 1.6;
  margin-left: 10px;
  font-size: 1.5rem;
  margin-right: -8px;
}

.pro_wp .spicy {
  background-color: #a17804;
}

.pro_wp .fruity {
  background-color: #dfb80a;
}

.pro_wp .creamy {
  background-color: #40476d;
}

.pro_wp .red {
  background-color: #8b0b0b;
}

.pro_wp .body {
  background-color: #427203;
}

.pro_wp .white {
  background-color: #aaaaaa;
}

.pro_wp .sweet {
  background-color: #ce5761;
}
/*# sourceMappingURL=common_style.css.map */