@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v2.0 | 20110126 */
/* License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* NotoSansJP */
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP.otf") format("otf"), url("../fonts/NotoSansJP.woff") format("woff"), url("../fonts/NotoSansJP.woff2") format("woff2");
}
/* ZenKakuGothicNew-Medium */
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.eot") format("eot"), url("../fonts/ZenKakuGothicNew-Medium.ttf") format("ttf"), url("../fonts/ZenKakuGothicNew-Medium.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Medium.woff2") format("woff2");
}
/* ZenKakuGothicNew-Bold */
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.eot") format("eot"), url("../fonts/ZenKakuGothicNew-Bold.ttf") format("ttf"), url("../fonts/ZenKakuGothicNew-Bold.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2");
}
.bold {
  font-family: "ZenKakuGothicNew-Bold";
}
#hokkaido-confect {
  padding-top: 65px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  color: #2d2d2d;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect {
    min-width: 1000px;
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect {
    padding-top: 60px;
  }
}
#hokkaido-confect *:focus {
  outline: none;
}
#hokkaido-confect * {
  box-sizing: border-box;
}
#hokkaido-confect img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
#hokkaido-confect a {
  display: block;
  text-decoration: none;
  transition: all 0.2s;
}
#hokkaido-confect a:hover {
  opacity: 0.8;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .pc_only {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect .sp_only {
    display: none !important;
  }
}
#hokkaido-confect .wrapper {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .wrapper {
    width: 80%;
  }
}
#hokkaido-confect input, #hokkaido-confect select, #hokkaido-confect textarea, #hokkaido-confect button {
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
  font-size: 14px;
  display: block;
}
#hokkaido-confect select, #hokkaido-confect button {
  cursor: pointer;
}
#hokkaido-confect ul, #hokkaido-confect li, #hokkaido-confect dt, #hokkaido-confect dl {
  font-weight: 600 !important;
}
#hokkaido-confect .text_box p {
  font-weight: 600 !important;
}
.loader {
  position: relative;
}
.loader:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1A576C;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  transition: all 1s 1s;
}
.loader.active:after {
  height: 0;
}
#hokkaido-confect header {
  width: 100%;
  height: 65px;
  padding: 0 40px;
  background-color: #fff;
  border-top: 6px #1A576C solid;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect header {
    min-width: 1000px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect header {
    height: 60px;
    border-top-width: 4px;
    padding: 0 20px;
  }
}
#hokkaido-confect header .logo {
  width: 120px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect header .logo {
    width: 100px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect header nav {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #1A576C;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
  }
}
#hokkaido-confect header nav ul {
  display: flex;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect header nav ul {
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
}
#hokkaido-confect header nav ul li {
  margin-right: 40px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect header nav ul li {
    text-align: center;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect header nav ul li {
    width: 100%;
    margin: 0 0 30px;
  }
}
#hokkaido-confect header nav ul li:last-child {
  margin: 0;
}
#hokkaido-confect header nav ul li a {
  font-family: "NotoSansJP";
  font-size: 14px;
  font-weight: bold;
  color: #1A576C;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect header nav ul li a {
    vertical-align: middle;
    display: inline-table;
    line-height: 1.1;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect header nav ul li a {
    font-size: 18px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
  }
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect header nav ul li .line1 {
    margin-top: 7px;
  }
}
#hokkaido-confect header .menu_btn {
  width: 30px;
  height: 18px;
  position: relative;
  z-index: 9;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect header .menu_btn {
    display: none;
  }
}
#hokkaido-confect header .menu_btn span {
  width: 100%;
  height: 2px;
  background-color: #1A576C;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
#hokkaido-confect header .menu_btn span:nth-of-type(1) {
  top: 0;
}
#hokkaido-confect header .menu_btn span:nth-of-type(2) {
  top: 8px;
}
#hokkaido-confect header .menu_btn span:nth-of-type(3) {
  bottom: 0;
}
#hokkaido-confect header .menu_btn.active span {
  background-color: #fff;
}
#hokkaido-confect header .menu_btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
#hokkaido-confect header .menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
#hokkaido-confect header .menu_btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
#hokkaido-confect footer {
  background-color: #1A576C;
}
#hokkaido-confect footer .wrapper {
  padding: 75px 0;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper {
    width: 65.5%;
    padding: 75px 0 110px;
    flex-wrap: wrap;
  }
}
#hokkaido-confect footer .wrapper > div {
  width: 350px;
  margin-left: -90px;
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  #hokkaido-confect footer .wrapper > div {
    margin-left: 0;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper > div {
    width: 100%;
    margin: 0;
    order: 2;
  }
}
#hokkaido-confect footer .wrapper > div .logo {
  width: 180px;
  margin-bottom: 75px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper > div .logo {
    width: 80%;
    margin: 0 10% 50px 10%;
  }
}
#hokkaido-confect footer .wrapper > div ul {
  display: flex;
  flex-wrap: wrap;
}
#hokkaido-confect footer .wrapper > div ul li {
  margin: 20px 30px 0 0;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper > div ul li {
    width: 40%;
    margin: 20px 0 0;
  }
  #hokkaido-confect footer .wrapper > div ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  #hokkaido-confect footer .wrapper > div ul li:nth-child(2n) {
    width: 60%;
  }
}
#hokkaido-confect footer .wrapper > div ul li a img {
  width: auto;
  max-width: none;
  height: 25px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper > div ul li a img {
    height: 35px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect footer .wrapper nav {
    margin-top: -20px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper nav {
    width: 100%;
    margin-bottom: 85px;
    order: 1;
  }
}
#hokkaido-confect footer .wrapper nav > ul {
  display: flex;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper nav > ul {
    display: block;
  }
}
#hokkaido-confect footer .wrapper nav > ul > li {
  margin-right: 50px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper nav > ul > li {
    margin: 0 0 30px;
  }
}
#hokkaido-confect footer .wrapper nav > ul > li:last-child {
  margin: 0;
}
#hokkaido-confect footer .wrapper nav > ul > li a {
  font-family: "NotoSansJP";
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper nav > ul > li a {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
#hokkaido-confect footer .wrapper nav > ul > li > a {
  margin-top: 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper nav > ul > li > a {
    margin-top: 30px;
  }
}
#hokkaido-confect footer .wrapper nav > ul > li > a:nth-of-type(1) {
  margin: 0;
}
#hokkaido-confect footer .wrapper nav > ul > li ul {
  margin: 25px 0 35px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper nav > ul > li ul {
    display: initial;
  }
}
#hokkaido-confect footer .wrapper nav > ul > li ul:last-child {
  margin-bottom: 0;
}
#hokkaido-confect footer .wrapper nav > ul > li ul li {
  margin-bottom: 15px;
}
#hokkaido-confect footer .wrapper nav > ul > li ul li:last-child {
  margin: 0;
}
#hokkaido-confect footer > p {
  padding: 9px 45px;
  background-color: #eae5e3;
  font-size: 12px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer > p {
    padding: 9px 0;
    text-align: center;
  }
}
.fixed_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 10px;
  background-color: #D9948F;
  width: 310px;
  border-radius: 20px;
}
.fixed_btn .btn {
  width: 280px !important;
  border: initial !important;
}
.fixed_btn .btn span {
  width: 180px;
}
.fixed_btn .btn img {
  width: 70px !important;
}
.fixed_btn .btn:after {
  margin-top: 2px;
}
.fixed_btn:hover {
  opacity: 0.8;
}
#hokkaido-confect {
  /* ttl */
  /* ttl_box */
}
#hokkaido-confect .ttl {
  padding-top: 105px;
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 22px;
  letter-spacing: 4px;
  position: relative;
}
#hokkaido-confect .ttl .pala {
  line-height: 1.4 !important;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .ttl {
    padding-top: 85px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}
#hokkaido-confect .ttl .en {
  padding-top: 70px;
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  left: -105px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .ttl .en {
    padding-top: 50px;
    font-size: 12px;
    letter-spacing: 1.5px;
    left: -30px;
    height: 180px;
  }
}
#hokkaido-confect .ttl .en:after {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .ttl .en:after {
    height: 120px !important;
  }
}
#hokkaido-confect .ttl.white {
  color: #fff;
}
#hokkaido-confect .ttl.white .en:after {
  background-color: #fff;
}
#hokkaido-confect .ttl.blue {
  color: #1A576C;
}
#hokkaido-confect .ttl.blue .en:after {
  background-color: #1A576C;
}
#hokkaido-confect .ttl_box {
  padding-bottom: 275px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .ttl_box {
    padding-bottom: 100px;
  }
}
#hokkaido-confect .ttl_box .ttl {
  padding-top: 95px;
  font-size: 34px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .ttl_box .ttl .en {
    padding-top: 35px;
  }
  #hokkaido-confect .ttl_box .ttl .en:after {
    height: 25px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .ttl_box .ttl {
    padding-top: 45px;
    font-size: 24px;
  }
}
#hokkaido-confect .ttl_box.blue {
  padding: 0;
  background-color: #1A576C;
}
#hokkaido-confect .ttl_box.blue .ttl {
  padding: 88px 0;
  line-height: 44px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .ttl_box.blue .ttl {
    padding: 38px 0;
    line-height: 34px;
  }
}
#hokkaido-confect .btn {
  width: 160px;
  height: 50px;
  border: 1px solid;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect .btn:hover:after {
    transform: translate(5px);
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .btn {
    width: 225px;
    border-width: 2px;
    font-family: "ZenKakuGothicNew-Bold";
    margin: 0 auto;
  }
}
#hokkaido-confect .btn:after {
  content: "";
  width: 8px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  margin-left: 15px;
  transition: all 0.2s;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .btn:after {
    margin-left: 25px;
  }
}
#hokkaido-confect .btn.white {
  border-color: #fff;
}
#hokkaido-confect .btn.white.type1 {
  color: #fff;
}
#hokkaido-confect .btn.white.type1:after {
  background-image: url(../img/arrow_w.png);
}
#hokkaido-confect .btn.white.type2 {
  background-color: #fff;
  color: #1A576C;
}
#hokkaido-confect .btn.white.type2:after {
  background-image: url(../img/arrow_b.png);
}
#hokkaido-confect .btn.blue {
  border-color: #1A576C;
}
#hokkaido-confect .btn.blue.type1 {
  color: #1A576C;
}
#hokkaido-confect .btn.blue.type1:after {
  background-image: url(../img/arrow_b.png);
}
#hokkaido-confect .btn.blue.type2 {
  background-color: #1A576C;
  color: #fff;
}
#hokkaido-confect .btn.blue.type2:after {
  background-image: url(../img/arrow_w.png);
}
#hokkaido-confect .tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
#hokkaido-confect .tag li {
  padding: 10px 40px;
  font-family: "NotoSansJP";
  font-size: 10px;
  margin: 15px 10px 10px 0;
  color: white;
  background-color: #D9948F;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .tag li {
    padding: 6px 20px;
    font-size: 12px;
  }
}
#hokkaido-confect .news_list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .news_list {
    display: block;
  }
}
#hokkaido-confect .news_list > li {
  width: 30%;
  margin: 70px 5% 0 0;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect .news_list > li:nth-child(-n+3) {
    margin-top: 0;
  }
  #hokkaido-confect .news_list > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .news_list > li {
    width: 100%;
    margin: 0 0 65px;
  }
  #hokkaido-confect .news_list > li:last-child {
    margin: 0;
  }
}
#hokkaido-confect .news_list > li a {
  color: #1A576C;
}
#hokkaido-confect .news_list > li a .img_box img {
  height: 200px;
  object-fit: cover;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .news_list > li a .img_box img {
    height: 51vw;
  }
}
#hokkaido-confect .news_list > li a h3 {
  font-family: "NotoSansJP";
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
  margin: 20px 0 10px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .news_list > li a h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
#hokkaido-confect .news_list > li a p {
  font-size: 14px;
}
#hokkaido-confect .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .slick-dots {
    margin-top: 50px;
  }
}
#hokkaido-confect .slick-dots li {
  width: 5px;
  height: 5px;
  background-color: #1A576C;
  border-radius: 10px;
  margin: 0 5px;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.2s;
}
#hokkaido-confect .slick-dots li button {
  display: none;
}
#hokkaido-confect .slick-dots li.slick-active {
  width: 35px;
  opacity: 1;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .slick-dots li.slick-active {
    width: 50px;
  }
}
#hokkaido-confect .loop_slider {
  height: 15.1vw;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect .loop_slider {
    min-height: 151px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .loop_slider {
    height: 56.5vw;
  }
}
#hokkaido-confect #about {
  background-color: #1A576C;
}
#hokkaido-confect #about .wrapper {
  padding: 105px 0 110px;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #about .wrapper {
    padding: 65px 0 75px;
  }
}
#hokkaido-confect #about .wrapper .ttl {
  padding: 0;
  margin-bottom: 55px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #about .wrapper .ttl {
    margin-bottom: 35px;
  }
}
#hokkaido-confect #about .wrapper p {
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 20px;
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #about .wrapper p {
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #about .wrapper p {
    font-size: 16px;
    line-height: 40px;
  }
}
.pala {
  opacity: 0;
  transition: all 1s ease !important;
  line-height: 1.8;
}
/* 上から下 */
.pala--down {
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
.pala--down2 {
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}
/* 下から上 */
.pala--up {
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
.pala--up2 {
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}
/* 左から右 */
.pala--lr {
  -webkit-transform: translate(-10%, 0);
  transform: translate(-10%, 0);
}
/* 左から右（x5） */
.pala--lr5 {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* 右から左 */
.pala--rl {
  -webkit-transform: translate(10%, 0);
  transform: translate(10%, 0);
}
/* 縮小拡大 */
.pala--scaleUp {
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
/* 拡大縮小 */
.pala--scaleDown {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.delay50 {
  transition-delay: 0.05s !important;
}
.delay100 {
  transition-delay: 0.1s !important;
}
.delay150 {
  transition-delay: 0.15s !important;
}
.delay200 {
  transition-delay: 0.2s !important;
}
.delay250 {
  transition-delay: 0.25s !important;
}
.delay300 {
  transition-delay: 0.3s !important;
}
.delay400 {
  transition-delay: 0.4s !important;
}
.delay500 {
  transition-delay: 0.5s !important;
}
.delay600 {
  transition-delay: 0.6s !important;
}
.delay700 {
  transition-delay: 0.7s !important;
}
.delay800 {
  transition-delay: 0.8s !important;
}
.delay900 {
  transition-delay: 0.9s !important;
}
.delay1000 {
  transition-delay: 1s !important;
}
.delay1100 {
  transition-delay: 1.1s !important;
}
.delay1200 {
  transition-delay: 1.2s !important;
}
.delay1300 {
  transition-delay: 1.3s !important;
}
.delay1400 {
  transition-delay: 1.4s !important;
}
.delay1500 {
  transition-delay: 1.5s !important;
}
.delay1600 {
  transition-delay: 1.6s !important;
}
.delay1700 {
  transition-delay: 1.7s !important;
}
.delay1800 {
  transition-delay: 1.8s !important;
}
.delay1900 {
  transition-delay: 1.9s !important;
}
.delay2000 {
  transition-delay: 2s !important;
}
@keyframes line_anime {
  0% {
    height: 0;
  }
  100% {
    height: 90px;
  }
}
@keyframes line_anime_sp {
  0% {
    height: 0;
  }
  100% {
    height: 2rem;
  }
}
.pala.action, .pala_line.action {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
#hokkaido-confect {
  /* top */
  /* sub */
}
#hokkaido-confect #top #mv .wrapper > * {
  opacity: 0;
  transition: all 1s ease !important;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
#hokkaido-confect #top #mv .wrapper h2 {
  transition-delay: 0.5s !important;
}
#hokkaido-confect #top #mv .wrapper .btn_box {
  transition-delay: 1s !important;
}
#hokkaido-confect #top #mv.active .wrapper > * {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
#hokkaido-confect #top #mv.active svg {
  animation: line_animation 2s both 1.5s;
}
#hokkaido-confect #top #about .wrapper {
  transition-delay: 2s !important;
}
#hokkaido-confect #mv_sub .ttl span:not(.en) {
  opacity: 0;
  transition: all 1s ease !important;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
#hokkaido-confect #mv_sub.active .ttl span:not(.en) {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
#hokkaido-confect #about .wrapper {
  opacity: 0;
  transition: all 1s ease 0.5s !important;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
#hokkaido-confect #about.active .wrapper {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
@keyframes line_animation {
  0% {
    stroke-dashoffset: 500px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
#hokkaido-confect #top {
  /* mv */
  /* about */
  /* company */
  /* news */
  /* career */
}
#hokkaido-confect #top #mv {
  padding: 115px 0 155px;
  background: url(../img/top/mv_bg.webp) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #mv {
    padding: 16% 0;
    background-size: auto 100%;
    background-position: center;
  }
}
#hokkaido-confect #top #mv .wrapper {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #top #mv .wrapper {
    padding-bottom: 10px;
  }
}
#hokkaido-confect #top #mv .wrapper h1 {
  width: 885px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #mv .wrapper h1 {
    width: 83.5%;
  }
}
#hokkaido-confect #top #mv .wrapper h2 {
  width: 485px;
  margin-top: 60px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #mv .wrapper h2 {
    width: 81.5%;
    margin: 11.5% 0 15%;
  }
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #top #mv .wrapper .btn_box {
    position: absolute;
    bottom: 0;
    right: -120px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  #hokkaido-confect #top #mv .wrapper .btn_box {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #mv .wrapper .btn_box {
    padding-top: 60px;
  }
}
#hokkaido-confect #top #mv .wrapper svg {
  width: 1320px;
  position: absolute;
  bottom: -160px;
  left: -60px;
  pointer-events: none;
  fill: none;
  stroke-dasharray: 500px;
  stroke-dashoffset: 500px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #mv .wrapper svg {
    width: 140%;
    bottom: -14.5%;
    left: -6.5%;
  }
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #top #about .wrapper {
    padding: 0 0 105px 0;
  }
  #hokkaido-confect #top #about .wrapper .ttl {
    padding-top: 105px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #about .wrapper {
    padding: 0 0 0px 0;
  }
  #hokkaido-confect #top #about .wrapper .ttl {
    padding-top: 80px;
  }
}
#hokkaido-confect #top #about .wrapper .en::after {
  width: 2px;
  height: 180px;
  background-color: #fff;
}
#hokkaido-confect #top #about .loop_slider {
  height: auto;
  min-height: auto;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #about .loop_slider {
    margin-top: 65px;
  }
}
#hokkaido-confect #top #about .loop_slider li {
  background-color: #eae5e3;
  width: 20%;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#hokkaido-confect #top #about .loop_slider li a {
  vertical-align: middle;
  display: inline-table;
}
#hokkaido-confect #top #about .loop_slider li a div {
  height: 60px;
  color: #D9948F;
  border-right: 2px solid white;
  font-size: 18px;
  display: table-row;
}
#hokkaido-confect #top #about .loop_slider li a div span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #about .loop_slider li a div span {
    font-size: 14px;
  }
}
#hokkaido-confect #top #about .loop_slider li a div span div {
  display: contents;
}
#hokkaido-confect #top #about .loop_slider li a div span div:after {
  content: "";
  width: 30px;
  height: 50px;
  background: url(../img/top/yajirushi.png) no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 3px;
  right: 15px;
  pointer-events: none;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #about .loop_slider li a div span div:after {
    width: 30px;
    height: 40px;
    right: 15px;
    top: 9px;
  }
}
#hokkaido-confect #top #about .loop_slider .slick-dots {
  margin-top: 0;
  display: none !important;
  height: 0;
}
#hokkaido-confect #top #company {
  padding-bottom: 100px;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company {
    padding-bottom: 70px;
  }
  #hokkaido-confect #top #company .ttl {
    padding-top: 100px;
  }
  #hokkaido-confect #top #company .en::after {
    width: 2px;
    height: 180px;
    background-color: #fff;
  }
}
#hokkaido-confect #top #company .slider {
  margin-top: 80px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company .slider {
    margin: 45px 0 50px;
  }
}
#hokkaido-confect #top #company .slider .slick-slide {
  height: 100%;
}
#hokkaido-confect #top #company .slider .flex_box {
  padding: 0 4%;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company .slider .flex_box {
    padding: 0;
    display: block;
  }
}
#hokkaido-confect #top #company .slider .flex_box > div {
  width: 49.5%;
  color: #1A576C;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company .slider .flex_box > div {
    width: 100%;
    height: 280px;
    margin-bottom: 25px;
  }
}
#hokkaido-confect #top #company .slider .flex_box > div h3 {
  padding-bottom: 5px;
  border-bottom: 6px #1A576C solid;
  font-family: "NotoSansJP";
  font-size: 36px;
  font-weight: bold;
  line-height: 52px;
  display: inline-block;
  margin-bottom: 45px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company .slider .flex_box > div h3 {
    font-size: 28px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 2px;
    display: block;
    margin-bottom: 25px;
  }
}
#hokkaido-confect #top #company .slider .flex_box > div p {
  width: 100%;
  font-size: 18px;
  line-height: 34px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #top #company .slider .flex_box > div p {
    font-family: "ZenKakuGothicNew-Bold";
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company .slider .flex_box > div p {
    font-size: 16px;
    line-height: 31px;
  }
}
#hokkaido-confect #top #company .slider .flex_box > img {
  width: 43.5%;
  border: 10px #1A576C solid;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company .slider .flex_box > img {
    width: 100%;
    border-width: 8px;
  }
}
#hokkaido-confect #top #company .slider .slick-arrow {
  width: 20px;
  height: calc(100% - 85px);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  z-index: 9;
  cursor: pointer;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company .slider .slick-arrow {
    width: 15px;
    height: 100%;
    background-position: top 45% center;
  }
}
#hokkaido-confect #top #company .slider .slick-arrow.prev {
  background-image: url(../img/top/company_arrow01.png);
  left: -20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company .slider .slick-arrow.prev {
    left: -25px;
  }
}
#hokkaido-confect #top #company .slider .slick-arrow.next {
  background-image: url(../img/top/company_arrow02.png);
  right: -20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company .slider .slick-arrow.next {
    right: -25px;
  }
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #top #company .btn_box {
    position: absolute;
    top: 105px;
    right: 0;
  }
}
#hokkaido-confect #top .list_main {
  padding-bottom: 100px;
  background-color: #1A576C;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top .list_main {
    padding-bottom: 80px;
  }
}
#hokkaido-confect #top .list_main .wrapper {
  position: relative;
}
#hokkaido-confect #top .list_main .wrapper .en::after {
  width: 2px;
  height: 180px;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top .list_main .wrapper .en::after {
    height: 120px !important;
  }
}
#hokkaido-confect #top .list_main .wrapper .news_list {
  margin-top: 80px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top .list_main .wrapper .news_list {
    margin: 65px 0;
  }
}
#hokkaido-confect #top .list_main .wrapper .news_list a {
  color: #fff;
}
#hokkaido-confect #top .list_main .wrapper .news_list a .tag li {
  border-color: #fff;
}
#hokkaido-confect #top .list_main .wrapper .news_list h3 {
  font-size: 18px;
  line-height: 24px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #top .list_main .wrapper .btn_box {
    position: absolute;
    top: 105px;
    right: 0;
  }
}
#hokkaido-confect #top .list_main .wrapper .btn_box .btn {
  width: 190px;
  background-color: #D9948F;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top .list_main .wrapper .btn_box .btn {
    width: 255px;
  }
}
#hokkaido-confect #top .list_main .wrapper .ttl .en::after {
  width: 2px;
  height: 180px;
}
#hokkaido-confect #top #shop {
  background-color: #eae5e3;
  color: #1A576C;
}
#hokkaido-confect #top #shop .news_list h3 {
  color: #1A576C;
}
#hokkaido-confect #top #shop .wrapper .en::after {
  background-color: #1A576C;
}
#hokkaido-confect #top #career {
  padding-bottom: 105px;
  background-color: #eae5e3;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #career {
    padding-bottom: 90px;
  }
}
#hokkaido-confect #top #career .ttl {
  padding-top: 105px;
  font-size: 42px;
  line-height: 1.4;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #career .ttl {
    padding-top: 80px;
    font-size: 28px;
    line-height: 45px;
  }
}
#hokkaido-confect #top #career .ttl .en::after {
  width: 2px;
  height: 180px;
  background-color: #1A576C;
}
#hokkaido-confect #top #career p {
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 22px;
  color: #1A576C;
  margin: 50px 0 40px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #top #career p {
    width: 85%;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #career p {
    font-size: 16px;
    line-height: 35px;
    margin: 40px 0 60px;
  }
}
#hokkaido-confect #top #career .btn {
  width: 300px;
  margin-left: auto;
  background-color: #D9948F;
  border: initial;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #career .btn {
    width: 280px;
  }
}
.slide-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: -8vw;
  width: 50px;
  height: 50px;
  color: white;
  z-index: 9;
  font-size: 30px !important;
}
.prev-arrow {
  left: -5px;
}
.next-arrow {
  right: -5px;
}
#hokkaido-confect #company {
  /* mv_sub */
  /* about */
  /* outline */
}
#hokkaido-confect #company #mv_sub {
  background-image: url(../img/company/mv_bg.webp);
}
#hokkaido-confect #company .en::after {
  width: 2px;
  height: 180px;
  background-color: #fff;
}
#hokkaido-confect #company #about .wrapper {
  padding-bottom: 160px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #about .wrapper {
    padding: 85px 0 100px;
  }
}
#hokkaido-confect #company #about .wrapper h3 {
  width: 80%;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #company #about .wrapper h3 span {
    font-size: 42px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #about .wrapper h3 {
    width: 100%;
    margin: 65px 0 35px;
  }
  #hokkaido-confect #company #about .wrapper h3 span {
    font-size: 26px;
    line-height: 1.8;
  }
}
#hokkaido-confect #company #about .wrapper p {
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #company #about .wrapper p {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #about .wrapper p {
    line-height: 33px;
  }
  #hokkaido-confect #company #about .wrapper p br {
    display: none;
  }
}
#hokkaido-confect #company #outline {
  padding-bottom: 120px;
  color: #1A576C;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #outline .ttl {
    padding-top: 65px;
  }
}
#hokkaido-confect #company #outline > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #outline > div {
    display: block;
  }
}
#hokkaido-confect #company #outline > div .ttl {
  width: 100%;
  margin-bottom: 65px;
}
#hokkaido-confect #company #outline > div dl {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #company #outline > div dl:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #outline > div dl {
    width: 112%;
    margin: 0 -6% 30px;
  }
  #hokkaido-confect #company #outline > div dl:last-of-type {
    margin-bottom: 0;
  }
}
#hokkaido-confect #company #outline > div dl dt, #hokkaido-confect #company #outline > div dl dd {
  padding: 10px;
  background-color: #efe5e3;
  border-bottom: 2px #fff solid;
  line-height: 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #outline > div dl dt, #hokkaido-confect #company #outline > div dl dd {
    padding: 7px 15px;
    line-height: 26px;
  }
}
#hokkaido-confect #company #outline > div dl dt:last-of-type, #hokkaido-confect #company #outline > div dl dd:last-of-type {
  border: none;
}
#hokkaido-confect #company #outline > div dl dt {
  width: 135px;
  font-size: 12px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #outline > div dl dt {
    padding: 11px 15px;
    line-height: 18px;
  }
}
#hokkaido-confect #company #outline > div dl dd {
  width: calc(100% - 135px);
  font-size: 14px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #company #outline > div dl dd {
    letter-spacing: 1px;
  }
}
#hokkaido-confect #company #outline > div.cont1 {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #outline > div.cont1 {
    margin: 0;
  }
}
#hokkaido-confect #company #outline > div.cont1 .ttl {
  margin-bottom: 80px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #outline > div.cont1 .ttl {
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #company #outline > div.cont1 dl {
    width: 700px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #outline > div.cont1 dl {
    padding-bottom: 75px;
    border-bottom: 2px #1A576C solid;
  }
}
#hokkaido-confect #company #outline > div.cont1 dl dd.list div ul li {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #company #outline > div.cont1 dl dd.list div {
    width: 100%;
  }
  #hokkaido-confect #company #outline > div.cont1 dl dd.list div ul {
    width: 32%;
    display: inline-block;
    /* インラインブロック化 */
    vertical-align: top;
    /* 上端を揃える */
  }
  #hokkaido-confect #company #outline > div.cont1 dl dd.list div ul li {
    display: flex;
    vertical-align: top;
  }
  #hokkaido-confect #company #outline > div.cont1 dl dd.list .center {
    margin: 0 0.1%;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #outline > div.cont1 dl dd.list {
    display: inline-block !important;
  }
  #hokkaido-confect #company #outline > div.cont1 dl dd.list ul {
    width: 100%;
  }
  #hokkaido-confect #company #outline > div.cont1 dl dd.list ul li {
    width: 100%;
    display: inline-block;
  }
}
#hokkaido-confect #company #outline > div.cont1 dl dd:last-of-type {
  display: flex;
  align-items: center;
  align-content: center;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #company #outline > div.cont1 dl {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #company #outline > div.cont2 dl {
    width: 100% !important;
  }
}
#hokkaido-confect #business {
  /* mv_sub */
  /* about */
  /* role */
  /* brand */
}
#hokkaido-confect #business #mv_sub {
  background-image: url(../img/business/mv_bg.jpg);
}
#hokkaido-confect #business #about .wrapper {
  padding: 95px 0 155px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #about .wrapper {
    padding: 60px 0 95px;
  }
}
#hokkaido-confect #business #about .wrapper h2 {
  font-size: 48px;
  line-height: 80px;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #about .wrapper h2 {
    font-size: 32px;
    line-height: 50px;
  }
}
#hokkaido-confect #business #about .wrapper p {
  line-height: 45px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #business #about .wrapper p {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #about .wrapper p {
    line-height: 35px;
  }
  #hokkaido-confect #business #about .wrapper p br {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #role .ttl {
    padding-top: 65px;
  }
}
#hokkaido-confect #business #role .img_box {
  margin: 70px 0 115px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #role .img_box {
    margin: 45px 0 15px;
  }
}
#hokkaido-confect #business #role .modal {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #business #role .modal {
    display: none;
  }
}
#hokkaido-confect #business #role .modal .modal_btn {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}
#hokkaido-confect #business #role .modal .modal_btn:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/business/role_icon01.png) no-repeat;
  background-size: 100%;
  background-size: 100% 100%;
  margin: 5px 5px 0 0;
}
#hokkaido-confect #business #role .modal .modal_btn:after {
  content: "拡大";
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 14px;
  text-align: right;
  color: #1A576C;
}
#hokkaido-confect #business #role .modal .modal_btn.active {
  height: 75px;
  position: fixed;
  right: 5%;
  bottom: 0;
  z-index: 9999;
}
#hokkaido-confect #business #role .modal .modal_btn.active:before {
  background-image: url(../img/business/role_icon02.png);
}
#hokkaido-confect #business #role .modal .modal_btn.active:after {
  content: "縮小";
}
#hokkaido-confect #business #role .modal .modal_cont {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}
#hokkaido-confect #business #role .modal .modal_cont > div {
  width: 90%;
  height: calc(100% - 150px);
  padding: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: scroll;
}
#hokkaido-confect #business #role .modal .modal_cont > div img {
  width: 600px;
  max-width: none;
}
#hokkaido-confect #business #brand {
  padding-bottom: 215px;
  color: #1A576C;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand {
    padding-bottom: 100px;
  }
}
#hokkaido-confect #business #brand .ttl {
  padding-top: 135px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand .ttl {
    padding-top: 65px;
  }
}
#hokkaido-confect #business #brand > div {
  padding-top: 165px;
  font-family: "NotoSansJP";
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div {
    padding-top: 55px;
    border-top: 1px #1A576C solid;
    margin-top: 85px;
  }
}
#hokkaido-confect #business #brand > div:nth-of-type(1) {
  padding-top: 90px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div:nth-of-type(1) {
    padding: 0;
    border: none;
    margin-top: 60px;
  }
}
#hokkaido-confect #business #brand > div h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 55px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #business #brand > div h3 {
    border-bottom: 5px #1A576C solid;
  }
  #hokkaido-confect #business #brand > div h3 br {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div h3 {
    line-height: 50px;
    letter-spacing: 2px;
  }
}
#hokkaido-confect #business #brand > div h3 span {
  display: inline-block;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div h3 span {
    border-bottom: 5px #1A576C solid;
  }
}
#hokkaido-confect #business #brand > div > p {
  font-size: 18px;
  line-height: 34px;
  margin: 35px 0 45px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div > p {
    font-size: 16px;
    line-height: 35px;
  }
  #hokkaido-confect #business #brand > div > p br {
    display: none;
  }
}
#hokkaido-confect #business #brand > div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #business #brand > div ul.only > li {
    width: 55%;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div ul {
    display: block;
  }
}
#hokkaido-confect #business #brand > div ul li {
  width: 48.5%;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div ul li {
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }
  #hokkaido-confect #business #brand > div ul li:last-child {
    margin: 0;
  }
}
#hokkaido-confect #business #brand > div ul li img {
  width: 230px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div ul li img {
    width: 100%;
    height: 48vw;
    object-fit: cover;
  }
}
#hokkaido-confect #business #brand > div ul li .text_box {
  width: calc(100% - 230px);
  padding-left: 25px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div ul li .text_box {
    width: 100%;
    padding: 0;
  }
}
#hokkaido-confect #business #brand > div ul li .text_box h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div ul li .text_box h4 {
    font-size: 20px;
    margin: 35px 0 10px;
  }
}
#hokkaido-confect #business #brand > div ul li .text_box p {
  font-size: 14px;
  line-height: 25px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #business #brand > div ul li .text_box p {
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div ul li .text_box p {
    font-size: 15px;
    line-height: 28px;
  }
}
#hokkaido-confect #news {
  /* cont */
  /* detail */
}
#hokkaido-confect #news .en::after {
  width: 2px;
  height: 160px;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news .en::after {
    height: 80px !important;
  }
}
#hokkaido-confect #news #cont {
  padding: 80px 0 120px;
  color: #1A576C;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont {
    padding: 60px 0 90px;
  }
}
#hokkaido-confect #news #cont h2 {
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 22px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont h2 {
    line-height: 36px;
  }
}
#hokkaido-confect #news #cont > p {
  font-size: 18px;
  margin: 40px 0 80px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont > p {
    font-size: 16px;
    margin: 15px 0 60px;
  }
}
#hokkaido-confect #news #cont .search_box {
  display: flex;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont .search_box {
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
}
#hokkaido-confect #news #cont .search_box select, #hokkaido-confect #news #cont .search_box label {
  height: 35px;
  border: 2px #1A576C solid;
}
#hokkaido-confect #news #cont .search_box select {
  padding: 0 35px 0 10px;
  background: url(../img/news/icon_arrow.png) no-repeat;
  background-size: 15px;
  background-position: right 10px center;
  font-family: "ZenKakuGothicNew-Bold";
  color: #1A576C;
  margin-right: 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont .search_box select {
    width: 46.5%;
    font-size: 16px;
    margin-right: 7%;
  }
}
#hokkaido-confect #news #cont .search_box select:last-of-type {
  margin: 0;
}
#hokkaido-confect #news #cont .search_box label {
  width: 285px;
  display: flex;
  margin-left: 60px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont .search_box label {
    width: 80vw;
    margin: 25px 0 0;
  }
}
#hokkaido-confect #news #cont .search_box label input {
  width: calc(100% - 45px);
  height: 100%;
  padding: 0 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont .search_box label input {
    padding: 0 10px;
    font-size: 16px;
  }
}
#hokkaido-confect #news #cont .search_box label button {
  width: 45px;
  height: 100%;
  padding: 0 15px;
}
#hokkaido-confect #news #cont .btn {
  margin: 65px auto 0;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #news #cont .btn {
    width: 180px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont .btn {
    margin-top: 85px;
  }
}
#hokkaido-confect #news #cont .btn:after {
  display: none;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail #mv_sub .ttl {
    padding-bottom: 50px;
  }
}
#hokkaido-confect #news #detail .tag {
  float: left;
}
#hokkaido-confect #news #detail .the_time {
  float: left;
  margin-top: 22px;
  margin-left: 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail .the_time {
    float: left;
    margin-top: 15px;
    margin-left: 20px;
  }
}
#hokkaido-confect #news #detail > .wrapper {
  max-width: 800px;
  padding: 80px 0;
  color: #1A576C;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper {
    padding: 50px 0;
  }
}
#hokkaido-confect #news #detail > .wrapper .img_box {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper .img_box {
    margin-bottom: 20px;
  }
}
#hokkaido-confect #news #detail > .wrapper .text_box {
  line-height: 2.2;
  font-weight: 600;
}
#hokkaido-confect #news #detail > .wrapper h2, #hokkaido-confect #news #detail > .wrapper h3 {
  font-family: "ZenKakuGothicNew-Bold";
  margin: 40px 0 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper h2, #hokkaido-confect #news #detail > .wrapper h3 {
    margin: 20px 0 10px;
  }
}
#hokkaido-confect #news #detail > .wrapper h2 {
  padding-bottom: 5px;
  border-bottom: 3px #1A576C solid;
  font-size: 20px;
  line-height: 30px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
#hokkaido-confect #news #detail > .wrapper h3 {
  font-size: 18px;
  line-height: 28px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
#hokkaido-confect #news #detail > .wrapper p {
  font-size: 16px;
  line-height: 26px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
}
#hokkaido-confect #news #detail > .wrapper p a {
  text-decoration: underline;
  color: #1A576C;
  display: inline-block;
}
#hokkaido-confect #news #detail > .wrapper p strong {
  font-family: "ZenKakuGothicNew-Bold";
}
#hokkaido-confect #recruit {
  /* mv_sub */
  /* message */
  /* outline */
}
#hokkaido-confect #recruit #mv_sub {
  background-image: url(../img/recruit/mv_bg.webp);
}
#hokkaido-confect #recruit .en::after {
  width: 2px;
  height: 180px;
  background-color: #fff;
}
#hokkaido-confect #recruit #message {
  padding-bottom: 60px;
  color: #1A576C;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #message {
    padding-bottom: 85px;
  }
  #hokkaido-confect #recruit #message .ttl {
    padding-top: 65px;
  }
}
#hokkaido-confect #recruit #message p {
  font-size: 14px;
  line-height: 24px;
}
#hokkaido-confect #recruit #message p span {
  font-size: 22px;
  display: block;
  margin: 40px 0 10px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #message p span {
    font-size: 20px;
    margin-top: 50px;
  }
}
#hokkaido-confect #recruit #message .flex_box {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  margin-top: 75px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #message .flex_box {
    display: block;
    margin-top: 40px;
  }
}
#hokkaido-confect #recruit #message .flex_box .img_box {
  width: 34%;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #message .flex_box .img_box {
    width: 100%;
  }
}
#hokkaido-confect #recruit #message .flex_box .img_box img {
  border: 10px #1A576C solid;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #message .flex_box .img_box img {
    border-width: 8px;
  }
}
#hokkaido-confect #recruit #message .flex_box .text_box {
  width: 100%;
  font-family: "ZenKakuGothicNew-Bold";
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #message .flex_box .text_box {
    width: 100%;
  }
}
#hokkaido-confect #recruit #message .flex_box .text_box h3 {
  font-size: 32px;
  margin-bottom: 55px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #message .flex_box .text_box h3 {
    font-size: 24px;
    margin: 40px 0 30px;
  }
}
#hokkaido-confect #recruit #message .flex_box .text_box p {
  font-size: 18px;
  line-height: 52px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #message .flex_box .text_box p {
    font-size: 16px;
    line-height: 35px;
  }
}
#hokkaido-confect #recruit #message .btn {
  width: 280px;
  margin: 90px auto 0;
  background-color: #D9948F;
  color: white;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #message .btn {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
  }
}
#hokkaido-confect #recruit #outline {
  padding-bottom: 60px;
  color: #1A576C;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #outline .ttl {
    padding-top: 65px;
  }
}
#hokkaido-confect #recruit #outline > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #outline > div {
    display: block;
  }
}
#hokkaido-confect #recruit #outline > div .ttl {
  width: 100%;
  margin-bottom: 65px;
}
#hokkaido-confect #recruit #outline > div dl {
  width: 60%;
  margin: 0 20%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #recruit #outline > div dl:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #outline > div dl {
    width: 112%;
    margin: 0 -6% 30px;
  }
  #hokkaido-confect #recruit #outline > div dl:last-of-type {
    margin-bottom: 0;
  }
}
#hokkaido-confect #recruit #outline > div dl dt, #hokkaido-confect #recruit #outline > div dl dd {
  padding: 10px;
  background-color: #efe5e3;
  border-bottom: 2px #fff solid;
  line-height: 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #outline > div dl dt, #hokkaido-confect #recruit #outline > div dl dd {
    padding: 7px 15px;
    line-height: 26px;
  }
}
#hokkaido-confect #recruit #outline > div dl dt:last-of-type, #hokkaido-confect #recruit #outline > div dl dd:last-of-type {
  border: none;
}
#hokkaido-confect #recruit #outline > div dl dt {
  width: 135px;
  font-size: 12px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #outline > div dl dt {
    padding: 11px 15px;
    line-height: 18px;
  }
}
#hokkaido-confect #recruit #outline > div dl dd {
  width: calc(100% - 135px);
  font-size: 14px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #recruit #outline > div dl dd {
    letter-spacing: 1px;
  }
}
#hokkaido-confect #recruit #outline > div.cont1 {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #outline > div.cont1 {
    margin: 0;
  }
}
#hokkaido-confect #recruit #outline > div.cont1 .ttl {
  margin-bottom: 80px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #outline > div.cont1 .ttl {
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #recruit #outline > div.cont1 dl {
    width: 700px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #outline > div.cont1 dl {
    padding-bottom: 75px;
    border-bottom: 2px #1A576C solid;
  }
}
#hokkaido-confect #recruit #outline > div.cont1 dl dd.list div ul li {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #recruit #outline > div.cont1 dl dd.list div ul {
    width: 30%;
    display: inline-block;
    /* インラインブロック化 */
    vertical-align: top;
    /* 上端を揃える */
  }
  #hokkaido-confect #recruit #outline > div.cont1 dl dd.list div ul li {
    display: inline-block;
    vertical-align: top;
  }
  #hokkaido-confect #recruit #outline > div.cont1 dl dd.list .center {
    margin: 0 4%;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #outline > div.cont1 dl dd.list {
    display: inline-block !important;
  }
  #hokkaido-confect #recruit #outline > div.cont1 dl dd.list ul {
    width: 100%;
  }
  #hokkaido-confect #recruit #outline > div.cont1 dl dd.list ul li {
    width: 100%;
    display: inline-block;
  }
}
#hokkaido-confect #recruit #outline > div.cont1 dl dd:last-of-type {
  display: flex;
  align-items: center;
  align-content: center;
}
#hokkaido-confect #recruit #voice {
  text-align: center;
}
#hokkaido-confect #recruit #voice .flex_box {
  background-color: #1A576C;
  padding: 50px 30px;
  color: white;
  display: inline-block;
  text-align: left;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #voice .flex_box {
    padding: 50px 15px;
  }
}
#hokkaido-confect #recruit #voice .flex_box div h4 {
  font-size: 24px;
  margin-bottom: 25px;
}
#hokkaido-confect #recruit #voice .flex_box .senpai1 .text_box {
  line-height: 1.6;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #recruit #voice .flex_box .senpai1 {
    max-width: 800px;
    padding: 0 20px;
  }
  #hokkaido-confect #recruit #voice .flex_box .senpai1 img {
    float: left;
    width: 30%;
  }
  #hokkaido-confect #recruit #voice .flex_box .senpai1 .text_box {
    margin-top: 10px;
    float: left;
    margin-left: 5%;
    width: 65%;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #voice .flex_box .senpai1 img {
    width: 50%;
    margin: 0 25% 20px 25%;
  }
}
#hokkaido-confect #recruit #application {
  padding-bottom: 105px;
}
#hokkaido-confect #recruit #application .btn {
  width: 280px;
  margin: 90px auto 0;
  background-color: #D9948F;
  color: white;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #application .btn {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
  }
}
#hokkaido-confect #inquiry #cont {
  padding: 95px 0 145px;
  color: #1A576C;
}
#hokkaido-confect #inquiry #cont .en::after {
  width: 2px;
  height: 180px;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #inquiry #cont {
    padding: 55px 0 135px;
  }
}
#hokkaido-confect #inquiry #cont > p {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #inquiry #cont > p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 70px;
  }
}
#hokkaido-confect #inquiry #cont form dl dt {
  font-size: 14px;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #inquiry #cont form dl dt {
    margin-bottom: 15px;
  }
}
#hokkaido-confect #inquiry #cont form dl dt span {
  display: inline-block;
  vertical-align: top;
}
#hokkaido-confect #inquiry #cont form dl dd {
  margin-bottom: 45px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #inquiry #cont form dl dd {
    margin-bottom: 35px;
  }
}
#hokkaido-confect #inquiry #cont form dl dd:last-of-type {
  margin: 0;
}
#hokkaido-confect #inquiry #cont form dl dd input, #hokkaido-confect #inquiry #cont form dl dd select, #hokkaido-confect #inquiry #cont form dl dd textarea {
  width: 100%;
  max-width: 760px;
  height: 60px;
  padding: 0 25px;
  background-color: #D9948F;
  border-radius: 5px;
  font-size: 16px;
  color: white;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #inquiry #cont form dl dd input, #hokkaido-confect #inquiry #cont form dl dd select, #hokkaido-confect #inquiry #cont form dl dd textarea {
    height: 55px;
    padding: 0 15px;
  }
}
#hokkaido-confect #inquiry #cont form dl dd input::placeholder, #hokkaido-confect #inquiry #cont form dl dd select::placeholder, #hokkaido-confect #inquiry #cont form dl dd textarea::placeholder {
  color: white;
}
#hokkaido-confect #inquiry #cont form dl dd select {
  background-image: url(../img/news/icon_arrow_w.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 30px center;
  color: white;
}
#hokkaido-confect #inquiry #cont form dl dd textarea {
  min-height: 150px;
  padding: 25px;
  resize: vertical;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #inquiry #cont form dl dd textarea {
    padding: 15px;
  }
}
#hokkaido-confect #inquiry #cont form .btn_box {
  width: 160px;
  margin: 80px auto 0;
  position: relative;
  background-color: #D9948F;
  color: white;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #inquiry #cont form .btn_box:hover:after {
    right: 50px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #inquiry #cont form .btn_box {
    width: 185px;
    margin-top: 60px;
  }
}
#hokkaido-confect #inquiry #cont form .btn_box:after {
  content: "";
  width: 8px;
  height: 50px;
  background: url(../img/arrow_w.png) no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  right: 55px;
  transition: all 0.2s;
  pointer-events: none;
}
#hokkaido-confect #inquiry #cont form .btn_box .btn {
  width: 100%;
  padding-right: 25px;
  border-radius: 0;
  cursor: pointer;
  color: white;
}
#hokkaido-confect #inquiry #cont form .btn_box span {
  display: none;
}
#hokkaido-confect #inquiry #cont form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #f00;
  margin-top: 10px;
}
#hokkaido-confect #inquiry #cont .thanks .btn_box {
  width: 180px;
  margin: 80px auto 0;
  position: relative;
  background-color: #D9948F;
  color: white;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #inquiry #cont .thanks .btn_box:hover:after {
    right: 50px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #inquiry #cont .thanks .btn_box {
    width: 185px;
    margin-top: 60px;
  }
}
#hokkaido-confect #inquiry #cont .thanks .btn_box:after {
  content: "";
  width: 8px;
  height: 50px;
  background: url(../img/arrow_w.png) no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  right: 55px;
  transition: all 0.2s;
  pointer-events: none;
}
#hokkaido-confect #inquiry #cont .thanks .btn_box .btn {
  width: 100%;
  padding-right: 25px;
  border-radius: 0;
  cursor: pointer;
  color: white;
}
#inquiry .ttl_box .ttl .en::after {
  width: 2px;
  height: 120px;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  #inquiry .ttl_box .ttl .en::after {
    height: 60px !important;
  }
}
#hokkaido-confect #privacy .en::after {
  width: 2px;
  height: 160px;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #privacy #mv_sub .ttl {
    padding-bottom: 50px;
  }
  #hokkaido-confect #privacy .en::after {
    height: 80px !important;
  }
}
#hokkaido-confect #privacy #cont {
  padding: 60px 0 75px;
  color: #1A576C;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #privacy #cont {
    padding-bottom: 80px;
  }
}
#hokkaido-confect #privacy #cont h2 {
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 16px;
  margin: 40px 0 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #privacy #cont h2 {
    line-height: 25px;
    margin: 20px 0 10px;
  }
}
#hokkaido-confect #privacy #cont p {
  font-size: 14px;
  line-height: 25px;
}
#hokkaido-confect #privacy #cont p a {
  text-decoration: underline;
  color: #1A576C;
  display: inline-block;
}
#hokkaido-confect #privacy #cont ul {
  margin-top: 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #privacy #cont ul {
    margin-top: 15px;
  }
}
#hokkaido-confect #privacy #cont ul li {
  font-size: 14px;
  line-height: 30px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #privacy #cont ul li {
    line-height: 25px;
    margin-bottom: 10px;
  }
}
#hokkaido-confect #item {
  /* about */
}
#hokkaido-confect #item #mv_sub {
  background-image: url(../img/item/mv_bg.webp);
}
#hokkaido-confect #item .en::after {
  width: 2px;
  height: 180px;
  background-color: #fff;
}
#hokkaido-confect #item #about .wrapper {
  padding-bottom: 160px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #item #about .wrapper {
    padding: 10px 0 90px;
  }
}
#hokkaido-confect #item #about .wrapper h2 {
  width: 80%;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #item #about .wrapper h2 span {
    font-size: 42px;
    line-height: 1.4 !important;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #item #about .wrapper h2 span {
    line-height: 1.4 !important;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #item #about .wrapper h2 {
    width: 100%;
    margin: 65px 0 35px;
  }
  #hokkaido-confect #item #about .wrapper h2 span {
    font-size: 26px;
    line-height: 1.8;
  }
}
#hokkaido-confect #item #about .wrapper p {
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #item #about .wrapper p {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #item #about .wrapper p {
    line-height: 33px;
  }
  #hokkaido-confect #item #about .wrapper p br {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #item #items {
    padding: 55px 0;
    width: 80%;
    margin: 0 10%;
    max-width: 1000px;
    display: inline-block;
  }
  #hokkaido-confect #item #items div .item_list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }
  #hokkaido-confect #item #items div .item_list li .img_area {
    float: left;
    width: 25%;
  }
  #hokkaido-confect #item #items div .item_list li .text_area {
    float: left;
    width: 70%;
    margin-left: 5%;
  }
  #hokkaido-confect #item #items div .item_list li .text_area h3 {
    color: #1A576C;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  #hokkaido-confect #item #items div .item_list li .text_area p {
    color: #1A576C;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 600;
  }
  #hokkaido-confect #item #items div .item_list li .text_area .btn_box {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
#hokkaido-confect #item #items .btn_box a {
  background-color: #D9948F;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #item #items div .item_list {
    margin-top: 65px;
  }
  #hokkaido-confect #item #items div .item_list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
  }
  #hokkaido-confect #item #items div .item_list li .img_area {
    margin-bottom: 20px;
  }
  #hokkaido-confect #item #items div .item_list li .img_area img {
    width: 80%;
    margin: 0 10%;
  }
  #hokkaido-confect #item #items div .item_list li .text_area {
    width: 100%;
  }
  #hokkaido-confect #item #items div .item_list li .text_area h3 {
    color: #1A576C;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  #hokkaido-confect #item #items div .item_list li .text_area p {
    color: #1A576C;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 600;
  }
  #hokkaido-confect #item #items div .item_list li .text_area .btn_box {
    margin-top: 20px;
  }
}
#hokkaido-confect #ownwr {
  /* mv_sub */
  /* message */
  /* outline */
}
#hokkaido-confect #ownwr #mv_sub {
  background-image: url(../img/ownwr/mv_bg.webp);
}
#hokkaido-confect #ownwr .en::after {
  width: 2px;
  height: 180px;
  background-color: #fff;
}
#hokkaido-confect #ownwr #message {
  padding-bottom: 60px;
  color: #1A576C;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #message {
    padding-bottom: 65px;
  }
  #hokkaido-confect #ownwr #message .ttl {
    padding-top: 65px;
  }
}
#hokkaido-confect #ownwr #message p {
  font-size: 14px;
  line-height: 24px;
}
#hokkaido-confect #ownwr #message p span {
  font-size: 22px;
  display: block;
  margin: 40px 0 10px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #message p span {
    font-size: 20px;
    margin-top: 50px;
  }
}
#hokkaido-confect #ownwr #message .flex_box {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  margin-top: 75px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #ownwr #message .flex_box {
    width: 80%;
    margin: 0 10%;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #message .flex_box {
    display: block;
    margin-top: 40px;
  }
}
#hokkaido-confect #ownwr #message .flex_box .img_box {
  width: 34%;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #message .flex_box .img_box {
    width: 100%;
  }
}
#hokkaido-confect #ownwr #message .flex_box .img_box img {
  border: 10px #1A576C solid;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #message .flex_box .img_box img {
    border-width: 8px;
  }
}
#hokkaido-confect #ownwr #message .flex_box .text_box {
  width: 100%;
  font-family: "ZenKakuGothicNew-Bold";
  text-align: left;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #message .flex_box .text_box {
    width: 100%;
  }
}
#hokkaido-confect #ownwr #message .flex_box .text_box .message_text {
  padding: 60px 0 38px 0;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #message .flex_box .text_box .message_text {
    padding: 20px 0 34px 0;
  }
}
#hokkaido-confect #ownwr #message .flex_box .text_box h2 {
  font-size: 32px;
  padding-bottom: 80px;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #message .flex_box .text_box h2 {
    font-size: 24px;
    margin: 0px 0 0px;
    padding: 40px 0;
  }
}
#hokkaido-confect #ownwr #message .flex_box .text_box p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 22px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #message .flex_box .text_box p {
    font-size: 16px;
    line-height: 1.6;
  }
}
#hokkaido-confect #ownwr #message .btn {
  width: 280px;
  margin: 90px auto 0;
  background-color: #D9948F;
  color: white;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #message .btn {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
  }
}
#hokkaido-confect #ownwr #point {
  padding-bottom: 30px;
}
#hokkaido-confect #ownwr #point .flex_box ul {
  color: #1A576C;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #ownwr #point .flex_box ul {
    width: 80%;
    margin: 0 10%;
    display: inline-block;
  }
}
#hokkaido-confect #ownwr #point .flex_box ul li {
  width: 33.3%;
  text-align: center;
  float: left;
}
#hokkaido-confect #ownwr #point .flex_box ul li .title {
  background-color: #eae5e3;
  border-bottom: 2px solid white;
  padding: 10px 0;
}
#hokkaido-confect #ownwr #point .flex_box ul li .content {
  background-color: #eae5e3;
  height: 10vw;
  max-height: 150px;
  min-height: 120px;
  display: inline-table;
  width: 100%;
  font-size: 14px;
}
#hokkaido-confect #ownwr #point .flex_box ul li .content span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  line-height: 1.6;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #ownwr #point .flex_box ul li .center {
    border-left: 3px solid white;
    border-right: 3px solid white;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #point .flex_box {
    display: flex;
  }
  #hokkaido-confect #ownwr #point .flex_box ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  #hokkaido-confect #ownwr #point .flex_box ul li .title {
    padding: 10px;
  }
  #hokkaido-confect #ownwr #point .flex_box ul li .content {
    height: initial;
    min-height: initial;
    max-height: inherit;
    padding: 10px;
  }
}
#hokkaido-confect #ownwr #reference .flex_box {
  color: white;
  background-color: #D9948F;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #ownwr #reference .flex_box {
    padding: 25px;
    width: 80%;
    margin: 0 10%;
    display: inline-block;
    text-align: center;
  }
  #hokkaido-confect #ownwr #reference .flex_box .text1 {
    margin: 0 0 20px 0;
    font-size: 18px;
  }
  #hokkaido-confect #ownwr #reference .flex_box .text2 {
    font-weight: 900 !important;
    margin: 0;
    font-size: 48px;
  }
  #hokkaido-confect #ownwr #reference .flex_box .text2 span {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #reference .flex_box {
    padding: 20px 0;
    text-align: center;
  }
  #hokkaido-confect #ownwr #reference .flex_box .text1 {
    margin: 0 0 20px 0;
    font-size: 18px;
  }
  #hokkaido-confect #ownwr #reference .flex_box .text2 {
    font-weight: 900 !important;
    margin: 10px 0 0 0;
    font-size: 48px;
  }
  #hokkaido-confect #ownwr #reference .flex_box .text2 span {
    font-size: 18px;
  }
}
#hokkaido-confect #ownwr #outline {
  padding-bottom: 0px;
  color: #1A576C;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #ownwr #outline .ttl {
    padding-top: 60px;
  }
  #hokkaido-confect #ownwr #outline .cont1, #hokkaido-confect #ownwr #outline .cont2 {
    width: 80%;
    margin: 0 10% 20px 10%;
  }
  #hokkaido-confect #ownwr #outline .cont1 dl dt {
    width: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #outline .ttl {
    padding-top: 65px;
  }
  #hokkaido-confect #ownwr #outline .cont1 dl dt {
    width: 100%;
  }
}
#hokkaido-confect #ownwr #outline > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #outline > div {
    display: block;
  }
}
#hokkaido-confect #ownwr #outline > div .ttl {
  width: 100%;
  margin-bottom: 40px;
}
#hokkaido-confect #ownwr #outline > div dl {
  width: 100%;
  margin: 0%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #ownwr #outline > div dl:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #outline > div dl {
    width: 112%;
    margin: 0 -6% 30px;
  }
  #hokkaido-confect #ownwr #outline > div dl:last-of-type {
    margin-bottom: 0;
  }
}
#hokkaido-confect #ownwr #outline > div dl dt, #hokkaido-confect #ownwr #outline > div dl dd {
  padding: 10px;
  background-color: #efe5e3;
  border-bottom: 2px #fff solid;
  line-height: 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #outline > div dl dt, #hokkaido-confect #ownwr #outline > div dl dd {
    padding: 7px 15px;
    line-height: 26px;
  }
}
#hokkaido-confect #ownwr #outline > div dl dt:last-of-type, #hokkaido-confect #ownwr #outline > div dl dd:last-of-type {
  border: none;
}
#hokkaido-confect #ownwr #outline > div dl dt {
  width: 90px;
  font-size: 16px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #outline > div dl dt {
    padding: 11px 15px;
    line-height: 18px;
  }
}
#hokkaido-confect #ownwr #outline > div dl dd {
  width: calc(100% - 90px);
  font-size: 14px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #ownwr #outline > div dl dd {
    letter-spacing: 1px;
  }
}
#hokkaido-confect #ownwr #voice {
  text-align: center;
}
#hokkaido-confect #ownwr #voice .flex_box {
  color: #1A576C;
  padding: 10px 30px 50px 30px;
  display: inline-block;
  text-align: left;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #voice .flex_box {
    padding: 20px 0px;
  }
}
#hokkaido-confect #ownwr #voice .flex_box div h4 {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 600 !important;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #ownwr #voice .flex_box .senpai1 {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #ownwr #voice .flex_box .senpai1, #hokkaido-confect #ownwr #voice .flex_box .senpai2 {
    display: flex;
  }
}
#hokkaido-confect #ownwr #voice .flex_box .senpai1 .text_box, #hokkaido-confect #ownwr #voice .flex_box .senpai2 .text_box {
  line-height: 1.6;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #ownwr #voice .flex_box .senpai1, #hokkaido-confect #ownwr #voice .flex_box .senpai2 {
    max-width: 800px;
    padding: 0 20px;
  }
  #hokkaido-confect #ownwr #voice .flex_box .senpai1 img, #hokkaido-confect #ownwr #voice .flex_box .senpai2 img {
    float: left;
    width: 30%;
  }
  #hokkaido-confect #ownwr #voice .flex_box .senpai1 .text_box, #hokkaido-confect #ownwr #voice .flex_box .senpai2 .text_box {
    margin-top: 10px;
    float: left;
    margin-left: 5%;
    width: 65%;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #voice .flex_box .senpai1 img, #hokkaido-confect #ownwr #voice .flex_box .senpai2 img {
    width: 50%;
    margin: 0 25% 20px 25%;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #voice .flex_box .senpai2 {
    margin-top: 20px;
  }
}
#hokkaido-confect #ownwr #application {
  padding-bottom: 105px;
}
#hokkaido-confect #ownwr #application .end {
  padding-bottom: 40px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #application {
    padding-bottom: 40px;
    padding-top: 20px;
  }
}
#hokkaido-confect #ownwr #application .btn {
  width: 280px;
  margin: 60px auto 0;
  background-color: #D9948F;
  color: white;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #ownwr #application .btn {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
  }
}
section.shop li {
  width: 100% !important;
  margin: 0;
  margin-bottom: 70px !important;
}
@media print, screen and (min-width: 769px) {
  section.shop li .img_box {
    width: 40%;
    float: left;
    margin-right: 5%;
  }
  section.shop li .text_box {
    width: 55%;
    float: left;
  }
}
@media print, screen and (max-width: 768px) {
  section.shop li .img_box {
    width: 80%;
    margin: 30px 10%;
  }
  section.shop li .text_box {
    width: 100%;
  }
}
section.shop li .text_box {
  line-height: 1.4;
}
section.shop li .text_box .name {
  font-size: 20px;
  margin-bottom: 20px !important;
  font-weight: 900;
}
section.shop li .text_box li {
  display: flex;
}
section.shop li .text_box .date {
  margin-top: 20px !important;
}
section.shop li .text_box .date li {
  margin-bottom: 10px !important;
}
section.shop li .text_box .date li .map {
  text-align: center !important;
  margin: 10px 0;
  display: inline-block;
}
section.shop li .text_box .date li .map .map_a, section.shop li .text_box .date li .map .sns_a {
  border-bottom: 1px solid #1A576C !important;
  width: 100%;
}
section.shop li .text_box .date li .sns_a {
  border-bottom: 1px solid #1A576C !important;
  width: 100%;
}
#hokkaido-confect #news {
  /* cont */
  /* detail */
}
#hokkaido-confect #news .en::after {
  width: 2px;
  height: 160px;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news .en::after {
    height: 80px !important;
  }
}
#hokkaido-confect #news #cont {
  padding: 80px 0 120px;
  color: #1A576C;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont {
    padding: 60px 0 90px;
  }
}
#hokkaido-confect #news #cont h2 {
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 22px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont h2 {
    line-height: 36px;
  }
}
#hokkaido-confect #news #cont > p {
  font-size: 18px;
  margin: 40px 0 80px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont > p {
    font-size: 16px;
    margin: 15px 0 60px;
  }
}
#hokkaido-confect #news #cont .search_box {
  display: flex;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont .search_box {
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
}
#hokkaido-confect #news #cont .search_box select, #hokkaido-confect #news #cont .search_box label {
  height: 35px;
  border: 2px #1A576C solid;
}
#hokkaido-confect #news #cont .search_box select {
  padding: 0 35px 0 10px;
  background: url(../img/news/icon_arrow.png) no-repeat;
  background-size: 15px;
  background-position: right 10px center;
  font-family: "ZenKakuGothicNew-Bold";
  color: #1A576C;
  margin-right: 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont .search_box select {
    width: 46.5%;
    font-size: 16px;
    margin-right: 7%;
  }
}
#hokkaido-confect #news #cont .search_box select:last-of-type {
  margin: 0;
}
#hokkaido-confect #news #cont .search_box label {
  width: 285px;
  display: flex;
  margin-left: 60px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont .search_box label {
    width: 80vw;
    margin: 25px 0 0;
  }
}
#hokkaido-confect #news #cont .search_box label input {
  width: calc(100% - 45px);
  height: 100%;
  padding: 0 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont .search_box label input {
    padding: 0 10px;
    font-size: 16px;
  }
}
#hokkaido-confect #news #cont .search_box label button {
  width: 45px;
  height: 100%;
  padding: 0 15px;
}
#hokkaido-confect #news #cont .btn {
  margin: 65px auto 0;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #news #cont .btn {
    width: 180px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont .btn {
    margin-top: 85px;
  }
}
#hokkaido-confect #news #cont .btn:after {
  display: none;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail #mv_sub .ttl {
    padding-bottom: 50px;
  }
}
#hokkaido-confect #news #detail .tag {
  float: left;
}
#hokkaido-confect #news #detail .the_time {
  float: left;
  margin-top: 22px;
  margin-left: 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail .the_time {
    float: left;
    margin-top: 15px;
    margin-left: 20px;
  }
}
#hokkaido-confect #news #detail > .wrapper {
  max-width: 800px;
  padding: 80px 0;
  color: #1A576C;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper {
    padding: 50px 0;
  }
}
#hokkaido-confect #news #detail > .wrapper .img_box {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper .img_box {
    margin-bottom: 20px;
  }
}
#hokkaido-confect #news #detail > .wrapper .text_box {
  line-height: 2.2;
  font-weight: 600;
}
#hokkaido-confect #news #detail > .wrapper h2, #hokkaido-confect #news #detail > .wrapper h3 {
  font-family: "ZenKakuGothicNew-Bold";
  margin: 40px 0 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper h2, #hokkaido-confect #news #detail > .wrapper h3 {
    margin: 20px 0 10px;
  }
}
#hokkaido-confect #news #detail > .wrapper h2 {
  padding-bottom: 5px;
  border-bottom: 3px #1A576C solid;
  font-size: 20px;
  line-height: 30px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
#hokkaido-confect #news #detail > .wrapper h3 {
  font-size: 18px;
  line-height: 28px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
#hokkaido-confect #news #detail > .wrapper p {
  font-size: 16px;
  line-height: 26px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
}
#hokkaido-confect #news #detail > .wrapper p a {
  text-decoration: underline;
  color: #1A576C;
  display: inline-block;
}
#hokkaido-confect #news #detail > .wrapper p strong {
  font-family: "ZenKakuGothicNew-Bold";
}
