@charset "UTF-8";
/*
Theme Name: dk-daiko
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@700&display=swap");
.zenMaru {
  font-family: "Zen Maru Gothic", sans-serif;
}

.bizGothic {
  font-family: "BIZ UDPGothic", sans-serif;
}

@font-face {
  font-family: "EyeCatchingPro";
  src: url("../font/EyeCatchingPro.woff") format("woff");
}
/* produce color */
.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

.txt_l {
  text-align: left;
}

.float_r {
  float: right;
}

.float_l {
  float: left;
}

.pc-item {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-item {
    display: none;
  }
}

.bp-item {
  display: none;
}
@media (max-width: 1040px) {
  .bp-item {
    display: block;
  }
}

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

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

.btn {
  display: block;
  width: 100%;
  height: 100%;
}

.hover {
  transition: filter 0.3s;
}

@media (min-width: 768px) {
  .hover:hover {
    filter: brightness(1.2) contrast(1.2);
  }
}
body {
  background: #fff;
  color: #231815;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.714;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
body.menu-open {
  overflow: hidden;
}
body #wrapper {
  overflow: hidden;
  position: relative;
}
body #site-main {
  margin-left: 270px;
}
@media (max-width: 1040px) {
  body #site-main {
    margin-left: 0;
    padding-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  body #site-main {
    padding-top: 17.3333333333vw;
  }
}
body .sect {
  padding: 4.85% 10.68%;
}
@media screen and (max-width: 767px) {
  body .sect {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
body .wrap {
  max-width: 805px;
  margin: 0 auto;
}
/* ---------- page-ttl / sect-ttl ---------- */
.page-ttl,
.sect-ttl {
  margin-bottom: 20px;
  font-size: 31px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
  text-shadow: 3.5px 3.5px 0.5px rgba(237, 210, 205, 0.9);
}
@media screen and (max-width: 767px) {
  .page-ttl,
  .sect-ttl {
    margin-bottom: 4vw;
    font-size: 8vw;
    line-height: 1.2;
  }
}

/* ---------- cont-ttl ---------- */
.cont-ttl {
  position: relative;
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  color: #bc0d23;
}
@media screen and (max-width: 767px) {
  .cont-ttl {
    margin-bottom: 4.5333333333vw;
    font-size: 6.6666666667vw;
  }
}
.cont-ttl.border-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: #bc0d23 dashed 1px;
}
.cont-ttl span {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  background: #f0ebe7;
}
@media screen and (max-width: 767px) {
  .cont-ttl span {
    padding: 1.3333333333vw;
  }
}
.cont-ttl i {
  display: inline-block;
  width: 28px;
  margin-right: 3px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cont-ttl i {
    width: 8.5333333333vw;
    margin-right: 0.8vw;
  }
}
.cont-ttl small {
  font-size: 15px;
  vertical-align: 4px;
}
@media screen and (max-width: 767px) {
  .cont-ttl small {
    font-size: 4vw;
    vertical-align: 1.0666666667vw;
  }
}

/* ---------- lead ---------- */
.lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lead {
    margin-bottom: 7.2vw;
  }
}
.lead a {
  color: #bc0d23;
}
@media (min-width: 768px) {
  .lead a:hover {
    text-decoration: underline;
  }
}

/* ---------- sect-nav ---------- */
@media (max-width: 1040px) {
  .sect-nav {
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 14px 8px 10px;
    background: #fff;
  }
}
@media screen and (max-width: 1040px) and (max-width: 767px) {
  .sect-nav {
    top: 17.3333333333vw;
    padding: 3.7333333333vw 2.133vw 2.6666666667vw;
  }
}
@media (max-width: 1040px) {
  .sect-nav.fixed {
    position: fixed;
    top: 0;
  }
  .sect-nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sect-nav ul.j_c {
    justify-content: center;
  }
  .sect-nav ul li {
    width: calc(20% - 4px);
    height: 37px;
    margin: 0 2px 4px;
  }
}
@media screen and (max-width: 1040px) and (max-width: 767px) {
  .sect-nav ul li {
    width: calc(20% - 1.067vw);
    height: 9.8666666667vw;
    margin: 0 0.533vw 1.067vw;
  }
}
@media (max-width: 1040px) {
  .sect-nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffe1e2;
    border-radius: 9px;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #bc0d23;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (max-width: 1040px) and (max-width: 767px) {
  .sect-nav ul li a {
    border-radius: 2.4vw;
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 1040px) {
  .sect-nav ul li a.current {
    background: #bc0d23;
    color: #fff !important;
  }
  .sect-nav ul li a br {
    display: none;
  }
  .sect-nav ul li a br.bp-item {
    display: block;
  }
}
@media screen and (max-width: 1040px) and (max-width: 767px) {
  .sect-nav ul li a br {
    display: block;
  }
}
@media (max-width: 1040px) {
  .sect-nav ul li.cream a {
    background: #deebe4;
    color: #34805c;
  }
  .sect-nav ul li.cream a.current {
    background: #34805c;
  }
  .sect-nav ul li.choice a {
    background: #ffdfe0;
    color: #c02034;
  }
  .sect-nav ul li.choice a.current {
    background: #c02034;
  }
  .sect-nav ul li.fresh a {
    background: #e2d7ed;
    color: #664185;
  }
  .sect-nav ul li.fresh a.current {
    background: #664185;
  }
  .sect-nav ul li.variety a {
    background: #dcdef3;
    color: #44518f;
  }
  .sect-nav ul li.variety a.current {
    background: #44518f;
  }
  .sect-nav ul li.ganache a {
    background: #dfdad6;
    color: #7b3d26;
  }
  .sect-nav ul li.ganache a.current {
    background: #7b3d26;
  }
  .sect-nav ul li.glass a {
    background: #dbebe9;
    color: #209d98;
  }
  .sect-nav ul li.glass a.current {
    background: #209d98;
  }
  .sect-nav ul li.cookie a {
    background: #efe2d2;
    color: #90642e;
  }
  .sect-nav ul li.cookie a.current {
    background: #90642e;
  }
  .sect-nav ul li.others a {
    background: #f1edea;
    color: #666;
  }
  .sect-nav ul li.others a.current {
    background: #666;
  }
  .sect-nav ul li.download a {
    background: #adadad;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
  }
}
@media screen and (max-width: 1040px) and (max-width: 767px) {
  .sect-nav ul li.download a {
    font-size: 2.4vw;
    letter-spacing: -0.05em;
  }
}
.js-anime {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s, visibility 0.8s;
}
.js-anime.on {
  visibility: visible;
  opacity: 1;
}

.animated {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s, visibility 0.8s;
}
.animated.on {
  visibility: visible;
  opacity: 1;
}

/*
Theme Name: dk-daiko
*/
#site-header * {
  font-family: "Zen Maru Gothic", sans-serif;
}

#site-header {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  height: 100%;
  padding: 25px 35px 473px;
  padding: 25px 35px 50px;
  background: #fff;
  box-shadow: 3px 0px 6px rgba(102, 106, 112, 0.3);
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    overflow-y: inherit;
    width: 100%;
    height: 65px;
    padding: 13px 18px;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  #site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    overflow-y: inherit;
    width: 100%;
    height: 17.3333333333vw;
    padding: 3.4666666667vw 4.8vw;
    box-shadow: none;
  }
}
#site-header::-webkit-scrollbar {
  display: none;
}
#site-header .header-logo {
  width: 198px;
  margin: 0 auto 25px;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-header .header-logo {
    width: 170px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #site-header .header-logo {
    width: 45.3333333333vw;
    margin: 0;
  }
}
@media (min-width: 1041px) {
  #site-header .header-sp-mune-btn {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-header .header-sp-mune-btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  #site-header .header-sp-mune-btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 17.3333333333vw;
    height: 17.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-header .header-sp-mune-btn button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 27px;
    height: 19px;
  }
}
@media screen and (max-width: 767px) {
  #site-header .header-sp-mune-btn button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7.2vw;
    height: 5.0666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-header .header-sp-mune-btn span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #bc0d23;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 767px) {
  #site-header .header-sp-mune-btn span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #bc0d23;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-header .header-sp-mune-btn span::before, #site-header .header-sp-mune-btn span::after {
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #bc0d23;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 767px) {
  #site-header .header-sp-mune-btn span::before, #site-header .header-sp-mune-btn span::after {
    content: "";
    position: absolute;
    top: -2.4vw;
    left: 0;
    width: 100%;
    height: 2px;
    background: #bc0d23;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-header .header-sp-mune-btn span::after {
    top: auto;
    bottom: -9px;
  }
}
@media screen and (max-width: 767px) {
  #site-header .header-sp-mune-btn span::after {
    top: auto;
    bottom: -2.4vw;
  }
}
@media (max-width: 1040px) {
  #site-header .header-sp-mune-btn.menu-open span {
    background: transparent;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-header .header-sp-mune-btn.menu-open span::before, #site-header .header-sp-mune-btn.menu-open span::after {
    width: 115%;
    transform: rotate(45deg) translate(8px, 10px);
  }
}
@media screen and (max-width: 767px) {
  #site-header .header-sp-mune-btn.menu-open span::before, #site-header .header-sp-mune-btn.menu-open span::after {
    width: 115%;
    transform: rotate(45deg) translate(2.1333333333vw, 2.6666666667vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-header .header-sp-mune-btn.menu-open span::after {
    transform: rotate(-45deg) translate(3px, -5px);
  }
}
@media screen and (max-width: 767px) {
  #site-header .header-sp-mune-btn.menu-open span::after {
    transform: rotate(-45deg) translate(0.8vw, -1.3333333333vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-header .header-menu {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: none;
    position: fixed;
    top: 65px;
    right: 0;
    width: 260px;
    height: calc(100% - 65px);
    max-height: 584px;
    background: #bc0d23;
  }
  #site-header .header-menu::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #site-header .header-menu {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: none;
    position: fixed;
    top: 17.3333333333vw;
    right: 0;
    width: 69.3333333333vw;
    height: 155.7333333333vw;
    background: #bc0d23;
    top: -6.1333333333vw;
    right: -10.4vw;
    transform: scale(0.7);
  }
  #site-header .header-menu::-webkit-scrollbar {
    display: none;
  }
}
#site-header .header-menu .menu-list {
  margin-bottom: 50px;
  padding: 0 20px;
  padding: 0px 18px;
}
@media (max-width: 1040px) {
  #site-header .header-menu .menu-list {
    margin-bottom: 0;
    padding: 0;
  }
}
@media (max-width: 1040px) {
  #site-header .header-menu .menu-list > li {
    border-bottom: #c07178 1px solid;
  }
}
#site-header .header-menu .menu-list > li + li {
  margin-top: 5px;
}
@media (max-width: 1040px) {
  #site-header .header-menu .menu-list > li + li {
    margin-top: 0;
  }
}
#site-header .header-menu .menu-list > li > a {
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-header .header-menu .menu-list > li > a {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  #site-header .header-menu .menu-list > li > a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #site-header .header-menu .menu-list > li > a {
    color: #fff;
    text-align: center;
    font-size: 4.8vw;
    line-height: 12vw;
    font-weight: 500;
  }
}
#site-header .header-menu .menu-list > li > a.current::before {
  content: ">";
  position: absolute;
  top: 42%;
  left: -15px;
  transform: scaleX(0.5) translateY(-50%);
  color: #bc0d23;
}
@media (max-width: 1040px) {
  #site-header .header-menu .menu-list > li > a.current::before {
    content: none;
  }
}
#site-header .header-menu .menu-list > li .subMenu-list {
  display: none;
  margin: 3px 0 10px 10px;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-header .header-menu .menu-list > li .subMenu-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 8.5px 16px;
  }
}
@media screen and (max-width: 767px) {
  #site-header .header-menu .menu-list > li .subMenu-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 2.2666666667vw 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-header .header-menu .menu-list > li .subMenu-list li {
    width: calc(50% - 5px);
    height: 43px;
    margin: 0 2.5px 3px;
    border-radius: 9px;
    background: #cd495a;
  }
}
@media screen and (max-width: 767px) {
  #site-header .header-menu .menu-list > li .subMenu-list li {
    width: calc(50% - 1.3333333333vw);
    height: 11.4666666667vw;
    margin: 0 0.6666666667vw 0.8vw;
    border-radius: 2.4vw;
    background: #cd495a;
  }
}
#site-header .header-menu .menu-list > li .subMenu-list li a {
  position: relative;
  padding-left: 20px;
  font-size: 11px;
  line-height: 1.818;
}
@media (min-width: 1041px) {
  #site-header .header-menu .menu-list > li .subMenu-list li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 5px;
    height: 5px;
    background: #bc0d23;
    border-radius: 50%;
    color: #bc0d23;
    transform: translateY(-50%) scale(1);
    transition: transform 0.3s;
  }
  #site-header .header-menu .menu-list > li .subMenu-list li a.current::before {
    transform: translateY(-50%) scale(2.2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-header .header-menu .menu-list > li .subMenu-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
}
@media (min-width: 768px) {
  #site-header .header-menu .menu-list > li .subMenu-list li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #site-header .header-menu .menu-list > li .subMenu-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    font-size: 3.4666666667vw;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
}
@media (max-width: 1040px) {
  #site-header .header-menu .menu-list > li .subMenu-list li.cream {
    order: 1;
  }
}
#site-header .header-menu .menu-list > li .subMenu-list li.cream a::before {
  background: #34805c;
}
@media (max-width: 1040px) {
  #site-header .header-menu .menu-list > li .subMenu-list li.choice {
    order: 3;
  }
}
#site-header .header-menu .menu-list > li .subMenu-list li.choice a::before {
  background: #c02034;
}
@media (max-width: 1040px) {
  #site-header .header-menu .menu-list > li .subMenu-list li.fresh {
    order: 5;
  }
}
#site-header .header-menu .menu-list > li .subMenu-list li.fresh a::before {
  background: #664185;
}
@media (max-width: 1040px) {
  #site-header .header-menu .menu-list > li .subMenu-list li.variety {
    order: 7;
  }
}
#site-header .header-menu .menu-list > li .subMenu-list li.variety a::before {
  background: #44518f;
}
@media (max-width: 1040px) {
  #site-header .header-menu .menu-list > li .subMenu-list li.ganache {
    order: 2;
  }
}
#site-header .header-menu .menu-list > li .subMenu-list li.ganache a::before {
  background: #7b3d26;
}
@media (max-width: 1040px) {
  #site-header .header-menu .menu-list > li .subMenu-list li.glass {
    order: 4;
  }
}
#site-header .header-menu .menu-list > li .subMenu-list li.glass a::before {
  background: #209d98;
}
@media (max-width: 1040px) {
  #site-header .header-menu .menu-list > li .subMenu-list li.cookie {
    order: 6;
  }
}
#site-header .header-menu .menu-list > li .subMenu-list li.cookie a::before {
  background: #90642e;
}
@media (max-width: 1040px) {
  #site-header .header-menu .menu-list > li .subMenu-list li.others {
    order: 8;
  }
}
#site-header .header-menu .menu-list > li .subMenu-list li.others a::before {
  background: #666;
}
#site-header .header-menu .menu-list .blog-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 7px;
  gap: 5px;
}
@media (min-width: 1041px) {
  #site-header .header-menu .menu-list .blog-btn {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-header .header-menu .menu-list .blog-btn {
    padding-block: 7px;
  }
}
@media screen and (max-width: 767px) {
  #site-header .header-menu .menu-list .blog-btn {
    padding-block: 1.8666666667vw;
  }
}
#site-header .header-menu .menu-list .blog-btn .blog-head {
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-header .header-menu .menu-list .blog-btn .blog-head {
    text-align: center;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #site-header .header-menu .menu-list .blog-btn .blog-head:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #site-header .header-menu .menu-list .blog-btn .blog-head {
    text-align: center;
    font-size: 4.8vw;
  }
}
#site-header .header-menu .menu-list .blog-btn .blog-head::before, #site-header .header-menu .menu-list .blog-btn .blog-head::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 2px;
  height: 16px;
  bottom: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-header .header-menu .menu-list .blog-btn .blog-head::before, #site-header .header-menu .menu-list .blog-btn .blog-head::after {
    width: 2px;
    height: 16px;
    bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  #site-header .header-menu .menu-list .blog-btn .blog-head::before, #site-header .header-menu .menu-list .blog-btn .blog-head::after {
    width: 0.5333333333vw;
    height: 4.2666666667vw;
    bottom: 1.3333333333vw;
  }
}
#site-header .header-menu .menu-list .blog-btn .blog-head::before {
  left: -2.1333333333vw;
  transform: rotate(-30deg);
}
#site-header .header-menu .menu-list .blog-btn .blog-head::after {
  right: -2.1333333333vw;
  transform: rotate(30deg);
}
#site-header .header-menu .menu-list .blog-btn .link-list {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 50px;
  margin: 3px 0 10px 10px;
  background: #f3ede9;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-header .header-menu .menu-list .blog-btn .link-list {
    margin: 0 8.5px;
  }
}
@media screen and (max-width: 767px) {
  #site-header .header-menu .menu-list .blog-btn .link-list {
    gap: 1.6vw;
    min-height: 13.3333333333vw;
    margin: 0 2.2666666667vw;
  }
}
#site-header .header-menu .menu-list .blog-btn .link-list:hover p {
  text-decoration: underline;
}
#site-header .header-menu .menu-list .blog-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
}
#site-header .header-menu .menu-list .blog-btn .blog-icon {
  margin-left: 5px;
  width: 55px;
}
@media screen and (max-width: 767px) {
  #site-header .header-menu .menu-list .blog-btn .blog-icon {
    width: 14.6666666667vw;
    margin-left: 1.3333333333vw;
  }
}
#site-header .header-menu .menu-list .blog-btn .blog-text {
  font-size: 14px;
  color: #231815;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #231815;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif !important;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-header .header-menu .menu-list .blog-btn .blog-text {
    text-align: center;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #site-header .header-menu .menu-list .blog-btn .blog-text:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #site-header .header-menu .menu-list .blog-btn .blog-text {
    text-align: center;
    font-size: 4.8vw;
  }
}
#site-header .contact-box {
  background: #f0ebe7;
  border-radius: 12px;
  padding: 7px 18px 7px;
  line-height: 1.5;
}
@media (max-width: 1040px) {
  #site-header .contact-box {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #site-header .contact-box {
    padding: 1.8666666667vw 5.3333333333vw 2.6666666667vw;
    border-radius: 3.2vw;
  }
}
#site-header .contact-box + .contact-box {
  margin-top: 5px;
}
#site-header .contact-box dl {
  margin-bottom: 5px;
}
#site-header .contact-box dl dt {
  color: #bc0d23;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
#site-header .contact-box dl dt i {
  display: inline-block;
  width: 11px;
  margin-right: 5px;
}
#site-header .contact-box dl dt i img {
  vertical-align: middle;
}
#site-header .contact-box dl dd {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}
#site-header .contact-box dl dd.note {
  font-size: 15px;
}
#site-header .contact-box p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 11px;
  line-height: 1.375;
}
#site-header .contact-box.fax-box dl dt i {
  width: 20px;
}
#site-header .link-box {
  margin-bottom: 20px;
}
@media (max-width: 1040px) {
  #site-header .link-box {
    display: none;
  }
}
#site-header .link-box ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#site-header .link-box .blog-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#site-header .link-box .blog-head {
  position: relative;
  font-size: 12px;
}
#site-header .link-box .blog-head::before, #site-header .link-box .blog-head::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background: #bc0d23;
  bottom: 5px;
}
#site-header .link-box .blog-head::before {
  left: -7px;
  transform: rotate(-37deg);
}
#site-header .link-box .blog-head::after {
  right: -7px;
  transform: rotate(37deg);
}
#site-header .link-box .link-list {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 16px;
  min-height: 50px;
}
#site-header .link-box .link-list:hover p {
  text-decoration: underline;
}
#site-header .link-box .link-list:hover p span {
  -webkit-text-decoration: #bc0d23 underline;
          text-decoration: #bc0d23 underline;
}
#site-header .link-box .link-icon-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #bc0d23;
  border-radius: 5px;
}
#site-header .link-box i {
  display: flex;
  align-items: center;
  justify-content: center;
}
#site-header .link-box .blog-icon {
  margin-left: 5px;
  width: 37px;
}
#site-header .link-box .link-icon {
  width: 20px;
}
#site-header .link-box p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
  font-family: "Zen Maru Gothic", sans-serif !important;
}
#site-header .link-box span {
  color: #bc0d23;
  font-weight: bold;
}
#site-header .link-box .blog-text {
  font-size: 13px;
}
#site-header .sns-list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#site-header .sns-list li {
  width: 25px;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  #site-header .sns-list li {
    width: 8vw;
    margin: 0 3.2vw;
  }
}
#site-header .sns-list li a {
  opacity: 0.5;
}
@media (min-width: 1041px) {
  #site-header .sns-list li a:hover {
    opacity: 1;
  }
}
@media (max-width: 1040px) {
  #site-header .sns-list li a {
    opacity: 1;
    filter: brightness(3);
  }
}

/* floating追加 */
.floating {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
@media (min-width: 1041px) {
  .floating {
    display: none;
  }
}
.floating .buttons {
  position: absolute;
  bottom: 14px;
  left: 7px;
  display: flex;
  gap: 5px;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .floating .buttons {
    left: 1.8666666667vw;
    gap: 1.3333333333vw;
  }
}
.floating .buttons.hidden {
  opacity: 0;
  pointer-events: none;
}
.floating .button {
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #bc0d23;
  border-radius: 8px;
  background: #fff;
  pointer-events: all;
}
.floating .button:hover p {
  text-decoration: underline;
}
.floating .button:hover p span {
  -webkit-text-decoration: underline #bc0d23;
          text-decoration: underline #bc0d23;
}
.floating .icon-box {
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background: #bc0d23;
}
@media screen and (max-width: 767px) {
  .floating .icon-box {
    padding: 2.4vw;
  }
}
.floating .icon {
  width: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .floating .icon {
    width: 7.2vw;
  }
}
.floating .body {
  padding-inline: 7px;
}
@media screen and (max-width: 767px) {
  .floating .body {
    padding-inline: 1.8666666667vw;
  }
}
.floating .body p {
  line-height: 120%;
}
.floating .body p span {
  color: #bc0d23;
}
.floating .body .youtube-text span {
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .floating .body .youtube-text span {
    letter-spacing: 0.2666666667vw;
  }
}

/* active */
.products #site-header .header-menu .menu-list > li.products > a::before,
.company-profile #site-header .header-menu .menu-list > li.company-profile > a::before,
.privacy #site-header .header-menu .menu-list > li.privacy > a::before {
  content: ">";
  position: absolute;
  top: 42%;
  left: -15px;
  transform: scaleX(0.5) translateY(-50%);
  color: #bc0d23;
}
@media (max-width: 1040px) {
  .products #site-header .header-menu .menu-list > li.products > a::before,
  .company-profile #site-header .header-menu .menu-list > li.company-profile > a::before,
  .privacy #site-header .header-menu .menu-list > li.privacy > a::before {
    content: none;
  }
}

/* PC時のスクロール処理 */
@media (min-width: 1041px) {
  .contact-wrap {
    width: 100%;
    max-width: 200px;
  }
  .menu-bottom .contact-wrap {
    position: static;
  }
}
@media (min-width: 1041px) {
  .header-wrap {
    min-height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 0;
  }
}

#download-btn {
  display: none;
}
@media (min-width: 1041px) {
  #download-btn {
    display: block;
  }
  #download-btn a::before {
    content: "";
    position: absolute;
    background-image: url(../images/products/pc/download.svg) !important;
    background-size: 100% !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    top: 50%;
    left: 3px !important;
    width: 9px !important;
    height: 13px !important;
    background: #fff;
    border-radius: 50%;
    color: #fff;
    transform: translateY(-50%) scale(1);
    transition: transform 0.3s;
  }
}

/*
Theme Name: dk-daiko
*/
#site-footer {
  position: relative;
  z-index: 1;
  background: #d4d4d4;
}
@media (max-width: 1040px) {
  #site-footer {
    position: static;
  }
}
#site-footer .top-wrap {
  max-width: 885px;
  margin: 0 auto;
  padding: 43px 0 33px;
}
@media (max-width: 1040px) {
  #site-footer .top-wrap {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .top-wrap {
    width: 100%;
    max-width: none;
    padding: 0;
  }
}
#site-footer .top-wrap .menu-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -20px 55px;
  white-space: nowrap;
}
@media (max-width: 1040px) {
  #site-footer .top-wrap .menu-wrap {
    justify-content: inherit;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .top-wrap .menu-wrap {
    margin-bottom: 4.5333333333vw;
  }
}
#site-footer .top-wrap .menu-wrap .menu-list {
  margin: 0 20px;
}
@media (max-width: 1040px) {
  #site-footer .top-wrap .menu-wrap .menu-list {
    width: calc(30% - 60px);
    margin: 0 30px 20px;
  }
  #site-footer .top-wrap .menu-wrap .menu-list.even {
    width: calc(70% - 60px);
  }
}
@media screen and (max-width: 767px) {
  #site-footer .top-wrap .menu-wrap .menu-list {
    width: 100% !important;
    margin: 0;
  }
}
@media (min-width: 768px) {
  #site-footer .top-wrap .menu-wrap .menu-list.blog {
    display: none;
  }
}
#site-footer .top-wrap .menu-wrap .menu-list:nth-of-type(2) > li ul {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  margin-top: 8px;
}
@media (max-width: 1040px) {
  #site-footer .top-wrap .menu-wrap .menu-list:nth-of-type(2) > li ul {
    width: 100%;
    margin-top: 0.8vw;
  }
}
#site-footer .top-wrap .menu-wrap .menu-list:nth-of-type(2) > li ul li {
  width: 145px;
}
#site-footer .top-wrap .menu-wrap .menu-list:nth-of-type(2) > li ul li:nth-child(even) {
  width: 155px;
}
@media screen and (max-width: 767px) {
  #site-footer .top-wrap .menu-wrap .menu-list > li {
    border-bottom: #fff 1px solid;
  }
}
#site-footer .top-wrap .menu-wrap .menu-list > li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #site-footer .top-wrap .menu-wrap .menu-list > li + li {
    margin-top: 0;
  }
}
#site-footer .top-wrap .menu-wrap .menu-list > li > a {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  #site-footer .top-wrap .menu-wrap .menu-list > li > a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .top-wrap .menu-wrap .menu-list > li > a {
    display: block;
    text-align: center;
    font-size: 5.3333333333vw;
    line-height: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .top-wrap .menu-wrap .menu-list > li ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 4.5333333333vw;
    padding: 0 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .top-wrap .menu-wrap .menu-list > li ul li {
    width: calc(50% - 3.2vw) !important;
    margin: 0 1.6vw 0.8vw;
    background: #ececec;
    border-radius: 2.6666666667vw;
  }
}
#site-footer .top-wrap .menu-wrap .menu-list > li ul li a {
  font-size: 14px;
}
@media (min-width: 768px) {
  #site-footer .top-wrap .menu-wrap .menu-list > li ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .top-wrap .menu-wrap .menu-list > li ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12.8vw;
    text-align: center;
    font-size: 4vw;
    line-height: 1.2;
  }
}
#site-footer .top-wrap .companyInfo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1040px) {
  #site-footer .top-wrap .companyInfo-list {
    display: inherit;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .top-wrap .companyInfo-list {
    margin-bottom: 4.5333333333vw;
  }
}
#site-footer .top-wrap .companyInfo-list dt {
  font-size: 27px;
}
@media screen and (max-width: 767px) {
  #site-footer .top-wrap .companyInfo-list dt {
    font-size: 4.2666666667vw;
  }
}
#site-footer .top-wrap .companyInfo-list dd {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #site-footer .top-wrap .companyInfo-list dd {
    font-size: 3.2vw;
    line-height: 1.75;
  }
}
#site-footer .top-wrap .companyInfo-list dd .tel-link {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #site-footer .top-wrap .companyInfo-list dd .tel-link {
    pointer-events: all;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .top-wrap .sns-list {
    display: flex;
    justify-content: center;
    margin-bottom: 6.6666666667vw;
  }
  #site-footer .top-wrap .sns-list li {
    width: 9.0666666667vw;
    margin: 0 2.6666666667vw;
  }
}
#site-footer .bottom-wrap {
  padding: 28px 0;
  background: #bc0d23;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #site-footer .bottom-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.6666666667vw 0 4vw;
  }
}
#site-footer .bottom-wrap .footer-logo {
  max-width: 33px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  #site-footer .bottom-wrap .footer-logo {
    max-width: 6.9333333333vw;
    margin: 0 13.3333333333vw 0 0;
  }
}
#site-footer .bottom-wrap .copyright {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #site-footer .bottom-wrap .copyright {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
#site-footer .blog-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 20px;
  gap: 5px;
  /* 追加 */
}
@media (min-width: 768px) {
  #site-footer .blog-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .blog-btn {
    padding-block: 5.3333333333vw;
  }
}
#site-footer .blog-btn .blog-head {
  position: relative;
  font-size: 18px;
  color: #bc0d23;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-footer .blog-btn .blog-head {
    text-align: center;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #site-footer .blog-btn .blog-head:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .blog-btn .blog-head {
    text-align: center;
    font-size: 4.8vw;
  }
}
#site-footer .blog-btn .blog-head::before, #site-footer .blog-btn .blog-head::after {
  position: absolute;
  content: "";
  background: #bc0d23;
  width: 1px;
  height: 23px;
  bottom: 5px;
}
@media screen and (max-width: 767px) {
  #site-footer .blog-btn .blog-head::before, #site-footer .blog-btn .blog-head::after {
    width: 0.2666666667vw;
    height: 6.1333333333vw;
    bottom: 1.3333333333vw;
  }
}
#site-footer .blog-btn .blog-head::before {
  left: -17px;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  #site-footer .blog-btn .blog-head::before {
    left: -4.5333333333vw;
  }
}
#site-footer .blog-btn .blog-head::after {
  right: -17px;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  #site-footer .blog-btn .blog-head::after {
    right: -4.5333333333vw;
  }
}
#site-footer .blog-btn .link-list {
  display: flex !important;
  align-items: center;
  gap: 20px;
  min-height: 50px;
  border: 2px solid #bc0d23;
  border-radius: 8px;
  background: #fff;
  padding: 10px 34px;
}
@media screen and (max-width: 767px) {
  #site-footer .blog-btn .link-list {
    border-radius: 2.1333333333vw;
    gap: 5.3333333333vw;
    min-height: 13.3333333333vw;
    padding: 2.6666666667vw 9.0666666667vw;
    border: 0.5333333333vw solid #bc0d23;
  }
}
#site-footer .blog-btn .link-list:hover p {
  text-decoration: underline;
}
#site-footer .blog-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
}
#site-footer .blog-btn .blog-icon {
  margin-left: 5px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  #site-footer .blog-btn .blog-icon {
    width: 13.3333333333vw;
    margin-left: 1.3333333333vw;
  }
}
#site-footer .blog-btn .blog-text {
  font-size: 20px;
  color: #231815;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #site-footer .blog-btn .blog-text {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #site-footer .blog-btn .blog-text:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .blog-btn .blog-text {
    text-align: center;
    font-size: 5.3333333333vw;
  }
}

.sp-alert {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #f0ebe7;
}
.sp-alert p {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #000;
  font-size: 18px;
}

.sp-landscape .sp-alert {
  display: flex;
}

/* page */
/*
Theme Name: dk-daiko
*/
.top {
  /* ---------- mv ---------- */
  /* ---------- preference ---------- */
  /* ---------- products ---------- */
  /* ---------- flow ---------- */
  /* ---------- notice ---------- */
}
@media (max-width: 1040px) {
  .top #site-header {
    background: none;
  }
  .top #site-main {
    padding-top: 0;
  }
}
.top #mv {
  height: 100vh;
  background: url(../images/top/pc/bg-mv.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .top #mv {
    height: 100svh;
    padding-top: 17.3333333333vw;
  }
}
.top #mv .wrap {
  position: relative;
  max-width: 1030px;
  width: 100%;
  height: 100%;
}
.top #mv .txt-wrap {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top #mv .txt-wrap {
    top: 47%;
  }
}
.top #mv .txt-wrap h1 {
  margin-bottom: 33px;
  font-size: 51px;
  line-height: 1.254;
  opacity: 0;
  transition: opacity 2s 2.8s;
}
@media screen and (max-width: 767px) {
  .top #mv .txt-wrap h1 {
    margin-bottom: 5.3333333333vw;
    font-size: 8vw;
    font-weight: 500;
  }
}
.top #mv .txt-wrap h2 {
  color: #bc0d23;
  font-size: 18px;
  line-height: 1.5;
  opacity: 0;
  transition: opacity 2s 3.4s;
}
@media screen and (max-width: 767px) {
  .top #mv .txt-wrap h2 {
    font-size: 3.2vw;
    font-weight: 500;
  }
}
.top #mv .txt-wrap h2 strong {
  display: block;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top #mv .txt-wrap h2 strong {
    font-size: 4.2666666667vw;
    font-weight: 500;
  }
}
.top #mv .img-wrap {
  position: relative;
  max-width: 870px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.top #mv .img-wrap .img_01 {
  position: absolute;
  right: 55px;
  bottom: -30px;
  width: 265px;
}
@media screen and (max-width: 767px) {
  .top #mv .img-wrap .img_01 {
    right: 0;
    bottom: -5.6vw;
    width: 50.6666666667vw;
    transform: rotate(-13deg);
  }
}
.top #mv .img-wrap .img_02 {
  position: absolute;
  right: -360px;
  bottom: 112px;
  width: 550px;
  opacity: 0;
  transition-delay: 1s;
}
@media screen and (max-width: 767px) {
  .top #mv .img-wrap .img_02 {
    right: -82.6666666667vw;
    bottom: 33.3333333333vw;
    width: 117.3333333333vw;
    max-width: 800px;
    transform: rotate(-13deg);
  }
}
.top #mv.loaded .txt-wrap h1,
.top #mv.loaded .txt-wrap h2 {
  opacity: 1;
}
.top #mv.loaded .img-wrap .img_02 {
  opacity: 1;
}
.top #preference {
  background: #f0ebe7;
}
@media (min-width: 768px) {
  .top #preference {
    padding-bottom: 6.5%;
  }
}
.top #preference .sect-ttl {
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .top #preference .sect-ttl {
    margin-bottom: 20.5333333333vw;
  }
}
.top #preference ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top #preference ul li {
  width: calc(33.333333% - 20px);
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .top #preference ul li {
    width: 89.33%;
    margin: 0 auto;
  }
  .top #preference ul li + li {
    margin-top: 22.6666666667vw;
  }
}
.top #preference ul li h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #bc0d23;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.263;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top #preference ul li h3 {
    margin-bottom: 10.6666666667vw;
    font-size: 5.0666666667vw;
  }
}
.top #preference ul li h3::before {
  content: "";
  position: absolute;
  top: 32%;
  left: 51%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: url(../images/top/pc/preference-ttl.png) no-repeat left top/100% auto;
}
@media screen and (max-width: 767px) {
  .top #preference ul li h3::before {
    width: 40vw;
    height: 40vw;
  }
}
.top #preference .on ul li {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
.top #preference .on ul li h3 {
  visibility: visible;
  opacity: 1;
  animation-delay: 0.3s !important;
}
.top #preference .on ul li.anime_02 {
  transition-delay: 0.4s;
}
.top #preference .on ul li.anime_02 h3 {
  animation-delay: 0.5s !important;
}
.top #preference .on ul li.anime_03 {
  transition-delay: 0.6s;
}
.top #preference .on ul li.anime_03 h3 {
  animation-delay: 0.7s !important;
}
@media (min-width: 768px) {
  .top #products {
    padding-bottom: 6.31%;
  }
}
.top #products ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top #products ul li {
  overflow: hidden;
  width: calc(33.333333% - 8px);
  height: 125px;
  margin: 0 4px 8px;
  border-radius: 20px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.8s, opacity 0.8s, transform 0.8s;
}
@media screen and (max-width: 767px) {
  .top #products ul li {
    width: calc(50% - 1.0666666667vw);
    height: 38.1333333333vw;
    margin: 0 0.5333333333vw 1.0666666667vw;
    border-radius: 4.5333333333vw;
  }
}
.top #products ul li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .top #products ul li a {
    display: block;
    padding: 3.4666666667vw;
  }
}
.top #products ul li a p {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.142;
}
@media screen and (max-width: 767px) {
  .top #products ul li a p {
    margin-bottom: 3.2vw;
    line-height: 1.363;
  }
}
.top #products ul li a h3 {
  position: relative;
  z-index: 1;
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top #products ul li a h3 {
    white-space: nowrap;
    font-size: 5.6vw;
  }
}
.top #products ul li a figure {
  position: absolute;
  top: -8px;
  right: 15px;
  width: 30%;
}
@media (max-width: 1040px) {
  .top #products ul li a figure {
    top: 8%;
    right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .top #products ul li a figure {
    top: 5.3333333333vw;
    right: -2.6666666667vw;
    width: 16vw;
  }
}
.top #products ul li.cream {
  background: #deebe4;
}
.top #products ul li.cream h3 {
  color: #34805c;
}
.top #products ul li.choice {
  background: #ffdfe0;
}
.top #products ul li.choice h3 {
  color: #c02034;
}
.top #products ul li.fresh {
  background: #e2d7ed;
}
.top #products ul li.fresh h3 {
  color: #664185;
}
.top #products ul li.variety {
  background: #dcdef3;
}
.top #products ul li.variety h3 {
  color: #44518f;
}
.top #products ul li.ganache {
  background: #dfdad6;
}
.top #products ul li.ganache h3 {
  color: #7b3d26;
}
.top #products ul li.ganache figure {
  top: 10px;
  right: -45px;
  width: 58%;
}
@media screen and (max-width: 767px) {
  .top #products ul li.ganache figure {
    top: 20.8vw;
    right: -6.6666666667vw;
    width: 30.6666666667vw;
  }
}
.top #products ul li.glass {
  background: #dbebe9;
}
.top #products ul li.glass h3 {
  color: #209d98;
}
.top #products ul li.glass figure {
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 52%;
}
@media screen and (max-width: 767px) {
  .top #products ul li.glass figure {
    top: 19.2vw;
    right: -8vw;
    width: 26.6666666667vw;
  }
}
.top #products ul li.cookie {
  background: #efe2d2;
}
.top #products ul li.cookie h3 {
  color: #90642e;
}
.top #products ul li.cookie figure {
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  width: 78%;
}
@media screen and (max-width: 767px) {
  .top #products ul li.cookie figure {
    top: 14.6666666667vw;
    right: -12vw;
    width: 41.3333333333vw;
  }
}
.top #products ul li.others {
  background: #f1edea;
}
.top #products ul li.others h3 {
  color: #666;
}
@media screen and (max-width: 767px) {
  .top #products ul li.download {
    width: 100%;
    height: 17.0666666667vw;
    margin: 5.3333333333vw auto 0;
    background: #adadad;
  }
}
.top #products ul li.download a {
  justify-content: center;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .top #products ul li.download a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .top #products ul li.download a {
    padding: 0;
  }
}
.top #products ul li.download a p {
  position: relative;
  width: auto;
  padding-left: 35px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top #products ul li.download a p {
    padding-left: 16vw;
    color: #fff;
    font-size: 5.0666666667vw;
    line-height: 17.0666666667vw;
    font-weight: 700;
  }
}
.top #products ul li.download a p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 28px;
  background: url(../images/common/pc/icon-download.svg) no-repeat left top/100% auto;
}
@media screen and (max-width: 767px) {
  .top #products ul li.download a p::before {
    top: 50%;
    left: 4vw;
    transform: translateY(-50%);
    width: 7.4666666667vw;
    height: 8vw;
    filter: brightness(100);
  }
}
.top #products .on ul li {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  .top #products .on ul li.anime_02 {
    transition-delay: 0.2s;
  }
  .top #products .on ul li.anime_03 {
    transition-delay: 0.4s;
  }
  .top #products .on ul li.anime_04 {
    transition-delay: 0.6s;
  }
  .top #products .on ul li.anime_05 {
    transition-delay: 0.8s;
  }
}
@media screen and (max-width: 767px) {
  .top #products .on ul li:nth-child(2), .top #products .on ul li:nth-child(3) {
    transition-delay: 0.2s;
  }
  .top #products .on ul li:nth-child(4), .top #products .on ul li:nth-child(5) {
    transition-delay: 0.4s;
  }
  .top #products .on ul li:nth-child(6), .top #products .on ul li:nth-child(7) {
    transition-delay: 0.6s;
  }
  .top #products .on ul li:nth-child(8), .top #products .on ul li:nth-child(9) {
    transition-delay: 0.8s;
  }
}
.top #flow {
  background: #f0ebe7;
}
.top #flow .flow-wrap {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .top #flow .flow-wrap {
    padding: 0;
  }
}
.top #flow .flow-wrap + .flow-wrap {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top #flow .flow-wrap + .flow-wrap {
    margin-top: 8vw;
  }
}
.top #flow .flow-wrap ul {
  display: flex;
  justify-content: space-between;
}
.top #flow .flow-wrap ul li {
  width: 16.6666666667%;
  height: 228px;
  background: #fff;
  border-radius: 15px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.8s, opacity 0.8s, transform 0.8s;
}
@media screen and (max-width: 767px) {
  .top #flow .flow-wrap ul li {
    height: 46.1333333333vw;
    border-radius: 2.4vw;
  }
}
.top #flow .flow-wrap ul li + li {
  position: relative;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .top #flow .flow-wrap ul li + li {
    margin-left: 2.1333333333vw;
  }
}
.top #flow .flow-wrap ul li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 15px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 767px) {
  .top #flow .flow-wrap ul li + li::before {
    left: -2.1333333333vw;
    border-width: 2.1333333333vw 0 2.1333333333vw 2.1333333333vw;
  }
}
.top #flow .flow-wrap ul li div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  height: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.top #flow .flow-wrap ul li div span:not([class]) {
  writing-mode: vertical-rl;
  font-size: 24px;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .top #flow .flow-wrap ul li div span:not([class]) {
    font-size: 4.2666666667vw;
  }
}
.top #flow .flow-wrap ul li div .note {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.285;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top #flow .flow-wrap ul li div .note {
    display: flex;
    align-items: center;
    writing-mode: vertical-rl;
    text-align: left;
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .top #flow .flow-wrap ul li:nth-child(5) div span:not([class]) {
    order: 1;
  }
  .top #flow .flow-wrap ul li:nth-child(5) div .note {
    width: auto;
  }
}
.top #flow .flow-wrap.on ul li {
  visibility: visible;
  opacity: 1;
}
.top #flow .flow-wrap.on ul li.anime_02 {
  transition-delay: 0.2s;
}
.top #flow .flow-wrap.on ul li.anime_03 {
  transition-delay: 0.4s;
}
.top #flow .flow-wrap.on ul li.anime_04 {
  transition-delay: 0.6s;
}
.top #flow .flow-wrap.on ul li.anime_05 {
  transition-delay: 0.8s;
}
.top #flow .flow-wrap.on ul li.anime_06 {
  transition-delay: 1s;
}
.top #notice {
  padding-top: 1.94%;
  padding-bottom: 5.15%;
  background: #f0ebe7;
}
@media screen and (max-width: 767px) {
  .top #notice {
    padding-top: 10.13%;
    padding-bottom: 14.4%;
  }
}
.top #notice .sect-ttl {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top #notice .sect-ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.top #notice .lead {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top #notice .lead {
    margin-bottom: 9.3333333333vw;
  }
}
.top #notice .contact-bnr {
  max-width: 535px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top #notice .contact-bnr {
    max-width: 66.6666666667vw;
  }
}
.top #notice .contact-bnr a {
  position: relative;
  background: #bc0d23;
  border-radius: 38px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 72px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top #notice .contact-bnr a {
    border-radius: 6.9333333333vw;
    font-size: 5.0666666667vw;
    line-height: 13.8666666667vw;
  }
}
.top #notice .contact-bnr a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 13px 0 13px;
  border-color: #bc0d23 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .top #notice .contact-bnr a::after {
    bottom: -3.7333333333vw;
    border-width: 3.7333333333vw 3.2vw 0 3.2vw;
  }
}

/*
Theme Name: dk-daiko
*/
.products #site-header .header-menu .menu-list > li .product-list {
  display: block;
}
@media (max-width: 1040px) {
  .products #site-header .header-menu .menu-list > li .product-list {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .products #site-main {
    padding-top: 167px;
  }
}
@media screen and (max-width: 767px) {
  .products #site-main {
    padding-top: 44.5333333333vw;
  }
}
.products .sect {
  position: relative;
  padding: 3.4% 10.68% 1.46%;
}
@media screen and (max-width: 767px) {
  .products .sect {
    padding: 10.6666666667vw 5.3333333333vw 8vw;
  }
}
.products .sect .bg {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  background: no-repeat left top/100% auto;
  opacity: 0;
  transition: opacity 0.8s;
}
@media screen and (max-width: 767px) {
  .products .sect .bg {
    top: 45.6vw;
    width: 100% !important;
  }
}
.products .sect:nth-of-type(even) .bg {
  right: auto;
  left: 270px;
}
@media (max-width: 1040px) {
  .products .sect:nth-of-type(even) .bg {
    left: 0;
  }
}
.products .sect .wrap {
  position: relative;
  z-index: 1;
}
.products .sect .product-ttl {
  position: relative;
  margin-bottom: 20px;
  font-family: "EyeCatchingPro";
  text-align: center;
  font-size: 89px;
  line-height: 1;
  color: #34805c;
}
@media screen and (max-width: 767px) {
  .products .sect .product-ttl {
    margin: 0 -5.3333333333vw 4vw;
    font-size: 19.4666666667vw;
  }
}
.products .sect .product-ttl::before, .products .sect .product-ttl::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 35%;
  height: 1px;
  border-top: #34805c solid 1px;
}
@media screen and (max-width: 767px) {
  .products .sect .product-ttl::before, .products .sect .product-ttl::after {
    top: 40%;
    width: 28%;
  }
}
.products .sect .product-ttl::after {
  right: 0;
  left: auto;
}
.products .sect .product-ttl i {
  display: inline-block;
  font-style: normal;
  transform: rotate(-5deg);
}
.products .sect .product-ttl strong {
  display: block;
  margin-top: -8px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 19px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .products .sect .product-ttl strong {
    margin-top: -1.3333333333vw;
    font-size: 4.8vw;
    font-weight: 700;
  }
}
.products .sect .product-ttl.choice {
  color: #c02034;
}
.products .sect .product-ttl.choice::before, .products .sect .product-ttl.choice::after {
  width: 27%;
  border-top-color: #c02034;
}
@media screen and (max-width: 767px) {
  .products .sect .product-ttl.choice::before, .products .sect .product-ttl.choice::after {
    width: 10%;
  }
}
.products .sect .product-ttl.fresh {
  color: #664185;
}
.products .sect .product-ttl.fresh::before, .products .sect .product-ttl.fresh::after {
  border-top-color: #664185;
}
.products .sect .product-ttl.variety {
  color: #44518f;
}
.products .sect .product-ttl.variety::before, .products .sect .product-ttl.variety::after {
  border-top-color: #44518f;
}
.products .sect .product-ttl.ganache {
  color: #7b3d26;
}
.products .sect .product-ttl.ganache::before, .products .sect .product-ttl.ganache::after {
  border-top-color: #7b3d26;
}
.products .sect .product-ttl.ganache strong {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .products .sect .product-ttl.ganache strong {
    margin-top: 1.3333333333vw;
  }
}
.products .sect .product-ttl.glass {
  color: #209d98;
}
.products .sect .product-ttl.glass::before, .products .sect .product-ttl.glass::after {
  border-top-color: #209d98;
}
.products .sect .product-ttl.glass strong {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .products .sect .product-ttl.glass strong {
    margin-top: 1.3333333333vw;
  }
}
.products .sect .product-ttl.cookie {
  color: #90642e;
}
.products .sect .product-ttl.cookie::before, .products .sect .product-ttl.cookie::after {
  border-top-color: #90642e;
}
.products .sect .product-ttl.others {
  color: #666;
}
.products .sect .product-ttl.others::before, .products .sect .product-ttl.others::after {
  border-top-color: #666;
}
.products .sect .lead {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .products .sect .lead {
    margin-bottom: 4vw;
  }
}
.products .sect .product-lead {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 2.181;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products .sect .product-lead {
    margin-bottom: -4vw;
    font-size: 3.2vw;
    line-height: 1.833;
  }
}
.products .sect .cat-wrap {
  width: 595px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .products .sect .cat-wrap {
    width: 100%;
  }
}
.products .sect .cat-wrap + .cat-wrap {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .products .sect .cat-wrap + .cat-wrap {
    margin-top: 10.6666666667vw;
  }
}
.products .sect .cat-wrap ul {
  width: auto;
  margin: 0 -20px;
}
.products .sect .cat-ttl {
  margin-bottom: 20px;
  background: #e2d7ed;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .products .sect .cat-ttl {
    margin: 0 -5.3333333333vw -2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}
.products .sect ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 635px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .products .sect ul {
    width: auto !important;
    margin: 0 -2.6666666667vw !important;
  }
}
.products .sect ul li {
  width: 33.333333%;
  min-width: 211px;
  padding: 0 20px;
  margin-bottom: 25px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.8s, opacity 0.8s;
}
@media screen and (max-width: 767px) {
  .products .sect ul li {
    width: 50% !important;
    min-width: auto;
    padding: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.products .sect ul li figure {
  height: 187px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .products .sect ul li figure {
    height: 45.6vw;
    margin-bottom: 0.2666666667vw;
  }
}
.products .sect ul li .product-wrap {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .products .sect ul li .product-wrap {
    margin-bottom: 7.4666666667vw;
  }
}
.products .sect ul li .product-wrap .name {
  margin-bottom: 3px;
  background: #34805c;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .products .sect ul li .product-wrap .name {
    margin-bottom: 0.8vw;
    padding: 0.8vw 0 1.0666666667vw;
    font-size: 4vw;
    line-height: 1.066;
    letter-spacing: -0.1em;
  }
  .products .sect ul li .product-wrap .name.name-2line {
    line-height: 8vw;
  }
}
.products .sect ul li .product-wrap .name.choice {
  background: #c02034;
}
.products .sect ul li .product-wrap .name.fresh {
  background: #664185;
}
.products .sect ul li .product-wrap .name.variety {
  background: #44518f;
}
.products .sect ul li .product-wrap .name.ganache {
  background: #7b3d26;
}
.products .sect ul li .product-wrap .name.glass {
  background: #209d98;
}
.products .sect ul li .product-wrap .name.cookie {
  padding-block: 3px 4px;
  line-height: 1.1;
  background: #90642e;
}
@media screen and (max-width: 767px) {
  .products .sect ul li .product-wrap .name.cookie {
    padding: 0.8vw 0 1.0666666667vw;
    line-height: 1.066;
  }
}
.products .sect ul li .product-wrap .name.set-letter {
  font-size: 12px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .products .sect ul li .product-wrap .name.set-letter {
    font-size: 3.7333333333vw;
  }
}
.products .sect ul li .product-wrap .summary {
  font-size: 11px;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .products .sect ul li .product-wrap .summary {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.products .sect ul.list-4column {
  width: inherit;
  margin: 0 -20px;
}
.products .sect ul.list-4column li {
  width: 25%;
}
.products .sect ul.list-2column {
  width: 510px;
}
.products .sect ul.list-2column li {
  width: 50%;
}
.products .sect .product-table {
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.555;
}
@media screen and (max-width: 767px) {
  .products .sect .product-table {
    width: 100%;
    font-size: 2.9333333333vw;
    line-height: 1.272;
  }
}
.products .sect .product-table th {
  padding-right: 10px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .products .sect .product-table th {
    padding-right: 1.3333333333vw;
    -moz-text-align-last: inherit;
         text-align-last: inherit;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .products .sect .product-table.product-table_02 {
    width: auto;
  }
  .products .sect .product-table.product-table_02 th {
    letter-spacing: 0.5em;
  }
}
.products .sect .table-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -7.7%;
}
@media screen and (max-width: 767px) {
  .products .sect .table-wrap {
    display: block;
    margin-top: -4.8vw;
  }
}
.products .sect .table-wrap .table-cont {
  width: 57.76%;
}
@media screen and (max-width: 767px) {
  .products .sect .table-wrap .table-cont {
    width: 100% !important;
  }
}
.products .sect .table-wrap .table-cont:last-of-type {
  width: 37.64%;
}
@media screen and (max-width: 767px) {
  .products .sect .table-wrap .table-cont:last-of-type {
    margin-top: 10.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .products .sect .table-wrap .table-cont .scroll-wrap {
    overflow-x: scroll;
    margin-right: -5.3333333333vw;
    padding: 0 5.3333333333vw 1.3333333333vw 0;
  }
  .products .sect .table-wrap .table-cont .scroll-wrap table {
    width: 129.3333333333vw;
  }
}
.products .sect .table-wrap .table-cont h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .products .sect .table-wrap .table-cont h3 {
    margin-bottom: 1.3333333333vw;
    font-size: 4.8vw;
  }
}
.products .sect .table-wrap .table-cont table {
  width: 100%;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .products .sect .table-wrap .table-cont table {
    font-size: 3.4666666667vw;
  }
}
.products .sect .table-wrap .table-cont table tr:nth-of-type(2) td {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .products .sect .table-wrap .table-cont table tr:nth-of-type(2) td {
    padding-top: 2.1333333333vw;
  }
}
.products .sect .table-wrap .table-cont table tr th, .products .sect .table-wrap .table-cont table tr td {
  border-left: 1px #808080 dashed;
}
.products .sect .table-wrap .table-cont table tr th:first-of-type, .products .sect .table-wrap .table-cont table tr td:first-of-type {
  border-left: none;
}
.products .sect .table-wrap .table-cont table tr th {
  background: #e1e0e2;
  text-align: center;
  font-weight: 400;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .products .sect .table-wrap .table-cont table tr th {
    line-height: 5.6vw;
  }
}
.products .sect .table-wrap .table-cont table tr td:not(:first-of-type) {
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .products .sect .table-wrap .table-cont .scroll-note p {
    color: #bd0d23;
    text-align: center;
    font-size: 3.4666666667vw;
  }
}
.products .sect#cream .bg {
  width: 515px;
  height: 932px;
  background-image: url(../images/products/pc/bg-cream.jpg);
}
@media screen and (max-width: 767px) {
  .products .sect#cream .bg {
    height: 141.6vw;
    background-image: url(../images/products/sp/bg-cream.jpg);
  }
}
.products .sect#choice .bg {
  width: 515px;
  height: 715px;
  background-image: url(../images/products/pc/bg-choice.jpg);
}
@media screen and (max-width: 767px) {
  .products .sect#choice .bg {
    top: 22.6666666667vw;
    height: 75.7333333333vw;
    background-image: url(../images/products/sp/bg-choice.jpg);
  }
}
.products .sect#fresh .bg {
  width: 750px;
  height: 845px;
  background-image: url(../images/products/pc/bg-fresh.jpg);
}
@media screen and (max-width: 767px) {
  .products .sect#fresh .bg {
    top: 9.3333333333vw;
    height: 131.4666666667vw;
    background-image: url(../images/products/sp/bg-fresh.jpg);
  }
}
.products .sect#fresh .product-lead {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .products .sect#fresh .product-lead {
    margin-bottom: 10.6666666667vw;
  }
}
.products .sect#variety .list-2column {
  width: 425px;
}
.products .sect#variety .bg {
  width: 563px;
  height: 448px;
  background-image: url(../images/products/pc/bg-variety.jpg);
}
@media screen and (max-width: 767px) {
  .products .sect#variety .bg {
    top: 57.3333333333vw;
    height: 75.7333333333vw;
    background-image: url(../images/products/sp/bg-variety.jpg);
  }
}
.products .sect#ganache .bg {
  width: 735px;
  height: 630px;
  background-image: url(../images/products/pc/bg-ganache.jpg);
}
@media screen and (max-width: 767px) {
  .products .sect#ganache .bg {
    top: 26.6666666667vw;
    height: 85.3333333333vw;
    background-image: url(../images/products/sp/bg-ganache.jpg);
  }
}
.products .sect#ganache ul li:last-child {
  border-top: #7b3d26 dashed 1px;
  border-left: #7b3d26 dashed 1px;
}
.products .sect#ganache ul li figure {
  height: 104px;
}
@media screen and (max-width: 767px) {
  .products .sect#ganache ul li figure {
    height: 25.3333333333vw;
  }
}
.products .sect#glass ul li figure {
  height: 131px;
}
@media screen and (max-width: 767px) {
  .products .sect#glass ul li figure {
    height: 32vw;
  }
}
.products .sect#glass .bg {
  width: 515px;
  height: 513px;
  background-image: url(../images/products/pc/bg-glass.jpg);
}
@media screen and (max-width: 767px) {
  .products .sect#glass .bg {
    top: 14.6666666667vw;
    height: 78.9333333333vw;
    background-image: url(../images/products/sp/bg-glass.jpg);
  }
}
.products .sect#cookie .bg {
  width: 658px;
  height: 545px;
  background-image: url(../images/products/pc/bg-cookie.jpg);
}
@media screen and (max-width: 767px) {
  .products .sect#cookie .bg {
    top: 26.6666666667vw;
    height: 82.4vw;
    background-image: url(../images/products/sp/bg-cookie.jpg);
  }
}
.products .sect#cookie .product-lead {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .products .sect#cookie .product-lead {
    margin-bottom: 4vw;
  }
}
.products .sect#cookie ul li {
  margin-bottom: 12px;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .products .sect#cookie ul li {
    margin-bottom: -0.8vw;
  }
  .products .sect#cookie ul li .product-wrap {
    margin-bottom: 0;
  }
}
.products .sect#cookie .product-table + ul {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .products .sect#cookie .product-table + ul {
    margin-top: 4.8vw !important;
  }
}
.products .sect#others {
  padding-bottom: 9.9%;
}
@media screen and (max-width: 767px) {
  .products .sect#others {
    padding-bottom: 16.5333333333vw;
  }
}
.products .sect#others::before {
  content: none;
}
.products .sect#others figure {
  width: 71.93%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .products .sect#others figure {
    width: calc(100% + 10.6666666667vw);
    margin: -9.3333333333vw -5.3333333333vw 0;
  }
}
.products .sect.current .bg {
  opacity: 1;
  transition: opacity 0.8s;
}
@media screen and (max-width: 767px) {
  .products .sect.current .bg {
    opacity: 0.6;
  }
}
.products .sect:not(#cookie) .on li {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
.products .sect:not(#cookie) .on li figure {
  visibility: visible;
  opacity: 1;
  animation-delay: 0.3s !important;
}
.products .sect:not(#cookie) .on li:nth-child(2) {
  transition-delay: 0.4s;
}
.products .sect:not(#cookie) .on li:nth-child(2) figure {
  animation-delay: 0.5s !important;
}
.products .sect:not(#cookie) .on li:nth-child(3) {
  transition-delay: 0.6s;
}
.products .sect:not(#cookie) .on li:nth-child(3) figure {
  animation-delay: 0.7s !important;
}
.products .sect:not(#cookie) .on li:nth-child(4) {
  transition-delay: 0.8s;
}
.products .sect:not(#cookie) .on li:nth-child(4) figure {
  animation-delay: 0.9s !important;
}
.products .sect:not(#cookie) .on li:nth-child(5) {
  transition-delay: 1s;
}
.products .sect:not(#cookie) .on li:nth-child(5) figure {
  animation-delay: 1.1s !important;
}
.products .sect:not(#cookie) .on li:nth-child(6) {
  transition-delay: 1.2s;
}
.products .sect:not(#cookie) .on li:nth-child(6) figure {
  animation-delay: 1.3s !important;
}

/*
Theme Name: dk-daiko
*/
body.company-profile {
  background: #f0ebe7;
}
body.company-profile #site-header .header-menu .menu-list > li .company-profile-list {
  display: block;
}
@media (max-width: 1040px) {
  body.company-profile #site-header .header-menu .menu-list > li .company-profile-list {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  body.company-profile #site-main {
    padding-top: 126px;
  }
}
@media screen and (max-width: 767px) {
  body.company-profile #site-main {
    padding-top: 33.6vw;
  }
}
@media screen and (max-width: 767px) {
  body.company-profile .sect-nav ul li.company span {
    display: none;
  }
}
body.company-profile .print-btn {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 2;
  width: 180px;
  height: 45px;
  padding: 7px 0 7px 30px;
  background: #bc0d23;
  border-radius: 22px 0 0 22px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}
body.company-profile .print-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 30px;
  height: 24px;
  background: url(../images/common/pc/icon-download-white.svg) no-repeat left top/auto 100%;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  body.company-profile .print-btn {
    top: 130px;
  }
}
@media screen and (max-width: 767px) {
  body.company-profile .page-ttl {
    margin-bottom: 8.8vw;
  }
}
body.company-profile .wrap {
  max-width: none;
}
body.company-profile .sect-ttl {
  margin-bottom: 15px;
  border-bottom: #bc0d23 solid 1px;
  font-size: 17px;
  text-align: left;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  body.company-profile .sect-ttl {
    margin-bottom: 4vw;
    padding-bottom: 0.8vw;
    font-size: 5.0666666667vw;
  }
}
body.company-profile .label-ttl {
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  body.company-profile .label-ttl {
    margin-bottom: 0;
  }
}
body.company-profile .label-ttl .label {
  display: inline-block;
  padding: 0 5px;
  background: #c4c4c4;
  border-radius: 3px;
  font-size: 11px;
  line-height: 15px;
}
@media screen and (max-width: 767px) {
  body.company-profile .label-ttl .label {
    padding: 0 1.3333333333vw;
    border-radius: 0.8vw;
    font-size: 3.2vw;
    line-height: 5.0666666667vw;
  }
}
body.company-profile .label-ttl .label.red {
  background: #bc0d23;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body.company-profile .label-ttl .label.red {
    padding: 0 2.1333333333vw;
    border-radius: 1.3333333333vw;
    font-size: 5.0666666667vw;
    line-height: 7.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  body.company-profile #company {
    padding-bottom: 0;
  }
}
body.company-profile #company .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.company-profile #company .flex-wrap .sect {
  padding: 0;
}
body.company-profile #company .flex-wrap .sect table {
  width: 100%;
}
body.company-profile #company .flex-wrap .sect table th, body.company-profile #company .flex-wrap .sect table td {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.666;
}
@media screen and (max-width: 767px) {
  body.company-profile #company .flex-wrap .sect table th, body.company-profile #company .flex-wrap .sect table td {
    padding-bottom: 0.8vw;
    font-size: 3.2vw;
    line-height: 1.583;
  }
}
body.company-profile #company .flex-wrap .sect#profile {
  width: 36.27%;
}
@media screen and (max-width: 767px) {
  body.company-profile #company .flex-wrap .sect#profile {
    width: 100%;
    margin-bottom: 9.8666666667vw;
  }
}
body.company-profile #company .flex-wrap .sect#profile table th {
  padding-right: 20px;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  body.company-profile #company .flex-wrap .sect#profile table th {
    padding-right: 5.3333333333vw;
  }
}
body.company-profile #company .flex-wrap .sect#profile table .padding-item th, body.company-profile #company .flex-wrap .sect#profile table .padding-item td {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  body.company-profile #company .flex-wrap .sect#profile table .padding-item th, body.company-profile #company .flex-wrap .sect#profile table .padding-item td {
    padding-top: 5.6vw;
    padding-bottom: 5.6vw;
  }
}
body.company-profile #company .flex-wrap .sect#profile table .box + .box {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  body.company-profile #company .flex-wrap .sect#profile table .box + .box {
    margin-top: 3.2vw;
  }
}
body.company-profile #company .flex-wrap .sect#history {
  width: 58.76%;
}
@media screen and (max-width: 767px) {
  body.company-profile #company .flex-wrap .sect#history {
    width: 100%;
  }
}
body.company-profile #company .flex-wrap .sect#history .lead {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body.company-profile #company .flex-wrap .sect#history .lead {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  body.company-profile #company .flex-wrap .sect#history table th, body.company-profile #company .flex-wrap .sect#history table td {
    padding-bottom: 2.6666666667vw;
  }
}
body.company-profile #company .flex-wrap .sect#history table th {
  padding-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  body.company-profile #company .flex-wrap .sect#history table th {
    padding-right: 2.1333333333vw;
  }
}
body.company-profile #company .flex-wrap .sect#history table .padding-item th, body.company-profile #company .flex-wrap .sect#history table .padding-item td {
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  body.company-profile #company .flex-wrap .sect#history table .padding-item th, body.company-profile #company .flex-wrap .sect#history table .padding-item td {
    padding-bottom: 4.8vw;
  }
}
body.company-profile #access {
  padding-top: 1.94%;
  padding-bottom: 7.09%;
}
@media screen and (max-width: 767px) {
  body.company-profile #access {
    padding-top: 9.3333333333vw;
    padding-bottom: 18.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  body.company-profile #access .sect-ttl {
    margin-bottom: 5.8666666667vw;
  }
}
body.company-profile #access .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.company-profile #access .flex-wrap .map-wrap {
  width: 46.58%;
}
@media screen and (max-width: 767px) {
  body.company-profile #access .flex-wrap .map-wrap {
    width: 100%;
  }
  body.company-profile #access .flex-wrap .map-wrap + .map-wrap {
    margin-top: 14.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  body.company-profile #access .flex-wrap .map-wrap .label-ttl {
    margin-bottom: 2.6666666667vw;
  }
}
body.company-profile #access .flex-wrap .map-wrap .map {
  position: relative;
  margin-bottom: 3px;
  padding-top: 63.47%;
}
@media screen and (max-width: 767px) {
  body.company-profile #access .flex-wrap .map-wrap .map {
    margin-bottom: 0.8vw;
    padding-top: 132.84%;
  }
}
body.company-profile #access .flex-wrap .map-wrap .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.company-profile #access .flex-wrap .map-wrap .map-link {
  text-align: right;
}
body.company-profile #access .flex-wrap .map-wrap .map-link a {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #bc0d23;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.company-profile #access .flex-wrap .map-wrap .map-link a {
    font-size: 5.0666666667vw;
  }
}
body.company-profile #access .flex-wrap .map-wrap address {
  margin-top: -20px;
  font-size: 11px;
  line-height: 1.777;
}
@media screen and (max-width: 767px) {
  body.company-profile #access .flex-wrap .map-wrap address {
    margin-top: 0;
    font-size: 3.2vw;
    line-height: 1.833;
  }
}
body.company-profile .print-off {
  display: none;
}

/*
Theme Name: dk-daiko
*/
body.privacy {
  background: #f0ebe7;
}
body.privacy #privacy {
  padding-bottom: 12.62%;
}
@media screen and (max-width: 767px) {
  body.privacy #privacy {
    padding-top: 9.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  body.privacy #privacy .page-ttl {
    margin-bottom: 9.3333333333vw;
  }
}
body.privacy #privacy .lead {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  body.privacy #privacy .lead {
    margin-bottom: 6.6666666667vw;
  }
}
body.privacy #privacy .policy-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.privacy #privacy .policy-wrap .policy-box {
  width: 46.71%;
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 1.583;
}
@media screen and (max-width: 767px) {
  body.privacy #privacy .policy-wrap .policy-box {
    width: 100%;
    margin: 0;
    font-size: 2.9333333333vw;
    line-height: 1.636;
  }
  body.privacy #privacy .policy-wrap .policy-box + .policy-box {
    margin-top: 4vw;
  }
}
body.privacy #privacy .policy-wrap .policy-box h2 {
  margin-bottom: 12px;
  border-bottom: #bc0d23 solid 1px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.privacy #privacy .policy-wrap .policy-box h2 {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
body.privacy #privacy .policy-wrap .policy-box ul {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  body.privacy #privacy .policy-wrap .policy-box ul {
    margin-top: 2.1333333333vw;
  }
}
body.privacy #privacy .policy-wrap .policy-box ul li {
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  body.privacy #privacy .policy-wrap .policy-box ul li {
    padding-left: 4vw;
  }
}
body.privacy #privacy .policy-wrap .policy-box ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #bc0d23;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  body.privacy #privacy .policy-wrap .policy-box ul li::before {
    top: 1.3333333333vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

/* ---------- contact ---------- */
#contact {
  /* ---------- 確認 ---------- */
  /* ---------- 完了 ---------- */
}
@media (min-width: 768px) {
  #contact {
    padding-bottom: 6.15%;
  }
}
@media screen and (max-width: 767px) {
  #contact .sect-ttl {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.8vw;
  }
  #contact .contact-box li {
    width: 48.66%;
    background: #f0ebe7;
    border-radius: 2.6666666667vw;
    padding: 1.8666666667vw 1.3333333333vw;
    line-height: 1.555;
  }
  #contact .contact-box li dl {
    margin-bottom: 1.3333333333vw;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    font-weight: 700;
  }
  #contact .contact-box li dl dt {
    color: #bc0d23;
    font-size: 5.3333333333vw;
  }
  #contact .contact-box li dl dt i {
    display: inline-block;
    width: 4vw;
    margin-right: 1.3333333333vw;
  }
  #contact .contact-box li dl dt i img {
    vertical-align: middle;
  }
  #contact .contact-box li dl dd {
    font-size: 5.0666666667vw;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  #contact .contact-box li dl dd.note {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
  #contact .contact-box li p {
    font-size: 2.4vw;
    line-height: 1.555;
    text-align: left;
  }
  #contact .contact-box li.fax-box dl dt i {
    width: 6.9333333333vw;
  }
}
#contact .form {
  padding: 20px 60px 40px;
  background: #f0ebe7;
  border-radius: 15px;
  /*  追加  */
}
@media screen and (max-width: 767px) {
  #contact .form {
    padding: 5.3333333333vw 5.3333333333vw 8vw;
    border-radius: 2.6666666667vw;
  }
}
#contact .form .cont-ttl {
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #contact .form .cont-ttl {
    margin-bottom: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
#contact .form .cont-ttl i {
  width: 23px;
}
@media screen and (max-width: 767px) {
  #contact .form .cont-ttl i {
    width: 6.4vw;
  }
}
#contact .form .lead {
  margin-bottom: 20px;
  line-height: 1.285;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .form .lead {
    margin-bottom: 6.4vw;
  }
}
#contact .form .form-wrap {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #contact .form .form-wrap {
    margin-bottom: 7.2vw;
  }
}
#contact .form .form-wrap .item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  #contact .form .form-wrap .item {
    display: block;
  }
}
#contact .form .form-wrap .item + .item {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  #contact .form .form-wrap .item + .item {
    margin-top: 4.8vw;
  }
}
#contact .form .form-wrap .item .ttl {
  overflow: hidden;
  width: 100px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #contact .form .form-wrap .item .ttl {
    width: 100%;
    margin-bottom: 1.3333333333vw;
    padding-right: 0;
    font-size: 3.2vw;
  }
}
#contact .form .form-wrap .item .ttl .required {
  display: inline-block;
  float: right;
  margin-top: 3px;
  padding: 3px 5px;
  background: #bc0d23;
  border-radius: 7px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #contact .form .form-wrap .item .ttl .required {
    float: none;
    margin: 0 0 0 1.3333333333vw !important;
    padding: 0.8vw 1.3333333333vw;
    border-radius: 1.6vw;
    font-size: 2.4vw;
  }
}
#contact .form .form-wrap .item .field {
  display: flex;
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  #contact .form .form-wrap .item .field {
    width: 100%;
  }
}
#contact .form .form-wrap .item .field .field-text {
  width: calc(100% - 40px);
  border-bottom: #bc0d23 1px solid;
}
@media screen and (max-width: 767px) {
  #contact .form .form-wrap .item .field .field-text {
    width: calc(100% - 11.7333333333vw);
  }
}
#contact .form .form-wrap .item .field input {
  width: 100%;
}
#contact .form .form-wrap .item .field input::-moz-placeholder {
  color: #c4c4c4;
  font-size: 14px;
  font-weight: 500;
}
#contact .form .form-wrap .item .field input::placeholder {
  color: #c4c4c4;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #contact .form .form-wrap .item .field input::-moz-placeholder {
    font-size: 3.7333333333vw;
  }
  #contact .form .form-wrap .item .field input::placeholder {
    font-size: 3.7333333333vw;
  }
}
#contact .form .form-wrap .item .field .note {
  margin-top: 5px;
  font-size: 11px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #contact .form .form-wrap .item .field .note {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
#contact .form .form-wrap .item .field.type_01 .field-text {
  width: 100%;
}
#contact .form .form-wrap .item .field.type_02 .field-text {
  width: calc(100% - 50px);
}
@media screen and (max-width: 767px) {
  #contact .form .form-wrap .item .field.type_02 .field-text {
    width: calc(100% - 14.6666666667vw);
  }
}
#contact .form .form-wrap .item.textarea {
  display: block;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  #contact .form .form-wrap .item.textarea {
    margin-top: 6.6666666667vw;
  }
}
#contact .form .form-wrap .item.textarea > div {
  width: 100%;
}
#contact .form .form-wrap .item.textarea .ttl {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  #contact .form .form-wrap .item.textarea .ttl {
    margin-bottom: 1.3333333333vw;
  }
}
#contact .form .form-wrap .item.textarea .ttl .required {
  float: none;
  margin-left: 10px;
}
#contact .form .form-wrap .item.textarea .field .field-text {
  border: #bc0d23 1px solid;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #contact .form .form-wrap .item.textarea .field .field-text {
    border-radius: 0;
  }
}
#contact .form .form-wrap .item.textarea .field .field-text textarea {
  width: 100%;
  height: 135px;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #contact .form .form-wrap .item.textarea .field .field-text textarea {
    height: 35.4666666667vw;
    border-radius: 0;
  }
}
#contact .form .form-wrap .item.checkbox {
  display: block;
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  #contact .form .form-wrap .item.checkbox {
    margin-top: 6.6666666667vw;
  }
}
#contact .form .form-wrap .item.checkbox > div {
  width: 100%;
}
#contact .form .form-wrap .item.checkbox .ttl {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  #contact .form .form-wrap .item.checkbox .ttl {
    margin-bottom: 1.3333333333vw;
  }
}
#contact .form .form-wrap .item.checkbox .ttl .required {
  float: none;
  margin-left: 10px;
}
#contact .form .form-wrap .item.checkbox .field .field-text {
  border: none;
}
#contact .form .form-wrap .item.checkbox .field .field-text input {
  width: auto;
}
#contact .form .btn-wrap {
  display: flex;
  justify-content: center;
}
#contact .form .btn-wrap .btn {
  width: 197px;
  margin: 0 7px;
  background: #bc0d23;
  border-radius: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .form .btn-wrap .btn {
    width: 66.6666666667vw;
    margin: 0 5.3333333333vw;
    border-radius: 6.9333333333vw;
    font-size: 5.0666666667vw;
    line-height: 13.8666666667vw;
  }
}
#contact .form .note {
  margin-top: 27px;
  font-size: 11px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #contact .form .note {
    margin-top: 7.2vw;
    font-size: 2.4vw;
    line-height: 1.555;
  }
}
#contact .form .source {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100% !important;
}
@media (max-width: 1200px) {
  #contact .form .source {
    flex-direction: column;
  }
}
#contact .form .source .mwform-checkbox-field {
  margin: 0;
  flex: 1 1 45%;
}
@media (max-width: 1200px) {
  #contact .form .source .mwform-checkbox-field {
    flex: initial;
  }
}
#contact.confirm form .form-wrap .item .field .field-text {
  width: 100%;
}
#contact.confirm form .form-wrap .item.textarea .field .field-text {
  min-height: 135px;
  padding: 5px;
}
#contact.complete .form {
  padding: 255px 10px 265px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact.complete .form {
    padding: 30.6666666667vw 2.6666666667vw 20vw;
  }
}
#contact.complete .form h3 {
  position: relative;
  margin-bottom: 20px;
  color: #bc0d23;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #contact.complete .form h3 {
    margin-bottom: 6.6666666667vw;
    font-size: 6.6666666667vw;
  }
}
#contact.complete .form h3::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 33px;
  background: url(../images/common/pc/icon-contact.svg) no-repeat left top/100% auto;
}
@media screen and (max-width: 767px) {
  #contact.complete .form h3::before {
    top: -12vw;
    width: 12.8vw;
    height: 8.8vw;
  }
}
#contact.complete .form p {
  letter-spacing: 0.105em;
}
@media screen and (max-width: 767px) {
  #contact.complete .form p {
    font-size: 3.7333333333vw;
    line-height: 1.571;
  }
}

.bg-color--white {
  background-color: #fff;
}

.grecaptcha-badge {
  z-index: 100 !important;
}

/* 印刷時の設定 *//*# sourceMappingURL=style.css.map */