@charset "UTF-8";
/****************************************************************************************************
****************************************************************************************************/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
フォント
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
第一引数で基準となる画面幅のフォントサイズ、第二引数で基準となる画面幅を入力
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************

ブレイクポイント

# スマホ
最小
iphone5/se
320x568

iphone6/7/8
375x667

ipone8 Plus
414x736


# タブレット
iPad10.2のSplit View （535px）の画面表示に合わせて
520pxを使用


# パソコン
769以上から
960
1366x768

****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
html {
  font-size: 62.5%;
  line-height: 1.8;
}
@media print, screen and (min-width:769px) {
  html {
    line-height: 2;
  }
}

body {
  font-size: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width:769px) {
  body {
    font-size: 1.6em;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

img {
  border-style: none;
  vertical-align: bottom;
  /*フルードイメージ*/
  max-width: 100%;
  height: auto;
}

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

th, td {
  padding: 10px;
  border: 1px solid #ccc;
}

a {
  color: #1a0dab;
  text-decoration: underline;
}
a:visited {
  color: #660099;
}
a:hover {
  text-decoration: none;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
micro clearfix
ie8+
****************************************************************************************************/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/****************************************************************************************************
フロート
****************************************************************************************************/
.fl {
  float: left;
}

.fr {
  float: right;
}

.fClear {
  clear: both;
}

/****************************************************************************************************
フォントサイズ
****************************************************************************************************/
.txtXS {
  font-size: 65% !important;
}

.txtS {
  font-size: 87.5% !important;
}

.txtL {
  font-size: 112.5% !important;
}

/****************************************************************************************************
テキストの位置
****************************************************************************************************/
.alignC {
  text-align: center !important;
}

.alignL {
  text-align: left !important;
}

.alignR {
  text-align: right !important;
}

.justify {
  text-align: justify !important;
  text-justify: inter-cluster !important;
}

/****************************************************************************************************
フォント
****************************************************************************************************/
.normal {
  font-weight: normal !important;
}

.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.underline {
  text-decoration: underline !important;
}

/****************************************************************************************************
単語の改行
****************************************************************************************************/
.wordwrap {
  display: inline-block;
}

/****************************************************************************************************
文字の色
****************************************************************************************************/
.red {
  color: #f00 !important;
}

/****************************************************************************************************
行間
****************************************************************************************************/
.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

/****************************************************************************************************
インデント
****************************************************************************************************/
.indent1 {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.indent2 {
  margin-left: 2em !important;
  text-indent: -2em !important;
}

.indent3 {
  margin-left: 3em !important;
  text-indent: -3em !important;
}

.indent4 {
  margin-left: 4em !important;
  text-indent: -4em !important;
}

.indent5 {
  margin-left: 5em !important;
  text-indent: -5em !important;
}

/****************************************************************************************************
width
****************************************************************************************************/
.w10px {
  width: 10px !important;
}

.w10px.-sp {
  width: 10px !important;
}
@media print, screen and (min-width:769px) {
  .w10px.-sp {
    width: 100% !important;
  }
}

.w20px {
  width: 20px !important;
}

.w20px.-sp {
  width: 20px !important;
}
@media print, screen and (min-width:769px) {
  .w20px.-sp {
    width: 100% !important;
  }
}

.w30px {
  width: 30px !important;
}

.w30px.-sp {
  width: 30px !important;
}
@media print, screen and (min-width:769px) {
  .w30px.-sp {
    width: 100% !important;
  }
}

.w40px {
  width: 40px !important;
}

.w40px.-sp {
  width: 40px !important;
}
@media print, screen and (min-width:769px) {
  .w40px.-sp {
    width: 100% !important;
  }
}

.w50px {
  width: 50px !important;
}

.w50px.-sp {
  width: 50px !important;
}
@media print, screen and (min-width:769px) {
  .w50px.-sp {
    width: 100% !important;
  }
}

.w60px {
  width: 60px !important;
}

.w60px.-sp {
  width: 60px !important;
}
@media print, screen and (min-width:769px) {
  .w60px.-sp {
    width: 100% !important;
  }
}

.w70px {
  width: 70px !important;
}

.w70px.-sp {
  width: 70px !important;
}
@media print, screen and (min-width:769px) {
  .w70px.-sp {
    width: 100% !important;
  }
}

.w80px {
  width: 80px !important;
}

.w80px.-sp {
  width: 80px !important;
}
@media print, screen and (min-width:769px) {
  .w80px.-sp {
    width: 100% !important;
  }
}

.w90px {
  width: 90px !important;
}

.w90px.-sp {
  width: 90px !important;
}
@media print, screen and (min-width:769px) {
  .w90px.-sp {
    width: 100% !important;
  }
}

.w100px {
  width: 100px !important;
}

.w100px.-sp {
  width: 100px !important;
}
@media print, screen and (min-width:769px) {
  .w100px.-sp {
    width: 100% !important;
  }
}

.w110px {
  width: 110px !important;
}

.w110px.-sp {
  width: 110px !important;
}
@media print, screen and (min-width:769px) {
  .w110px.-sp {
    width: 100% !important;
  }
}

.w120px {
  width: 120px !important;
}

.w120px.-sp {
  width: 120px !important;
}
@media print, screen and (min-width:769px) {
  .w120px.-sp {
    width: 100% !important;
  }
}

.w130px {
  width: 130px !important;
}

.w130px.-sp {
  width: 130px !important;
}
@media print, screen and (min-width:769px) {
  .w130px.-sp {
    width: 100% !important;
  }
}

.w140px {
  width: 140px !important;
}

.w140px.-sp {
  width: 140px !important;
}
@media print, screen and (min-width:769px) {
  .w140px.-sp {
    width: 100% !important;
  }
}

.w150px {
  width: 150px !important;
}

.w150px.-sp {
  width: 150px !important;
}
@media print, screen and (min-width:769px) {
  .w150px.-sp {
    width: 100% !important;
  }
}

.w160px {
  width: 160px !important;
}

.w160px.-sp {
  width: 160px !important;
}
@media print, screen and (min-width:769px) {
  .w160px.-sp {
    width: 100% !important;
  }
}

.w170px {
  width: 170px !important;
}

.w170px.-sp {
  width: 170px !important;
}
@media print, screen and (min-width:769px) {
  .w170px.-sp {
    width: 100% !important;
  }
}

.w180px {
  width: 180px !important;
}

.w180px.-sp {
  width: 180px !important;
}
@media print, screen and (min-width:769px) {
  .w180px.-sp {
    width: 100% !important;
  }
}

.w190px {
  width: 190px !important;
}

.w190px.-sp {
  width: 190px !important;
}
@media print, screen and (min-width:769px) {
  .w190px.-sp {
    width: 100% !important;
  }
}

.w200px {
  width: 200px !important;
}

.w200px.-sp {
  width: 200px !important;
}
@media print, screen and (min-width:769px) {
  .w200px.-sp {
    width: 100% !important;
  }
}

.w210px {
  width: 210px !important;
}

.w210px.-sp {
  width: 210px !important;
}
@media print, screen and (min-width:769px) {
  .w210px.-sp {
    width: 100% !important;
  }
}

.w220px {
  width: 220px !important;
}

.w220px.-sp {
  width: 220px !important;
}
@media print, screen and (min-width:769px) {
  .w220px.-sp {
    width: 100% !important;
  }
}

.w230px {
  width: 230px !important;
}

.w230px.-sp {
  width: 230px !important;
}
@media print, screen and (min-width:769px) {
  .w230px.-sp {
    width: 100% !important;
  }
}

.w240px {
  width: 240px !important;
}

.w240px.-sp {
  width: 240px !important;
}
@media print, screen and (min-width:769px) {
  .w240px.-sp {
    width: 100% !important;
  }
}

.w250px {
  width: 250px !important;
}

.w250px.-sp {
  width: 250px !important;
}
@media print, screen and (min-width:769px) {
  .w250px.-sp {
    width: 100% !important;
  }
}

.w260px {
  width: 260px !important;
}

.w260px.-sp {
  width: 260px !important;
}
@media print, screen and (min-width:769px) {
  .w260px.-sp {
    width: 100% !important;
  }
}

.w270px {
  width: 270px !important;
}

.w270px.-sp {
  width: 270px !important;
}
@media print, screen and (min-width:769px) {
  .w270px.-sp {
    width: 100% !important;
  }
}

.w280px {
  width: 280px !important;
}

.w280px.-sp {
  width: 280px !important;
}
@media print, screen and (min-width:769px) {
  .w280px.-sp {
    width: 100% !important;
  }
}

.w290px {
  width: 290px !important;
}

.w290px.-sp {
  width: 290px !important;
}
@media print, screen and (min-width:769px) {
  .w290px.-sp {
    width: 100% !important;
  }
}

.w300px {
  width: 300px !important;
}

.w300px.-sp {
  width: 300px !important;
}
@media print, screen and (min-width:769px) {
  .w300px.-sp {
    width: 100% !important;
  }
}

.w310px {
  width: 310px !important;
}

.w310px.-sp {
  width: 310px !important;
}
@media print, screen and (min-width:769px) {
  .w310px.-sp {
    width: 100% !important;
  }
}

.w320px {
  width: 320px !important;
}

.w320px.-sp {
  width: 320px !important;
}
@media print, screen and (min-width:769px) {
  .w320px.-sp {
    width: 100% !important;
  }
}

.w330px {
  width: 330px !important;
}

.w330px.-sp {
  width: 330px !important;
}
@media print, screen and (min-width:769px) {
  .w330px.-sp {
    width: 100% !important;
  }
}

.w340px {
  width: 340px !important;
}

.w340px.-sp {
  width: 340px !important;
}
@media print, screen and (min-width:769px) {
  .w340px.-sp {
    width: 100% !important;
  }
}

.w350px {
  width: 350px !important;
}

.w350px.-sp {
  width: 350px !important;
}
@media print, screen and (min-width:769px) {
  .w350px.-sp {
    width: 100% !important;
  }
}

.w360px {
  width: 360px !important;
}

.w360px.-sp {
  width: 360px !important;
}
@media print, screen and (min-width:769px) {
  .w360px.-sp {
    width: 100% !important;
  }
}

.w370px {
  width: 370px !important;
}

.w370px.-sp {
  width: 370px !important;
}
@media print, screen and (min-width:769px) {
  .w370px.-sp {
    width: 100% !important;
  }
}

.w380px {
  width: 380px !important;
}

.w380px.-sp {
  width: 380px !important;
}
@media print, screen and (min-width:769px) {
  .w380px.-sp {
    width: 100% !important;
  }
}

.w390px {
  width: 390px !important;
}

.w390px.-sp {
  width: 390px !important;
}
@media print, screen and (min-width:769px) {
  .w390px.-sp {
    width: 100% !important;
  }
}

.w400px {
  width: 400px !important;
}

.w400px.-sp {
  width: 400px !important;
}
@media print, screen and (min-width:769px) {
  .w400px.-sp {
    width: 100% !important;
  }
}

.w410px {
  width: 410px !important;
}

.w410px.-sp {
  width: 410px !important;
}
@media print, screen and (min-width:769px) {
  .w410px.-sp {
    width: 100% !important;
  }
}

.w420px {
  width: 420px !important;
}

.w420px.-sp {
  width: 420px !important;
}
@media print, screen and (min-width:769px) {
  .w420px.-sp {
    width: 100% !important;
  }
}

.w430px {
  width: 430px !important;
}

.w430px.-sp {
  width: 430px !important;
}
@media print, screen and (min-width:769px) {
  .w430px.-sp {
    width: 100% !important;
  }
}

.w440px {
  width: 440px !important;
}

.w440px.-sp {
  width: 440px !important;
}
@media print, screen and (min-width:769px) {
  .w440px.-sp {
    width: 100% !important;
  }
}

.w450px {
  width: 450px !important;
}

.w450px.-sp {
  width: 450px !important;
}
@media print, screen and (min-width:769px) {
  .w450px.-sp {
    width: 100% !important;
  }
}

.w460px {
  width: 460px !important;
}

.w460px.-sp {
  width: 460px !important;
}
@media print, screen and (min-width:769px) {
  .w460px.-sp {
    width: 100% !important;
  }
}

.w470px {
  width: 470px !important;
}

.w470px.-sp {
  width: 470px !important;
}
@media print, screen and (min-width:769px) {
  .w470px.-sp {
    width: 100% !important;
  }
}

.w480px {
  width: 480px !important;
}

.w480px.-sp {
  width: 480px !important;
}
@media print, screen and (min-width:769px) {
  .w480px.-sp {
    width: 100% !important;
  }
}

.w490px {
  width: 490px !important;
}

.w490px.-sp {
  width: 490px !important;
}
@media print, screen and (min-width:769px) {
  .w490px.-sp {
    width: 100% !important;
  }
}

.w500px {
  width: 500px !important;
}

.w500px.-sp {
  width: 500px !important;
}
@media print, screen and (min-width:769px) {
  .w500px.-sp {
    width: 100% !important;
  }
}

.w510px {
  width: 510px !important;
}

.w510px.-sp {
  width: 510px !important;
}
@media print, screen and (min-width:769px) {
  .w510px.-sp {
    width: 100% !important;
  }
}

.w520px {
  width: 520px !important;
}

.w520px.-sp {
  width: 520px !important;
}
@media print, screen and (min-width:769px) {
  .w520px.-sp {
    width: 100% !important;
  }
}

.w530px {
  width: 530px !important;
}

.w530px.-sp {
  width: 530px !important;
}
@media print, screen and (min-width:769px) {
  .w530px.-sp {
    width: 100% !important;
  }
}

.w540px {
  width: 540px !important;
}

.w540px.-sp {
  width: 540px !important;
}
@media print, screen and (min-width:769px) {
  .w540px.-sp {
    width: 100% !important;
  }
}

.w550px {
  width: 550px !important;
}

.w550px.-sp {
  width: 550px !important;
}
@media print, screen and (min-width:769px) {
  .w550px.-sp {
    width: 100% !important;
  }
}

.w560px {
  width: 560px !important;
}

.w560px.-sp {
  width: 560px !important;
}
@media print, screen and (min-width:769px) {
  .w560px.-sp {
    width: 100% !important;
  }
}

.w570px {
  width: 570px !important;
}

.w570px.-sp {
  width: 570px !important;
}
@media print, screen and (min-width:769px) {
  .w570px.-sp {
    width: 100% !important;
  }
}

.w580px {
  width: 580px !important;
}

.w580px.-sp {
  width: 580px !important;
}
@media print, screen and (min-width:769px) {
  .w580px.-sp {
    width: 100% !important;
  }
}

.w590px {
  width: 590px !important;
}

.w590px.-sp {
  width: 590px !important;
}
@media print, screen and (min-width:769px) {
  .w590px.-sp {
    width: 100% !important;
  }
}

.w600px {
  width: 600px !important;
}

.w600px.-sp {
  width: 600px !important;
}
@media print, screen and (min-width:769px) {
  .w600px.-sp {
    width: 100% !important;
  }
}

.w610px {
  width: 610px !important;
}

.w610px.-sp {
  width: 610px !important;
}
@media print, screen and (min-width:769px) {
  .w610px.-sp {
    width: 100% !important;
  }
}

.w620px {
  width: 620px !important;
}

.w620px.-sp {
  width: 620px !important;
}
@media print, screen and (min-width:769px) {
  .w620px.-sp {
    width: 100% !important;
  }
}

.w630px {
  width: 630px !important;
}

.w630px.-sp {
  width: 630px !important;
}
@media print, screen and (min-width:769px) {
  .w630px.-sp {
    width: 100% !important;
  }
}

.w640px {
  width: 640px !important;
}

.w640px.-sp {
  width: 640px !important;
}
@media print, screen and (min-width:769px) {
  .w640px.-sp {
    width: 100% !important;
  }
}

.w650px {
  width: 650px !important;
}

.w650px.-sp {
  width: 650px !important;
}
@media print, screen and (min-width:769px) {
  .w650px.-sp {
    width: 100% !important;
  }
}

.w660px {
  width: 660px !important;
}

.w660px.-sp {
  width: 660px !important;
}
@media print, screen and (min-width:769px) {
  .w660px.-sp {
    width: 100% !important;
  }
}

.w670px {
  width: 670px !important;
}

.w670px.-sp {
  width: 670px !important;
}
@media print, screen and (min-width:769px) {
  .w670px.-sp {
    width: 100% !important;
  }
}

.w680px {
  width: 680px !important;
}

.w680px.-sp {
  width: 680px !important;
}
@media print, screen and (min-width:769px) {
  .w680px.-sp {
    width: 100% !important;
  }
}

.w690px {
  width: 690px !important;
}

.w690px.-sp {
  width: 690px !important;
}
@media print, screen and (min-width:769px) {
  .w690px.-sp {
    width: 100% !important;
  }
}

.w700px {
  width: 700px !important;
}

.w700px.-sp {
  width: 700px !important;
}
@media print, screen and (min-width:769px) {
  .w700px.-sp {
    width: 100% !important;
  }
}

.w710px {
  width: 710px !important;
}

.w710px.-sp {
  width: 710px !important;
}
@media print, screen and (min-width:769px) {
  .w710px.-sp {
    width: 100% !important;
  }
}

.w720px {
  width: 720px !important;
}

.w720px.-sp {
  width: 720px !important;
}
@media print, screen and (min-width:769px) {
  .w720px.-sp {
    width: 100% !important;
  }
}

.w730px {
  width: 730px !important;
}

.w730px.-sp {
  width: 730px !important;
}
@media print, screen and (min-width:769px) {
  .w730px.-sp {
    width: 100% !important;
  }
}

.w740px {
  width: 740px !important;
}

.w740px.-sp {
  width: 740px !important;
}
@media print, screen and (min-width:769px) {
  .w740px.-sp {
    width: 100% !important;
  }
}

.w750px {
  width: 750px !important;
}

.w750px.-sp {
  width: 750px !important;
}
@media print, screen and (min-width:769px) {
  .w750px.-sp {
    width: 100% !important;
  }
}

.w760px {
  width: 760px !important;
}

.w760px.-sp {
  width: 760px !important;
}
@media print, screen and (min-width:769px) {
  .w760px.-sp {
    width: 100% !important;
  }
}

.w770px {
  width: 770px !important;
}

.w770px.-sp {
  width: 770px !important;
}
@media print, screen and (min-width:769px) {
  .w770px.-sp {
    width: 100% !important;
  }
}

.w780px {
  width: 780px !important;
}

.w780px.-sp {
  width: 780px !important;
}
@media print, screen and (min-width:769px) {
  .w780px.-sp {
    width: 100% !important;
  }
}

.w790px {
  width: 790px !important;
}

.w790px.-sp {
  width: 790px !important;
}
@media print, screen and (min-width:769px) {
  .w790px.-sp {
    width: 100% !important;
  }
}

.w800px {
  width: 800px !important;
}

.w800px.-sp {
  width: 800px !important;
}
@media print, screen and (min-width:769px) {
  .w800px.-sp {
    width: 100% !important;
  }
}

.w810px {
  width: 810px !important;
}

.w810px.-sp {
  width: 810px !important;
}
@media print, screen and (min-width:769px) {
  .w810px.-sp {
    width: 100% !important;
  }
}

.w820px {
  width: 820px !important;
}

.w820px.-sp {
  width: 820px !important;
}
@media print, screen and (min-width:769px) {
  .w820px.-sp {
    width: 100% !important;
  }
}

.w830px {
  width: 830px !important;
}

.w830px.-sp {
  width: 830px !important;
}
@media print, screen and (min-width:769px) {
  .w830px.-sp {
    width: 100% !important;
  }
}

.w840px {
  width: 840px !important;
}

.w840px.-sp {
  width: 840px !important;
}
@media print, screen and (min-width:769px) {
  .w840px.-sp {
    width: 100% !important;
  }
}

.w850px {
  width: 850px !important;
}

.w850px.-sp {
  width: 850px !important;
}
@media print, screen and (min-width:769px) {
  .w850px.-sp {
    width: 100% !important;
  }
}

.w860px {
  width: 860px !important;
}

.w860px.-sp {
  width: 860px !important;
}
@media print, screen and (min-width:769px) {
  .w860px.-sp {
    width: 100% !important;
  }
}

.w870px {
  width: 870px !important;
}

.w870px.-sp {
  width: 870px !important;
}
@media print, screen and (min-width:769px) {
  .w870px.-sp {
    width: 100% !important;
  }
}

.w880px {
  width: 880px !important;
}

.w880px.-sp {
  width: 880px !important;
}
@media print, screen and (min-width:769px) {
  .w880px.-sp {
    width: 100% !important;
  }
}

.w890px {
  width: 890px !important;
}

.w890px.-sp {
  width: 890px !important;
}
@media print, screen and (min-width:769px) {
  .w890px.-sp {
    width: 100% !important;
  }
}

.w900px {
  width: 900px !important;
}

.w900px.-sp {
  width: 900px !important;
}
@media print, screen and (min-width:769px) {
  .w900px.-sp {
    width: 100% !important;
  }
}

.w910px {
  width: 910px !important;
}

.w910px.-sp {
  width: 910px !important;
}
@media print, screen and (min-width:769px) {
  .w910px.-sp {
    width: 100% !important;
  }
}

.w920px {
  width: 920px !important;
}

.w920px.-sp {
  width: 920px !important;
}
@media print, screen and (min-width:769px) {
  .w920px.-sp {
    width: 100% !important;
  }
}

.w930px {
  width: 930px !important;
}

.w930px.-sp {
  width: 930px !important;
}
@media print, screen and (min-width:769px) {
  .w930px.-sp {
    width: 100% !important;
  }
}

.w940px {
  width: 940px !important;
}

.w940px.-sp {
  width: 940px !important;
}
@media print, screen and (min-width:769px) {
  .w940px.-sp {
    width: 100% !important;
  }
}

.w950px {
  width: 950px !important;
}

.w950px.-sp {
  width: 950px !important;
}
@media print, screen and (min-width:769px) {
  .w950px.-sp {
    width: 100% !important;
  }
}

.w960px {
  width: 960px !important;
}

.w960px.-sp {
  width: 960px !important;
}
@media print, screen and (min-width:769px) {
  .w960px.-sp {
    width: 100% !important;
  }
}

.w970px {
  width: 970px !important;
}

.w970px.-sp {
  width: 970px !important;
}
@media print, screen and (min-width:769px) {
  .w970px.-sp {
    width: 100% !important;
  }
}

.w980px {
  width: 980px !important;
}

.w980px.-sp {
  width: 980px !important;
}
@media print, screen and (min-width:769px) {
  .w980px.-sp {
    width: 100% !important;
  }
}

.w990px {
  width: 990px !important;
}

.w990px.-sp {
  width: 990px !important;
}
@media print, screen and (min-width:769px) {
  .w990px.-sp {
    width: 100% !important;
  }
}

.w1000px {
  width: 1000px !important;
}

.w1000px.-sp {
  width: 1000px !important;
}
@media print, screen and (min-width:769px) {
  .w1000px.-sp {
    width: 100% !important;
  }
}

.w0per {
  width: 0% !important;
}

.w5per {
  width: 5% !important;
}

.w10per {
  width: 10% !important;
}

.w15per {
  width: 15% !important;
}

.w20per {
  width: 20% !important;
}

.w25per {
  width: 25% !important;
}

.w30per {
  width: 30% !important;
}

.w35per {
  width: 35% !important;
}

.w40per {
  width: 40% !important;
}

.w45per {
  width: 45% !important;
}

.w50per {
  width: 50% !important;
}

.w55per {
  width: 55% !important;
}

.w60per {
  width: 60% !important;
}

.w65per {
  width: 65% !important;
}

.w70per {
  width: 70% !important;
}

.w75per {
  width: 75% !important;
}

.w80per {
  width: 80% !important;
}

.w85per {
  width: 85% !important;
}

.w90per {
  width: 90% !important;
}

.w95per {
  width: 95% !important;
}

.w100per {
  width: 100% !important;
}

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

画像
ロールアニメーション

****************************************************************************************************/
.roll a img {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media print, screen and (min-width:769px) {
  .roll a:hover img {
    opacity: 0.6;
  }
}
/****************************************************************************************************

表示／非表示

****************************************************************************************************/
.display.-sp.-inline {
  display: inline;
}

.display.-sp.-block {
  display: block;
}

@media print, screen and (min-width:769px) {
  .display.-sp.-inline,
  .display.-sp.-block {
    display: none;
  }
}
.display.-pc {
  display: none;
}

@media print, screen and (min-width:769px) {
  .display.-pc.-inline {
    display: inline;
  }
  .display.-pc.-block {
    display: block;
  }
}
/**************************************************
**************************************************/
@media print, screen and (min-width:769px) {
  .only__sp {
    display: none !important;
  }
}
.only__sp.-block {
  display: block !important;
}
@media print, screen and (min-width:769px) {
  .only__sp.-block {
    display: none !important;
  }
}
.only__sp.-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media print, screen and (min-width:769px) {
  .only__sp.-flex {
    display: none !important;
  }
}

.only__pc {
  display: none !important;
}
@media print, screen and (min-width:769px) {
  .only__pc {
    display: inline !important;
  }
}
@media print, screen and (min-width:769px) {
  .only__pc.-block {
    display: block !important;
  }
}
@media print, screen and (min-width:769px) {
  .only__pc.-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

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

余白

****************************************************************************************************/
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

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

余白

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

.spVew {
  display: block;
}

@media print, screen and (min-width:769px) {
  .pcVew {
    display: block;
  }
  .spVew {
    display: none;
  }
}
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
背景のスライダー画像
****************************************************************************************************/
.heaeder__slider {
  width: 100%;
  height: 100vh;
}

/****************************************************************************************************
****************************************************************************************************/
.heaeder__inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 50px;
}
/****************************************************************************************************
****************************************************************************************************/
.heaeder__titleText1 {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 4.2666666667vw;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
@media print, screen and (min-width:769px) {
  .heaeder__titleText1 {
    font-size: 4.1rem;
  }
}

/****************************************************************************************************
****************************************************************************************************/
.heaeder__titleText2 {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 5.8666666667vw;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
@media print, screen and (min-width:769px) {
  .heaeder__titleText2 {
    font-size: 6rem;
  }
}

/****************************************************************************************************
****************************************************************************************************/
.heaeder__text1 {
  margin-bottom: 10px;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
@media print, screen and (min-width:769px) {
  .heaeder__text1 {
    margin-bottom: 20px;
  }
}

/****************************************************************************************************
****************************************************************************************************/
.heaeder__text2 {
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 3.7333333333vw;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
@media print, screen and (min-width:769px) {
  .heaeder__text2 {
    font-size: 3.4rem;
  }
}

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

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.footer small {
  position: fixed;
  left: 20px;
  top: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1rem;
}
@media print, screen and (min-width:769px) {
  .footer small {
    top: 10%;
    font-size: 1.6rem;
  }
}

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

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
@include g.mq(pc){
}
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.pagination {
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
  z-index: 10;
  list-style: none;
}

.pagination a {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
  padding: 4px;
}

.pagination a.active:after {
  -webkit-box-shadow: inset 0 0 0 5px;
          box-shadow: inset 0 0 0 5px;
}

/*現在地表示のテキストの設定*/
.pagination a .hover-text {
  display: none;
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px;
  text-align: right;
  line-height: 1.5;
}
@media print, screen and (min-width:769px) {
  .pagination a .hover-text {
    display: block;
    width: 80px;
  }
}

.pagination a:hover .hover-text {
  opacity: 1;
}

.pagination a:after {
  -webkit-transition: box-shadow 0.5s ease;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 3px;
  bottom: 0;
}

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

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.splash {
  /* Loading背景画面設定 */
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  color: #fff;
}
/* Loading画像中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}

/*割れる画面のアニメーション*/
.loader_cover {
  width: 100%;
  height: 50%;
  background-color: #0884F4;
  -webkit-transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

/*上の画面*/
.loader_cover-up {
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

/*クラス名がついたらY軸方向に0*/
.coveranime {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.box {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/****************************************************************************************************
****************************************************************************************************/
.box1 {
  background-image: url(../../images/oc7/box1/bg.jpg);
}

/****************************************************************************************************
****************************************************************************************************/
.box2 {
  background-image: url(../../images/oc7/box2/bg_sp.jpg);
}
@media print, screen and (min-width:769px) {
  .box2 {
    background-image: url(../../images/oc7/box2/bg.jpg);
  }
}

/****************************************************************************************************
****************************************************************************************************/
.box3 {
  background-image: url(../../images/oc7/box3/bg_sp.jpg);
}
@media print, screen and (min-width:769px) {
  .box3 {
    background-image: url(../../images/oc7/box3/bg.jpg);
  }
}

/****************************************************************************************************
****************************************************************************************************/
.box4 {
  background-image: url(../../images/oc7/box4/bg.jpg);
}

/****************************************************************************************************
****************************************************************************************************/
.box5 {
  background-image: url(../../images/oc7/box5/bg.jpg);
}

/****************************************************************************************************
****************************************************************************************************/
.box6 {
  background-image: url(../../images/oc7/box6/bg.jpg);
}

/****************************************************************************************************
****************************************************************************************************/
.box7 {
  padding: 0;
}

/****************************************************************************************************
****************************************************************************************************/
.box7__slider {
  width: 100%;
  height: 100vh;
}

.box7__inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 50px;
}

/****************************************************************************************************
****************************************************************************************************/
.box__heading {
  font-weight: 900;
}
@media print, screen and (min-width:769px) {
  .box__heading {
    margin-bottom: 40px;
  }
}

/****************************************************************************************************
****************************************************************************************************/
.box__headingText1 {
  display: inline-block;
  line-height: 1.5;
}
@media print, screen and (min-width:769px) {
  .box__headingText1 {
    font-size: 4.2rem;
  }
}

/****************************************************************************************************
****************************************************************************************************/
.box__headingText2 {
  display: inline-block;
  line-height: 1.5;
}
@media print, screen and (min-width:769px) {
  .box__headingText2 {
    font-size: 6.5rem;
  }
}

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

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.gallery {
  display: none;
}
/****************************************************************************************************
****************************************************************************************************/
.gallery__heading {
  font-weight: 900;
}
@media print, screen and (min-width:769px) {
  .gallery__heading {
    margin-bottom: 40px;
  }
}

/****************************************************************************************************
****************************************************************************************************/
.gallery__headingText1 {
  display: inline-block;
  line-height: 1.5;
}
@media print, screen and (min-width:769px) {
  .gallery__headingText1 {
    font-size: 4.2rem;
  }
}

/****************************************************************************************************
****************************************************************************************************/
.gallery__headingText2 {
  display: inline-block;
  line-height: 1.5;
}
@media print, screen and (min-width:769px) {
  .gallery__headingText2 {
    font-size: 6.5rem;
  }
}

/****************************************************************************************************
****************************************************************************************************/
.gallery__list > li {
  margin: 0 auto 30px;
  max-width: 720px;
}
@media print, screen and (min-width:769px) {
  .gallery__list > li {
    margin-bottom: 60px;
  }
}

/****************************************************************************************************
****************************************************************************************************/
.gallery__img {
  margin-bottom: 5px;
}
@media print, screen and (min-width:769px) {
  .gallery__img {
    margin-bottom: 10px;
  }
}
.gallery__img img {
  border: 5px solid #fff;
}
@media print, screen and (min-width:769px) {
  .gallery__img img {
    border-width: 10px;
  }
}

/****************************************************************************************************
****************************************************************************************************/
.gallery__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (min-width:769px) {
  .gallery__caption {
    font-size: 1.8rem;
  }
}

/****************************************************************************************************
****************************************************************************************************/
.modaal-fullscreen,
.modaal-content-container {
  background: -webkit-gradient(linear, left top, right top, from(#FFF91A), to(#4ED1F9));
  background: linear-gradient(90deg, #FFF91A, #4ED1F9);
  color: #fff;
}
/****************************************************************************************************
****************************************************************************************************/
.modaal-content {
  height: 100%;
}

/****************************************************************************************************
ボタンの色、位置
****************************************************************************************************/
.modaal-fullscreen .modaal-close {
  background: none;
  right: 20px;
}

/****************************************************************************************************
クローズボタンの×の色変更
****************************************************************************************************/
.modaal-close:after,
.modaal-close:before,
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  top: 0;
  background: #fff;
  width: 2px;
  height: 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media print, screen and (min-width:769px) {
  .modaal-close:after,
  .modaal-close:before,
  .modaal-close:focus:after,
  .modaal-close:focus:before,
  .modaal-close:hover:after,
  .modaal-close:hover:before {
    height: 60px;
  }
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #008046;
}

/****************************************************************************************************
      202507追加　ギャラリー写真数
      ****************************************************************************************************/
.imgBox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width:769px) {
  .imgBox2 p {
    width: 48.5%;
  }
}

.imgBox3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width:769px) {
  .imgBox3 p {
    width: 48.5%;
  }
  .imgBox3 p:nth-child(1) {
    margin-right: 3%;
  }
}

.imgBox3_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width:769px) {
  .imgBox3_2 p {
    width: 32%;
  }
}

.g_title {
  text-align: center;
  margin: 0 auto 1rem;
  font-size: 108%;
  font-weight: 600;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.linkBtn {
  display: inline-block;
  padding: 10px 60px 15px;
  margin: 20px 0 0 0;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  /*background: linear-gradient(270deg,#008046 0%, #00B563 100%);*/
  background: #1ab6ca;
  background-size: 200% auto;
  background-position: right center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
}
@media print, screen and (min-width:769px) {
  .linkBtn {
    padding: 10px 60px 15px;
    font-size: 3rem;
    border: 1px solid #fff;
    /* background: transparent;*/
    background: #1ab6ca;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  }
}
.linkBtn.small {
  font-size: 1.1rem;
  padding: 10px 20px 15px;
}
@media print, screen and (min-width:769px) {
  .linkBtn.small {
    font-size: 1.8rem;
  }
}
.linkBtn:link, .linkBtn:visited {
  color: #fff;
}
@media (hover: hover) {
  .linkBtn:hover {
    border-color: transparent;
    color: #fff;
    background: #056FC6;
    /*background: linear-gradient(270deg,#056FC6 0%, #0790ED 100%);*/
    background-size: 200% auto;
    background-position: right center;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  }
}

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

/****************************************************************************************************
 ****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.heading {
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-align: center;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
@media print, screen and (min-width:769px) {
  .heading {
    margin-bottom: 40px;
  }
}
.modaal-container .heading {
  -webkit-filter: none;
          filter: none;
}

/****************************************************************************************************
****************************************************************************************************/
.heading__text1 {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 4.2666666667vw;
}
@media print, screen and (min-width:769px) {
  .heading__text1 {
    font-size: 4.2rem;
  }
}

/****************************************************************************************************
****************************************************************************************************/
.heading__text2 {
  display: inline-block;
  line-height: 1.5;
  font-size: 5.8666666667vw;
}
@media print, screen and (min-width:769px) {
  .heading__text2 {
    font-size: 6.5rem;
  }
}

/****************************************************************************************************
****************************************************************************************************/
.heading__textS {
  font-size: 3.7333333333vw;
}
@media print, screen and (min-width:769px) {
  .heading__textS {
    font-size: 3.5rem;
  }
}

/****************************************************************************************************
      ****************************************************************************************************/
.heading__text1_2 {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 4.2666666667vw;
}
@media print, screen and (min-width:769px) {
  .heading__text1_2 {
    font-size: 4.2rem;
    line-height: 1.5;
  }
}

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