/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.en {
  font-family: "josefin-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 1180px;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ------------------------------
 width: all
------------------------------ */
header {
  background-color: #fff;
  padding: 0 40px;
}
header .wrapper {
  height: 100px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .wrapper .logo {
  width: 208.5px;
  display: block;
}
header .wrapper .logo img {
  width: 100%;
  display: block;
}
header .wrapper .gnav {
  width: calc(100% - 210px);
}
header .wrapper .gnav ul {
  text-align: right;
  font-size: 0;
  letter-spacing: 0;
}
header .wrapper .gnav ul li {
  display: inline-block;
  margin-left: 30px;
}
header .wrapper .gnav ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
header .wrapper .gnav ul li select {
  width: 100px;
  font-size: 16px;
  padding: 3px 5px;
}
header .wrapper .gnav ul li select option {
  font-size: 16px;
}
header .ham {
  display: none;
}
header .spmenu {
  display: none;
}

main section .photo_name {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
main section .photo_name img {
  width: 24px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
main section .ttlbox .icon {
  width: 40px;
  display: block;
  margin: 0 auto;
}
main section .ttlbox .ttl {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-top: 15px;
}
main section .bnr01 {
  width: 601.5px;
  display: block;
  margin: 50px auto 0;
}
main section .bnr01 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper {
  position: relative;
}
main section.s01 .wrapper .photo_name {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  z-index: 1000000;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox {
  width: 100%;
  height: 808px;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-pagination {
  text-align: center;
  padding-bottom: 30px;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-pagination span {
  width: 14px;
  height: 14px;
  margin: 0 15px;
  background-color: #fff !important;
  opacity: 1 !important;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #aaa !important;
}
main section.s01 .wrapper .msg01 {
  font-size: 34px;
  font-weight: bold;
  line-height: 125%;
  color: #fff;
  position: absolute;
  bottom: 90px;
  right: 0;
  left: 0;
  width: 1000px;
  margin: 0 auto;
  z-index: 100000;
}
main section.s02 {
  padding: 70px 0;
}
main section.s02 .wrapper {
  width: 1000px;
  margin: 0 auto;
}
main section.s02 .wrapper .t01 {
  font-size: 16px;
  line-height: 150%;
}
main section.s03 {
  background-color: #fafafa;
  padding: 100px 0;
}
main section.s03 .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.s03 .wrapper ul li {
  margin-top: 50px;
}
main section.s03 .wrapper ul li:nth-child(even) dl dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s03 .wrapper ul li:nth-child(even) dl dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s03 .wrapper ul li dl {
  background-color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s03 .wrapper ul li dl dt {
  width: 50%;
}
main section.s03 .wrapper ul li dl dt img {
  width: 100%;
  display: block;
}
main section.s03 .wrapper ul li dl dd {
  width: 50%;
  padding: 30px 25px;
}
main section.s03 .wrapper ul li dl dd .cat span {
  display: inline-block;
  vertical-align: top;
  background-color: #012b53;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  padding: 10px 10px;
}
main section.s03 .wrapper ul li dl dd .t01 {
  font-size: 24px;
  font-weight: bold;
  line-height: 135%;
  margin-top: 10px;
}
main section.s03 .wrapper ul li dl dd .price {
  width: 300px;
  border-top: 1px solid #000000;
  color: #c85468;
  font-size: 16px;
  margin-top: 15px;
  padding-top: 10px;
}
main section.s03 .wrapper ul li dl dd .price span {
  font-size: 20px;
  display: inline-block;
  font-weight: bold;
  margin: 0 7px;
}
main section.s04 {
  padding: 100px 0;
}
main section.s04 .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.s04 .wrapper dl {
  margin-top: 80px;
}
main section.s04 .wrapper dl dt span {
  display: inline-block;
  vertical-align: top;
  background-color: #012b53;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  padding: 8px 14px;
  font-weight: bold;
}
main section.s04 .wrapper dl dt span img {
  width: 32px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
main section.s04 .wrapper dl dd {
  margin-top: 20px;
}
main section.s04 .wrapper dl dd ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
main section.s04 .wrapper dl dd ul li {
  width: calc(50% - 10px);
  position: relative;
}
main section.s04 .wrapper dl dd ul li .photo {
  width: 100%;
  display: block;
}
main section.s04 .wrapper dl dd ul li .photo_name {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1000000;
  font-size: 20px;
}
main section.s04 .wrapper dl dd .t01 {
  font-size: 16px;
  line-height: 180%;
  margin-top: 15px;
}
main section.s05 {
  background-color: #012b53;
  padding: 100px 0;
}
main section.s05 .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.s05 .wrapper .ttlbox .ttl {
  color: #fff;
}
main section.s05 .wrapper .t01 {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
}
main section.s05 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 34px;
  margin-top: 60px;
}
main section.s05 .wrapper ul li {
  width: 344px;
  min-height: 520px;
  background-color: #fff;
  padding: 20px 22px;
}
main section.s05 .wrapper ul li .photo {
  width: 100%;
  display: block;
}
main section.s05 .wrapper ul li dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
main section.s05 .wrapper ul li dl dt {
  width: 90px;
  font-size: 64px;
  line-height: 100%;
}
main section.s05 .wrapper ul li dl dd {
  width: calc(100% - 90px);
  font-size: 22px;
  font-weight: bold;
  line-height: 135%;
  padding-top: 10px;
}
main section.s05 .wrapper ul li .t02 {
  font-size: 16px;
  line-height: 150%;
  margin-top: 15px;
}
main section.s06 {
  padding: 80px 0;
}
main section.s06 .wrapper .bnr01 {
  margin: 0 auto;
}

footer {
  padding: 35px 0;
}
footer .wrapper .logo {
  width: 208.5px;
  display: block;
  margin: 0 auto;
}
footer .wrapper .logo img {
  width: 100%;
  display: block;
}
footer .wrapper .copy {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  header {
    background-color: #fff;
    padding: 0 20px;
    position: relative;
  }
  header .wrapper {
    height: 65px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .wrapper .logo {
    width: 170px;
    display: block;
  }
  header .wrapper .logo img {
    width: 100%;
    display: block;
  }
  header .wrapper .gnav {
    display: none;
  }
  header .wrapper .gnav ul {
    text-align: right;
    font-size: 0;
    letter-spacing: 0;
  }
  header .wrapper .gnav ul li {
    display: inline-block;
    margin-left: 30px;
  }
  header .wrapper .gnav ul li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #000;
  }
  header .wrapper .gnav ul li select {
    width: 100px;
    font-size: 16px;
    padding: 3px 5px;
  }
  header .wrapper .gnav ul li select option {
    font-size: 16px;
  }
  header .ham {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
  }
  header .spmenu {
    position: absolute;
    background-color: #0a5096;
    padding: 20px;
    top: 65px;
    right: 0;
    left: 0;
    z-index: 10000000;
  }
  header .spmenu .spwrapper ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  header .spmenu .spwrapper ul li:last-child {
    border: none;
  }
  header .spmenu .spwrapper ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
  }
  header .spmenu .spwrapper ul li select {
    width: 100px;
    font-size: 14px;
    padding: 3px 5px;
    margin-top: 15px;
    color: #000;
  }
  header .spmenu .spwrapper ul li select option {
    font-size: 16px;
  }
  header .spmenu .close {
    width: 80px;
    height: 30px;
    margin: 20px auto 0;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
  }
  main section .photo_name {
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }
  main section .photo_name img {
    width: 24px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }
  main section .ttlbox .icon {
    width: 36px;
    display: block;
    margin: 0 auto;
  }
  main section .ttlbox .ttl {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
  }
  main section .bnr01 {
    width: 601.5px;
    max-width: 80%;
    display: block;
    margin: 40px auto 0;
  }
  main section .bnr01 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper {
    position: relative;
  }
  main section.s01 .wrapper .photo_name {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
    z-index: 1000000;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox {
    width: 100%;
    height: calc(100vh - 65px);
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-pagination {
    text-align: center;
    padding-bottom: 10px;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-pagination span {
    width: 8px;
    height: 8px;
    margin: 0 10px;
    background-color: #fff !important;
    opacity: 1 !important;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #aaa !important;
  }
  main section.s01 .wrapper .msg01 {
    font-size: 18px;
    font-weight: bold;
    line-height: 135%;
    color: #fff;
    position: absolute;
    bottom: 60px;
    right: 0;
    left: 0;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    z-index: 100000;
  }
  main section.s02 {
    padding: 30px 20px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .t01 {
    font-size: 14px;
    line-height: 150%;
  }
  main section.s03 {
    background-color: #fafafa;
    padding: 70px 20px;
  }
  main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s03 .wrapper ul li {
    margin-top: 40px;
  }
  main section.s03 .wrapper ul li dl {
    display: block;
  }
  main section.s03 .wrapper ul li dl dt {
    width: 100%;
  }
  main section.s03 .wrapper ul li dl dt img {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper ul li dl dd {
    width: 100%;
    padding: 20px 15px;
  }
  main section.s03 .wrapper ul li dl dd .cat span {
    display: inline-block;
    vertical-align: top;
    background-color: #012b53;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    padding: 7px 7px;
  }
  main section.s03 .wrapper ul li dl dd .t01 {
    font-size: 18px;
    font-weight: bold;
    line-height: 135%;
    margin-top: 5px;
  }
  main section.s03 .wrapper ul li dl dd .price {
    width: 200px;
    border-top: 1px solid #000000;
    color: #c85468;
    font-size: 14px;
    margin-top: 15px;
    padding-top: 5px;
  }
  main section.s03 .wrapper ul li dl dd .price span {
    font-size: 17px;
    display: inline-block;
    font-weight: bold;
    margin: 0 7px;
  }
  main section.s04 {
    padding: 70px 20px;
  }
  main section.s04 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s04 .wrapper dl {
    margin-top: 40px;
  }
  main section.s04 .wrapper dl dt span {
    display: inline-block;
    vertical-align: top;
    background-color: #012b53;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 14px;
    font-weight: bold;
  }
  main section.s04 .wrapper dl dt span img {
    width: 24px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }
  main section.s04 .wrapper dl dd {
    margin-top: 15px;
  }
  main section.s04 .wrapper dl dd ul {
    display: block;
  }
  main section.s04 .wrapper dl dd ul li {
    width: 100%;
    position: relative;
    margin-top: 10px;
  }
  main section.s04 .wrapper dl dd ul li .photo {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper dl dd ul li .photo_name {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000000;
    font-size: 16px;
  }
  main section.s04 .wrapper dl dd .t01 {
    font-size: 14px;
    line-height: 180%;
    margin-top: 12px;
  }
  main section.s05 {
    background-color: #012b53;
    padding: 70px 20px;
  }
  main section.s05 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s05 .wrapper .ttlbox .ttl {
    color: #fff;
  }
  main section.s05 .wrapper .t01 {
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-top: 15px;
  }
  main section.s05 .wrapper ul {
    display: block;
    margin-top: 40px;
  }
  main section.s05 .wrapper ul li {
    width: 100%;
    min-height: 0;
    background-color: #fff;
    padding: 20px 22px;
    margin-top: 20px;
  }
  main section.s05 .wrapper ul li .photo {
    width: 100%;
    display: block;
  }
  main section.s05 .wrapper ul li dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5px;
  }
  main section.s05 .wrapper ul li dl dt {
    width: 90px;
    font-size: 64px;
    line-height: 100%;
  }
  main section.s05 .wrapper ul li dl dd {
    width: calc(100% - 90px);
    font-size: 18px;
    font-weight: bold;
    line-height: 135%;
    padding-top: 20px;
  }
  main section.s05 .wrapper ul li .t02 {
    font-size: 14px;
    line-height: 150%;
    margin-top: 15px;
  }
  main section.s06 {
    padding: 40px 20px;
  }
  main section.s06 .wrapper .bnr01 {
    margin: 0 auto;
  }
  footer {
    padding: 35px 0;
  }
  footer .wrapper .logo {
    width: 170px;
    display: block;
    margin: 0 auto;
  }
  footer .wrapper .logo img {
    width: 100%;
    display: block;
  }
  footer .wrapper .copy {
    text-align: center;
    font-size: 10px;
    margin-top: 20px;
  }
}