@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500|Roboto:300,400,500,700|Noto+Sans+JP:400,500,700|Material+Icons&display=swap');

html {
  font-size: 16px;
}
body, body * {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background-color: #f6f4ef;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif !important;
  font-size: 1rem;
  line-height: 1.7;
}
_:-ms-lang(x), body {
  font-family: 'Meiryo', sans-serif !important;
}
body>.wrapper {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
sup {
  font-size: 0.7em;
}
input[type="button"], input[type="submit"], button {
  background: none;
  border: 0;
  cursor: pointer;
}
ul:not([class*="plain"]), ol:not([class*="plain"]) {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #01418f;
  text-decoration: none;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.aligncenter {
  text-align: center;
}
section {
  padding: 0 15px 20px;
}
@media screen and (min-width: 896px) {
  section {
    padding: 0 20px 20px;
  }
}
section+section {
  margin-top: 30px;
}
p {
  font-size: 0.875rem;
}
h1 {
  margin: 0;
  padding: 20px 0 15px;
}
h1 .name {
  display: block;
  margin: 0 0 5px;
  padding: 30px 0 15px;
  text-align: center;
  font-size: 5vw;
  position: relative;
}
h1 .name span {
  position: relative;
}
h1 .name span::after {
  content: '';
  display: block;
  width: 80%;
  height: 4px;
  background-color: #f0f0f0;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 896px) {
  h1 .name {
    margin: 0;
    padding: 40px 0 15px;
    font-size: 2rem;
  }
}
h2 {
  text-align: center;
  font-size: 4vw;
}
@media screen and (min-width: 896px) {
  h2 {
    font-size: 1.125rem;
  }
}
.btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn {
  display: block;
  margin: 20px 0;
  padding: 7px 20px;
  background-color: #FFEA7E;
  border-radius: 100px;
  text-align: center;
  color: #000;
  font-size: 4vw;
  font-weight: 500;
  position: relative;
}
.btn::before, .btn::after {
  content: '';
  background-color: #3c3c3c;
  position: absolute;
}
.btn.fwd {
  padding: 7px 55px 7px 20px;
}
.btn.fwd::before {
  width: 11px;
  height: 2px;
  top: 17.3px;
  right: 12px;
  border-radius: 4px 6px 2px 4px;
  transform: rotate(35deg);
}
.btn.fwd::after {
  width: 32px;
  height: 2px;
  top: 20px;
  right: 12.5px;
  border-radius: 1px;
}
.btn.bck {
  padding: 7px 20px 7px 55px;
}
.btn.bck::before {
  width: 11px;
  height: 2px;
  top: 17.3px;
  left: 12px;
  border-radius: 4px 6px 2px 4px;
  transform: rotate(-35deg);
}
.btn.bck::after {
  width: 32px;
  height: 2px;
  top: 20px;
  left: 12.5px;
  border-radius: 1px;
}
@media screen and (max-width: 895px) {
  .btns>*:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 896px) {
  .btns {
    flex-direction: row;
  }
  .btns>*:not(:first-child) {
    margin-left: 20px;
  }
  .btn {
    font-size: 1rem;
  }
}


.header-bar,
.header,
.main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.header {
  position: relative;
}
.header-bar {
  position: sticky;
  top: 0;
  z-index: 9999;
}
.main-content {
  counter-reset: num-step num-part;
  padding: 20px 0;
}
.main-content__inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (min-width: 896px) {
  .main-content {
    padding: 30px 5.334%;
  }
  .main-content p {
    font-size: 1rem;
  }
}
.footer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
}



.head-logo {
  padding: 10px 20px;
}
.head-logo img {
  width: 12.5rem;
}
.header {
  height: 300px;
  background: url(../img/bg_header.jpg) no-repeat center / cover;
}
.header::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(52,52,60,0.25);
  /*background-color: rgba(255,255,255,0.3);*/
  position: absolute;
  left: 0;
  top: 0;
}
.header::after {
  content: '';
  width: 208px;
  height: 219px;
  background: url(img/guide.png) no-repeat center / cover;
  position: absolute;
  right: 80px;
  bottom: -20px;
  z-index: 1;
}
.header__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header__inner::before {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  background: url(img/gift-box.svg) no-repeat center / cover;
  position: absolute;
  left: 165px;
  top: 65px;
  transform: rotate(-10deg);
}
h1 .name {
  color: #fff;
}
h1 .name span::after {
  background-color: rgba(255,255,255,0.5);
}
@media screen and (max-width: 895px) {
  .header {
    height: 200px;
  }
  .header::after {
    width: 80px;
    height: 84px;
    right: 20px;
    bottom: -10px;
  }
  .header__inner::before {
    width: 60px;
    height: 60px;
    left: 20px;
    top: 20px;
  }
}
h1+ul.parts {
  counter-reset: num-parts;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  padding: 10px 10px 0;
  background-color: rgba(1,65,144,.8);
  position: relative;
  z-index: 1;
}
h1+ul.parts li {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  color: #fff;
}
h1+ul.parts li::before {
  counter-increment: num-parts;
  content: counter(num-parts);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  margin-right: 5px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid rgba(1,65,144,1);
  line-height: 1;
  font-family: Oswald;
  color: rgba(1,65,144,1);
}
h1+ul.parts li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 895px) {
  h1+ul.parts {
    justify-content: flex-start;
  }
  h1+ul.parts li {
    font-size: 0.875rem;
  }
  h1+ul.parts li:not(:last-child) {
    margin-right: 10px;
  }
}

.mark-blue, .mark-green, .mark-orange, .mark-yellow {
  display: inline;
  padding: 2px;
}
.mark-blue {
  background: repeating-linear-gradient(-45deg,#b7e3ff,#b7e3ff 2px,transparent 2px,transparent 4px);
}
.mark-green {
  background: repeating-linear-gradient(-45deg,#bdf9c3,#bdf9c3 2px,transparent 2px,transparent 4px);
}
.mark-yellow {
  background: repeating-linear-gradient(-45deg,#fcf69f,#fcf69f 2px,transparent 2px,transparent 4px);
}
.mark-orange {
  background: repeating-linear-gradient(-45deg,#ffddbc,#ffddbc 2px,transparent 2px,transparent 4px);
}

.-flex-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.-item {
  position: relative;
}
@media screen and (max-width: 895px) {
  .-flex-items {
    flex-direction: column;
  }
}

.main-content>h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.main-content>h2>span.num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  margin: 0 5px;
  padding: 5px;
  border: 1px solid rgba(1,65,144,1);
  line-height: 1;
  font-family: Oswald;
  font-size: 1.125rem;
  color: rgba(1,65,144,1);
}

.index {
  margin: 20px;
}
.index .-item {
  padding: 10px 20px 0;
  border: 1px solid rgba(1,65,144,1);
  border-radius: 5px;
}
@media print, screen and (min-width: 896px) {
  .index {
    margin: 0;
  }
  .index .-item {
    width: calc(33% - 20px);
    margin-right: 30px;
  }
  .index .-item:nth-child(3n) {
    margin-right: 0;
  }
  .index .-item:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 895px) {
  .index .-flex-items {
    flex-direction: row;
  }
  .index .-item {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .index .-item:nth-child(2n) {
    margin-right: 0;
  }
  .index .-item:nth-child(n+3) {
    margin-top: 20px;
  }
}
.index .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 1.125rem;
}
.index .thumbnail {
  margin: -10px -20px 0;
  border-radius: 5px 5px 0 0;
  height: 150px;
  background-color: #ddd;
}
.index .thumbnail img {
  width: 100%;
  height: 150px;
  border-radius: 0 0 5px 5px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 895px) {
  .index .title {
    font-size: 4vw;
  }
  .index .thumbnail {
    height: 30vw;
  }
  .index .thumbnail img {
    height: 30vw;
  }
}

.example {
  margin: 20px;
}
@media print, screen and (min-width: 896px) {
  .example {
    margin: 0;
  }
  .example .-item {
    width: calc(50% - 10px);
  }
  .example .-item:not(:nth-child(2n)) {
    margin-right: 20px;
  }
  .example .-item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 895px) {
  .example .-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.example>h3 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
/*
.example>h3::before {
  counter-increment: num-part;
  content: counter(num-part);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid rgba(1,65,144,1);
  line-height: 1;
  font-family: Oswald;
  font-size: 1.125rem;
  color: rgba(1,65,144,1);
}
*/
.example>h3>span {
  display: block;
  width: 100%;
  padding: 5px 10px;
  background-color: rgba(1,65,144,1);
  color: #fff;
  font-size: 4vw;
  text-align: center;
}
@media screen and (min-width: 896px) {
  .example>h3>span {
    border-radius: 100px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 895px) {
  .example>h3 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.example .-item.sample::before {
  content: '撮影例';
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 0.875rem;
  position: absolute;
  left: 10px;
  top: 10px;
}
.example .title {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid rgba(1,65,144,1);
  background-color: #fff;
  font-family: Oswald;
  font-size: 0.875rem;
  position: absolute;
  left: 10px;
  top: 10px;
}
.example .title::before {
  content: attr(data-num);
  display: inline-block;
  margin: -5px 10px -5px -10px;
  padding: 5px 10px;
  background-color: rgba(1,65,144,1);
  font-size: 0.875rem;
  color: #fff;
}
.example .thumbnail {
  margin: 0;
  height: 300px;
  background-color: #ddd;
}
.example .thumbnail img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.example .thumbnail:last-child,
.example .thumbnail:last-child img {
  border-radius: 0 0 5px 5px;
}
.example .thumbnail img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 300px;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.example .description:not(:empty) {
  width: calc(100% - 20px);
  padding: 10px 20px;
  background-color: rgba(0,0,0,.7);
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.button {
  display: block;
  margin-top: 15px;
  border: 1px solid rgba(1,65,144,1);
  border-radius: 100px;
  background-color: #fff;
  color: rgba(1,65,144,1);
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 895px) {
  .example .thumbnail {
    height: auto;
  }
  .example .thumbnail img {
    height: auto;
  }
  .example .thumbnail.portrait img {
    width: 80%;
  }
}

ol.purpose {
  counter-reset: num-purpose;
}
ol.purpose li {
  margin: 0 0 30px;
  padding: 0 0 0 3em;
  position: relative;
}
ol.purpose li::before {
  counter-increment: num-purpose;
  content: counter(num-purpose);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  margin-right: 5px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid rgba(1,65,144,1);
  line-height: 1;
  font-family: Oswald;
  color: rgba(1,65,144,1);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 895px) {
  ol.purpose {
    margin: 20px;
    font-size: 0.875rem;
  }
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table:not([class]) {
  margin: 1em 0;
}
table td>*:first-child {
  margin-top: 0;
}
table td>*:last-child {
  margin-bottom: 0;
}
table.default {
  background-color: #fff;
}
@media screen and (max-width: 895px) {
  table:not([class]),
  table.default {
    display: block;
    width: 100%;
  }
  table:not([class]) tbody, table:not([class]) tr, table.default thead, table.default tbody, table.default tr {
    display: block;
    width: 100%;
  }
  table:not([class]) th,
  table:not([class]) td,
  table.default th,
  table.default td {
    display: block;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    padding: 10px 20px;
  }
  table:not([class]) tbody:first-child tr:first-child th:first-child,
  table:not([class]) tbody:first-child tr:first-child td:first-child,
  table.default thead:first-child tr:first-child th:first-child,
  table.default thead:first-child tr:first-child td:first-child,
  table.default tbody:first-child tr:first-child th:first-child,
  table.default tbody:first-child tr:first-child td:first-child,
  table.default.thead-none tbody:first-of-type tr:first-child th:first-child,
  table.default.thead-none tbody:first-of-type tr:first-child td:first-child,
  table.default.has-caption thead:nth-child(2) th:first-child,
  table.default.has-caption thead:nth-child(2) td:first-child,
  table.default.has-caption tbody:nth-child(2) th:first-child,
  table.default.has-caption tbody:nth-child(2) td:first-child,
  table.default.tr-separate th:first-child,
  table.default.tr-separate td:first-child {
    border-top: 1px solid rgba(0,0,0,0.1);
  }
  table:not([class]) th:first-child,
  table:not([class]) td:first-child,
  table.default th {
    background-color: rgba(0,0,0,0.02);
    font-weight: 700;
  }
  table.thead-none thead {
    display: none !important;
  }
  table.tr-separate tr {
    margin-bottom: 20px !important;
  }
}
@media print, screen and (min-width: 896px) {
  table.full-width {
    width: 100%;
  }
  table.full-width td.full {
    width: 100%;
  }
  table:not([class]) th,
  table:not([class]) td,
  table.default th,
  table.default td {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px 20px;
    vertical-align: top;
  }
  table:not([class]) th,
  table:not([class]) td:first-child,
  table.default th {
    white-space: nowrap;
  }
}
table:not([class]) th,
table.default th {
  text-align: left;
}

@media screen and (max-width: 895px) {
  table {
    font-size: 0.875rem;
  }
}
