﻿@charset "utf-8";

/* CSS Document */
html,
body {
  width: 100%;
  overflow: auto;
}

/* ▼基本デザイン */
/* ----------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

#all img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.fade:hover {
  opacity: 0.5;
  filter: alpha(opacity=60);
}

a:hover {
  text-decoration: none;
}

/* ▼gグローバルナビ問題
/* ----------------------------------------------------- 

.header #ui-tab {
    display:block!important;
} */
#global-info {
  display: none !important;
}

.history-right {
  display: none !important;
}

/* ▼パンくず */
/* ----------------------------------------------------- */
#pankuzu {
  max-width: 1200px;
  margin: 0 auto !important;
  text-align: left;
  padding: 5px !important;
  font-size: 11px !important;
  background-color: transparent;
  color: #111 !important;
}

#pankuzu a:link {
  /* パンくずのリンク */
  text-decoration: none;
}

#pankuzu a:visited {
  /* パンくずのリンク */
  text-decoration: none;
}

#pankuzu a:hover {
  /* パンくずのリンク */
  text-decoration: underline;
}

.pan_cover {
  background-color: #fff;
}

/* ▼各デザイン */
/* ----------------------------------------------------- */
#all {
  width: 100%;
  background-color: #E1E5D8;
}

#all p {
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
}

.sp_only {
  display: none;
}

/* ▼MV */
/* ----------------------------------------------------- */
.main_v {
  width: 100%;
  height: calc(82vh) !important;
  background-image: url(../img/mv_pc.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 auto;
}

.wcover {
  display: flex;
  /* align-items: center; */
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  position: absolute;
  right: 30%;
}

.wcover:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
}

.wcover h1 {
  margin: auto;
  display: block;
  width: 75%;
  max-width: 400px;
  z-index: 1;
  position: relative;
}

.wcover h2 {
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  font-size: 15px;
  letter-spacing: 2px;
}

.icon {
  position: absolute;
  top: 11%;
  left: 84%;
  width: 115px;
  height: 115px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 17px; */
  /* color: #FFE46B!important; */
  background-color: #C24838;
}

.icon p {
  font-size: 17px !important;
  color: #FFE46B !important;
  line-height: 1.2 !important;
  padding-top: 10px;
}

.icon span {
  font-size: 13px;
  color: #fff;
  display: block;
  padding-top: 3px;
}

/* ▼caption_cover */
/* ----------------------------------------------------- */
.caption p {
  line-height: 2 !important;
  letter-spacing: 0.5px !important;
  padding-bottom: 30px;
  color: #356D15 !important;
}

.caption {
  padding: 140px;
}


/* ▼christmas */
/* ----------------------------------------------------- */
.ch_cover {
    max-width: 1200px;
    /* background-image: url("../img/ch_back.png"); */
    /* background-size: 100% 100%; */
    margin: 0px auto 170px;
    display: flex;
    justify-content: space-between;
    width: 90%;
    position: relative;
    background-repeat: no-repeat;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid #C24838;
}
.ch_main {
  width: 60%;
}

.ch_text_cover {
  width: 40%;
  padding: 62px 0;
}
.ch_t {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}
.ch_t p {
    color: #111 !important;
    padding-bottom: 30px;
}
.ch_mh {
  font-family: garamond-premier-pro, serif !important;
  font-size: 34px;
  letter-spacing: 4px;
  font-weight: normal;
  color: #C24838;
  text-align: center;
  padding: 10px 0 20px;
}

.ch_mh span {
  display: block;
  font-size: 19px;
  font-family: garamond-premier-pro, serif !important;
  font-style: italic;
  letter-spacing: 2px;
}

.ch_y {
    background-color: #FFE4A1;
    color: #C24838 !important;
    border-radius: 20px;
    width: 209px;
    font-weight: bold;
    margin: 0 auto;
	position: relative;
}
.ch_y::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 14px;
    border-style: solid;
    border-color: #FFE4A1 transparent transparent transparent;
    z-index: 1;
}
a.link_f {
  display: block;
  padding: 15px 0px;
  cursor: pointer;
  margin: 0 auto;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: bold !important;
  background-color: #CC7066;
  color: #fff;
  width: 60%;
  border-radius: 6px;
  justify-content: center;
  line-height: 1;
  position: relative;
}

.p_bt_detail {
  border-radius: 4px;
  margin: 0 auto;
}

.p_bt_detail>a>span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0.8rem;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  margin: auto;
}

.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.icon_ch {
  width: 123px;
  height: 123px;
  top: -9%;
  left: -6%;
  z-index: 2;
}

.icon_ch p {
  font-family: garamond-premier-pro, serif !important;
  font-size: 49px !important;
  font-style: italic;
  line-height: 0.9 !important;
}

.ch_until {
  font-style: normal;
  color: #FFE46B !important;
  font-size: 17px !important;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.ch_day {
  display: inline !important;
  font-family: garamond-premier-pro, serif !important;
  font-size: 28px !important;
  color: #FFE46B !important;
  padding-right: 5px;
}

.ch_img img {
    height: 100%!important;
    object-fit: cover;
}
.ch_img {
    height: 100%;
}
.ch_text {
    align-items: center;
}
	
/* ▼ic_cover */
/* ----------------------------------------------------- */
.ic_cover {
  background-color: #597546;
  padding-bottom: 140px;
}

.mh2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho" !important;
  font-size: 34px;
  letter-spacing: 4px;
  font-weight: normal;
  text-align: center;
  font-feature-settings: "palt";
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 70px 0px;
  color: #fff;
}

.mh2 .big {
  font-family: garamond-premier-pro, serif !important;
  font-style: italic;
  font-size: 67px;
  padding: 0 8px 0 4px;
}

.mh2 .small {
  font-family: garamond-premier-pro, serif !important;
  font-style: italic;
  font-size: 44px;
}

.mh2 img {
  width: 180px;
  display: block;
  margin: 0 auto;
}

.owl-carousel_nav {
  padding-bottom: 80px;
}

.nav_item_cover {
  position: relative;
}

.icon_tips {
  background-image: url("../img/icon_y.png");
  position: absolute;
  top: 2%;
  left: 2%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 97px;
  height: 110px;
  z-index: 3;
}

.icon_tips p {
  font-family: garamond-premier-pro, serif !important;
  font-style: italic;
  font-size: 33px !important;
  color: #B59228 !important;
  line-height: 1.2 !important;
  padding-top: 15px;
}

.tips_only {
  font-family: garamond-premier-pro, serif !important;
  font-style: italic;
  font-size: 17px !important;
  color: #B59228 !important;
  display: block;
  letter-spacing: 1px;
  padding-bottom: 2px;
}

.mh4 {
  color: #fff;
  font-size: 16px;
  padding-top: 12px;
}

.nav_category {
  color: #fff !important;
  font-family: garamond-premier-pro, serif !important;
  font-size: 11.2px !important;
  display: block;
  letter-spacing: 1.2px;
  padding-top: 5px;
  font-weight: bold;
}
.nav_cover {
    padding-bottom: 130px;
}


/* ▼item_cover */
/* ----------------------------------------------------- */
.item_cover {
    background-color: #fff;
    max-width: 1600px;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 120px;
}

.mh3 {
    font-family: garamond-premier-pro, serif !important;
    font-size: 44px;
    letter-spacing: 4px;
    font-weight: normal;
    text-align: center;
    font-feature-settings: "palt";
    margin: 0 auto;
    padding: 100px 0px 85px;
    color: #B59228;
    font-style: italic;
    position: relative;
}
.mh3 span {
  display: block;
  font-size: 15px;
  font-style: normal;
  margin: -9px;
  letter-spacing: 2px;
}

.mh3::before {
  content: "";
  background-image: url("../img/kakko_y.svg");
  width: 20px;
  height: 87px;
  position: absolute;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  background-size: auto;
  top: 38%;
  left: 35%;
}

.mh3::after {
  content: "";
  background-image: url("../img/kakko_y.svg");
  width: 20px;
  height: 87px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto;
  top: 38%;
  right: 35%;
}

.item_img img {
  height: 783px !important;
  object-fit: cover;
}

.item_main_v {
  position: relative;
}

.item_name {
  position: absolute;
  background-color: #fff;
  color: #444 !important;
  z-index: 4;
  bottom: 12px;
  right: 12px;
  padding: 0 12px;
  opacity: 0.8;
}

.tips_p {
  background-color: #ede1ad;
  color: #B59228 !important;
  width: 100%;
  font-size: 20px !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 5px 0;
  font-weight: bold;
}

.icon_big {
  top: 1.5%;
}

.item_name span {
  font-family: garamond-premier-pro, serif !important;
  font-size: 18px;
}

.item_text {
  color: #444 !important;
  max-width: 1200px;
  text-align: justify;
  margin: 0 auto;
  padding: 60px 0 40px;
  width: 90%;
}

.favric {
  background-color: #d6c483 !important;
  width: 30% !important;
  padding: 16px 0 !important;
}

.item_other_cover {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0 140px;
    width: 90%;
    display: flex;
    gap: 80px 2%;
    flex-wrap: wrap;
}
.other {
  width: 49%;
  position: relative;
}

.item_other img {
  height: 595px !important;
}

.other_p {
  padding: 22px 0;
  line-height: 1.5 !important;
}

.item_cover .owl-dots {
  bottom: -2rem;
}

.item_cover .owl-theme .owl-dots .owl-dot span {
  background: #d6c483 !important;
  opacity: 0.4;
}

.item_cover .owl-theme .owl-dots .owl-dot.active span,
.item_cover .owl-theme .owl-dots .owl-dot:hover span {
  background: #d6c483 !important;
  opacity: 0.7;
}

.item_text_other {
  width: 100%;
}

.other_link {
  width: 60% !important;
}

/* ▼color*/
/* ----------------------------------------------------- */
.goods_icon{
    background-image: url(../img/icon_r.png);
}
.goods_icon p,.goods h3{
		color: #CC725C!important;
}
.goods_span{
		color: #CC725C!important;
}
.goods .owl-theme .owl-dots .owl-dot span {
    background: #CC725C !important;
    opacity: 0.3;
}
.goods .owl-theme .owl-dots .owl-dot.active span, .item_cover .goods .owl-dots .owl-dot:hover span {
    background: #CC725C !important;
    opacity: 0.5;
}
.goods a {
    background-color: #E6B5A5!important;
}
.goods_mh3::after,.goods_mh3::before  {
    background-image: url("../img/kakko_r.svg")!important;
}
.goods_p{
    background-color: #FAE5D9;
    color: #CC725C !important;
}
.tablew_icon{
    background-image: url(../img/icon_b.png);
}
.tablew_icon p,.tablew h3{
		color: #4690B0!important;
}
.tablew_span{
		color: #4690B0!important;
}
.tablew_mh3::after,.tablew_mh3::before  {
    background-image: url("../img/kakko_b.svg")!important;
}
.tablew a {
    background-color: #9BC2CE!important;
}
.tablew_p{
    background-color: #DFEEEF;
    color: #4690B0 !important;
}
.tablew .owl-theme .owl-dots .owl-dot span {
    background: #4690B0 !important;
    opacity: 0.3;
}
.tablew .owl-theme .owl-dots .owl-dot.active span, .tablew .goods .owl-dots .owl-dot:hover span {
    background: #4690B0 !important;
    opacity: 0.5;
}


/* ▼owl*/
/* ----------------------------------------------------- */
.owl-carousel_nav .owl-next,.owl-carousel_nav .owl-prev {
    top: 35%;
}
.other .owl-next, .other .owl-prev{
    top: 54%;
}
.owl-controls {
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 !important;
}

.owl-next {
  z-index: 99999;
  position: absolute;
  top: 47%;
  right: 1%;
  clear: both;
  display: block !important;
  background-image: url(../img/owl_arrow_r.png) !important;
  background-size: contain !important;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-color: transparent !important;
  font-size: 0 !important;
}

.owl-prev {
  z-index: 99999;
  position: absolute;
  top: 47%;
  left: 1%;
  clear: both;
  display: block !important;
  background-image: url(../img/owl_arrow_l.png) !important;
  background-size: contain !important;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-color: transparent !important;
  font-size: 0 !important;
}

.owl-dots {
  position: absolute;
  bottom: 1rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.5rem;
  background: #FFF;
  position: relative;
  opacity: 0.7;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
  opacity: 1;
}

.owl-item {
  height: 100%;
}
.owl-stage {
  height: 100%;
}
.owl-stage-outer {
    height: 100% !important;
}
.owl-carousel {
  height: 100% !important;
}
 .owl-carousel.owl-loaded,.owl-stage-outer,.owl-stage,.owl-item .cloned {
 height: 100%;
}
/* ▼mag*/
/* ----------------------------------------------------- */
.mag_cover {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 200px;
  /*padding-top: 150px;*/
}

.top-webmagazine .wm-inner {
  margin: 10px 16px 0 !important;
}
.top-webmagazine {
    text-align: left;
}
b {
  margin: 15px 3% 0 0 !important;
}

.top-webmagazine h2 {
    background: #c6cccf !important;
    color: white !important;
    border-radius: 0 !important;
    border: none !important;
    margin: 0 0 15px !important;
    padding: 10px 0 !important;
    font-size: 24px !important;
}
.bn_cover {
    display: flex;
    width: 1120px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 50px auto;
    gap: 2rem;
}

.tf_b {
  /* padding-bottom: 40px; */
  text-align: center;
}

.tf_b a {
  text-decoration: none;
  color: #111;
}

.bn_cover img {
  padding-bottom: 10px;
}

.garamond {
  font-family: 'EB Garamond', serif !important;
  font-weight: normal;
  letter-spacing: 2px;
}

/* ▼幅毎の調整 
/* ----------------------------------------------------- */
@media only screen and (max-width: 1200px) and (orientation:portrait) {
  .main_v {
    height: calc(100vh - 700px) !important;
  }

}

@media only screen and (max-width: 1200px) and (orientation: landscape) {
  .main_v {
    height: calc(100vh - 300px) !important;
  }
.wcover h1 {
    max-width: 320px;
}	
		.icon_ch {
    top: -9%;
    left: -4%;
}
}

@media screen and (max-width: 1200px) {}

}
}

@media screen and (max-width: 1440px) {}