@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700,900&subset=japanese');
/*!
 * ress.css 窶｢ v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
:after,
:before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role='button'],
[type='button'],
[type='reset'],
[type='submit'],
button {
  color: inherit;
  cursor: pointer;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
  border: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  color: inherit;
  -webkit-appearance: button;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled='true'] {
  cursor: default;
}
/* Slider */

.slick-slider {
  position: relative;
  box-sizing: border-box;

  display: block;
  -ms-touch-action: pan-y;
  touch-action: pan-y;

  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  padding: 0;

  margin: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: top;
}

a {
  color: #fff;
  text-decoration: none;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  color: #000;
  text-align: center;
  content: '窶｢';
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url('../images/detail_icon_arrow.png') no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.slick-arrow.slick-prev {
  top: 50%;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.slick-arrow.slick-prev:before {
  display: none;
}

.slick-arrow.slick-next {
  top: 50%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.slick-arrow.slick-next:before {
  display: none;
}

.slick-dots li button {
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.slick-dots li button:hover {
  background: #003894;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button {
  background: #003894;
}

.back_to_product_button {
  position: relative;
  display: block;
  width: fit-content;
  padding-right: 30px;
  margin-top: 20px;
  margin-left: auto;
  font-weight: 900;
  color: #003894;
  border-bottom: 2px solid #003894;
  transition: all 0.1s;
}

.back_to_product_button::after {
  position: absolute;
  top: 50%;
  right: 1%;
  content: '';
  border-radius: 2px;
  transform: translateY(-25%) rotate(45deg);
}

body.is-hidden {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  z-index: 200;
  display: none;
  width: 100%;
  height: 100vh;
}

.modal .modal_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal .modal_bg .modal_wrap {
  position: relative;
}

.modal .modal_bg .modal_content {
  text-align: center;
  background: #fff;
  border: 4px solid #003894;
}

.modal .modal_bg .modal_close-btn {
  position: absolute;
}

.modal .modal_bg .modal_close-btn02 {
  position: relative;
  font-weight: 700;
  text-align: center;
  background-color: #003894;
}

.modal .modal_bg .modal_close-btn02::before,
.modal .modal_bg .modal_close-btn02::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 34%;
  display: block;
  width: 14px;
  height: 2px;
  content: '';
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.modal .modal_bg .modal_close-btn02::after {
  top: -8px;
  right: 30%;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.modal .modal_bg .modal_content_title {
  font-weight: 900;
  color: #003894;
  text-align: center;
  border-bottom: 3px solid #003894;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main {
  overflow: hidden;
  background: #f5f5f5;
}

.inner {
  width: 100%;
}

.header .header_logo {
  position: absolute;
  line-height: 1;
}

.side {
  position: fixed;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.side.is-open.is-active {
  left: 0px;
}

.side.is-open.is-active .side_close {
  visibility: visible;
  opacity: 1;
}

.side .side_inner {
  position: relative;
  z-index: 2;
}

.side .side_link {
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.side .side_link a {
  font-weight: bold;
  color: #e35a00;
  text-decoration: underline;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.side .side_title {
  font-weight: bold;
  color: #003894;
}

.side .side_list li {
  line-height: 1;
}

.side .side_list li:nth-child(1) {
  margin-top: 0;
}

.side .side_list li a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #003894;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.side .side_list li a span {
  position: relative;
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  background: #003894;
  border-radius: 50%;
}

.side .side_list li a span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.side .side_menu_btn {
  position: absolute;
  color: #fff;
  border-left: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.side .side_close {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}

.mv {
  position: relative;
  z-index: 0;
  background: #ff8500;
}

.mv::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  content: '';
  border-color: #003894 #003894 #003894 #ff8500;
  border-style: solid;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.mv .mv_inner {
  width: 100%;
  margin: 0 auto 0;
}

.mv .mv_img {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  background: #fff;
}

.mv .mv_img::before {
  position: absolute;
  display: block;
  content: '';
  background: url('../images/mv_icon.png') no-repeat;
  background-size: cover;
}

.mv .mv_detail {
  position: relative;
  z-index: 2;
}

.mv .mv_title {
  display: inline-block;
  line-height: 1.5;
  color: #fff;
  background: #003894;
}

.mv .mv_storename {
  font-weight: 900;
  color: #003894;
}

.mv .mv_storename span {
  display: inline-block;
  background: #fff;
}

.mv .mv_lead {
  font-weight: normal;
  line-height: 1.7;
  color: #fff;
}

.about {
  padding-top: 60px;
  padding-bottom: 50px;
  background: #003894;
}

.about .about_img {
  z-index: 1;
}

.about .about_img::before {
  position: absolute;
  z-index: -1;
  display: block;
  width: 176px;
  height: 176px;
  content: '';
  background: url('../images/about_icon.png') 100% no-repeat;
}

.about .about_img img {
  border: 8px solid #fff;
}

.about .about_title {
  line-height: 1;
}

.about .about_lead {
  line-height: 1.7;
  color: #fff;
}

.about .about_btn {
  position: relative;
  background: #ff8500;
  border: 1px solid transparent;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.about .about_btn a {
  display: block;
}

.about .about_btn span {
  position: relative;
  position: absolute;
  top: 8px;
  right: 23px;
  display: block;
  content: '';
  background: #fff;
  border-radius: 50%;
}

.about .about_btn span::before,
.about .about_btn span::after {
  position: absolute;
  display: block;
  content: '';
  background: #ff8500;
}

.about .about_btn:hover {
  background: #fff;
  border: 1px solid #ff8500;
}

.about .about_btn:hover a {
  color: #ff8500;
}

.about .about_btn:hover span {
  background: #ff8500;
}

.about .about_btn:hover span::before,
.about .about_btn:hover span::after {
  background: #fff;
}

.go {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 24px;
}

.go::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  content: '';
  border-color: #003894 #003894 #003894 #f5f5f5;
  border-style: solid;
}

.go .go_lead {
  padding-top: 112px;
  font-weight: bold;
  line-height: 1.7;
  color: #003894;
  text-align: center;
}

.go .go_lead span {
  position: relative;
  display: inline-block;
  padding: 1px 0;
  background-color: #f5f5f5;
}

.go .go_lead span::before,
.go .go_lead span::after {
  position: absolute;
  display: block;
  content: '';
}

.products .products_cnt {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.products .products_title {
  font-weight: 900;
  line-height: 1.3;
  color: #003894;
  text-align: center;
  border-bottom: 3px solid #003894;
}

.products .products_list {
  display: grid;
}

.products .products_list li a {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  font-size: clamp(0.8rem, 0.6rem + 0.7vw, 1rem);
  font-weight: 700;
  color: #003894;
  border: 2px solid #003894;
  border-bottom: 5px solid #003894;
  border-radius: 100vh;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.products .products_list li a:hover {
  margin-top: 3px;
  border-bottom: 2px solid #003894;
}

.products .products_list li a span {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 10px;
  height: 10px;
  content: '';
  border: 3px solid #003894;
  border-top: 0;
  border-left: 0;
  border-radius: 1px;
  transform: translateY(-50%) rotate(45deg);
}

.detail .detail_bg {
  position: relative;
}

.detail .detail_bg::before {
  position: absolute;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
}

.detail .detail_bg:nth-child(1)::before {
  position: absolute;
  left: 50%;
  display: block;
  content: '';
}

.detail .detail_bg:nth-child(2n)::before {
  left: 50%;
}

.detail .detail_bg .detail_cnt {
  position: relative;
  z-index: 0;
  background: #ffd568;
}

.detail .detail_bg .detail_cnt::before,
.detail .detail_bg .detail_cnt::after {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
}

.detail .detail_bg .detail_cnt::before {
  top: 0;
  border-color: transparent transparent transparent #f5f5f5;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.detail .detail_bg .detail_cnt::after {
  bottom: 0;
  border-color: #f5f5f5 transparent transparent transparent;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.detail .detail_bg .detail_cnt .detail_title {
  color: #003894;
}

.detail .detail_bg .detail_cnt .detail_title::before {
  background: url('../images/detail_icon_01.png') no-repeat;
  background-size: cover;
}

.detail .detail_bg .detail_cnt .detail_lead::after {
  background: url('../images/detail_arrow_blue.png') no-repeat;
  background-size: cover;
}

.detail .detail_bg:nth-child(2n) .detail_cnt {
  position: relative;
  z-index: 0;
  background: #ff8500;
}

.detail .detail_bg:nth-child(2n) .detail_cnt::before,
.detail .detail_bg:nth-child(2n) .detail_cnt::after {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
}

.detail .detail_bg:nth-child(2n) .detail_cnt::before {
  top: 0;
  border-color: transparent transparent transparent #f5f5f5;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.detail .detail_bg:nth-child(2n) .detail_cnt::after {
  bottom: 0;
  border-color: #f5f5f5 transparent transparent transparent;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.detail .detail_bg:nth-child(2n) .detail_cnt .detail_img_column {
  margin-right: auto;
  margin-left: 0;
}

.detail .detail_bg:nth-child(2n) .detail_cnt .detail_title {
  color: #fff;
}

.detail .detail_bg:nth-child(2n) .detail_cnt .detail_title::before {
  background: url('../images/detail_icon_02.png') no-repeat;
  background-size: cover;
}

.detail .detail_bg:nth-child(2n) .detail_cnt .detail_lead::after {
  background: url('../images/detail_arrow_yellow.png') no-repeat;
  background-size: cover;
}

.detail .detail_title {
  position: relative;
  font-weight: 900;
  line-height: 1.3;
}

.detail .detail_title::before {
  position: absolute;
  z-index: 0;
  display: block;
  content: '';
}

.detail .detail_title span {
  position: relative;
  z-index: 1;
}

.detail .detail_lead {
  position: relative;
  box-sizing: border-box;
  background: #fff;
}

.detail .detail_lead::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: '';
}

.detail .detail_lead_text {
  font-weight: 700;
  line-height: 1.7;
  color: #003894;
}

.detail .detail_img {
  background: #fff;
  border-radius: 2px;
}

.detail .detail_img-size1 {
  width: 100%;
}

.detail .detail_img_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.detail .detail_list {
  position: relative;
}

.detail .detail_list::before {
  position: absolute;
  z-index: 2;
  display: block;
  content: '';
  background: url('../images/detail_icon_balloon.png') no-repeat;
  background-size: cover;
}

.detail .detail_item {
  background: #fff;
}

.detail .detail_item_title {
  font-weight: 700;
  line-height: 1.3;
  color: #003894;
}

.detail .detail_item_lead {
  font-weight: 400;
  line-height: 1.7;
  color: #003894;
}

.other_bg {
  position: relative;
  z-index: 0;
  background: #f5f5f5;
}

.other_bg::before {
  position: absolute;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  background: url('../images/detail_bg_03.png') no-repeat;
  background-size: 100% 100%;
}

.other_bg::after {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
}

.other_bg::after {
  bottom: 0;
  border-color: transparent transparent transparent #003894;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.other .other_cnt {
  background: #fff;
}

.other .other_inner {
  width: 100%;
  margin: 0 auto 0;
}

.other .other_title {
  font-weight: 900;
  line-height: 1.3;
  color: #003894;
  text-align: center;
}

.other .other_detail_title {
  line-height: 1.3;
  color: #003894;
}

.other .other_detail_lead {
  line-height: 1.7;
  color: #003894;
}

.goal {
  position: relative;
  background: #003894;
}

.goal::before {
  position: absolute;
  left: 50%;
  display: block;
  content: '';
}

.goal .goal_img {
  position: relative;
  width: 100%;
  margin: auto;
  background-color: #fff;
}

.goal .goal_img::before {
  position: absolute;
  display: block;
  content: '';
}

.goal .goal_lead {
  line-height: 1.7;
  color: #fff;
}

.info .info_title {
  line-height: 1;
}

.info .info_box .info_detail .info_detail_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 20px;
  color: #003894;
  border-bottom: 2px solid #003894;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.info .info_box .info_detail .info_detail_title .info_detail_title--name {
  font-weight: 700;
  line-height: 1.7;
}

.info .info_box .info_detail .info_detail_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.info .info_box .info_detail .info_detail_sns a circle,
.info .info_box .info_detail .info_detail_sns a path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.info .info_box .info_detail .info_detail_sns a:hover circle {
  fill: #fff;
}

.info .info_box .info_detail .info_detail_sns a:hover path {
  fill: #003894;
}

.info .info_box .info_detail .info_address dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1.7;
  color: #003894;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
}

.info .info_box .info_detail .info_address dl dt {
  min-width: 70px;
  font-weight: 700;
}

.info .info_box .info_detail .info_address dl dd div:nth-child(n + 2) {
  margin-top: 10px;
}

.info .info_box .info_detail .info_address dl dd {
  font-weight: 500;
}

.info .info_map {
  position: relative;
  z-index: 1;
}

.info .info_map iframe {
  background-color: #fff;
}

.info .info_recommend .info_recommend_btn {
  display: block;
  margin: auto;
  line-height: 1;
  background: #ff8500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: matrix(0.98, 0, -0.18, 1, 0, 0);
  transform: matrix(0.98, 0, -0.18, 1, 0, 0);
}

.info .info_recommend .info_recommend_btn span {
  position: relative;
  padding-left: 16px;
}

.info .info_recommend .info_recommend_btn span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  content: '';
  background: url('../images/info_arrow.png') 100% no-repeat;
}

.info .info_recommend .info_recommend_btn:hover {
  background: #ed7200;
}

.footer {
  background: #fff;
  border-top: 5px solid #003894;
}

.footer .footer_top {
  position: fixed;
  z-index: 2;
  box-sizing: content-box;
  display: block;
  visibility: hidden;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer .footer_top.is-active {
  visibility: visible;
  opacity: 1;
}

.footer .footer_inner {
  text-align: center;
}

.go_to_store_access {
  position: fixed;
  z-index: 5;
  box-sizing: content-box;
  display: block;
  width: clamp(90px, 80px + 2vw, 120px);
  height: clamp(90px, 80px + 2vw, 120px);
  text-align: center;
  visibility: hidden;
  background-color: #003780;
  border: 3px #fff solid;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.go_to_store_access:hover {
  background-color: #fff;
  border: 3px #003780 solid;
}

.go_to_store_access .go_to_store_access_icon {
  width: clamp(20px, 20px + 0.5vw, 40px);
  height: clamp(20px, 20px + 0.5vw, 40px);
  margin: 0 auto;
  margin-top: 25px;
  background-image: url('../images/shop_access.svg');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.go_to_store_access:hover .go_to_store_access_icon {
  background-image: url('../images/shop_access_hover.svg');
}

.go_to_store_access .go_to_store_access_text {
  margin-top: clamp(5px, 0.5vw, 20px);
  font-size: clamp(0.7rem, 0.4rem + 0.5vw, 1rem);
  color: #fff;
}

.go_to_store_access:hover .go_to_store_access_text {
  color: #003780;
}

.go_to_store_access.is-active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .sp-mt-8vw {
    margin-top: 8vw;
  }

  .sp-mt-minus-8vw {
    margin-top: -8vw;
  }

  .pcOnly {
    display: none;
  }

  .slick-arrow {
    width: 6.4vw;
    height: 6.4vw;
  }

  .slick-arrow.slick-prev {
    left: -8.533333333333333vw;
    margin-top: -1.866666666666667vw;
  }

  .slick-arrow.slick-next {
    right: -8.533333333333333vw;
    margin-top: -1.866666666666667vw;
  }

  .slick-dots {
    bottom: -10.666666666666668vw;
  }

  .slick-dots li button {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
    margin: 0 1.6vw;
  }

  .modal .modal_bg {
    padding: 11.733333333333333vw 0;
  }

  .modal .modal_bg .modal_content {
    width: 86.66666666666667vw;
    padding: 8vw;
    margin: 0 auto;
    border-radius: 5.333333333333334vw;
  }

  .modal .modal_bg .modal_close-btn {
    top: 8.533333333333333vw;
    right: 4vw;
    width: 12.8vw;
  }

  .modal .modal_bg .modal_close-btn02 {
    width: 80vw;
    padding: 2.133333333333333vw 12vw 2.133333333333333vw 17.066666666666666vw;
    font-size: 3.2vw;
    border-radius: 5.333333333333334vw;
  }

  .modal .modal_bg .modal_content_title {
    padding-bottom: 6.4vw;
    font-size: 5.333333333333334vw;
  }

  .modal .modal_bg .modal_content_img {
    padding: 6.4vw 0;
  }

  .section {
    padding: 0 6.666666666666667vw;
  }

  .header {
    z-index: 100;
    height: 13.333333333333334vw;
    background: #003894;
  }

  .header .header_logo {
    top: 3.733333333333334vw;
    left: 4.266666666666667vw;
    width: 21.333333333333336vw;
  }

  .side {
    bottom: 4.266666666666667vw;
    left: -56.53333333333334vw;
    width: 43.2vw;
    border-radius: 0 2.666666666666667vw 0 0;
  }

  .side.is-open {
    left: -43.2vw;
  }

  .side .side_inner {
    padding: 5.333333333333334vw 0 8vw 4.266666666666667vw;
  }

  .side .side_link {
    padding-bottom: 4.533333333333333vw;
    margin-bottom: 4.533333333333333vw;
  }

  .side .side_link a {
    font-size: 3.2vw;
  }

  .side .side_title {
    margin-bottom: 4.8vw;
    font-size: 3.466666666666666vw;
  }

  .side .side_list li {
    margin-top: 4vw;
  }

  .side .side_list li a {
    padding-left: 5.333333333333334vw;
    font-size: 3.2vw;
  }

  .side .side_list li a span {
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
    margin-top: -1.333333333333333vw;
  }

  .side .side_list li a span::before {
    margin-top: -0.533333333333333vw;
    margin-left: -0.266666666666667vw;
    border-width: 0.533333333333333vw 0 0.533333333333333vw 1.066666666666667vw;
  }

  .side .side_menu_btn {
    right: -13.333333333333334vw;
    bottom: 0;
    width: 13.333333333333334vw;
    height: 13.866666666666665vw;
    background: url('../images/side_icon_open.png') no-repeat center center #003894;
    background-size: 4.266666666666667vw 4.266666666666667vw;
    border: 2px #f5f5f5 solid;
    border-left: none;
    border-radius: 0 2.666666666666667vw 2.666666666666667vw 0;
  }

  .side .side_menu_btn.is-active {
    background: url('../images/side_icon_close.png') no-repeat center center #003894;
    background-size: 5.333333333333334vw 5.333333333333334vw;
  }

  .back_to_product_button {
    margin: 30px auto 0;
    font-size: 0.9rem;
  }

  .back_to_product_button::after {
    width: 10px;
    height: 10px;
    border: 3px solid #003894;
    border-right: 0;
    border-bottom: 0;
  }

  .mv {
    padding: 8.533333333333333vw 4.266666666666667vw 33.06666666666666vw;
  }

  .mv::after {
    border-width: 30px 0 0 100vw;
  }

  .mv .mv_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mv .mv_img_box {
    padding-right: 2.4vw;
  }

  .mv .mv_img {
    padding: 3.2vw;
    margin-top: 7.466666666666668vw;
    border: 1.333333333333333vw solid #003894;
    border-radius: 1.333333333333333vw;
    box-shadow: 3.2vw 3.2vw 0px #003894;
  }

  .mv .mv_img::before {
    top: -13.333333333333334vw;
    right: -8vw;
    width: 52.800000000000004vw;
    height: 42.4vw;
  }

  .mv .mv_title {
    padding: 0.8vw 2.133333333333333vw 1.066666666666667vw;
    font-size: 6.4vw;
  }

  .mv .mv_storename {
    margin-top: 2.133333333333333vw;
    font-size: 6.4vw;
    line-height: 1.5;
  }

  .mv .mv_storename span {
    padding: 1.066666666666667vw 2.133333333333333vw;
    box-shadow: 2.133333333333333vw 2.133333333333333vw 0px #ffd568;
  }

  .mv .mv_lead {
    margin-top: 4.8vw;
    font-size: 4.266666666666667vw;
  }

  .about .about_cnt {
    padding-top: 7.466666666666668vw;
    padding-bottom: 8.533333333333333vw;
  }

  .about .about_wrap {
    position: relative;
  }

  .about .about_img {
    position: absolute;
    top: 14.933333333333335vw;
    right: 0;
    left: 0;
    margin: auto;
  }

  .about .about_img::before {
    top: -50px;
    right: -50px;
    width: 50%;
    height: 50%;
    background-size: contain;
  }

  .about .about_title {
    text-align: center;
  }

  .about .about_title--img {
    width: 26.13333333333333vw;
  }

  .about .about_lead {
    padding-top: 72vw;
    font-size: 4.266666666666667vw;
  }

  .about .about_btn {
    width: 52vw;
    margin: 5.333333333333334vw auto 0;
    font-size: 3.733333333333334vw;
  }

  .about .about_btn a {
    padding: 2.133333333333333vw 0 2.4vw 4vw;
  }

  .about .about_btn span {
    top: 0;
    right: 11px;
    bottom: 0;
    width: 4vw;
    height: 4vw;
    margin: auto;
  }

  .about .about_btn span::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 5px;
    margin: auto;
  }

  .about .about_btn span::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 1px;
    margin: auto;
  }

  .go::before {
    border-width: 30px 0 0 100vw;
  }

  .go .go_lead {
    min-height: 53.333333333333336vw;
    padding-top: 18.666666666666668vw;
    margin-top: 0;
    margin-bottom: 4.266666666666667vw;
    font-size: 4.266666666666667vw;
    background: url('../images/go_arrow.png') no-repeat center top;
    background-size: contain;
  }

  .go .go_lead span::before {
    bottom: -20.8vw;
    left: 0px;
    width: 13.333333333333334vw;
    height: 20vw;
    background: url('../images/go_illust_sp.png') no-repeat 100%;
  }

  .go .go_lead span::after {
    top: -17.333333333333336vw;
    right: 2.666666666666667vw;
    width: 14.399999999999999vw;
    height: 15.466666666666667vw;
    background: url('../images/go_icon_sp.png') no-repeat;
  }

  .products {
    padding: 0 16px;
    padding-bottom: 10.666666666666668vw;
  }

  .products .products_title {
    padding-bottom: 6vw;
    margin-bottom: 7.466666666666668vw;
    font-size: 5.333333333333334vw;
  }

  .products .products_list {
    grid-template-rows: repeat(auto-fill, 44px);
    grid-template-columns: repeat(auto-fit, minmax(167px, 1fr));
    grid-gap: 16px 9px;
  }

  .detail .detail_bg::before {
    top: -9.066666666666666vw;
    width: 25.866666666666667vw;
    height: 17.066666666666666vw;
    margin-left: -12.8vw;
    background: url('../images/detail_bg_03_sp.png') no-repeat;
    background-size: 100% 100%;
  }

  .detail .detail_bg:nth-child(1)::before {
    top: -2.666666666666667vw;
    width: 1.333333333333333vw;
    height: 11.733333333333333vw;
    margin-left: -0.533333333333333vw;
    background: url('../images/detail_bg_01_sp.png') no-repeat;
    background-size: 100% 100%;
  }

  .detail .detail_bg:nth-child(2n)::before {
    top: -9.066666666666666vw;
    width: 25.866666666666667vw;
    height: 17.066666666666666vw;
    margin-left: -12.8vw;
    background: url('../images/detail_bg_02_sp.png') no-repeat;
    background-size: 100% 100%;
  }

  .detail .detail_bg .detail_cnt {
    padding-top: 34.13333333333333vw;
    padding-bottom: 16.53333333333333vw;
    margin-top: 1.066666666666667vw;
  }

  .detail .detail_bg .detail_cnt::before,
  .detail .detail_bg .detail_cnt::after {
    border-width: 8vw 0 0 100vw;
  }

  .detail .detail_bg .detail_cnt.section {
    padding-right: 4.266666666666667vw;
    padding-left: 4.266666666666667vw;
  }

  .detail .detail_bg .detail_cnt .detail_title::before {
    top: -7.466666666666668vw;
    left: -10.666666666666668vw;
  }

  .detail .detail_bg .detail_cnt .detail_lead {
    border: 1.333333333333333vw solid #003894;
    box-shadow: 2.133333333333333vw 2.133333333333333vw 0px #003894;
  }

  .detail .detail_bg .detail_cnt .detail_lead::after {
    top: -5.333333333333334vw;
    left: 50%;
    margin-left: -2.4vw;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .detail .detail_bg .detail_cnt .detail_item {
    border: 1.333333333333333vw solid #003894;
  }

  .detail .detail_bg:nth-child(2n) .detail_cnt::before,
  .detail .detail_bg:nth-child(2n) .detail_cnt::after {
    border-width: 8vw 0 0 100vw;
  }

  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_title::before {
    top: -7.466666666666668vw;
    left: -9.6vw;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_lead {
    border: 1.333333333333333vw solid #ffd568;
    box-shadow: 2.133333333333333vw 2.133333333333333vw 0px #ffd568;
  }

  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_lead::after {
    top: -5.333333333333334vw;
    left: 50%;
    margin-left: -2.4vw;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_item {
    border: 1.333333333333333vw solid #ffd568;
  }

  .detail .detail_title {
    position: absolute;
    top: -14.133333333333335vw;
    left: 6.4vw;
    font-size: 8.533333333333333vw;
  }

  .detail .detail_title::before {
    width: 27.200000000000003vw;
    height: 26.13333333333333vw;
  }

  .detail .detail_text_box {
    width: 100%;
  }

  .detail .detail_lead {
    padding: 6.4vw;
    margin-top: 8vw;
    border-radius: 3.2vw;
  }

  .detail .detail_lead::after {
    width: 4.8vw;
    height: 5.333333333333334vw;
  }

  .detail .detail_lead_text {
    font-size: 4.266666666666667vw;
  }

  .detail .detail_box {
    position: relative;
  }

  .detail .detail_img_box {
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .detail .detail_img {
    padding: 1.6vw;
  }

  .detail .detail_img-size2 {
    width: 44.53333333333334vw;
  }

  .detail .detail_list_slider {
    padding-bottom: 10.666666666666668vw;
  }

  .detail .detail_list {
    width: 76.53333333333333vw;
    margin: 12.8vw auto 0;
  }

  .detail .detail_list::before {
    top: -7.466666666666668vw;
    right: -7.466666666666668vw;
    width: 21.333333333333336vw;
    height: 18.666666666666668vw;
  }

  .detail .detail_item {
    padding: 4.266666666666667vw 4.266666666666667vw 6.4vw 4.266666666666667vw;
    border-radius: 1.333333333333333vw;
  }

  .detail .detail_item_title {
    margin-top: 4.266666666666667vw;
    font-size: 4.266666666666667vw;
    text-align: center;
  }

  .detail .detail_item_lead {
    margin-top: 2.666666666666667vw;
    font-size: 3.733333333333334vw;
  }

  .other_bg {
    padding-top: 13.333333333333334vw;
    padding-bottom: 16.266666666666666vw;
    margin-top: 5.600000000000001vw;
  }

  .other_bg::before {
    top: -13.333333333333334vw;
    width: 32.266666666666666vw;
    height: 21.333333333333336vw;
    margin-left: -16vw;
  }

  .other_bg::after {
    border-width: 8vw 0 0 100vw;
  }

  .other .other_cnt {
    padding: 8vw 6.666666666666667vw 10.666666666666668vw;
    border: 1.066666666666667vw solid #003894;
    border-radius: 5.333333333333334vw;
  }

  .other .other_title {
    padding-bottom: 6.4vw;
    margin-bottom: 7.466666666666668vw;
    font-size: 5.333333333333334vw;
    border-bottom: 0.8vw solid #003894;
  }

  .other .other_box {
    margin-top: 10.133333333333333vw;
  }

  .other .other_box:nth-of-type(1) {
    margin-top: 0;
  }

  .other .other_detail_title {
    margin-top: 3.2vw;
    font-size: 4.266666666666667vw;
    text-align: center;
  }

  .other .other_detail_lead {
    margin-top: 2.133333333333333vw;
    font-size: 3.733333333333334vw;
  }

  .goal {
    padding-top: 6.4vw;
    padding-bottom: 12.8vw;
    margin-bottom: 10.666666666666668vw;
  }

  .goal::before {
    top: -11.200000000000001vw;
    width: 1.333333333333333vw;
    height: 11.733333333333333vw;
    margin-left: -0.533333333333333vw;
    background: url('../images/detail_bg_01_sp.png') no-repeat;
    background-size: 100% 100%;
  }

  .goal .goal_img {
    padding: 2.133333333333333vw;
  }

  .goal .goal_img::before {
    top: -7.199999999999999vw;
    right: -3.733333333333334vw;
    width: 18.666666666666668vw;
    height: 22.400000000000002vw;
    background: url('../images/goal_icon_sp.png') no-repeat;
    background-size: contain;
  }

  .goal .goal_lead {
    margin-top: 8.533333333333333vw;
    font-size: 4.266666666666667vw;
  }

  .info .info_title {
    padding-bottom: 4.266666666666667vw;
    text-align: center;
  }

  .info .info_title .info_title--img {
    width: 53.333333333333336vw;
  }

  .info .info_box .info_detail .info_detail_title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .info .info_box .info_detail .info_detail_title .info_detail_title--logo {
    width: 39.46666666666667vw;
  }

  .info .info_box .info_detail .info_detail_title .info_detail_title--name {
    padding-left: 3.733333333333334vw;
    font-size: 5.333333333333334vw;
  }

  .info .info_box .info_detail .info_detail_sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5.333333333333334vw 0;
  }

  .info .info_box .info_detail .info_address dl {
    font-size: 3.2vw;
  }

  .info .info_box .info_detail .info_address dl dt {
    width: 14.933333333333335vw;
    padding-bottom: 3.733333333333334vw;
  }

  .info .info_box .info_detail .info_address dl dd {
    padding-left: 6.4vw;
  }

  .info .info_map iframe {
    width: 100%;
    height: 65.06666666666666vw;
    padding: 2.133333333333333vw;
    margin-top: 7.199999999999999vw;
  }

  .info .info_recommend {
    margin-top: 10.666666666666668vw;
    margin-bottom: 13.333333333333334vw;
  }

  .info .info_recommend .info_recommend_btn {
    width: 72.53333333333333vw;
    padding: 3.2vw 0 3.2vw 8.266666666666666vw;
    font-size: 3.466666666666666vw;
  }

  .info .info_recommend .info_recommend_btn span::before {
    right: 0px;
    width: 9px;
    height: 10px;
  }

  .footer .footer_top {
    right: 4.266666666666667vw;
    bottom: 4.266666666666667vw;
    width: 14.399999999999999vw;
    height: 14.399999999999999vw;
    background: url('../images/footer_icon.png') no-repeat center 5.600000000000001vw #fff;
    background-size: 4.8vw 2.666666666666667vw;
    border: 0.533333333333333vw #f5f5f5 solid;
  }

  .footer .footer_inner {
    padding: 4.8vw 0;
  }

  .footer .footer_inner .footer_copy {
    font-size: 2.666666666666667vw;
  }

  .go_to_store_access {
    position: fixed;
    right: -5px;
    bottom: 25vw;
  }
}
@media print, screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }

  .slick-arrow {
    width: 32px;
    height: 32px;
  }

  .slick-arrow:hover {
    background: url('../images/detail_icon_arrow_hover.png') no-repeat;
    background-size: cover;
  }

  .slick-arrow.slick-prev {
    left: -60px;
    margin-top: -16px;
  }

  .slick-arrow.slick-next {
    right: -60px;
    margin-top: -16px;
  }

  .slick-dots {
    bottom: -40px;
  }

  .slick-dots li button {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }

  .modal .modal_bg {
    padding: 40px 0;
  }

  .modal .modal_bg .modal_content {
    position: relative;
    width: 70%;
    max-width: 960px;
    padding: 40px 100px 60px;
    margin: 0 auto;
    border-radius: 20px;
  }

  .modal .modal_bg .modal_close-btn {
    top: -20px;
    right: -20px;
    cursor: pointer;
  }

  .modal .modal_bg .modal_close-btn02 {
    width: 290px;
    padding: 17px 102px 17px 120px;
    font-size: 18px;
    border-radius: 30px;
  }

  .modal .modal_bg .modal_content_title {
    padding-bottom: 32px;
    font-size: 28px;
  }

  .modal .modal_bg .modal_content_img {
    width: 100%;
    max-width: 651px;
    margin: 70px auto 60px;
  }

  .section {
    padding-right: 80px;
    padding-left: 80px;
  }

  .inner {
    max-width: 960px;
    margin: 0 auto 0;
  }

  .header .header_logo {
    top: 24px;
    left: 20px;
    z-index: 1;
    width: 114px;
  }

  .side {
    top: 90px;
    left: -212px;
    width: 162px;
    border-radius: 0 0 10px 0;
  }

  .side.is-open {
    left: -162px;
  }

  .side .side_inner {
    padding: 15px 0 30px 16px;
  }

  .side .side_link {
    padding-bottom: 17px;
    margin-bottom: 17px;
  }

  .side .side_link a {
    font-size: 12px;
  }

  .side .side_link a:hover {
    opacity: 0.7;
  }

  .side .side_title {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .side .side_list li {
    padding-left: 14px;
    margin-top: 15px;
  }

  .side .side_list li a {
    padding-left: 20px;
    font-size: 12px;
  }

  .side .side_list li a:hover {
    text-decoration: underline;
  }

  .side .side_list li a span {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }

  .side .side_list li a span::before {
    margin-top: -2px;
    margin-left: -1px;
    border-width: 2px 0 2px 4px;
  }

  .side .side_menu_btn {
    top: 0;
    right: -50px;
    width: 50px;
    height: 52px;
    background: url('../images/side_icon_open.png') no-repeat center center #003894;
    border: 2px #f5f5f5 solid;
    border-left: none;
    border-radius: 0 10px 10px 0;
  }

  .side .side_menu_btn:hover {
    opacity: 0.7;
  }

  .side .side_menu_btn.is-active {
    background: url('../images/side_icon_close.png') no-repeat center center #003894;
  }

  .back_to_product_button {
    margin-top: 30px;
    font-size: 1.2rem;
  }

  .back_to_product_button::after {
    width: 14px;
    height: 14px;
    border: 5px solid #003894;
    border-right: 0;
    border-bottom: 0;
  }

  .mv {
    padding: 24px 61px 100px 61px;
  }

  .mv::after {
    border-width: 100px 0 0 100vw;
  }

  .mv .mv_inner {
    max-width: 1196px;
  }

  .mv .mv_img_box {
    padding-left: 94px;
  }

  .mv .mv_img {
    max-width: 996px;
    padding: 19px;
    border: 5px solid #003894;
    border-radius: 10px;
    box-shadow: 12px 12px 0px #003894;
  }

  .mv .mv_img::before {
    top: -29px;
    right: -6px;
    width: 247px;
    height: 198px;
  }

  .mv .mv_detail {
    margin-top: -128px;
  }

  .mv .mv_title {
    padding: 4px 8px 8px 12px;
    margin-bottom: 12px;
    font-size: 44px;
  }

  .mv .mv_storename {
    font-size: 44px;
  }

  .mv .mv_storename span {
    padding: 0 12px 8px;
    box-shadow: 12px 12px 0px #ffd568;
  }

  .mv .mv_lead {
    margin-top: 30px;
    font-size: 20px;
  }

  .about .about_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }

  .about .about_img {
    position: relative;
    width: calc(460 / 960 * 100%);
  }

  .about .about_img::before {
    top: -76px;
    right: -74px;
  }

  .about .about_title--img {
    width: 155px;
  }

  .about .about_detail {
    width: calc(500 / 960 * 100%);
  }

  .about .about_lead {
    width: calc(398 / 500 * 100%);
    margin-top: 32px;
    font-size: 18px;
  }

  .about .about_btn {
    width: 286px;
    margin-top: 24px;
    font-size: 20px;
  }

  .about .about_btn a {
    padding: 3px 0 7px 23px;
  }

  .about .about_btn span {
    top: 8px;
    right: 23px;
    width: 24px;
    height: 24px;
  }

  .about .about_btn span::before {
    top: 7px;
    left: 11px;
    width: 2px;
    height: 10px;
  }

  .about .about_btn span::after {
    top: 11px;
    left: 7px;
    width: 10px;
    height: 2px;
  }

  .go::before {
    border-width: 100px 0 0 100vw;
  }

  .go .go_lead {
    min-height: 279px;
    margin-top: -80px;
    font-size: 20px;
    background: url('../images/go_arrow.png') no-repeat center top 100%;
  }

  .go .go_lead span::before {
    top: -56px;
    left: -125px;
    width: 100px;
    height: 147px;
    background: url('../images/go_illust.png') no-repeat 100%;
  }

  .go .go_lead span::after {
    top: -90px;
    right: -120px;
    width: 106px;
    height: 113px;
    background: url('../images/go_icon.png') no-repeat;
  }

  .products {
    padding-bottom: 40px;
  }

  .products .products_title {
    padding-bottom: 32px;
    margin-bottom: 48px;
    font-size: 28px;
  }

  .products .products_list {
    grid-template-rows: repeat(auto-fill, 52px);
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    grid-gap: 20px;
  }

  .products .products_list li a:hover {
    opacity: 0.7;
  }

  .detail .detail_bg::before {
    top: -55px;
    width: 191px;
    height: 118px;
    margin-left: -96px;
    background: url('../images/detail_bg_03.png') no-repeat;
    background-size: 100% 100%;
  }

  .detail .detail_bg:nth-child(1)::before {
    top: 10px;
    width: 6px;
    height: 76px;
    margin-left: -3px;
    background: url('../images/detail_bg_01.png') no-repeat;
    background-size: 100% 100%;
  }

  .detail .detail_bg:nth-child(2n)::before {
    top: -58px;
    width: 191px;
    height: 118px;
    margin-left: -96px;
    background: url('../images/detail_bg_02.png') no-repeat;
    background-size: 100% 100%;
  }

  .detail .detail_bg .detail_cnt {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .detail .detail_bg .detail_cnt::before,
  .detail .detail_bg .detail_cnt::after {
    border-width: 100px 0 0 100vw;
  }

  .detail .detail_bg .detail_cnt .detail_title::before {
    top: -62px;
    left: -70px;
  }

  .detail .detail_bg .detail_cnt .detail_lead {
    border: 5px solid #003894;
    box-shadow: 12px 12px 0px #003894;
  }

  .detail .detail_bg .detail_cnt .detail_lead::after {
    top: 85px;
    right: -38px;
  }

  .detail .detail_bg .detail_cnt .detail_item {
    border: 5px solid #003894;
  }

  .detail .detail_bg:nth-child(2n) .detail_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .detail .detail_bg:nth-child(2n) .detail_cnt {
    margin-top: -8px;
  }

  .detail .detail_bg:nth-child(2n) .detail_cnt::before,
  .detail .detail_bg:nth-child(2n) .detail_cnt::after {
    border-width: 100px 0 0 100vw;
  }

  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_img-size1 {
    margin-right: auto;
    margin-left: 0;
  }

  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_img-size2 {
    width: calc(275 / 560 * 100%);
  }

  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_title {
    text-align: right;
  }

  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_title::before {
    top: -60px;
    right: -64px;
    left: auto;
  }

  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_lead {
    border: 5px solid #ffd568;
    box-shadow: -12px 12px 0px #ffd568;
  }

  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_lead::after {
    top: 85px;
    left: -38px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_item {
    border: 5px solid #ffd568;
  }

  .detail .detail_title {
    margin: 0 0 20px 8px;
    font-size: 40px;
  }

  .detail .detail_title::before {
    width: 164px;
    height: 156px;
  }

  .detail .detail_text_box {
    width: calc(346 / 960 * 100%);
    margin-top: -50px;
  }

  .detail .detail_lead {
    padding: 32px;
    border-radius: 12px;
  }

  .detail .detail_lead::after {
    width: 33px;
    height: 38px;
  }

  .detail .detail_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .detail .detail_img_box {
    width: calc(576 / 960 * 100%);
  }

  .detail .detail_img {
    padding: 8px;
  }

  .detail .detail_img-size1 {
    max-width: 560px;
    margin-right: 0;
    margin-left: auto;
  }

  .detail .detail_img-size2 {
    width: calc(275 / 560 * 100%);
  }

  .detail .detail_img_column {
    max-width: 560px;
    margin-right: 0;
    margin-left: auto;
  }

  .detail .detail_list_slider {
    padding-bottom: 40px;
  }

  .detail .detail_list {
    width: 100%;
    max-width: 720px;
    margin: 48px auto 0;
  }

  .detail .detail_list::before {
    top: -30px;
    right: -20px;
    width: 102px;
    height: 89px;
  }

  .detail .detail_item {
    box-sizing: border-box;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 16px;
    border-radius: 5px;
  }

  .detail .detail_item_text {
    width: 384px;
    padding-top: 20px;
    margin-left: 32px;
  }

  .detail .detail_item_title {
    font-size: 20px;
  }

  .detail .detail_item_lead {
    margin-top: 20px;
    font-size: 16px;
  }

  .other_bg {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .other_bg::before {
    top: -65px;
    width: 191px;
    height: 118px;
    margin-left: -96px;
  }

  .other_bg::after {
    border-width: 100px 0 0 100vw;
  }

  .other {
    padding-top: 64px;
    padding-bottom: 100px;
  }

  .other .other_cnt {
    padding: 40px 20px 55px;
    margin: 23px auto 32px;
    border: 5px solid #003894;
    border-radius: 20px;
  }

  .other .other_inner {
    max-width: 760px;
  }

  .other .other_title {
    padding-bottom: 32px;
    margin-bottom: 48px;
    font-size: 28px;
    border-bottom: 3px solid #003894;
  }

  .other .other_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .other .other_detail {
    width: 460px;
    margin-left: 32px;
  }

  .other .other_detail_title {
    font-size: 20px;
  }

  .other .other_detail_lead {
    margin-top: 20px;
  }

  .goal {
    padding-top: 47px;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }

  .goal::before {
    top: -100px;
    width: 6px;
    height: 76px;
    margin-left: -3px;
    background: url('../images/detail_bg_01.png') no-repeat;
    background-size: 100% 100%;
  }

  .goal .goal_img {
    max-width: 660px;
    padding: 8px;
  }

  .goal .goal_img::before {
    top: -63px;
    right: -46px;
    width: 141px;
    height: 125px;
    background: url('../images/goal_icon.png') no-repeat;
  }

  .goal .goal_lead {
    margin-top: 32px;
    font-size: 18px;
    text-align: center;
  }

  .info .info_title {
    padding-bottom: 40px;
  }

  .info .info_title .info_title--img {
    width: 318px;
  }

  .info .info_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }

  .info .info_box .info_detail {
    width: calc(450 / 960 * 100%);
    margin-right: 30px;
  }

  .info .info_box .info_detail .info_detail_title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .info .info_box .info_detail .info_detail_title .info_detail_title--logo {
    width: calc(186 / 450 * 100%);
  }

  .info .info_box .info_detail .info_detail_title .info_detail_title--name {
    padding-left: 16px;
    font-size: 24px;
  }

  .info .info_box .info_detail .info_detail_sns {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 0 24px;
  }

  .info .info_box .info_detail .info_address dl {
    font-size: 16px;
  }

  .info .info_box .info_detail .info_address dl dt {
    width: 64px;
    padding-bottom: 6px;
  }

  .info .info_box .info_detail .info_address dl dd {
    padding-left: 24px;
  }

  .info .info_map {
    width: calc(430 / 960 * 100%);
  }

  .info .info_map::before {
    position: absolute;
    top: -70px;
    right: -70px;
    z-index: -1;
    width: 176px;
    height: 176px;
    content: '';
    background: url('../images/info_bg_map.png') no-repeat;
  }

  .info .info_map iframe {
    width: 100%;
    height: 260px;
    padding: 8px;
  }

  .info .info_recommend {
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .info .info_recommend .info_recommend_btn {
    width: fit-content;
    padding: 20px 30px;
    margin: 0 auto;
    font-size: 20px;
  }

  .info .info_recommend .info_recommend_btn span::before {
    right: -16px;
    width: 16px;
    height: 16px;
  }

  .footer .footer_top {
    right: 24px;
    bottom: 24px;
    width: 68px;
    height: 68px;
    background: url('../images/footer_icon.png') no-repeat center 26px #fff;
    border: 2px #f5f5f5 solid;
  }

  .footer .footer_top:hover {
    background: url('../images/footer_icon_active.png') no-repeat center 26px #003894;
  }

  .footer .footer_inner {
    padding: 15px 0 18px;
  }

  .footer .footer_inner .footer_copy {
    font-size: 12px;
  }

  .go_to_store_access {
    position: fixed;
    right: -5px;
    bottom: 116px;
  }
}
