@charset "utf-8";
/* CSS Document */
.top-bar {
  background-color: #000000;
  color: #fff;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-bar .container {
  display: flex;
}
.top-bar h1 {
	padding-left: 10px;
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    line-height: var(--cr-body-line-height);
    font-weight: 500;
    font-family: var(--cr-body-font-family);
}

.top-bar a {
  color: #fff;
  font-size: 14px;
}
.top-bar a::before {
  content: "";
  background: url("../images/arrow-right.png") no-repeat;
  width: 6px;
  height: 8px;
  display: inline-block;
  background-size: 100%;
  margin-right: 5px;
}
.navbar-brand img {
  width: 135px;
}
#mainNav .navbar-nav .nav-item .nav-link {
  color: #030000;
  font-family: var(--cr-title-font);
  font-weight: 700;
  padding: 0.75rem .70rem;
}
.navbar .contact, footer .contact {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
.navbar .contact li {
  margin-left: .5rem;
  margin-right: .5rem;
}
.navbar .contact li:first-child img, footer .contact li:first-child img {
  width: 201px;
}
.navbar .contact li:last-child img, footer .contact li:last-child img {
  width: 221px;
}
.navbar .contact li:last-child, footer .contact li:last-child {
  margin-right: 1rem;
  background: var(--cr-red);
}
.navbar .contact li:first-child, footer .contact li:first-child {
  background-color: #fff;
}
.sub-head {
  background: #f5f5f5;
}
.sub-head h2 {
  font-size: 1.313rem;
  padding: 18px 0;
  margin-bottom: 0;
}
.sub-head ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  flex-wrap: wrap;
}
.sub-head ul li {
  list-style: none;
}
.sub-head ul li a {
  color: #030000;
  font-size: 1rem;
  font-family: var(--cr-title-font);
  font-weight: 700;
  margin: 0 12px;
  position: relative;
}
.sub-head ul li:last-child a {
  margin-right: 0;
}
.sub-head ul li a:hover, .sub-head ul li a.active {
  color: var(--cr-red);
}
.sub-head ul li a:hover::after, .sub-head ul li a.active::after {
  content: "";
  background: var(--cr-red);
  height: 2px;
  width: 100%;
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: -6px;
}


.mainvisual-top{
    background: url(../images/kv-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
	position: relative;

}

.mainvisual-top ul li{
	list-style: none;
	width: 15%;
	margin-left: 8px;
	
}

.mainvisual-top ul li:last-child{
	width: 20.35%;
    margin-left: 3.75%;
	
}
.mainvisual-top ul{
	display: flex;
	position: absolute; 
	bottom: 8%;
	right: 0;
	justify-content: end;
	align-items: self-end;
}


.mainvisual-top ul li a:hover img{
	    filter: brightness(1.2);
}





.mainvisual h2 {
  background-color: #d12327;
  color: #fff;
  font-size: 2.25rem;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  padding: 0.6rem 1.75rem 0.75rem;
  margin-bottom: .75rem;
}
.mainvisual h1 {
  font-size: 4rem;
  font-style: oblique;
  color: var(--cr-white);
}
.mainvisual .text-content {
  padding: 30px 22px 25px;
  background-color: var(--cr-white);
  width: fit-content;
}
.mainvisual .text-content h3, .subpage-visual .text-content h3 {
  font-size: 1.563rem;
  color: var(--cr-red);
  margin-bottom: 1rem;
}
.mainvisual .text-content p {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.22rem;
}
.mainvisual .text-content a {
  font-size: 1.125rem;
  padding: 1rem 3.25rem;
  display: inline-flex;
  line-height: 1;
  font-family: var(--cr-title-font);
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-weight: 600;
}
.mainvisual .text-content a::before {
  content: "";
  font-family: bootstrap-icons !important;
  background: url("../images/search-icon.png") no-repeat;
  width: 18px;
  height: 18px;
  background-size: 100%;
  margin-right: 10px;
  display: inline-block;
}
.achievement-box {
  padding: 20px;
  display: flex;
  position: relative;
  top: -65px;
  margin-bottom: -20px;
}
.achievement-box .head {
  display: flex;
  width: 40%;
}
.achievement-box .logo {
  width: 50%;
}
.achievement-box .logo img {
  width: 200px;
}
.achievement-box .summery {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 50%;
}
.achievement-box .summery span {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(transparent 60%, var(--cr-yellow) 60%);
  color: var(--cr-red);
}
.achievement-box .summery small {
  font-size: 15px;
}
.achievement-box .details {
  width: 60%;
}
.achievement-box ul {
  padding-left: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0;
}
.achievement-box ul li {
  list-style: none;
  width: 31%;
  padding-left: 2rem;
  border-left: solid #cccccc 1px;
  font-size: 14px;
  margin-right: 14px;
  padding-bottom: 12px;
}





@media (min-width: 992px) {
  .achievement-box ul li:nth-last-child(-n+3) {
    padding-bottom: 0 !important;
  }
}
.achievement-box ul li p {
  margin-bottom: 0;
  font-weight: 400;
}
.achievement-box ul li span {
  background: linear-gradient(transparent 60%, #ffe400 60%);
  font-weight: 500;
  margin-left: 5px;
  font-size: 18px;
  position: relative;
  top: -2px;
}
.bg-texture-y {
  background: url("../images/bg-yellow-texture.jpg");
}
.bg-primary {
  background: url("../images/bg-primary.jpg");
}
.map-header h2 {
  margin-bottom: 2rem;
}
.map-header p {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.map-header p span {
  font-size: 2.625rem;
}
#about p.bg-red {
  font-size: 1.875rem;
  display: inline-block;
  font-family: var(--cr-title-font);
  padding: 0 0.625rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}
#about h2 {
  font-size: 2.75rem;
  color: var(--cr-red);
  margin-bottom: 1.5rem;
}
#about p.desc {
  line-height: 1.8;
}
#strengths {
  padding-top: 8.5rem;
}
#strengths h2 {
  font-size: 2.25rem;
  text-align: left;
  display: inline-block;
  font-weight: 800;
  line-height: 0.9;
}
#strengths h2 span.strengths::before {
  font-family: "adobe-garamond-pro", serif;
  font-style: italic;
  color: var(--cr-red);
  font-size: 16.125rem !important;
  content: "9";
  position: absolute;
  top: -90px;
  left: -25px;
}
#strengths h2 span.strengths {
  font-size: 3.375rem;
  position: relative;
  letter-spacing: 0;
  padding-left: 128px;
}
#strengths h2 span {
  letter-spacing: 3px;
}
section#about {
  padding: 5.625rem 0 4.5rem
}
.section-summary {
  font-size: 1.563rem;
  font-weight: 700;
}
#strengths .section-summary {
  margin-top: 2.75rem;
  margin-bottom: 3.5rem;
}
#strengths .cntn-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 20px;
}
#strengths .cntn-box .strengths-no {
  width: 22%;
  position: absolute;
  top: 10px;
  left: 10px;
}
#strengths .cntn-box h5 {
  background: var(--cr-red);
  padding-top: 10px;
  padding-bottom: 15px;
  color: var(--cr-white);
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center !important;
  margin-bottom: 0;
}
#strengths .row > * {
  padding-right: calc(var(--cr-gutter-x) * 0.4);
  padding-left: calc(var(--cr-gutter-x) * 0.4);
}
#strengths .col-md-6 {
  height: 100%;
}
#strengths .cntn-box2 {
  padding: 1.25rem 1.563rem;
  margin-bottom: 0;
  flex: 1;
  box-sizing: border-box;
  height: 100%;	
}
#strengths .cntn-box2 h5 {
  font-size: 1.875rem;
  margin-bottom: 8px;
}
#strengths .cntn-box2 p {
  font-size: 1.125rem;
  line-height: 1.65;
  font-weight: 500;
  margin-bottom: 0;
}
#strengths .row .col:first-child {
  padding-right: calc(var(--cr-gutter-x) * 0.5);
}
#strengths .row .col:last-child {
  padding-left: calc(var(--cr-gutter-x) * 0.5);
}
#buyer.primary h2, #brands.primary h2, #voice.primary h2 {
  margin-bottom: 4.175rem;
}
.primary h2 {
  font-weight: 800;
  font-size: 2.5rem;
  color: #030000;
  position: relative;
  margin-bottom: 4.375rem;
}
.primary h2 span {
  font-size: 14px;
  color: #999899;
  margin-top: 10px;
  display: block;
}
.primary h2::before {
  content: "";
  top: -65px;
  width: 40px;
  height: 40px;
  background-size: 100%;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}
section.primary {
  padding-top: 150px;
}
#purchase h2::before {
  background-image: url('../images/ico-purchase.png');
}
#store-info h2::before, .store-info h2::before {
  background-image: url('../images/ico-store-info.png');
}
#buyer h2::before {
  background-image: url('../images/ico-staff.png');
}
#brands h2::before {
  background-image: url('../images/ico-brands.png');
}
#results h2::before, .result-detail h2::before, #category h2::before, .page-inner .primary#category-details h2::before {
  background-image: url('../images/ico-results.png');
}
#voice h2::before {
  background-image: url('../images/ico-voice.png');
}
#home-delivery h2::before {
  background-image: url('../images/ico-home-delivery-main.png');
}
#store-info {
  padding-bottom: 7.5rem !important;
}
#purchase .on-site h3 {
  color: var(--cr-red);
}
#purchase .store h3 {
  color: #289d39;
}
#purchase .home-delivery h3 {
  color: #2f5eab;
}
#purchase .on-site h3::before {
  background-image: url('../images/ico-on-site.png');
}
#purchase .store h3::before {
  background-image: url('../images/ico-store.png');
}
#purchase .home-delivery h3::before {
  background-image: url('../images/ico-home-delivery.png');
}
#purchase .on-site h3::before, #purchase .store h3::before, #purchase .home-delivery h3::before {
  position: absolute;
  width: 30px;
  height: 28px;
  content: "";
  left: 0;
  background-size: 100%;
  margin-top: 16px;
  background-position: bottom;
}
.home-delivery .purchase-section {
  margin-bottom: 0;
}
.purchase-section {
  margin-bottom: 5.313rem;
  position: relative;
  z-index: 1;
}
.purchase-section::after {
  content: "";
  height: 2px;
  width: 60%;
  position: absolute;
  top: 50%;
  z-index: -1;
  left: 20%;
}
.purchase-section .text-cntn {
  display: flex;
  background-color: #fff;
  height: 100%;
}
.purchase-section .text-cntn p {
  padding: 16px 22px;
}
.purchase-section .ico {
  padding: 14px 12px;
  justify-content: center !important;
  display: flex;
  align-items: center;
}
.on-site .purchase-section .ico, .on-site .purchase-section::after {
  background-color: var(--cr-red);
}
.store .purchase-section .ico, .store .purchase-section::after {
  background-color: #289d39;
}
.home-delivery .purchase-section .ico, .home-delivery .purchase-section::after {
  background-color: #2f5eab;
}
.purchase-section .ico img {
  width: 55px;
}
.purchase-section .text-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#purchase .on-site h3, #purchase .store h3, #purchase .home-delivery h3 {
  font-size: 2.625rem;
  margin-right: 20px;
  margin-bottom: 0;
  position: relative;
  padding-left: 36px;
  width: 22%;
}
#purchase .on-site p, #purchase .store p, #purchase .home-delivery p {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 600;
  width: 85%;
}
section.contact {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
/*.contact .contact-tel{background: var(--cr-red); display: flex;}
.contact .contact-tel .cntn-img{width: 30%; padding-left: 12px;}
.contact .contact-tel .cntn-img img{margin-top: -25px;}
.contact .contact-tel .cntn-text{width:70%; text-align: center; padding: 1rem;}
.contact .contact-tel .cntn-text span.title{font-size: 1.375rem; font-family: var(--cr-title-font);font-weight: 700; color:var(--cr-white);}
.contact .contact-tel .cntn-text span.title:before{background: url("../images/phone-ico.png"); width: 14px; content: ""; display: inline-block; height: 19px;  background-size: 100%; margin-right: 6px;}*/
.store-list .tab_contents .store-contact a {
  font-weight: 600;
  text-decoration: none;
}
/*タブ切り替え全体のスタイル*/
.store-list .tabs {
  margin: 0 auto;
}
/*タブのスタイル*/
.store-list .tab_items {
  width: calc(100%/8);
  font-size: 13px;
  display: block;
  float: left;
  color: #fff;
  position: relative;
  clip-path: polygon(100% 0%, 100% 100%, 50% 130%, 0% 100%, 0% 0%);
}
.store-list .tab_items span {
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  font-weight: bold;
  margin: 2px;
  margin-bottom: -1px;
  display: block;
}
.store-list .tab_items::after {
  border-left: 20px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  opacity: 0;
  transition: all 0.2s ease;
}
#t-hokkaido + .tab_items span {
  background-color: #6190b7;
  margin-left: 0;
}
#t-tohoku + .tab_items span {
  background-color: #489ab9;
}
#t-kanto + .tab_items span {
  background-color: #8d8ebc;
}
#t-chubu + .tab_items span {
  background-color: #90c67a;
}
#t-kansai + .tab_items span {
  background-color: #8fc37b;
}
#t-chugoku + .tab_items span {
  background-color: #c4ce3a;
}
#t-shikoku + .tab_items span {
  background-color: #e9a635;
}
#t-kyusyu + .tab_items span {
  background-color: #e88f24;
  margin-right: 0;
}
#t-hokkaido + .tab_items::after {
  border-top-color: #6190b7;
}
#t-tohoku + .tab_items::after {
  border-top-color: #489ab9;
}
#t-kanto + .tab_items::after {
  border-top-color: #8d8ebc;
}
#t-chubu + .tab_items::after {
  border-top-color: #90c67a;
}
#t-kansai + .tab_items::after {
  border-top-color: #8fc37b;
}
#t-chugoku + .tab_items::after {
  border-top-color: #c4ce3a;
}
#t-shikoku + .tab_items::after {
  border-top-color: #e9a635;
}
#t-kyusyu + .tab_items::after {
  border-top-color: #e88f24;
}
.store-list .tab_items:hover {
  cursor: pointer;
}
/*ラジオボタンを全て消す*/
.store-list input[name="tab_items"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.store-list .tab_contents {
  display: none;
  padding-top: 2rem;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#t-hokkaido:checked ~ #t-hokkaido_content, #t-tohoku:checked ~ #t-tohoku_content, #t-kanto:checked ~ #t-kanto_content, #t-chubu:checked ~ #t-chubu_content, #t-kansai:checked ~ #t-kansai_content, #t-chugoku:checked ~ #t-chugoku_content, #t-shikoku:checked ~ #t-shikoku_content, #t-kyusyu:checked ~ #t-kyusyu_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.store-list .tabs input:checked + .tab_items::after {
  opacity: 1;
}
.store-list .tab_contents .store-contact {
  border: 1px solid #b9b9b9;
  display: flex;
  background: var(--cr-white);
  margin-bottom: 1.5rem;
  max-width: 100%;
  margin-top: var(--cr-gutter-y);
}
.store-list .tab_contents .store-contact .store-img {
  width: 38%;
}
.store-list .tab_contents .store-contact .store-img img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-list .tab_contents .store-contact a span {
  background-color: #fff;
  border: solid 1px #fff;
  color: #980402;
  float: right;
  font-size: 10px;
  line-height: 17px;
  padding: 0px 2px;
}
.store-list .tab_contents .store-contact-detals {
  width: 62%;
}
.store-list .tab_contents .store-contact .cntn-box {
  padding: 15px 20px 24px;
  display: block;
}
.store-list .tab_contents .store-contact .cntn-box .store-title {
  font-size: 18px;
  margin-bottom: 2px;
}
.store-list .tab_contents .store-contact .cntn-box p.address {
  font-size: 0.938rem;
  margin-bottom: 10px;
}
.store-list .tab_contents .store-contact .cntn-box p.tel, .store-list .tab_contents .store-contact .cntn-box p.bh {
  display: flex;
  font-size: 0.813rem;
}
.store-list .tab_contents .store-contact .cntn-box p.tel {
  margin-bottom: 10px
}
.store-list .tab_contents .store-contact .cntn-box span {
  padding: 2px 5px;
  font-size: 11px;
  background-color: var(--cr-red);
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  width: 60px;
  text-align: center;
}
.store-list .tab_contents .store-contact .cntn-box p {
  margin: 0
}
.purchase-guide {
  margin-top: 1rem;
}
.purchase-guide a {
  display: inline-block;
  background-color: #489ab9;
}
.purchase-guide a .guide-text {
  text-align: center;
  color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.75rem;
  background: url("../images/aomoriken-map.png") no-repeat;
  background-size: 50%;
  background-position: 90% center;
}
.purchase-guide a .guide-text h4 {
  font-size: 30px;
  margin-bottom: 0.313rem
}
.purchase-guide a .guide-text p {
  margin-bottom: 0;
}
#buyer .staff-detail {
  padding: 0 18px;
}
#buyer .staff-detail img, .page-inner .buyer-detail .cntn-img img {
  border-radius: 50%;
  margin-bottom: 0.75rem;
}
#buyer .staff-detail h5 {
  font-size: 1.063rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 0;
  padding-bottom: 0.875rem;
  border-bottom: #cccccc solid 1px;
  color: #030000;
}
#buyer .staff-detail p {
  font-size: 0.75rem;
  color: #abaaaa;
  margin-top: 0.875rem;
}
#buyer .slick-prev, #voice .slick-prev {
  left: -25px;
}
#buyer .slick-next, #voice .slick-next {
  right: -3px;
}
#buyer .slick-prev, .slick-next, #voice .slick-prev, #voice .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 31%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  margin-top: -10px;
}
#voice .slick-prev, #voice .slick-next {
  top: 50%;
}
#buyer .slick-prev:before, #buyer .slick-next:before, #voice .slick-prev:before, #voice .slick-next:before {
  opacity: .75;
  content: "";
  width: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}
#buyer .slick-prev:before, #voice .slick-prev:before {
  background: url("../images/arrow-left-staff.png");
  background-size: 100%;
  height: 35px;
  width: 20px;
  position: absolute;
  background-repeat: no-repeat;
}
#buyer .slick-next:before, #voice .slick-next:before {
  background: url("../images/arrow-right-staff.png");
  background-size: 100%;
  height: 35px;
  width: 20px;
  position: absolute;
  background-repeat: no-repeat;
}
#brands h3 {
  font-size: 1.875rem;
  margin-bottom: 40px;
}
#brands .brand-logos {
  display: flex;
  list-style: none;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
#brands .brand-logos li a {
  padding-left: 12px;
  padding-right: 12px;
}
#brands .brands .row {
  margin-right: calc(-0.3 * var(--cr-gutter-x));
  margin-left: calc(-0.3 * var(--cr-gutter-x));
}
.col-brands {
  width: 14.285%;
  flex: 0 0 auto;
  padding-right: calc(var(--cr-gutter-x) * 0.3);
  padding-left: calc(var(--cr-gutter-x) * 0.3);
  margin-bottom: 14px;
}
.col-brands a {
  position: relative;
  padding: 14px;
  display: block;
  width: 100%;
  height: 100%;
}
.col-brands .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(3, 0, 0, .5);
}
.col-brands .overlay h5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.125rem;
  color: #fff;
  margin-top: 35%;
  line-height: 1;
}
.col-brands .overlay h5 span {
  font-size: 0.55rem;
}
#results.page-section {
  padding-bottom: 0;
}
#results .category {
  margin-bottom: 4.625rem;
}
#results .category:last-child {
  margin-bottom: 4rem;
}
#results .category .title {
  display: flex;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
#results .category .title h3 {
  font-size: 1.563rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 0;
}
#results .category .title a {
  font-size: 14px;
  color: var(--cr-white);
  background: var(--cr-red);
  padding: 6px 15px;
}
#results .category .title a:after {
  content: "\F285";
  font-family: bootstrap-icons !important;
  font-size: 10px;
  padding-left: 12px
}

.cfr-plist-item-date{
	display: none!important;
}

.cfr-plist{
	--cr-gutter-x: 1.5rem;
    --cr-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--cr-gutter-y));
    margin-right: calc(-0.5 * var(--cr-gutter-x));
    margin-left: calc(-0.5 * var(--cr-gutter-x));
}


.cfr-plist-item{	 
	max-width: 100%;
    padding-right: calc(var(--cr-gutter-x) * 0.5);
    padding-left: calc(var(--cr-gutter-x) * 0.5);
	margin-top: var(--cr-gutter-y);
}


.cfr-plist-item{
  	flex: 0 0 auto;
	width: 16.66666667%;
}
		
.cfr-plist-item-title{
	margin: 12px 8px;
	display: block;
}	

	
.cfr-plist-item-img{
	margin-top: 0!important;
	margin-bottom: 0!important;
	height: auto!important;
}	


#results .category-item a {
  background-color: #f5f5f5;
  display: inline-block;
  font-size: 0.563rem;
  color: #030000;
  height: 100%;		
}
#results .category-item a p {
  margin-top: 12px;
  margin-left: 8px;
  margin-right: 8px;
}

.cfr-plist-wrapper .nav a{
	font-size: 14px;
    color: var(--cr-white);
    background: var(--cr-red);
    padding: 6px 15px;
}

.cfr-plist-wrapper .nav.pc{
	text-align: right;
    justify-content: end;
    margin-top: -57px;
    margin-bottom: 1.5rem;
}


.cfr-plist-wrapper .nav a:after {
    content: "\F285";
    font-family: bootstrap-icons !important;
    font-size: 10px;
    padding-left: 12px;
}

.cfr-plist-wrapper .nav a:hover{
	color:#fff!important;
	opacity: .8;
}

.cfr-plist-wrapper .cfr-plist-item a:hover{
	color:#000;
}


.ihin-kv {
  background: url("../images/ihin-bg.png");
  background-size: cover;
  padding: 3.2rem 1.6rem
}
.ihin-kv h3 {
  font-size: 3.75rem;
  color: #19863b;
  margin-bottom: 12px;
}
.ihin-kv h4 {
  color: #323333;
  font-size: 1.688rem;
  line-height: 1.3;
  margin-bottom: 28px;
}
.ihin-kv a {
  font-size: 23px;
  color: #fff;
  background: #17863b;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: relative;
}
.ihin-kv a:after {
  content: "\F285";
  font-family: bootstrap-icons !important;
  font-size: 10px;
  position: absolute;
  right: 3%;
  top: 31%;
  font-weight: 800;
}
#voice .voice-box {
  margin-left: 22px;
  margin-right: 22px;
  position: relative;
}
#voice .voice-box span {
  font-size: 12px;
  background-color: var(--cr-red);
  color: var(--cr-white);
  position: absolute;
  left: 0;
  top: 0;
  padding: 6px 12px;
}
#voice .voice-box .details {
  text-align: center;
  background: #fff;
  padding-top: 18px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
#voice .voice-box .details h5 {
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 1rem;
}
#voice .voice-box .voice-of {
  color: #9b9a9a;
  font-size: 0.813rem;
  display: flex;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
#voice .voice-box .voice-of p {
  margin-bottom: 0;
}
footer {
  background: var(--cr-red);
  padding: 5.625rem 0 0;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  list-style: none;
}
footer ul li a, footer ul li {
  font-size: 0.813rem;
  color: var(--cr-white);
  margin-bottom: 20px;
}
footer ul li ul li {
  display: inline-block;
  margin-bottom: 0;
}
footer ul li ul li a {
  font-size: 0.688rem;
}
footer ul li ul li a:after {
  content: '/';
  padding: 0 0.625rem;
  color: var(--cr-white);
}
footer ul li ul li:last-child a:after {
  display: none;
}
footer ul.contact {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
footer ul.contact li {
  margin: 0 !important;
  padding: 10px 5px;
  width: 50%;
  text-align: center;
}
footer ul.contact li:last-child {
  margin-right: 0 !important;
}
.footer-logo {
  width: 66%;
  margin-right: 20px;
}
.footer-tel {
  width: 100%;
}
footer .copyright {
  margin-top: 2.6rem;
  background: #030000;
  color: var(--cr-white);
  text-align: center;
  font-size: 0.813rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
#aomori-ken .subpage-visual {
  background-image: url("../images/aomori-ken-kv.png");
}
.subpage-visual .text-content h3 {
  font-size: 2.25rem !important;
  margin-bottom: 1.15rem;
}
.subpage-visual {
  padding-top: 4.5rem;
  padding-bottom: 2.813rem;
  background: url("../images/aomori-ken-kv.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.subpage-visual .text-content {
  background-color: rgba(255, 255, 255, 0.95);
}
.subpage-visual .text-content ul {
  display: flex;
  margin-bottom: 0
}
.subpage-visual .text-content ul li {
  list-style: none;
}
.subpage-visual h2 {
  margin-bottom: 2rem;
}
.subpage-visual .text-content a {
  font-size: 1.4rem;
  font-family: var(--cr-title-font);
  padding: 0.45rem 1.5rem 0.6rem;
  color: var(--cr-white);
  position: relative;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
}
.subpage-visual .text-content li:last-child {
  margin-left: 1rem;
}
.subpage-visual .text-content li:first-child {
  margin-right: 1rem;
}
.subpage-visual .text-content {
  padding: 30px 22px 25px;
  background-color: var(--cr-white);
  width: fit-content;
}
.subpage-visual .text-content li:last-child a {
  background-color: #2f5eab;
}
.subpage-visual .text-content li:first-child a {
  background-color: #c42428;
}
.subpage-visual .text-content li a::before {
  content: "";
  width: 24px;
  height: 27px;
  display: inline-block;
  background-size: 24px;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.subpage-visual .text-content li:last-child a::before {
  background-image: url("../images/ico-on-site-white.png");
}
.subpage-visual .text-content li:first-child a::before {
  background-image: url("../images/ico-home-delivery-white.png");
}
.subpage h2 {
  font-size: 2.65rem !important;
}
.col-left {
  flex: 0 0 auto;
  width: 47%;
  padding-right: 0;
}
.col-right {
  flex: 0 0 auto;
  padding-left: 0;
  width: 53%;
}
.section-red {
  background: #c42428;
  font-size: 2.25rem;
  color: var(--cr-white);
  text-align: center;
  font-family: var(--cr-title-font);
  padding: 4.25rem 1.75rem 4.75rem
}


.section-red p {
  margin-bottom: 0;
  width: 96%;
  text-align: center;
}
.attractions {
  padding-top: 2rem;
}
.attractions dl {
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
  border-bottom: #cdcdcd solid 1px;
}
.attractions h4 {
  margin-bottom: 2rem;
}
.attractions h5 {
  margin-bottom: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.attractions p {
  line-height: 1.8;
  margin-bottom: 0;
}
.attractions .comment {
  background-color: var(--cr-white);
  padding: 2rem;
  border-radius: 6px;
  margin-top: 2.25rem;
}
.attractions .comment .buyer .comment-text p {
  font-size: 0.875rem;
}
.attractions .comment .buyer {
  padding-top: 2.125rem;
}
.attractions dl.row:nth-child(odd) .col-md-8 {
  padding-left: calc(var(--cr-gutter-x) * 1);
}
.attractions dl.row:nth-child(even) .col-md-8 {
  padding-right: calc(var(--cr-gutter-x) * 1);
}
.attractions .comment .client .col-md-8 {
  padding-right: calc(var(--cr-gutter-x) * 0.5) !important;
  padding-left: calc(var(--cr-gutter-x) * 0.5) !important;
}
.attractions .comment .user {
  text-align: center;
}
.attractions .comment .client {
  padding-bottom: 2rem;
  border-bottom: #cdcdcd solid 1px;
}
.attractions .comment .client p {
  font-size: 0.938rem;
}
.attractions .comment img {
  border-radius: 50%;
}
.attractions .comment h5 {
  font-size: 1.063rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 0;
}
.attractions .comment .user p {
  font-size: 0.75rem;
  color: #abaaaa;
}
.attractions dl.row:nth-child(even) {
  flex-direction: row-reverse;
}
.attractions .container dl.row:nth-last-of-type(1) {
  border-bottom: none;
}
.attractions .cntn-img img {
  margin-bottom: 10px;
}
.attractions .cntn-img img:last-child {
  margin-bottom: 0px;
}
.contact-purchase {
  padding-bottom: 60px;
}
.contact-purchase a {
  padding: 24px 20px 30px;
  color: var(--cr-white);
  -webkit-box-align: center !important;
  display: flex;
  flex-direction: column;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.contact-purchase a h6 {
  font-size: 32px;
  margin-bottom: 18px;
  position: relative;
  padding-top: 35px;
}
.contact-purchase a h6::before {
  content: "";
  width: 24px;
  height: 28px;
  margin-left: -12px;
  left: 50%;
  position: absolute;
  background-size: cover;
  top: 0;
}
.contact-purchase a.cntc-onsite h6::before {
  background-image: url("../images/ico-on-site-white.png");
}
.contact-purchase a.cntc-home-delivery h6::before {
  background-image: url("../images/ico-home-delivery-white.png");
}
.contact-purchase a span {
  font-size: 14px;
}
.contact-purchase a img {
  width: 314px;
  margin-bottom: 6px;
}
.contact-purchase a.cntc-onsite {
  background-color: #c42428;
}
.contact-purchase a.cntc-home-delivery {
  background-color: #2f5eab;
}
.page-inner .inner-kv {
  height: 28.125rem;
  background: url("../images/inner-kv.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.page-inner .inner-kv h2 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.625rem;
}
.page-inner .inner-kv h2 {
  font-size: 3.125rem;
  background-color: transparent;
  color: var(--cr-white);
  margin-bottom: 0;
  text-align: center;
  text-shadow: #030000 0 0 70px;
  line-height: 1.3;
}
.page-inner #buyer.primary {
  padding-bottom: 1.75rem;
}
.page-inner #buyer .staff-detail {
  margin-top: 2.125rem;
  margin-bottom: 2.125rem;
  display: block;
}
.page-inner #buyer.primary h2 {
  margin-bottom: 1.65rem;
}
.page-inner .cntn-buyer-profile h5 {
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 2rem;
  text-align: center;
  color: #323333;
}
.page-inner .cntn-buyer-profile p {
  justify-content: center !important;
  display: flex;
  align-items: center !important;
  font-size: 0.875rem;
}
.page-inner .cntn-buyer-profile p span {
  background: var(--cr-red);
  color: #fff;
  padding: 0.300rem 0.75rem;
  font-weight: 700;
  margin-right: 0.75rem;
}
.page-inner .buyer-detail .text {
  padding-left: 50px;
}
.page-inner .buyer-detail .text p {
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}
.page-inner .buyer-detail .comment {
  padding: 2rem 1.625rem 2.25rem;
  background: var(--cr-white);
}
.page-inner .buyer-detail .comment p {
  font-size: 1rem;
  margin-bottom: 0;
}
.page-inner .buyer-detail .comment h6 {
  font-size: 1.25rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 1.15rem;
}
.page-inner .store-info h2 {
  margin-bottom: 3.7rem;
}
.page-inner .store-info p {
  line-height: 1.8;
}
.page-inner .store-information {
  padding-left: 0;
  padding-top: 0.85rem;
  margin-bottom: 0;
}
.page-inner .store-information li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 1.25rem 1.5rem;
  align-items: center !important;
  border-top: #cccccc solid 1px;
}
.page-inner .store-information li:last-child {
  border-bottom: #cccccc solid 1px;
}
.page-inner .store-information li label {
  font-weight: 800;
  width: 20%;
  text-align: left;
}
.page-inner .store-information li p {
  margin-bottom: 0;
  width: 80%;
  text-align: left;
}
.page-inner .store-info .access iframe {
  width: 100%;
}
.page-inner .store-info .access .details {
  margin-bottom: 0;
}
.page-inner .store-info .access .details li {
  list-style: none;
  padding-left: 1rem;
  margin-bottom: 30px;
  margin-bottom: 0;
}
.page-inner .store-info .access .details li label {
  font-size: 1.188rem;
  font-weight: 700;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
.page-inner .store-info .access .details li p {
  font-size: 0.875rem;
  padding-top: 10px;
}
.page-inner .store-info .access .details li:last-child p {
  margin-bottom: 0;
}
.page-inner .result-detail h2 {
  font-size: 1.875rem;
}
.page-inner .result-detail .col-60 {
  width: 60%;
}
.page-inner .result-detail .col-40 {
  width: 40%;
  display: flex;
}
.page-inner .product-info {
  padding: 44px 24px;
  margin-bottom: 20px;
}
.page-inner .product-info h6 {
  font-size: 24px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 1rem;
  margin-bottom: 24px;
}
.page-inner .product-info .product-title {
  margin-bottom: 2.375rem;
}
.page-inner .product-info .product-title p {
  font-size: 0.938rem;
  font-weight: 700;
}
.page-inner .product-info .product-spec p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.product-slider-section {
  width: 680px;
  margin: 0 auto 20px
}
.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.page-section#category {
  padding-bottom: 3rem;
}
.category-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--cr-gutter-x));
  margin-left: calc(-0.5 * var(--cr-gutter-x));
}
.category-list li {
  padding-right: calc(var(--cr-gutter-x) * 0.5);
  padding-left: calc(var(--cr-gutter-x) * 0.5);
  flex: 0 0 auto;
  width: 50%;
  margin-bottom: 2.25rem;
}

.cat-title {
  clip-path: polygon(23% 0%, 100% 0%, 100% 100%, 0% 100%);
  background: #fff;
  margin-left: 28%;
  padding: 2.75rem 1rem 2.75rem 4.2rem;
}
.cat-title h4 {
  font-size: 1.463rem;
  color: #030000;
  margin-bottom: 0;
  text-align: left;
}
.cat-title h4 span {
  font-size: 0.813rem;
  color: #999899;
}
.category-list li img {
  position: absolute;
  width: 48%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.category-list li a {
  position: relative;
  overflow: hidden;
  display: block;
}
.purchase-type .title_summery {
  font-size: 1.313rem;
  margin-bottom: 4rem;
}
.purchase-type .primary h2 {
  margin-bottom: 3.25rem;
}
.purchase-type .p-type {
  list-style: none;
  margin-bottom: 0;
}
.purchase-type .p-type li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  background: #fcfdfd;
}
.purchase-type .p-type p {
  width: 100% !important;
  font-weight: 500 !important;
}
.purchase-type .p-type .step {
  font-size: 1.375rem;
  padding: 35px 10px;
  color: #fff;
  font-family: var(--cr-title-font);
  width: 10%;
  align-items: center !important;
  display: flex;
  text-align: center;
  justify-content: center !important;
}
.purchase-type .p-type .text {
  padding: 35px 25px;
  width: 56%;
  text-align: left;
}
.purchase-type .p-type .text p {
  font-size: 1.063rem !important;
  margin-bottom: 1rem !important;
}
.purchase-type .p-type .text p.red {
  font-size: 0.875rem !important;
  color: var(--cr-red);
  margin-top: 10px;
}
.purchase-type .p-type .img {
  width: 34%;
}
.purchase-type .p-type .img img {
  min-height: 100%;
  object-fit: cover;
}
.purchase-type .p-type .warning {
  margin-top: 30px;
  border: solid 4px #dddddd;
  padding: 26px 20px 26px 128px;
  background: url("../images/warning-sign.png") no-repeat;
  background-size: 80px;
  background-position: 20px center;
}
.purchase-type .p-type .text p.subtitle.text-red {
  margin-top: 3rem
}
.purchase-type .p-type .text p.subtitle {
  margin-top: 2rem;
  margin-bottom: 0 !important;
}
.delivery-kit {
  border: solid 4px #dddddd;
  padding: 20px 25px 12px 20px;
  display: flex;
  margin-bottom: 0.813rem;
}
.purchase-type .delivery-kit p {
  margin-bottom: 0;
  width: 35% !important;
  align-items: center;
  display: flex;
}
.purchase-type .delivery-kit ul {
  padding-left: 8px;
}
.purchase-type .delivery-kit ul li {
  margin-bottom: .5rem !important;
}
.delivery-kit ul {
  padding-left: 0;
  font-size: 0.813rem;
}
.purchase-type ul.on-site .step {
  background-color: var(--cr-red);
}
.purchase-type ul.home-delivery .step {
  background-color: #2f5eab;
}
.purchase-type ul.store .step {
  background-color: #299d3a;
}
.about-category p, .selling_guide p {
  line-height: 1.8;
}
.about-category {
  padding: 9.375rem 0 2.25rem;
  display: block;
}
.about-category h2, .selling_guide h2 {
  font-weight: 800;
  font-size: 2.5rem;
  color: #030000;
  position: relative;
  margin-bottom: 4.375rem;
}
.about-category h2::before, .selling_guide h2::before {
  content: "";
  top: -65px;
  width: 40px;
  height: 40px;
  background-size: 100%;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  background-image: url(../images/ico-results.png);
}
.catergory-page .title {
  text-align: center !important;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.selling_guide {
  background: url(../images/bg-primary.jpg);
  padding: 9.375rem 0 4.25rem;
  display: block;
}
.purchase-point {
  background: #ffffff;
  padding: 3.25rem 2rem 1.75rem;
  margin-top: 3rem;
}
.purchase-point .subtitle2 h4 {
  color: var(--cr-red);
  font-size: 1.813rem;
  text-align: center;
  margin-bottom: 40px;
}
.purchase-point h5 {
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 0;
}
.purchase-point p {
  margin-bottom: 1.8rem;
}
section#company {
  padding-top: 100px;
}
#company_table {
  margin: 0 auto 35px;
  width: 90%;
}
#company_table.table2 {
  margin: 0 auto 0 !important;
}
#company_table td, #company_table th {
  text-align: left;
  padding: 22px;
  border-top: solid 1px #dbdbdb;
  color: #403b37;
}
#company_table th {
  font-weight: 700;
  width: 18%;
  vertical-align: top;
}
#company_table td {
  line-height: 1.7;
}
#company_table {
  border-bottom: solid 1px #dbdbdb
}
#company_table.table2 tr:first-child th {
  border-top: none;
}
#company .container, #contact .container {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
p.required {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}
span.required {
  color: #fff;
  background: #d02127;
  padding: 0 10px 2px;
  border: solid 1px #fff;
  margin-right: 12px;
}
span.any {
  color: #000;
  background: #cccccc;
  padding: 0 10px 2px;
  border: solid 1px #fff;
  margin-right: 12px;
}
.form_policy {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 18px 24px;
  text-align: left;
  background: #fff;
}
.form_policy h3 {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 0;
  font-family: 'Noto Sans JP', sans-serif;
}
.policy-footer {
  background: #dfdfdf;
  padding: 22px 0;
  margin-bottom: 40px;
}
.contact-form {
  padding: 2.875rem 2rem;
  background: #fff;
}
.contact-form dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  border-bottom: solid 1px #cccccc
}
.contact-form dl dt {
  padding: 0.875rem 1.313rem;
  width: 30%;
  display: flex;
  align-items: center;
}
.contact-form dl dd {
  padding: 0.875rem 1.313rem;
  width: 70%;
}
.contact-form dl dd p, .contact dl dt p {
  margin-bottom: 0;
}
.contact-form dl dd .caption {
  font-size: 0.813rem;
  margin-bottom: 5px;
}
.contact-form select {
  width: 220px;
  border-radius: 0;
  padding: 8px 12px;
  border-color: #dfdfdf;
}
input[type="text"], textarea {
  border-radius: 0;
  padding: 8px 12px;
  border: solid 1px #dfdfdf;
  width: 100%;
}
.contact-form dl:last-child {
  border-bottom: none;
}
.send [type=submit] {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  padding: 10px 12%;
  font-family: "source-han-serif-japanese", serif;
  cursor: pointer;
  transition: all .3s ease-out;
  position: relative;
  background: #d02127;
  border: none;
}
.ihin .col-md-5 {
  flex: 0 0 auto;
  width: 40%;
}
.ihin .col-md-7 {
  flex: 0 0 auto;
  width: 60%;
}
.ihin .ihin-kv {
  padding: 4.3rem 1.6rem 6.75rem;
  background: url("../images/ihin-img-kv.png");
  background-size: cover;
}
#ihin h3 {
  color: #17863b;
  font-size: 2.68rem;
  margin-bottom: 1.625rem;
}
.ihin section.primary {
  padding-top: 90px !important;
}
.ihin section.primary p {
  font-size: 1.063rem;
  line-height: 1.7;
}
.specialist-view h4 {
  font-size: 3.188rem;
  color: #17863b;
  margin-bottom: 1rem;
}
.specialist-view h4 span {
  font-size: 2rem;
  color: #030000;
  margin-bottom: 0;
}
.specialist-view img {
  width: 200px;
  border-radius: 50%;
  margin-right: 20px;
}
.specialist-view .title-section {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1.4rem
}
.specialist-view .title-section::after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background: #030000;
  z-index: -1;
}
.specialist-view .title-section .title {
  display: flex;
  font-family: "source-han-serif-japanese", serif;
}
.specialist-view .title-section .title .firm {
  text-align: right;
  font-size: 22px;
  font-weight: 600;
  margin-right: 20px;
  line-height: 1;
  margin-top: 5px;
}
.specialist-view .title-section .title .firm span {
  font-size: 1rem;
}
.specialist-view .title-section .title .name {
  font-size: 2.875rem;
  line-height: 1;
  margin-top: 5px;
}
.specialist-view .title-section .title .name span {
  font-size: 1.563rem;
}
.specialist-view h5 {
  font-size: 1.43rem;
  color: #17863b;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.specialist-view .cntn {
  background: #f5f5f5;
  padding: 25px;
  height: 100%;
}
.qa h3 span {
  font-size: 1.25rem;
  color: #000;
}
.qa h3 {
  color: var(--cr-red);
  font-size: 3.125rem;
  margin-top: -30px;
}
.qa dl {
  background: #fff;
  padding: 24px;
}
.qa dt{
	margin-bottom: 10px;
}

.qa dt, .qa dd {
  position: relative;
  display: flex;
}
.qa dt p {
  font-size: 23px !important;
  font-family: "source-han-serif-japanese", serif;
  color: #17863b;
  font-weight: 600;
  margin-bottom: 0;	
  align-self: center;	
}
.qa dt::before {
  content: "";
  background-image: url("../images/q.png");
  background-repeat: no-repeat;
  background-size: 55px;
  width: 55px;
  min-width: 55px;	
  margin-right: 24px;
  height: 55px;
}

.qa dd::before {
content: "";
  background-image: url("../images/a.png");
  background-repeat: no-repeat;
  background-size: 55px;
  width: 55px;
  min-width: 55px;	
  margin-right: 24px;
  height: 55px;
}

.qa dd p{
	margin-bottom: 0;
}


.video-cntn{
	padding: 5px;
	cursor: pointer;
}

.gold-title{
	color:#bd8417;
	text-align: center;
	font-size: 2.875rem;
}

.video-section{
	padding-top: 60px;
	padding-bottom: 60px;
}

.video-cntn h5{
	font-size:0.95rem;
	text-align: center;
	font-family: var(--cr-body-font-family);
	margin-top: 12px;
    margin-bottom: 0;
}


.slbContentOuter{
	max-width: 60%!important;
}


.same-day{
	background-image: url("../images/patter-bg.png");
	background-position: center;
	padding:60px 20px;
}



/****************************************** レスポンシブ**************************************/
@media (max-width: 1281px) {
  #strengths .cntn-box2 {
    min-height: 196px;
  }
}
@media (max-width: 1199px) {
  .achievement-box ul li {
    width: 29%;
    margin-right: 8px;
    padding-left: 1.5rem;
  }
  #purchase .on-site h3, #purchase .store h3, #purchase .home-delivery h3 {
    width: 27%;
  }
  .specialist-view h4{
	font-size: 2rem;	
  }	
  .specialist-view h4 span{
    font-size: 1.5rem;	
  }
.specialist-view .title-section .title .firm{
	font-size: 1rem;	
  }	
 .specialist-view .title-section .title .firm span{
	font-size: 13px;		
 }
 .specialist-view .title-section .title .name{
	font-size: 1.85rem;		
 }	
 .specialist-view .title-section .title .name span{
	font-size: 1.25rem;	
 }
 .specialist-view img{
    margin-bottom: 20px;		
 }
	
}
@media (min-width: 992px) {
  .sp {
    display: none !important;
  }
  .catergory-page .title {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}
@media (max-width: 992px) {
  .offset-1 {
    margin-left: 0 !important;
  }
  .pc {
    display: none !important;
  }
	
.cfr-plist-wrapper .nav.sp {
    display: block;
}
	
	.cfr-plist-wrapper .nav{
		text-align: center!important;
	}	
	
  .page-section {
    padding: 4.25rem 0;
  }
  section#about {
    padding: 3.825rem 0 3.5rem
  }
  #strengths {
    padding-top: 4.5rem;
  }
  #strengths .section-summary {
    margin-top: 1.75rem;
    margin-bottom: 2.5rem;
  }
  section.primary {
    padding-top: 120px;
  }
  .search input {
    width: 40% !important;
    padding: 0.7rem 1rem 0.7rem 2rem !important;
    font-size: 1rem !important;
  }
  .search-btn {
    width: 60% !important;
    font-size: 1rem !important;
    padding: 1rem !important;
  }
  .top-bar h1 {
    padding-left: 0;
  }
  .top-bar .container {
    display: block;
    max-width: 100% !important;
  }
  .navbar .contact {
    padding-left: 0;
    width: 100%;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 10px 0;
  }
  .navbar-nav {
    padding-left: 0;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    border: solid 1px #cccc;
  }
  .mainvisual h2 {
    font-size: 1.75rem;
    padding: 0.40rem 1rem 0.50rem
  }
  header.mainvisual {
    padding-top: 4rem;
    padding-bottom: 6.5rem;
  }
  .mainvisual h1 {
    font-size: 2.6rem
  }
  .mainvisual .text-content {
    padding: 20px 15px;
  }
  .mainvisual .text-content h3 {
    font-size: 1.25rem;
  }
  .mainvisual .text-content a {
    font-size: 1.125rem;
    padding: 1rem 2.15rem;
  }
  #area-map {
    padding-bottom: 1rem !important;
  }
  .achievement-box {
    padding: 10px;
  }
  .achievement-box .logo, .achievement-box .summery {
    width: 50%;
    padding: 10px;
  }
  .achievement-box .details, .achievement-box .head {
    width: 100%;
  }
  .achievement-box .head {
    margin-bottom: 20px;
  }
  .achievement-box {
    display: block;
  }
  .achievement-box ul li {
    width: 47%;
    padding-left: 1rem;
    margin-right: 8px;
    border-left: none;
    border-bottom: solid #cccccc 1px;
    margin-bottom: 12px;
  }
  .achievement-box ul li p {
    font-size: 13px;
  }
  .achievement-box ul li span {
    font-size: 16px;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  .map-header p {
    font-size: 1.15rem;
  }
  .map-header p span {
    font-size: 1.25rem;
  }
  #about p.bg-red {
    font-size: 1.25rem !important
  }
  #about h2 {
    font-size: 1.833rem;
    margin-bottom: 1rem;
  }
  #strengths h2 {
    font-size: 1.25rem;
  }
  #strengths h2 span.strengths {
    font-size: 2rem;
  }
  .section-summary {
    font-size: 1rem;
  }
  #strengths .cntn-box {
    padding-bottom: 20px;
  }
  #strengths .cntn-box h5 {
    font-size: 1rem;
    padding-top: 8px;
    padding-bottom: 10px;
  }
  #strengths .cntn-box2 {
    min-height: auto;
    margin-bottom: 1.5rem;
	height: auto;
  }
  #strengths .cntn-box2 h5 {
    font-size: 1.25rem;
  }
  #strengths .cntn-box2 p {
    font-size: .925rem;
  }
  .primary h2 {
    font-size: 2rem;
  }
  #purchase .on-site h3, #purchase .store h3, #purchase .home-delivery h3 {
    font-size: 2rem;
    width: fit-content;
    margin-bottom: .5rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #purchase .on-site p, #purchase .store p, #purchase .home-delivery p {
    font-size: 14px;
    width: 100%;
  }
  #purchase .on-site h3::before, #purchase .store h3::before, #purchase .home-delivery h3::before {
    margin-top: 8px;
  }
  #purchase .on-site .d-flex, #purchase .store .d-flex, #purchase .home-delivery .d-flex {
    display: block !important;
  }
  #purchase .mb-2-5 {
    margin-bottom: 1rem !important;
  }
  .purchase-section .col-md-4 {
    margin-bottom: 40px;
  }
  .purchase-section .col-md-4:last-child {
    margin-bottom: 0px;
  }
  .contact-tel {
    display: block;
    margin-bottom: 30px;
  }
  #store-info {
    padding-bottom: 4.5rem !important;
  }
  #staff.primary h2, #brands.primary h2, #voice.primary h2 {
    margin-bottom: 3.175rem;
  }
  .purchase-section .text-cntn p {
    padding: 8px 12px;
  }
  .store-list .tabs input:checked + .tab_items::after {
    display: none;
  }
  .store-list .tabs input:checked + .tab_items span {
    background-color: var(--cr-red) !important;
  }
  .store-list .tab_items {
    width: 50%;
  }
  #t-hokkaido + .tab_items span {
    margin-left: 2px;
  }
  #t-kyusyu + .tab_items span {
    margin-right: 2px;
  }
  .store-list .tab_contents .store-contact .store-img {
    width: 35%;
    min-width: 35%;
  }
  .store-list .tab_contents .store-contact .cntn-box p.address {
    font-size: 0.75rem;
  }
  .store-list .tab_contents .store-contact .cntn-box p.tel {
    margin-bottom: 5px;
  }
  /*.store-list .tab_contents .store-contact .store-img, .store-list .tab_contents .store-contact .cntn-box p.address, .store-list .tab_contents .store-contact .cntn-box p.tel, .store-list .tab_contents .store-contact .cntn-box p.bh{display: none;}*/
  .store-list .tab_contents {
    padding-top: 1rem;
  }
  .store-list .tab_contents .store-contact {
    margin: 2px;
  }
  .store-list .tab_contents .store-contact .cntn-box .store-title {
    font-size: 15px;
    margin-bottom: 0;
  }
  .store-list .tab_contents .store-contact .cntn-box {
    padding: 12px 10px 12px;
  }
  .store-list .tab_contents .store-contact-detals {
    width: 100%;
  }
  .store-list .tab_contents .col-md-6 {
    width: 100%;
    margin-bottom: .5rem;
  }
  .store-list .tab_items span {
    margin-bottom: 1px;
  }
  /*	.store-list .tab_contents .col-md-6:nth-child(odd){padding-right: 0;}
	.store-list .tab_contents .col-md-6:nth-child(even){padding-left: 0;}*/
  .purchase-guide {
    margin-left: 2px;
    margin-right: 2px;
  }
  .purchase-guide .col-md-3 {
    width: 50%;
    margin-bottom: 10px;
  }
  .purchase-guide a .guide-text h4 {
    font-size: 24px;
  }
  .purchase-guide a .guide-text p {
    font-size: 14px;
  }
  .purchase-guide a .guide-text {
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
  }
  #staff .slick-prev, #voice .slick-prev {
    left: 0px;
  }
  #staff .slick-next, #voice .slick-next {
    right: 20px;
  }
  .purchase-guide .col-md-3:nth-child(odd) {
    padding-right: 4px;
  }
  .purchase-guide .col-md-3:nth-child(even) {
    padding-left: 4px;
  }
  .purchase-section {
    margin-bottom: 4.5rem;
  }
  #staff .slick-prev, .slick-next, #voice .slick-prev, #voice .slick-next {
    top: 31%;
  }
  #brands .brand-logos {
    flex-wrap: wrap;
  }
  #brands .pt-5 {
    padding-top: 1.5rem !important;
  }
  #brands .pb-3 {
    padding-bottom: 0.25rem !important;
  }
  #brands h3 {
    margin-bottom: 20px;
  }
  #brands .brand-logos li {
    width: 30%;
    padding: 5px;
  }
  #brands .brand-logos li a {
    padding: 0;
  }
  .col-brands {
    width: 33.333%;
  }
  .col-brands .overlay h5 {
    font-size: 1rem;
  }
  #results .category {
    margin-bottom: 2.625rem;
  }
  #results .category .title h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
	
  .cfr-plist-item{
	width: 50%;
    margin-bottom: 30px;
}
	
  #results .category-item .col-md-2 {
    width: 50%;
    margin-bottom: 30px;
  }
  #results .category a.bttn {
    display: inline-block;
    font-size: 12px;
    color: var(--cr-white);
    background: var(--cr-red);
    padding: 8px 15px;
  }
  #results .category a.bttn:after {
    content: "\F285";
    font-family: bootstrap-icons !important;
    font-size: 10px;
    padding-left: 12px;
    padding-top: 3px;
  }
  #results .category .title {
    padding-bottom: 0;
  }
  .ihin-kv {
    padding: 2rem 1rem;
  }
  .ihin-kv h3 {
    font-size: 2.75rem;
  }
  .ihin-kv h4 {
    font-size: 1.25rem;
  }
  .ihin-kv a {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #voice .slick-prev {
    left: -10px;
  }
  #voice .slick-next {
    right: 10px;
  }
  #voice .voice-box .details {
    padding-top: 14px;
    padding-bottom: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #voice .voice-box .details h5 {
    font-size: 0.875rem !important;
  }
  #voice .voice-box .voice-of {
    flex-wrap: wrap;
  }
  #voice .voice-box .voice-of p {
    width: 48%;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  footer {
    padding: 2.625rem 0 0
  }
  footer .mb-5 {
    margin-bottom: 1rem !important;
  }
  footer .mt-3 {
    margin-top: .50rem !important;
  }
  footer .copyright {
    margin-top: 0.6rem;
    font-size: 0.75rem;
    padding: 0.875rem;
  }
  .subpage h2 {
    font-size: 1.75rem !important;
  }
  .subpage-visual .text-content h3 {
    font-size: 1.25rem !important;
  }
  .attractions dl.row:nth-child(odd) .col-md-8 {
    padding-left: calc(var(--cr-gutter-x) * 0.5);
  }
  .attractions dl.row:nth-child(even) .col-md-8 {
    padding-right: calc(var(--cr-gutter-x) * 0.5);
  }
  .attractions .comment .comment-text {
    margin-bottom: 20px;
  }
  .attractions .cntn-img {
    margin-bottom: 2rem;
  }
  .attractions .comment .buyer .comment-text p {
    margin-bottom: 1rem;
  }
  .attractions .comment .user .details {
    margin-top: 1rem;
  }
  .attractions .buyer .row {
    flex-direction: column-reverse;
  }
  .page-inner .inner-kv h2 {
    font-size: 1.875rem;
  }
  .page-inner .inner-kv h2 span {
    font-size: 1.25rem;
  }
  .sub-head .d-flex {
    display: block !important;
  }
  .page-inner .inner-kv {
    height: 18.125rem;
  }
  .sub-head h2 {
    display: none;
  }
  .sub-head {
    padding: 10px 0;
  }
  .sub-head ul {
    justify-content: center !important;
  }
  .sub-head ul li a {
    font-size: 0.813rem;
    margin: 0 8px;
  }
  .page-inner .store-info .store-image .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .page-inner .result-detail h2 {
    font-size: 1.4rem;
  }
  .cat-title {
    padding: 1rem 1rem 1rem 3.3rem;
    margin-left: 26%;
  }
  .cat-title h4 {
    font-size: 1.2rem;
  }
  .purchase-type .p-type .step {
    width: 100%;
    padding: 20px;
  }
  .purchase-type .p-type .text {
    width: 60%;
    padding: 20px;
  }
  .purchase-type .p-type .img {
    width: 40%;
  }
  .about-category h2, .selling_guide h2 {
    font-size: 1.75rem;
  }
  .catergory-page .col-md-6 img {
    margin-bottom: 1rem;
  }
  .purchase-point .subtitle2 h4 {
    font-size: 1.5rem;
  }
  .purchase-point {
    padding: 2.25rem 1rem 1.75rem;
  }
  #company_table {
    width: 100%;
  }
  #company_table td, #company_table th {
    padding: 10px;
  }
  #company_table th {
    width: 30%;
  }
  .contact-form {
    padding: 1rem
  }
  .contact-form dl dt, .contact-form dl dd {
    width: 100%;
    padding: 0.875rem 0.5rem
  }
  .contact-form dl:last-child dt {
    display: none;
  }
  .send [type=submit] {
    width: 100%;
  }
  .contact-form dl dt {
    padding-bottom: 0;
  }
  #ihin h3{
    font-size: 1.95rem; 
  }
  .specialist-view img{
	width: 150px;	
  }
  .specialist-view .title-section{
	display: block;	
  }
  .specialist-view .title-section:after{
	display: none;
  }
  .specialist-view h4{
     border-bottom: solid 1px #000;
     padding-bottom: 10px;
  }
  .ihin section.primary p{
	font-size: 1rem;  
  }	
  .specialist-view .cntn{
	 padding: 25px 10px;
  }	
  .specialist-view h5{
	 font-size: 1.15rem;	
  }
  .qa h3{
	  font-size: 2.125rem;	
  }
  .qa h3 span{
	  font-size: 1.15rem;	
  }
  .qa dt p{
	font-size: 18px !important;
    line-height: 1.4;
  }
  .qa dt::before, .qa dd::before{ 
	background-size: 50px;
    width: 50px;
    min-width: 50px;
    margin-right: 20px;
    height: 50px;
  }	
	
	.gold-title{
	font-size: 1.9rem;	
	}
	
	.slbContentOuter{
		width: 96%!important;
	}	
	
	.mainvisual-top ul{
		display: none!important;
	}
	
	
}
@media (max-width: 768px) {
  #strengths .row .col {
    flex: none;
  }
  #results .category-item a {
    font-size: 12px;
  }
  .subpage-visual .text-content {
    padding: 15px 12px 10px;
  }
  .subpage-visual .text-content ul {
    display: block;
  }
  .subpage-visual .text-content li:last-child {
    margin-left: 0;
    margin-top: 10px
  }
  .subpage-visual .text-content li:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .subpage .bg-texture-y .row {
    flex-direction: column-reverse;
  }
  .col-left, .col-right {
    width: 100%;
  }
  .col-left {
    padding-right: calc(var(--cr-gutter-x) * 0.5);
  }
  .mb-4 {
    margin-bottom: 1rem !important;
  }
  .p-4 {
    padding: 1.5rem !important;
  }
  .section-red {
    font-size: 1.5rem;
    padding: 2.25rem 1rem 2.75rem;
  }
  .attractions .col-md-4 img {
    margin-bottom: 1rem;
  }
  .attractions h4 {
    margin-bottom: 1.5rem;
  }
  #strengths .col-md-4 {
    width: 50%;
  }
  .page-inner .buyer-detail .text {
    padding-left: calc(var(--cr-gutter-x) * 0.5);
  }
  .page-inner .buyer-detail .comment {
    padding: 1.25rem 1rem 1.5rem
  }
  .page-inner .cntn-buyer-profile h5 {
    margin-bottom: 1.25rem;
    font-size: 1.65rem;
  }
  .page-inner .buyer-detail .comment h6 {
    font-size: 1.15rem;
    margin-bottom: 0.90rem;
  }
  .page-inner .staff-intro .col-md-4 {
    width: 50%;
  }
  .page-inner .store-info .mx-5 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
  .page-inner .store-info h2 {
    margin-bottom: 2rem;
  }
  .page-inner .store-information li {
    padding: 1rem;
  }
  .page-inner .store-information li label {
    margin-right: 5px;
  }
  .page-inner .store-info .access .details {
    margin-top: 30px;
  }
  .page-inner .result-detail .col-60, .page-inner .result-detail .col-40 {
    width: 100%;
    display: block;
  }
  h4, .h4 {
    font-size: 1.375rem;
  }
  h5, .h5 {
    font-size: 1.15rem;
  }
  .bg-white.me-5 {
    margin-right: 0rem !important;
  }
  .attractions .comment h5 {
    margin-bottom: 1rem;
  }
  .attractions dl {
    padding-top: 2.25rem;
    padding-bottom: 2.75rem;
  }
  .contact-purchase a.cntc-onsite {
    margin-bottom: 20px;
  }
  #voice .voice-box {
    margin-left: 10px;
    margin-right: 10px;
  }
  .category-list li {
    width: 100%;
    padding-right: calc(var(--cr-gutter-x) * 0.5);
    padding-left: calc(var(--cr-gutter-x) * 0.5);  
	margin-bottom: 1rem;  
  }
  .cat-title {
    padding: 1.85rem 1rem 1.85rem 4.2rem;
    clip-path: polygon(18% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .purchase-type .p-type li {
    display: block;
  }
  .purchase-type .p-type .step {
    width: 100%;
    padding: 20px;
  }
  .purchase-type .p-type .text {
    width: 100%;
    padding: 20px;
  }
  .purchase-type .p-type .img {
    width: 100%;
  }
  .selling_guide .row {
    flex-direction: column-reverse;
  }
  #company .container, #contact .container {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .contact-form select {
    width: 100%;
  }
  .ihin .col-md-5, .ihin .col-md-7{
	width: 100%;
  }	
  .ihin .col-md-5{
	margin-bottom: 20px;	
  }
  .specialist-view .title-section .title .firm{
	text-align: right;
    display: inline-block;
	margin-bottom: 0;
  }	

	
}
@media (min-width: 768px) {
  #strengths h2.sp img {
    padding: 0 16%;
  }
  #staff .staff-detail img {
    padding: 20px;
  }
  #staff .slick-prev, #voice .slick-prev {
    left: -20px;
  }
  #staff .slick-next, #voice .slick-next {
    right: 0px;
  }
}
@media (max-width: 576px) {
  .achievement-box .summery span {
    font-size: 1.6rem;
  }
  .achievement-box .summery p {
    font-size: 13px;
  }
  #staff .slick-prev, #voice .slick-prev {
    left: -24px;
  }
  #staff .slick-next, #voice .slick-next {
    right: -3px;
  }
  .subpage .col-left h2 {
    font-size: 1.5rem !important;
  }
  .store-list .tab_contents .col-md-6 {
    width: 100%;
    margin-bottom: .5rem;
  }
  .store-list .tab_contents .col-md-6:nth-child(odd) {
    padding-right: calc(var(--cr-gutter-x) * 0.5);
  }
  .store-list .tab_contents .col-md-6:nth-child(even) {
    padding-left: calc(var(--cr-gutter-x) * 0.5);
  }
  #strengths .cntn-box h5 {
    font-size: .875rem;
  }
  #staff .staff-detail {
    padding: 0 10px;
  }
  .page-inner .store-information li label {
    width: 33%;
  }
  .page-inner .store-information li p {
    width: 65%;
  }
  .purchase-type .delivery-kit {
    display: block;
  }
  .purchase-type .delivery-kit p {
    text-align: center;
    width: 100% !important;
    display: block;
    margin-bottom: 15px;
  }
}
@media (max-width: 380px) {
  #results .category-item .col-md-2 {
    width: 100%;
  }
  .page-inner .store-information li label, .page-inner .store-information li p {
    width: 100%;
  }
  #company_table tr:first-child th {
    border-top: none;
  }
  #company_table tr {
    display: block;
  }
  #company_table td, #company_table th {
    display: inline-block;
    width: 100%;
  }
  #company_table th {
    padding-top: 30px;
  }
}
.side2_logo {
  justify-content: center;
  display: flex;
  background: var(--cr-red);
}
.side-area-bottom {
  position: fixed;
  width: 100%;
  z-index: 9999;
  left: 0;
  bottom: 0;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: flex;
  flex-wrap: wrap;
}
.side2__txt i {
  margin-right: 5px;
}
.side2 {
  background: #fff;
  z-index: 10;
  display: flex;
}
.side2__tit {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0
}
.side-text-area {
  padding: 10px 0;
  align-self: center !important;
}
.side2__txt {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  align-items: center;
  margin: 0.25rem;
}
.side2__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.side2__input {
  width: 180px;
  height: 35px;
  background: #fdffec;
  border-radius: 5px;
  border: solid 1px #000;
  margin: 0 5px;
  padding: 0 5px;
  font-size: 17px;
  box-sizing: border-box;
}
.side2__btn {
  display: block;
  position: relative;
  margin: 10px;
}
.side2__tel {
  padding: 10px;
  background: #dddddd;
  display: flex;
}
.ctabtn__side {
  line-height: 1;
}
.ctabtn__side p {
  font-size: .75rem;
  margin-top: 0.125rem;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 0;
}
.ctabtn__side a {
  color: #030000;
}
.ctabtn__side a strong {
  padding-left: 40px;
  font-size: 1.75rem;
  background-size: 32px auto;
  color: #030000;
  background: url(../images/icon-tel.svg) left top no-repeat;
  display: block;
  font-family: 'Oswald', sans-serif;
  text-shadow: 1px 1px 0 #ffffff;
  cursor: pointer;
}
.side2__img {
  margin-bottom: 0;
}
.kobutsu-area, .virus-area {
  text-align: center;
  padding: 0.5rem 0.5rem 0;
  font-size: .875rem;
  margin-bottom: 0;
}
.kobutsu-area a {
  background-color: #ffe400;
  color: #030000;
}
.kobutsu-area a, .virus-area a {
  cursor: pointer;
  position: relative;
  padding: 0.5rem 0.75rem;
  display: block;
  border: 2px solid #000;
  border-radius: 0.25rem;
  box-shadow: 0 4px 0 0 #000;
  transition: top .25s ease-in-out, background-color .25s ease-in-out;
}
.virus-area {
  padding-bottom: 0.75rem;
}
.virus-area a {
  color: #fff;
  background-color: #0000bb;
}
.popup-area button {
  margin: 30px auto 0;
}
.popup-area .icon {
  font-size: 3em;
  color: red;
}
/* 背景色 */
.cover-eml {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.white-popup {
  position: relative;
  /* background: #FFF; */
  padding: 20px 0;
  width: auto;
  max-width: 500px;
  margin: 0 auto;
}
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  background: #fff;
  padding: 30px;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
.modal-open, .modal-close {
  cursor: pointer;
}
/*all 郵便モーダル */
a.popup-modal-dismiss {
  font-size: 230%;
  text-align: right;
  display: block;
  line-height: 0em;
  margin-bottom: 25px;
  cursor: pointer;
  color: #fff;
}
#submit_btn[disabled] {
  opacity: 0.5;
}
/* POPUP */
.popup__shop {}
.popup__shop--wrap {
  background-color: #fff;
  padding: 1rem;
  overflow-y: auto;
  max-height: 350px;
  font-size: 80%;
  margin-bottom: 10px;
}
.popup__shop--title {
  font-size: 1.25rem;
  margin-bottom: 0;
  background-color: #eee;
  padding: 0.5em 1em;
  display: block;
  width: 100%;
  border-top: 2px solid #111;
}
.popup__shop--list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.popup__shop--item {
  position: relative;
  padding: .5rem 1rem;
}
.popup__shop--item:not(:first-child) {
  border-top: 1px dotted #888;
}
.popup__shop--item a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 10;
}
.popup__shop--name {
  white-space: nowrap;
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: .5rem;
}
.popup__shop--name a {
  color: #000;
  text-align: left;
}
.popup__shop--address {
  line-height: 1.5;
  margin-bottom: 0;
}
a.mkr_ct_link_txt {
  background-color: #004c72;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 10px 40px 10px 25px;
  margin: 10px 0px 15px !important;
  position: relative;
  box-shadow: 0px 5px 2px 0px #646464;
}
a.mkr_ct_link_txt:after {
  content: ">";
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
}
.popupModalTitle {
  padding: 1rem 2rem;
  position: relative;
  border: 10px solid #ededed;
  background: #fff url("../images/banner_btn_stripe.png") repeat;
}
.popupModalTitle__point img {
  width: 50px;
  height: 50px;
}
.popupModalTitle::before {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  background: url(../images/banner_btn_back.png) right top no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.popupModalTitle__point {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 12;
}
.popupModalTitle__inner {
  color: #0041a2;
  text-align: left;
  line-height: 1;
  filter: drop-shadow(1px 1px 1px #000);
  position: relative;
  z-index: 10;
}
.popupModalTitle__title {
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  font-size: 2rem;
  line-height: 1;
}
.popupModalTitle__title strong {
  font-size: 3rem;
}
.popupModalTitle__text {
  line-height: 1;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  font-size: 1rem;
}
.error-popup {
  background-color: #fff;
  padding: 1rem;
}
.error-popup p {
  color: #f00;
  text-align: center;
}
.error-popup p strong {
  font-size: 1.25rem;
}
.error-popup ul {
  padding: 1rem;
}
.error-popup ul li {
  line-height: 1.5;
  padding-left: 0.25rem;
}
.error-popup ul li::marker {
  color: #f00;
  content: '×';
}
.ctabtn__popup a {
  padding: 0.75rem 1rem;
}
.ctabtn__popup a {
  display: block;
  border-radius: 8px;
  background-color: #fee404;
  box-shadow: 0 4px 0 0 #978609;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  position: relative;
  transition: top .25s ease-in-out, background-color .25s ease-in-out;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ctabtn__popup a strong {
  display: block;
  font-size: 2.75rem;
}
.ctabtn__popup a strong {
  color: #000;
  text-shadow: 1px 1px 0 #fff;
  font-family: 'Oswald', sans-serif;
}
.search {
  padding: 5px 10px;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.search span {
  position: absolute;
  width: 0px;
  transition: all 0.5s ease-in-out;
  font-size: 1.125rem;
  padding: 1rem 0;
  font-weight: 600;
  line-height: 1;
  border-radius: 0;
  z-index: 1;
  margin-left: 8px;
}
.search input {
  justify-content: center !important;
  transition: all 0.5s ease-in-out;
  font-size: 1.125rem;
  padding: 0.7rem 2.15rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 0;
  width: 50%;
}
.search-input::before {
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: aqua;
  content: "〒";
}
.search input:focus {
  border: 1px solid var(--cr-red);
  box-shadow: none;
}
.search-btn {
  width: 50%;
  border: 0;
  font-family: var(--cr-title-font);
  font-size: 1.125rem;
  padding: 1rem 1.15rem;
  font-weight: 600;
  line-height: 1;
  transition: all 0.5s ease-in-out;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
  z-index: 2;
  justify-content: center;
}
/*.search-btn::before{content: "";
    font-family: bootstrap-icons!important;
    background: url(../images/search-icon.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: 100%;
    margin-right: 10px;
    display: inline-block;}*/
.inline-popup {
  position: relative;
  z-index: 9999;
  padding: 0;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.popup-container {
  display: none; /* Initially hide all divs with this class */
}
.mfp-content {
  vertical-align: top;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
}
.mfp-close {
  font-size: 34px;
}