@charset "UTF-8";

/* Scss Document */
/* CSS Document */
body {
  min-width: 1200px;
}

@font-face {
  font-family: "YuMincho_f";
  src: url(../webfont/YuMincho.woff) format("woff");
  -ms-font-feature-settings: "normal";
  color: #000;
  font-display: swap;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: unset;
  }
}

* {
  box-sizing: border-box;
  text-decoration: none !important;
}

body {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

html {
  font-size: 12px;
}

html i {
  font-style: normal !important;
}

.selifFont {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "NotoSerifCJKjp-Regular", serif;
}

button:focus,
a:focus {
  outline: none;
}

input[type="submit"],
button {
  -webkit-appearance: none;
}

.textIndent {
  text-indent: -1rem;
  padding-left: 1rem;
}

_::-webkit-full-page-media,
_:future,
:root .textIndent {
  text-indent: -0.8em;
}

/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
  body {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}

/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
  body {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}

.textBox p {
  font-feature-settings: "palt" 1;
}

article {
  overflow: hidden;
}

.oh {
  overflow: hidden;
}

.w_1800 {
  width: 95%;
  max-width: 1800px;
  margin: 0 auto;
  display: block;
}

.w_1790 {
  width: 95%;
  margin: 0 auto;
  display: block;
  max-width: 1790px;
}

.w_1680 {
  width: 95%;
  margin: 0 auto;
  display: block;
  max-width: 1680px;
}

.w_1600 {
  width: 95%;
  margin: 0 auto;
  display: block;
  max-width: 1600px;
}

.w_1440 {
  width: 95%;
  margin: 0 auto;
  max-width: 1440px;
}

.w_1340 {
  width: 95%;
  margin: 0 auto;
  max-width: 1340px;
}

.w_1280 {
  width: 95%;
  display: block;
  margin: 0 auto;
  max-width: 1280px;
}

.w_1200 {
  width: 95%;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}

.w_1100 {
  width: 95%;
  display: block;
  margin: 0 auto;
  max-width: 1100px;
}

.w_1000 {
  width: 95%;
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}

.w_960 {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}

.w_940 {
  width: 95%;
  max-width: 940px;
  margin: 0 auto;
}

.w_840 {
  width: 95%;
  max-width: 840px;
  margin: 0 auto;
}

.w_780 {
  width: 95%;
  max-width: 780px;
  margin: 0 auto;
}

.w_750 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.w_640 {
  width: 95%;
  max-width: 640px;
  margin: 0 auto;
}

.spBr {
  display: none;
}

.spinner {
  animation: rotator 1.8s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 155;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: #000;
  animation: dash 1.8s ease-in-out infinite;
}

.path2 {
  stroke-dasharray: 230;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: #000;
  animation: dash2 1.8s ease-in-out infinite;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 155;
  }

  50% {
    stroke-dashoffset: 38.75;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 155;
    transform: rotate(450deg);
  }
}

@keyframes dash2 {
  0% {
    stroke-dashoffset: 230;
  }

  50% {
    stroke-dashoffset: 57.5;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 230;
    transform: rotate(450deg);
  }
}

@media only screen and (max-width: 1280px) {
  body {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }

  .w_1000 {
    width: 80%;
  }

  .w_960 {
    width: 80%;
  }

  .w_940 {
    width: 80%;
  }

  .w_750 {
    width: 80%;
  }

  .w_640 {
    width: 80%;
  }
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 13px;
  }

  .pcBr {
    display: none;
  }

  .spBr {
    display: block;
  }
}

.video-container {
  overflow: hidden;
}

.swiper-container {
  display: none;
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

#fade01 {
  background-image: url(../images/sp/fade01.jpg);
}

#fade02 {
  background-image: url(../images/sp/fade02.jpg);
}

#fade03 {
  background-image: url(../images/sp/fade03.jpg);
}

#fade04 {
  background-image: url(../images/sp/fade04.jpg);
}

/*menu*/
.spNavBtn {
  width: 47px;
  height: 26px;
  z-index: 50;
  position: relative;
  transition: 0.4s;
}

.spNavBtn svg {
  width: 39px;
  height: 6px;
  position: absolute;
  transition: 0.3s;
}

.spNavBtn svg:nth-child(1) {
  top: 0;
  left: 0;
}

.spNavBtn svg:nth-child(2) {
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

.spNavBtn svg:nth-child(3) {
  top: 100%;
  left: 0;
  transform: translateY(-100%);
}

.spNavBtn.move_btn svg path {
  fill: #fff;
}

.spNavBtn.move_btn svg:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.spNavBtn.move_btn svg:nth-child(2) {
  opacity: 0;
}

.spNavBtn.move_btn svg:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.spNavCover {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #013160;
  z-index: 49;
}

.spNavCover .innerSpNavCover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.spNavCover a {
  color: #fff;
  font-size: 18px;
  /*IE9以下で反映されるよう記述*/
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.34em;
}

/*menu end*/
.videoCover {
  position: relative;
  width: 100%;
  height: 100%;
}

.videoCover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.videoCover .videoBox {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}

header {
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 27px 32px;
  z-index: 50;
}

header.kd9 {
  background-color: #fff;
}

header h1 a {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0px;
  transition: 0.3s;
}

header h1 a span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s;
}

header h1[data-flg="on"] .innerfv {
  padding-left: 50px;
}

header h1[data-flg="on"] .innerfv span {
  opacity: 1;
}

.scItem {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s;
}

.tMove {
  opacity: 1;
  transform: translateY(0px);
}

.fadeItem {
  opacity: 0;
  transition: 0.6s;
}

.fadeMove {
  opacity: 1;
}

#page-top {
  position: fixed;
  bottom: 45px;
  right: 45px;
  z-index: 49;
}

/*index*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #013160;
  z-index: 52;
}

#loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#loader[data-load="true"] {
  animation: loadFadeOut 1s forwards;
  animation-delay: 2s;
}

#loader[data-load="true"] img {
  animation: loadFadeOut 1s forwards;
}

@keyframes loadFadeOut {
  0% {
    opacity: 1;
    display: block;
  }

  90% {
    opacity: 0;
    display: block;
    z-index: 52;
  }

  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

/* 動画を囲う親要素 */
.video-container {
  width: 100%;
  height: 600px;
  position: relative;
}

/* 動画の上に乗せる文字 */
.video-container>p {
  width: 300px;
  height: 3rem;
  margin: auto;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 710px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.fv .mainInnerIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 12;
}

.fv .circle {
  position: absolute;
  bottom: 3.03333rem;
  right: 3.49167rem;
  width: 38px;
  z-index: 49;
}

.fv .circle i img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.fv .circle svg {
  width: 100%;
  height: 100%;
}

.fv .circle p {
  font-size: 10px;
  letter-spacing: 0.6em;
  color: #fff;
  transform: scale(0.6);
  text-align: center;
  margin-left: -8px;
  display: none;
}

#greeting {
  padding-top: 11.375rem;
  padding-bottom: 8.5rem;
}

.index01 {
  width: 100%;
  max-width: 668px;
  height: 100vh;
  max-height: 471px;
  background-image: url(../images/index01.png);
  background-size: cover;
  border-radius: 5px;
  position: relative;
  margin-top: 3.41667rem;
}

.index01 figure {
  position: absolute;
  top: -38px;
  left: 50px;
  display: flex;
}

.index01 figure p {
  order: 2;
}

.index01 figure p span {
  writing-mode: vertical-rl;
  display: table;
  font-size: 10px;
  position: relative;
  letter-spacing: 0.4em;
}

.index01 figure p span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -2px;
  width: 1px;
  height: 100%;
  background-color: #013160;
}

.index01 figure img {
  order: 1;
  display: block;
}

.index01Txt img {
  transform: translateX(-44px);
  max-width: unset;
}

.dslf {
  width: calc(100% + 15px);
  padding-left: 3.6rem;
}

.dslf p {
  line-height: 2.05;
  letter-spacing: 0.13em;
  font-feature-settings: "palt" 1;
}

.ks9 {
  margin-top: 6.08333rem;
}

.name {
  position: absolute;
  bottom: -117px;
  right: -26px;
}

.btn {
  display: table;
  text-align: center;
}

.btn>p {
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.btn>p span {
  font-size: 10px;
  line-height: 2.3;
  letter-spacing: 0.07em;
  font-feature-settings: unset !important;
}

.btn>p span:nth-child(2) {
  margin-left: 25px;
}

.btn .linkLine {
  user-select: none;
  display: block;
  width: calc(100% - 10px);
  position: relative;
}

.btn.hackBtn>p span {
  letter-spacing: 0.3em;
}

.btnCenter .btn {
  margin: 0 auto;
}

.ks9g {
  margin-top: 7.84167rem;
}

.stopBtn02 {
  width: 100%;
  border: 1px solid #013160;
  padding: 1.41667rem 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
}

.stopBtn02:hover i {
  transform: translateY(-90%) scale(1);
}

.stopBtn02 span {
  letter-spacing: 0.343em;
  line-height: 2.3;
  font-size: 10px;
}

.stopBtn02 span:nth-child(2) {
  transform: translateX(28px);
}

.stopBtn02 i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 0 150px;
  transform: translateY(-90%) scale(0);
  transform-origin: bottom left;
  transition: 0.2s;
}

.fSize23 {
  font-size: 23px;
  /*IE9以下で反映されるよう記述*/
  font-size: 1.91667rem;
}

.bg-Blue {
  background-color: #013160;
}

.ofo {
  width: 750px;
}

.asf03 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-4px, -8px);
}

.asoi {
  width: 334px;
  transform: translateX(-8px);
}

.asoi .textBox p {
  line-height: 1.91667;
  letter-spacing: 0.02em;
  font-feature-settings: unset;
}

.m01 {
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2;
  font-feature-settings: "palt";
}

.m01 .ajust01 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2;
  padding: 0 0 0 6px;
}

.m01 .ajust01 i {
  color: #fff;
  font-weight: bold;
}

.m02 {
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2;
}

.afs {
  height: 341px;
}

.afs .inner {
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 5;
}

.afs .inner .btn {
  margin: 0 auto;
}

.afs .inner .btn span {
  color: #fff;
}

.afs figure {
  position: absolute;
  top: -24px;
  right: 17%;
  display: flex;
}

.afs figure p {
  order: 2;
}

.afs figure p span {
  writing-mode: vertical-rl;
  display: table;
  font-size: 10px;
  position: relative;
  letter-spacing: 0.4em;
}

.afs figure p span:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: -2px;
  width: 1px;
  height: calc(100% + -5px);
  background-color: #013160;
}

.afs figure img {
  order: 1;
  display: block;
}

.afs .index02 {
  overflow: hidden;
  position: relative;
}

.afs .index02>picture img {
  position: absolute;
  top: 0;
  right: -18px;
  transition-delay: 0.2s;
}

.afs .index03 {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.afs .index03>div {
  z-index: 2;
}

.afs .index03:after {
  content: "";
  background-image: url(../images/index03.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.4s;
}

.afs .index04 {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.afs .index04>div {
  z-index: 2;
}

.afs .index04:after {
  content: "";
  background-image: url(../images/index04.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s;
}

.afs:hover .index03:after,
.afs:hover .index04:after {
  transform: scale(1.05);
}

.afs-reverse {
  margin-top: 95px;
}

.afs-reverse .inner figure {
  left: 25%;
  right: unset;
}

.go93 {
  width: 100%;
  height: 493px;
  position: relative;
  display: block;
}

.go93>div {
  z-index: 2;
}

.go93 .index05Circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-54%);
  width: 243px;
  height: 243px;
  border-radius: 50%;
  background-color: #013160;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0px 0 -300px;
  z-index: 49;
}

.go93 .index05Circle p {
  color: #fff;
  font-size: 21px;
  /*IE9以下で反映されるよう記述*/
  font-size: 1.75rem;
  letter-spacing: 0.34em;
  line-height: 1.66667;
  font-weight: bold;
  margin: 0 0 11px 7px;
  font-feature-settings: "palt" 1;
}

.go93 .index05Circle p i {
  color: #fff;
  font-size: 21px;
  /*IE9以下で反映されるよう記述*/
  font-size: 1.75rem;
  letter-spacing: 0.34em;
  font-weight: bold;
}

.go93 .index05Circle img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.go93 .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 49;
}

.go93 .btn span {
  color: #fff;
  font-feature-settings: "palt" 1;
}

.go93 figure {
  position: absolute;
  top: -29px;
  left: 44px;
  display: flex;
  z-index: 49;
}

.go93 figure p {
  order: 2;
}

.go93 figure p span {
  writing-mode: vertical-rl;
  display: table;
  font-size: 10px;
  position: relative;
  letter-spacing: 0.4em;
}

.go93 figure p span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -2px;
  width: 1px;
  height: 100%;
  background-color: #013160;
}

.go93 figure img {
  order: 1;
  display: block;
}

.index05 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.index05:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/index05.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 1;
  transition: 0.3s;
}

.index05:hover:after {
  transform: scale(1.05);
}

/* オリジナルグッズバナー追加 */


.ori_banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.ori_banner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #013160;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 1;
  transition: 0.3s;
}

.ori_banner:hover:after {
  transform: scale(1.05);
}

.ori_bg {
  background-color: #013160;
  border-radius: 10px;
  position: relative;
}

.ori_box {
  padding-top: 45px;
}

.ori_logo {
  width: 162px;
  height: auto;
  margin: 0 auto;
}

.ori_logo img {
  width: 100%;
  height: auto;
}

.ori_text {
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 20px;
}

.ori_border {
  border-bottom: 1px solid #fff;
}

.ori_item1 {
  position: absolute;
  top: 25px;
  left: 10px;
  width: 208px;
  height: auto;
}

.ori_item1 img {
  width: 100%;
  height: auto;
}

.ori_item2 {
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 298px;
  height: auto;
}

.ori_item2 img {
  width: 100%;
  height: auto;
}

.ori_btn {
  position: absolute;
  bottom: 80px !important;
  transform: translateX(-50%);
  left: 50%;
  z-index: 49;
}

.ori_item1 img,
.ori_item2 img {
  transition: 0.3s;
}

.ori_bg a:hover 
.ori_item1 img {
  transform: scale(1.05);
  transition: 0.3s;
}

.ori_bg a:hover 
.ori_item2 img {
  transform: scale(1.05);
  transition: 0.3s;
}

/* ******************** */

.text-blue {
  color: #013b6c;
}

#history {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 50;
  display: none;
  opacity: 0;
  overflow-y: scroll;
}

#history>div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#history>div .aoi {
  letter-spacing: 0.32em;
  line-height: 1.82609;
  font-feature-settings: "palt" 1;
  transform: translate(-7px, -17px);
}

#history>div .close {
  cursor: pointer;
  position: absolute;
  top: 8vw;
  right: 10vw;
  width: 34px;
  height: 34px;
  display: block;
}

#history>div .close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  width: 100%;
  height: 5px;
  background-color: #013160;
}

#history>div .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  width: 100%;
  height: 5px;
  background-color: #013160;
}

#history .btnCenter {
  display: none;
}

#history .ie36 {
  margin-top: 20px;
}

footer {
  background-color: #013160;
  width: 100%;
  text-align: center;
  padding: 58px 0;
  position: relative;
}

footer img,
footer svg {
  margin: 0 auto;
}

footer .textBox p {
  font-size: 11px;
  letter-spacing: 0.26em;
  line-height: 2.09091;
  color: #fff;
  font-weight: 500;
}

footer .textBox p span {
  font-size: 11px;
  letter-spacing: 0.26em;
  line-height: 2.09091;
  font-weight: 500;
  color: #fff;
}

footer .btn {
  margin: 0 auto;
}

footer .btn p span {
  letter-spacing: 0.25em;
  color: #fff;
}

footer small {
  position: absolute;
  bottom: 0px;
  left: -43px;
  letter-spacing: 3em;
  line-height: 4.85714;
  color: #fff;
  font-size: 1px;
  transform: scale(0.7);
}

/*feature*/
.featureFv {
  background-image: url(../images/feature.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.featureFv>p {
  position: relative;
}

.featureFv>p span {
  position: absolute;
  bottom: 17%;
  left: -3px;
}

.j9f p {
  position: absolute;
  top: 64%;
  left: 48%;
  margin: 0 0 0 153px;
  color: #fff;
  letter-spacing: 0.27em;
  line-height: 2.66667;
}

.d1n9 p {
  letter-spacing: 0.09em;
  line-height: 2.08333;
  width: 300px;
  height: 341px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.09em;
  line-height: 25px;
}

.fSize13 {
  font-size: 13px;
  /*IE9以下で反映されるよう記述*/
  font-size: 1.08333rem;
}

.fSize33 {
  font-size: 33px;
  /*IE9以下で反映されるよう記述*/
  font-size: 2.75rem;
}

.head {
  letter-spacing: 0.18em;
}

.head span {
  letter-spacing: 0.14em;
}

.bg-013160 {
  background-color: #013160;
}

.bg-013160 p,
.bg-013160 span,
.bg-013160 i,
.bg-013160 h2,
.bg-013160 h3,
.bg-013160 h4 {
  color: #fff;
}

.e83>.inner {
  width: 300px;
}

.e83:nth-child(1) {
  width: calc(100% - 750px);
}

.e83:nth-child(1) .md03:nth-child(1) {
  position: relative;
  width: 97.5px;
  margin-right: 13.8px;
}

.e83:nth-child(1) .md03:nth-child(1) img {
  position: absolute;
  top: 2.75rem;
  left: 2.66667rem;
}

.e83:nth-child(1) .md03:nth-child(2) h3 span {
  display: table;
  font-size: 20px;
  /*IE9以下で反映されるよう記述*/
  font-size: 1.66667rem;
  letter-spacing: 0.3em;
  position: relative;
  font-weight: bold;
  font-feature-settings: "palt" 1;
}

.e83:nth-child(1) .md03:nth-child(2) h3 span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.e83:nth-child(1) .md03:nth-child(2) h3 span:nth-child(2) {
  letter-spacing: 0.25em;
  margin-top: 14px;
}

.e83:nth-child(2) {
  width: 100%;
  max-width: 750px;
}

.e83:nth-child(2) figure img {
  width: 100%;
  height: auto;
}

.hackMd03 {
  width: calc(100% + 50px);
  transform: translateX(-37px);
}

.centerBtn {
  width: 100%;
}

.centerBtn .btn {
  margin: 0 auto;
}

.hackFooter {
  background-color: #fff;
}

.hackFooter .textBox a,
.hackFooter .textBox p {
  color: #013160;
}

.hackFooter .btn p span {
  color: #013160;
}

.spFeatureNum {
  display: none;
}

/*abashiriko*/
.abashirikoFv {
  background-image: url(../images/abashiriko.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.abashirikoFv>p {
  position: relative;
}

.abashirikoFv>p span {
  position: absolute;
  bottom: 0.5%;
  left: -32px;
}

.hackJ9f .textBox p {
  position: absolute;
  top: 68.5%;
  left: 50%;
  margin: 0 0 0 212px;
  color: #fff;
  line-height: 2.63;
}

.videoWrap .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 50;
}

.videoWrap .circle p {
  font-size: 10px;
  letter-spacing: 0.6em;
  color: #fff;
  margin-bottom: 5px;
  display: none;
}

.abashiriko02 {
  width: 100%;
  height: 660px;
  position: relative;
}

.abashiriko02 .videoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abashiriko03 {
  width: 100%;
  height: 660px;
  position: relative;
}

.abashiriko03 .videoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bigYoutube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  transition: 0.5s;
  cursor: pointer;
}

.bigYoutube img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-43%) translateY(-47%);
  transition: 0.5s;
}

.bigYoutube .spinner .path {
  stroke: #fff;
}

.bigYoutube[data-flg="false"] img:nth-child(1) {
  opacity: 1;
}

.bigYoutube[data-flg="false"] img:nth-child(2) {
  opacity: 0;
}

.bigYoutube[data-flg="true"] img:nth-child(1) {
  opacity: 0;
}

.bigYoutube[data-flg="true"] img:nth-child(2) {
  opacity: 1;
}

.ddInner {
  position: absolute;
  top: 50.9%;
  left: 50%;
  background-color: #013b6c;
  z-index: 49;
  width: 283.34px;
  height: 513.13px;
  transform: translateY(-50%);
  margin: 0 0 0 195px;
  border-radius: 7px;
  padding: 93px 43px 0 51px;
}

.ddInner i {
  position: absolute;
  top: -13px;
  right: -15px;
}

.ddInner h2,
.ddInner p {
  color: #fff;
  font-feature-settings: "palt" 1;
}

.ddInner h2 {
  letter-spacing: 0.07em;
  line-height: 1.56;
}

.ddInner .textBox {
  margin-top: 18px;
  text-align: justify;
}

.ddInner .textBox p {
  line-height: 2.08333;
  letter-spacing: 0.13em;
  font-feature-settings: "palt" 1;
}

.a3twe:nth-child(1) {
  width: 85px;
}

.a3twe:nth-child(2) {
  width: calc(100% - 109px);
}

.a3twe:nth-child(2) p {
  font-size: 22px;
  /*IE9以下で反映されるよう記述*/
  font-size: 1.83333rem;
  color: #013160;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.68182;
  font-feature-settings: "palt" 1;
}

.ks83 {
  margin-top: 3.475rem;
}

.ks83>div:nth-child(1) {
  width: 190px;
  margin-left: 2.58333rem;
}

.ks83>div:nth-child(2) {
  width: 190px;
}

.ks83>div:nth-child(2) .textBox p {
  line-height: 2.08333;
  letter-spacing: 0.13em;
  font-feature-settings: "palt" 1;
}

.d03 {
  width: 100%;
  max-width: 415px;
  margin: 0 0 0 auto;
}

.hackDdInner {
  top: 51%;
  left: 50%;
  height: 534.13px;
  transform: translateY(-50%);
  margin: 0 0 0 199px;
  padding: 103px 43px 0 51px;
}

.blueColor {
  color: #013160;
}

.snf {
  position: relative;
  padding: 12.08333rem 0;
}

.snf:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  background-color: #013160;
  height: 425px;
  transform: translateY(-50%);
}

/*blog*/
.blogFv {
  width: 100%;
  height: 610px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blogContent {
  width: calc(100% - 342px);
}

.blogSide {
  width: 242px;
}

.blogSide a,
.blogSide p,
.blogSide div,
.blogSide span,
.blogSide li,
.blogSide time {
  color: #013160;
}

.blogSide a {
  display: block;
}

.blogHead3 {
  font-size: 15px;
  /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
  border: 1px solid #013160;
  padding: 5px 15px;
  color: #013160;
  letter-spacing: 0.3em;
}

.mf9 time {
  margin-right: 10px;
  padding-right: 10px;
  display: inline-block;
  position: relative;
}

.mf9 time:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 10px;
  width: 1px;
  background-color: #013160;
  transform: translateY(-50%);
}

.archive-list .inner {
  transition: 0.3s;
  height: 0;
  overflow: hidden;
}

.dmif {
  border-bottom: 1px solid #013160;
}

.dmif h2 {
  font-size: 23px;
  /*IE9以下で反映されるよう記述*/
  font-size: 1.91667rem;
  font-weight: bold;
}

.dmif time {
  font-size: 10px;
}

.blogContent .textBox {
  letter-spacing: 0.1em;
  line-height: 2.45;
}

.year {
  position: relative;
  cursor: pointer;
}

.year:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background-image: url(../images/archiceArr.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 5px;
  right: 10px;
}

.year.acv_open:after {
  transform: rotate(180deg);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination .prev a,
.pagination .next a {
  display: flex;
  align-items: center;
}

.pagination .prev i {
  margin-right: 10px;
}

.pagination .next i {
  margin-left: 10px;
}

.pagination a {
  color: #013160;
  font-size: 15px;
  /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
}

.ofi {
  padding-top: 9.95833rem;
  padding-bottom: 8.25rem;
}

.masf {
  margin-top: 5.16667rem;
}

.testBox {
  background-color: #013b6c;
  width: 150px;
  display: block;
}

.testBox::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.66667) * 0.5rem);
  content: "";
}

.testBox::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.66667) * 0.5rem);
  content: "";
}

.testBox p {
  color: #fff;
  line-height: 1.66667;
}

.postContent p {
  letter-spacing: .1rem;
  font-size: 13px;
}

@media only screen and (max-width: 1280px) {
  #history>div .close {
    top: 5vw;
    right: 2vw;
  }

  .j9f p {
    left: 796px;
    margin: 0;
    width: 245px;
  }

  .hackJ9f .textBox p {
    left: 830px;
    margin: 0;
    width: 274px;
  }
}

@media only screen and (max-width: 768px) {
  .videoWrap .circle p {
    display: block;
  }

  .fv .circle p {
    display: block;
  }

  .videoCover {
    display: none;
  }

  .swiper-container {
    display: block;
  }

  .blogHead3 {
    font-size: 15px;
  }

  .fv .circle svg {
    width: 39px;
    height: 39px;
  }

  .fv .circle i img {
    width: 12.51px;
    height: 10.86px;
  }

  .testBox {
    width: 90.66667vw;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
  }

  .testBox p {
    font-weight: bold;
    letter-spacing: .1rem;
    font-size: min(16vw, 60px);
  }

  .afs .index02>picture img {
    display: none;
  }

  .fv .mainInnerIcon {
    transform: translateY(-50%) translateX(-55%);
  }

  .fv .mainInnerIcon svg {
    width: 52.048vw;
    max-width: 195.18px;
    height: auto;
  }

  .fv .circle {
    bottom: 1.375rem;
    right: 1.91667rem;
  }

  .dslf {
    padding-left: 0;
    margin-top: 25px;
  }

  .dslf p {
    line-height: 2.17;
    letter-spacing: 0.06em;
  }

  .spNavBtn {
    width: 35px;
    height: 20px;
  }

  .spNavBtn svg {
    height: 5px;
    width: 29px;
  }

  .spNavBtn svg:nth-child(2) {
    left: 6px;
  }

  #history .w_750 {
    width: calc(100% - 80px);
  }

  .ofo {
    width: unset;
  }

  .asf03 {
    margin-top: 0px;
    position: unset;
    transform: translate(0px, 0px);
  }

  .go93 figure {
    left: 6px;
    top: -42px;
    margin-right: 3px;
  }

  .go93 figure p {
    margin-top: 5px;
  }

  .go93 figure img {
    width: 28px;
    height: auto;
  }

  .go93 .index05Circle p {
    font-size: 11px;
  }

  .go93 .index05Circle p i {
    font-size: 11px;
  }

  .spNavCover .innerSpNavCover {
    max-width: 165px;
    margin: 0 auto;
  }

  .spNavCover .innerSpNavCover nav li {
    margin-top: 35px !important;
  }

  .spNavCover .innerSpNavCover nav li:nth-child(1) {
    margin-top: 0 !important;
  }

  .spNavCover .innerSpNavCover nav a {
    font-size: 15px;
    letter-spacing: 0.3em;
  }

  .blogFv {
    height: 210px !important;
    margin: 75px 0 0 0;
  }

  .blogFv p img {
    width: 70.94133vw;
    max-width: 266.03px;
    height: auto;
  }

  .spFeatureNum {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-55%) translateX(-50%);
  }

  .spFeatureNum img {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 33px !important;
    height: auto !important;
  }

  #history .btnCenter {
    display: block;
  }

  .hackW_1000 {
    width: 90%;
  }

  .a3twe:nth-child(1) {
    width: 85px;
  }

  .a3twe:nth-child(1) img {
    width: calc(118px / 2);
    height: calc(111px / 2);
  }

  .a3twe:nth-child(2) {
    width: calc(100% - 85px);
    margin: -5px 0 0 0;
  }

  .a3twe:nth-child(2) p {
    font-size: 20px;
  }

  .ks83 {
    margin-top: 22px;
  }

  .abashiriko02 {
    height: 638px;
    padding: 638px 0 0 0;
    position: relative;
  }

  .abashiriko02 video {
    display: none;
  }

  .abashiriko03 {
    height: 638px;
    padding: 638px 0 0 0;
    margin-bottom: 379px;
  }

  .abashiriko03 video {
    display: none;
  }

  .abashiriko02:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/sp/abashiriko02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .abashiriko03:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/sp/abashiriko03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .snf:after {
    display: none;
  }

  .bigYoutube img {
    width: 25px;
    height: auto;
  }

  .snf {
    padding: 451px 0 90px 0;
  }

  .ddInner {
    top: 0%;
    left: 0%;
    width: 83.5%;
    height: unset;
    transform: translateY(0%) translateX(0%);
    margin: -120px 0 auto auto;
    position: relative;
    z-index: 10;
    padding: 93px 38px 76px 46px;
  }

  .ddInner i {
    right: 22px;
    top: -22px;
  }

  .ddInner h2 {
    font-size: 20px;
  }

  .ddInner picture img {
    width: calc(174px / 2);
    height: calc(161px / 2);
  }

  .ddInner .textBox {
    margin-top: 27px;
  }

  .ddInner .textBox p {
    letter-spacing: 0.1em;
  }

  .hackDdInner {
    margin: -113px 0 auto auto;
    padding: 73px 38px 86px 46px;
  }

  .hackDdInner .textBox {
    margin-top: 22px;
  }

  .hackDdInner i {
    right: 30px;
    top: -28px;
  }

  .hackJ9f {
    padding: 57px 0 !important;
  }

  .hackJ9f .textBox p {
    position: unset;
    top: unset;
    left: unset;
    margin: 0 0 0 0px;
    width: unset;
    color: #013160;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 2;
  }

  .ks83>div:nth-child(1) {
    width: 120%;
    margin-left: 0;
  }

  .ks83>div:nth-child(1) img {
    width: 112%;
    max-width: unset;
    margin: 0 0 0 -6%;
  }

  .ks83>div:nth-child(2) {
    width: 100%;
    margin: 31px 0 0 0;
  }

  .d03 {
    margin-top: 97px;
    max-width: unset;
  }

  .ks83>div:nth-child(2) .textBox {
    line-height: 2.01;
  }

  .abashirikoFv {
    background-image: url(../images/sp/abashiriko.jpg);
  }

  .abashirikoFv p img {
    width: calc(258px / 2);
    height: calc(1079px / 2);
  }

  .abashirikoFv p span {
    bottom: 0;
    left: -10px;
  }

  .abashirikoFv p span img {
    width: calc(48px / 2);
    height: calc(204px / 2);
  }

  .fv {
    min-height: unset;
    height: 100vh;
    max-height: 645px;
  }

  .e83:nth-child(1) {
    width: 100%;
    order: 2;
  }

  .e83:nth-child(2) {
    width: 100%;
    max-width: unset;
    order: 1;
    position: relative;
  }

  .e83:nth-child(2) figure {
    width: 100vw;
    margin: 0 0 0 -3%;
  }

  .e83:nth-child(2) figure img {
    width: 100vw;
    height: 376px;
    object-fit: cover;
  }

  .e83:nth-child(1) .md03:nth-child(2) h3 span {
    font-size: 20px;
    font-weight: bold;
  }

  .e83:nth-child(1) .md03:nth-child(1) {
    width: unset;
    display: none;
  }

  .mdge1 {
    margin-top: 96px !important;
  }

  .mdge0 {
    margin-top: 153px !important;
  }

  .d1n9 {
    margin-top: 35px;
  }

  .d1n9 p {
    width: unset;
    height: unset;
    font-size: 13px;
    letter-spacing: 0.15em;
    line-height: 24.8px;
  }

  .hackMd03 {
    width: unset;
    transform: translateX(0px);
  }

  .e83>.inner {
    width: 80%;
  }

  .featureFv p svg {
    width: auto;
    height: 412.5px;
  }

  .featureFv p span {
    bottom: 0;
    left: -35px;
  }

  .featureFv p span img {
    width: 33px;
    height: 115px;
  }

  .ofi {
    padding-top: 80px;
    padding-bottom: 8.25rem;
  }

  .ksk .fSize33 {
    font-size: 25px;
  }

  .ksk .fSize13 {
    font-size: 11px;
  }

  .j9f {
    width: 85%;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }

  .j9f p {
    position: unset;
    top: unset;
    left: unset;
    margin: 0 0 0 0px;
    width: unset;
    letter-spacing: 0.1em;
    line-height: 2.1;
  }

  .featureFv {
    background-image: url(../images/sp/feature.jpg);
  }

  #history>div {
    height: unset;
    padding: 97px 0;
    overflow: hidden;
  }

  #history>div .aoi {
    transform: translate(13px, 0px);
    font-size: 24px;
  }

  .asoi {
    width: unset;
    transform: translateX(0px);
    margin-top: 45px;
  }

  .sng {
    width: 100vw;
    margin: 0 0 0 -11%;
  }

  .sng img {
    width: 100%;
    height: auto;
  }

  .index01 figure img {
    width: 29px;
    height: auto;
    margin-right: 1px;
  }

  .afs figure img {
    width: 31px;
    height: auto;
    margin-right: 1px;
  }

  .afs-reverse figure img {
    width: calc(66px / 2);
    height: calc(277px / 2);
  }

  .pagination {
    flex-wrap: wrap;
  }

  .pagination .prev {
    order: 2;
  }

  .pagination .prev a {
    font-size: 13px;
  }

  .pagination .next {
    order: 3;
  }

  .pagination .next a {
    font-size: 13px;
  }

  .pagination ul {
    width: 100%;
    padding: 0 45px;
    order: 1;
    margin-bottom: 15px;
  }

  .index01 figure {
    top: -29px;
    left: 17px;
  }

  .dmif time {
    margin-bottom: 10px;
  }

  .dmif h2 {
    width: 100%;
    font-size: 15px;
  }

  .blogContent {
    width: 100%;
  }

  .blogSide {
    width: 100%;
  }

  footer small {
    line-height: unset;
  }

  #page-top {
    bottom: 25px;
    right: 25px;
  }

  header {
    top: 0px;
    /*padding: 5.33333vw 8vw 5.33333vw 5.33333vw;*/
    padding: 17px 15px 15px 23px;
  }

  header h1 a span:nth-child(1) svg {
    width: 27px;
    height: auto;
  }

  header h1 a svg {
    width: 100px;
    height: auto;
  }

  .index01 {
    background-image: url(../images/sp/index01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-height: 441px;
    border-radius: 0 !important;
  }

  .index01Txt {
    margin-top: 50px;
  }

  .index01Txt img {
    transform: translateX(0px);
    max-width: unset;
    width: 70.80533vw;
    max-width: 265.52px;
  }

  .sai9 {
    width: 80%;
    max-width: 590px;
    margin: 0 auto;
  }

  .hackFull {
    width: 100%;
  }

  .name {
    position: relative;
    bottom: 0px;
    right: 0px;
    width: 229px;
    height: auto;
    margin: 24px auto 0 auto;
  }

  .name img {
    width: 100%;
  }

  .name svg {
    background-color: rgba(0, 0, 0, 0);
  }

  .ks9 {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 64.5px;
  }

  .ks9 .btn p span {
    font-size: 12px;
  }

  .ks9 .btn:nth-child(2) {
    margin-top: 42.1px;
  }

  #greeting {
    padding-top: 106.7px;
    padding-bottom: 119px;
  }

  .kdsi {
    width: 100%;
    height: 201px;
  }

  .afs {
    height: auto;
  }

  .afs .inner {
    width: 100%;
    max-width: 100%;
    padding: 12vw 0;
  }

  .afs .inner h2 {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }

  .afs .inner .btn span {
    letter-spacing: 0em;
  }

  .afs .index02 {
    background-image: none;
  }

  .afs .index03:after {
    background-image: url(../images/sp/index03.jpg);
  }

  .btn>p {
    padding: 0 10px;
  }

  .afs figure {
    right: unset;
    left: 15px;
    top: -50px;
  }

  .stopBtn02 {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .afs-reverse .inner figure {
    left: 7%;
  }

  .ks9g {
    margin-top: 67px;
  }

  .go93 {
    height: 95vw;
    max-height: 336px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 69.3px;
  }

  .go93.go93_sp_mt {
    margin-top: 20px;
  }

  .index05:after {
    background-image: url(../images/sp/index05.jpg);
  }

  .go93 .index05Circle {
    margin: -10px 0px 0 -32vw;
    width: 180px;
    height: 180px;
  }

  .go93 .index05Circle img {
    width: auto;
    height: 44px;
  }

  .go93 .btn {
    left: 50%;
    transform: translateX(-50%);
    bottom: 28.7px;
  }

  .go94 {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }


  .btn>p span:nth-child(2) {
    margin-left: 18px;
  }

  footer {
    padding: 59px 0;
  }

  footer .textBox {
    padding: 15px 0px 0px 0px;
  }

  footer .textBox p {
    font-size: 10px;
    letter-spacing: 0.2rem;
    line-height: 2.09091;
  }

  footer .textBox p span {
    letter-spacing: 0.2rem;
    font-size: 10px;
  }

  .fv .circle {
    bottom: 5.33333vw;
    right: 5.33333vw;
    z-index: 49;
  }

  header h1[data-flg="on"] .innerfv {
    padding-left: 40px;
  }

  header h1 a span img {
    width: 29px;
    height: auto;
  }

  header h1 a img {
    width: 100px;
  }

  #loader svg {
    width: 248px;
    height: auto;
  }


  /* オリジナルグッズバナー追加 */


  .ori_bg {
    width: calc(100% - 40px);
  }

  .ori_logo {
    width: 80px;
  }

  .ori_text {
    font-size: 25px;
  }

  .ori_item1 {
    width: 130px;
    height: auto;
    top: 20px;
    left: -5px;
  }

  .ori_item2 {
    width: 170px;
    height: auto;
    bottom: 10px;
    right: -10px;
  }

  .ori_btn {
    min-width: 160px;
    bottom: 90px !important;
  }
}

@media only screen and (max-width: 640px) {
  #history>div .close {
    top: 5vw;
    right: 5vw;
  }

  .aoi {
    font-size: 22px;
  }

  .go93 .index05Circle {
    width: 146px;
    height: 146px;
  }

  #loader img {
    width: 70%;
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .ori_item1 {
    width: 93px;
    height: auto;
    top: 20px;
    left: -5px;
  }

  .ori_item2 {
    width: 132px;
    height: auto;
    bottom: 10px;
    right: -10px;
  }

}

@media only screen and (max-width: 360px) {
  .abashirikoFv svg {
    width: auto;
    height: 80vh;
  }

  .go93 .index05Circle {
    margin: -10px 0px 0 -34vw;
  }
}

/*******************************************************************
    202209　1ページ追加
*******************************************************************/

.img100 img {
  width: 100%;
  height: auto;
}

.cart_icon {
  position: fixed;
  z-index: 10;
  top: 22px;
  right: 100px;
}

.cart_icon svg {
  width: 53px;
  height: auto;
}

.cart_pop {
  position: absolute;
  top: calc(100% + 5px);
  left: calc(50% - 7px);
  transform: translateX(-50%) scale(0);
  width: 85px;
  transition: 0.3s ease;
}

.cart_icon:hover .cart_pop {
  transform: translateX(-50%) scale(1);
}

.cart_pop img {
  width: 100%;
  height: auto;
}

/**********/
.item_main,
.flexslider,
.flexslider li {
  height: 750px;
  position: relative;
}

#fade1 {
  background: url("../images/fade1.png") 50% 0/cover no-repeat;
}

#fade2 {
  background: url("../images/fade2.png") 30% 0/cover no-repeat;
}

#fade3 {
  background: url("../images/fade3.png") 50% 0/cover no-repeat;
}

.sp_title {
  display: none;
}

.item_title {
  position: absolute;
  top: 140px;
  left: 126px;
}

.item_text {
  position: absolute;
  right: 30px;
  bottom: 65px;
}

.item_t {
  margin-bottom: 31px;
}

.item_img {
  display: flex;
  align-items: center;
}

.item_img svg:nth-child(2) {
  position: relative;
  left: -15px;
  z-index: 10;
}

#fade2 .item_title {
  left: auto;
  right: 125px;
}

#fade2 .item_text {
  right: auto;
  left: 70px;
}

/**************/
.container860 {
  width: 94%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.font_min {
  font-family: yu-mincho-pr6n, sans-serif;
}

.font_yu {
  font-family: yu-gothic-pr6n, sans-serif;
}

.color_013B6C {
  color: #013B6C;
}

.title_33 {
  font-size: 33px;
  letter-spacing: 0.1em;
  line-height: 1.7em;
}

.pt-120 {
  padding-top: 110px;
}

.pb-160 {
  padding-bottom: 100px;
}

.padding120 {
  padding: 120px 0;
}

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

.item_left {
  width: 300px;
}

.item_right {
  width: calc(100% - 350px);
  max-width: 500px;
  padding-top: 8px;
}

.font_12 {
  font-size: 12px;
}

.line_height_21 {
  line-height: 2.5em;
}

.letter-002 {
  letter-spacing: -0.02em;
}

.sec01_text {
  letter-spacing: 0.1em;
}

/*********************/
.bg_013160 {
  background-color: #013160;
}

.color_fff {
  color: #FFFFFF;
}

.padding65_0 {
  padding: 70px 0 65px;
}

.sec02_title_33 {
  font-size: 33px;
  letter-spacing: 0.1em;
  line-height: 1.92em;
  padding-left: 43px;
}

.center {
  text-align: center;
}

.span_bb_w {
  position: relative;
  padding-bottom: 0;
  display: inline-block;
}

.span_bb_w:after {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 3px;
  left: 0;
  width: calc(100% - 20px);
}

.sec02_bb_style.span_bb_w:after {
  bottom: 5px;
}


.span_bb_w2 {
  position: relative;
  padding-bottom: 0;
  display: inline-block;
}

.span_bb_w2:after {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
}

.sec02_bb_style.span_bb_w2:after {
  bottom: 5px;
}

/*****/
.padding0_60_70 {
  padding: 0 60px 70px;
}

.bg_w1 {
  background-color: #FFF;
  border-radius: 0 0 5px 5px;
  padding: 50px 25px 25px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.w960_auto {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text_18 {
  font-size: 18px;
}

.letter-005 {
  letter-spacing: -0.05em;
}

.line_height_18 {
  line-height: 1.8em;
}

.mini {
  font-size: 10px;
}

/***************************/

.sec02_mt_50 {
  margin-top: 45px;
}

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

.item_left2 {
  width: 50%;
  padding-left: 55px;
}

.sec02_left_pt1 {
  padding-top: 30px;
}

.max_w420 {
  max-width: 410px;
}

.max_w460 {
  max-width: 480px;
}

.title_29 {
  font-size: 29px;
}

.sec02_title_29 {
  font-size: 29px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: yu-mincho-pr6n, sans-serif;
}

.mini15 {
  font-size: 15px;
}

.t-b {
  font-weight: bold;
}

.line_height_16 {
  line-height: 1.6em;
}

.letter-1 {
  letter-spacing: 0.1em;
}

.sec02_mt_10 {
  margin-top: 10px;
}

.sec02_mt_40 {
  margin-top: 40px;
}

.letter-010 {
  letter-spacing: 0.05em;
}

.letter-006 {
  letter-spacing: -0.06em;
}

.letter-0 {
  letter-spacing: 0;
}

.item_right2 {
  width: 50%;
}

.item_right2 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.item_right2_width {
  margin-right: -27px;
}

.max_img100 img {
  max-width: 100%;
  height: auto;
}

/***/
.sec02_left_pt2 {
  padding-top: 50px;
}

.sec02_mt_10_2 {
  margin-top: 10px;
}

.sec02_mt_40_2 {
  margin-top: 40px;
}

.span_letter {
  display: inline-block;
  letter-spacing: -0.05em;
}

.sec02_shape img {
  width: 67px;
  height: auto;
  display: block;
  text-align: center;
  margin: 34px auto 25px;
}

.sec02_title {
  text-align: center;
  font-size: 41px;
  letter-spacing: 0.1em;
  padding-left: 15px;
}

.sec02_text {
  text-align: right;
  padding: 50px 10px 0 0;
  letter-spacing: 0.1em;
  font-size: 11px;
}

/***************************/
.posi {
  position: relative;
}

.bg_w2 {
  background-color: #FFF;
  border-radius: 5px;
  padding: 0 0 0 50px;
  margin-top: 7px;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.sec02_imp {
  position: absolute;
  top: 15px;
  left: 15px;
}

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

.sec02_left {
  width: 270px;
  padding: 40px 0 0;
}

.sec02_title26 {
  font-size: 26px;
  letter-spacing: 0.1em;
}

.sec02_center {
  width: calc(100% - 680px);
  padding: 40px 0 0;
}

.line_height_20 {
  line-height: 2em;
}

.sec02_more {
  margin-top: 35px;
}

.sec02_more a {
  border: 1px solid #013160;
  width: 100%;
  max-width: 185px;
  color: #013160;
  display: block;
  position: relative;
  letter-spacing: 0.1em;
  padding: 4px 15px 2px;
}

.sec02_more img {
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  right: 20px;
}

.sec02_img_posi {
  position: absolute;
  left: 0;
  bottom: 40px;
}

.sec02_img_posi img {
  width: 197px;
  height: auto;
}

.letter-01 {
  letter-spacing: 0.1em;
}

.sec02_right {
  width: 408px;
}

/********************************/
.sec03_padding {
  padding: 100px 0 0;
}


.container600 {
  max-width: 600px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.sec03_title_33 {
  font-size: 33px;
  letter-spacing: 0.1em;
  line-height: 1.9em;
}

.span_bb_b {
  position: relative;
  padding-bottom: 0;
  display: inline-block;
}

.span_bb_b:after {
  content: "";
  border-bottom: 1px solid #013160;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: calc(100% - 25px);
}


.span_bb_b2 {
  position: relative;
  padding-bottom: 0;
  display: inline-block;
}

.span_bb_b2:after {
  content: "";
  border-bottom: 1px solid #013160;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
}

.span_bb_text.sec02_pl0 {
  padding-left: 20px;
}

.sec03_text {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  letter-spacing: 0.1em;
  line-height: 2.2em;
}

/******/

.sec03_recipe {
  position: relative;
  margin-top: 40px;
  border: 1px solid #013160;
  border-radius: 15px;
  padding: 40px;
}

.recipe_title {
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  text-align: center;
  letter-spacing: -0.1em;
}

.recipe_title span {
  background-color: #FFF;
  padding: 0 10px;
}

.recipe_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.recipe_left {
  width: 146px;
}

.recipe_right {
  width: calc(100% - 178px);
}

.recipe_name {
  font-size: 11px;
  letter-spacing: 0.1em;
}

.recipe_name span {
  font-size: 13px;
}

.recipe_text {
  margin-top: 18px;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2em;
}

/************************/

.sec03_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.sec03_left {
  width: 48.3%;
}

.sec03_right {
  width: 43%;
  padding-top: 7px;
  position: relative;
  z-index: 10;
}

.sec03_sub_title {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.sec03_title {
  font-size: 26px;
  margin-top: 8px;
  letter-spacing: 0.1em;
}

.sec03_recipe_title {
  margin-top: 35px;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.before_circle {
  display: flex;
  align-items: center;
}

.before_circle:before {
  content: "";
  background-color: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.sec03_recipe_text {
  margin-top: 3px;
  letter-spacing: 0.1em;
  max-width: 290px;
  line-height: 1.8em;
}

.sec03_use_title {
  margin-top: 33px;
  margin-bottom: 5px;
}

/**********/

.sec03_flex2 {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.order2 {
  order: 2;
}

.sec03_width {
  max-width: 360px;
  margin-left: auto;
}

.sec02_pt {
  padding-top: 20px;
}

.sec03_space_nowrap {
  white-space: nowrap;
}

.sec03_use_title.sec02_margin {
  margin-top: 10px;
  margin-bottom: 5px;
}

/**********/
.sec03_pt2 {
  padding-top: 8px;
}

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

.sec03_left_in {
  width: 42%;
}

.sec03_right_in {
  width: 56.5%;
}

.sec03_recipe_text.sec03_recipe_w100 {
  max-width: 460px;
}

/**************/
.sec04_margin {
  max-width: 1078px;
  width: 94%;
  margin: 65px auto 80px;
}

.sec04_border {
  border: 1px solid #013160;
  border-radius: 15px;
  padding: 60px 38px 40px;
}

.sec04_title_33 {
  font-size: 33px;
  letter-spacing: 0.1em;
  line-height: 1.7em;
}

.sec04_span_bb_text {
  padding-left: 10px;
}

.sec04_span_bb_b {
  position: relative;
  display: inline-block;
}

.sec04_span_bb_b:after {
  content: "";
  border-bottom: 1px solid #013160;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
}


.sec04_flex {
  display: flex;
  justify-content: space-between;
  margin: 10px auto 0;
  max-width: 960px;
}

.sec04_flex a {
  color: #013160;
}

.sec04_flex .max_img100 {
  height: 365px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}


.sec04_flex h3,
.sec04_flex p {
  font-size: 17px;
  letter-spacing: 0.12em;
}

.sec04_flex h3 {
  padding-left: 10px;
}

.sec04_flex p {
  margin-top: 3px;
}

.sec04_flex>div:nth-child(1) h3,
.sec04_flex>div:nth-child(1) p {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.sec04_flex>div:nth-child(1) .max_img100 img {
  max-width: 260px;
  height: auto;
}

.sec04_flex>div:nth-child(2) .max_img100 img {
  max-width: 260px;
  height: auto;
}

.sec04_flex>div:nth-child(3) .max_img100 img {
  max-width: 320px;
  height: auto;
}

.sec04_flex>div:nth-child(2) .max_img100 {
  margin-left: 28px;
  padding-top: 8px;
}

.sec04_flex>div:nth-child(2) h3,
.sec04_flex>div:nth-child(2) p {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.sec04_flex>div:nth-child(3) .max_img100 {
  padding-top: 8px;
}

.sec04_flex>div:nth-child(3) h3,
.sec04_flex>div:nth-child(3) p {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.sp_block {
  display: none;
}

.a_posi {
  position: relative;
}

.rec04_more a,
.rec04_more .a_span {
  margin-top: 90px;
  display: block;
  background-color: #013160;
  color: #FFF;
  padding: 13px 10px;
  position: relative;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.12em;
}

.rec04_more a .sec04_shape,
.rec04_more .a_span .sec04_shape {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.sec04_pop {
  position: absolute;
  top: calc(50% - 32px);
  right: -100px;
  transform: translateY(-50%) scale(0);
  transform-origin: bottom left;
  transition: 0.2s;
}

.rec04_more a:hover .sec04_pop,
.rec04_more .a_span:hover .sec04_pop {
  transform: translateY(-50%) scale(1);
}

.sp_header_text {
  position: fixed;
  top: 22px;
  right: 180px;
  width: 130px;
  text-align: center;
  color: #FFF;
  padding: 10px 3px 10px 0;
  background-color: #000;
  font-weight: 100;
  font-family: yu-mincho-pr6n, sans-serif !important;
}

.sp_header_text a {
  display: block;
  white-space: nowrap;
}

.sp_img {
  display: none;
}

.br768 {
  display: none;
}

.text_minus_left {
  position: relative;
  left: -6px;
}

.indent_p {
  text-indent: -1em;
  padding-left: 1em;
}

/****トップページバナー追加******/
.overflow_hidden {
  overflow: hidden;
}

.top_banner_bg {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
}

.top_banner_bg:after {
  content: "";
  position: absolute;
  background: url("../images/top_banner.png") 50% 0/cover no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  transition: 0.3s ease;
  z-index: 1;
}

.hackFull a:hover .top_banner_bg:after {
  transform: translate(-50%, -50%) scale(1.05);
}

.link_title {
  position: absolute;
  left: 145px;
  top: 40px;
  z-index: 500 !important;
}

.link_text {
  position: absolute;
  right: 80px;
  bottom: 80px;
  z-index: 500 !important;
}

.link_btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 500 !important;
}

.link_btn {
  display: table;
  text-align: center;
}

.link_btn>p {
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.link_btn>p span {
  font-size: 10px;
  line-height: 2.3;
  letter-spacing: 0.07em;
  font-feature-settings: unset !important;
}

.link_btn>p span:nth-child(2) {
  margin-left: 25px;
}

.link_btn .linkLine {
  user-select: none;
  display: block;
  width: calc(100% - 10px);
  position: relative;
}

.link_btn.hackBtn>p span {
  letter-spacing: 0.3em;
}


/**************************/
.comingsoon {
  text-align: center;
  font-size: 28px;

}

/* ふるさと納税返礼品追加20230616 */

.mt-full {
  margin-top: 8rem;
}

.sec05_margin {
  max-width: 1078px;
  width: 94%;
  margin: 0 auto;
}

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

.rec05_more {
  width: 48%;
}

.rec05_more a,
.rec05_more .a_span {
  margin-top: 90px;
  display: block;
  background-color: #013160;
  color: #FFF;
  padding: 13px 10px;
  position: relative;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.12em;
}

.rec05_more a .sec05_shape,
.rec05_more .a_span .sec05_shape {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.sec05_pop {
  position: absolute;
  top: calc(50% - 32px);
  right: -100px;
  transform: translateY(-50%) scale(0);
  transform-origin: bottom left;
  transition: 0.2s;
}

.rec05_more a:hover .sec05_pop,
.rec05_more .a_span:hover .sec05_pop {
  transform: translateY(-50%) scale(1);
}

/* お客様の声追加20230725 */

.bg013160 {
  background: #013160;
}

.voice_box {
  display: flex;
  justify-content: space-between;
  padding: 40px 40px;
  background: #fff;
  border-radius: 5px;
}

.voice_box_left {
  width: 156px;
  height: 156px;
  border: 1px solid #013160;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.voice_box_left img {
  width: 61px;
  height: auto;
}

.voice_box_left p {
  margin-top: 10px;
  font-size: 14px;
  color: #013160;
}

.voice_box_right {
  width: 80%;
}

.voice_box_right p:not(:first-child) {
  margin-top: 6px;
}

.voice_box:not(:last-of-type) {
  margin-bottom: 40px;
}

.mt-110 {
  margin-top: 110px;
}


.mt-40 {
  margin-top: 40px;
}


.sec04_text {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  letter-spacing: 0.1em;
  line-height: 2.2em;
}

/* --------- */
.stv_img {
  width: 360px;
  height: auto;
  margin: 30px auto 0;
}

.stv_img img {
  width: 100%;
  height: auto;
}




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

  .pc_img {
    display: none;
  }

  .br768 {
    display: block;
  }

  /*******************************************************************
    202209　1ページ追加
*******************************************************************/
  .cart_icon {
    top: 14px;
    right: 58px;
  }

  .cart_icon svg {
    width: 42px;
    height: auto;
  }

  .sp_header_text {
    display: block;
    position: fixed;
    top: 14px;
    right: 110px;
    width: 85px;
    text-align: center;
    color: #FFF;
    padding: 5px 3px 5px 0;
    background-color: #000;
    font-size: 10px;
    letter-spacing: 0em;
  }

  .sp_header_text a {
    transform: scale(0.8);
    display: block;
    white-space: nowrap;
  }

  /**********/
  .item_main,
  .item_main.fv,
  .flexslider,
  .flexslider li {
    height: 700px;
    max-height: 700px;
  }

  #fade1 {
    background: url("../images/sp/fade1.png") 50% 0/cover no-repeat;
  }

  #fade2 {
    background: url("../images/sp/fade2.png") 30% 0/cover no-repeat;
  }

  #fade3 {
    background: url("../images/sp/fade3.png") 50% bottom/cover no-repeat;
  }

  .pc_title {
    display: none;
  }

  .sp_title {
    display: block;
    position: absolute;
    top: 123px;
    left: calc(50% + 15px);
    transform: translateX(-50%);
    z-index: 10;
  }

  .item_title {
    position: absolute;
    top: 123px;
    left: calc(50% + 15px);
    transform: translateX(-50%);
  }

  .item_text {
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .item_text img {
    width: 145px;
    height: auto;
  }

  .item_t {
    margin-bottom: 0;
    position: absolute;
    left: 15px;
    bottom: 18px;
  }

  .item_t svg {
    width: 171px;
    height: auto;
  }

  .item_img {
    display: block;
    position: absolute;
    left: auto;
    right: 20px;
    bottom: -5px;
  }

  .item_img svg {
    width: 78px;
    height: auto;
  }

  .item_img svg:nth-child(2) {
    position: relative;
    left: 0;
    top: -23px;
    z-index: 10;
  }

  #fade2 .item_title {
    right: auto;
    top: 123px;
    left: calc(50% + 15px);
    transform: translateX(-50%);
  }

  #fade2 .item_text {
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  /**************/
  .container860 {
    width: 88%;
  }

  .title_33 {
    font-size: 35px;
    line-height: 1.6em;
  }

  .pt-120 {
    padding-top: 60px;
  }

  .pb-160 {
    padding-bottom: 80px;
  }

  .padding120 {
    padding: 60px 0;
  }

  .item_flex {
    display: block;
  }

  .item_left {
    width: 100%;
  }

  .item_right {
    width: 100%;
    max-width: 500px;
    padding-top: 20px;
  }

  .font_12 {
    font-size: 12px;
  }

  .line_height_21 {
    line-height: 1.9em;
  }

  .letter-002 {
    letter-spacing: -0.06em;
  }

  /*********************/
  .padding65_0 {
    padding: 50px 0 65px;
  }

  .center {
    text-align: center;
  }

  .sec02_title_33 {
    font-size: 25px;
    letter-spacing: 0.12em;
    line-height: 2em;
    padding-left: 15px;
  }



  .span_bb_w.sp_bb_none {
    display: inline;
  }

  .span_bb_w.sp_bb_none:after {
    display: none;
  }



  .span_bb_w2.sp_bb_none {
    display: inline;
  }

  .span_bb_w2.sp_bb_none:after {
    display: none;
  }

  .sp_span_bb_w {
    position: relative;
    display: inline-block;
  }

  .sp_span_bb_w:after {
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
  }

  .sp_span_bb_w.sec02_bb_calc:after {
    width: calc(100% - 10px);
  }

  .sp_span_bb_w.sec02_bb_calc2:after {
    width: calc(100% + 20px);
    left: -20px;
  }

  /*****/
  .padding0_60_70 {
    padding: 15px;
  }

  .bg_w1 {
    padding: 30px 25px 10px;
    border-radius: 0;
  }

  .w960_auto {
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text_18 {
    font-size: 15px;
  }

  .letter-005 {
    letter-spacing: -0.07em;
  }

  .mini {
    font-size: 10px;
    display: inline-block;
    transform: scale(0.8);
    position: relative;
    left: -3px;
    bottom: -1px;
  }

  /***************************/

  .item_flex2 {
    display: block;
  }

  .item_left2 {
    width: 100%;
    padding-left: 0;
  }

  .sec02_left_pt1 {
    padding-top: 30px;
  }

  .max_w420 {
    max-width: 410px;
  }

  .max_w460 {
    max-width: 480px;
  }

  .sec02_title_29 {
    font-size: 24px;
    line-height: 1.6em;
    letter-spacing: -0.05em;
    font-weight: bold;
    font-family: yu-gothic-pr6n, sans-serif;
  }

  .mini15 {
    font-size: 10px;
  }

  .sec02_mt_50 {
    margin-top: 20px;
  }

  .t-b {
    font-weight: bold;
  }

  .line_height_16 {
    line-height: 1.6em;
  }

  .letter-1 {
    letter-spacing: 0.1em;
  }

  .sec02_mt_10 {
    margin-top: 10px;
  }

  .sec02_mt_40 {
    margin-top: 15px;
  }

  .letter-010 {
    letter-spacing: -0.1em;
  }

  .item_right2 {
    margin-top: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .item_right2 svg {
    width: 100%;
    height: auto;
  }

  .item_right2_width {
    margin-right: 0;
    margin-top: 30px;
  }

  /***/
  .sec02_mt_10_2 {
    margin-top: 10px;
  }

  .span_letter {
    display: inline-block;
    letter-spacing: -0.05em;
  }

  .sec02_mt_40_2 {
    margin-top: 30px;
  }

  .sec02_shape img {
    display: block;
    text-align: center;
    margin: 50px auto 35px;
  }

  .sec02_title {
    text-align: center;
    font-size: 27px;
    letter-spacing: 0.1em;
    padding-left: 0;
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  .sec02_text {
    text-align: center;
    padding: 25px 0 0 0;
  }


  /***************************/
  .brnone765 {
    display: none;
  }

  .bg_w2 {
    border-radius: 0;
    padding: 0;
    margin-top: 7px;
    position: relative;
  }

  .sec02_imp {
    position: absolute;
    top: 10px;
    left: 12px;
  }

  .sec02_flex {
    display: block;
  }

  .sec02_left {
    width: 100%;
    padding: 40px 30px 0;
  }

  .sec02_title26 {
    font-size: 26px;
    letter-spacing: 0.08em;
  }

  .sec02_center {
    width: 100%;
    padding: 25px 33px 0;
  }

  .line_height_20 {
    line-height: 2em;
  }

  .sec02_more {
    margin-top: 35px;
    letter-spacing: -0.05em;
  }

  .sec02_more a {
    max-width: 100%;
    font-size: 11px;
  }

  .sec02_more img {
    position: absolute;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    right: 20px;
  }

  .sec02_img_posi {
    position: static;
    margin-top: 20px;
  }

  .sec02_img_posi img {
    width: 228px;
    height: auto;
  }


  .sec02_right {
    width: 100%;
    margin-top: 40px;
  }

  .sec02_right.max_img100 img {
    width: 100%;
    max-width: 100%;
  }

  /********************************/
  .sec03_padding {
    padding: 40px 0 0;
  }

  .container600 {
    width: 92%;
  }

  .sec03_title_33 {
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 2em;
  }

  .span_bb_b.sp_bb_none:after {
    display: none;
  }

  .span_bb_b2.sp_bb_none:after {
    display: none;
  }

  .sp_span_bb_b {
    position: relative;
    display: inline-block;
  }

  .sp_span_bb_b:after {
    content: "";
    border-bottom: 1px solid #013160;
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
  }

  .sp_span_bb_b.sec03_bb_calc:after {
    width: calc(100% - 15px);
  }

  .span_bb_text.sec02_pl0 {
    padding-left: 0;
  }

  .sp_none {
    display: none;
  }

  .sec03_text {
    font-size: 12px;
    margin-top: 25px;
    letter-spacing: 0.1em;
    line-height: 2.2em;
  }

  /******/

  .sec03_recipe {
    position: relative;
    margin: 50px auto 0;
    border: 1px solid #013160;
    border-radius: 15px;
    padding: 5px 20px 10px 15px;
  }

  .recipe_title {
    font-size: 12px;
    top: -9px;
  }

  .recipe_title span {
    padding: 0 5px;
  }

  .recipe_flex {}

  .recipe_left {
    width: 100px;
  }

  .recipe_left img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .recipe_right {
    width: calc(100% - 130px);
  }

  .recipe_name {
    display: none;
  }

  .recipe_text {
    margin-top: 20px;
    font-size: 10px;
    line-height: 1.8em;
  }

  /************************/

  .sec03_flex {
    display: block;
    margin-top: 35px;
  }

  .sec03_left {
    width: 100%;
    max-width: 100%;
  }

  .sec03_right {
    width: 88%;
    padding-top: 0;
    margin: 20px auto 0;
  }

  .sec03_sub_title {
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .sec03_title {
    font-size: 26px;
    margin-top: 8px;
    letter-spacing: 0.05em;
  }

  .sp_nowrap {
    white-space: nowrap;
  }

  .sec03_recipe_title {
    font-size: 12px;
  }

  .before_circle:before {
    top: 1px;
  }

  .sec03_recipe_text {
    font-size: 12px;
  }

  .sec03_use_title {
    margin-top: 35px;
  }


  /**********/

  .sec03_flex2 {
    display: block;
    margin-top: 70px;
  }

  .sec03_width {
    max-width: 360px;
    margin-left: 0;
  }

  .sec03_letter_title {
    letter-spacing: 0.08em;
  }

  .sec02_pt {
    padding-top: 5px;
  }

  .sec03_space_nowrap {
    white-space: normal;
    letter-spacing: 0.1em;
    margin-left: -3px;
  }

  .sec03_sp_mt10 {
    margin-top: 20px;
  }

  .sec03_use_title.sec02_margin {
    margin-top: 7px;
  }

  /**********/
  .sec03_pt2 {
    padding-top: 5px;
  }

  .sec03_left_in {
    width: calc(100% - 120px);
  }

  .sec03_right_in {
    width: 120px;
  }


  /**************/
  .sec04_margin {
    margin: 75px auto 60px;
    width: 92%;
  }

  .sec04_border {
    border: 2px solid #013160;
    padding: 18px 0 45px;
  }

  .sec04_span_bb_text {
    font-size: 33px;
    letter-spacing: 0.11em;
    padding-left: 0;
  }

  .sec04_span_bb_b:after {
    width: calc(100% - 4px);
  }


  .sec04_flex {
    display: block;
    margin: 40px auto 0;
  }

  .sec04_flex .max_img100 {
    height: auto;
    margin-bottom: 0;
  }

  .sec04_flex>div:nth-child(3) .max_img100 {
    margin-bottom: 0;
  }


  .sec04_flex h3,
  .sec04_flex p {
    font-size: 24px;
    letter-spacing: 0.12em;
    margin-left: auto;
    margin-right: auto;
  }

  .sec04_flex h3 {
    padding-left: 10px;
    margin-top: 0;
  }

  .sec04_flex p {
    margin-top: 3px;
    position: relative;
    left: 0;
    line-height: 1.7em;
  }

  .sec04_flex>div:nth-child(n+2) {
    margin-top: 40px;
  }

  .sec04_flex>div:nth-child(3) .max_img100 img {
    max-width: 100%;
  }

  .sec04_flex>div:nth-child(2) .max_img100 {
    margin-left: 0;
    padding-top: 0;
  }

  .sec04_flex>div:nth-child(3) .max_img100 {
    padding-top: 0;
  }

  .sec04_flex>div:nth-child(3) h3,
  .sec04_flex>div:nth-child(3) p {
    position: relative;
    left: 0;
    white-space: normal;
  }

  .sec04_flex>div:nth-child(n+1) h3,
  .sec04_flex>div:nth-child(n+1) p {
    max-width: 280px;
  }

  .sec04_flex>div:nth-child(3) p {
    left: -5px;
    text-indent: -0.4em;
    padding-left: 0.4em;
  }

  .sec04_flex br {
    display: block;
  }

  .sp_block {
    display: block;
  }

  .rec04_more a,
  .rec04_more .a_span {
    margin: 20px auto 0;
    padding: 13px 10px;
    font-size: 21px;
    letter-spacing: 0.15em;
  }

  .rec04_more a .sec04_shape,
  .rec04_more .a_span .sec04_shape {
    right: 6px;
  }

  .rec04_more .sec04_pop {
    width: 80px;
    height: auto;
    right: -80px;
  }

  /* ふるさと納税返礼品追加 */

  .sec05_margin {
    width: 92%;
  }

  .mt-full {
    margin-top: 20px;
  }

  .sp-mb50 {
    margin-bottom: 50px;
  }

  /* お客様の声追加 */

  .mt-110 {
    margin-top: 60px;
  }

  .mt-40 {
    margin-top: 25px;
  }

  .voice_box {
    padding: 20px 20px;
  }

  .voice_box_left {
    width: 120px;
    height: 120px;
  }

  .voice_box_left img {
    width: 40px;
    height: auto;
  }

  .voice_box_right {
    width: 75%;
  }

  .sec04_text {
    font-size: 13px;
    margin-top: 25px;
    letter-spacing: 0.1em;
    line-height: 2.2em;
  }

  .voice_box:not(:last-of-type) {
    margin-bottom: 20px;
  }

  /* --------- */
  .stv_img {
    width: 240px;
    height: auto;
    margin: 25px auto 0;
  }

  .stv_img img {
    width: 100%;
    height: auto;
  }


  /****トップページバナー追加******/
  .top_banner_bg:after {
    background: url("../images/sp/top_banner.png") 50% 0/cover no-repeat;
  }

  .hackFull a:hover .top_banner_bg:after {
    transform: translate(-50%, -50%) scale(1.05);
  }

  .link_title {
    position: absolute;
    left: auto;
    right: 17px;
    top: 28px;
  }

  .link_title svg {
    width: 54px;
    height: auto;
  }

  .link_text {
    right: 27px;
    bottom: 13px;
  }

  .link_text svg {
    width: 125px;
    height: auto;
  }

  .link_btn {
    display: none;
  }

  .innerSpNavCover .space-x-12> :not([hidden])~ :not([hidden]) {
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  /**************************/
  .comingsoon {
    text-align: center;
    font-size: 28px;
    padding-top: 30px;
  }

}

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

  .voice_box {
    display: block;
  }

  .voice_box_left {
    margin: 0 auto;
  }

  .voice_box_right {
    width: 100%;
    margin: 20px auto 0;
  }
}

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

  /*******************************************************************
    202209　1ページ追加
*******************************************************************/
  .cart_icon {
    top: 17px;
  }

  .cart_icon svg {
    width: 35px;
  }

  .sp_header_text {
    top: 15px;
    right: 105px;
    width: 70px;
    padding-left: 0;
    padding-right: 25px;
    padding-bottom: 5px;
    letter-spacing: 0em;
  }

  .sp_header_text a {
    transform: scale(0.6);
    display: block;
    white-space: nowrap;
  }

  /***********/
  .sec03_right {
    overflow: visible;
  }

  .sp_nowrap {
    white-space: normal;
  }
}