@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Oswald', 'Zen Kaku Gothic New', 'sans-serif';
  font-weight: 300, 400, 500, 700, 900;
  font-style: bold;
  font-optical-sizing: auto;
}
@media screen and (min-width: 1441px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none;
  }
  .btn-set.pc .logo {
    width: 120px;
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: #F2F2F2;
  }
  a.btn-8 {
    color: #333333;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    width: 100px;
    display: block;
    text-align: center;
    top: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }
  a.btn-8::before {
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  a.btn-8:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .btn-set ul li .sub_menu {
    display: block;
    width: 100px;
    right: auto;
    bottom: auto;
    text-align: center;
    background-color: #F7F7F7;
    margin-left: 0px;
    margin-top: 0px;
  }
  /* ホバー時に表示 */
  .btn-set ul li:hover .sub_menu {
    display: block;
    margin-left: 0px;
  }
  .btn-set ul li .sub_menu {
    display: none;
  }
  .btn-set ul li .sub_menu li {
    border-left-style: none;
    display: block;
    padding-bottom: 10px;
  }
  .btn-set ul li .sub_menu li a {
    display: block;
    margin-top: 20px;
    color: #333333;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    top: 10px;
    right: 10px;
    width: 110px;
    text-align: center;
  }
  .sub_menu li a::before {
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  .sub_menu li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .btn-set {
    position: fixed;
    right: 0px;
    padding-bottom: 30px;
    width: 100%;
    background-color: #F7F7F7;
    z-index: 2;
  }
  .btn-set ul {
    display: flex;
    margin-top: 20px;
    margin-left: auto;
    width: 1050px;
  }
  .btn-set ul li {
    height: 100%;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 2px solid #4D4D4D;
  }
  .red:hover a.btn-8 {
    opacity: 0;
  }
  .btn-set ul li:first-child {
    border-left: none;
  }
  /*------ここからmain-------------*/
  .container {
    height: 600px;
    width: 100%;
    position: relative;
  }
  .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-size: cover;
    background-position: center center;
    animation: image-switch-animation 25s infinite;
    width: 100%;
  }
  .container img {
    width: 100%;
  }
  .image:nth-of-type(1) {
    animation-delay: 0s;
  }
  .image:nth-of-type(2) {
    animation-delay: 5s;
  }
  .image:nth-of-type(3) {
    animation-delay: 10s;
  }
  .image:nth-of-type(4) {
    animation-delay: 15s;
  }
  @keyframes image-switch-animation {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    25% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  body header h1 {
    padding-top: 40vh;
    margin-top: 0px;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    line-height: 63px;
    letter-spacing: 6px;
    color: #4D4D4D;
  }
  header h1 b {
    font-size: 55px;
    font-weight: 900;
    letter-spacing: 7px;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .contents {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 600px;
  }
  .contents ul {
    display: flex;
  }
  .contents ul li {
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    color: #F2F2F2;
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 16px;
  }
  body main {
    margin: auto;
    width: 1300px;
  }
  .concept {
    margin-top: 400px;
  }
  .concept ul {
    display: flex;
  }
  .concept ul li {
    margin: auto;
    width: 650px;
  }
  .concept ul li h2 {
    font-size: 29px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  .concept ul li h2 b {
    font-size: 49px;
    font-weight: 900;
    letter-spacing: 4px;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .concept ul li h2 small {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .concept ul li p {
    margin-bottom: 40px;
  }
  .concept ul li p b {
    font-weight: 600;
    font-size: 31px;
    display: block;
    letter-spacing: 3px;
    margin-bottom: 10px;
    line-height: 43px;
  }
  .concept ul li p b font {
    color: #A80002;
  }
  .concept ul li p small {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
  }
  .concept ul li p b .what {
    font-size: 17px;
    letter-spacing: 0px;
  }
  .concept ul li span {
    font-weight: 900;
    font-size: 50px;
    letter-spacing: 3px;
    position: relative;
    padding-top: 15px;
    padding-right: 5px;
    padding-left: 25px;
    padding-bottom: 15px;
    border: 3px solid;
    background-color: #F7F7F7;
    -webkit-border-image: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -o-border-image: -o-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image-slice: 1;
    color: #A50002;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: -20px;
    right: -70px;
  }
  .concept ul li span:before {
    position: absolute;
    top: 100%;
    left: -48px;
    transform: skew(-50deg);
    height: 75px;
    width: 50px;
    border-left: 4.5px solid #333;
    background-color: #F7F7F7;
    content: "";
    -webkit-border-image: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -o-border-image: -o-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image-slice: 1;
  }
  .concept ul li .produce {
    display: inline-block;
    position: relative;
    top: 35px;
    left: 105px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 3px;
  }
  .navigation_text {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 6px;
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .contents_link {
    width: auto;
  }
  .contents_link ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 900px;
  }
  .contents_link ul li {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 180px;
    height: 230px;
    background-color: #FFFFFF;
    padding-top: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 10px -3px #333333;
    box-shadow: 3px 3px 10px -3px #333333;
    transition: all .2s;
  }
  .contents_link ul li:hover {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 180px;
    height: 230px;
    background-color: #F7F7F7;
    padding-top: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 0px 0px #333333;
    box-shadow: 0px 0px 0px 0px #333333;
  }
  .contents_link ul .backglound_none {
    background-color: #F7F7F7;
    -webkit-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
  }
  .contents_link ul li a {
    height: 100%;
    display: block;
  }
  .contents_link ul li a p {
    margin: auto;
    width: 85%;
    display: block;
    line-height: 22px;
    font-size: 18px;
    padding-top: 10px;
    font-weight: 800;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
  }
  .contents_link ul li a span {
    display: block;
    background-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    padding-top: 5px;
    color: #F7F7F7;
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-left: 10px;
    letter-spacing: 2px;
  }
  /*矢印が右に移動する*/
  .contents_link ul li a small {
    /*矢印と下線の基点とするためrelativeを指定*/
    position: relative;
    /*形状*/
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0;
    color: #333;
    text-decoration: none;
    outline: none;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    font-weight: 600;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    bottom: -35px;
    margin-bottom: 0px;
  }
  /*矢印と下線の形状*/
  .contents_link ul li a small::before {
    content: '';
    /*絶対配置で下線の位置を決める*/
    position: absolute;
    bottom: -8px;
    left: 20px;
    /*下線の形状*/
    width: 130px;
    height: 1px;
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  .contents_link ul li a small::after {
    border-image-slice: 1;
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    bottom: -4px;
    right: -76px;
    /*矢印の形状*/
    width: 15px;
    height: 1px;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  /*hoverした際の移動*/
  .contents_link ul li a small:hover::before {
    left: 30px;
  }
  .contents_link ul li a small:hover::after {
    right: -86px;
  }
  .notice {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .notice_text.pc {
    margin: auto;
    display: flex !important;
    flex-wrap: wrap;
    width: 1000px;
  }
  .notice_text.pc li {
    padding-bottom: 10px;
    border-bottom: 1px solid #4D4D4D;
    display: block;
    padding-top: 10px;
  }
  .notice_text.pc li p {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: auto;
    width: 100%;
    line-height: 22px;
    vertical-align: bottom;
  }
  .notice_text.pc li .notice_text_01 {
    display: block;
    width: 800px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 2px dotted #3E3A39;
  }
  .notice_text.pc li .notice_text_02 {
    display: block;
    width: 800px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 2px dotted #3E3A39;
  }
  .notice_text.pc li p .time_text {
    line-height: 45px;
  }
  .notice_text.pc li p time {
    vertical-align: text-bottom;
    margin-top: auto;
    display: block;
    margin-bottom: auto;
    padding-top: 0px;
    position: relative;
    top: 50%;
    bottom: 50%;
  }
  .notice_text_02 a {
    color: #3E3A39;
    transition: 0.5s;
  }
  .notice_text_02 a:hover {
    color: #9A0002;
  }
  .catalog {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 800px;
    margin-top: 50px;
    transition: 0.5s;
  }
  .catalog img {
    width: 100%;
  }
  .catalog:hover {
    opacity: 0.5;
  }
  body footer {
    background-color: #3E3A39;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
  }
  body footer h4 {
    margin: auto;
    width: 1100px;
    font-size: 25px;
    color: #F7F7F7;
  }
  .site_map {
    margin: auto;
    width: 90vw;
  }
  .site_map ul {
    margin: auto;
    display: flex;
  }
  .site_map ul li {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    height: 180px;
    padding-left: 15px;
    border-left: 1px solid #F7F7F7;
    padding-right: 20px;
    padding-top: 0px;
  }
  .site_map ul li:first-child {
    border-left: none;
  }
  .site_map ul li p {
    color: #F7F7F7;
    line-height: 30px;
    letter-spacing: 2px; /*追加*/
    width: auto;
    display: block;
    margin-top: 0px;
    position: relative;
    top: -5px;
  }
  .site_map ul li a {
    color: #F7F7F7;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    width: 100%;
  }
  .site_map ul li .weight_bold {
    font-weight: 600;
    position: relative;
  }
  .weight_bold.boder_bottom {}
  .copy {
    color: #F7F7F7;
    font-size: 14px;
    text-align: center;
    margin-top: 100px;
    font-weight: 500;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 1440px) {
  .sp {
    display: none !important;
  }
  .btn-set.pc .logo {
    width: 120px;
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: #F2F2F2;
  }
  a.btn-8 {
    color: #333333;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    width: 90px;
    display: block;
    text-align: center;
    top: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }
  a.btn-8::before {
    background-color: #CE0000;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  a.btn-8:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .btn-set ul li .sub_menu {
    display: block;
    width: 100px;
    right: auto;
    bottom: auto;
    text-align: center;
    background-color: #F7F7F7;
    margin-left: 0px;
    margin-top: 0px;
  }
  /* ホバー時に表示 */
  .btn-set ul li:hover .sub_menu {
    display: block;
    margin-left: 0px;
  }
  .btn-set ul li .sub_menu {
    display: none;
  }
  .btn-set ul li .sub_menu li {
    border-left-style: none;
    display: block;
    padding-bottom: 10px;
  }
  .btn-set ul li .sub_menu li a {
    display: block;
    margin-top: 10px;
    color: #333333;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    top: 10px;
    right: 0px;
    width: 110px;
  }
  .sub_menu li a::before {
    background-color: #CE0000;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  .sub_menu li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .btn-set {
    position: fixed;
    right: 0px;
    padding-bottom: 30px;
    width: 100%;
    background-color: #F7F7F7;
    z-index: 2;
  }
  .btn-set ul {
    display: flex;
    margin-top: 20px;
    margin-left: auto;
    width: 975px;
  }
  .btn-set ul li {
    height: 100%;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 2px solid #4D4D4D;
  }
  .btn-set ul li:first-child {
    border-left: none;
  }
  /*------ここからmain-------------*/
  .container {
    height: 600px;
    width: 100%;
    position: relative;
  }
  .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-size: cover;
    background-position: center center;
    animation: image-switch-animation 25s infinite;
    width: 100%;
  }
  .container img {
    width: 100%;
  }
  .image:nth-of-type(1) {
    animation-delay: 0s;
  }
  .image:nth-of-type(2) {
    animation-delay: 5s;
  }
  .image:nth-of-type(3) {
    animation-delay: 10s;
  }
  .image:nth-of-type(4) {
    animation-delay: 15s;
  }
  @keyframes image-switch-animation {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    25% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  body header h1 {
    padding-top: 36vh;
    margin-top: 0px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 63px;
    letter-spacing: 4px;
    color: #4D4D4D;
  }
  header h1 b {
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 7px;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .contents {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40vh;
    width: 600px;
  }
  .contents ul {
    display: flex;
  }
  .contents ul li {
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    color: #F2F2F2;
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 16px;
  }
  body main {
    margin: auto;
    width: 1075px;
  }
  .concept {
    margin-top: 200px;
  }
  .concept ul {
    display: flex;
  }
  .concept ul li {
    margin: auto;
    width: 45%;
  }
  .concept ul li h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  .concept ul li h2 b {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 4px;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .concept ul li p b font {
    color: #A80002;
  }
  .concept ul li h2 small {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .concept ul li p {
    margin-bottom: 40px;
  }
  .concept ul li p b {
    font-weight: 600;
    font-size: 23px;
    display: block;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  .concept ul li p small {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
  .concept ul li p b .what {
    font-size: 17px;
    letter-spacing: 0px;
  }
  .concept ul li span {
    font-weight: 900;
    font-size: 35px;
    letter-spacing: 3px;
    position: relative;
    padding-top: 15px;
    padding-right: 5px;
    padding-left: 25px;
    padding-bottom: 15px;
    border: 3px solid;
    background-color: #F7F7F7;
    -webkit-border-image: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -o-border-image: -o-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image-slice: 1;
    color: #A50002;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: -30px;
    right: -30px;
  }
  .concept ul li span:before {
    position: absolute;
    top: 100%;
    left: -48px;
    transform: skew(-50deg);
    height: 75px;
    width: 50px;
    border-left: 4.5px solid #333;
    background-color: #F7F7F7;
    content: "";
    -webkit-border-image: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -o-border-image: -o-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image-slice: 1;
  }
  .concept ul li .produce {
    display: inline-block;
    position: relative;
    top: 20px;
    left: 50px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 3px;
  }
  .navigation_text {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 6px;
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .contents_link {
    width: auto;
  }
  .contents_link ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 900px;
  }
  .contents_link ul li {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 180px;
    height: 230px;
    background-color: #FFFFFF;
    padding-top: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 10px -3px #333333;
    box-shadow: 3px 3px 10px -3px #333333;
    transition: all .2s;
  }
  .contents_link ul li:hover {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 180px;
    height: 230px;
    background-color: #F7F7F7;
    padding-top: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 0px 0px #333333;
    box-shadow: 0px 0px 0px 0px #333333;
  }
  .contents_link ul .backglound_none {
    background-color: #F7F7F7;
    -webkit-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
  }
  .contents_link ul li a {
    height: 100%;
    display: block;
  }
  .contents_link ul li a p {
    margin: auto;
    width: 85%;
    display: block;
    line-height: 22px;
    font-size: 18px;
    padding-top: 10px;
    font-weight: 800;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
  }
  .contents_link ul li a span {
    display: block;
    background-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    padding-top: 5px;
    color: #F7F7F7;
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-left: 10px;
    letter-spacing: 2px;
  }
  /*矢印が右に移動する*/
  .contents_link ul li a small {
    /*矢印と下線の基点とするためrelativeを指定*/
    position: relative;
    /*形状*/
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0;
    color: #333;
    text-decoration: none;
    outline: none;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    font-weight: 600;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    bottom: -35px;
    margin-bottom: 0px;
  }
  /*矢印と下線の形状*/
  .contents_link ul li a small::before {
    content: '';
    /*絶対配置で下線の位置を決める*/
    position: absolute;
    bottom: -8px;
    left: 20px;
    /*下線の形状*/
    width: 130px;
    height: 1px;
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  .contents_link ul li a small::after {
    border-image-slice: 1;
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    bottom: -4px;
    right: -76px;
    /*矢印の形状*/
    width: 15px;
    height: 1px;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  /*hoverした際の移動*/
  .contents_link ul li a small:hover::before {
    left: 30px;
  }
  .contents_link ul li a small:hover::after {
    right: -86px;
  }
  .notice {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .notice_text {
    margin-bottom: 200px;
  }
  .notice_text.pc {
    margin: auto;
    display: flex !important;
    flex-wrap: wrap;
    width: 1000px;
  }
  .notice_text.pc li {
    padding-bottom: 10px;
    border-bottom: 1px solid #4D4D4D;
    display: block;
    padding-top: 10px;
  }
  .notice_text.pc li p {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: auto;
    width: 100%;
    line-height: 22px;
    vertical-align: bottom;
  }
  .notice_text.pc li .notice_text_01 {
    display: block;
    width: 800px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 2px dotted #3E3A39;
  }
  .notice_text.pc li .notice_text_02 {
    display: block;
    width: 800px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 2px dotted #3E3A39;
  }
  .notice_text.pc li p .time_text {
    line-height: 45px;
  }
  .notice_text.pc li p time {
    vertical-align: text-bottom;
    margin-top: auto;
    display: block;
    margin-bottom: auto;
    padding-top: 0px;
    position: relative;
    top: 50%;
    bottom: 50%;
  }
  .notice_text_02 a {
    color: #3E3A39;
    transition: 0.5s;
  }
  .notice_text_02 a:hover {
    color: #9A0002;
  }
  .catalog {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 800px;
    margin-top: 50px;
    transition: 0.5s;
  }
  .catalog img {
    width: 100%;
  }
  .catalog:hover {
    opacity: 0.5;
  }
  body footer {
    background-color: #3E3A39;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
  }
  body footer h4 {
    margin: auto;
    width: 1100px;
    font-size: 25px;
    color: #F7F7F7;
  }
  .site_map {
    margin: auto;
    width: 90vw;
  }
  .site_map ul {
    margin: auto;
    display: flex;
  }
  .site_map ul li {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    height: 180px;
    padding-left: 15px;
    border-left: 1px solid #F7F7F7;
    padding-right: 20px;
    padding-top: 0px;
  }
  .site_map ul li:first-child {
    border-left: none;
  }
  .site_map ul li p {
    color: #F7F7F7;
    line-height: 30px;
    letter-spacing: 2px; /*追加*/
    width: auto;
    display: block;
    margin-top: 0px;
    position: relative;
    top: -5px;
  }
  .site_map ul li a {
    color: #F7F7F7;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    width: 100%;
  }
  .site_map ul li .weight_bold {
    font-weight: 600;
    position: relative;
  }
  .weight_bold.boder_bottom {}
  .copy {
    color: #F7F7F7;
    font-size: 14px;
    text-align: center;
    margin-top: 50px;
    font-weight: 500;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 1074px) {
  .sp {
    display: none !important;
  }
  .btn-set.pc .logo {
    width: 120px;
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: #F2F2F2;
  }
  a.btn-8 {
    color: #333333;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    text-decoration: none;
    position: relative;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    width: 80px;
    display: block;
    text-align: center;
    top: 5px;
    margin-right: 0px;
    margin-left: 0px;
  }
  a.btn-8::before {
    background-color: #CE0000;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  a.btn-8:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .btn-set ul li .sub_menu {
    display: block;
    width: 80px;
    right: auto;
    bottom: auto;
    text-align: center;
    background-color: #F7F7F7;
    margin-left: 0px;
    margin-top: 0px;
  }
  /* ホバー時に表示 */
  .btn-set ul li:hover .sub_menu {
    display: block;
    margin-left: 0px;
  }
  .btn-set ul li .sub_menu {
    display: none;
  }
  .btn-set ul li .sub_menu li {
    border-left-style: none;
    display: block;
    padding-bottom: 10px;
  }
  .btn-set ul li .sub_menu li a {
    display: block;
    margin-top: 10px;
    color: #333333;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    text-decoration: none;
    position: relative;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    top: 10px;
    right: -2px;
    width: 95px;
  }
  .sub_menu li a::before {
    background-color: #CE0000;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  .sub_menu li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .btn-set {
    position: fixed;
    right: 0px;
    padding-bottom: 20px;
    width: 100%;
    background-color: #F7F7F7;
    z-index: 2;
  }
  .btn-set ul {
    display: flex;
    margin-top: 20px;
    margin-left: auto;
    width: 715px;
  }
  .btn-set ul li {
    height: 100%;
    display: block;
    padding-left: 4px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 2px solid #4D4D4D;
  }
  .btn-set ul li:first-child {
    border-left: none;
  }
  /*------ここからmain-------------*/
  .container {
    height: 600px;
    width: 100%;
    position: relative;
  }
  .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-size: cover;
    background-position: center center;
    animation: image-switch-animation 25s infinite;
    width: 100%;
  }
  .container img {
    width: 100%;
  }
  .image:nth-of-type(1) {
    animation-delay: 0s;
  }
  .image:nth-of-type(2) {
    animation-delay: 5s;
  }
  .image:nth-of-type(3) {
    animation-delay: 10s;
  }
  .image:nth-of-type(4) {
    animation-delay: 15s;
  }
  @keyframes image-switch-animation {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    25% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  body header h1 {
    padding-top: 200px;
    margin-top: 0px;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    line-height: 53px;
    letter-spacing: 4px;
    color: #4D4D4D;
  }
  header h1 b {
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 7px;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .contents {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 200px;
    width: 600px;
  }
  .contents ul {
    display: flex;
  }
  .contents ul li {
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    color: #F2F2F2;
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 16px;
  }
  body main {
    margin: auto;
    width: 766px;
  }
  .concept {
    margin-top: 100px;
  }
  .concept ul {
    display: flex;
  }
  .concept ul li {
    margin: auto;
    width: 50%;
  }
  .concept ul li h2 {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  .concept ul li h2 b {
    font-size: 29px;
    font-weight: 900;
    letter-spacing: 4px;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .concept ul li p b font {
    color: #A80002;
  }
  .concept ul li h2 small {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .concept ul li p {
    margin-bottom: 40px;
  }
  .concept ul li p b {
    font-weight: 600;
    font-size: 21px;
    display: block;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  .concept ul li p small {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
  }
  .concept ul li p b .what {
    font-size: 17px;
    letter-spacing: 0px;
  }
  .concept ul li span {
    font-weight: 900;
    font-size: 23px;
    letter-spacing: 3px;
    position: relative;
    padding-top: 15px;
    padding-right: 5px;
    padding-left: 25px;
    padding-bottom: 15px;
    border: 3px solid;
    background-color: #F7F7F7;
    -webkit-border-image: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -o-border-image: -o-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image-slice: 1;
    color: #A50002;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: -30px;
    right: -50px;
  }
  .concept ul li span:before {
    position: absolute;
    top: 100%;
    left: -36px;
    transform: skew(-50deg);
    height: 55px;
    width: 50px;
    border-left: 4.5px solid #333;
    background-color: #F7F7F7;
    content: "";
    -webkit-border-image: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -o-border-image: -o-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image-slice: 1;
  }
  .concept ul li .produce {
    display: inline-block;
    position: relative;
    top: 10px;
    left: 45px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
  }
  .navigation_text {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 6px;
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .contents_link {
    width: auto;
  }
  .contents_link ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 766px;
  }
  .contents_link ul li {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 150px;
    height: 200px;
    background-color: #FFFFFF;
    padding-top: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 10px -3px #333333;
    box-shadow: 3px 3px 10px -3px #333333;
    transition: all .2s;
  }
  .contents_link ul li:hover {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 150px;
    height: 200px;
    background-color: #F7F7F7;
    padding-top: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 0px 0px #333333;
    box-shadow: 0px 0px 0px 0px #333333;
  }
  .contents_link ul .backglound_none {
    background-color: #F7F7F7;
    -webkit-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
  }
  .contents_link ul li a {
    height: 100%;
    display: block;
  }
  .contents_link ul li a p {
    margin: auto;
    width: 85%;
    display: block;
    line-height: 15px;
    font-size: 14px;
    padding-top: 10px;
    font-weight: 800;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
  }
  .contents_link ul li a span {
    display: block;
    background-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    padding-top: 5px;
    color: #F7F7F7;
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-left: 10px;
    letter-spacing: 2px;
  }
  /*矢印が右に移動する*/
  .contents_link ul li a small {
    /*矢印と下線の基点とするためrelativeを指定*/
    position: relative;
    /*形状*/
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0;
    color: #333;
    text-decoration: none;
    outline: none;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    font-weight: 600;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    bottom: -35px;
    margin-bottom: 0px;
  }
  /*矢印と下線の形状*/
  .contents_link ul li a small::before {
    content: '';
    /*絶対配置で下線の位置を決める*/
    position: absolute;
    bottom: -8px;
    left: 20px;
    /*下線の形状*/
    width: 110px;
    height: 1px;
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  .contents_link ul li a small::after {
    border-image-slice: 1;
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    bottom: -4px;
    right: -60px;
    /*矢印の形状*/
    width: 15px;
    height: 1px;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  /*hoverした際の移動*/
  .contents_link ul li a small:hover::before {
    left: 30px;
  }
  .contents_link ul li a small:hover::after {
    right: -70px;
  }
  .notice {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .notice_text.pc {
    margin: auto;
    display: flex !important;
    flex-wrap: wrap;
    width: 765px;
  }
  .notice_text.pc li {
    padding-bottom: 10px;
    border-bottom: 1px solid #4D4D4D;
    display: block;
    padding-top: 10px;
  }
  .notice_text.pc li p {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: auto;
    width: 100%;
    line-height: 22px;
    vertical-align: bottom;
  }
  .notice_text.pc li .notice_text_01 {
    display: block;
    width: 650px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 2px dotted #3E3A39;
  }
  .notice_text.pc li .notice_text_02 {
    display: block;
    width: 650px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 2px dotted #3E3A39;
  }
  .notice_text.pc li p .time_text {
    line-height: 45px;
  }
  .notice_text.pc li p time {
    vertical-align: text-bottom;
    margin-top: auto;
    display: block;
    margin-bottom: auto;
    padding-top: 0px;
    position: relative;
    top: 50%;
    bottom: 50%;
  }
  .notice_text_02 a {
    color: #3E3A39;
    transition: 0.5s;
  }
  .notice_text_02 a:hover {
    color: #9A0002;
  }
  .catalog {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 600px;
    margin-top: 50px;
    transition: 0.5s;
  }
  .catalog img {
    width: 100%;
  }
  .catalog:hover {
    opacity: 0.5;
  }
  body footer {
    background-color: #3E3A39;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body footer h4 {
    margin: auto;
    width: 766px;
    font-size: 21px;
    color: #F7F7F7;
  }
  .site_map {
    margin: auto;
    width: 766px;
  }
  .site_map ul {
    margin: auto;
    display: flex;
  }
  .site_map ul li {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    height: 180px;
    padding-left: 15px;
    border-left: 1px solid #F7F7F7;
    padding-right: 20px;
    padding-top: 0px;
  }
  .site_map ul li:first-child {
    border-left: none;
  }
  .site_map ul li p {
    color: #F7F7F7;
    line-height: 30px;
    letter-spacing: 2px; /*追加*/
    width: auto;
    display: block;
    margin-top: 0px;
    position: relative;
    top: -5px;
  }
  .site_map ul li a {
    color: #F7F7F7;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    width: 100%;
  }
  .site_map ul li .weight_bold {
    font-weight: 600;
    position: relative;
  }
  .weight_bold.boder_bottom {}
  .copy {
    color: #F7F7F7;
    font-size: 13px;
    text-align: center;
    margin-top: 50px;
  }
}
@media screen and (max-width: 765px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .logo.sp {
    width: 110px;
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 3;
  }
  .hamburger {
    display: block;
    height: 65px;
    margin-left: auto;
    position: fixed;
    z-index: 10;
    width: 60px;
    border: none;
    background-color: transparent;
    top: 10px;
    right: 10px;
  }
  .hamburger.-active .hamburger__line {
    background-color: transparent;
  }
  .hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .hamburger.-active .hamburger__text::before {
    content: '閉じる';
  }
  .hamburger__line {
    display: block;
    height: 4px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
    transition: 0.4s;
    margin-top: 0px;
  }
  .hamburger__line:before, .hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    transition: inherit;
  }
  .hamburger__line:before {
    top: -10px;
  }
  .hamburger__line:after {
    top: 10px;
  }
  .hamburger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .hamburger__text::before {
    content: "メニュー";
    text-align: center;
    color: #333;
    font-size: 10px;
    font-weight: 900;
  }
  .header {
    width: 300px;
  }
  .header__nav-area {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    height: 100vh;
    width: 300px;
    visibility: hidden;
    padding-top: 60px;
    background-color: #fff;
    transition: 0.4s;
  }
  .header__nav-area.-active {
    left: 0;
    visibility: visible;
  }
  .global-navigation {
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 120px;
    padding-left: 25px;
  }
  .global-navigation__list li a {
    color: #333333;
  }
  .global-navigation__list > li {
    padding-bottom: 20px;
    border-bottom: 2px solid #e7e9ee;
  }
  .global-navigation__list > li + li {
    margin-top: 20px;
  }
  .global-navigation__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 0.875rem;
  }
  .global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
    color: #333333;
  }
  .global-navigation__link.-accordion::after {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    transform: translateY(-50%);
    transition: transform 0.4s;
  }
  .global-navigation__link.-accordion::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    transform: translateY(-50%);
  }
  .global-navigation__link.-active::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
  }
  .accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
  }
  .accordion__list li {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .accordion__list li + li {
    margin-top: 21px;
  }
  .accordion__link {
    color: #333;
  }
  a.btn-8 {
    color: #333333;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    width: 110px;
    display: block;
    text-align: center;
    top: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }
  a.btn-8::before {
    background-color: #CE0000;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  a.btn-8:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .btn-set ul li .sub_menu {
    display: block;
    width: 90px;
    right: auto;
    bottom: auto;
    text-align: center;
    background-color: #F7F7F7;
    margin-left: 0px;
    margin-top: 0px;
  }
  /* ホバー時に表示 */
  .btn-set ul li:hover .sub_menu {
    display: block;
    margin-left: 0px;
  }
  .btn-set ul li .sub_menu {
    display: none;
  }
  .btn-set ul li .sub_menu li {
    border-left-style: none;
    display: block;
    padding-bottom: 10px;
  }
  .btn-set ul li .sub_menu li a {
    display: block;
    margin-top: 20px;
    color: #333333;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    top: 5px;
  }
  .sub_menu li a::before {
    background-color: #CE0000;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  .sub_menu li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .btn-set {
    position: fixed;
    right: 0px;
    padding-bottom: 20px;
    width: 100%;
    background-color: #F7F7F7;
    z-index: 2;
  }
  .btn-set ul {
    display: flex;
    position: fixed;
    right: 0px;
    margin-top: 20px;
    margin-right: 20px;
  }
  .btn-set ul li {
    height: 100%;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 2px solid #4D4D4D;
  }
  .btn-set ul li:first-child {
    border-left: none;
  }
  /*------ここからmain-------------*/
  .container {
    height: 600px;
    width: 100%;
    position: relative;
  }
  .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-size: cover;
    background-position: center center;
    animation: image-switch-animation 25s infinite;
    width: 100%;
  }
  .container img {
    width: 100%;
  }
  .image:nth-of-type(1) {
    animation-delay: 0s;
  }
  .image:nth-of-type(2) {
    animation-delay: 5s;
  }
  .image:nth-of-type(3) {
    animation-delay: 10s;
  }
  .image:nth-of-type(4) {
    animation-delay: 15s;
  }
  @keyframes image-switch-animation {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    25% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  body header h1 {
    padding-top: 100px;
    margin: auto;
    text-align: left;
    font-size: 4vw;
    font-weight: 500;
    line-height: 9vw;
    letter-spacing: 4px;
    color: #4D4D4D;
    width: 70vw;
  }
  header h1 b {
    font-size: 7vw;
    font-weight: 900;
    letter-spacing: 7px;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .contents {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 200px;
    width: 550px;
  }
  .contents ul {
    display: flex;
  }
  .contents ul li {
    margin: auto;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    color: #F2F2F2;
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 2vw;
  }
  body main {
    margin: auto;
    width: 100vw;
  }
  .concept {
    margin-top: 300px;
    margin-bottom: 100px;
  }
  .concept ul {
    display: block;
  }
  .concept ul li {
    width: 550px;
  }
  .concept ul li h2 {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  .concept ul li h2 b {
    font-size: 39px;
    font-weight: 900;
    letter-spacing: 4px;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .concept ul li h2 small {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .concept ul li p {
    margin-bottom: 40px;
  }
  .concept ul li p b {
    font-weight: 600;
    font-size: 28px;
    display: block;
    letter-spacing: 3px;
    margin-bottom: 10px;
    line-height: 40px;
  }
  .concept ul li p small {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
  }
  .concept ul li p b .what {
    font-size: 17px;
    letter-spacing: 0px;
  }
  .concept ul li span {
    font-weight: 900;
    font-size: 5vw;
    letter-spacing: 3px;
    position: relative;
    padding-top: 15px;
    padding-right: 5px;
    padding-left: 25px;
    padding-bottom: 15px;
    border: 3px solid;
    background-color: #F7F7F7;
    -webkit-border-image: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -o-border-image: -o-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image-slice: 1;
    color: #A50002;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 40px;
    right: -80px;
  }
  .concept ul li span:before {
    position: absolute;
    top: 100%;
    left: -48px;
    transform: skew(-50deg);
    height: 75px;
    width: 50px;
    border-left: 4.5px solid #333;
    background-color: #F7F7F7;
    content: "";
    -webkit-border-image: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -o-border-image: -o-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image-slice: 1;
    display: none;
  }
  .concept ul li .produce {
    display: block;
    /* [disabled]position: relative; */
    font-size: 3vw;
    font-weight: 600;
    letter-spacing: 3px;
    position: relative;
    top: 80px;
  }
  .navigation_text {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 6px;
    margin-top: 200px;
    margin-bottom: 50px;
  }
  .contents_link {}
  .contents_link ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 100vw;
  }
  .contents_link ul li {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 22vw;
    height: 37vw;
    background-color: #FFFFFF;
    padding-top: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 10px -3px #333333;
    box-shadow: 3px 3px 10px -3px #333333;
    transition: all .2s;
  }
  .contents_link ul li:hover {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 22vw;
    height: 37vw;
    background-color: #F7F7F7;
    padding-top: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 0px 0px #333333;
    box-shadow: 0px 0px 0px 0px #333333;
  }
  .contents_link ul .backglound_none {
    background-color: #F7F7F7;
    -webkit-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
  }
  .contents_link ul li a {
    height: 100%;
    display: block;
  }
  .contents_link ul li a p {
    margin: auto;
    width: 85%;
    display: block;
    line-height: 22px;
    font-size: 18px;
    padding-top: 10px;
    font-weight: 800;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
  }
  .contents_link ul li a span {
    display: block;
    background-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    padding-top: 5px;
    color: #F7F7F7;
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-left: 10px;
    letter-spacing: 2px;
  }
  /*矢印が右に移動する*/
  .contents_link ul li a small {
    /*矢印と下線の基点とするためrelativeを指定*/
    position: relative;
    /*形状*/
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0;
    color: #333;
    text-decoration: none;
    outline: none;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    font-weight: 600;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    bottom: -35px;
    margin-bottom: 0px;
  }
  /*矢印と下線の形状*/
  .contents_link ul li a small::before {
    content: '';
    /*絶対配置で下線の位置を決める*/
    position: absolute;
    bottom: -8px;
    left: 20px;
    /*下線の形状*/
    width: 120px;
    height: 1px;
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  .contents_link ul li a small::after {
    border-image-slice: 1;
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    bottom: -4px;
    right: -66px;
    /*矢印の形状*/
    width: 15px;
    height: 1px;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  /*hoverした際の移動*/
  .contents_link ul li a small:hover::before {
    left: 30px;
  }
  .contents_link ul li a small:hover::after {
    right: -76px;
  }
  .notice {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .notice_text.pc {
    display: none !important;
  }
  .notice_text.sp {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    display: block;
    flex-wrap: wrap;
    width: 600px;
  }
  .notice_text.sp li {
    padding-bottom: 10px;
    border-bottom: 1px solid #4D4D4D;
    display: block;
    padding-top: 0px;
    margin-bottom: -4px;
  }
  .notice_text.sp li p {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: auto;
    width: 100%;
    line-height: 22px;
    vertical-align: bottom;
  }
  .notice_text.sp li .notice_text_01 {
    display: block;
    width: 600px;
    padding-left: 0px;
    margin-left: 0px;
    border-left-style: none;
  }
  .notice_text.sp li .notice_text_02 {
    display: block;
    width: 600px;
    padding-left: 0px;
    margin-left: 0px;
    border-left: 2px none #3E3A39;
    padding-top: 0px;
  }
  .notice_text.sp li p .time_text {
    line-height: 45px;
  }
  .notice_text.sp li p time {
    vertical-align: text-bottom;
    margin-top: auto;
    display: block;
    margin-bottom: -5px;
    padding-top: 0px;
  }
  .notice_text_02 a {
    color: #3E3A39;
    transition: 0.5s;
  }
  .notice_text_02 a:hover {
    color: #9A0002;
  }
  .catalog {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 500px;
    margin-top: 50px;
    transition: 0.5s;
  }
  .catalog img {
    width: 100%;
  }
  .catalog:hover {
    opacity: 0.5;
  }
  body footer {
    background-color: #3E3A39;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body footer h4 {
    margin: auto;
    width: 90vw;
    font-size: 25px;
    color: #F7F7F7;
  }
  .site_map {
    margin: auto;
    width: 90vw;
  }
  .site_map ul {
    margin: auto;
    display: block;
  }
  .site_map ul li {
    margin: 0;
    margin-bottom: 0px;
    height: 100%;
    padding-left: 15px;
    border-left-style: none;
    padding-right: 20px;
    padding-top: 0px;
    display: block;
  }
  .site_map ul li:first-child {
    border-left: none;
  }
  .site_map ul li p {
    color: #F7F7F7;
    line-height: 8vw;
    letter-spacing: 2px; /*追加*/
    width: auto;
    display: block;
    margin-top: 0px;
    position: static;
    top: 0px;
    border-bottom: 1px solid #F7F7F7;
  }
  .site_map ul li a {
    color: #F7F7F7;
    display: inline-block;
    font-size: 2.5vw;
    letter-spacing: 2px;
    width: 100%;
  }
  .site_map ul li .weight_bold {
    font-weight: 600;
    position: static;
    margin-top: 50px;
  }
  .weight_bold.boder_bottom {}
  .copy {
    color: #F7F7F7;
    font-size: 3.5vw;
    text-align: center;
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .hamburger {
    display: block !important;
    height: 70px;
    margin-left: auto;
    position: fixed;
    z-index: 10;
    width: 60px;
    border: none;
    background-color: transparent;
  }
  .hamburger.-active .hamburger__line {
    background-color: transparent;
  }
  .hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .hamburger.-active .hamburger__text::before {
    content: '閉じる';
  }
  .hamburger__line {
    display: block;
    height: 5px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
    transition: 0.4s;
    margin-top: 0px;
  }
  .hamburger__line:before, .hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
    transition: inherit;
  }
  .hamburger__line:before {
    top: -13px;
  }
  .hamburger__line:after {
    top: 15px;
  }
  .hamburger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hamburger__text::before {
    content: "メニュー";
    text-align: center;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 10px;
    font-weight: 900;
  }
  .header {
    width: 300px;
  }
  .header__nav-area {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    height: 100vh;
    width: 300px;
    visibility: hidden;
    padding-top: 60px;
    background-color: #fff;
    transition: 0.4s;
  }
  .header__nav-area.-active {
    left: 0;
    visibility: visible;
  }
  .global-navigation {
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 120px;
    padding-left: 25px;
  }
  .global-navigation__list > li {
    padding-bottom: 20px;
    border-bottom: 2px solid #e7e9ee;
  }
  .global-navigation__list > li + li {
    margin-top: 20px;
  }
  .global-navigation__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333333;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 0.875rem;
  }
  .global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
    color: #333333;
  }
  .global-navigation__link.-accordion::after {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    transform: translateY(-50%);
    transition: transform 0.4s;
  }
  .global-navigation__link.-accordion::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    transform: translateY(-50%);
  }
  .global-navigation__link.-active::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
  }
  .accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
    font-size: medium;
  }
  .accordion__list li {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .accordion__list li + li {
    margin-top: 21px;
  }
  .accordion__link {
    color: #333333;
  }
  a.btn-8 {
    color: #333333;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    width: 110px;
    display: block;
    text-align: center;
    top: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }
  a.btn-8::before {
    background-color: #CE0000;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  a.btn-8:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .btn-set {
    display: none;
  }
  .btn-set ul {
    display: flex;
    position: fixed;
    right: 0px;
    margin-top: 20px;
    margin-right: 20px;
  }
  .btn-set ul li {
    height: 100%;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 2px solid #4D4D4D;
  }
  .btn-set ul li:first-child {
    border-left: none;
  }
  /*------ここからmain-------------*/
  body header h1 {
    padding-top: 100px;
    margin: auto;
    text-align: left;
    font-size: 5.5vw;
    font-weight: 500;
    line-height: 18vw;
    letter-spacing: 3px;
    color: #4D4D4D;
    width: 90vw;
    display: block;
  }
  header h1 b {
    font-size: 10vw;
    font-weight: 900;
    letter-spacing: 7px;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .contents {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 200px;
    width: 90vw;
  }
  .contents ul {
    display: flex;
  }
  .contents ul li {
    margin: auto;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    background-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    color: #F2F2F2;
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 3vw;
  }
  body main {
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 90vw;
  }
  .concept {
    margin-top: 400px;
  }
  .concept ul {
    display: block;
  }
  .concept ul li {
    width: 90vw;
  }
  .concept ul li h2 {
    font-size: 5vw;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .concept ul li h2 b {
    font-size: 8vw;
    font-weight: 900;
    letter-spacing: 4px;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .concept ul li h2 small {
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .concept ul li p {
    margin-bottom: 40px;
  }
  .concept ul li p b {
    font-weight: 600;
    font-size: 5.5vw;
    display: block;
    letter-spacing: 3px;
    margin-bottom: 10px;
    line-height: 9vw;
  }
  .concept ul li p small {
    font-size: 3vw;
    font-weight: 500;
    line-height: 6vw;
  }
  .concept ul li p b .what {
    letter-spacing: 0px;
    font-size: medium;
  }
  .concept ul li span {
    font-weight: 900;
    font-size: 7vw;
    letter-spacing: 3px;
    position: relative;
    padding-top: 15px;
    padding-right: 2vw;
    padding-left: 5vw;
    padding-bottom: 15px;
    border-left: 1vw solid;
    border-right: 3px solid;
    border-bottom: 3px solid;
    border-top: 3px solid;
    background-color: #F7F7F7;
    -webkit-border-image: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -o-border-image: -o-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image-slice: 1;
    color: #A50002;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 20px;
    right: 0px;
  }
  .concept ul li span:before {
    position: absolute;
    top: 100%;
    left: -48px;
    transform: skew(-50deg);
    height: 75px;
    width: 50px;
    border-left: 4.5px solid #333;
    background-color: #F7F7F7;
    content: "";
    -webkit-border-image: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -o-border-image: -o-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image-slice: 1;
  }
  .concept ul li .produce {
    display: block;
    position: static;
    font-size: 3.5vw;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 60px;
  }
  .navigation_text {
    font-size: 5vw;
    text-align: center;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 6px;
    margin-top: 100px;
    margin-bottom: 10px;
  }
  .contents_link {
    width: auto;
  }
  .contents_link ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 90vw;
  }
  .contents_link ul li {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 40vw;
    height: 240px;
    background-color: #FFFFFF;
    padding-top: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 10px -3px #333333;
    box-shadow: 3px 3px 10px -3px #333333;
    transition: all .2s;
  }
  .contents_link ul li:hover {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 40vw;
    height: 240px;
    background-color: #F7F7F7;
    padding-top: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 0px 0px #333333;
    box-shadow: 0px 0px 0px 0px #333333;
  }
  .contents_link ul .backglound_none {
    background-color: #F7F7F7;
    -webkit-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
  }
  .contents_link ul li a {
    height: 100%;
    display: block;
  }
  .contents_link ul li a p {
    margin: auto;
    width: 85%;
    display: block;
    line-height: 22px;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 800;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
  }
  .contents_link ul li a span {
    display: block;
    background-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    padding-top: 5px;
    color: #F7F7F7;
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-left: 10px;
    letter-spacing: 2px;
  }
  /*矢印が右に移動する*/
  .contents_link ul li a small {
    /*矢印と下線の基点とするためrelativeを指定*/
    position: relative;
    /*形状*/
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0;
    color: #333;
    text-decoration: none;
    outline: none;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    font-weight: 600;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    bottom: -35px;
    margin-bottom: 0px;
    width: 50%;
  }
  /*矢印と下線の形状*/
  .contents_link ul li a small::before {
    content: '';
    /*絶対配置で下線の位置を決める*/
    position: absolute;
    bottom: -8px;
    left: 20px;
    /*下線の形状*/
    width: 100%;
    height: 1px;
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  .contents_link ul li a small::after {
    border-image-slice: 1;
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    bottom: -3.5px;
    right: -21px;
    /*矢印の形状*/
    width: 15px;
    height: 1px;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  /*hoverした際の移動*/
  .contents_link ul li a small:hover::before {
    left: 20px;
  }
  .contents_link ul li a small:hover::after {
    right: -20px;
  }
  .notice {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .notice_text.pc {
    display: none !important;
  }
  .notice_text.sp {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    display: block;
    flex-wrap: wrap;
    width: 90vw;
  }
  .notice_text.sp li {
    padding-bottom: 10px;
    border-bottom: 1px solid #4D4D4D;
    display: block;
    padding-top: 0px;
    margin-bottom: -4px;
  }
  .notice_text.sp li p {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: auto;
    width: 100%;
    line-height: 22px;
    vertical-align: bottom;
  }
  .notice_text.sp li .notice_text_01 {
    display: block;
    width: 90vw;
    padding-left: 0px;
    margin-left: 0px;
    border-left-style: none;
  }
  .notice_text.sp li .notice_text_02 {
    display: block;
    width: 90vw;
    padding-left: 0px;
    margin-left: 0px;
    border-left: 2px none #3E3A39;
    padding-top: 0px;
  }
  .notice_text.sp li p .time_text {
    line-height: 25px;
  }
  .notice_text.sp li p time {
    vertical-align: text-bottom;
    margin-top: auto;
    display: block;
    margin-bottom: -5px;
    padding-top: 0px;
  }
  .notice_text_02 a {
    color: #3E3A39;
    transition: 0.5s;
  }
  .notice_text_02 a:hover {
    color: #9A0002;
  }
  .catalog {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 80vw;
    margin-top: 50px;
    transition: 0.5s;
  }
  .catalog img {
    width: 100%;
  }
  .catalog:hover {
    opacity: 0.5;
  }
  body footer {
    background-color: #3E3A39;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body footer h4 {
    margin: auto;
    width: 90vw;
    font-size: 25px;
    color: #F7F7F7;
  }
  .site_map {
    margin: auto;
    width: 90vw;
  }
  .site_map ul {
    margin: auto;
    display: block;
  }
  .site_map ul li {
    margin: 0;
    margin-bottom: 0px;
    height: 100%;
    padding-left: 15px;
    border-left-style: none;
    padding-right: 20px;
    padding-top: 0px;
    display: block;
  }
  .site_map ul li:first-child {
    border-left: none;
  }
  .site_map ul li p {
    color: #F7F7F7;
    letter-spacing: 2px; /*追加*/
    width: auto;
    display: block;
    margin-top: 0px;
    position: static;
    top: 0px;
    border-bottom: 1px solid #F7F7F7;
  }
  .site_map ul li a {
    color: #F7F7F7;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
    font-size: 4vw;
    line-height: 12vw;
  }
  .site_map ul li .weight_bold {
    font-weight: 600;
    position: static;
    margin-top: 8vw;
    font-size: 4vw;
  }
  .weight_bold.boder_bottom {}
  .copy {
    color: #F7F7F7;
    font-size: 3.5vw;
    text-align: center;
    margin-top: 50px;
  }
}

/*===========================
  お知らせの箇所修正　カタログボタン修正
　　2025.0714 
============================*/
@media screen and (min-width: 1441px) {
.notice_news_ul {
    width: 85%;
    margin: 0 auto;
}
.notice_news_li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0.3em 1em;
    border-bottom: 1px solid #000;
}
 .news_date_and_time_p {
    display: block;
    padding: 0.5em;
    border-right: 2px dotted #000;
    font-size: 1.3vw;
    letter-spacing: 0.1vw;
}
.news_notice_content_p {
    display: block;
    padding: 0.5em;
    font-size: 1.3vw;
    letter-spacing: 0.1vw;  
}
.news_notice_content_p a:visited {
    color: #000;
}
.catalog_link_div {/*--- カタログ　div --*/
    width: 75%;
    margin: 1% auto;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
}
.catalog_link_div:hover {
    opacity: 0.7;
}
.catalog_link_div .catalog_a {
    text-align: center;
    color: #fff;
    font-size: 3vw;
    font-weight: 700;
    padding: 0.5em 3em;
    display: block;
}
.catalog_link_div .catalog_a:hover {
    opacity: 0.7;  
}
}
@media screen and (max-width: 1440px) {
.notice_news_ul {
    width: 85%;
    margin: 0 auto;
}
.notice_news_li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0.3em 1em;
    border-bottom: 1px solid #000;
}
 .news_date_and_time_p {
    display: block;
    padding: 0.5em;
    border-right: 2px dotted #000;
    font-size: 1.2vw;
    letter-spacing: 0.1vw;
}
.news_notice_content_p {
    display: block;
    padding: 0.5em 0.5em 0.5em 1em;
     font-size: 1.2vw;
    letter-spacing: 0.1vw;  
}
.news_notice_content_p a:visited {
     color: #000;
}
.catalog_link_div {/*--- カタログ　div --*/
    width: 75%;
    margin: 5% auto;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
}
.catalog_link_div:hover {
    opacity: 0.7;
}
.catalog_link_div .catalog_a {
    text-align: center;
    color: #fff;
    font-size: 3vw;
    font-weight: 700;
    padding: 0.5em 3em;
    display: block;
}
.catalog_link_div .catalog_a:hover {
    opacity: 0.7;  
}
}
@media screen and (max-width: 1074px) {
.notice_news_ul {
    width: 90%;
    margin: 0 auto;
}
.notice_news_li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0.3em 1em;
    border-bottom: 1px solid #000;
}
 .news_date_and_time_p {
    display: block;
    padding: 0.5em;
    border-right: 2px dotted #000;
    font-size: 1.2vw;
    letter-spacing: 0.1vw;
}
.news_notice_content_p {
    display: block;
    padding: 0.5em 0.5em 0.5em 1em;
    font-size: 1.2vw;
    letter-spacing: 0.1vw;  
}
.news_notice_content_p a:visited {
     color: #000;
}
.catalog_link_div {/*--- カタログ　div --*/
    width: 75%;
    margin: 5% auto;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
}
.catalog_link_div:hover {
    opacity: 0.7;
}
.catalog_link_div .catalog_a {
    text-align: center;
    color: #fff;
    font-size: 3vw;
    font-weight: 700;
    padding: 0.5em 3em;
    display: block;
}
.catalog_link_div .catalog_a:hover {
    opacity: 0.7;  
}
}
@media screen and (max-width: 765px) {
.notice_news_ul {
    width: 100%;
    margin: 0 auto;
}
.notice_news_li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0.3em 0;
    border-bottom: 1px solid #000;
}
.news_date_and_time_p {
    flex-basis: 100%;
    font-size: 4vw;
    border-right: none;
    border-bottom: 2px dotted #000;
    padding: 0.5em;
}
.news_notice_content_p {
    flex-basis: 100%;
    font-size: 4vw;
    padding: 0.5em;
}
.catalog_link_div {/*--- カタログ　div --*/
    width: 100%;
    margin: 5% auto;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
}
 .catalog_link_div .catalog_a {
    text-align: center;
    color: #fff;
    font-size: 6vw;
    font-weight: 700;
    padding: 0.5em 1em;
    display: block;
    line-height: 1.2;
  }
}
@media screen and (max-width: 600px) {
.notice_news_ul {
    width: 100%;
    margin: 0 auto;
}
.notice_news_li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0.3em 0;
    border-bottom: 1px solid #000;
}
.news_date_and_time_p {
    flex-basis: 100%;
    font-size: 4vw;
    border-right: none;
    border-bottom: 2px dotted #000;
    padding: 0.5em;
}
.news_notice_content_p {
    flex-basis: 100%;
    font-size: 4vw;
    padding: 0.5em;
}
.catalog_link_div {/*--- カタログ　div --*/
    width: 100%;
    margin: 5% auto;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
}
 .catalog_link_div .catalog_a {
    text-align: center;
    color: #fff;
    font-size: 6vw;
    font-weight: 700;
    padding: 0.5em 1em;
    display: block;
    line-height: 1.2;
  }
}
