@charset "UTF-8";
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  /* font-family: "Noto Sans JP", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .1em;
  color: #101010; */
}

body {
  width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    body {
      content: "portrait"; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    body {
      content: "landscape"; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .scrollLock body {
      overflow: hidden; } }

a {
  text-decoration: none;
  color: inherit; }

button,
input[type="button"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .dn-portrait {
    display: none !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .dn-landscape {
    display: none !important; } }

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

@media print, screen and (max-width: 1023px) {
  .dn-tab_sp {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .dn-tab_l {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .dn-tab_p {
    display: none !important; } }

/* ----------------------------------------
 campaign for SP
---------------------------------------- */
@media all and (max-width: 1019px) {
  .campaign-hero {
    margin-bottom: 60px;
    text-align: center;
  }
  .campaign-hdg-02 {
    margin-right: -40px;
    margin-left: -40px;
    margin-bottom: 35px;
    padding: 15px 40px;
    background: url("/campaign/img/bg_h2_sp.gif") repeat 0 0;
    color: #fff;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .campaign-hdg-03 {
    margin-right: -40px;
    margin-left: -40px;
    margin-bottom: 40px;
    padding: 10px 40px;
    border-top: dashed 1px #ffba4d;
    border-bottom: dashed 1px #ffba4d;
    background: url("/campaign/img/bg_h3_sp.gif") repeat 0 0;
    color: #f57a01;
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.2em;
  }
  .campaign-section-sub {
    margin-bottom: 80px;
  }
  .campaign-box {
    margin-right: auto;
    margin-left: auto;
    max-width: 560px;
  }
  .campaign-box-cv {
    margin-bottom: 80px;
    margin-right: auto;
    margin-left: auto;
    padding: 35px 40px;
    background: url("/campaign/img/bg_box_cv.gif") repeat 0 0;
  }
  .campaign-box-cv .list-note {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .campaign-box-cv-hdg {
    margin-bottom: 25px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
    text-align: center;
  }
  .campaign-list-btn {
    text-align: center;
  }
  .campaign-list-btn-item {
    margin-top: 30px;
  }
  .campaign-list-btn-item:first-child {
    margin-top: 0;
  }
  .campaign-list-btn-item .btn {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .campaign-table-caption {
    margin-bottom: 20px;
    letter-spacing: 0.13em;
    text-align: left;
  }
  .campaign-box-products {
    margin-top: -40px;
  }
  .app .hdg-02.bdl {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: #d4d4d2 1px dashed;
  }
  .app p.text {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .app-section-sub {
    margin-bottom: 80px;
  }
  .app-box {
    margin-right: auto;
    margin-left: auto;
    max-width: 560px;
  }
  .app-box-cv {
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    padding: 35px 40px;
    background: url(../img/bg_box_cv.gif) repeat 0 0;
  }
  .app-box-cv .list-note {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .app-box-cv-hdg {
    margin-bottom: 25px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
    text-align: center;
  }
  .app-list-btn {
    text-align: center;
  }
  .app-list-btn-item {
    margin-top: 30px;
  }
  .app-list-btn-item:first-child {
    margin-top: 0;
  }
  .app-list-btn-item .btn {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .sp_android_ttl {
    color: #9fcd63;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .sp_ios_method {
    margin-top: 1.5rem;
    font-size: 3rem;
    text-align: center;
  }
}

/* ----------------------------------------
 campaign for PC
---------------------------------------- */
@media all and (min-width: 1020px), print {
  .campaign-hero {
    margin-bottom: 60px;
  }
  .campaign-hdg-02 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width: 960px;
    height: 55px;
    line-height: 55px;
    background: url("/campaign/img/bg_h2.png") no-repeat 0 50%;
    color: #fff;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    white-space: nowrap;
  }
  .campaign-hdg-03 {
    margin-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;
    border-top: dashed 1px #ffba4d;
    border-bottom: dashed 1px #ffba4d;
    height: 40px;
    line-height: 40px;
    background: url("/campaign/img/bg_h3.gif") repeat 0 0;
    color: #f57a01;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    white-space: nowrap;
  }
  .campaign-text-lead {
    margin-bottom: 25px;
  }
  .campaign-box {
    margin-right: auto;
    margin-left: auto;
    max-width: 920px;
  }
  .campaign-box-cv {
    margin-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
    padding: 25px 100px;
    display: table;
    background: url("/campaign/img/bg_box_cv.gif") repeat 0 0;
  }
  .campaign-box-cv .list-note {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .campaign-box-cv-hdg {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
  }
  .campaign-list-btn {
    text-align: center;
  }
  .campaign-list-btn-item {
    margin-top: 15px;
  }
  .campaign-list-btn-item:first-child {
    margin-top: 0;
  }
  .campaign-list-btn-item .btn {
    padding: 15px 55px 15px 40px;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
  .campaign-table {
    margin-bottom: 30px;
  }
  .campaign-table-caption {
    margin-bottom: 10px;
    letter-spacing: 0.13em;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .campaign-box-products {
    margin-top: -30px;
  }
}







.DL_area {
  margin: 20px auto 60px;
  color: #000;
}

.DL_area p, .DL_area ul li {
  font-size: 16px;
}

.DL_area p span {
  font-size: 95%;
}
.DL_area ul {
  list-style-type: disc;
  margin-left: 20px;
}
#book .DL_area ul {
  list-style-type: none;
  margin-left: 0px;
}
#book .DL_area ul li{
  font-size: inherit!important;
}

.DL_area.item .item_inner {
  background-color: #ddd;
  padding: 5px 5px 10px 5px;
}
@media only screen and (max-width:1019px) {
  .DL_area.item .item_inner {
    padding: 20px 10px 1px;
  }
}


.DL_area .ttl_h3 h3 {
  color: #00a273;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0 20px;
  text-align: center;
}

.DL_area_inner {
  display: flex;
  justify-content: space-between;
	
}
    @media only screen and (max-width:1019px) {
      .DL_area_inner {
        display: block;
      }
    }

.DL_item {
  background-color: #fff;
  padding-bottom: 20px;
  margin: 0 5px;
  width: 100%;
}
.DL_item_inner {
  padding: 0 10px;
}
.DL_item2 {
  width: 48%;
}
    @media only screen and (max-width:1019px) {
      #book .DL_item{
        margin: 0;
      }

      .DL_item2 {
        width: 100%;
        margin: 10px auto;
      }
    }

.DL_area .DL_item2 ul {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
@media only screen and (max-width:1019px) {
  .DL_area .DL_item2 ul {
    width: auto;
    margin-left:20px;
  }
}

#item10027.DL_area .DL_item2 ul {
  max-width: 400px;
}

.DL_area .DL_item2 li {
  margin-left: 20px;
}

.DL_item2 .clearfix .appbanner__box {
  width: 50%;
}


.appbanner__box {
  margin: 0 auto;
  padding: 0px 10px 20px 10px;
  text-align: center;
}

.DL_item3 {
  width: 33%;
}
    @media only screen and (max-width:1019px) {
      .DL_item3 {
        width: 100%;
        margin: 10px auto;
      }
    }
.DL_item2 .clearfix .appbanner__box {
  width: 50%;
}

.DL_item h4 {
  padding: 15px 0px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 3px solid #C3E8D2;
  font-weight: bold;
  font-size: 18px;
}

.DL_item h5 {
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}



.btn_g {
  background-color: #00A273;
  width: 90%;
  border-radius: 50px;
  margin: 15px auto 0;
  text-align: center;
  line-height: 1.8;
  position: relative;
}
    @media only screen and (max-width:1019px) {
      .btn_g {
        max-width: 100%;
        margin: 10px auto;
        border-radius: 10px;
      }
    }
.btn_g a { text-decoration:none; }

.btn_g a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px 10px 10px;
}
    @media only screen and (max-width:1019px) {
      .btn_g a {
        padding: 15px 15px 15px 10px;
      }
    }

.btn_g::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 17px;
  transform: translateY(calc(50% - 6px));
    -webkit-transform: translateY(calc(50% - 6px));
    -ms-transform: translateY(calc(50% - 6px));
  width: 12px;
 height: 12px;
 border-top: 2px solid #fff;
 border-left: 2px solid #fff;
 transform: rotate(135deg);
}
    @media only screen and (max-width:1019px) {
      .btn_g::after {
        right: 13px;
        width: 10px;
       height: 10px;
      }
    }

    @media only screen and (max-width:1019px) {
      .DL_item .select_box__info{
        padding-left:0px;
      }
    }

.DL_item .btn_noSP{
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.c00a273 {
  color: #00a273;
}

#item10018 .DL_area_inner .DL_item_inner .pc_item1 {
  min-height: 170px;
  display: block;
}

#item10022 .DL_area_inner .DL_item_inner .pc_item1 {
  min-height: 170px;
  display: block;
}

@media only screen and (min-width: 768px) {
  #item10027 .DL_area_inner .DL_item_inner .pc_item1 {
    min-height: 150px;
    display: block;
  }
}

.pc_fl { float:left!important; }

@media only screen and (max-width: 767px) {
.pc_fl { float:none!important; }
}
	
.DL_item3 .appbanner__box {
  width: 50%;
}
@media only screen and (max-width: 767px) {
	.DL_item3 .appbanner__box {
  		width:100%!important;
	}
}



 	.DL_area p, .DL_area ul li { font-size:14px!important; }
	.DL_area .DL_item_inner p b { font-size:14px!important; }
	.DL_area .ttl_h3 h3 { font-size:22px!important; }
 	.DL_area h4 { font-size:16px!important; }
 	.DL_area h5 { font-size:16px!important; }

@media only screen and (max-width: 768px) {
 	.DL_area p, .DL_area ul li { font-size:24px!important; }
	.DL_area .DL_item_inner p b { font-size:24px!important; }
	.DL_area .ttl_h3 h3 { font-size:32px!important; }
 	.DL_area h4 { font-size:28px!important; }
 	.DL_area h5 { font-size:26px!important; } 
.DL_item_inner {
 	margin-left:10px;
	margin-right:10px;
}
}

.text { color:#000!important; }
.mb80 {margin-bottom:80px}

/* PC：可変幅 */
/* PC：固定幅1120px */
/* PC：固定幅1080px */
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .footerFoot {
    padding-left: 20px;
    padding-right: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerFoot {
    max-width: 1200px;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: auto;
    margin-right: auto; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .footerFoot {
    padding-left: 50px;
    padding-right: 50px; } }

/* PC：固定幅1040px */
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .footerHead_inner {
    padding-left: 20px;
    padding-right: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerHead_inner {
    max-width: 1160px;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: auto;
    margin-right: auto; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .footerHead_inner {
    padding-left: 50px;
    padding-right: 50px; } }

/* PC：固定幅880px */
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8888; }

.headerTop {
  top: 0;
  left: 0;
  z-index: 8888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerTop {
      height: 50px;
      padding-left: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerTop {
      height: 80px;
      padding-left: 33px; } }
  .is-open .headerTop,
  .is-background .headerTop,
  [data-current="order"] .headerTop,
  [data-current="faq"] .headerTop,
  [data-current="delivery"] .headerTop,
  [data-current="price"] .headerTop {
    background-color: #FFF; }
  .is-open .headerTop {
    position: fixed; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerTop_logo {
    width: 85px;
    height: 25px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerTop_logo {
    width: 113px;
    height: 34px; } }

.headerTop_logo_link {
  display: block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerTop_logo_link {
      width: 85px;
      height: 25px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerTop_logo_link {
      width: 113px;
      height: 34px; } }
  .headerTop_logo_link img {
    width: 100%; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerTop_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerTop_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerTop_menu_inner {
    position: relative;
    width: 22px;
    height: 15px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerTop_menu_bar {
    position: absolute;
    display: block;
    width: 22px;
    height: 1px;
    background-color: #101010;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }
    .headerTop_menu_bar:nth-child(1), .headerTop_menu_bar:nth-child(3) {
      width: 22px;
      right: 0; }
    .headerTop_menu_bar:nth-child(1) {
      top: 0; }
    .headerTop_menu_bar:nth-child(2) {
      top: 7px;
      right: 0;
      width: 15px;
      margin-left: auto; }
    .headerTop_menu_bar:nth-child(3) {
      bottom: 0; } }

.is-open .headerTop_menu_bar:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-3px, 7px);
  -ms-transform: rotate(-45deg) translate(-3px, 7px);
  transform: rotate(-45deg) translate(-3px, 7px); }

.is-open .headerTop_menu_bar:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-3px, -7px);
  -ms-transform: rotate(45deg) translate(-3px, -7px);
  transform: rotate(45deg) translate(-3px, -7px); }

.is-open .headerTop_menu_bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerTop_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.headerTop_nav_node.is-open .headerTop_nav_label:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.headerTop_nav_link {
  display: inline-block; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerTop_nav_link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 80px;
      padding: 0 17px;
      cursor: pointer; } }

.headerTop_nav_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500 !important;
  letter-spacing: .15em;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }
  .headerTop_nav_node-lineup .headerTop_nav_label,
  .headerTop_nav_node-purpose .headerTop_nav_label {
    position: relative; }
    .headerTop_nav_node-lineup .headerTop_nav_label:after,
    .headerTop_nav_node-purpose .headerTop_nav_label:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-left: 8px;
      background-position: center;
      background-size: 100%;
      background-repeat: no-repeat;
      background-image: url(../svg/arrow_down.svg);
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      -o-transition: transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease; }
  @media (hover: hover) {
    .headerTop_nav_link:hover .headerTop_nav_label {
      color: #42ABB2; } }
  .is-open .headerTop_nav_label {
    color: #42ABB2; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerTop_history {
    margin-left: 22px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerTop_history_link {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.headerTop_history_svg {
  fill: #42ABB2; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerTop_history_svg {
      width: 39px;
      height: 37px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerTop_history_label {
    position: relative;
    display: inline-block;
    font-size: 11px;
    letter-spacing: .08em;
    color: #42ABB2;
    margin-top: 4px;
    padding-bottom: 4px; }
    .headerTop_history_label:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #42ABB2;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; } }
    @media print and (hover: hover), screen and (min-width: 1024px) and (orientation: landscape) and (hover: hover), screen and (min-width: 1025px) and (hover: hover) {
      .headerTop_history_link:hover .headerTop_history_label:after {
        opacity: 1; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerTop_photobook {
    position: fixed;
    right: -8px;
    bottom: 18px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerTop_photobook {
    height: 80px;
    background-color: #42ABB2;
    color: #FFF;
    margin-left: 16px;
    cursor: pointer; } }

.headerTop_photobook_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerTop_photobook_inner {
      height: 100%;
      padding: 0 20px;
      z-index: 1; } }
  .headerTop_photobook_inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    width: 100%;
    height: 100%;
    background-color: #101010;
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease; }
  @media (hover: hover) {
    .headerTop_photobook_inner:hover:after {
      opacity: 1;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerTop_photobook_label {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .05em; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerTop_photobook_svg {
    position: relative;
    width: 22px;
    height: 16px;
    fill: #FFF;
    margin-left: 8px;
    z-index: 2; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMain {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 9999;
    background-color: #F5F5F5;
    padding: 40px 20px;
    width: 100%;
    height: calc(100% - 50px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    -o-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease; } }

.is-open .headerMain {
  opacity: 1;
  visibility: visible; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMain_photobook_svg {
    width: 22px;
    height: 16px;
    fill: #FFF;
    margin-left: 8px; } }

.headerMain_cta {
  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;
  gap: 40px; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMain_history {
    margin-top: 32px;
    text-align: center; } }

.headerMain_history_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMain_history_svg {
    width: 32px;
    height: 30px;
    fill: #42ABB2; } }

.headerMain_history_label {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerMain_history_label {
      font-size: 14px;
      letter-spacing: .12em;
      padding-bottom: 4px;
      color: #42ABB2;
      margin-left: 8px; } }
  .headerMain_history_label:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #42ABB2; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMain_nav {
    margin-top: 32px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMain_nav_node + .headerMain_nav_node {
    margin-top: 40px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMain_nav_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #42ABB2; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMain_navTitle-jp {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .08em;
    margin-right: 12px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerMain_navTitle-en {
    font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 13px;
    letter-spacing: .14em; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerNavList {
    margin-top: 12px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerNavList_node {
    border-bottom: solid 1px #DBDBDB; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerNavList_link {
    position: relative;
    display: block;
    padding: 20px 0; }
    .headerNavList_link:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 7px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: inline-block;
      width: 9px;
      height: 9px;
      background-position: center;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-image: url(../svg/arrow_link.svg); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerNavList_icon {
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .04em;
    padding: 4px 12px;
    margin-left: 12px;
    background-color: #F9FD95;
    border-radius: 4px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerNavList_label {
    font-size: 14px;
    line-height: 1;
    letter-spacing: .12em; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerTop_nav_child {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 120px 0 40px;
    background-color: #FFF;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    -o-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease; }
    .is-open .headerTop_nav_child {
      opacity: 1;
      visibility: visible; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavChild_lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 70%;
    max-width: 1200px;
    margin: 0 auto; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavChild_purpose {
    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;
    width: 70%;
    max-width: 1096px;
    min-width: 900px;
    margin: -8px auto;
    gap: 24px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavChild_lineup_node {
    position: relative;
    width: calc((100% - (24px * 4)) / 5); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavChild_purpose_node {
    width: calc((100% - (24px * 4)) / 5); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavChild_purpose_img {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 29%;
    overflow: hidden; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavChild_purpose_img img {
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; } }

@media (hover: hover) {
  .headerNavChild_purpose_link:hover .headerNavChild_purpose_img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavPurposeLabel {
    z-index: 3;
    text-align: center; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavPurposeLabel_title {
    font-family: "Noto Sans JP", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    letter-spacing: .1em;
    color: #000;
    font-size: 18px;
    margin-top: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavPurposeLabel_subtitle {
    font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 12px;
    letter-spacing: .14em;
    margin-top: 17px;
    color: #000; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavChild_lineup_img {
    overflow: hidden; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavChild_lineup_img img {
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease; } }

@media (hover: hover) {
  .headerNavChild_lineup_link:hover .headerNavChild_lineup_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavChild_lineup_name {
    height: 25px;
    text-align: center;
    margin-top: 16px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .headerNavChild_lineup_name {
    height: 18px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavChild_lineup_name img {
    height: 100%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNavChild_button {
    margin-top: 40px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .header .lineupButton_link {
    width: 404px !important; } }

/*
追従ボタン
------------------------------------*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerFloatButton {
    position: fixed;
    bottom: 18px;
    right: -7px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-color: #42ABB2;
    z-index: 8888;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    -o-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
    border: 1px solid #fff; } }

.headerFloatButton.is-show {
  opacity: 1;
  visibility: visible; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerFloatButton_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 50%; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerFloatButton_label {
    display: block;
    font-size: 11px;
    letter-spacing: 0em;
    line-height: 1.36;
    color: #FFF;
    margin-top: 6px;
    text-align: center; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerFloatButton_svg {
    width: 20px;
    height: 15px;
    fill: #FFF; } }

/*
ヘッダーお知らせ
------------------------------------*/
.popNews {
  background-color: #333;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .popNews {
      padding: 14px 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .popNews {
      padding: 18px 0; } }

.popNews_inner {
  padding: 0 20px; }

.popNews_text {
  line-height: 1;
  font-weight: 500;
  letter-spacing: .08em;
  text-decoration: underline;
  color: #fff; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .popNews_text {
      font-size: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .popNews_text {
      font-size: 13px; } }

/*=============================================

  モーダル

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .howto_modalArea_inner {
    padding: 32px 16px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .howto_modalArea_inner {
    padding: 32px 46px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .howto_modalArea_inner {
    padding: 32px 44px; } }

.howtoModal_title {
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.3;
  color: #42ABB2;
  text-align: center;
  margin-bottom: 32px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .howtoModal_title {
      font-size: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .howtoModal_title {
      font-size: 24px; } }

/*=============================================

  c-inview

==============================================*/
.c-inview {
  will-change: filter;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-transition: opacity 0.9s, -webkit-transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.9s, -webkit-transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.9s, transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), filter 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.9s, transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), filter 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.9s, transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), filter 2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 2s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .c-inview.is-hide {
    opacity: 0;
    -webkit-filter: brightness(140%);
    filter: brightness(140%); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-inview.is-hide {
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0); } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-inview.is-hide {
        -webkit-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0); } }


        /*
breadcrumb
------------------------------------*/
.c-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-breadcrumb {
      top: calc((100vw * 0.1 * -1) - 32px);
      padding: 0 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .c-breadcrumb {
      top: calc((100vw * 0.06 * -1) - 32px);
      padding: 0 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-breadcrumb {
      top: calc((100vw * 0.0383 * -1) - 32px);
      padding: 0 100px; } }

.c-breadcrumbList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.c-breadcrumbList_node {
  margin-right: 8px;
  margin-bottom: 6px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-breadcrumbList_node {
      display: inline-block; } }
  .c-breadcrumbList_node + .c-breadcrumbList_node:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 5px;
    height: 8px;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(/assets/svg/arrow_breadcrumb.svg); }

.c-breadcrumbList_node_text {
  font-size: 11px;
  letter-spacing: 0.1em; }

.c-breadcrumbList_node_link {
  font-size: 11px;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-breadcrumbList_node_link:hover {
      color: #42ABB2; } }
/*
footerPageUp
------------------------------------*/
/* PC：固定幅880px */
.footer {
  position: relative;
  margin: 150px 0 0;
}

.footerPageUp {
  position: absolute;
  z-index: 2;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerPageUp {
      top: -190px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      text-align: center; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerPageUp {
      top: -25px;
      right: 52px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      padding-right: 40px;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; } }
  @media (hover: hover) {
    .footerPageUp:hover {
      -webkit-transform: rotate(90deg) translateX(-40px);
      -ms-transform: rotate(90deg) translateX(-40px);
      transform: rotate(90deg) translateX(-40px); } }

.footerPageTop_link {
  position: relative;
  display: inline-block;
  font-family: "Marcellus", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerPageTop_link {
      font-size: 16px;
      letter-spacing: .16em;
      padding: 20px 0 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerPageTop_link {
      font-size: 18px;
      letter-spacing: .14em;
      padding-left: 30px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerPageTop_link::before, .footerPageTop_link::after {
      content: "";
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      height: 4px;
      background-position: center;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-image: url(../svg/border_page_up.svg); }
    .footerPageTop_link::before {
      top: 0; }
    .footerPageTop_link::after {
      bottom: 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerPageTop_link::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 20px;
      height: 1px;
      background-color: #101010;
      -webkit-transition: width .3s ease;
      -o-transition: width .3s ease;
      transition: width .3s ease; } }
  @media (hover: hover) {
    .footerPageTop_link {
      -webkit-transition: padding .3s ease;
      -o-transition: padding .3s ease;
      transition: padding .3s ease; }
      .footerPageUp:hover .footerPageTop_link {
        padding-left: 55px; }
        .footerPageUp:hover .footerPageTop_link::before {
          width: 40px; } }

.footerHead {
  position: relative;
  background-color: #42ABB2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerHead {
      padding: 0 0 22px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerHead {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 0 64px; } }
  .footerHead::before {
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .footerHead::before {
        top: calc(100vw * 0.0373 * -1);
        padding-top: 5.06%;
        background-image: url(../svg/footer_background-sp.svg); } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .footerHead::before {
        top: calc(100vw * 0.0383 * -1);
        padding-top: 4.29%;
        background-image: url(../svg/footer_background-pc.svg); } }

.footerHead_inner {
  position: relative;
  z-index: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerHead_inner {
      padding-top: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerHead_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      padding-top: 41px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .footerHead_logo {
    width: 126px;
    height: 38px;
    margin: 0 auto; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerHead_logo {
    width: 146px;
    margin-top: 34px; } }

.footerHead_logo_svg {
  fill: #FFF; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerHead_logo_svg {
      width: 126px;
      height: 38px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerHead_logo_svg {
      width: 146px;
      height: 44px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .footerIndex {
    max-width: 500px;
    margin: auto; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerIndex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 6.25vw; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .footerHead_lineup {
    margin-top: 27px; } }

.footerHead_lineup_title {
  font-weight: 500;
  letter-spacing: .12em;
  color: #FFF; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerHead_lineup_title {
      font-size: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerHead_lineup_title {
      font-size: 15px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerHead_lineup_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .footerLineupList {
    margin-top: 4px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerLineupList {
    margin: 6px -12px 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerLineupList + .footerLineupList {
    margin-left: 18px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .footerLineupList_node {
    border-bottom: solid 1px #98CDD0; } }

.footerLineupList_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: .08em;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerLineupList_link {
      line-height: 2.3;
      padding: 10px 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerLineupList_link {
      line-height: 1.6;
      padding: 6px 12px; } }
  .footerLineupList_link:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FFF;
    margin-right: 8px; }
  @media (hover: hover) {
    .footerLineupList_link {
      -webkit-transition: background .35s ease;
      -o-transition: background .35s ease;
      transition: background .35s ease; }
      .footerLineupList_link:hover:before {
        background-color: #101010; } }

.footerLineupList_label {
  color: #FFF;
  letter-spacing: .08em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerLineupList_label {
      font-size: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerLineupList_label {
      font-size: 13px; } }
  @media (hover: hover) {
    .footerLineupList_label {
      -webkit-transition: color .35s ease;
      -o-transition: color .35s ease;
      transition: color .35s ease; }
      .footerLineupList_link:hover .footerLineupList_label {
        color: #101010; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .footerHead_menu {
    margin: 16px -12px 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerHead_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .footerHead_menu_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr; } }

.footerHead_menu_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerHead_menu_link {
      padding: 8px 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerHead_menu_link {
      padding: 8px 10px; } }
  .footerHead_menu_link::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 1px;
    background-color: #FFF;
    margin-right: 8px;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease; }
  @media (hover: hover) {
    .footerHead_menu_link:hover:before {
      background-color: #101010; } }

.footerHead_menu_label {
  letter-spacing: .08em;
  line-height: 1.4;
  color: #FFF; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerHead_menu_label {
      font-size: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerHead_menu_label {
      font-size: 13px;
      -webkit-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease; } }
  @media (hover: hover) {
    .footerHead_menu_link:hover .footerHead_menu_label {
      color: #101010; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .footerFoot {
    padding-top: 18px;
    padding-bottom: 18px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerFoot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 70px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .footerFoot_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px; } }

.footerFoot_menu_link {
  display: inline-block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerFoot_menu_link {
      padding: 4px 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .footerFoot_menu_link {
      padding: 0 12px;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; } }
  @media (hover: hover) {
    .footerFoot_menu_link:hover {
      opacity: .6; } }

.footerFoot_menu_label {
  font-size: 11px;
  letter-spacing: .06em; }

.footerFoot_logo {
  width: 223px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footerFoot_logo {
      margin-top: 16px; } }
  .footerFoot_logo img {
    width: 100%; }