@charset "utf-8";

/*-----------------------------------------------------------
共通
-----------------------------------------------------------*/

/* @media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1326px) {
  html {
    font-size: calc(16 / 1326 * 100vw);
  }
} */

.rb2019---main {
  position: relative;
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
section,
nav,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
summary {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
}

#contents {
  width: 750px;
  height: auto;
  margin: 0px 0px 0px3px;
  padding: 0px 0px 10px;
  color: #262626;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}

#contents li {
  list-style: none;
}
#contents a:hover img {
  -webkit-filter: brightness(0.6);
  -moz-filter: brightness(0.6);
  -o-filter: brightness(0.6);
  -ms-filter: brightness(0.6);
  filter: brightness(0.6);
}
#contents img {
  border: none;
  vertical-align: bottom;
}
#contents a {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  display: inline-block;
}
* + html .clearfix {
  display: inline-block;
}

/*-----------------------------------------------------------
TOP
-----------------------------------------------------------*/

#hokkaido-osechi {
  width: 100%;
  margin: 0 auto;
}
#head-area {
  margin: 0px 0px 90px;
  padding: 0px;
  /* background-color: #e6d9aa; */
  min-height: 946px;
  padding-top: 50px;
  text-align: center;
  position: relative;
  background-image: url(../img/hokkaido/mv-mask.png),
    url(../img/hokkaido/mv-img.png);
  background-position: bottom center, top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  min-width: 1325px;
  /* height: calc(946 / 1738 * 100vw); */
}

@media screen and (min-width: 768px) and (max-width: 1737px) {
  #head-area {
    background-size: 1738px auto;
  }
}
#head-area h1 {
  margin: 0 0 230px;
  padding: 0px;
}
@media screen and (min-width: 1738px) {
  #head-area h1 {
    margin: 0 0 10vw;
  }
}
#head-area h1 span {
  width: calc(1650 / 1738 * 100vw);
  min-width: 1480px;
  margin: 0 auto;
  display: block;
}
#head-area h1 span img {
  width: calc(710 / 1738 * 100vw);
  height: auto;
  min-width: 484px;
  margin: 0;
  display: block;
}
@media screen and (max-width: 1450px) {
  #head-area h1 span img {
    width: 580px;
  }
}
#head-area .chisatosanso-intro {
  width: 1230px;
  margin: 0 auto;
}
#head-area .chisatosanso-intro p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
  color: #000;
  text-align: center;
}

#point .point_list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#point .point_list ul li {
  font-size: 21px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 25px;
  list-style: disc outside !important;
  background-color: #ec6b44;
  height: 150px;
  width: 270px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  font-weight: bold;
}

#point .point_list ul {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 100%;
}

.point_list {
  width: 100%;
}
#point .point_tl {
  margin: 0 auto 30px;
  padding: 0;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  height: 50px;
  width: 100%;
  border-radius: 28px;
  border: 3px solid #ec6b44;
  /* color: #fff; */
  color: #ec6b44;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#point {
  width: 1000px;
  margin: 0 auto 90px;
  padding: 0;
  padding-top: 100px;
  color: #906b43;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.rb2019---top-concierge {
  width: 100%;
  margin: 150px auto 80px;
  background-color: #f4e9d2;
  padding: 70px 0;
}
.rb2019---top-concierge .rb2019---top-concierge__articles {
  justify-content: center;
}
.rb2019---top-concierge .rb2019---section__header {
  position: relative;
}
.rb2019---section__title {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.55;
  margin-bottom: 25px;
  text-align: center;
}
.rb2019---section__lead {
  line-height: 1.55;
  text-align: center;
}
.rb2019---top-concierge__icons {
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  left: calc(50% + 420px);
  right: auto;
}
.rb2019---top-concierge .rb2019---top-concierge__articles {
  justify-content: center;
}
.rb2019---top-concierge a.rb2019---round-button {
  background-color: #fff;
  border: none;
}
.rb2019---top-concierge__articles .rb2019---article {
  display: block;
  width: 300px;
}
.rb2019---top-concierge__articles {
  background: #f4e9d2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  padding: 10px 0;
}
.rb2019---top-concierge__articles .rb2019---article__thumbnail {
  align-items: center;
  background: #fff;
  display: flex;
  height: 210px;
  justify-content: center;
  width: 100%;
}

#main-area {
  margin: 0px auto;
  padding: 0px;
  overflow: hidden;
  width: 100%;
}
#main-area .contents {
  width: 1230px;
  margin: 0 auto;
}

#main-area .contents.cs-info {
  margin-bottom: 120px;
  width: 1000px;
}
#main-area .contents.cs-info:nth-child(1) {
  margin-bottom: 80px;
}
.cs-info .contents-head {
  text-align: center;
  font-size: 26px;
  line-height: 1.2em;
  color: #ec6b44;
  font-weight: bold;
  margin-bottom: 25px;
}
.cs-info p {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 60px;
}
.cs-info .cs-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs-info .cs-image img {
  width: 49%;
  height: auto;
}

.contents-header {
  font-size: 38px;
  text-align: center;
  color: #913000;
  font-weight: bold;
  line-height: 1em;
  padding-bottom: 30px;
  border-bottom: 5px solid #913000;
  width: 1230px;
  margin: 0 auto 60px;
}
.pickup-item {
  padding: 100px 0 80px;
  background-image: url(../img/hokkaido/osechi-list-bg_orange.jpg);
  background-size: cover;
}
.pickup-item-big .slide-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pickup-item-big .slide-item > div {
  width: 370px;
}
.pickup-item-big .slide-item > div:nth-of-type(n + 4) {
  margin-top: 60px;
}
.pickup-item-big .slide-item > div a {
  display: block;
  margin-bottom: 25px;
}
.pickup-item-big .slide-item > div img {
  display: block;
}
.pickup-item-big .slide-item > div h5 {
  text-align: center;
  color: #913000;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 6px;
}
.pickup-item-big .slide-item > div h6 {
  text-align: center;
  color: #913000;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
}

.pickup-item-big .slide-item > div p {
  font-size: 14px;
  line-height: 1.8em;
}
.pickup-item-small {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pickup-item-small::after {
  content: "";
  display: block;
  width: 460px;
}
.pickup-item-small > div {
  width: 210px;
}
.pickup-item-small > div:nth-of-type(n + 6) {
  margin-top: 40px;
}
.pickup-item-small > div img {
  display: block;
  margin: 0 auto 15px;
}
.pickup-item-small > div h5 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2em;
  color: #ec6b44;
  margin-bottom: 10px;
  white-space: nowrap;
}
.pickup-item-small > div p {
  font-size: 12px;
  line-height: 1.4em;
}

.cs-osechi-list {
  padding: 100px 0;
  background-image: url(../img/hokkaido/osechi-list-bg.jpg);
  background-size: cover;
}

.cs-osechi-list.cs-osechi-2 {
  margin-bottom: 120px;
}
#main-area .contents.cs-osechi-list-inner {
  width: 1200px;
}
.cs-osechi-list .cs-osechi-list-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main-area .cs-osechi-list .cs-osechi-list-inner:nth-child(2) {
  flex-direction: row-reverse;
  margin: 50px auto;
}
.cs-osechi-list.cs-osechi-2 .cs-osechi-list-inner {
  flex-direction: row-reverse;
}
.cs-osechi-list.cs-osechi-2 .cs-osechi-list-inner:nth-child(2) {
  flex-direction: unset;
}

.cs-osechi-list .cs-osechi-list-inner figure {
  width: 430px;
}
.cs-osechi-list .cs-osechi-list-inner figure img {
  width: 100%;
  height: auto;
}
.cs-osechi-list .cs-osechi-list-inner section {
  width: 740px;
  padding-bottom: 30px;
}
.cs-osechi-list .cs-osechi-list-inner section h3 {
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.cs-osechi-list .cs-osechi-list-inner section h3 span {
  font-size: 0.7em;
  margin-left: 15px;
}
.cs-osechi-list .cs-osechi-list-inner section ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.cs-osechi-list .cs-osechi-list-inner:nth-child(1) section ul::after,
.cs-osechi-list .cs-osechi-list-inner:nth-child(2) section ul::after,
.cs-osechi-list .cs-osechi-list-inner:nth-child(3) section ul::after {
  display: block;
  content: "";
  width: calc(740px / 3);
}
.cs-osechi-list .cs-osechi-list-inner section ul li {
  height: 56px;
  width: calc(740px / 3);
  background-color: #c19256;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  list-style: none;
  color: #fff;
  line-height: 1.3em;
}
.cs-osechi-list.cs-osechi-2 .cs-osechi-list-inner section ul li {
  background-color: #ddc69b;
  color: #fff;
}
.cs-osechi-list .cs-osechi-list-inner section ul li:nth-of-type(even) {
  background-color: #fff;
  color: #000;
}
#main-area .contents.cs-wrapping {
  width: 1230px;
  height: auto;
  margin: 120px auto;
  border: 2px solid #d6bd9f;
  border-radius: 20px;
  padding: 40px 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main-area .contents.cs-wrapping section {
  width: 590px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
#main-area .contents.cs-wrapping section figure {
  margin-bottom: 40px;
}
#main-area .contents.cs-wrapping section figure img {
  margin: 0 25px;
}
#main-area .contents.cs-wrapping h3 {
  color: #785100;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6em;
  margin-bottom: 35px;
}
#main-area .contents.cs-wrapping p {
  font-size: 16px;
  line-height: 2em;
}
#main-area .contents.cs-wrapping p:nth-of-type(n + 2) {
  margin-top: 2em;
}

#main-area #shousai {
  width: 1230px;
  margin: -100px auto 0;
  padding-top: 100px;
}

#main-area #shousai > div {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
#main-area #shousai > div a {
  display: block;
  position: relative;
}
#main-area #shousai > div a.soldout:hover {
  opacity: 1;
}

#main-area #shousai > div.cs-osechi-2 {
  margin-top: 100px;
}
#main-area #shousai div img {
  width: 570px;
  height: auto;
}
#main-area #shousai div img.badge {
  width: 130px;
  height: auto;
  float: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#main-area #shousai div div {
  width: 470px;
}
#main-area #shousai div.osechi1 {
  margin-bottom: 70px;
}
#main-area #shousai div h3 {
  margin: 0px 0px 15px;
  padding: 0px;
  color: #913000;
  font-size: 32px;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.3em;
}
#main-area #shousai div h3 small {
  font-size: 0.7em;
}
#main-area #shousai div h3 span {
  margin-left: -20px;
}
#main-area #shousai div h4 {
  font-size: 18px;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-weight: bold;
  color: #333;
  line-height: 1.5em;
  margin-bottom: 15px;
}

#main-area #shousai div ul {
  display: flex;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
}
#main-area #shousai div ul li {
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  list-style: none;
}
#main-area #shousai div ul li.haisou,
#main-area #shousai div ul li.haisou span {
  width: 200px;
}
#main-area #shousai div ul li span {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  background-color: #ccbc84;
  line-height: 1.1em;
  font-size: 14px;
  font-weight: normal;
}
#main-area #shousai div ul li.haisou span {
  background-color: #003281;
}

#main-area #shousai div ul li span strong {
  display: block;
  font-size: 21px;
  line-height: 1.3em;
  font-weight: normal;
}

#main-area #shousai div h5 {
  font-size: 21px;
  font-weight: bold;
  color: #d23140;
  line-height: 1em;
  margin-bottom: 5px;
  margin-top: 10px;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-weight: bold;
}
#main-area #shousai > div > div > a {
  font-size: 25px;
  width: 100%;
  line-height: 70px;
  display: block;
  background-color: #d23140;
  color: #fff;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s;
  text-decoration: none;
}
#main-area #shousai a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#main-area #shousai > div > div > a.soldout {
  color: #747474;
  background: #ddd;
}
#main-area #shousai p {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-weight: normal;
}
#main-area #shousai .price {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 1em;
}
#main-area #shousai .price small {
  font-size: 18px;
}
#main-area #shousai .price span {
  font-size: 14px;
  width: 90px;
  line-height: 27px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  margin-left: 15px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

#header_sp,
#footer_sp {
  display: none !important;
}
.no-pc {
  display: none !important;
}

#hokkaido-osechi .text-links {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto 150px;
}
#hokkaido-osechi .text-link {
  margin-top: 90px;
  width: calc(50% - 20px);
  border: 1px solid #b6986c;
  display: block;
  line-height: 60px;
  text-align: center;
  box-sizing: border-box;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  color: #333;
}
#hokkaido-osechi .text-link:hover {
  text-decoration: underline;
}
.osechi-lineup > div {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

/* .osechi-lineup div h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
} */
.osechi-lineup div h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-image: url(../img/chisato/kodawari-head-bg.jpg);
  background-position: right bottom;
  background-size: cover;
  padding: 25px 40px;
}

.osechi-lineup div h4 > span {
  color: #785100;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 20px;
  display: block;
  text-shadow: 0 0 10px #e94b40;
}
.osechi-lineup div h4 > span.price {
  color: #000;
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 0;
  text-shadow: 0 0 10px #e94b40;
}
.osechi-lineup div h4 > span.price small {
  margin-left: 5px;
  font-size: 20px;
}
.osechi-lineup div h4 > strong {
  color: #000;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 15px;
  display: block;
  border-top: 2px solid #fff;
  padding-top: 25px;
  width: 100%;
  text-shadow: 0 0 10px #e94b40;
}
.osechi-lineup div figure {
  margin-top: 10px;
  position: relative;
}
.osechi-lineup > div .badge {
  width: 160px;
  height: auto;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.osechi-lineup div figure img {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
}
.osechi-lineup div p {
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 2em;
}
.osechi-lineup .order-btn {
  display: flex;
  width: 500px;
  height: 100px;
  margin: 60px auto 120px;
  background-color: #8f0700;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}

.gc-logo-img,
.gc-logo-img img {
  height: 47px;
  width: auto;
}
.gc-logo-img img::before {
  display: none;
}
.rb2019---top-concierge {
  margin-top: 150px !important;
}

.osechi-nav {
  width: 1000px;
  margin: 80px auto 0;
  height: 80px;
}
.osechi-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #ccc;
}
.osechi-nav ul li {
  width: 25%;
  border-right: 1px solid #ccc;
  height: 80px;
  background-image: url(../img/hokkaido/nav-arrow.png);
  background-position: bottom center;
  background-size: 16px auto;
  background-repeat: no-repeat;
}
.osechi-nav ul li a {
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
  padding-bottom: 20px;
  box-sizing: border-box;
  font-weight: bold;
  color: #000;
}
.review {
  width: 1100px;
  margin: 80px auto 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.review-list {
  width: 24%;
  background-color: #efefef;
  padding: 20px;
  box-sizing: border-box;
}
.review-star {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 20px;
}
.review-star img {
  width: 110px;
  height: auto;
}
.review-name {
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.review-name::before {
  height: 40px;
  width: 40px;
  content: "";
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background-image: url(../img/hokkaido/anonymous_icon.gif);
  background-position: center;
  background-size: contain;
  margin-right: 12px;
}
.review-ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  height: 3em;
  margin-bottom: 15px;
}
.review-comment {
  font-size: 13px;
  line-height: 1.6em;
}
.support {
  width: 1100px;
  padding: 40px 20px;
  box-sizing: border-box;
  margin: 80px auto -50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #913000;
  border-bottom: 1px solid #913000;
}
.support .support-list {
  width: 320px;
}
.support .support-list h3 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background-color: #913000;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.support .support-list p {
  font-size: 15px;
  line-height: 1.6em;
}
.dosanko-bn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dosanko-bn img {
  width: 700px;
  height: auto;
}
.dosanko-bn p {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 25px;
  width: 575px;
  height: 146px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
  color: #fff;
  background: url(../img/hokkaido/plaza-copy.png) no-repeat center
    center/contain;
}
@media screen and (max-width: 767px) {
  .osechi-nav {
    width: 100%;
    margin: 10vw auto 10vw;
    height: auto;
  }
  .osechi-nav ul {
    display: flex;
    justify-content: unset;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    border-left: none;
    border-top: 1px solid #ccc;
  }
  .osechi-nav ul li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    height: 12vw;
    background-image: url(../img/hokkaido/nav-arrow.png);
    background-position: right 3vw center;
    background-size: 3vw auto;
    background-repeat: no-repeat;
  }
  .osechi-nav ul li a {
    height: 12vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 3.5vw;
    line-height: 1.2em;
    padding-bottom: 0;
    box-sizing: border-box;
    font-weight: bold;
    color: #000;
  }
  .osechi-nav ul li a br {
    display: none;
  }
  .review {
    width: 90vw;
    margin: 15vw auto 0;
    display: flex;
    align-items: stretch;
    justify-content: unset;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .review-list {
    width: 100%;
    background-color: #efefef;
    padding: 4vw;
    box-sizing: border-box;
  }
  .review-list:nth-of-type(n + 2) {
    margin-top: 3vw;
  }
  .review-star {
    display: flex;
    justify-content: space-between;
    font-size: 2.8vw;
    margin-bottom: 4vw;
  }
  .review-star img {
    width: 23vw;
    height: 4vw;
  }
  .review-name {
    height: 8vw;
    display: flex;
    align-items: center;
    margin-bottom: 3vw;
  }
  .review-name::before {
    height: 8vw;
    width: 8vw;
    content: "";
    display: block;
    border-radius: 50%;
    overflow: hidden;
    background-image: url(../img/hokkaido/anonymous_icon.gif);
    background-position: center;
    background-size: contain;
    margin-right: 3vw;
  }
  .review-ttl {
    font-size: 3.8vw;
    font-weight: bold;
    line-height: 1.2em;
    height: auto;
    margin-bottom: 4vw;
  }
  .review-comment {
    font-size: 3vw;
    line-height: 1.5em;
  }
  .support {
    width: 90vw;
    padding: 7vw 0;
    box-sizing: border-box;
    margin: 12vw auto;
    display: flex;
    align-items: flex-start;
    justify-content: unset;
    flex-direction: column;
    border-top: 1px solid #913000;
    border-bottom: 1px solid #913000;
  }
  .support .support-list {
    width: 100%;
  }
  .support .support-list:nth-of-type(n + 2) {
    margin-top: 7vw;
  }
  .support .support-list h3 {
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
    color: #fff;
    background-color: #913000;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3em;
    margin-bottom: 4vw;
    padding: 3vw 0;
  }
  .support .support-list p {
    font-size: 3.4vw;
    line-height: 1.6em;
  }
  .dosanko-bn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90vw;
    margin: 0 auto 8vw;
  }
  .dosanko-bn img {
    width: 100%;
    height: auto;
  }
  .dosanko-bn p {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 4vw;
    text-align: center;
    width: 90vw;
    height: calc(146 / 575 * 90vw);
    padding-top: 3.5vw;
  }
  #main-area #shousai div ul li.haisou,
  #main-area #shousai div ul li.haisou span {
    width: 40vw;
  }
  .slick-dots {
    display: flex !important;
    justify-content: center;
    width: 100%;
    margin-top: 4vw;
    position: relative;
    bottom: auto;
  }
  .slick-dots li {
    margin: 0 2vw;
  }
  .pickup-item-small .slick-dots li {
    margin: 0;
  }
  .slick-dots li button {
    color: transparent;
    font-size: 1px;
  }
  /* 丸いdotsに変更 */
  .slick-dots li button:before {
    font-size: 3.3vw; /* 丸の大きさ */
    color: #000; /* 丸の色 */
    opacity: 0.2; /* 通常時の透明度 */
    content: "●"; /* 丸に変更 */
  }
  .slick-arrow {
    position: absolute;
    left: -4vw;
    top: 25vw;
    height: 9vw;
    width: 6vw;
    /* background-color: #000; */
    z-index: 100;
    background-image: url(../img/hokkaido/arrow-prev.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slick-arrow:focus {
    background-image: url(../img/hokkaido/arrow-prev.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slick-arrow::before {
    display: none;
  }
  .slick-arrow.slick-next {
    position: absolute;
    left: auto;
    right: -4vw;
    top: 25vw;
    height: 9vw;
    width: 6vw;
    background-image: url(../img/hokkaido/arrow-next.png);
  }
  .slick-dots li.slick-active button:before {
    opacity: 1; /* アクティブなdotは濃く */
    color: #000; /* 必要に応じて色変更可 */
  }
}
/*スマホ用*/
@media screen and (max-width: 767px) {
  #ins-wrapper {
    padding: 0 0 60px 0;
    position: relative;
  }

  .rb2019---base {
    padding-top: 0;
    min-width: 320px;
  }
  /*スマホでは非表示*/
  .no-sp,
  #header_pc,
  #sel-topicPath,
  #sel-sidebar,
  #sel-footer {
    display: none !important;
  }

  /*スマホでは表示*/
  .no-pc,
  #header_sp,
  #footer_sp {
    display: block !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }
  #header_sp a {
    text-decoration: none;
  }
  #header_sp .sp-globalNavSubList a {
    color: #0654ba;
  }

  #sel-wrapper {
    padding: 0;
  }
  #sel-containerA {
    width: 100%;
  }
  div#contents {
    float: none;
    width: 100%;
  }

  #head-area {
    margin-bottom: 15vw;
  }
  #head-area h1 img {
    width: 100%;
    height: auto;
  }

  #hokkaido-osechi {
    width: 100%;
    margin: 0 auto;
  }

  #point {
    margin-top: 13vw;
    padding: 0;
    width: 100%;
    margin-bottom: 10vw;
  }
  #point .point_tl {
    padding: 0;
    font-size: 1em;
    height: 10vw;
    box-sizing: border-box;
    border-radius: 5vw;
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
  #point .point_list {
    padding: 0;
    box-sizing: border-box;
  }
  #point .point_list ul {
    margin: 0 0 0;
    padding: 0;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 80px auto;
    display: flex;
    flex-direction: column;
  }
  #point .point_list ul.icon_nihon {
    background-image: none;
  }
  #point .point_list ul li {
    font-size: 4vw;
    line-height: 1.6em;
    display: flex;
    align-items: center;
    margin: 0 auto 3vw;
    padding: 3vw;
    list-style: disc outside !important;
    background-color: #913000;
    height: auto;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 1vw;
    justify-content: center;
    font-weight: bold;
    box-sizing: border-box;
  }
  #main-area .contents {
    width: 100%;
    margin: 0 auto;
  }
  #main-area .pickup-item-small {
    width: 90vw;
    margin: 0 auto;
    padding: 14vw 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .pickup-item-small::after {
    display: none;
  }
  .pickup-item-small > div {
    width: auto;
  }
  .pickup-item-small > div img {
    display: block;
    margin: 0 auto 3vw;
    width: auto;
    height: 24vw;
  }
  .pickup-item-small > div h5 {
    text-align: center;
    font-weight: bold;
    font-size: 3vw;
    line-height: 1.2em;
    /* color: #906b43; */
    margin-bottom: 3vw;
    white-space: nowrap;
  }
  .pickup-item-small > div p {
    font-size: 2.8vw;
    line-height: 1.5em;
  }
  .cs-osechi-list {
    padding: 12vw 5vw 17vw;
    background-image: url(../img/hokkaido/osechi-list-bg.jpg);
    background-size: cover;
    margin-bottom: 0;
  }

  #main-area .contents.cs-osechi-list-inner {
    width: 100%;
    flex-direction: column;
  }
  #main-area .contents.cs-osechi-list-inner:nth-of-type(n + 2) {
    margin: 14vw auto 0;
    flex-direction: column;
  }
  .cs-osechi-list .cs-osechi-list-inner figure {
    margin-left: 0;
    margin-bottom: 4vw;
    width: 70%;
  }
  .cs-osechi-list .cs-osechi-list-inner section {
    width: 100%;
    padding-bottom: 0;
  }
  .cs-osechi-list .cs-osechi-list-inner section ul li {
    height: auto;
    width: 50%;
    background-color: #c19256;
    display: flex;
    align-items: center;
    padding: 2.2vw 3vw;
    box-sizing: border-box;
    list-style: none;
    line-height: 1.2em;
    font-size: 2.8vw;
  }
  .cs-osechi-list .cs-osechi-list-inner section ul li:nth-of-type(2n) {
    background-color: #c19256;
    color: #fff;
  }
  .cs-osechi-list.cs-osechi-2
    .cs-osechi-list-inner
    section
    ul
    li:nth-of-type(2n) {
    background-color: #ddc69b;
  }
  .cs-osechi-list .cs-osechi-list-inner section ul li:nth-child(2),
  .cs-osechi-list .cs-osechi-list-inner section ul li:nth-child(3),
  .cs-osechi-list .cs-osechi-list-inner section ul li:nth-child(6),
  .cs-osechi-list .cs-osechi-list-inner section ul li:nth-child(7),
  .cs-osechi-list .cs-osechi-list-inner section ul li:nth-child(10),
  .cs-osechi-list .cs-osechi-list-inner section ul li:nth-child(11),
  .cs-osechi-list .cs-osechi-list-inner section ul li:nth-child(14),
  .cs-osechi-list.cs-osechi-2 .cs-osechi-list-inner section ul li:nth-child(2),
  .cs-osechi-list.cs-osechi-2 .cs-osechi-list-inner section ul li:nth-child(3),
  .cs-osechi-list.cs-osechi-2 .cs-osechi-list-inner section ul li:nth-child(6),
  .cs-osechi-list.cs-osechi-2 .cs-osechi-list-inner section ul li:nth-child(7),
  .cs-osechi-list.cs-osechi-2 .cs-osechi-list-inner section ul li:nth-child(10),
  .cs-osechi-list.cs-osechi-2 .cs-osechi-list-inner section ul li:nth-child(11),
  .cs-osechi-list.cs-osechi-2
    .cs-osechi-list-inner
    section
    ul
    li:nth-child(14) {
    background-color: #fff;
    color: #000;
  }
  .cs-osechi-list .cs-osechi-list-inner section h3 {
    font-size: 5.6vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 4.2vw;
    text-align: center;
    justify-content: center;
  }
  .cs-osechi-list .cs-osechi-list-inner section h3 span {
    font-size: 0.7em;
    margin-left: 2vw;
  }

  #main-area .contents.cs-wrapping {
    width: calc(100% - 10vw);
    height: auto;
    margin-top: 14vw;
    margin-bottom: 16vw;
    border: 2px solid #d6bd9f;
    border-radius: 5vw;
    padding: 7vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #main-area .contents.cs-wrapping section {
    width: 100%;
    align-items: center;
  }
  #main-area .contents.cs-wrapping h3 {
    color: #785100;
    font-weight: bold;
    font-size: 4.2vw;
    line-height: 1.5em;
    margin-bottom: 5vw;
    text-align: center;
  }
  #main-area .contents.cs-wrapping p {
    font-size: 3.2vw;
    line-height: 1.8em;
    text-align: left;
  }
  #main-area .contents.cs-wrapping figure {
    width: 90%;
    margin: 5vw auto 0;
  }
  #main-area .contents.cs-wrapping section figure {
    margin-bottom: 5vw;
    display: flex;
    justify-content: center;
  }
  #main-area .contents.cs-wrapping section figure img {
    margin: 0 2vw;
    width: 34vw;
  }

  .pickup-item {
    padding: 12vw 7vw;
    background-image: url(../img/hokkaido/osechi-list-bg_orange.jpg);
    background-size: cover;
  }
  .pickup-item-big .slide-item > div {
    width: 100%;
  }
  .pickup-item-big .slide-item > div a {
    margin-bottom: 4.5vw;
    display: block;
  }
  .pickup-item-big .slide-item > div a img {
    display: block;
    margin-bottom: 0;
  }
  .pickup-item-big .slide-item > div h5 {
    text-align: center;
    /* color: #785100; */
    font-size: 3.2vw;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 1.6vw;
  }
  .pickup-item-big .slide-item > div h6 {
    text-align: center;
    color: #913000;
    font-size: 4.5vw;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 4vw;
  }
  .pickup-item-big .slide-item > div p {
    font-size: 3.2vw;
    line-height: 1.8em;
  }
  .pickup-item-big .slide-item > div:nth-of-type(n + 2) {
    margin-top: 10vw;
  }

  #main-area .contents.cs-info {
    margin-bottom: 16vw;
    padding: 0 6vw;
    box-sizing: border-box;
    width: 100%;
  }
  #main-area .contents.cs-info:nth-child(1) {
    margin-bottom: 10vw;
  }
  .cs-info p {
    font-size: 3.3vw;
    line-height: 1.8em;
    margin-bottom: 8vw;
  }
  .cs-info .contents-head {
    text-align: center;
    font-size: 4.2vw;
    line-height: 1.5em;
    /* color: #785100; */
    font-weight: bold;
    margin-bottom: 6vw;
  }
  .cs-info .cs-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .cs-info .cs-image img {
    width: 100%;
    height: auto;
  }
  .cs-info .cs-image img:nth-child(2) {
    margin-top: 2vw;
  }
  .contents-header {
    font-size: 5vw;
    text-align: center;
    /* color: #785100; */
    font-weight: bold;
    line-height: 1.4em;
    padding-bottom: 4vw;
    width: 100%;
    margin: 0 auto 8vw;
  }
  .contents-header span {
    margin-right: -0.5em;
  }

  #head-area {
    margin: 0px 0px 5vw;
    /* background-color: #e6d9aa; */
    min-height: auto;
    padding: 70vw 5vw 0;
    text-align: center;
    position: relative;
    background-image: url(../img/hokkaido/mv-img_sp_2.png);
    background-position: center top;
    background-size: 115% auto;
    background-repeat: no-repeat;
    min-width: 100%;
    box-sizing: border-box;
  }
  #head-area .chisatosanso-intro {
    width: 100%;
    margin: 0 auto;
  }
  #head-area .chisatosanso-intro p {
    font-size: 3.4vw;
    font-weight: normal;
    line-height: 1.8em;
    color: #000;
    text-align: left;
  }
  #head-area h1 {
    margin: 0 0 14vw;
    padding: 0px;
  }
  #head-area h1 span {
    width: 95%;
    min-width: 95%;
    margin: 0 auto;
    display: block;
  }
  #head-area h1 span img {
    width: 100%;
    height: auto;
    min-width: 100%;
    margin: 0;
  }

  #main-area #shousai {
    width: 100%;
    margin: 0 auto;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  #main-area #shousai > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }

  #main-area #shousai .price small {
    font-size: 3.5vw;
    /* display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  margin-left: 5px; */
  }

  #main-area #shousai .price {
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    font-weight: bold;
    font-size: 7vw;
    line-height: 1em;
  }
  #main-area #shousai p {
    font-size: 2.8vw;
  }
  #main-area #shousai div.osechi1,
  #main-area #shousai div.osechi2 {
    margin-bottom: 14vw;
    padding: 0 6vw;
    flex-direction: column;
  }
  #main-area #shousai div h3 {
    margin: 0px 0px 2vw;
    padding: 0px;
    /* color: #785100; */
    font-size: 5.2vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.4em;
  }
  #main-area #shousai div h3 span {
    margin-left: -0.4em;
  }
  #main-area #shousai div h4 {
    font-size: 3.2vw;
    font-weight: bold;
    color: #333;
    line-height: 1.5em;
    margin-bottom: 4vw;
    min-height: auto;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }
  #main-area #shousai div ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 4vw;
  }
  #main-area #shousai div ul li {
    position: relative;
    width: 13vw;
    height: 13vw;
    margin-right: 3vw;
  }
  #main-area #shousai div ul li span {
    width: 13vw;
    height: 13vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    background-color: #ccbc84;
    line-height: 1.1em;
    font-size: 2.8vw;
    font-weight: normal;
    border: none;
  }

  #main-area #shousai div ul li span strong {
    display: block;
    font-size: 4.5vw;
    line-height: 1.1em;
    font-weight: normal;
  }

  #main-area #shousai .price span {
    font-size: 12px;
    width: auto;
    line-height: 27px;
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    margin: 0 0 10px 10px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 10px;
  }
  #main-area #shousai div h5 {
    font-size: 4vw;
    font-weight: bold;
    color: #d23140;
    line-height: 1em;
    margin-bottom: 2vw;
    margin-top: 3vw;
  }

  #main-area #shousai div img {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 5vw;
  }
  #main-area #shousai div img.badge {
    width: 24vw;
    right: 3vw;
    bottom: 3vw;
  }
  #main-area #shousai div div {
    float: none;
    width: 100%;
    height: auto;
    position: static;
  }
  #main-area #shousai > div > div > a {
    font-size: 4vw;
    width: 100%;
    line-height: 13vw;
    display: block;
    background-color: #d23140;
    color: #fff;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    text-align: center;
    font-weight: bold;
    position: static;
    max-width: 100%;
    margin: 6vw auto 0;
  }
  #main-area .order-btn {
    display: block;
    width: 80%;
    height: auto;
    margin: 10vw auto 14vw;
    padding: 3vw;
    box-sizing: border-box;
    text-align: center;
    font-size: 4vw;
  }
  #main-area .order-btn img {
    width: 100%;
    height: auto;
    display: block;
  }

  #hokkaido-osechi .text-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 17vw;
    padding: 0 12vw;
    box-sizing: border-box;
  }

  #hokkaido-osechi .text-link {
    width: 100%;
    border: 1px solid #b6986c;
    display: block;
    line-height: 12vw;
    text-align: center;
    box-sizing: border-box;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    color: #333;
    margin: 0;
    font-size: 3.2vw;
  }
  #hokkaido-osechi .text-link:first-child {
    margin-bottom: 6vw;
  }
}

@media screen and (max-width: 767px) {
  #sel-wrapMainR {
    width: 100%;
    float: none;
  }
}

#main-area #shousai b {
  font-size: 25px;
  width: 100%;
  line-height: 70px;
  display: block;
  background-color: rgba(210, 49, 64, 0.6);
  color: #fff;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  #main-area #shousai b {
    font-size: 17px;
    width: 100%;
    line-height: 45px;
    display: block;
    background-color: rgba(210, 49, 64, 0.6);
    color: #fff;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    text-align: center;
    font-weight: bold;
    position: static;
    margin-top: 25px;
  }
}

#main-area #shousai div.osechi1 > a,
#main-area #shousai div.osechi2 > a {
  position: relative;
}
.soldout-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  letter-spacing: 0.8em;
  text-indent: 0.8em;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: bold;
}

#main-area .order-btn.soldout {
  color: #747474;
  background: #ddd;
}

.end {
  color: #c00;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 40px;
}

@media screen and (max-width: 767px) {
  .rb2019---top-concierge {
    width: 100%;
    margin: 22vw auto 15vw;
  }
  .rb2019---top-concierge .rb2019---top-concierge__articles {
    justify-content: flex-start;
  }
  .soldout-cover {
    font-size: 2rem;
  }

  .end {
    margin: 10vw 0 10vw;
    flex-direction: column;
    font-size: 3.6vw;
    height: 3.6vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  body .rb2019---aside-concierge {
    background: #f4e9d2;
    /* padding-bottom: 3rem;
    padding-top: 3rem; */
    margin: 20vw auto 15vw;
    padding: 13vw 0;
  }
  .rb2019---section__title {
    font-size: 5.3vw;
    line-height: 1.55;
    text-align: center;
  }
  .rb2019---aside-concierge .rb2019---section__title img {
    height: auto;
    width: 67%;
  }
  .rb2019---section__lead {
    font-size: 3.7vw;
    line-height: 1.55;
    margin-top: 1rem;
    text-align: center;
  }
  .rb2019---aside-concierge__icons {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    position: static;
  }
  .rb2019---aside-concierge__icons img {
    height: 2rem;
    width: auto;
  }
  .rb2019---grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .rb2019---aside-concierge__articles {
    margin-top: 1.5rem;
    padding: 0;
  }
  .rb2019---top-concierge .rb2019---top-concierge__articles {
    padding: 0 5vw;
    justify-content: space-between;
  }
  .rb2019---article {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
  }
  .rb2019---aside-concierge__articles .rb2019---article {
    color: #666;
    flex-direction: column;
    padding-bottom: 2rem;
    width: calc(50% - 0.5rem);
  }
  .rb2019---top-concierge__articles .rb2019---article {
    display: block;
    width: calc(50% - 0.5rem);
  }
  .rb2019---top-concierge__articles .rb2019---article__thumbnail {
    align-items: center;
    background: #fff;
    display: flex;
    height: auto;
    justify-content: center;
    width: 100%;
  }
  .rb2019---aside-concierge__articles .rb2019---article__title,
  .rb2019---aside-concierge__articles .rb2019---article__date,
  .rb2019---article__title.rb2019---link {
    margin-top: 0.5rem;
    text-decoration: none;
  }

  .ls-text {
    letter-spacing: -0.1em;
  }
}

.campaign-202110 {
  margin: 10px 0 40px;
  text-align: center;
  transition: opacity 0.2s ease;
}

.campaign-202110:hover {
  opacity: 0.6;
}

s {
  text-decoration: none;
}
.debug s {
  background: #0ff;
  box-shadow: 0 0 0 4px #f0f;
}

@media screen and (max-width: 767px) {
  .osechi-lineup {
    width: 90vw;
    margin: 0 auto;
  }
  .osechi-lineup > div {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .osechi-lineup div h4 > span {
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 4vw;
    display: block;
  }
  .osechi-lineup div h4 > strong {
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 2vw;
    display: block;
    border-top: 2px solid #fff;
    padding-top: 3vw;
    width: 100%;
  }
  .osechi-lineup div h4 > span.price {
    color: #fff;
    font-size: 5vw;
    line-height: 1em;
    margin-bottom: 0;
  }
  .osechi-lineup div h4 > span.price small {
    margin-left: 1vw;
    font-size: 4vw;
  }
  .osechi-lineup > div .badge {
    width: 20vw;
    height: auto;
    position: absolute;
    left: 3vw;
    bottom: 3vw;
  }
  .osechi-lineup div figure {
    margin-top: 0;
    position: relative;
  }
  .osechi-lineup div p {
    margin-bottom: 1.5em;
    font-size: 3.3vw;
    line-height: 1.8em;
  }

  .gc-logo-img,
  .gc-logo-img img {
    height: auto;
    width: auto;
    margin-bottom: 0;
  }
  .osechi-lineup div h4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-image: url(../img/chisato/kodawari-head-bg.jpg);
    /* background-position: right bottom; */
    padding: 6vw 4vw;
  }

  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  address,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  table,
  th,
  td,
  form,
  fieldset,
  section,
  nav,
  article,
  aside,
  hgroup,
  header,
  footer,
  figure,
  figcaption,
  summary {
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif !important;
  }

  .rb2019---top-concierge {
    margin-top: 22vw !important;
  }
}

.to-shousai-btn {
  width: 400px;
  height: 80px;
  border-radius: 40px;
  background-color: #003281;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 40px;
  bottom: 50px;
  font-size: 24px;
  z-index: 1000;
  font-weight: bold;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.to-shousai-btn.on {
  opacity: 0;
  visibility: hidden;
}
.to-shousai-btn img {
  width: 40px;
  height: auto;
  margin-right: 15px;
}

.modal-content {
  width: 500px;
  height: 550px;
  background-color: #913000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.modal-content img {
  width: 400px;
  height: auto;
  margin-bottom: 30px;
}
.modal-content p {
  color: #fff;
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
}
.modal-content .mfp-close {
  color: #fff !important;
  font-size: 50px;
  font-weight: normal;
}

.mfp-arrow-left {
  left: calc(50% - 350px) !important;
}

.mfp-arrow-right {
  right: calc(50% - 350px) !important;
}

@media screen and (max-width: 767px) {
  .modal-content {
    width: 85vw;
    height: 100vw;
  }
  .modal-content img {
    width: 70vw;
    height: auto;
    margin-bottom: 6vw;
  }
  .modal-content p {
    color: #fff;
    font-size: 4.2vw;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
  }
  .modal-content .mfp-close {
    color: #fff !important;
    font-size: 11vw;
    font-weight: normal;
  }
  .mfp-arrow-left {
    left: calc(50% - 54vw) !important;
  }
  .mfp-arrow-right {
    right: calc(50% - 54vw) !important;
  }

  .to-shousai-btn {
    width: 60vw;
    height: 13vw;
    border-radius: 6.5vw;
    background-color: #003281;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 4vw;
    bottom: 5vw;
    font-size: 4.2vw;
    z-index: 1000;
    font-weight: bold;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
  }
  .to-shousai-btn img {
    width: 7vw;
    height: auto;
    margin-right: 3vw;
  }
}

.osechi-nav.is-fixed {
  position: fixed;
  z-index: 200;
  left: 0;
  right: 0;
  top: 55px;
  width: auto;
  margin: 0;
  background: #913000;
  height: auto;
  box-shadow: 0 0 16px rgb(0 0 0/0);
  transform: translate(0, -100%);
  transition-property: transform box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767px) {
  .osechi-nav.is-fixed {
    top: 50px;
  }
  #point {
    margin-top: -13vw;
    padding-top: 13vw;
  }
  #main-area #shousai {
    margin-top: -13vw;
    padding-top: 13vw;
  }
}
.osechi-nav.is-fixed.is-active {
  box-shadow: 0 0 16px rgb(0 0 0/0.2);
  transform: translate(0, 0);
}
.osechi-nav.is-fixed ul {
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .osechi-nav.is-fixed ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.osechi-nav.is-fixed ul li {
  height: auto;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .osechi-nav.is-fixed ul li {
    width: 50%;
    box-sizing: border-box;
    background-position: right 3vw center;
  }
  .osechi-nav.is-fixed ul li:nth-child(2n + 1) {
    border-right: 1px solid #ccc;
  }
}
.osechi-nav.is-fixed ul li a {
  height: 80px;
  padding-bottom: 0;
  color: #fff;
  font-size: 21px;
  background-position: right 20px center;
  background: #913000 url(../img/hokkaido/nav-arrow_w.svg) no-repeat right 20px
    center/0.8em auto;
}
@media screen and (max-width: 767px) {
  .osechi-nav.is-fixed ul li a {
    font-size: 3.4vw;
    height: 11vw;
    background-position: right 2vw center;
  }
  .osechi-nav ul li a br {
    display: block;
  }
}
