@import url(https://fonts.googleapis.com/css?family=Quicksand:400);
@import url(https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

html {
  height: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #492510;
}

* {
  list-style-type: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

a {
  color: #ffffff;
  outline: none;
  border-style: none;
  text-decoration: none;
}

b {
  font-weight: bold;
}

img {
  max-width: 100%;
}

a img {
  border-style: none;
  outline: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 3px;
  border: 0;
  border-top: 3px solid #492510;
  margin: auto;
  padding: 0;
}

audio,
canvas,
iframe,
svg,
video {
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

.red {
  color: #e60012;
}

#header {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#header * {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#content {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #231815;
  letter-spacing: 0.1em;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

@media only screen and (max-width: 600px) {
  .pc_none {
    display: block;
  }

  .sp_none {
    display: none;
  }
}

i {
  font-style: normal;
}

.mgbt {
  margin-bottom: 1rem;
}

.text {
  line-height: 1.5;
  text-align: justify;
}

.text a {
  color: #492510;
  text-decoration: underline;
}

#ekiben .text a {
  color: #0000FF;
  text-decoration: underline;
}

main::after {
  display: none;
}

#ekiben h1 img {
  width: 100%;
  max-width: 245px;
}

@media only screen and (max-width: 769px) {
  body {
    font-size: 13px;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    background: url("../img/bg_sp.jpg") center top;
    background-size: 100% auto;
  }

  .pc {
    display: none;
  }

  #content {
    margin: auto;
    position: relative;
    z-index: 0;
  }

  #content #maintitle {
    text-align: center;
    padding-bottom: 25px;
  }

  #content #ekiben #maintitle {
    text-align: center;
    padding-bottom: 8px;
  }

  #content #umaimono #maintitle {
    text-align: center;
    padding-bottom: 5px;
  }

  #content #maintitle b {
    position: relative;
    display: inline-block;
    color: #492510;
    font-size: 28px;
  }

  #content #maintitle b img {
    width: 36px;
    position: absolute;
    top: calc(50% - 18px);
    left: -35px;
  }

  #content #maintitle i {
    display: block;
    color: #492510;
    font-size: 18px;
    font-weight: bold;
    margin-top: 1rem;
  }

  #content small {
    font-size: 16px;
  }

  #content .ico {
    width: auto;
    height: 16px;
    margin-right: 3px;
    vertical-align: bottom;
  }

  #content .recommended .ico {
    height: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  #header.sp {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

#umaimono h1 img {
  width: 100%;
  max-width: 350px;
}

@media only screen and (min-width: 770px) {
  body {
    min-width: 750px;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    background: url("../img/bg.jpg") center top;
    background-size: 100% auto;
  }

  a {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  a * {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  #content {
    width: 100%;
    max-width: 750px;
    margin: auto;
    z-index: 0;
  }

  #content a:hover {
    opacity: 0.8;
  }

  #content #maintitle {
    text-align: center;
    padding-bottom: 50px;
  }

  #content #umaimono #maintitle,
  #content #ekiben #maintitle {
    padding-bottom: 25px;
  }

  #content #maintitle b {
    position: relative;
    display: inline-block;
    color: #492510;
    font-size: 54px;
    font-weight: bold;
  }

  #content #maintitle b img {
    width: 75px;
    position: absolute;
    top: calc(50% - 37px);
    left: -100px;
  }

  #content #maintitle i {
    display: block;
    color: #492510;
    font-size: 22px;
    font-weight: bold;
    margin-top: 1rem;
  }

  #content small {
    font-size: 24px;
  }

  #content .ico {
    width: auto;
    height: 20px;
    margin-right: 5px;
    vertical-align: -3px;
  }

  #content .recommended .ico {
    height: 30px;
    vertical-align: bottom;
  }

  #content .recommended.flex-item .ico {
    height: 22px;
    vertical-align: bottom;
  }
}

#header .keio_logo {
  line-height: 1;
  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;
  gap: 10px;
}

#header .soon {
  pointer-events: none;
  background-color: #666;
  -webkit-filter: saturate(0%) brightness(200%);
  filter: saturate(0%) brightness(200%);
  position: relative;
}

#header .soon a {
  color: #555 !important;
}

#header .soon:before {
  content: "Coming Soon";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  color: #000000;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
}

#header .headnav3 .soon:before {
  font-size: 1.2em;
}

#header {
  padding: 15px 15px 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1;
  height: auto;
}

#main_contents {
  background-image: url(../img/ekiben2026/ekiben/main_bg.jpg);
  background-repeat: repeat;
  max-width: 750px;
  margin: auto;
}

@media only screen and (max-width: 354px) {
  #header {
    background-size: 130%;
  }
}

@media only screen and (max-width: 769px) {
  #header.on {
    top: -38px;
  }

  #header .in .headnav1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }

  #header .in .headnav1 a {
    font-size: 14px;
    font-weight: bold;
  }

  #header .in .headnav1 img {
    width: 100px;
  }

  #header .in .headnav2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
  }

  #header .in .headnav2 li {
    width: calc(100% / 2 - 5px);
  }

  #header .in .headnav2 li a {
    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;
    border: 3px solid #492510;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
  }

  #header .in .headnav3 li:nth-of-type(1) a {
    padding-left: 0px;
    background-size: 25px;
  }

  #header .in .headnav3 li:nth-of-type(2) a {
    padding-left: 0px;
    background-size: 25px;
  }

  #header .in .headnav3 li:nth-of-type(3) {
    border-right: 0;
  }

  #header .in .headnav3 li:nth-of-type(3) a {
    background: url("../img/nav3.png") no-repeat left center;
    background-size: 25px;
  }

  #header .in .headnav3 li:nth-of-type(4) {
    border-bottom: 0;
  }

  #header .in .headnav3 li:nth-of-type(4) a {
    background: url("../img/nav4.png") no-repeat left center;
    background-size: 25px;
  }

  #header .in .headnav3 li:nth-of-type(5) {
    border-bottom: 0;
  }

  #header .in .headnav3 li:nth-of-type(5) a {
    background: url("../img/nav5.png") no-repeat left center;
    background-size: 25px;
  }

  #header .in .headnav3 li:nth-of-type(6) {
    border-bottom: 0;
    border-right: 0;
  }

  #header .in .headnav3 li:nth-of-type(6) a {
    padding-left: 0;
    color: #6f4b2a;
    border: 3px solid #fff;
  }
}

@media only screen and (max-width: 769px) {
  #header {
    padding: 15px;
    width: 100%;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../img/ekiben2026/ekiben/sp_menu_bg.png);
    background-repeat: repeat-x;
    background-size: contain;
    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;
    line-height: 1;
  }

  #header.on {
    top: -38px;
  }

  #header .in .headnav1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }

  #header .in .headnav1 a {
    font-size: 14px;
    font-weight: bold;
  }

  #header .in .headnav1 img {
    width: 100px;
  }

  #header .in .headnav2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
  }

  #header .in .headnav2 li {
    width: calc(100% / 2 - 5px);
  }

  #header .in .headnav2 li a {
    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;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
  }

  #header .in .headnav3 {
    background-color: #fff;
    border: 3px solid #492510;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 0 1% 0;
  }

  #header .in .headnav3 li {
    width: calc(100% / 3);
    border-bottom: 2px dotted #492510;
    border-right: 2px dotted #492510;
  }

  #header .in .headnav3 li a {
    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;
    font-weight: bold;
    font-size: 14px;
    color: #492510;
    text-align: center;
    height: 35px;
    padding-left: 20px;
  }

  #header .in .headnav3 li:nth-of-type(1) a {
    padding-left: 0px;
    background-size: 25px;
  }

  #header .in .headnav3 li:nth-of-type(2) a {
    padding-left: 0px;
    background-size: 25px;
  }

  #header .in .headnav3 li:nth-of-type(3) {
    border-right: 0;
  }

  #header .in .headnav3 li:nth-of-type(3) a {
    background: url("../img/nav3.png") no-repeat left center;
    background-size: 25px;
  }

  #header .in .headnav3 li:nth-of-type(4) {
    border-bottom: 0;
  }

  #header .in .headnav3 li:nth-of-type(4) a {
    background: url("../img/nav4.png") no-repeat left center;
    background-size: 25px;
  }

  #header .in .headnav3 li:nth-of-type(5) {
    border-bottom: 0;
  }

  #header .in .headnav3 li:nth-of-type(5) a {
    background: url("../img/nav5.png") no-repeat left center;
    background-size: 25px;
  }

  #header .in .headnav3 li:nth-of-type(6) {
    border-bottom: 0;
    border-right: 0;
  }

  #header .in .headnav3 li:nth-of-type(6) a {
    padding-left: 0;
    background: #C83737;
    color: #fff;
    border: 3px solid #fff;
  }
}

@media only screen and (max-width: 769px) {
  #header .in .headnav3 li:nth-of-type(6)::after {
    right: 24%;
    bottom: 18%;
  }
}

@media only screen and (max-width: 600px) {
  #header .in .headnav3 li:nth-of-type(6)::after {
    right: 7%;
    bottom: 18%;
  }
}

@media only screen and (min-width: 770px) {
  #header {
    padding: 0 10px;
    height: 190px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../img/ekiben2026/ekiben/sp_menu_bg.png);
    background-repeat: repeat-x;
    background-size: contain;
    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;
    line-height: 1;
  }

  #header.on {
    top: -53px;
  }

  #header a:hover {
    opacity: .8;
  }

  #header .in {
    max-width: 920px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #header .in .headnav1 {
    width: 100%;
    max-width: 920px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }

  #header .in .headnav1 a {
    font-size: 20px;
    font-weight: bold;
  }

  #header .in .headnav1 img {
    width: 154px;
  }

  #header .in .headnav2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
    max-width: 350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #header .in .headnav2 a {
    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;
    border: 3px solid #fff;
    font-size: 28px;
    font-weight: bold;
    height: 50px;
  }

  #header .in .headnav3 {
    width: 550px;
    background-color: #fff;
    border: 5px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #header .in .headnav3 li {
    width: calc(100% / 3);
    border-bottom: 2px dotted #492510;
    border-right: 2px dotted #492510;
  }

  #header .in .headnav3 li a {
    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;
    font-weight: bold;
    font-size: 19px;
    color: #492510;
    text-align: center;
    height: 50px;
  }

  #header .in .headnav3 li:nth-of-type(1) a {
    padding-left: 0px;
    background-size: 48px;
  }

  #header .in .headnav3 li:nth-of-type(2) a {
    padding-left: 0px;
    background-size: 48px;
  }

  #header .in .headnav3 li:nth-of-type(3) {
    border-right: 0;
  }

  #header .in .headnav3 li:nth-of-type(3) a {
    background: url("../img/nav3.png") no-repeat left center;
    background-size: 48px;
  }

  #header .in .headnav3 li:nth-of-type(4) {
    border-bottom: 0;
  }

  #header .in .headnav3 li:nth-of-type(4) a {
    background: url("../img/nav4.png") no-repeat left center;
    background-size: 48px;
  }

  #header .in .headnav3 li:nth-of-type(5) {
    border-bottom: 0;
  }

  #header .in .headnav3 li:nth-of-type(5) a {
    background: url("../img/nav5.png") no-repeat left center;
    background-size: 48px;
  }

  #header .in .headnav3 li:nth-of-type(6) {
    border-bottom: 0;
    border-right: 0;
  }

  #header .in .headnav3 li:nth-of-type(6) a {
    padding-left: 0;
    background: #C83737;
    color: #fff;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
  }
}

@media only screen and (max-width: 769px) {
  #footer {
    text-align: center;
    padding: 50px 0 10px;
    position: relative;
  }

  #footer p {
    font-size: 11px;
    letter-spacing: 0.15;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    color: #4c4948;
  }
}

@media only screen and (min-width: 770px) {
  #footer {
    text-align: center;
    padding: 100px 0 20px;
    position: relative;
  }

  #footer a:hover {
    opacity: 0.8;
  }

  #footer p {
    font-size: 16px;
    letter-spacing: 0.15;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    color: #492510;
  }
}

.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 32px;
  height: 32px;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translateY(65px);
  -ms-transform: translateY(65px);
  transform: translateY(65px);
}

@media (min-width: 770px) {
  .totop {
    width: 40px;
    height: 40px;
  }
}

.totop.show {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

#campaign .box {
  display: inline;
  background-color: #492510;
  margin-top: 30px;
  padding: 5px;
  color: #fff;
}

#campaign #sec3 {
  margin-top: 5rem;
}

#campaign #sec1 .text_kikan,
#campaign #sec2 .text,
#campaign #sec3 .text {
  margin-bottom: 1em;
  font-size: 18px;
  color: #492510;
  line-height: 1.5;
}

#campaign #sec3 ul.text {
  border: 1px solid #622D00;
  padding: 20px 45px;
}

@media only screen and (max-width: 600px) {
  #campaign #sec1 .text_kikan {
    font-size: 16px;
  }

  #campaign #sec3 ul.text {
    padding: 20px 17px;
  }
}

@media only screen and (max-width: 769px) {

  .recommended>li,
  .recommended .slick-track>li {
    padding: 0 0 1em;
  }

  .recommended>li .photo,
  .recommended .slick-track>li .photo {
    margin: 0 auto 1em;
    width: 90%;
  }

  .recommended>li .text,
  .recommended .slick-track>li .text {
    margin-bottom: 1em;
    font-size: 16px;
    color: #492510;
    line-height: 1.5;
  }

  .recommended>li .sub,
  .recommended .slick-track>li .sub {
    font-size: 11px;
    margin-top: -0.5em;
    margin-bottom: 0.75em;
  }

  .recommended>li dl,
  .recommended .slick-track>li dl {
    font-size: 16px;
  }

  .recommended>li dt,
  .recommended .slick-track>li dt {
    line-height: 1.2;
  }

  .recommended>li dd,
  .recommended .slick-track>li dd {
    margin-bottom: 0.3em;
  }

  .recommended>li small,
  .recommended .slick-track>li small {
    font-size: 14px;
  }

  #campaign #sec2 .text,
  #campaign #sec3 .text {
    margin: 1em auto;
    font-size: 16px;
    line-height: 1.5;
  }

  #campaign #sec2 .text_sp {
    font-size: 13px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 769px) {
  #campaign .recommended.col1 li {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
  }

  .recommended>li,
  .recommended .slick-track>li {}

  .recommended>li .photo,
  .recommended .slick-track>li .photo {
    margin: 0 auto 1em;
    padding: 0;
    width: 90%;
  }

  .recommended>li>div,
  .recommended .slick-track>li>div {
    width: 100%;
  }

  .recommended.col0>li {
    margin-bottom: 0px;
  }

  .recommended.col0>li .text,
  .recommended.col0>li .sub,
  .recommended.col0>li dl {
    width: 100%;
    float: none;
  }

  .recommended .nophoto .text,
  .recommended .nophoto .sub,
  .recommended .nophoto dl {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 414px) {
  #campaign .recommended.col1 li {
    font-size: 20px;
  }
}

@media only screen and (min-width: 770px) {

  .recommended,
  .recommended .slick-track {}

  .recommended>li,
  .recommended .slick-track>li {
    margin-bottom: 0;
  }

  .recommended>li .photo,
  .recommended .slick-track>li .photo {
    margin-bottom: 19px;
  }

  .recommended>li .text,
  .recommended .slick-track>li .text {
    margin-bottom: 1em;
    font-size: 18px;
    color: #492510;
    line-height: 1.5;
  }

  .recommended>li .sub,
  .recommended .slick-track>li .sub {
    font-size: 14px;
    margin-top: -0.5em;
    margin-bottom: 0.75em;
  }

  .recommended>li dl,
  .recommended .slick-track>li dl {
    font-size: 18px;
  }

  .recommended>li dt,
  .recommended .slick-track>li dt {
    line-height: 1.2;
  }

  .recommended>li dd,
  .recommended .slick-track>li dd {
    margin-bottom: 0.3em;
  }

  .recommended>li small,
  .recommended .slick-track>li small {
    font-size: 14px;
  }

  .recommended.col1>li,
  .recommended .slick-track.col1>li {
    width: 100%;
  }

  .recommended.col2>li,
  .recommended .slick-track.col2>li {
    width: 100%;
    max-width: 680px;
  }

  .recommended.col3>li,
  .recommended .slick-track.col3>li {
    width: 285px;
  }

  .recommended.col1 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #campaign .recommended.col1 li {
    display: block;
    font-size: 24px;
    margin-bottom: 30px;
  }

  .recommended.col1 .photo {
    width: 445px;
    margin-bottom: 0;
  }

  #campaign .recommended.col1 .photo {
    width: 100%;
    margin-bottom: 0;
  }

  .recommended.col1 div {
    width: 100%;
  }

  .recommended.col1.ex li {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .recommended.col1.ex .photo {
    width: 445px;
    margin-bottom: 0;
  }

  .recommended.col1.ex div {
    width: 445px;
  }
}

.recommended.col2>li,
.recommended .slick-track.col2>li {
  padding: 0 4.7%;
}

.recommended.col2 li.text {
  padding-top: 0;
}

#campaign .btn1 {
  position: relative;
  max-width: 308px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #C83737;
  border-radius: 40px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  height: 50px;
  padding: 0 30px;
}

#ekiben .mds1 {
  text-align: center;
  color: #492510;
  font-size: 20px;
  padding-top: 40px;
}

@media only screen and (max-width: 769px) {
  .section {
    margin-top: 0px;
  }

  #ekiben .section#sec6,
  #umaimono .section {
    margin-bottom: 70px;
  }

  #umaimono #sec0.section {
    margin-bottom: 0;
  }

  .section .copy {
    font-size: 16px;
    color: #492510;
    font-weight: bold;
    padding: 10px;
    margin-top: -10px;
  }

  #campaign .section .copy {
    text-align: center;
  }

  .section .mds1,
  #ekiben #sec2 .mds1,
  #ekiben #sec3 .mds1 {
    text-align: center;
    color: #492510;
    font-size: 20px;
    padding-top: 50px;
    padding-bottom: 0;
    margin-top: -50px;
  }

  #umaimono .section .mds1 {
    margin-top: 0;
  }

  #umaimono #sec3 .mds1 {
    padding-top: 0;
  }

  #sec2.section .mds1 {
    text-align: center;
  }

  .section .mds1 b {
    display: inline-block;
  }

  #sec0 {
    margin-top: 0;
  }

  .btn1 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 770px) {
  .section {
    margin-top: 0;
  }

  #ekiben .section {
    margin-bottom: 1em;
  }


  #campaign #sec2 {
    margin-top: 0;
  }

  .section .copy {
    text-align: justify;
    font-size: 24px;
    color: #492510;
    padding-bottom: 30px;
    margin-top: -20px;
  }

  #campaign .section .copy {
    padding-bottom: 0;
    text-align: center;
  }

  #kaijyo .section .copy {
    text-align: center;
  }

  .section .mds1 {
    text-align: center;
    color: #492510;
    font-size: 36px;
    padding-bottom: 10px;
  }

  .section .mds1 b {
    display: inline-block;
  }
}

.nav1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.nav1 a {
  width: 47%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.btn {
  max-width: 680px;
}

#umaimono .btn,
#kaijyo .btn {
  margin: 1rem auto 2rem;
}

#ekiben .btn,
#umaimono .btn {
  width: 100%;
  max-width: 470px;
  text-align: center;
  margin: 1rem auto 2rem;
}

@media only screen and (max-width: 769px) {

  #ekiben .btn,
  #umaimono .btn {
    width: 90%;
  }

  .btn1 {
    width: 100%;
    height: 60px;
  }
}

.btn1 span {
  display: block;
  font-size: 16px;
}

@media only screen and (max-width: 769px) {
  .btn1 span {
    font-size: 14px;
  }
}

.recommended .t1,
.recommended .t1_2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #492510;
}

#umaimono .recommended .t1 span.t1_small {
  font-size: 20px;
  font-weight: bold;
}

#umaimono #sec3 .recommended .t1 {
  font-size: 16px;
}

.recommended li.text {
  font-size: 20px;
}

@media only screen and (max-width: 600px) {
  #umaimono .recommended li.text {
    font-size: 14px;
  }
}

.flex-container .recommended .t1 {
  font-size: 16px;
}

.recommended .t1 .t_big {
  font-size: 22px;
  font-weight: bold;
}

.t_small {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 769px) {

  .recommended .t1,
  .recommended .t1_2 {
    font-size: 16px;
  }

  #umaimono .recommended .t1 span.t1_small {
    font-size: 14px;
    font-weight: bold;
  }

  #umaim .recommended .t1 .t_big {
    font-size: 20px;
    font-weight: bold;
  }

  .t_small {
    font-size: 14px;
  }
}

.recommended .t1 a {
  text-decoration: underline;
  color: #492510;
}

.recommended .t1 a i {
  text-decoration: underline;
}

.recommended .t1 i {
  font-weight: normal;
}

.recommended .t1 span {
  font-weight: normal;
}

.recommended .icon {
  padding: 5px 0 10px;
}

.t1 .icon {
  width: 70px;
  padding: 0 0 0 5px;
}

.recommended small {
  font-weight: normal;
}

.linkbtn p.text {
  text-align: center;
}

.linkbtn {
  width: 650px;
  margin: auto;
}

.linkbtn+.linkbtn {
  margin-top: 1.5em;
}

.linkbtn .btn1 {
  max-width: 100%;
  margin-top: 0.5em;
  padding: 20px;
  height: auto;
  font-size: 22px;
}

.text-center {
  text-align: center;
}

.linkbtn span {
  font-size: 16px;
  line-height: 1.2 !important;
}

.yoyaku {
  font-size: 16px;
  line-height: 1.2 !important;
  font-weight: bold;
  text-align: center;
}

.yoyaku img.icon {
  width: 70px;
}

@media only screen and (max-width: 769px) {
  .linkbtn {
    width: 100%;
  }

  .linkbtn .btn1 {
    padding: 15px;
    font-size: 13px;
  }

  .t1 .icon {
    width: 45px;
  }

  .linkbtn span {
    font-size: 16px;
    line-height: 1.2 !important;
  }

  .yoyaku {
    font-size: 16px;
    line-height: 1.2 !important;
  }

  .yoyaku img.icon {
    width: 70px;
  }
}

.linkbtn {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: auto;
}

.linkbtn+.linkbtn {
  margin-top: 1.5em;
}

.linkbtn .btn1 {
  max-width: 100%;
  margin-top: 0.5em;
  padding: 20px;
  height: auto;
  font-size: 22px;
}

@media only screen and (max-width: 769px) {
  .linkbtn {
    width: 100%;
    font-size: 18px;
    margin: 0 auto 0.5em;
  }

  .linkbtn .btn1 {
    padding: 15px;
    font-size: 13px;
  }
}

.announce {
  font-size: 14px;
  line-height: 2;
  padding-top: 80px;
}

@media only screen and (max-width: 769px) {
  .announce {
    font-size: 12px;
    padding-top: 50px;
  }
}

#sec0 .text {
  padding-bottom: 50px;
  font-size: 24px;
  text-align: justify;
}

#sec0 .icon img {
  vertical-align: middle;
}

@media only screen and (max-width: 769px) {
  #kaijyo #sec0 .text {
    padding-bottom: 30px;
  }
}

#kaijyo #sec0 .text i {
  color: #492510;
}

#kaijyo #sec0 .text small {
  display: block;
  padding-top: 20px;
}

#kaijyo #sec1 {
  padding-bottom: 40px;
  margin-top: 90px;
}

@media only screen and (max-width: 769px) {
  #kaijyo #sec1 {}
}

@media only screen and (max-width: 1024px) {
  #kaijyo #sec1 {
    padding-top: 220px;
    margin-top: -140px;
  }
}

@media only screen and (max-width: 500px) {
  #kaijyo #sec1 {
    padding-top: 30px;
    margin-top: 0;
  }
}


#kaijyo h2 {
  border-bottom: none;
}

#campaign h2 {
  font-size: 24px;
  line-height: 1.2;
  border-bottom: none;
  margin: 1rem 0;
}

#campaign #sec1 .t1 {
  margin-bottom: 1em;
}

#campaign #sec2 .t1 {
  margin-bottom: 3em;
}

#campaign #sec1 .t1 b,
#campaign #sec2 .t1 b {
  font-size: 23px;
  color: #492510;
}

#campaign #sec2 .t_none b {
  border: none;
  text-align: center;
}

#campaign #sec1 .set2 .flex_wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#campaign #sec1 .set2 .t1 {
  text-align: center;
}

#ekiben h2 {
  border-bottom: none;
}

#donburi h2 {
  border-bottom: none;
  margin-bottom: 0;
}

#ekiben #sec4 h2 {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 10px;
}

#ekiben #sec4 .text {
  font-size: 20px;
  text-align: center;
}

#ekiben #sec4 .t2 {
  font-size: 21px;
  margin-bottom: 1rem;
}

#ekiben #sec4 .text2 {
  font-size: 16px;
  margin-bottom: 1rem;
}

#ekiben #donburi .text2,
#ekiben #sec6.text2 {
  font-size: 20px;
  margin-bottom: 1rem;
}

#ekiben #sec5 {
  margin: 3rem auto 5rem;
}

#ekiben #sec5 .text2 {
  font-size: 20px;
  margin-bottom: 0.5rem;
}

#ekiben #sec5 .text2 {
  text-align: center;
}

#donburi .text3 {
  color: #231815;
  margin-bottom: 2rem;
}

#ekiben #sec4 .text3 {
  font-size: 20px;
  margin-bottom: 1rem;
  text-align: center;
}

#ekiben #sec5 .text3 {
  text-align: center;
}

.flex-container {
  display: flex;
  gap: 20px;
}

#ekiben .flex-container,
#umaimono .flex-container {
  gap: 0;
}

@media only screen and (max-width: 600px) {
  #ekiben .flex-container {
    margin-bottom: 1rem;
  }
}

#ekiben .flex-container2 {
  align-items: center;
}

#umaimono .flex-container {
  padding: 5% 2% 0 4.7%;
}

.flex-item {
  width: 50%;

}

@media only screen and (max-width: 769px) {
  #kaijyo #sec1 h2 {
    font-size: 20px;
  }

  #ekiben #sec4 .text {
    font-size: 14px;
  }

  #ekiben #sec4 .text2 {
    font-size: 13px;
  }

  #ekiben #sec4 .text3 {
    font-size: 14px;
  }

  #campaign #sec1 .t1 b,
  #campaign #sec2 .t1 b {
    font-size: 18px;
  }

  #ekiben #sec4 .t2 {
    font-size: 14px;
  }

  #campaign #sec1 .set2 .flex_wrapper {
    justify-content: center;
    gap: 30px;
  }
}

#kaijyo #sec1 h3 {
  padding: 10px 0 15px;
  color: #492510;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 769px) {
  #kaijyo #sec1 h3 {
    padding-top: 0;
    font-size: 16px;
  }

  #ekiben #sec5 .text2 {
    font-size: 14px;
  }
}

#kaijyo #sec2 h2 {
  text-align: center;
  color: #492510;
  font-size: 42px;
  border: none;
  padding-bottom: 30px;
}

.nav2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.nav2 a {
  width: calc(50% - 10px);
  height: 85px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

#campaign .nav2 a {
  position: relative;
  display: inline-block;
  width: calc(50% - 10px);
  height: 105px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  background-color: #fff;
  border: 3px solid #492510;
  color: #492510;
  align-items: center;
  text-align: center;
}

#campaign .nav2 a::after {
  content: url(../img/ekiben2026/campaign/arrow_under.svg);
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 9px;
}

@media only screen and (max-width: 769px) {
  .nav2 a {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    font-size: 13px;
    height: 65px;
  }
}

.nav2 a.ex {
  background-color: #622D00;
  color: #fff;
}

@media only screen and (max-width: 769px) {
  .nav2.ex1 a {
    font-size: 15px;
    height: 50px;
  }
}

#kaijyo #sec2 .nav2 {
  padding-top: 30px;
}

@media only screen and (max-width: 769px) {
  #kaijyo #sec2 .nav2 {
    padding-top: 20px;
  }
}

#kaijyo #sec2 h3 {
  color: #492510;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}

@media only screen and (max-width: 769px) {
  #kaijyo #sec2 h3 {
    font-size: 22px;
  }
}

#kaijyo #sec2 figure {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

@media only screen and (max-width: 769px) {
  #kaijyo #sec2 figure {
    width: 100%;
  }
}

#kaijyo #sec2 .set1 b,
#kaijyo #sec1 .set2 b {
  display: block;
  color: #492510;
  font-size: 22px;
}

@media only screen and (max-width: 769px) {

  #kaijyo #sec2 .set1 b,
  #kaijyo #sec1 .set2 b {
    font-size: 16px;
    text-align: center;
  }
}

#kaijyo #sec2 .set3 h4 {
  background-color: #edd200;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 4px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 769px) {
  #kaijyo #sec2 .set3 h4 {
    font-size: 16px;
  }
}

#kaijyo #sec2 .set3 h5 {
  color: #492510;
  font-size: 22px;
  text-align: center;
  margin: 20px 0 10px;
}

#kaijyo #sec2 .set3 h5 i {
  border-bottom: 1px solid #492510;
}

@media only screen and (max-width: 769px) {
  #kaijyo #sec2 .set3 h5 {
    margin: 15px 0 5px;
    font-size: 16px;
  }
}

#kaijyo #sec2 .set3 .t1 {
  text-align: center;
  color: #492510;
  font-size: 28px;
  font-weight: bold;
}

@media only screen and (max-width: 769px) {
  #kaijyo #sec2 .set3 .t1 {
    font-size: 20px;
  }
}

#kaijyo #sec2 .set3 .t2 {
  text-align: center;
  font-size: 22px;
}

@media only screen and (max-width: 769px) {
  #kaijyo #sec2 .set3 .t2 {
    font-size: 16px;
  }
}

#kaijyo #sec2 .set3 .t2.ex {
  text-align: left;
}

#kaijyo #sec2 .set3 .btn {
  padding-top: 20px;
  margin-bottom: 30px;
}

#campaign #sec1 h3 {
  text-align: center;
  padding-bottom: 20px;
}

@media only screen and (max-width: 769px) {
  #campaign #sec1 h3 {
    padding-bottom: 20px;
  }
}

#campaign #sec2 .set3 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 769px) {
  #kaijyo #sec2 .set1 .pos1 {
    padding-top: 10px;
    width: 85%;
    margin: auto;
  }

  #kaijyo #sec2 .set1 .pos2 {
    padding-top: 20px;
    width: 85%;
    margin: auto;
  }

  #kaijyo #sec2 .set1 .text {
    padding-top: 20px;
  }

  #kaijyo #sec1 .set2 {
    padding-top: 50px;
  }

  #kaijyo #sec1 .set2 .pos1 {
    padding-bottom: 20px;
  }

  #kaijyo #sec2 .set3 {
    padding-top: 50px;
  }

  #kaijyo #sec2 .set3 .pos1 {
    padding-bottom: 20px;
  }

  #campaign #sec1 .btn {
    width: 100%;
    margin: auto;
  }

  #campaign #sec1 .btn .btn1 {
    max-width: 100%;
  }

  #campaign #sec2 .set3 {
    padding-bottom: 50px;
  }
}

#campaign #sec2 .set1 {
  text-align: center;
  font-size: 18px;
}

#campaign #sec2 .set1 .t1 {
  margin-bottom: 1em;
}

#campaign #sec2 .set1 ul li {
  padding-bottom: 100px;
}

#campaign #sec2 .set1 .t1 b {
  display: inline-block;
  background-color: #EDD200;
  color: #492510;
  font-size: 23px;
  padding: 5px;
  line-height: 1;
  margin-bottom: 5px;
  border: none;
}

#campaign #sec2 .set1 .t2 {
  font-weight: bold;
  line-height: 1.6;
}

#campaign #sec1 .set2 {
  margin-top: -0.5rem;
  padding-bottom: 50px;
}

#campaign #sec1 h3 i {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background-color: #492510;
  padding: 3px 5px;
}

#campaign #sec2 .set3 .t1 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

#campaign #sec2 .set3 .text {
  padding-top: 30px;
}

#campaign #sec1 .set2 .t1 i small {
  display: block;
  font-size: 16px;
}

#campaign #sec1 .set2 .t1 b {
  display: block;
  font-size: 30px;
}

@media only screen and (max-width: 769px) {
  #campaign #sec1 .set2 .t1 i small {
    font-size: 13px;
  }

  #campaign #sec2 .set1 .t1 {
    font-size: 16px;
  }

  #campaign #sec1 .set2 {
    margin-top: 1rem;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 770px) {
  #kaijyo #sec2 .set1 {
    padding-bottom: 30px;
    text-align: center;
  }

  #kaijyo #sec2 .set1 .pos1 {
    padding-top: 2%;
    width: 85%;
    margin: auto;
  }

  #kaijyo #sec2 .set1 .text {
    font-size: 24px;
    padding: 20px 0;
  }

  #kaijyo #sec2 .set1 .text3 {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 5px;
  }

  #kaijyo #sec2 .set1 .text4 {
    font-size: 18px;
  }

  #kaijyo #sec2 .set1 .pos2 {
    padding-top: 50px;
    width: 85%;
    margin: auto;
  }

  #kaijyo #sec2 .set1 .pos2 p.text span {
    font-size: 30px;
  }

  #kaijyo #sec2 .set1 .pos2 .text small {
    font-size: 21px;
  }

  #a2 .text {
    text-align: center;
  }

  #kaijyo #sec1 .set2 {
    margin-top: 50px;
    padding-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #kaijyo #sec1 .set2 .pos1 {
    width: 50%;
  }

  #kaijyo #sec1 .set2 .pos2 {
    width: 50%;
    padding-top: 40px;
  }

  #kaijyo #sec2 .set3 {
    margin-top: 30px;
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #kaijyo #sec2 .set3 .pos1 {
    width: 50%;
  }

  #kaijyo #sec2 .set3 .pos2 {
    width: 50%;
  }
}

#campaign #sec1 .set2 .t1 i {
  display: block;
  width: 220px;
  margin: auto;
  border: 1px solid #622D00;
  padding: 20px 5px;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  #campaign #sec1 .set2 .flex_wrapper {
    gap: 0;
  }

  #campaign #sec1 .set2 {
    margin-top: -0.5rem;
  }

  #campaign #sec1 .set2 .t1 i {
    display: block;
    width: 170px;
    margin: auto;
    border: 1px solid #622D00;
    padding: 20px 5px;
    font-size: 13px;
  }
}

#kaijyo,
#umaimono,
#ekiben,
#campaign {
  width: 100%;
  max-width: 750px;
  color: #492510;
}

#sec0,
.section-item {
  padding: 5% 4.7% 0;
}

#campaign,
#kaijyo {
  padding: 5% 4.7% 0;
}

#kaijyo #sec0 {
  padding: 0;
}

#kaijyo h1 img {
  width: 100%;
  max-width: 370px;
}

@media only screen and (max-width: 1024px) {

  #ekiben,
  #kaijyo,
  #umaimono,
  #campaign {
    margin-top: 200px;
  }
}

@media only screen and (max-width: 600px) {
  #kaijyo h1 img {
    width: 100%;
    max-width: 270px;
  }
}

#kaijyo #sec2 .copy {
  text-align: center;
  font-weight: bold;
  color: #492510;
  font-size: 28px;
  padding-bottom: 50px;
}

#kaijyo #sec2 .copy i {
  display: inline-block;
  text-align: left;
  padding-top: 20px;
}

@media only screen and (max-width: 769px) {
  #kaijyo #sec2 .copy {
    font-size: 18px;
  }

}

#kaijyo #sec2 h3 {
  text-align: center;
}

@media only screen and (max-width: 769px) {
  #kaijyo #sec2 h3 {
    padding-bottom: 0;
  }
}

#kaijyo #sec2 h3 i {
  display: inline-block;
  font-size: 23px;
  color: #492510;
  border-bottom: 2px solid #492510;
}

@media only screen and (max-width: 769px) {
  #kaijyo #sec2 h3 i {
    font-size: 16px;
  }
}

#kaijyo #sec2 .set1 {
  text-align: center;
}

@media only screen and (max-width: 769px) {
  #kaijyo #sec2 .set1 .t1 {
    font-size: 16px;
  }
}

#kaijyo #sec2 .set1 .t1 b {
  display: inline-block;
  background-color: #edd200;
  color: #492510;
  font-size: 23px;
  padding: 5px;
  line-height: 1;
  margin-bottom: 5px;
}

@media only screen and (max-width: 769px) {
  #kaijyo #sec2 .set1 .t1 b {
    font-size: 18px;
  }
}

#kaijyo #sec2 .set1 figure {
  padding: 10px 0;
}

#kaijyo #sec2 .set1 .t2 {
  color: #492510;
  font-weight: bold;
}

#kaijyo #sec1 .set2 .text {
  padding-top: 30px;
}

#kaijyo #sec1 .set2 .text i {
  color: #492510;
}

#kaijyo #sec2 .set3 .t1 {
  text-align: center;
  font-size: 23px;
  color: #492510;
  font-weight: bold;
}

@media only screen and (max-width: 769px) {
  #kaijyo #sec2 .set3 .t1 {
    font-size: 18px;
  }
}

#kaijyo #sec2 .set3 .text {
  padding-top: 30px;
}

@media only screen and (max-width: 769px) {
  #kaijyo #sec2 .set3 .text {
    padding-top: 10px;
  }
}

#kaijyo #sec2 .set3 .text i {
  color: #492510;
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  #kaijyo #sec2 h2 {
    text-align: center;
    padding: 190px 0 10px;
    margin-top: -190px;
  }
}

@media only screen and (max-width: 769px) {
  #kaijyo #sec1 h2 {
    text-align: center;
    padding-bottom: 20px;
    margin-top: 20px;
    letter-spacing: 1px;
  }

  #umaimono #sec1 h2,
  #umaimono #sec3 h2,
  #umaimono #sec4 h2 {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  #umaimono #sec1 h2 {
    margin-bottom: 0;
  }

  #kaijyo #sec1 h2 b {
    position: relative;
    display: inline-block;
    color: #492510;
    font-size: 18px;
  }

  #kaijyo #sec1 h2 b img {
    width: 30px;
    margin: auto;
    margin-right: 10px;
  }

  #kaijyo #sec1 .text {
    padding-bottom: 20px;
  }

  #kaijyo #sec1 .text i {
    color: #492510;
  }

  #umaimono #sec1 figure {
    padding-bottom: 20px;
  }

  #kaijyo #sec1 .t1 {
    padding-bottom: 30px;
  }

  #kaijyo #sec1 .t1 b {
    display: inline-block;
    font-size: 16px;
    color: #492510;
    border-bottom: 2px solid #492510;
    margin-bottom: 10px;
  }

  #kaijyo #sec2 h2 {
    text-align: center;
    padding: 30px 0 10px;
    margin-top: -30px;
  }

  #kaijyo #sec2 h2 b {
    position: relative;
    display: inline-block;
    color: #492510;
    font-size: 21px;
  }

  #kaijyo #sec2 h2 b img {
    width: 70px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
  }

  #kaijyo #sec2 .set1 ul li {
    padding-bottom: 50px;
  }

  #kaijyo #sec2 .set1 ul li figure {
    width: 260px;
    margin: auto;
  }

  #kaijyo #sec1 {
    padding-bottom: 50px;
  }

  #kaijyo #sec1 .set2 .t1 {
    text-align: center;
    color: #492510;
    font-weight: bold;
  }

  #kaijyo #sec1 .set2 .t1 i {
    display: block;
    width: 250px;
    margin: auto;
    border: 1px solid #492510;
    padding: 5px;
    font-size: 18px;
  }

  #kaijyo #sec1 .set2 .t1 i small {
    display: block;
    font-size: 13px;
  }

  #kaijyo #sec1 .set2 .t1 b {
    display: block;
    font-size: 30px;
  }

  #kaijyo #sec2 .set3 {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 770px) {
  h2 {
    text-align: center;
    padding-bottom: 10px;
  }

  #umaimono #sec3 h2,
  #umaimono #sec4 h2,
  #campaign #sec1 h2 {
    margin-bottom: 45px;
  }

  #umaimono #sec2 h2,
  #umaimono #sec3 h2 {
    margin-top: 5rem;
    margin-bottom: 15px;
  }

  #umaimono #sec2 .sec2_kaiki {
    font-size: 32px;
    text-align: center;
    margin-bottom: 1em;
  }

  #sec1 h2 b,
  h2.sub_title b {
    position: relative;
    display: inline-block;
    color: #492510;
    font-size: 35px;
  }

  #campaign #sec1 h2 b,
  h2.sub_title b {
    position: relative;
    display: inline-block;
    color: #492510;
    font-size: 33px;
  }

  #campaign #sec1 h2 b img {
    max-width: 53px;
    margin-bottom: 20px;
  }

  #campaign #sec2 h2 b img {
    max-width: 63px;
    margin-bottom: 0;
  }

  #campaign #sec1 h2 small {
    font-size: 22px;
    margin-top: 10px;
    display: block;
  }

  #kaijyo #sec1 h2 b img {
    width: 70px;
    position: absolute;
    top: calc(50% - 53px);
    left: -90px;
  }

  #kaijyo #sec1 .text {
    font-size: 22px;
    padding-bottom: 20px;
  }

  #kaijyo #sec1 .text i {
    color: #492510;
  }

  #kaijyo #sec1 figure {
    width: 380px;
    margin: auto;
    padding-bottom: 40px;
  }

  #kaijyo #sec1 .t1 {
    width: 740px;
    padding-bottom: 50px;
  }

  #kaijyo #sec1 .t1 b {
    font-size: 23px;
    color: #492510;
    border-bottom: 2px solid #492510;
  }

  #kaijyo #sec1 .btn {
    width: 450px;
    margin: auto;
  }

  #kaijyo #sec1 .btn .btn1 {
    max-width: 100%;
  }

  #kaijyo #sec2 {
    margin-top: 50px;
  }

  #kaijyo #sec2 h2 {
    text-align: center;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
  }

  #kaijyo #sec2 h2 b {
    position: relative;
    display: inline-block;
    color: #492510;
    font-size: 35px;
  }

  #kaijyo #sec2 h2 b img {
    width: 100px;
    position: absolute;
    top: calc(50% - 62px);
    left: -140px;
  }

  #kaijyo #sec2 .set1 ul {
    display: -webkit-box;
  }

  #kaijyo #sec2 .set1 ul li {
    width: 40%;
    margin: 0 auto;
  }

  #kaijyo #sec1 .set2 {
    padding-bottom: 80px;
  }

  #kaijyo #sec1 .set2 .t1 {
    width: 620px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #492510;
    font-weight: bold;
  }

  #kaijyo #sec1 .set2 .t1 i {
    width: 290px;
    border: 1px solid #492510;
    padding: 5px;
    font-size: 23px;
  }

  #kaijyo #sec1 .set2 .t1 i small {
    display: block;
    font-size: 16px;
  }

  #kaijyo #sec1 .set2 .t1 b {
    font-size: 36px;
  }

  #kaijyo #sec2 .set3 {
    padding-bottom: 80px;
  }
}

#ekiben .clearfile {
  text-align: center;
  margin-top: -2em;
  margin-bottom: 4em;
}

@media only screen and (max-width: 769px) {
  #ekiben .clearfile {
    margin-top: -0.5em;
  }

  #campaign #sec1 h2 b,
  #campaign #sec2 h2 b {
    position: relative;
    display: inline-block;
    color: #622D00;
    font-size: 20px;
  }

  #campaign #sec1 h2 b img {
    max-width: 53px;
    margin-bottom: 20px;
  }

  #c #campaign #sec2 h2 b img {
    width: 70px;
    margin: auto;
    margin-bottom: 10px;
  }

  #campaign #sec1 h2 {
    text-align: center;
    padding-bottom: 20px;
    margin-top: 20px;
    letter-spacing: 1px;
  }

  #campaign #sec1 h2 small {
    font-size: 14px;
    margin-top: 10px;
    display: block;
  }

  #campaign #sec2 h2 b img {
    max-width: 53px;
    margin-bottom: 0;
  }
}

#ekiben #sec0 .text,
#umaimono #sec0 .text,
#kaijyo #sec0 .text {
  font-size: 16px;
  padding: 0px 0 30px 0;
}

@media only screen and (max-width: 769px) {
  #ekiben #sec0 .text {
    padding: 0px 10px 30px 10px;
  }
}

#ekiben #sec0 .text,
#umaimono #sec0 .text,
#kaijyo #sec0 .text {
  padding: 0px 10px 30px;
}

#kaijyo #sec0 .icon img {
  max-width: 67px;
  margin: 5px 5px 5px 0;
}

@media only screen and (max-width: 769px) {

  #ekiben #sec0 .text,
  #umaimono #sec0 .text,
  #kaijyo #sec0 .text t {
    padding: 0px 10px 30px 10px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 500px) {

  #kaijyo #sec0 .icon img,
  #umaimono #sec0 .icon img {
    max-width: 47px;
  }

  #umaimono #sec2 .sec2_kaiki {
    font-size: 18px;
    text-align: center;
    margin: 0.5em auto;
  }
}

#ekiben #stamp .mds1 {
  padding-bottom: 20px;
}

#ekiben #stamp .lead2 {
  border: 2px solid #e50065;
  padding: 20px;
  background-color: #fff;
  width: 800px;
  margin: 0 auto 50px auto;
  text-align: left;
  color: #492510;
  font-size: 16px;
}

#ekiben #stamp .lead2 img {
  float: left;
  padding-right: 20px;
}

#ekiben #stamp h3 {
  text-align: center;
  font-size: 28px;
  padding: 50px 0;
}

#ekiben #stamp dd {
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 160%;
}

@media only screen and (max-width: 769px) {
  #ekiben #stamp {
    padding-top: 20px;
    margin-top: 20px;
  }

  #ekiben #stamp h3 {
    font-size: 18px;
    padding: 30px 0;
  }

  #ekiben #stamp .lead2 {
    border: 2px solid #e50065;
    padding: 14px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto 50px auto;
    color: #492510;
    font-size: 16px;
  }

  #ekiben #stamp .lead2 img {
    margin: 0 auto;
    text-align: center;
    padding-right: 0px;
  }
}

#sec0 .text {
  padding: 0px 10px 30px;
}

#sec0 .text2 {
  font-size: 20px;
  font-weight: bolder;
  padding-bottom: 50px;
  text-align: center;
}

#sec0 .icon img {
  max-width: 67px;
  margin: 5px 5px 5px 0;
}

@media only screen and (max-width: 769px) {
  #sec0 .text {
    padding: 0px 10px 30px 10px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  #sec0 .icon img {
    max-width: 47px;
    margin: 5px 5px 5px 0;
  }

  #sec0 .text2 {
    font-size: 18px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 769px) {
  #umaimono #sec2 {
    margin-top: 0;
  }
}

#umaimono #sec2 h3 {
  padding-bottom: 20px;
}

#umaimono #sec2 h3 img {
  width: auto;
  height: 88px;
}

@media only screen and (max-width: 769px) {
  #umaimono #sec2 h3 img {
    height: 62px;
  }
}

#umaimono #sec2 .box {
  border: 2px solid #8a3200;
  border-top: 0;
  padding: 20px;
  margin: 50px 0 80px;
  position: relative;
}

#umaimono #sec2 .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: calc(50% - 160px);
  height: 2px;
  background-color: #8a3200;
}

@media only screen and (max-width: 769px) {
  #umaimono #sec2 .box::before {
    width: calc(50% - 120px);
  }
}

#umaimono #sec2 .box::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: calc(50% - 160px);
  height: 2px;
  background-color: #8a3200;
}

@media only screen and (max-width: 769px) {
  #umaimono #sec2 .box::after {
    width: calc(50% - 120px);
  }
}

#umaimono #sec2 .box h3 {
  text-align: center;
  margin-top: -40px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 769px) {
  #umaimono #sec2 .box h3 {
    margin-top: -34px;
  }
}

#umaimono #sec2 .box li {
  margin-bottom: 0;
}

#umaimono #sec2 .box li:last-child {
  padding-bottom: 0;
}

.other__list {
  font-weight: bold;
  color: #492510;
  max-width: 750px;
  margin: auto;
  margin-top: 3em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.footer__notice {
  margin-top: 3em;
}


@media (min-width: 770px) {
  .other__list {
    font-size: 24px;
  }
}

.other__list li {
  margin-top: 0.2em;
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
}

.other__list li::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: #492510;
  border-radius: 100%;
  margin-right: 0.1em;
}

.highlight {
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 0.3em;
  /* 線の太さ */
  text-decoration-color: rgba(237, 210, 0);
  /* 線の色 */
  text-underline-offset: -0.1em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.bg {
  background-color: #edd200;
  padding: 2px 5px;
  color: #492510;
}

.anounce {
  border: solid 2px #492510;
  padding: 10px;
  margin: 0.5em auto 50px;
  color: #492510;
  width: 100%;
  max-width: 680px;
  font-size: 24px;
}

@media only screen and (max-width: 769px) {
  .anounce {
    border: solid 2px #492510;
    padding: 5px 10px;
    margin-bottom: 10px;
    color: #492510;
    font-size: 16px;
  }
}

.anounce2 {
  border: solid 1px #492510;
  padding: 10px;
  background-color: #fff;
  margin: 30px auto 30px;
}

@media only screen and (max-width: 769px) {
  .anounce2 {
    border: solid 1px #492510;
    padding: 10px;
    background-color: #fff;
    margin: 20px 0px;
    color: #492510;
    width: 100%;
  }
}

.footer__copyright {
  margin: 0 auto clamp(1px, 10.66667vw, 80px);
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 400;
}

@media (min-width: 1025px) {
  .footer__copyright {
    margin: 0 auto clamp(1px, 5.12821vw, 80px);
  }
}

@media (min-width: 1200px) {
  .footer__copyright {
    margin: 0 auto clamp(1px, 4.16667vw, 80px);
  }
}

.pc-nav li img,
.sp-nav li img {
  vertical-align: bottom;
}

/* --------------------------------
pagetop
-------------------------------- */
#page-top {
  display: none;
  width: 40px;
  position: fixed;
  right: 20%;
  bottom: 5%;
}

#page-top img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 820px) {
  #page-top {
    right: 5%;
  }
}

@media screen and (max-width: 767px) {
  #page-top {
    height: auto;
    bottom: 5%;
  }
}

/* --------------------------------
スライダー
-------------------------------- */
.slider .text2,
.slider .text3 {
  text-align: center;
}

.slider .text2 {
  font-size: 20px;
  margin-bottom: 1rem;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slider {
  display: flex;
  transition: transform 0.5s ease;
  padding: 0;
  margin: 0;
}

.slider li {
  list-style: none;
  min-width: 100%;
  /* 1画面＝1li */
  box-sizing: border-box;
}

.slider-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}

#sec5 .slider-btn {
  top: 55%;
}

.slider-btn.prev {
  left: 10px;
}

.slider-btn.next {
  right: 10px;
}

/* dots(○●) */
.dots {
  text-align: center;
  margin-top: 15px;
}

.dots span {
  font-size: 30px;
  cursor: pointer;
  margin: 0 3px;
  color: #492510;
}

.dots .active {
  color: #492510;
  /* ● */
}

.slider-btn img {
  width: 85%;
}

@media only screen and (max-width: 600px) {
  .dots {
    margin: 10px auto 70px;
  }

  .slider-btn img {
    width: 50%;
  }

  .dots span {
    font-size: 18px;
    margin: 0 3px;
  }
}

.roulette_eria {
  text-align: center;
  background-color: #f8f2dc;
  margin: 0 auto 4rem;
  padding: 5% 3%;
  width: 90%;
}


#ekiben .roulette_eria .btn {
  width: 100%;
  max-width: 360px;
  text-align: center;
  margin: 1rem 0 2rem 5%;
}

#ekiben .roulette_eria .annotation {
  width: 100%;
  max-width: 500px;
}

@media only screen and (max-width: 600px) {
  #ekiben .roulette_eria .btn {
    width: 80%;
  }

  #ekiben .roulette_eria .annotation {
    width: 90%;
  }
}