@charset "utf-8";

/*
Theme Name : Happy Ichigo Land
*/

/* CSS Document */
/*RESET! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}
ol,
ul {
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
embed,
iframe,
img,
object {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
  cursor: default;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
fieldset,
option {
  padding: 0;
}
fieldset {
  margin: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
[hidden],
template {
  display: none;
}
/* RESET */
body,
ul,
li {
  margin: 0;
  padding: 0;
}
a {
  color: #000;
}
html {
  font-family: brandon-grotesque, -apple-system, BlinkMacSystemFont, Roboto,
    "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium",
    "Yu Gothic", Verdana, Meiryo, sans-serif;
  letter-spacing: 2px;
  font-size: 62.5%;
  line-height: 1.7;
  color: #333;
  font-weight: 500;
}
html::-webkit-scrollbar {
  display: none;
}
.fl {
  display: flex;
  flex-flow: row wrap;
}
.wrapper {
  font-size: 1.4rem;
  overflow: hidden;
  border: #b40029 2px solid;
}
.wrapper img {
  width: 100%;
}
header {
  background-color: rgb(255, 255, 255, 0.8);
}
/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
  top: -100px;
  position: relative;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 3;
  height: 180px;
  text-decoration: none;
}
#head_wrap a {
  text-decoration: none;
}
#head_wrap .inner {
  width: 88%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}
#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}
#head_wrap .logo {
  float: left;
  width: 128px;
}
/* display: block;
  width: 100%;
} */
#global-nav {
  position: absolute;
  left: 200px;
  top: 50%;
  transform: translate(0px, -50%);
}
.hd-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
  width: 200px;
  background-color: #b40029;
}
.hd-btn a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 1rem;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  text-align: center;
}
.hd-btn a img {
  width: 20px;
  margin-right: 15px;
  vertical-align: middle;
}
#global-nav ul {
  list-style: none;
  font-size: 14px;
  margin-right: 10px;
  display: inline-flex;
}
@media (max-width: 640px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}
#global-nav ul li {
  padding: 18px 10px;
}
#global-nav ul li:last-child {
  border-right: none;
}
@media (max-width: 640px) {
  #global-nav ul li {
    border-right: none;
  }
}
#global-nav ul li a {
  padding: 0 5px;
  padding: 2px;
  transition: all 0.6s ease 0s;
  box-sizing: border-box;
  font-weight: bold;
}
/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0px;
  width: calc(100% - 4px);
  position: fixed;
  height: 100px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 3;
}
#head_wrap.fixed .inner {
  padding: 10px 0;
}
#head_wrap.fixed .logo {
  width: 90px;
}
#head_wrap #global-nav ul li a {
  color: #333;
  padding: 2px 8px;
}
#head_wrap #global-nav ul li a:hover {
  color: #fff;
  background-color: #b40029;
}
#head_wrap #global-nav ul li a.on {
  color: #fff;
  background-color: #b40029;
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 32px;
  top: 54px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 5;
}
#nav-toggle div {
  position: relative;
}
#head_wrap.fixed #nav-toggle {
  top: 10px;
}
@media (max-width: 640px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 66px;
    z-index: 3;
    position: relative;
    padding: 10px 0;
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: fixed;
    z-index: 4;
    top: 50%;
    left: 0;
    background: rgba(180, 0, 41, 0.9);
    text-align: left;
    transform: translate(100%, -50%);
    transition: all 0.6s;
    width: 100%;
    padding: 120px 0 80px;
    height: 100vh;
  }
  #global-nav ul {
    list-style-type: none;
    padding: 0;
    width: 80%;
    margin: 0 auto;
  }
  #global-nav ul li {
    float: none;
    position: static;
    padding: 0;
  }
  #global-nav .sns {
    display: flex;
    flex-flow: row wrap;
  }
  #global-nav .sns li {
    width: 42px;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 1.6rem 1rem;
    color: #fff;
    font-weight: normal;
    font-size: 1.5rem;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    width: 38px;
    height: 5px;
    left: 4px;
    background: #b40029;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 2px;
  }
  #nav-toggle span:nth-child(1) {
    top: 10px;
  }
  #nav-toggle span:nth-child(2) {
    top: 20px;
    width: 30px;
    left: 8px;
  }
  #nav-toggle span:nth-child(3) {
    top: 30px;
    left: 10px;
    width: 26px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open #nav-toggle span:nth-child(2),
  .open #nav-toggle span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 38px;
    left: 6px;
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    transform: translate(0, -50%);
    top: 50%;
    left: 60px;
    padding-left: 20px;
  }
}
#menu1,
#menu2,
#menu3,
#menu4,
#menu5 {
  margin-top: 500px;
  padding-top: 130px;
}
#menu5 {
  padding-bottom: 100vh;
}
.mainvisual {
  top: -100px;
  position: relative;
}
.mainvisual img {
  animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mainvisual h2 {
  position: absolute;
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  line-height: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainvisual .newsarea {
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0;
  padding: 20px;
  align-items: center;
}
.mainvisual .newsarea h3 {
  color: #b40029;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 20px;
}
.mainvisual .newsarea dt {
  font-size: 1.2rem;
  margin-right: 15px;
}
section {
  top: -100px;
  position: relative;
}
.boxarea {
  width: 88%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: calc(120px + 3rem);
  text-align: center;
}
.boxarea h2,
.boxarea h3 {
  color: #b40029;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.boxarea h2 a {
  color: #b40029;
}
.boxarea h2 span,
.boxarea h3 span {
  font-size: 1.1rem;
  display: block;
  margin-top: 3px;
}
.boxarea h2:after {
  content: "";
  background-image: url("images/flag.png");
  width: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  position: absolute;
  top: -2.5rem;
  left: 50.5%;
  transform: translate(-50%, 0);
}
.boxarea h3:after {
  content: "";
  background-image: url("images/flag.png");
  width: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  position: absolute;
  top: -2.5rem;
  left: 0;
  transform: translate(0, 0);
}
.lead {
  margin-top: 40px;
}
.boxarea p.lead {
  text-align: center;
}
.itemlist {
  margin: 60px 0;
}
.itemlist li {
  width: 19%;
  margin-right: 8%;
}
.videolist {
  margin-bottom: 0;
}
.videolist li {
  width: 31%;
  margin-right: 3.5%;
}
.videolist li iframe {
  width: 100%;
  height: 220px;
}
.ytube {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  position: relative;
  width: 100%;
}
.ytube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ytube a {
  /* lityを動かすためにiframeを覆う */
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.itemlist li:last-child {
  margin-right: 0;
}
.itemlist li a {
  color: #b40029;
  font-size: 1.5rem;
  font-weight: bold;
}
.itemlist li a img {
  max-height: 104px;
  width: auto;
  margin: 0 auto 15px;
  display: block;
}
.itemlist li p {
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.view a {
  color: #b40029;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 2px solid #b40029;
  padding-bottom: 2px;
  padding: 0 8px;
}
.boxarea2 {
  text-align: left;
  width: 94%;
  margin: 0 0 0 6%;
}
@media (min-width: 1280px) {
  .boxarea2 {
    margin-left: calc((100% - 1280px) / 2);
    width: calc(100% - ((100% - 1280px) / 2));
    max-width: unset;
  }
}
.textarea,
.topcontent2 .imgarea {
  width: 40%;
  padding-right: 60px;
}
.imgarea,
.topcontent2 .textarea {
  width: 60%;
}
.boxarea2 p {
  margin: 40px 0;
}
.topcontent {
  margin-bottom: 60px;
}
.topcontent .textarea {
  margin-top: 3rem;
}
.topcontent2 .textarea {
  margin-top: 6rem;
  width: calc(60% - 60px);
}
@media (min-width: 1280px) {
  .topcontent2 .textarea {
    padding-right: 60px;
    max-width: 900px;
  }
}
.bnrs ul {
  justify-content: center;
}
.bnrs li {
  width: 48%;
  margin-right: 4%;
  max-width: 360px;
  height: 220px;
  background-image: url("images/bg-shop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.bnrs li:last-child {
  margin-right: 0;
  background-image: url("images/bg-access.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.bnrs li h3 {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bnrs li h3:after {
  content: "";
  background-image: url("images/flag_w.png");
  width: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  position: absolute;
  top: -2.5rem;
  left: 50.5%;
  transform: translate(-50%, 0);
}
.bloglist {
  margin-top: 60px;
  margin-bottom: 150px;
}
/* .bloglist li {
  width: 20.5%;
  margin-right: 6%;
  text-align: left;
  position: relative;
  height: 0;
  padding-top: 20.5%;
} */
/* .bloglist li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
} */
.bloglist li:nth-child(4n) {
  margin-right: 0;
}
.date {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
footer {
  background-color: #b40029;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 60px;
  margin-top: 100px;
}
footer a {
  color: #fff;
}
footer ul {
  justify-content: center;
  margin-bottom: 40px;
  padding-top: 60px;
}
footer ul li {
  margin-right: 25px;
}
footer ul li:last-child {
  margin-right: 0px;
}
.wrapper footer ul li img {
  width: 28px;
}
.wrapper footer .sns {
  margin-bottom: 60px;
  padding-top: 0px;
}
.ftlogo {
  width: 220px;
  margin: 0 auto 20px;
}
.ftlogo2 {
  width: 78px;
  margin: 30px auto 20px;
}
.copy {
  font-size: 1rem;
}
.sponly,
#global-nav .sponly {
  display: none;
}
@media screen and (max-width: 1104px) {
  #head_wrap .inner,
  .boxarea {
    max-width: unset;
  }
  /* .itemlist li a img {
    max-height: unset;
    width: 100%;
  } */
  .hd-btn {
    top: 10%;
  }
  #head_wrap.fixed #global-nav {
    top: 75%;
    left: 110px;
    padding-left: 20px;
  }
  #head_wrap.fixed .hd-btn {
    top: 20%;
  }
  .bloglist li img {
    height: 65%;
    object-fit: cover;
  }
}
@media screen and (max-width: 870px) {
  #global-nav {
    left: 140px;
  }
  #global-nav ul {
    margin-right: 0px;
    justify-content: space-between;
    width: 442px;
    padding: 20px 0 0;
  }
  #global-nav ul li {
    padding: 20px 0px 8px;
  }
}
@media (max-width: 590px) {
  #head_wrap {
    height: 160px;
    width: calc(100% - 4px);
    border-top: #b40029 2px solid;
  }
  #head_wrap.fixed {
    height: 66px;
  }
  #head_wrap.fixed #global-nav {
    top: 50%;
    left: 40px;
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translate(-50%, 0);
  }
  #head_wrap.fixed .logo {
    width: 50px;
    top: 10px;
  }
  .sponly {
    display: block;
  }
  #global-nav li.sponly {
    display: block;
  }
  #global-nav ul.sponly {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 20px;
  }
  .pconly {
    display: none;
  }
  #head_wrap.fixed .inner {
    padding: 0;
  }
  .mainvisual {
    top: 160px;
    height: calc(100vh - 160px);
  }
  .mainvisual img {
    object-fit: cover;
    width: 100%;
    height: calc(100vh - 200px - 6rem);
  }
  .mainvisual .newsarea {
    position: static;
    background-color: transparent;
    padding: 20px 0;
    width: 92%;
    margin: 0 auto;
  }
  .mainvisual h2 {
    font-size: 2rem;
    width: 88%;
  }
  .boxarea {
    width: 92%;
    max-width: unset;
    margin: 40px auto 0;
    padding-top: 40px;
    text-align: left;
  }
  .boxarea h2 {
    text-align: center;
  }
  section {
    top: 200px;
  }
  .itemlist,
  .bloglist {
    margin: 40px 0 20px;
  }
  .itemlist li,
  .bloglist li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 30px;
  }
  .videolist li {
    width: 100%;
    margin-right: 0;
  }
  /* .itemlist li a img {
    max-height: unset;
    width: 100%;
  } */
  .itemlist li:last-child {
    margin-right: 6%;
  }
  .videolist li:last-child {
    margin-right: 0;
  }
  .itemlist li:nth-child(2n) {
    margin-right: 0;
  }
  .bloglist li:last-child {
    margin-right: 6%;
  }
  .bloglist li:nth-child(2n) {
    margin-right: 0;
  }
  .view {
    text-align: center;
  }
  .topcontent {
    flex-flow: column-reverse;
  }
  .textarea,
  .topcontent2 .imgarea,
  .imgarea,
  .topcontent2 .textarea {
    width: 100%;
    padding-right: 0;
    padding-top: 3rem;
  }
  .bnrs li {
    width: 100%;
    margin-right: 0;
    max-width: unset;
    margin-bottom: 20px;
  }
  .bnrs li h3 {
    text-align: center;
  }
  .bloglist li img {
    height: 55%;
  }
  .boxarea p {
    text-align: left;
    margin: 0 0 10px;
  }
  footer {
    margin-top: 300px;
  }
  footer ul.fl {
    flex-flow: column;
  }
  footer ul.sns {
    flex-flow: row wrap;
  }
  footer ul.fl li {
    line-height: 2.7;
    margin-right: 0;
    text-align: center;
  }
  footer ul.sns li {
    margin-right: 25px;
  }
  footer ul.sns li:last-child {
    margin-right: 0px;
  }
}
/* concept */
.pagenavigation {
  justify-content: center;
  width: 88%;
  max-width: 1280px;
  margin: 0 auto calc(120px + 3rem);
  align-items: center;
}
.pagenavigation li {
  width: 32%;
  margin-right: 2%;
}
.pagenavigation li:last-child {
  margin-right: 0px;
}
.pagenavigation li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #b40029;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #e5e5e5;
  padding-bottom: 2px;
  padding: 0.8rem 5px;
}
.pagenavigation li a:hover {
  background-color: transparent;
}
.lead .logo {
  width: 220px;
  margin: 0 auto 60px;
  display: block;
}
.boxarea p {
  text-align: left;
  margin: 20px 0 30px;
}
.boxarea p.date {
  margin: 20px 0 0;
}
section#policy {
  width: 100%;
  max-width: unset;
}
.boxarea2.policybox {
  margin-top: 40px;
}
.policybox .topcontent2 .textarea {
  margin-top: 0;
}
section#people .topcontent2 .imgarea {
  width: 60%;
  padding-right: 60px;
  padding-left: 60px;
}
section#people .topcontent2 .textarea {
  width: 40%;
  padding-right: 0px;
}
@media (max-width: 590px) {
  .mainvisual.detail,
  .mainvisual.detail img {
    height: 90px;
  }
  .pagenavigation {
    justify-content: center;
    width: 90%;
    max-width: unset;
    margin: 0 auto 40px;
    position: relative;
    top: calc(120px + 6rem);
    flex-flow: column;
  }
  .pagenavigation li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .lead .logo {
    width: 170px;
    margin: 0 auto 40px;
  }
  section#policy .topcontent2 .imgarea {
    padding-top: 0;
  }
  .boxarea2.policybox {
    margin-top: 0;
    width: 90%;
    margin: 0 auto;
  }
  section#policy .topcontent .textarea,
  .policybox .topcontent2 .textarea {
    margin-top: 0;
    padding-top: 0;
  }
  section#people .topcontent2 .imgarea {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .boxarea2.peplebox {
    width: 100%;
  }
  .boxarea2.peplebox .topcontent2 {
    flex-flow: column-reverse;
  }
  section#people .topcontent2 .textarea {
    width: 100%;
    margin-top: 40px;
  }
}
/* product */
.pagenavigation.productmenu {
  margin-top: 40px;
  margin-bottom: 0;
}
.pagenavigation.productmenu li {
  width: 24%;
  margin-right: 1%;
}
.productarea .itemtitle,
.productarea .itemvisual {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.productarea .itemvisual li {
  width: 24%;
  max-width: 220px;
  margin-right: 40px;
}
.productarea .itemvisual li p {
  text-align: center;
}
.productarea .itemlogo {
  width: 220px;
  margin-right: 60px;
}
.productarea .itemdetail {
  width: 45%;
  max-width: 320px;
  text-align: left;
}
.productarea .itemdetail h2 span {
  font-size: 1.3rem;
}
.productarea .itemdetail h2:after {
  content: none;
}
.productarea .itemdetail p {
  margin: 15px 0 0 0;
}
.view.shop a {
  font-size: 1.5rem;
}
@media (max-width: 590px) {
  .productfirst {
    margin-top: 0;
  }
  .pagenavigation.productmenu {
    position: relative;
    top: 0;
  }
  .pagenavigation.productmenu li {
    width: 100%;
    margin-right: 0;
  }
  .productarea .itemtitle,
  .productarea .itemvisual {
    flex-flow: column;
    margin-bottom: 40px;
  }
  .productarea .itemlogo {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .productarea .itemdetail {
    width: 100%;
    max-width: unset;
  }
  .productarea .itemvisual li {
    width: 100%;
    max-width: 180px;
    margin-right: 0;
  }
  .productarea .itemvisual {
    margin-bottom: 10px;
  }
}

/* store */
.pagenavigation.storetmenu li {
  color: #b40029;
}
.bloglist.storelist {
  margin-top: 0px;
}
.storelist h4 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.storelist p {
  margin: 0;
}
.storelist p.red {
  color: #b40029;
  font-weight: bold;
}
.productarea .itemtitle.map {
  margin-top: 40px;
}
.productarea .itemdetail p.bold {
  font-weight: bold;
}
.productarea .itemtitle.map .itemlogo {
  width: 280px;
}
.productarea .itemdetail.map {
  max-width: 400px;
}
.productarea .itemtitle.map .view {
  text-align: left;
  margin-top: 40px;
}
@media (max-width: 590px) {
  .productarea .itemtitle.map {
    flex-flow: column-reverse;
  }
  .productarea .itemdetail.map {
    margin-bottom: 40px;
  }
}

/* blog */
.blogbox {
  justify-content: space-between;
  margin-top: 40px;
}
.sidebar {
  width: 200px;
  text-align: left;
}
.sidebar h4 {
  font-weight: bold;
  font-size: 1.6rem;
}
.sidebar h4 img {
  width: 14px;
  vertical-align: middle;
  margin-right: 8px;
}
.sidebar ul {
  margin-top: 20px;
  margin-bottom: 80px;
  padding-left: 24px;
  font-size: 1.3rem;
}
.sidebar ul li {
  line-height: 2;
}
.blogbox .bloglists {
  width: calc(100% - 260px);
  margin-top: 0;
}
.blogbox .bloglist {
  margin-top: 0;
}
.blogbox .bloglists .bloglist li {
  margin-bottom: 40px;
}
/* .blogbox .bloglists .bloglist li img {
  height: 56%;
} */
.blogbox .bloglists li p {
  margin-top: 10px;
  margin-bottom: 0;
}
.pagelist {
  justify-content: center;
}
.pagelist li {
  width: 44px;
  height: 44px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 20px;
  background-color: #b40029;
  position: relative;
  font-size: 2.2rem;
}
.pagelist li a {
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #b40029;
  border: 2px solid #b40029;
  border-radius: 50%;
  margin-right: 20px;
  background-color: #fff;
  position: absolute;
  top: 51%;
  left: 51%;
  transform: translate(-50%, -50%);
}
.bloglists h2 {
  text-align: left;
}
.bloglists h2.cat_tit {
  margin-bottom: 20px;
}
.bloglists h2:after {
  content: none;
}
.bloglists img {
  height: auto;
}
.pagelist.single {
  justify-content: space-between;
}
.pagelist.single li {
  width: 48%;
  height: auto;
  text-align: left;
  color: #b40029;
  border-radius: unset;
  margin-right: 0px;
  background-color: transparent;
  position: static;
  font-size: 1.4rem;
}
.pagelist.single li:last-child {
  text-align: right;
}
.pagelist.single li a {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  color: #b40029;
  border: none;
  border-radius: unset;
  margin-right: 0;
  background-color: transparent;
  position: static;
  top: unset;
  left: unset;
  transform: unset;
}
.pagelist.single li:last-child a {
  text-align: right;
}
@media (max-width: 1000px) {
  .blogbox {
    flex-flow: column-reverse;
  }
  .sidebar,
  .blogbox .bloglists {
    width: 100%;
  }
  .blogbox .bloglists {
    margin-bottom: calc(120px + 3rem);
  }
}
@media (max-width: 590px) {
  .blogbox .bloglists {
    margin-bottom: 60px;
  }
  .pagelist.single li {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* 251208 商品情報 */
.productarea .itemvisual li img {
  aspect-ratio: 4/5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productarea .itemvisual {
  display: grid;
  grid-template-columns: repeat(2, 220px);
  gap: 40px 50px;
}
.productarea .itemvisual li {
  max-width: unset;
  width: auto;
  margin-right: 0;
}
.boxarea p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .productarea .itemvisual {
    grid-template-columns: repeat(1, 180px);
  }
}

/* ブログ修正 */
.bloglist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 50px;
}
.bloglist li {
  width: auto;
}
.bloglist .img img {
  aspect-ratio: 2/1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bloglists .bloglist li {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .bloglist {
    grid-template-columns: repeat(2, 1fr);
  }
  .bloglist li {
    margin-right: 0;
  }
  .bloglist {
    gap: 40px 30px;
  }
}
.front-page .boxarea--product .itemlist {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 102px;
}
.front-page .boxarea--product .itemlist li {
  width: auto;
  margin: 0;
}
.front-page .boxarea--product .itemlist li p {
  text-align: center;
  margin-top: 10px;
}
.front-page .boxarea--product .itemlist li .heading {
  color: #b40029;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .front-page .boxarea--product .itemlist {
    display: block;
  }
  .front-page .boxarea--product .itemlist > * + * {
    margin-top: 80px !important;
  }
  .front-page .boxarea h3 {
    text-align: center;
  }
  .front-page .boxarea h3:after {
    margin: auto;
    left: 0;
    right: 0;
  }
}
