/*==============================================
 Base
 ===============================================*/
body {
  color: #434852;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: "Zen Old Mincho", serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
header {
  position: relative;
}
.abs {
  position: absolute;
  z-index: 1;
}
a:active, a:focus {
  outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}
h4, h5, h6, p {
  font-weight: 400;
}
p {
  line-height: 1em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
a {
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #323232;
}
a, .btn, .shop_btn {
  -webkit-transition: all .3s;
  transition: all .3s;
}
a img, iframe {
  border: none;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
  font-feature-settings: "palt" 1;
}
.title-text {
  margin-bottom: 30px;
}
.title-text h5,
.title-text h3 {
  line-height: 1em;
  display: block;
}
.top04 .title-text h3,
.top01_1 .title-text h3 {
  line-height: 1.55em;
}
.title-text h5 {
  letter-spacing: 0.04em;
  text-indent: 0.04em;
}
.title-text h3 {
  letter-spacing: 0.16em;
  text-indent: 0.16em;
}
p.sub-title {
  display: block;
  line-height: 1em;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
.color-white {
  color: #ffffff;
}
.color-gold {
  color: #FFE6B0;
}
.container {
  position: relative;
  z-index: 2;
}
.inline-block {
  display: inline-block;
  width: 100%;
}
.relative {
  position: relative;
}
.vertical-align {
  position: relative;
}
img.label-img {
  max-height: 80px;
  margin: 0 auto;
  display: block;
}
/*==============================================
 Utility
 ===============================================*/
.m-top-0, .m-top-10, .m-top-15, .m-top-20, .m-top-25, .m-top-30, .m-top-35, .m-top-40, .m-top-50, .m-top-80, .m-top-100, .m-bot-0, .m-bot-10, .m-bot-15, .m-bot-20, .m-bot-25, .m-bot-30, .m-bot-35, .m-bot-40, .m-bot-50, .m-bot-80, .m-bot-100 {
  display: inline-block;
}
.m-top-0 {
  margin-top: 0 !important;
}
.m-top-5 {
  margin-top: 5px;
}
.m-top-10 {
  margin-top: 10px;
}
.m-top-15 {
  margin-top: 15px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-top-25 {
  margin-top: 25px;
}
.m-top-30 {
  margin-top: 30px;
}
.m-top-35 {
  margin-top: 35px;
}
.m-top-40 {
  margin-top: 40px;
}
.m-top-50 {
  margin-top: 50px;
}
.m-top-80 {
  margin-top: 80px;
}
.m-top-100 {
  margin-top: 100px;
}
/*margin bottom*/
.m-bot-0 {
  margin-bottom: 0 !important;
}
.m-bot-10 {
  margin-bottom: 10px;
}
.m-bot-15 {
  margin-bottom: 15px;
}
.m-bot-20 {
  margin-bottom: 20px;
}
.m-bot-25 {
  margin-bottom: 25px;
}
.m-bot-30 {
  margin-bottom: 30px;
}
.m-bot-35 {
  margin-bottom: 35px;
}
.m-bot-40 {
  margin-bottom: 40px;
}
.m-bot-50 {
  margin-bottom: 50px;
}
.m-bot-60 {
  margin-bottom: 60px;
}
.m-bot-75 {
  margin-bottom: 75px;
}
.m-bot-80 {
  margin-bottom: 80px;
}
.m-bot-100 {
  margin-bottom: 100px;
}
/*padding top*/
.p-top-0 {
  padding-top: 0;
}
.p-top-10 {
  padding-top: 10px;
}
.p-top-15 {
  padding-top: 15px;
}
.p-top-20 {
  padding-top: 20px;
}
.p-top-25 {
  padding-top: 25px;
}
.p-top-30 {
  padding-top: 30px;
}
.p-top-35 {
  padding-top: 35px;
}
.p-top-40 {
  padding-top: 40px;
}
.p-top-50 {
  padding-top: 50px;
}
.p-top-80 {
  padding-top: 80px;
}
.p-top-100 {
  padding-top: 100px;
}
.p-tb-10 {
  padding: 10px 0;
}
.p-tb-20 {
  padding: 20px 0;
}
.p-tb-30 {
  padding: 30px 0;
}
.p-tb-50 {
  padding: 50px 0;
}
.p-tb-100 {
  padding: 100px 0;
}
.p-tb-150 {
  padding: 150px 0;
}
.p-tb-200 {
  padding: 200px 0;
}
.p-top-0 {
  padding-top: 0 !important;
}
.p-bot-0 {
  padding-bottom: 0 !important;
}
.p-bot-100 {
  padding-bottom: 100px !important;
}
/*==============================================
 Bootstrap Reset
 ===============================================*/
.container-fluid,
.col-lg-1, .col-md-1, .col-sm-1, .col-xs-1,
.col-lg-2, .col-md-2, .col-sm-2, .col-xs-2,
.col-lg-3, .col-md-3, .col-sm-3, .col-xs-3,
.col-lg-4, .col-md-4, .col-sm-4, .col-xs-4,
.col-lg-5, .col-md-5, .col-sm-5, .col-xs-5,
.col-lg-6, .col-md-6, .col-sm-6, .col-xs-6,
.col-lg-7, .col-md-7, .col-sm-7, .col-xs-7,
.col-lg-8, .col-md-8, .col-sm-8, .col-xs-8,
.col-lg-9, .col-md-9, .col-sm-9, .col-xs-9,
.col-lg-10, .col-md-10, .col-sm-10, .col-xs-10,
.col-lg-11, .col-md-11, .col-sm-11, .col-xs-11,
.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
  padding-right: 30px;
  padding-left: 30px;
}
/*==============================================
 Body
 ===============================================*/
.body-content {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.page-content {
  display: block;
  width: 100%;
  padding: 120px 0;
  position: relative;
}
/*==============================================
 Banner: Static
 ===============================================*/
h1 {
  margin: 0;
}
/*==============================================
 Scroll Top
 ===============================================*/
.lift-off {
  position: fixed;
  right: 16%;
  bottom: 30px;
  width: 68%;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  color: #fff;
  line-height: 40px;
}
.lift-off_show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.lift-off_hide {
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}
/*==============================================
 Background Images
 ===============================================*/
.bg_img7 {
  left: calc(50% - 850px);
  bottom: -400px;
  width: 360px;
}
.bg_img8 {
  right: calc(50% - 870px);
  bottom: -380px;
  width: 336px;
}
.bg_img10 {
  left: calc(50% - 850px);
  bottom: -230px;
  width: 306px;
}
.bg_img11 {
  right: calc(50% - 950px);
  bottom: -265px;
  width: 356px;
}
.bg_img20 {
  left: calc(50% - 815px);
  top: 550px;
  width: 358px;
}
.bg_img21 {
  right: calc(50% - 1050px);
  top: 460px;
  width: 428px;
}
/*==============================================
 Top Bar
 ===============================================*/
.top-bar {
  padding: 10px 0;
  background: #fff;
}
.top-bar a img {
  width: 62px;
}
.top-bar span.none_sp {
  font-weight: 600;
  color: #7E5000;
  font-size: 13px;
}
.top-bar span.none_sp a {
  color: #7E5000;
}
.top-bar span.none_sp a:hover {
  opacity: .8;
}
.top-bar p {
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: 0.06em;
  text-indent: 0;
}
/*==============================================
 Font Size
 ===============================================*/
.font13 {
  font-size: 13px;
  line-height: 2em;
}
.font14 {
  font-size: 14px;
  line-height: 2em;
}
.font15 {
  font-size: 15px;
  line-height: 2em;
}
.font16 {
  font-size: 16px;
  line-height: 2em;
}
.font17 {
  font-size: 17px;
  line-height: 2em;
}
.font18 {
  font-size: 18px;
  line-height: 2em;
}
.font19 {
  font-size: 19px;
  line-height: 2em;
}
.font20 {
  font-size: 20px;
  line-height: 2em;
}
.font21 {
  font-size: 21px;
  line-height: 2em;
}
.font22 {
  font-size: 22px;
  line-height: 2em;
}
.font23 {
  font-size: 23px;
  line-height: 2em;
}
.font24 {
  font-size: 24px;
  line-height: 2em;
}
.font25 {
  font-size: 25px;
  line-height: 2em;
}
.font26 {
  font-size: 26px;
  line-height: 2em;
}
.font27 {
  font-size: 27px;
  line-height: 2em;
}
.font28 {
  font-size: 28px;
  line-height: 2em;
}
.font29 {
  font-size: 29px;
  line-height: 2em;
}
.font30 {
  font-size: 30px;
  line-height: 2em;
}
.font31 {
  font-size: 31px;
  line-height: 2em;
}
.font32 {
  font-size: 32px;
  line-height: 2em;
}
.font33 {
  font-size: 33px;
  line-height: 2em;
}
.font34 {
  font-size: 34px;
  line-height: 2em;
}
.font35 {
  font-size: 35px;
  line-height: 2em;
}
.font36 {
  font-size: 36px;
  line-height: 2em;
}
.font38 {
  font-size: 38px;
  line-height: 2em;
}
.font40 {
  font-size: 40px;
  line-height: 2em;
}
.font42 {
  font-size: 42px;
  line-height: 2em;
}
.font44 {
  font-size: 44px;
  line-height: 2em;
}
/*==============================================
 Other Settings
 ===============================================*/
.brand-inner {
    display: flex;
    justify-content: flex-end;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
}
.brand-child {
    width: 610px;
    z-index: 2;
}
.brand-inner>img.abs {
    width: 577px;
    left: -60px;
    top: -145px;
    z-index: 1;
}
.brand-child h3 {
    letter-spacing: 0.26em;
    line-height: 1.82em;
    margin-bottom: 20px;
    text-indent: 0;
}
.brand-child p {
    letter-spacing: 0.14em;
    line-height: 2.76em;
    margin-bottom: 0;
    text-indent: 0;
}

div#home {
  background-position: top center;
  background-size: auto;
  background-repeat: repeat;
}

h1 img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.page-content.top01 {
  padding: 90px 0 0;
  background: #B4001B;
}
.top01 .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.page-content.top01_1 {
  background: #8C000D;
}

div#fair {
  background-image: url(../img/shoplist-bg-left.png), url(../img/shoplist-bg-right.png), url(../img/shoplist-bg-right.png);
  background-repeat: repeat-y, no-repeat, no-repeat;
  background-size: 391px, 288px, 288px;
  background-position: top 320px left, top 320px right, top 6900px right;
}

.amaou-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.amaou-menu a {
  color: #ffffff;
  display: block;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-indent: -0.16em;
  font-size: 19px;
  width: calc(100% / 4);
  border-right: 1px solid #E7CA86;
  position: relative;
  padding: 18px 0 24px;
}
.amaou-menu a:first-child {
  border-left: 1px solid #E7CA86;
}
.amaou-menu a img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 9px;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s;
}
.amaou-menu a:hover {
  opacity: 0.8;
}
.amaou-menu a:hover img {
  bottom: -5px;
}

.border-bottom {
  border-bottom: 1px solid #8f5a44;
}

.schedule2026-inner {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E7CA86;
    border-bottom: 1px solid #E7CA86;
    padding: 80px 0;
    flex-wrap: wrap;
}
.schedule2026-child {
    width: 50%;
}
.schedule2026-child:first-child {
    border-right: 1px solid #E7CA86;
    padding-right: 60px;
}
.schedule2026-child:last-child {
    padding-left: 60px;
}
.schedule2026-child h6 {
    margin-top: 30px;
    line-height: 1.6em;
    letter-spacing: 0.18em;
    margin-bottom: 0;
    text-indent: 0;
}
.schedule2026-child p {
    margin-top: 15px;
    line-height: 2em;
    letter-spacing: 0.16em;
    margin-bottom: 0;
    text-indent: 0;
}
.schedule2026-child p span {
    font-size: 14px;
    display: block;
    margin-top: 3px;
}
.schedule2026-child-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.schedule2026-child-inner img {
    width: 154px;
}
.schedule2026-child-inner h5 {
    width: calc(100% - 194px);
    line-height: 1.56em;
    letter-spacing: 0.14em;
    margin-bottom: 0;
    text-indent: 0;
}
.spacer1 {
  width: 100%;
  height: 15px;
  border-top: 1px solid #E7CA86;
  margin-top: 80px;
}
.spacer2 {
  width: 100%;
  height: 15px;
  border-bottom: 1px solid #E7CA86;
}
.premium-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.premium-child:first-child {
    width: 129px;
}
.premium-child:nth-child(2) {
    width: 26px;
}
.premium-child:last-child {
    width: calc(100% - 270px);
}
.premium-child:last-child p {
  letter-spacing: 0.16em;
  line-height: 3em;
  margin-bottom: 0;
  text-indent: 0;
}

body {
  top: auto !important;
}

.top08 .title_img, .top04 .title_img, .top01_1 .title_img {
  max-height: 17px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.top08 .flex a {
  display: block;
  width: 100%;
}
.top08 .flex a:hover {
  opacity: .8;
}

footer.footer {
  background-color: #8C000D;
  padding: 20px 0;
  border-top: 1px solid #fff;
}
footer.footer p, footer.footer a {
  font-size: 13px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.01em;
}
footer.footer a {
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 500;
}
footer.footer p {
  display: block;
}
footer.footer p.text-right {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
footer.footer a:hover {
  opacity: .8;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.float .flex {
  justify-content: space-around;
}

.row {
  position: relative;
}

img.mw100 {
  max-width: 100%;
}

div.float {
  /* background-position: center;
  background-size: initial;
  background-repeat: repeat;
  background-color: rgba(255, 255, 255, .9); */
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 1049;
}

div.float.lift-off_show {
  display: flex;
  justify-content: center;
  background-image: url(../img/float.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
    z-index: 1049;
    border-top: 1px solid #FFE6B0;
}

div.float.lift-off_show .float_p, div.float.lift-off_show .float_a {
  padding: 20px 0;
  float: left;
  text-align: center;
}

div.float.lift-off_show .float_p {
  width: 280px;
}

div.float.lift-off_show .float_a {
  width: 30px;
}

div.float.lift-off_show .float_a:nth-child(2) {
  width: 710px;
}

div.float a {
  /* display: inline-block; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
  color: #ffffff;
}

div.float a:hover {
  opacity: .8;
}

div.float a:hover img {
  transition: .3s;
}

.float-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.float-inner a img {
    width: 80px;
}
.float-inner a h5 {
    margin-bottom: 0;
    text-align: justify;
    width: calc(100% - 110px);
    font-size: 20px;
    letter-spacing: 0.14em;
}
.float-inner a h5 span {
    display: block;
    font-size: 16px;
    color: #FFE6B0;
    letter-spacing: 0.18em;
    margin-top: 10px;
}
.float-inner a {
    display: block;
    width: 50%;
    /* text-align: center; */
    /* padding: 20px 20px 20px 0; */
    padding: 15px 20px;
    border-right: 1px solid #FFE6B0;
    /* background-image: url(../img/float_yajirushi.png);
    background-repeat: no-repeat;
    background-position: center right 25px;
    background-size: 30px; */
    position: relative;
}
.float-inner a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #E7CA86;
    border-right: 2px solid #E7CA86;
    transform: rotate(135deg);
    vertical-align: middle;
    position: absolute;
    top: 46px;
    right: 30px;
}
.float-inner a:first-child {
    border-left: 1px solid #FFE6B0;
}

a.anc.top_back {
  width: 50px;
  height: 50px;
  border: 1px solid #786A57;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
  top: -90px;
  right: 30px;
  background-image: url(../img/top_modoru.png);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

a.anc.top_back:hover {
  opacity: 0.8;
}

.shop_btn {
  cursor: pointer;
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  background-color: #786a57;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  padding: 15px 0;
  font-size: 15px;
  border: solid 1px #786a57;
  font-family: "Zen Old Mincho", serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

.shop_btn::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.shop_btn:hover {
  background-color: #fff;
  color: #786a57;
}

.shop_btn:hover:after {
  border-top: 1px solid #786a57;
  border-right: 1px solid #786a57;
}

#products.page-content {
  background: url(../img/amou_about_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#menu.page-content {
    background: #8C000D;
}
#link.page-content {
    background: #8C000D;
}
#premium.page-content {
    background: #B4001B;
}
div#popup {
    padding-top: 120px;
    margin-top: -120px;
}
.page-content.top04 {
  padding-top: 305px;
  background-color: #B4001B;
  background-image: url(../img/amou_under.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

.kaisai-btn-sec{
    /* margin-top: 130px; */
    margin-top: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.kaisai-btn-child {
    width: 450px;
    position: relative;
    cursor: pointer;
    /* opacity: 0.8;
    transition: opacity 0.3s; */
}
.kaisai-btn-child.active {
    /* opacity: 1; */
    pointer-events: none;
}
.kaisai-btn-child>img {
    max-height: 35px;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.kaisai-btn-child:last-child {
    margin-left: 40px;
}
.kaisai-btn-child a,
.kaisai-btn-child a>span {
    display: block;
    width: 100%;
    background-color: #B4001B;
    border-radius: 50px;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    line-height: 1em;
    position: relative;
    transition: 0.3s;
}
.shoplist-child.kikan-2,
.kaisai-detail-sec.kikan-2 {
  display: none;
}
.shoplist-child.kikan-2.mt-0 {
    margin-top: 0;
}
.kaisai-btn-child a {
    box-shadow: 0px 10px 0px #60090966;
    transition: 0.3s;
    top: 0;
}
.kaisai-btn-child a:hover {
    box-shadow: none;
    transition: 0.3s;
    top: 10px;
}
.kaisai-btn-child a>span::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #E8D391;
    border-right: 2px solid #E8D391;
    transform: rotate(135deg);
    vertical-align: middle;
    position: absolute;
    top: 25px;
    right: 25px;
}
.kaisai-btn-child a>span {
    border: 1px solid #860001;
    padding: 22px 15px;
}
.kaisai-btn-child:not(.active) a,
.kaisai-btn-child:not(.active) a>span {
    background-color: #B2B2B2;
    pointer-events: none;
    transition: 0.3s;
}
/* .kaisai-btn-child:not(.active) a {
    box-shadow: none;
} */
.kaisai-detail-sec {
    margin-top: 40px;
}
.kaisai-detail-sec img:first-child {
    max-height: 90px;
}
.kaisai-detail-sec img:last-child {
    max-height: 48px;
}
.kaisai-detail-sec h5 {
    letter-spacing: 0.16em;
    text-indent: 0.16em;
    line-height: 1em;
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 0;
}
.kaisai-detail-sec h3 {
    letter-spacing: 0.16em;
    text-indent: 0.16em;
    line-height: 1em;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 35px;
}
.shoplist-sec {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shoplist-child {
    background-color: #EAE0D3;
    padding: 6px;
    width: calc(50% - 30px);
}
.shoplist-child:nth-child(n+3) {
  margin-top: 40px;
}
.shoplist-detail {
    background-color: #EAE0D3;
    padding: 40px;
    border: 1px solid #B4001B;
    height: 100%;
}
.shoplist-detail h3,
.shoplist-detail h5,
.shoplist-detail p,
.shoplist-detail a {
    color: #A46200;
    text-align: justify;
    word-break: break-all;
}
.shoplist-detail h3{
    border-bottom: 1px solid #A46200;
    line-height: 1.6em;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 22px;
    letter-spacing: 0.04em;
}
.shoplist-detail h5 {
    font-size: 18px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    line-height: 1.6em;
}
.shoplist-detail p,
.shoplist-detail a {
    font-size: 14px;
    letter-spacing: 0.04em;
    margin: 0;
    line-height: 1.8em;
}
.shoplist-detail a {
    transition: 0.3s;
}
.shoplist-detail a:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.popup-sec {
    padding: 6px;
    background-color: #EAE0D3;
    margin-top: 75px;
}
.popup-sec:last-child {
    margin-top: 55px;
}
.popup-sec-inner {
    padding: 50px;
    border: 1px solid #B4001B;
    background-color: #EAE0D3;
}
.popup-sec-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #A46200;
}
.popup-sec-img {
    width: 480px;
}
.popup-sec-txt {
    width: calc(100% - 540px);
}
.popup-sec-txt h3,
.popup-sec-txt p,
.popup-products h3,
.popup-products p {
    color: #A46200;
}
.popup-sec-txt h3 {
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 25px;
    letter-spacing: 0.2em;
}
.popup-sec-txt p {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 0;
    letter-spacing: 0.12em;
}
.popup-sec-txt a,
.shoplist-detail a:last-child {
    display: inline-block;
    font-size: 16px;
    color: #EAE0D3;
    line-height: 1em;
    letter-spacing: 0.24em;
    text-indent: 0.24em;
    background-color: #92001B;
    width: 100%;
    text-align: center;
    border-radius: 50px;
    padding: 22px 15px;
    margin-top: 30px;
    box-shadow: 0 6px 0 rgba(140, 0, 13, .1);
    position: relative;
    top: 0;
    transition: 0.3s;
    opacity: 1;
}
.popup-sec-txt a:hover,
.shoplist-detail a:last-child:hover {
    top: 6px;
    transition: 0.3s;
    box-shadow: none;
}
.popup-sec-txt a::after,
.shoplist-detail a:last-child::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    top: 26px;
    right: 25px;
}
.popup-products h3 {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 15px;
    letter-spacing: 0.24em;
}
.popup-products p {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 0;
    letter-spacing: 0.16em;
}

/*==============================================
 Responsive
 ===============================================*/
@media screen and (min-width: 992px) {
  img.none992 {
    display: none;
  }
  .block_991 {
    display: none;
  }
  .schedule2026-child h6 br.none992,
  .kaisai-btn-child a br.none992 {
      display: none;
  }
}

@media screen and (min-width: 1200px) {
  .block_1200 {
    display: none;
  }
}

@media (max-width: 1700px) {
  div#fair {
    background-size: 341px, 238px, 238px;
    background-position: top 390px left, top 340px right, top 6600px right;
  }
  .bg_img21 {
      right: calc(50% - 980px);
  }
}

@media (max-width: 1600px) {
    .bg_img11 {
      right: calc(50% - 820px);
      bottom: -235px;
      width: 286px;
    }
    .bg_img10 {
      left: calc(50% - 750px);
      bottom: -215px;
      width: 256px;
    }
    .bg_img8 {
      right: calc(50% - 760px);
      bottom: -280px;
      width: 256px;
    }
    .bg_img7 {
      left: calc(50% - 750px);
      bottom: -300px;
      width: 290px;
    }
    div#fair {
      background-size: 311px, 228px, 228px;
      background-position: top 390px left -30px, top 340px right -30px, top 6100px right -30px;
    }
    .bg_img20 {
        left: calc(50% - 770px);
        top: 560px;
        width: 328px;
    }
    .bg_img21 {
        right: calc(50% - 920px);
        top: 500px;
        width: 398px;
    }
}

@media (max-width: 1500px) {
      div#fair {
        background-size: 281px, 218px, 218px;
        background-position: top 460px left -30px, top 340px right -30px, top 5900px right -30px;
      }
    .bg_img20 {
        left: calc(50% - 730px);
        top: 580px;
        width: 298px;
    }
    .bg_img21 {
        right: calc(50% - 860px);
        top: 490px;
        width: 368px;
    }
}

@media (max-width: 1400px) {
    .bg_img8 {
        right: calc(50% - 630px);
        bottom: -250px;
        width: 226px;
    }
    .bg_img7 {
        left: calc(50% - 650px);
        bottom: -270px;
        width: 260px;
    }
    .bg_img11 {
        right: calc(50% - 700px);
        bottom: -215px;
        width: 256px;
    }
    .bg_img10 {
        left: calc(50% - 640px);
        bottom: -210px;
        width: 246px;
    }
    .page-content.top04 {
        padding-top: 285px;
    }
    div#fair {
        background-size: 261px, 208px, 208px;
        background-position: top 460px left -30px, top 60px right -40px, top 4800px right -40px;
    }
    .bg_img21 {
        right: calc(50% - 790px);
        top: 530px;
        width: 318px;
    }
    .bg_img20 {
        left: calc(50% - 680px);
        top: 600px;
        width: 268px;
    }
}

@media (max-width: 1300px) {
    div#fair {
        background-size: 251px, 208px, 208px;
        background-position: top -100px left -20px, top 60px right -30px, top 4800px right -30px;
    }
    .bg_img20 {
        left: calc(50% - 660px);
        top: 610px;
        width: 238px;
    }
    .bg_img21 {
        right: calc(50% - 740px);
        top: 530px;
        width: 288px;
    }
}

@media (max-width: 1199px) {
  .page-content.top01 {
    padding: 50px 0 0;
  }
  div.float.lift-off_show .float_a:nth-child(2) {
    width: 660px;
  }
  div.float.lift-off_show .float_p {
    width: 250px;
  }
  .none_1199 {
    display: none;
  }
  .amaou-menu a {
    font-size: 16px;
  }
  div.float a {
    letter-spacing: 0.1em;
  }
  .top08 p.font15 {
    letter-spacing: 0.12em;
  }
  .shop_btn {
    font-size: 14px;
  }
  .shop_btn {
      letter-spacing: 0.15em;
      text-indent: 0.15em;
  }
  .schedule2026-child-inner img {
      width: 114px;
  }
  .schedule2026-child-inner h5 {
      width: calc(100% - 129px);
      letter-spacing: 0.1em;
  }
  .float-inner a {
      padding: 15px;
  }
  br.none690 {
      display: none;
  }
  .page-content {
      padding: 100px 0;
  }
  #products.page-content {
      padding: 90px 0;
  }
  .premium-child:first-child {
      width: 99px;
  }
  .premium-child:nth-child(2) {
      width: 19px;
  }
  .premium-child:last-child {
      width: calc(100% - 198px);
  }
  .premium-child:last-child p {
      letter-spacing: 0.1em;
  }
  .brand-child h3 {
      letter-spacing: 0.2em;
      line-height: 1.7em;
  }
  .brand-child p {
      letter-spacing: 0.1em;
      line-height: 2.5em;
  }
  .brand-child {
      width: 550px;
  }
  .brand-inner>img.abs {
      width: 467px;
      left: -70px;
      top: -115px;
  }
  .spacer1 {
      margin-top: 60px;
  }
  .schedule2026-inner {
      padding: 65px 0;
  }
  .top04 .title-text h3, .top01_1 .title-text h3 {
      line-height: 1.5em;
  }
  .schedule2026-child:last-child {
      padding-left: 50px;
  }
  .schedule2026-child:first-child {
      padding-right: 50px;
  }
  .schedule2026-child h6 {
      letter-spacing: 0.16em;
      margin-top: 25px;
  }
  .schedule2026-child p {
      margin-top: 12px;
      letter-spacing: 0.12em;
  }
  div#popup {
      padding-top: 100px;
      margin-top: -100px;
  }
  .page-content.top04 {
      padding-top: 230px;
  }
  img.label-img {
      max-height: 70px;
  }
  .top08 .title_img, .top04 .title_img, .top01_1 .title_img {
      max-height: 15px;
  }
  .font16 {
      font-size: 14px;
  }
  .font17 {
      font-size: 15px;
  }
  .font18 {
      font-size: 16px;
  }
  .font20 {
      font-size: 18px;
  }
  .font24 {
      font-size: 21px;
  }
  .font28 {
      font-size: 25px;
  }
  .font44 {
      font-size: 38px;
  }
  .m-bot-75 {
      margin-bottom: 60px;
  }
  .bg_img8 {
      right: calc(50% - 550px);
      bottom: -235px;
      width: 206px;
  }
  .bg_img7 {
      left: calc(50% - 550px);
      bottom: -240px;
      width: 230px;
  }
  .bg_img10 {
      left: calc(50% - 535px);
      bottom: -200px;
      width: 226px;
  }
  .bg_img11 {
      right: calc(50% - 590px);
      bottom: -200px;
      width: 231px;
  }
  .kaisai-btn-child {
      width: calc(50% - 15px);
  }
  .kaisai-btn-child:last-child {
      margin-left: 30px;
  }
  .kaisai-btn-child>img {
      max-height: 33px;
      top: -50px;
  }
  .kaisai-btn-sec {
      /* margin-top: 120px; */
      margin-top: 70px;
  }
  .kaisai-detail-sec img:first-child {
      max-height: 80px;
  }
  .shoplist-detail {
      padding: 35px;
  }
  .shoplist-child {
      padding: 5px;
      width: calc(50% - 20px);
  }
  div#fair {
      background-size: 241px, 188px, 188px;
      background-position: top -190px left -30px, top 60px right -30px, top 4800px right -30px;
  }
    .bg_img20 {
        left: calc(50% - 560px);
        top: 500px;
        width: 208px;
    }
    .bg_img21 {
        right: calc(50% - 650px);
        top: 450px;
        width: 253px;
    }
    .popup-sec-img {
        width: 400px;
    }
    .popup-sec-txt {
        width: calc(100% - 440px);
    }
    .popup-sec-inner {
        padding: 40px;
    }
    .popup-sec-txt h3 {
        font-size: 26px;
        margin-bottom: 20px;
        letter-spacing: 0.13em;
    }
    .popup-sec-txt p {
        font-size: 15px;
        letter-spacing: 0.1em;
    }
    .popup-sec-txt a {
        margin-top: 20px;
    }
    .popup-products h3 {
        font-size: 22px;
        letter-spacing: 0.2em;
    }
    .popup-products p {
        font-size: 15px;
        letter-spacing: 0.13em;
    }
    .popup-sec-child {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .float-inner a h5 {
        width: calc(100% - 95px);
        font-size: 18px;
        letter-spacing: 0.1em;
    }
    .float-inner a h5 span {
        font-size: 15px;
        letter-spacing: 0.15em;
    }
    .float-inner a::after {
        top: 43px;
        right: 20px;
    }
    .schedule2026-child p span {
        font-size: 13px;
        letter-spacing: 0.06em;
    }
}

@media (max-width: 1100px) {
    div#fair {
        background-size: 241px, 178px, 178px;
        background-position: top -190px left -30px, top -20px right -30px, top 4800px right -30px;
    }
}

@media (max-width: 1024px) {
    .amaou-menu a {
      font-size: 16px;
    }
    div#fair {
        background-size: 231px, 173px, 173px;
        background-position: top -160px left -40px, top right -35px, top 4800px right -35px;
    }
    .bg_img20 {
        left: calc(50% - 520px);
        top: 460px;
        width: 198px;
    }
    .bg_img21 {
        right: calc(50% - 600px);
        top: 420px;
        width: 243px;
    }
    .popup-sec {
        margin-top: 65px;
    }
}

@media (max-width: 991px) {
  .float .flex {
    justify-content: center;
  }
  div.float.lift-off_show .float_p, div.float.lift-off_show .float_a {
    padding-top: 15px;
  }
  div.float.lift-off_show .float_p {
    width: 280px;
    padding-bottom: 0;
  }
  div.float.lift-off_show .float_a {
    padding-top: 5px;
  }
  div.float.lift-off_show .float_a:last-child {
    margin-left: 15px;
  }
  .shop_btn {
    font-size: 13px;
    line-height: 1.5;
    text-indent: 0;
  }
  .top08 p.font15 {
    text-align: justify;
    font-feature-settings: "palt" 1;
  }
  .top08 p.font15 br {
    display: none;
  }
  br.none991 {
      display: none;
  }
  .main-visual .block_1200 {
    display: none;
  }
  .page-content {
    padding: 75px 0;
  }
  img.none991 {
    display: none;
  }
  .amaou-menu a {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    padding: 15px 0 21px;
  }
  div.float a,
  div.float_p p.font22 {
    letter-spacing: 0.05em;
    font-size: 18px;
  }
  footer.footer {
    padding: 12px 0;
  }
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
  .float-inner a img {
      /* max-height: 49px; */
      width: 60px;
  }
    .float-inner a h5 {
        width: calc(100% - 70px);
        font-size: 16px;
        letter-spacing: 0.06em;
    }
    .float-inner a h5 span {
        font-size: 14px;
        letter-spacing: 0.1em;
    }
    .float-inner a::after {
        display: none;
    }
    .float-inner a {
        padding: 10px;
    }
  div.add-bt-30{
    margin-bottom: 40px;
  }
  .premium-child:first-child {
      width: 94px;
  }
  .premium-child:nth-child(2) {
      width: 18px;
  }
  .premium-child:last-child {
      width: calc(100% - 182px);
  }
  .premium-child:last-child p {
      line-height: 2.6em;
  }
  .brand-child {
      width: 390px;
  }
  .brand-child h3 {
      letter-spacing: 0.15em;
      line-height: 1.5em;
      margin-bottom: 15px;
  }
  #products.page-content {
      padding: 70px 0;
  }
  .brand-inner>img.abs {
      width: 397px;
      left: -70px;
      top: -80px;
  }
  .title-text {
      margin-bottom: 25px;
  }
  .schedule2026-inner {
      padding: 50px 0;
  }
  .spacer1 {
      margin-top: 50px;
      height: 10px;
  }
  .spacer2 {
      height: 10px;
  }
  .schedule2026-child:last-child {
      padding-left: 30px;
  }
  .schedule2026-child:first-child {
      padding-right: 30px;
  }
  .schedule2026-child-inner img {
      width: 84px;
  }
  .schedule2026-child-inner h5 {
      width: calc(100% - 94px);
      letter-spacing: 0.04em;
  }
  .schedule2026-child h6 {
      letter-spacing: 0.12em;
      margin-top: 20px;
  }
  div#popup {
      padding-top: 75px;
      margin-top: -75px;
  }
  .page-content.top04 {
      padding-top: 200px;
  }
  img.label-img {
      max-height: 60px;
  }
  .m-bot-50 {
      margin-bottom: 45px;
  }
  .m-bot-75 {
      margin-bottom: 50px;
  }
  .font16 {
      font-size: 13px;
  }
  .font17 {
      font-size: 14px;
  }
  .font18 {
      font-size: 15px;
  }
  .font20 {
      font-size: 17px;
  }
  .font24 {
      font-size: 19px;
  }
  .font28 {
      font-size: 23px;
  }
  .font44 {
      font-size: 35px;
  }
  .bg_img7 {
      left: calc(50% - 450px);
      bottom: -220px;
      width: 210px;
  }
  .bg_img8 {
      right: calc(50% - 470px);
      bottom: -205px;
      width: 186px;
  }
  .bg_img10 {
      left: calc(50% - 435px);
      bottom: -180px;
      width: 206px;
  }
  .bg_img11 {
      right: calc(50% - 490px);
      bottom: -180px;
      width: 211px;
  }
    .shoplist-detail {
        padding: 30px;
    }
    .shoplist-child {
        width: calc(50% - 15px);
    }
    .shoplist-child:nth-child(n+3) {
        margin-top: 30px;
    }
    .shoplist-detail h3 {
        line-height: 1.5em;
        margin-top: 20px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 19px;
    }
    .shoplist-detail h5 {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 1.5em;
    }
    .shoplist-detail p, .shoplist-detail a {
        font-size: 13px;
        letter-spacing: 0.03em;
        line-height: 1.6em;
    }
    .popup-sec-txt a, .shoplist-detail a:last-child {
        font-size: 15px;
        letter-spacing: 0.2em;
        text-indent: 0.2em;
        padding: 20px 10px;
        margin-top: 20px;
    }
    .popup-sec-txt a::after, .shoplist-detail a:last-child::after {
        top: 24px;
        right: 20px;
    }
    .kaisai-btn-child a>span {
        padding: 15px 10px;
        line-height: 1.3em;
        text-indent: 1.5em;
    }
    .kaisai-btn-child>img {
        max-height: 30px;
        top: -40px;
    }
    .kaisai-btn-sec {
        /* margin-top: 100px; */
        margin-top: 50px;
    }
    .kaisai-btn-child a>span::after {
        top: 30px;
    }
    .kaisai-detail-sec h3 {
        letter-spacing: 0.13em;
        text-indent: 0.13em;
        font-size: 30px;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .kaisai-detail-sec h5 {
        letter-spacing: 0.13em;
        text-indent: 0.13em;
        font-size: 17px;
        margin-top: 30px;
    }
    .shoplist-sec {
        margin-top: 50px;
    }
    .kaisai-detail-sec img:first-child {
        max-height: 75px;
    }
    .popup-sec-img {
        width: 300px;
    }
    .popup-sec-txt {
        width: calc(100% - 330px);
    }
    .popup-sec-inner {
        padding: 30px;
    }
    .popup-sec-txt h3 {
        font-size: 24px;
        margin-bottom: 15px;
        letter-spacing: 0.1em;
    }
    .popup-sec-txt p,
    .popup-products p {
        font-size: 14px;
        letter-spacing: 0.06em;
    }
    .popup-products h3 {
        font-size: 21px;
        letter-spacing: 0.13em;
    }
    .popup-sec-child {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .popup-sec-txt p {
        line-height: 1.6em;
    }
    .popup-sec-txt a {
        margin-top: 15px;
    }
    .popup-sec {
        margin-top: 60px;
    }
    .bg_img21 {
        right: calc(50% - 540px);
        top: 390px;
        width: 233px;
    }
    .bg_img20 {
        left: calc(50% - 470px);
        top: 420px;
        width: 193px;
    }
    .schedule2026-child p span {
        font-size: 12px;
    }
}

@media screen and (max-width: 899px) {
  div#fair {
      background-size: 221px, 163px, 163px;
      background-position: top -200px left -40px, top -30px right -35px, top 3800px right -35px;
  }
}

@media screen and (max-width: 840px) {
  img.label-img {
      max-height: 55px;
  }
  .font28 {
      font-size: 22px;
  }
  .bg_img8 {
      right: calc(50% - 390px);
      bottom: -185px;
      width: 166px;
  }
  .bg_img7 {
      left: calc(50% - 380px);
      bottom: -190px;
      width: 185px;
  }
  .bg_img11 {
      right: calc(50% - 415px);
      bottom: -160px;
      width: 191px;
  }
  .bg_img10 {
      left: calc(50% - 370px);
      bottom: -160px;
      width: 186px;
  }
    .bg_img20 {
        left: calc(50% - 420px);
        top: 410px;
        width: 188px;
    }
    .bg_img21 {
        right: calc(50% - 490px);
        top: 350px;
        width: 223px;
    }
}

@media screen and (max-width: 799px) {
    div#fair {
        background-size: 211px, 153px, 153px;
        background-position: top -180px left -40px, top -40px right -35px, top 3800px right -35px;
    }
    .popup-sec {
        margin-top: 50px;
    }
    .popup-sec:last-child {
        margin-top: 40px;
    }
    .bg_img20 {
        left: calc(50% - 380px);
        top: 400px;
        width: 178px;
    }
    .bg_img21 {
        right: calc(50% - 460px);
        top: 345px;
        width: 212px;
    }
}

@media screen and (max-width: 767px) {
  .none_1199 {
    display: block;
  }
  .main-visual .none_1199 {
    display: none;
  }
  div.float.lift-off_show .float_a {
    width: 25px;
  }
  div.float.lift-off_show .float_a:nth-child(2) {
    width: 560px;
  }
  div.float.lift-off_show .float_p {
    width: 250px;
  }
  .shop_btn::after {
    right: 15px;
  }
  .shop_btn {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  p.font32.m-bot-40 {
    margin-bottom: 30px;
  }
  .amaou-menu {
    justify-content: center;
  }
  .page-content {
    padding: 65px 0;
  }
  .page-content.top01 {
    padding: 40px 0 0;
  }
  .amaou-menu a {
    font-size: 14px;
    letter-spacing: 0.03em;
    text-indent: -0.03em;
    padding: 10px 0 16px;
  }
  img.none767, .none767 {
    display: none;
  }
  .top08 .title_img, .top04 .title_img, .top01_1 .title_img {
    margin-bottom: 30px;
  }
  .top08 p.font15 {
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  div.float .container {
    max-width: none;
    width: 100%;
        padding: 0;
  }
  div.float a, div.float_p p.font22 {
    letter-spacing: 0.01em;
    font-size: 16px;
  }
  div.float.lift-off_show .float_a:last-child {
    margin-left: 10px;
  }
  .shop_btn {
      font-size: 12px;
  }
  .schedule2026-child-inner img {
      width: 78px;
  }
  .schedule2026-child-inner h5 {
      width: calc(100% - 93px);
  }
  .float-inner a:first-child {
    border-left: 0;
  }
  .float-inner a:last-child {
    border-right: 0;
  }
    .premium-child:first-child {
        width: 89px;
    }
    .premium-child:nth-child(2) {
        width: 16px;
    }
    .premium-child:last-child {
        width: calc(100% - 165px);
    }
    .premium-child:last-child p {
        letter-spacing: 0.06em;
        line-height: 2.4em;
    }
    .brand-child h3 {
        letter-spacing: 0.1em;
    }
    .brand-child p {
        letter-spacing: 0.06em;
        line-height: 2.4em;
    }
    #products.page-content {
        padding: 60px 0;
    }
    .brand-child {
        width: 360px;
    }
    .brand-inner>img.abs {
        width: calc(100% - 330px);
        left: 0;
        top: 60%;
        transform: translateY(-50%);
    }
    .top04 .title-text h3, .top01_1 .title-text h3 {
        line-height: 1.3em;
    }
    .spacer1 {
        margin-top: 40px;
        height: 8px;
    }
    .spacer2 {
        height: 8px;
    }
    .schedule2026-child {
        width: 100%;
    }
    .schedule2026-child:first-child {
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #E7CA86;
        padding-bottom: 40px;
    }
    .schedule2026-inner {
        padding: 40px 0;
    }
    .schedule2026-child:last-child {
        padding-left: 0;
        padding-top: 40px;
    }
    .schedule2026-child h6 br.none992,
    .schedule2026-child-inner h5 br.none992 {
        display: none;
    }
    div#popup {
        padding-top: 65px;
        margin-top: -65px;
    }
    .page-content.top04 {
        padding-top: 170px;
    }
    .top08 .title_img, .top04 .title_img, .top01_1 .title_img {
        max-height: 14px;
    }
    .m-bot-20 {
        margin-bottom: 15px;
    }
    .m-bot-75 {
        margin-bottom: 40px;
    }
    .font18 {
        font-size: 14px;
    }
    .font24 {
        font-size: 17px;
    }
    .font44 {
        font-size: 32px;
    }
    .shoplist-detail {
        padding: 25px;
    }
    .shoplist-detail h3 {
        line-height: 1.3em;
        margin-top: 15px;
        margin-bottom: 12px;
        padding-bottom: 12px;
        font-size: 18px;
    }
    .shoplist-detail h5 {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 1.3em;
    }
    .shoplist-detail p, .shoplist-detail a {
        font-size: 12px;
        line-height: 1.3em;
    }
    .popup-sec-txt a, .shoplist-detail a:last-child {
        font-size: 14px;
        margin-top: 15px;
    }
    .popup-sec-txt a::after, .shoplist-detail a:last-child::after {
        top: 23px;
    }
    .shoplist-child {
        width: calc(50% - 12.5px);
    }
    .shoplist-child:nth-child(n+3) {
        margin-top: 25px;
    }
    .kaisai-btn-child {
        width: calc(50% - 12.5px);
    }
    .kaisai-btn-child:last-child {
        margin-left: 25px;
    }
    .kaisai-btn-child>img {
        max-height: 28px;
        top: -38px;
    }
    .kaisai-btn-child a>span {
        padding: 12px 10px;
        font-size: 15px;
    }
    .kaisai-btn-child a>span::after {
        top: 27px;
    }
    .kaisai-detail-sec img:first-child {
        max-height: 70px;
    }
    .kaisai-detail-sec h3 {
        font-size: 28px;
    }
    .kaisai-detail-sec img:last-child {
        max-height: 46px;
    }
    .shoplist-sec {
        margin-top: 45px;
    }
    div#fair {
        background-size: 0, 0, 0;
    }
    .bg_img20 {
        left: calc(50% - 365px);
        top: 340px;
        width: 173px;
    }
    .bg_img21 {
        right: calc(50% - 420px);
        top: 300px;
        width: 192px;
    }
    .popup-sec-txt h3 {
        font-size: 23px;
        letter-spacing: 0.06em;
    }
    .popup-sec-img {
        width: 270px;
    }
    .popup-sec-txt {
        width: calc(100% - 300px);
    }
    .popup-products h3 {
        font-size: 20px;
        letter-spacing: 0.1em;
        margin-bottom: 12px;
    }
    .popup-products p {
        line-height: 1.8em;
    }
    div.float a {
        justify-content: center;
    }
    .float-inner a h5 {
        width: auto;
        font-size: 15px;
        letter-spacing: 0.03em;
        margin-left: 10px;
    }
    .float-inner a img {
        width: 50px;
    }
    .float-inner a h5 span {
        font-size: 13px;
        letter-spacing: 0.06em;
        margin-top: 6px;
    }
    div.float .container .row {
      margin: 0;
    }
}

@media screen and (min-width: 768px) {
  img.none768,
  br.none768 {
    display: none;
  }
}

@media (max-width: 740px) {
    .float-inner a h5 {
        font-size: 14px;
        letter-spacing: 0;
    }
    .float-inner a img {
        width: 40px;
    }
    .float-inner a h5 span {
        font-size: 12px;
        letter-spacing: 0.03em;
    }
}

@media (max-width: 699px) {
  .float-inner a {
      padding: 12px 10px;
      /* background-size: 0; */
  }
    .brand-child {
        width: 330px;
    }
    .brand-inner>img.abs {
        width: calc(100% - 300px);
    }
    .popup-sec-img,
    .popup-sec-txt {
        width: 100%;
    }
    .popup-sec-txt {
        margin-top: 30px;
    }
}

@media (min-width: 700px) {
  br.none700 {
    display: none;
  }
}

@media (max-width: 690px) {
    a.anc.top_back {
      width: 40px;
      height: 40px;
      border-radius: 20px;
      top: -70px;
      right: 20px;
      background-size: 10px;
    }
    footer.footer p, footer.footer a {
      font-size: 12px;
    }
    br.none690 {
        display: none;
    }
    .page-content.top04 {
        padding-top: 160px;
    }
    img.label-img {
        max-height: 50px;
    }
    .bg_img8 {
        right: calc(50% - 330px);
        bottom: -150px;
        width: 146px;
    }
    .bg_img7 {
        left: calc(50% - 310px);
        bottom: -155px;
        width: 165px;
    }
    .bg_img11 {
        right: calc(50% - 340px);
        bottom: -130px;
        width: 166px;
    }
    .bg_img10 {
        left: calc(50% - 300px);
        bottom: -130px;
        width: 161px;
    }
}

@media (max-width: 660px) {
    .amaou-menu a {
        width: calc(100% / 2 - 1px);
    }
    .amaou-menu a:nth-child(n+3) {
        margin-top: 20px;
    }
    .amaou-menu a:nth-child(3) {
        border-left: 1px solid #E7CA86;
    }
    .premium-child:first-child {
        width: 84px;
    }
    .premium-child:nth-child(2) {
        width: 15px;
    }
    .premium-child:last-child {
        width: calc(100% - 149px);
    }
    img.none660 {
      display: none;
    }
    .premium-child:first-child,
    .premium-child:nth-child(2),
    .premium-child:last-child {
        width: 100%;
    }
    .premium-child:first-child {
        text-align: center;
    }
    .premium-child:first-child img {
        max-height: 82px;
    }
    .premium-child:nth-child(2) {
        text-align: center;
        margin-top: 30px;
    }
    .premium-child:nth-child(2) img {
        max-height: 14px;
        margin-bottom: 25px;
    }
    .bg_img20 {
        left: calc(50% - 300px);
        top: 370px;
        width: 158px;
    }
    .bg_img21 {
        right: calc(50% - 370px);
        top: 330px;
        width: 177px;
    }
    .float-inner a h5 {
        font-size: 13px;
    }
    .float-inner a h5 span {
        font-size: 11px;
        letter-spacing: 0;
    }
}

@media (min-width: 661px) {
    img.none661 {
      display: none;
    }
}

@media (max-width: 640px) {
  .amaou-menu a img {
    bottom: 2px;
  }
  div.float.lift-off_show .float_p {
    width: 240px;
  }
  div.float.lift-off_show .float_a {
    width: 22px;
  }
  div.float.lift-off_show .float_a:nth-child(2) {
    width: 510px;
  }
  .amaou-menu a {
    padding: 5px 0 15px;
  }
  footer.footer .col-xs-6 {
    width: 100%;
  }
  footer.footer p, footer.footer a {
    text-align: center;
  }
  footer.footer p.text-right {
    padding-top: 8px;
  }
  br.none640 {
      display: none;
  }
  .float-inner a img {
      /* max-height: 44px; */
  }
    .brand-child {
        width: 100%;
    }
    .brand-inner>img.abs {
        width: 0;
    }
    .brand-child h3 {
        letter-spacing: 0.1em;
        margin-right: -0.1em;
        text-align: center;
    }
    .shoplist-detail {
        padding: 20px;
    }
    .shoplist-child {
        width: calc(50% - 10px);
    }
    .shoplist-child:nth-child(n+3) {
        margin-top: 20px;
    }
    .popup-sec-txt a, .shoplist-detail a:last-child {
        letter-spacing: 0.13em;
        text-indent: 0.13em;
        padding: 18px 10px;
    }
    .popup-sec-txt a::after, .shoplist-detail a:last-child::after {
        top: 21px;
    }
    .kaisai-btn-child a>span::after {
        right: 20px;
    }
    .kaisai-btn-child a>span {
        letter-spacing: 0.13em;
    }
    .kaisai-btn-child {
        width: calc(50% - 10px);
    }
    .kaisai-btn-child:last-child {
        margin-left: 20px;
    }
    .kaisai-btn-child>img {
        max-height: 25px;
        top: -35px;
    }
    .kaisai-detail-sec img:last-child {
        max-height: 44px;
    }
    .shoplist-sec {
        margin-top: 40px;
    }
    .popup-sec-txt h3 {
        font-size: 22px;
    }
}

.block_599 {
  display: none;
}

@media (max-width: 599px) {
  img.none768 {
    display: none;
  }
  .block_599 {
    display: block;
  }
  .container-fluid,
  .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1,
  .col-lg-2, .col-md-2, .col-sm-2, .col-xs-2,
  .col-lg-3, .col-md-3, .col-sm-3, .col-xs-3,
  .col-lg-4, .col-md-4, .col-sm-4, .col-xs-4,
  .col-lg-5, .col-md-5, .col-sm-5, .col-xs-5,
  .col-lg-6, .col-md-6, .col-sm-6, .col-xs-6,
  .col-lg-7, .col-md-7, .col-sm-7, .col-xs-7,
  .col-lg-8, .col-md-8, .col-sm-8, .col-xs-8,
  .col-lg-9, .col-md-9, .col-sm-9, .col-xs-9,
  .col-lg-10, .col-md-10, .col-sm-10, .col-xs-10,
  .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11,
  .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
    .page-content.top04 {
        padding-top: 150px;
    }
    .float-inner a h5 {
        font-size: 12px;
    }
}

@media (min-width: 600px) {
  img.none600 {
    display: none;
  }
}

@media (max-width: 575px) {
  .shop_btn {
    font-size: 13px;
    width: 80%;
    margin: 0 auto;
  }
  img.none575 {
    display: none;
  }
  div.float.lift-off_show .float_a:nth-child(2) {
    width: 410px;
  }
  div.float.lift-off_show .float_p {
    width: 220px;
  }
  div.float.lift-off_show .float_a {
    width: 20px;
  }
  div.float.lift-off_show .float_a:last-child {
    margin-left: 7px;
  }
  div.float a, div.float_p p.font22 {
    font-size: 14px;
  }
  div.float a.font22, div.float_p p.font22 {
    line-height: 1.6;
    text-align: center;
    display: block;
  }
    .premium-child:first-child img {
        max-height: 75px;
    }
    .premium-child:nth-child(2) img,
    .top08 .title_img, .top04 .title_img, .top01_1 .title_img {
        max-height: 12px;
    }
    p.sub-title {
        letter-spacing: 0.2em;
        text-indent: 0.2em;
    }
    .spacer1 {
        margin-top: 30px;
        height: 5px;
    }
    .spacer2 {
        height: 5px;
    }
    .schedule2026-inner {
        padding: 30px 0;
    }
    .schedule2026-child:first-child {
        padding-bottom: 30px;
    }
    .schedule2026-child:last-child {
        padding-top: 30px;
    }
    .schedule2026-child-inner img {
        width: 68px;
    }
    .schedule2026-child-inner h5 {
        width: calc(100% - 83px);
    }
    .m-bot-20 {
        margin-bottom: 12px;
    }
    .font24 {
        font-size: 15px;
    }
    .font28 {
        font-size: 21px;
    }
    .font44 {
        font-size: 30px;
    }
    .bg_img7 {
        left: calc(50% - 250px);
        bottom: -130px;
        width: 145px;
    }
    .bg_img8 {
        right: calc(50% - 275px);
        bottom: -125px;
        width: 126px;
    }
    .bg_img11 {
        right: calc(50% - 275px);
        bottom: -110px;
        width: 146px;
    }
    .bg_img10 {
        left: calc(50% - 240px);
        bottom: -110px;
        width: 141px;
    }
    .shoplist-child {
        width: 100%;
    }
    .shoplist-child:nth-child(n+2) {
        margin-top: 30px;
    }
    .popup-sec-txt a, .shoplist-detail a:last-child {
        width: 280px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .kaisai-btn-child a>span {
        padding: 10px;
        font-size: 14px;
    }
    .kaisai-btn-child>img {
        max-height: 24px;
        top: -30px;
    }
    .kaisai-btn-child a>span::after {
        top: 22px;
    }
    .kaisai-btn-sec {
        /* margin-top: 70px; */
        margin-top: 40px;
    }
    .kaisai-detail-sec img:first-child {
        max-height: 65px;
    }
    .kaisai-detail-sec h5 {
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        font-size: 16px;
        margin-top: 25px;
    }
    .kaisai-detail-sec h3 {
        font-size: 26px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        margin-top: 12px;
        margin-bottom: 25px;
    }
    .kaisai-detail-sec img:last-child {
        max-height: 42px;
    }
    .bg_img20,
    .bg_img21 {
        width: 0;
    }
    .popup-sec {
        margin-top: 40px;
        padding: 6px;
    }
    .popup-sec:last-child {
        margin-top: 30px;
    }
    .popup-sec-inner {
        padding: 20px;
    }
    .popup-sec-txt {
        margin-top: 20px;
    }
    .popup-sec-child {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .popup-sec-txt p, .popup-products p {
        font-size: 13px;
        letter-spacing: 0.06em;
    }
    .popup-sec-txt h3 {
        font-size: 21px;
    }
    .float-inner a img {
        width: 45px;
        margin-bottom: 10px;
    }
    .float-inner a h5 {
        font-size: 13px;
        margin-left: 0;
        text-align: center;
    }
    .float-inner a h5 span {
        font-size: 12px;
    }
}

@media (min-width: 576px) {
  img.none576 {
    display: none;
  }
}

.block_540 {
  display: none;
}

@media (max-width: 540px) {
  .block_540 {
    display: block;
  }
    .page-content.top04 {
        padding-top: 140px;
    }
    img.label-img {
        max-height: 45px;
    }
    .kaisai-btn-child a>span::after {
        right: 15px;
        width: 7px;
        height: 7px;
    }
    .kaisai-btn-child a {
        padding: 4px;
    }
    .kaisai-btn-child a>span {
        letter-spacing: 0.1em;
    }
    .kaisai-btn-child a {
        box-shadow: 0px 6px 0px #60090966;
    }
    .kaisai-btn-child a:hover {
        top: 6px;
    }
}

@media (max-width: 500px) {
  .page-content {
    padding: 60px 0;
  }
  .top-bar span.none_sp {
      font-size: 12px;
      letter-spacing: 0;
  }
  div.float .mw100.f-pc,
  div.float a:hover img.f-pc.on {
    display: none;
  }
  div.float a {
    /* padding: 15px 0; */
        padding: 10px 5px;
  }
  a.anc.top_back {
    right: 15px;
  }
    .float-inner a img {
        /* max-height: 34px; */
    }
    div#popup {
        padding-top: 60px;
        margin-top: -60px;
    }
    .font28 {
        font-size: 20px;
    }
    .kaisai-detail-sec img:last-child {
        max-height: 40px;
    }
    .kaisai-btn-child a>span {
        font-size: 13px;
        padding: 8px;
    }
    .kaisai-btn-child {
        width: calc(50% - 7.5px);
    }
    .kaisai-btn-child:last-child {
        margin-left: 15px;
    }
    .kaisai-btn-child>img {
        max-height: 22px;
        top: -28px;
    }
    .kaisai-btn-sec {
        /* margin-top: 65px; */
    }
    .kaisai-detail-sec h3 {
        font-size: 24px;
    }
    .kaisai-btn-child a>span::after {
        top: 20px;
    }
    .float-inner a img {
        width: 40px;
    }
    .float-inner a h5 {
        font-size: 12px;
    }
    .float-inner a h5 span {
        font-size: 11px;
    }
}

html {
  overflow-x: hidden;
}

@media (max-width: 479px) {
  div.float.lift-off_show .float_a:nth-child(2) {
    width: 360px;
  }
  div.float.lift-off_show .float_a:last-child {
    margin-left: 5px;
  }
  .shop_btn {
    width: 90%;
  }
  .none_479 {
    display: none;
  }
  br.none768 {
    display: none;
  }
  div.float.lift-off_show .float_p {
    width: 200px;
  }
  div.float a, div.float_p p.font22 {
    font-size: 13px;
  }
  a.anc.top_back {
    top: -45px;
  }
    .page-content.top01 {
        padding: 30px 0 0;
    }
    .brand-child h3 {
        letter-spacing: 0.08em;
        margin-right: -0.08em;
    }
    .premium-child:first-child img {
        max-height: 70px;
    }
    .premium-child:nth-child(2) img, .top08 .title_img, .top04 .title_img, .top01_1 .title_img {
        max-height: 11px;
    }
    #products.page-content {
        padding: 55px 0;
    }
    p.sub-title {
        letter-spacing: 0.15em;
        text-indent: 0.15em;
    }
    .page-content.top04 {
        padding-top: 130px;
    }
    img.label-img {
        max-height: 40px;
    }
    .schedule2026-child-inner h5 br.none992 {
        display: block;
    }
    .title-text h3 {
        letter-spacing: 0.12em;
        text-indent: 0.12em;
    }
    .top-bar p {
        letter-spacing: 0;
    }
    .top-bar span.none_sp {
        font-size: 11px;
    }
    .m-bot-75 {
        margin-bottom: 35px;
    }
    .font44 {
        font-size: 28px;
    }
    .bg_img8 {
        right: calc(50% - 230px);
        bottom: -105px;
        width: 106px;
    }
    .bg_img7 {
        left: calc(50% - 215px);
        bottom: -115px;
        width: 120px;
    }
    .bg_img11 {
        right: calc(50% - 240px);
        bottom: -95px;
        width: 121px;
    }
    .bg_img10 {
        left: calc(50% - 210px);
        bottom: -95px;
        width: 121px;
    }
    .popup-sec-txt a, .shoplist-detail a:last-child {
        width: 250px;
    }
    .kaisai-btn-child {
        width: 100%;
    }
    .kaisai-btn-child:last-child {
        margin-left: 0;
        margin-top: 20px;
    }
    .kaisai-btn-child a>span>br {
        display: none;
    }
    .kaisai-btn-child a>span {
        padding: 15px 10px;
        letter-spacing: 0.13em;
        text-indent: 0.13em;
    }
    .kaisai-btn-child a>span::after {
        top: 18px;
        right: 20px;
    }
    .popup-products h3 {
        font-size: 18px;
    }
    .popup-sec-txt h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .popup-sec-txt {
        margin-top: 15px;
    }
    .popup-sec-child {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .float-inner a img {
        width: 36px;
    }
    .float-inner a h5 {
        font-size: 11px;
    }
    .float-inner a h5 span {
        font-size: 10px;
    }
    .schedule2026-child p span {
        font-size: 11px;
    }
}

@media (max-width: 440px) {
    .premium-child:first-child img {
        max-height: 67px;
    }
    .page-content.top04 {
        padding-top: 120px;
    }
    .font44 {
        font-size: 27px;
    }
    .none_440 {
        display: none;
    }
    .kaisai-detail-sec img:first-child {
        max-height: 60px;
    }
    .kaisai-detail-sec h5 {
        font-size: 15px;
        margin-top: 20px;
    }
    .kaisai-detail-sec h3 {
        font-size: 23px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .kaisai-detail-sec {
        margin-top: 35px;
    }
    .shoplist-sec {
        margin-top: 35px;
    }
}

@media (max-width: 428px) {
  .top08 .title_img, .top04 .title_img, .top01_1 .title_img {
    margin-bottom: 25px;
  }
  .top08 p.font15 {
    margin-bottom: 25px;
  }
  .page-content {
    padding: 55px 0;
  }
  div.float.lift-off_show .float_a:last-child {
    display: none;
  }
  .shop_btn {
    width: 100%;
    text-indent: -0.8em;
  }
  .shop_btn::after {
    right: 10px;
  }
  div.float a {
      padding: 10px 0;
  }
  .float-inner a img {
      /* max-height: 29px; */
  }
    .amaou-menu a {
        padding: 4px 0 12px;
        font-size: 13px;
    }
    .amaou-menu a:nth-child(n+3) {
        margin-top: 15px;
    }
    .page-content.top01 {
        padding: 25px 0 0;
    }
    .premium-child:nth-child(2) img, .top08 .title_img, .top04 .title_img, .top01_1 .title_img {
        max-height: 10px;
    }
    p.sub-title {
        letter-spacing: 0.1em;
        text-indent: 0.1em;
    }
    .premium-child:first-child img {
        max-height: 64px;
    }
    .premium-child:nth-child(2) {
        margin-top: 25px;
    }
    .premium-child:nth-child(2) img {
        margin-bottom: 20px;
    }
    .brand-child p,
    .premium-child:last-child p {
        line-height: 2.2em;
    }
    #products.page-content {
        padding: 50px 0;
    }
    .title-text {
        margin-bottom: 20px;
    }
    .spacer1 {
        margin-top: 25px;
    }
    .schedule2026-inner {
        padding: 25px 0;
    }
    .schedule2026-child:first-child {
        padding-bottom: 25px;
    }
    .schedule2026-child:last-child {
        padding-top: 25px;
    }
    .schedule2026-child-inner h5 {
        width: calc(100% - 78px);
    }
    div#popup {
        padding-top: 55px;
        margin-top: -55px;
    }
    .page-content.top04 {
        padding-top: 110px;
    }
    .schedule2026-child p {
        margin-top: 5px;
        letter-spacing: 0.06em;
        line-height: 2.2em;
    }
    .schedule2026-child h6 {
        letter-spacing: 0.1em;
        margin-top: 15px;
    }
    img.label-img {
        max-height: 35px;
    }
    .m-bot-75 {
        margin-bottom: 30px;
    }
    .font17,
    .font18 {
        font-size: 13px;
    }
    .font20 {
        font-size: 16px;
    }
    .font24 {
        font-size: 14px;
    }
    .font28 {
        font-size: 18px;
    }
    .font44 {
        font-size: 26px;
    }
    .bg_img8 {
        right: calc(50% - 205px);
        bottom: -95px;
        width: 96px;
    }
    .bg_img7 {
        left: calc(50% - 190px);
        bottom: -95px;
        width: 105px;
    }
    .bg_img11 {
        right: calc(50% - 215px);
        bottom: -80px;
        width: 106px;
    }
    .bg_img10 {
        left: calc(50% - 190px);
        bottom: -80px;
        width: 106px;
    }
    .float-inner a img {
        width: 32px;
    }
    .float-inner a h5 {
        font-size: 10px;
    }
}

@media (max-width: 390px) {
  .amaou-menu a img {
    bottom: 0px;
  }
  div.float.lift-off_show .float_a {
    padding-top: 0;
  }
  div.float.lift-off_show .float_a:nth-child(2) {
    width: 320px;
  }
  div.float.lift-off_show .float_p {
    width: 185px;
  }
  .shop_btn {
    font-size: 12px;
  }
  div.float a, div.float_p p.font22 {
    font-size: 12px;
  }
    .premium-child:first-child img {
        max-height: 62px;
    }
    .page-content.top04 {
        padding-top: 100px;
    }
    .title-text h3 {
        letter-spacing: 0.08em;
        text-indent: 0.08em;
    }
    p.sub-title {
        letter-spacing: 0.06em;
        text-indent: 0.06em;
    }
    img.label-img {
        max-height: 32px;
    }
    .font20 {
        font-size: 15px;
    }
    .font44 {
        font-size: 25px;
    }
    .bg_img11 {
        right: calc(50% - 195px);
        bottom: -70px;
        width: 91px;
    }
    .bg_img10 {
        left: calc(50% - 175px);
        bottom: -75px;
        width: 95px;
    }
    .bg_img8 {
        right: calc(50% - 190px);
        bottom: -85px;
        width: 86px;
    }
    .bg_img7 {
        left: calc(50% - 175px);
        bottom: -85px;
        width: 90px;
    }
    .kaisai-detail-sec h3 {
        font-size: 22px;
    }
    .kaisai-detail-sec h5 {
        font-size: 14px;
    }
    .kaisai-btn-child a>span {
        letter-spacing: 0.1em;
        text-indent: 0.1em;
    }
    .kaisai-btn-child a>span::after {
        right: 15px;
    }
    .popup-sec {
        margin-top: 30px;
    }
    .popup-sec-txt p, .popup-products p {
        font-size: 12px;
    }
    .popup-sec-txt h3 {
        font-size: 19px;
    }
    .popup-products h3 {
        font-size: 17px;
    }
    .float-inner a img {
        width: 30px;
    }
}

@media (max-width: 360px) {
  .page-content {
    padding: 50px 0;
  }
  div.float.lift-off_show .float_a:nth-child(2) {
    width: 280px;
  }
  div.float.lift-off_show .float_p {
    width: 165px;
  }
  div.float a, div.float_p p.font22 {
    font-size: 11px;
  }
  a.anc.top_back {
    top: -65px;
  }
  .shop_btn {
    font-size: 12px;
  }
  .top-bar span.none_sp {
    font-size: 10px;
  }
    .amaou-menu a {
        padding: 2px 0 10px;
        font-size: 12px;
    }
    .premium-child:first-child img {
        max-height: 60px;
    }
    #products.page-content {
        padding: 45px 0;
    }
    .brand-child p, .premium-child:last-child p, .schedule2026-child p {
        line-height: 2em;
    }
    div#popup {
        padding-top: 50px;
        margin-top: -50px;
    }
    .page-content.top04 {
        padding-top: 90px;
    }
    .premium-child:nth-child(2) img, .top08 .title_img, .top04 .title_img, .top01_1 .title_img {
        max-height: 9px;
    }
    img.label-img {
        max-height: 30px;
    }
    .schedule2026-child h6 {
        letter-spacing: 0.06em;
    }
    .font44 {
        font-size: 24px;
    }
    .bg_img7 {
        left: calc(50% - 165px);
        bottom: -80px;
        width: 85px;
    }
    .bg_img8 {
        right: calc(50% - 180px);
        bottom: -80px;
        width: 81px;
    }
    .bg_img10 {
        left: calc(50% - 165px);
        bottom: -70px;
        width: 90px;
    }
    .bg_img11 {
        right: calc(50% - 180px);
        bottom: -65px;
        width: 86px;
    }
    .kaisai-btn-child a>span {
        letter-spacing: 0.06em;
        text-indent: 0.06em;
        font-size: 12px;
    }
    .kaisai-detail-sec h3 {
        font-size: 21px;
    }
    .kaisai-detail-sec {
        margin-top: 30px;
    }
    .shoplist-detail h3 {
        font-size: 17px;
    }
    .shoplist-detail h5 {
        font-size: 14px;
    }
    .popup-sec-txt a, .shoplist-detail a:last-child {
        width: 230px;
    }
    .shoplist-child:nth-child(n+2) {
        margin-top: 20px;
    }
    .shoplist-sec {
        margin-top: 30px;
    }
    .kaisai-btn-sec {
        /* margin-top: 60px; */
        margin-top: 35px;
    }
    .popup-sec-txt a, .shoplist-detail a:last-child {
        font-size: 13px;
    }
    .popup-sec-txt a::after, .shoplist-detail a:last-child::after {
        width: 7px;
        height: 7px;
    }
    .popup-sec:last-child {
        margin-top: 20px;
    }
    .popup-sec-txt h3 {
        font-size: 18px;
    }
    .popup-products h3 {
        font-size: 16px;
    }
    div.float a {
        padding: 8px 0;
    }
    .float-inner a img {
        margin-bottom: 5px;
    }
    .float-inner a h5 span {
        margin-top: 3px;
        text-indent: 0;
    }
    .float-inner a h5 {
        font-size: 12px;
        line-height: 1.3em;
        text-indent: 1.5em;
    }
}

@media (min-width: 361px) {
    br.none361 {
      display: none;
    }
}

@media (max-width: 340px) {
    .premium-child:first-child img {
        max-height: 58px;
    }
    .amaou-menu a {
        letter-spacing: 0;
        text-indent: 0;
    }
    .m-bot-20 {
        margin-bottom: 10px;
    }
    .font20 {
        font-size: 14px;
    }
    .font24 {
        font-size: 13px;
    }
    .font44 {
        font-size: 23px;
    }
    .bg_img8 {
        right: calc(50% - 165px);
        bottom: -75px;
        width: 76px;
    }
    .bg_img7 {
        left: calc(50% - 150px);
        bottom: -75px;
        width: 80px;
    }
    .bg_img11 {
        right: calc(50% - 165px);
        bottom: -60px;
        width: 81px;
    }
    .bg_img10 {
        left: calc(50% - 150px);
        bottom: -65px;
        width: 80px;
    }
    .kaisai-detail-sec h3 {
        font-size: 20px;
    }
    .popup-sec-txt a, .shoplist-detail a:last-child {
        width: 200px;
    }
    .float-inner a h5 {
        font-size: 11px;
    }
    .float-inner a h5 span {
        letter-spacing: -0.03em;
    }
}
