@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  border-style: solid;
  border-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {display: block;}
main#main.bit{overflow-x: hidden;}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, 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,
svg {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled,
button:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: 700;
  text-align: left;
}

html {
  font-size: 62.5%;
}

body {
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #222;
  font-size: 1.8rem;
  font-weight: 400;
  font-display: swap;
  line-height: 1.8;
  font-family: "Noto Sans JP", ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans, meiryo, arial, sans-serif;
  overflow-wrap: break-word;
  word-break: normal;
}
body.fixed {
  height: 100%;
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
/* ---------------------------------------------------
	backtop
------------------------------------------------------ */
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 9;
}
.pagetop.is-follow {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 1440px) {
  .pagetop {
    bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .pagetop img {
    width: 60px;
    height: 60px;
  }
}
/* ---------------------------------------------------
	animation
------------------------------------------------------ */
.fadein {
  opacity: 0;
  visibility: hidden;
  transition-delay: 300ms;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fadein.scrollin {
  opacity: 1;
  visibility: visible;
}

.fadein-up {
  transform: translateY(20px);
}
.fadein-up.scrollin {
  transform: translateY(0);
}

/* ---------------------------------------------------
	header
------------------------------------------------------ */
.header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 30px;
  line-height: 1;
  transition: all 0.4s;
  z-index: 100;
}

/*.header.is-follow {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}*/

#hamburgerToggle {
  display: none;
}

#hamburgerToggle:checked + .hamburgerToggleButton {
  background-image: url(/mitase/img/common/button_close.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

#hamburgerToggle:checked + .hamburgerToggleButton img {
  opacity: 0;
}

#hamburgerToggle:checked + .hamburgerToggleButton + .header-nav {
  display: block;
}
.menu{

  width: 120px;
}
.menu .p,
.menu .c-top-menu{
  float: right;
}
.menu p{
  position: relative;
  top: -5px;
}

.btn-trigger {
  position: relative;
  width: 40px;
  height: 34px;
  cursor: pointer;
  z-index: 200;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #444444;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 15px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn03.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
#btn03.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
#btn03.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
#btn03.active span:nth-of-type(3) {
  opacity: 0;
}
.modaal-content-container{
  padding: 0!important;
}
.modaal-container .left{
  width: 50%;
  float: left;
  position: relative;
  height: 100vh;
  background: url("/bit/img/common/bg_nav.png") no-repeat left top!important;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.modaal-container .left h1{
  position: absolute;
  left: 30px;
  top: 18px;
}
.modaal-container .right{
  width: 50%;
  background: url("/bit/img/common/bg_nav2.png") no-repeat left top!important;
  height: 100vh;
  float: right;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.modaal-container .right .top{
  position: absolute;
  right: 30px;
  top: 30px;
  width: 120px;
}
.modaal-container .right .top p{
  float: right;
  position: relative;
  top: -5px;
  margin-right: 15px;
}
.modaal-container .right .top p path{
  fill:yellow;
}
.modaal-container .right .top .c-top-menu{
  float: right;
}
.modaal-container .right .top .c-top-menu span{
  background-color: yellow;
}

.modaal-container .right ul li{
  text-align: center;
  font-family: "Kiwi Maru";
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 36.4px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;

}
.modaal-container .right ul li:last-child{
  margin-bottom: 0;
}
.modaal-container .right ul li a{
  color: #FFF;
  
}
.modaal-container .right .sns{
  text-align: center;
  margin-top: 70px;
}
.modaal-container .right .sns a{
  display: inline-block;
  margin-right: 30px;
}
.modaal-container .right .sns a:last-child{
  margin-right: 0;
}



.open-nav .menu p path{
  fill:yellow;
}
.open-nav .menu span,
.close span{
  background: yellow;
}


@media screen and (max-width: 768px) {
  .modaal-container .right{
    width:100%;
  }
  .modaal-container .right ul li{
    font-size: 22px;
    line-height:1;
    margin-bottom: 40px;

  }

  .header{
    display: block !important;
  }
  .header h1{
    float: left;
  }
  .header .menu{
    float: right;
    width: 65px;
    overflow: hidden;
  }
  .header .menu p{
    float: left;
    top: 0;
  }
  .header .menu p svg,
  .modaal-container .right .top p svg{
    width: 32px;
    height: auto;
  }
  .modaal-container .right .top{
     top: 15px;
     right: 15px;
  }

 
  .btn-trigger{
    width: 20px;
    height: 22px;
  }
  .btn-trigger span{
    height: 2px;
  }
  .btn-trigger span:nth-of-type(2){
    top: 10px;
  }
  #btn03.active span:nth-of-type(1) {
      -webkit-transform: translateY(15px) rotate(-45deg);
      transform: translateY(14px) rotate(-45deg);
  }
   #btn03.active span:nth-of-type(2) {
      top: 13px;
  }
}


@media screen and (min-width: 1260px) {
  .hamburgerToggleButton {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1259px) {
  .header {
    padding: 20px;
  }
}
/* タブレット用 */
/* スマートフォン用 */
@media screen and (max-width: 768px) {
  .header {
    padding: 15px 10px;
  }
  .header h1 {
    width: 80px;
    height: 13px;
  }
  .hamburgerToggleButton {
    height: 62px;
    padding: 16px 12px;
    right: 0;
    top: 0;
    width: 60px;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/* ---------------------------------------------------
	footer
------------------------------------------------------ */
.footer {
  padding: 130px 0 25px;
  background-color: #fff;
  text-align: center;
}

.footer-wrap {
  margin: 136px auto 0;
  width: 96%;
  max-width: 1200px;
}
.footer-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.footer-wrap .share {
  display: none;
}

.footer-nav {
  float: left;
  font-size: 1.6rem;
}
.footer-nav li {
  display: inline-block;
  margin-right: 30px;
}
.footer-nav li:last-of-type {
  margin-right: 0;
}
.footer-nav li a {
  font-weight: 500;
}
.footer-nav li a:hover {
  opacity: 0.7;
}
.footer-nav li a .arrow {
  display: inline-block;
  font-size: 0.5em;
  padding-right: 0.25em;
  padding-bottom: 0.5em;
  vertical-align: middle;
}

.footer-wrap .copyright {
  float: right;
  font-size: 1.6rem;
  font-weight: 500;
  vertical-align: middle;
}
.footer-wrap .copyright a {
  float: right;
  margin-left: 15px;
  margin-top: -5px;
  width: 100px;
}
.footer-wrap .copyright img {
  width: 100%;
  height: auto;
}

.footer .snslink {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.footer .snslink a {
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .footer-nav {
    float: none;
  }
  .footer-wrap {
    margin-top: 100px;
  }
  .footer-wrap .copyright {
    float: none;
    width: max-content;
    margin: 40px auto 0;
    text-align: center;
  }
  .footer-wrap .copyright a {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 15% 0 8%;
    background-color: #fff;
    text-align: center;
  }
  .footer-wrap {
    margin: 12% auto 0;
    width: 100%;
  }
  .footer-nav {
    float: none;
    margin-bottom: 7.333%;
    font-size: 3.2vw;
    text-align: center;
  }
  .footer-nav li {
    margin-right: 4%;
  }
  .footer-wrap .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8%;
    justify-content: center;
  }
  .footer-wrap .share a {
    height: 48px;
    margin-left: 20px;
    -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 48px;
  }
  .footer-wrap .share a:nth-of-type(1) {
    margin-left: 0;
  }
  .footer-wrap .share img {
    height: auto;
    width: 100%;
  }
  .footer-wrap .copyright {
    float: none;
    width: 100%;
    font-size: 2.667vw;
    text-align: center;
  }
  .footer-wrap .copyright a {
    display: block;
    float: none;
    margin: 0 auto 8%;
    width: 30.133%;
  }
}
/* ---------------------------------------------------
  prodlink
------------------------------------------------------ */
.prodlink {
  background-color: #fff;
}
.prodlink img {
  vertical-align: top;
}
.prodlink a img {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prodlink a:hover img {
  opacity: 0.7;
}
.prodlink li {
  list-style: none;
}

.prodlink__in {
  width: 96%;
  margin: 0 auto;
  max-width: 960px;
}

.prodlink__ttl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003e9b;
  border-radius: 26.04167px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  opacity: 1;
  padding: 1.25% 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prodlink__ttl img {
  width: 28.75%;
}

.prodlink__ttl:hover {
  opacity: 0.7;
}

.prodlink__ttl:after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  content: "\f107";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: FontAwesome;
  font-size: 250%;
  height: 100%;
  position: absolute;
  right: 23.125%;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prodlink__ttl.is_show:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.prodlink__list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.prodlink__list ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 1.875%;
}
.prodlink__list ul li {
  margin: 0 1.5625% 1.5625% 0;
  width: 18.75%;
}
.prodlink__list ul li img {
  max-width: 100%;
  width: 100%;
}
.prodlink__list ul li:nth-child(5n) {
  margin-right: 0;
}
.prodlink__list.is_show {
  max-height: 1000px;
}

@media screen and (max-width: 599px) {
  .prodlink__in {
    width: 100%;
    max-width: none;
    padding: 0 5%;
  }
  .prodlink__list ul {
    padding-top: 3.06452%;
  }
  .prodlink__list ul li {
    margin: 0 3.06452% 3.06452% 0;
    width: 31.29032%;
  }
  .prodlink__list ul li:nth-of-type(5n) {
    margin-right: 3.06452%;
  }
  .prodlink__list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .prodlink__ttl {
    border-radius: 5.34224vw;
    padding: 3.3389vw 0;
  }
  .prodlink__ttl:after {
    font-size: 10.68447vw;
    height: 100%;
    right: 8.68114vw;
    top: 0;
  }
  .prodlink__ttl img {
    width: 46.07679vw;
  }
}
/* ---------------------------------------------------
	common parts
------------------------------------------------------ */
.btn {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 16px 20px;
  background: #003E9B;
  border: 2px solid #003E9B;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.btn.onlineshop {
  background: #fff;
  color: #003E9B;
}
.btn .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

/* タブレット用 */
/* スマートフォン用 */
/* ---------------------------------------------------
	top
------------------------------------------------------ */
.top-mainvisual {
  background: #D40011 url(../img/top/bg_main.png) no-repeat center top;
}
.top-mainvisual .main-tit {
  padding-top: 393px;
  padding-bottom: 164px;
  text-align: center;
  position: relative;
}
.top-mainvisual .main-tit::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/top/img_main.png?2503) no-repeat center top;
  background-size: contain;
  z-index: 1;
}
.top-mainvisual .main-tit img {
  position: relative;
  z-index: 2;
}
/* タブレット用 */
/* スマートフォン用 */
@media screen and (max-width: 768px) {
  .top-mainvisual {
    background-image: url(../img/top/bg_main-sp.png);
    background-size: contain;
  }
  .top-mainvisual .main-tit {
    padding-top: 162px;
    padding-bottom: 105px;
  }
  .top-mainvisual .main-tit::before {
    background-image: url(../img/top/img_main-sp.png?2503);
  }
  .top-mainvisual .main-tit img {
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
}

/* ---------------------------------------------------
  comingsoon
------------------------------------------------------ */
.comingsoon {
  background: url(../img/top/bg_main-icon1.png) no-repeat right top, url(../img/top/bg_main-icon2.png) no-repeat left bottom;
  background-color: #D40011;
}
.comingsoon p {
  text-align: center;
  background: radial-gradient(ellipse at center, #e87d03 0%,transparent 70%) no-repeat center;
  background-size: 1200px 100%;
  padding: 428px 40px 415px;
}
.comingsoon p img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1440px) {
  .comingsoon {}
}
/* タブレット用 */
/* スマートフォン用 */
@media screen and (max-width: 768px) {
  .comingsoon {
    background-position: right 25%, left bottom;
    background-size: auto 185px;
    margin-top: -120px;
  }
  .comingsoon p {
    background-size: 100% 100%;
    padding: 220px 80px;
  }
}
@media screen and (max-width: 599px) {
}

/* ---------------------------------------------------
  lineup
------------------------------------------------------ */
.lineup{
  padding: 110px 0 0;
  background-color: #D40011;
}
.lineup .lineup__inner{
  width: 1200px;
  margin:0 auto;
  position: relative;
}
.lineup h3{
  position: absolute;
  top: 0;
  left: -120px;
}

.lineup ul{
  display: flex;justify-content: center;gap: 30px;
}
.lineup ul li{
  background: url("../img/top/bg_lineup.png") no-repeat center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  position: relative;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

}

.lineup ul li:after{
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/top/img_lineup-icon1.png") no-repeat center;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.lineup ul li a{
  display: flex;
  width: 380px;
  height: 380px;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

@media screen and (max-width: 768px) {

  .lineup{
    padding: 50px 0 0;
    background-color: #D40011;
  }
  .lineup .lineup__inner{
    width: auto;
    padding: 0 15px;
  }
  .lineup h3{
    position: static;
    text-align: center;
  }

  .lineup ul{
    display: block;
    margin-top: 15px;
  }
  .lineup ul li{
    -webkit-border-radius: 5px;
            border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 10px;
  }
  .lineup ul li:last-child{
    margin-bottom: 0;
  }
  .lineup ul li:after{
    width: 20px;
    height: 20px;
  }
  .lineup ul li a{
    width: 100%;
    height: 70px;
  }
}

/* ---------------------------------------------------
  about
------------------------------------------------------ */
  
.about{
  background: radial-gradient(ellipse at center, #e87d03 0%,transparent 70%) no-repeat center;
  background-color: #D40011;
  position: relative;
}
.about:after{
  content: "";
  width: 533px;
  height: 643px;
  background: url("../img/top/bg_main-icon5.png?2503") no-repeat center;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.about__wrap{
  background: url(../img/top/bg_main-icon4.png) no-repeat right top, url(../img/top/bg_main-icon3.png) no-repeat left bottom;
  mix-blend-mode: overlay;
  position: absolute;
  width: 100%;
  height: 100%;
}
.about .about__inner{
  width: 1200px;
  margin:0 auto;
  position: relative;
  background-size: 1200px 100%;
  padding: 230px 0 200px;
  z-index: 10;
}
.about .about__inner:before{
  content: "";
  width: 300px;
  height: 265px;
  background: url("../img/top/img_lineup_item4.png") no-repeat center;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  position: absolute;
  left: 0;
  top: 95px;
}
.about h3{
  text-align: center;
  margin-bottom: 40px;
}
.about h3 span{
  display: block;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 44.8px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
.about p{
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 52.8px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .about{
    background: radial-gradient(ellipse at center, #e87d03 0%,transparent 70%) no-repeat center;
    background-color: #D40011;
    position: relative;
  }
  .about:after{
    content: none;
  }
  .about__wrap{
    background: none;
  }
  .about .about__inner{
    width: auto;
    padding: 60px 15px;
    background-size: 1200px 100%;

    z-index: 10;
  }
  .about .about__inner:before{
    display: none;
  }
  .about h3{
    margin-bottom: 5px;
  }
  .about h3 img{
    height: 40px;
    width: auto;
  }
  .about h3 span{
    font-size: 18px;
    margin-top: 0;
  }
  .about p{
    line-height: 1.8;
    font-size: 16px;

  }

}

/* ---------------------------------------------------
  history
------------------------------------------------------ */

.history{
  background-color: #FFD500;
  padding: 170px 0 200px;
}
.history h3{
  text-align: center;
}
.history h3 span{
  display: block;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 44.8px;
  text-align: center;
  color: #261105;
  margin-top: 10px;
}
.history ul{
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
.history ul li{
  width: 373px;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.history ul li p{
  text-align: center;
  margin-top: auto;

  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #261105;

}
.history__inner{
  width: 1200px;
  margin:0 auto;
}

@media screen and (max-width: 768px) {
  .history{
    padding: 60px 0 60px;
  }
  .history h3{
    text-align: center;
  }
  .history h3 img{
    height: 40px;
    width: auto;
    max-width: 100%;
  }
  .history h3 span{
    font-size: 18px;
    margin-top: 0;
  }
  .history ul{
    display: block;
    margin-top: 20px;
  }
  .history ul li{
    width: 100%;
    margin-bottom: 40px;
  }
  .history ul li:last-child{
    margin-bottom: 0;
  }
  .history ul li img{
    width: 100%;
    height: auto;
  }
  .history ul li p{
    font-size: 16px;
  }
  .history__inner{
    width: auto;
    padding: 0 15px;
  }
}

.item1{
  background: #D40011;
  padding: 210px 0 ;
  position: relative;
}
.item1:before{
  content: "";
  width: 277px;
  height: 570px;
  background: url("/bit/img/top/bg_item-icon1.png") no-repeat center;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
    mix-blend-mode: soft-light;
  display: block;
  position: absolute;
  right: 0;
  top: 166px;
  z-index: 0;
}

.item1:after{
  content: "";
  width: 360px;
  height: 570px;
  background: url("/bit/img/top/bg_item-icon2.png") no-repeat center;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
    mix-blend-mode: soft-light;
  display: block;
  position: absolute;
  left: 0;
  top: 1441px;
}

.item__inner{
  width: 1200px;
  margin:0 auto;
}

.item1 .box{
  background-color: #FFF;
  border-radius: 20px;
  background: #fff;
  padding: 80px 50px 100px;
  position: relative;
  z-index: 1;
}

.item1 .box.mt40{margin-top: 40px;}

.item1 .box h3{
  text-align: center;
}
.item1 .box .catch{
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #261105;
  background: #ffe009;
  width: fit-content;
  padding: 10px 20px;
  margin:45px auto 40px;
}

.item1 .box .desc{font-weight: 500;font-size: 20px;line-height: 39.6px;text-align: center;color: #261105;margin: 40px auto;}

.item1 .box ul{
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.item1 .box ul li{
  width: 340px;
}
.item1 .box ul li h4{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #261105;
  margin:10px auto;
}
.item1 .box ul li p{
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #261105;
}

.item1 .box2{
  background-color: #FFF;
  border-radius: 20px;
  background: #fff;
  padding: 80px 50px 50px;
  margin-top: 40px;
}
.item1 .box2 h3{
  text-align: center;
}
.item1 .box2 ul{
  text-align: center;
  margin-top: 44px;
}
.item1 .box2 ul li{
  display: inline-block;
  vertical-align: top;
  width: 340px;
  margin-right: 30px;
}
.item1 .box2 ul li:last-child{
  margin-right: 0;
}
.item1 .box2 ul li .ph{
  width: 100%;
  height: 331px;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.item1 .box2 ul li h4{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  color: #261105;
  margin-top: 10px;
}
.item1 .box2 ul li p{
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
  text-align: left;
  color: #261105;
}
.item1 .box2 ul li small{
  display: block;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #261105;
  margin-top: 20px;
}
.item1 .box2 .features{
  border-radius: 20px;
  background: #ffe009;
  margin-top: 52px;
  padding-top: 15px;
}
.item1 .box2 .features p{
  font-weight: 500;
  font-size: 20px;
  line-height: 39.6px;
  text-align: center;
  color: #261105;
  margin:40px auto;
}
.item1 .box2 .features ul{
  text-align: center;
  font-size: 0;
  padding: 0 20px;
  /* margin-bottom: 105px; */
}
.item1 .box2 .features ul li{
  display: inline-block;
  width: 340px;
  margin-right: 20px;
}
.item1 .box2 .features ul li:nth-child(3){
  margin-right: 0;
}
.item1 .box2 .features ul li p{
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
  text-align: left;
  color: #261105;
  margin-top: 8px;
}
.item1 .box2 .secret{
  background-color: #FFF253;
  position: relative;
  padding-bottom: 50px;
}
.item1 .box2 .secret h4{
  width: fit-content;
  margin:0 auto;
  padding: 10px 40px;
  position: relative;
  top: -40px;
  background-color: #FFF253;
}
.item1 .box2 .secret .img-wrap{
  text-align: center;
}
.item1 .box2 .secret .img-wrap img{
  display: inline-block;
}
.item1 .box2 .secret .txt1,
.item1 .box2 .secret .txt2{
  width: 320px;
  position: absolute;
}
.item1 .box2 .secret .txt1 .cap,
.item1 .box2 .secret .txt2 .cap{
  position: relative;
  left: -20px;
}
.item1 .box2 .secret .txt1{
  top: 100px;
  left: 50px;
}
.item1 .box2 .secret .txt2{
  bottom: 162px;
  right: 50px;
}
.item1 .box2 .secret .txt1 h5,
.item1 .box2 .secret .txt2 h5{
  font-weight: bold;
  font-size: 24px;
  line-height: 33.6px;
  text-align: left;
  color: #261105;
}
.item1 .box2 .secret .txt1 p,
.item1 .box2 .secret .txt2 p{
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
  text-align: left;
  color: #261105;
  margin-top: 10px;
  margin-bottom: 0;

}

@media screen and (max-width: 768px) {
  .item1{
    padding: 80px 0 ;
  }
  .item1:before{
    content: none;
  }

  .item1:after{
    content: none;
  }

  .item__inner{
    width: auto;
    padding: 0 15px;
  }

  .item1 .box{
    padding: 40px 15px 40px;
  }

  .item1 .box h3 img{
    height: 60px;
    width: auto;
  }
  .item1 .box .catch{
    font-size: 16px;
    width: 100%;
    padding: 10px ;
    margin: 20px auto 30px;
  }
  .item1 .box .desc{font-size: 16px;text-align: left;line-height: 1.6;margin: 20px auto;}

  .item1 .box ul{
    display: block;
  }
  .item1 .box ul li{
    width: 100%;
    margin-bottom: 40px;
  }
  .item1 .box ul li:last-child{
    margin-bottom: 0;
  }
  .item1 .box ul li img{
    width: 100%;
    height: auto;
  }
  .item1 .box ul li h4{
    font-size: 18px;
  }
  .item1 .box ul li p{
    font-size: 16px;
  }

  .item1 .box2{
    padding: 40px 15px 40px;
  }
  .item1 .box2 h3 img{
    height: 70px;
    width: auto;
    max-width: 100%;
  }
  .item1 .box2 ul{
    margin-top: 20px;
  }
  .item1 .box2 ul li{
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .item1 .box2 ul li:last-child{
    margin-right: 0;
    margin-bottom: 0;
  }
  .item1 .box2 ul li .ph{
    width: 100%;
    height: 200px;
  }
  .item1 .box2 ul li .ph img{
    height: 100%;
    width: auto;
  }
  .item1 .box2 ul li h4{
    font-size: 18px;
  }
  .item1 .box2 ul li p{
    font-size: 16px;
  }

  .item1 .box2 ul li small{
    font-size: 13px;
    margin-top: 10px;
  }
  .item1 .box2 .features{
    padding: 20px 15px;
  }
  .item1 .box2 .features p{
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
    margin:20px auto;
  }
  .item1 .box2 .features ul{
    padding: 0 0;
    margin-bottom: 40px;
  }
  .item1 .box2 .features ul li{
    display: block;
    width: 100%;
    margin-right:0;
  }
  .item1 .box2 .features ul li:nth-child(3){
    margin-right: 0;
  }
  .item1 .box2 .features ul li img{
    width: 100%;
    height: auto;
  }
  .item1 .box2 .features ul li p{
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.6;
  }
  .item1 .box2 .secret{
    padding: 20px 15px 20px;
  }
  .item1 .box2 .secret h4{
    padding: 0;
    top: 0;
    text-align: center;
  }
  .item1 .box2 .secret h4 img{
    width: 90%;
    height: auto;
    margin:0 auto;
  }
  .item1 .box2 .secret .img-wrap{
    text-align: center;
    width: 80%;
    margin:30px auto 0;
  }
  .item1 .box2 .secret .img-wrap img{
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .item1 .box2 .secret .txt2{
    margin-top: 20px;
  }
  .item1 .box2 .secret .txt1,
  .item1 .box2 .secret .txt2{
    width: 100%;
    position: static;
  }
  .item1 .box2 .secret .txt1 .cap,
  .item1 .box2 .secret .txt2 .cap{
    position: relative;
    left: -10px;
  }
  .item1 .box2 .secret .txt1 h5,
  .item1 .box2 .secret .txt2 h5{
    font-size: 18px;
  }
  .item1 .box2 .secret .txt1 p,
  .item1 .box2 .secret .txt2 p{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
  }

}

.item2{
  background-image: url("/bit/img/top/bg_item2.jpg"),url("/bit/img/top/bg_item3.png"),url("/bit/img/top/img_item3-icon3.png");
  background-repeat: no-repeat;

  background-position: center bottom , center bottom ,top 156px left -40px;
  -webkit-background-size: contain , cover , auto;
       -o-background-size: contain , cover , auto;
          background-size: contain , cover , auto;
      padding-bottom:  236px;
}

.item2 .item__inner{
  position: relative;
  padding: 216px 0 0;
}
.item2 .item__inner:before{
  content: "";
  width: 129px;
  height: 169px;
  background: url("/bit/img/top/img_item3-icon2.png");
  position: absolute;
  display: block;
  top: 280px;
  left: 40px;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.item2 .item__inner:after{
  content: "";
  width: 376px;
  height: 400px;
  background: url("/bit/img/top/img_item3-icon1.png");
  position: absolute;
  display: block;
  top: 366px;
  right: -140px;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.item2 h3{
  text-align: center;
}
.item2 .catch{
  text-align: center;
  margin-top: 49px;
}
.item2 .catch + p{
  font-family: "Kiwi Maru";
  font-weight: 500;
  font-size: 22px;
  line-height: 52.8px;
  text-align: center;
  color: #261105;
  margin-top: 61px;
}
.item2 .detail{
  margin-top: 60px;
  margin-bottom: 130px;
  overflow: hidden;
}
.item2 .detail .item{
  width: 50%;
  float: left;
  text-align: center;
  
}
.item2 .detail .item img{
  display: inline-block;
  margin-bottom: -95px;
}
.item2 .detail .item .txt{
  padding: 114px 100px 94px;
  background: #e69ab4;
}
.item2 .detail .item .txt p{
  text-align: left;
  font-family: "Kiwi Maru";
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #261105;

}

.item2 .detail .item h4{
  font-family: "Kiwi Maru";
  font-weight: 500;
  font-size: 28px;
  line-height: 39.2px;
  text-align: center;
  color: #261105;
  
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 40px;/*横の大きさ*/

  background: #fff;/*塗りつぶし色*/
  box-sizing: border-box;
  margin-bottom: 30px;

}

.item2 .detail .item h4:before,
.item2 .detail .item h4:after{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.item2 .detail .item h4:before{
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #e69ab4;
  border-style: solid;
}

.item2 .detail .item h4:after{
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #e69ab4 transparent transparent;
  border-style: solid;
  z-index: 10;
}

.item2 .detail .item--style2 .txt{
  background-color: #70B03B;
  margin-top: -9px;
}
.item2 .detail .item--style2 .txt p{
  color: #FFF;
}
.item2 .detail .item--style2 h4:before{
  border-color: transparent transparent transparent #70B03B;
}
.item2 .detail .item--style2 h4:after{
  border-color: transparent #70B03B transparent transparent;
}

.item2 .item-slide .item{
  width: 800px;
  height: 760px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 5px 10px rgba(38, 17, 5, 0.16);
  padding: 50px 80px 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin:40px 20px 45px;
}
.item2 .item-slide .item h4{
  text-align: center;
  font-family: "Kiwi Maru";
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  color: #261105;
  margin-bottom: 30px;

}
.item2 .item-slide .item p{
  font-family: "Kiwi Maru";
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  text-align: left;
  color: #261105;
}
.item2 .item-slide .item h4 span{
  display: block;
  font-family: "Kiwi Maru";
  font-weight: normal;
  font-size: 18px;
  line-height: 25.2px;
  text-align: center;
  color: #fff;
  width: 104px;
  height: 28px;
  border-radius: 14px;
  background: #70b03b;
  margin:0 auto;
}

.item2 .item-slide .item h5{
  font-family: "Kiwi Maru";
  font-weight: 500;
  font-size: 22px;
  line-height: 30.8px;
  text-align: left;
  color: #70b03b;
}

.item2 .item-slide .item .img1{
  margin:40px auto 0;
  display: inline-block;
}
.item2 .item-slide .item .img2{
  display: inline-block;
}
.item2 .item-slide .item .img3{
  display: inline-block;
  margin-top: 48px;
}
.item2 .item-slide .item .img2 + h5{
  text-align: center;
  margin:14px auto 10px;
}
.item2 .item-slide .item .inner{
  display: table;
  width: 100%;
  margin-top: 50px;
}
.item2 .item-slide .item .inner .ph{
  display: table-cell;
  width: 220px;
}
.item2 .item-slide .item .inner .txt{
  display: table-cell;
  width: calc(100% - 220px);
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  text-align: left;
}
.item2 .item-slide .item .inner .txt p{
  margin: 10px 0 20px;
  font-family: "Kiwi Maru";
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #261105;

}
.item2 .item-slide .item .inner .txt small{
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #261105;
  display: block;
}

.item2 .item-slide .slick-dots{
  text-align: center;
}
.item2 .item-slide .slick-dots li{
  display: inline-block;
  margin-right: 20px;
}
.item2 .item-slide .slick-dots li:last-child{
  margin-right: 0;
}
.item2 .item-slide .slick-dots li button{
  width: 20px;
  height: 20px;
  background-color: #FFF;
  text-indent: -9999px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.item2 .item-slide .slick-dots li.slick-active button{
  background-color: #261105;
}

@media screen and (max-width: 768px) {
  .item2{
    background-image: url("/bit/img/top/bg_item2.jpg"),url("/bit/img/top/bg_item3.png"),url("/bit/img/top/img_item3-icon3.png");
    background-repeat: no-repeat;
    background-position: center bottom , center bottom ,top 60px left -40px;
    -webkit-background-size: contain , cover , 40%;
         -o-background-size: contain , cover , 40%;
            background-size: contain , cover , 40%;
        padding-bottom:  60px;
  }

  .item2 .item__inner{
    padding: 20px 15px 0;
  }
  .item2 .item__inner:before{
    content: "";
    width: 89px;
    height: 129px;
    top: -20px;
    left: -30px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }
  .item2 .item__inner:after{
    content: "";
    width: 76px;
    height: 100px;
    top: 200px;
    right: 0;
     background-repeat: no-repeat;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .item2 h3{
    text-align: center;
  }
  .item2 h3 img{
    height: 60px;
    width: auto;
  }
  .item2 .catch{
    width: 60%;
    margin:40px auto 0;
  }
  .item2 .catch img{
    width: 100%;
    height: auto;
  }
  .item2 .catch + p{
    font-size: 16px;
    line-height: 1.6;
    margin-top: 30px;
  }
  .item2 .detail{
    margin-top: 40px;
    margin-bottom: 60px;
    overflow: hidden;
  }
  .item2 .detail .item{
    width: 100%;
    float: none;
    margin-bottom: 60px;
  }
  .item2 .detail .item:last-child{
    margin-bottom: 0;
  }
  .item2 .detail .item img{
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .item2 .detail .item .txt{
    padding: 114px 15px 30px;
  }
  .item2 .detail .item .txt p{
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
  }

  .item2 .detail .item h4{
    font-size: 16px;
    line-height: 1;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;/*横の大きさ*/
    margin-bottom: 10px;
  }
  .item2 .detail .item h4:before{
    border-width: 20px 0px 20px 10px;
  }
  .item2 .detail .item h4:after{
    border-width: 20px 10px 20px 0px;
  }
  .item2 .detail .item--style2 .txt{
    background-color: #70B03B;
    margin-top: -9px;
  }
  .item2 .detail .item--style2 .txt p{
    color: #FFF;
  }
  .item2 .detail .item--style2 h4:before{
    border-color: transparent transparent transparent #70B03B;
  }
  .item2 .detail .item--style2 h4:after{
    border-color: transparent #70B03B transparent transparent;
  }
  .item2 .item-slide{
    padding: 0;
  }
  .item2 .item-slide .item{
    width:100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height:auto;
    padding: 40px 15px 40px;
    margin:40px 20px 45px;
  }
  .item2 .item-slide h3{
    width: 60%;
    height: auto;
    margin:0 auto;

  }
  .item2 .item-slide h3 img{
    width: 100%!important;
    height: auto!important;
  }
  .item2 .item-slide .item h4{
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    color: #261105;
    margin-bottom:20px;

  }
  .item2 .item-slide .item p{
    font-size: 14px;
    line-height: 1.6;
  }


  .item2 .item-slide .item h5{
    font-size: 16px;
  }

  .item2 .item-slide .item .img1{
    width: 60%;
    height: auto;
    margin:0 auto;
  }

  .item2 .item-slide .item .img2{
    width: 80%;
    height: auto;
    margin:0 auto;
  }
  .item2 .item-slide .item .img3{
    width: 100%;
    height: auto;
    margin:20px auto 0;
  }
  .item2 .item-slide .item .img2 + h5{
    text-align: center;
    margin:14px auto 10px;
  }
  .item2 .item-slide .item .inner{
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .item2 .item-slide .item .inner .ph{
    display: block;
    width: 100%;
    text-align: center;
  }
  .item2 .item-slide .item .inner .ph img{
    width: 50%;
    height: auto;
    margin:0 auto;
  }
  .item2 .item-slide .item .inner .txt{
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: left;
  }
  .item2 .item-slide .item .inner .txt p{
    font-size:14px;
    line-height: 1.6;
  }
  .item2 .item-slide .item .inner .txt small{
    font-size: 12px;
  }
  .item2 .item-slide .slick-dots li{
    margin-right: 10px;
  }
  .item2 .item-slide .slick-dots li button{
    width: 10px;
    height: 10px;
  }
}


