body {
  color: #000;
  background-color: #07154d;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

a {
  color: #af194b;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: #af194b;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

a:hover {
  color: #4b7daf;
  text-decoration: underline;
}

.nav-link {
  display: block;
  padding: .5rem .5rem;
}

a.nav-link {
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease, text-shadow 0.3s ease;
  text-shadow: 0 0 5px #07154d;
}

a.nav-link:hover {
  transform: translateY(-3px);
  text-shadow: 0 4px 5px #07154d;
}

a.tn_link {
  color: #fff;
  text-decoration: none;
}

a.tn_link:hover {
  color: #fff;
  text-decoration: none;
}

a.map_link {
  color: #101e82;
  text-decoration: none;
  vertical-align: middle;
}

a.map_link:hover {
  color: #101e82;
  text-decoration: none;
  vertical-align: middle;
}

.wrap {
  position: relative;
}

section {
  margin: 0 0 6rem;
}

.content {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
  background-color: #fff;
}

.webp .content {
  background-image: url(../img/common/bg-frame.webp);
}

.webp .content {
  background-image: url(../img/common/bg-frame.jpg);
}

.inner {
  width: 100%;
  padding: 0 5rem 5rem;
}

.inner-top {
  width: 100%;
  padding: 5rem;
}

.heading {
  position: relative;
  width: 100%;
  margin: 0 0 1.2em;
  text-align: center;
}

.heading p {
  display: inline-block;
  padding: 0 1.2em;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.05em;
  background-image: url(../img/common/star-1.png), url(../img/common/star-1.png);
  background-position: center left, center right;
  background-size: auto 90%;
  background-repeat: no-repeat;
}

.sec-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 5rem 5rem 0;
  margin: 0 0 3rem;
}

.goods-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  margin: 0 0 3rem;
}

.sec-outer {
  width: 100%;
}

.sec-outer-t {
  margin: 3rem 0 0;
}

.sec-outer-b {
  margin: 0 0 3rem;
}

.sec-inner {
  width: 100%;
  margin: 0 0 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: first baseline;
  flex-wrap: wrap;
}

.sec-inner:last-child {
  margin: 0 0 0;
}

.sec-heading {
  position: relative;
  width: 100%;
  margin: 0 0 .4rem;
  color: #101e82;
  font-size: 20px;
  font-weight: 600;
}

.sec-border {
  width: 100%;
  height: 13px;
  margin: 0 0 1.5rem;
  background-image: url(../img/common/star-3.png), url(../img/common/star-3.png), url(../img/common/border.png);
  background-repeat: no-repeat;
  background-position: center left, center right, center;
  background-size: auto 100%, auto 100%, 98% 1px;
}

.sec-outer p {
  font-size: 14px;
  margin: 0 0 2rem;
}

.sec-cat {
  width: 20%;
  margin: 0 3% 0 0;
  padding: 0.2em .6em;
  color: #101e82;
  font-size: 12px;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  border: #101e82 solid 1px;
}

.sec-cont {
  width: 77%;
  font-size: 18px;
  font-weight: 600;
}

.sec-cont span {
  font-size: 70%;
  font-weight: 400;
}

.sec-cont span.map-icon {
  font-size: 110%;
}

.sec-note {
  width: 100%;
  margin: .6rem 0 0;
}

.sec-note p {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  font-weight: 400;
}

.button {
  position: relative;
  width: 240px;
}

.button a::before {
  content: "";
  display: block;
  padding-top: 30%;
}

.button .off::before {
  content: "";
  display: block;
  padding-top: 30%;
}

.button a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 0 0 20%;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background-color: #101e82;
  background-image: url(../img/common/star-2.png),url(../img/common/arrow.png);
  background-position: center left 4%, center right 6%;
  background-size: 13% auto, 4% auto;
  background-repeat: no-repeat;
  border: solid 1px #101e82;
	outline: solid 1px #fff;
	outline-offset: -5px;
  transition: all 0.3s;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
}

.off {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 0 0 20%;
  color: #cccccc;
  font-size: 14px;
  text-decoration: none;
  background-color: #6c6c6c;
  background-image: url(../img/common/star-2.png),url(../img/common/arrow.png);
  background-position: center left 4%, center right 6%;
  background-size: 13% auto, 4% auto;
  background-repeat: no-repeat;
  border: solid 1px #6c6c6c;
	outline: solid 1px #ccc;
	outline-offset: -5px;
}

.footer {
  position: relative;
  width: 100%;
  padding: 0 0 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo {
  width: 140px;
  margin: 0 1% 0 0;
}

.footer-copy {
  font-size: 12px;
  color: #fff;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .pc-br {
    display: none;
  }

  .pc {
    display: none;
  }
  
  section {
    margin: 0 0 4rem;
  }
  
  .content {
    width: 100%;
  }
  
  .webp .content {
    background-image: url(../img/common/bg-frame-sp.webp);
  }
  
  .webp .content {
    background-image: url(../img/common/bg-frame-sp.jpg);
  }
  
  .inner {
    padding: 2rem 2rem 3rem;
  }

  .inner-top {
    width: 100%;
    padding: 2rem 2rem 3rem;
  }
  
  .heading {
    margin: 0 0 1em;
  }
  
  .heading p {
    font-size: 6vw;
  }

  .sec-image {
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: #fff solid 2px;
  }
  
  .goods-image {
    width: 100%;
    padding: 0;
    margin: 0 0 1rem;
  }
  
  .sec-outer-t {
    margin: 2rem 0 0;
  }
  
  .sec-outer-b {
    margin: 0 0 2rem;
  }
  
  .sec-inner {
    margin: 0 0 1rem;
  }
  
  .sec-heading {
    margin: 0 0 .3rem;
    font-size: 4.4vw;
  }
  
  .sec-border {
    height: 12px;
    margin: 0 0 1.5rem;
  }
  
  .sec-outer p {
    font-size: 3.4vw;
    margin: 0 0 2rem;
  }
  
  .sec-cat {
    width: 36%;
    margin: 0 0 1rem;
    padding: 0.1em .4em;
    color: #101e82;
    font-size: 3vw;
  }
  
  .sec-cont {
    width: 100%;
    font-size: 4vw;
    margin: 0 0 1rem;
  }
  
  .sec-note p {
    margin: 0;
    font-size: 3vw;
  }
  
  .button {
    width: 240px;
    margin: 0 auto;
  }
  
  .button a {
    font-size: 3.6vw;
  }

  .off {
    font-size: 3.6vw;
  }
  
  .footer {
    position: relative;
    width: 100%;
    padding: 0 0 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .footer-logo {
    width: 30%;
    margin: 0 4% 0 0;
  }
  
  .footer-copy {
    font-size: 2.8vw;
    color: #fff;
  }

}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .sp-br {
    display: none;
  }

  .pc {
    display: none;
  }

}

@media screen and (min-width: 1025px) {
  .sp-br {
    display: none;
  }

  .sp {
    display: none;
  }

  .button a:hover {
    color: #fff;
    transform: translate(4px, 4px);
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0);
  }

  .alpha a {
    display: block;
  }

  .alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  .alpha a {
    display: block;
  }

  .alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  a.btn-hover img {
    -webkit-transition: -weblit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  a.btn-hover img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}