@charset "utf-8";
/* CSS Document */

/*-------------------------------------
 reset
-------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.2;
}

.header {
  width: auto;
  height: 100px;
  background: #fff;
  margin: 0;
}
.header img {
  position: absolute;
  width: auto;
  height: auto;
}
.footer {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.footer img {
  position: absolute;
}

#gotop {
  width: 960px;
  margin: 40px auto 0;
  text-align: right;
}

a {
  transition: 0.3s;
}

/*-------------------------------------
 setting
-------------------------------------*/
html {
  min-height: 100%;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #000;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 14px;
  line-height: 5.5;
  background: #fff;
  -webkit-text-size-adjust: 100%;

  display: flex;
  flex-direction: column;
}
a {
  color: #005ead;
  text-decoration: underline;
}
strong {
  font-weight: bold;
}
ul {
  list-style: none;
}

.mt20 {
  margin-top: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.md20 {
  margin-bottom: 20px;
}
.left {
  float: left;
}

.right {
  float: right;
}

.oubo_txt {
  text-align: left;
}

.forPC {
  display: inline;
}
.forSP,
.forSP2 {
  display: none;
}

.void {
  width: 300px;
  height: 169.19px;
}

a:hover {
  opacity: 0.7;
}

.app a:hover {
  opacity: 1;
}

/*-------------------------------------
 wrap
-------------------------------------*/

.wrap {
  width: auto;
  padding: 0;
  min-height: inherit;
}

/*-------------------------------------
 layout
-------------------------------------*/
.header-top {
  max-width: 940px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-sns {
  display: flex;
  justify-content: space-between;
}
.header-sns li {
  margin-right: 10px;
}
.header-sns li img {
  max-width: 46px;
}

#contents {
  background-color: #7fcaef;
  flex: 1;
}

.mainVisual {
  height: 504px;
  background-image: url("../images/bg-main.png"), url("../images/bg-left.png"),
    url("../images/bg-right.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, 850px, 700px;
  background-position: top 1% center, top 200px left -100px,
    top 130px right -200px;
  padding: 2px 0 0;
  margin: 0 auto;
  line-height: 1;
  z-index: 0;
  position: relative;
  text-align: center;
  background-color: transparent;
}
h1 {
  max-width: 940px;
  margin: 0 auto;
  padding: 10px 30px 0 0;
  position: relative;
  text-align: right;
  /* top: 30px; */
  /* right: -200px; */
  z-index: 302;
}
h1 img {
  width: 50%;
}

.mainImg {
  height: 1000px;
  background-image: url("images/mv.png");
  background-color: #00763c;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
}
.mv_label {
  float: left;
  max-width: 100%;
  margin-top: 44px;
}
.mv_title {
  position: absolute;
  top: 217px;
  bottom: auto;
  left: 30%;
  text-align: center;
}

#main {
  background: url("../images/bg_imgPC.png") repeat-y center 0;
  text-align: center;
  width: auto;
  height: auto;
  font-weight: bold;
  padding-bottom: 250px;
  z-index: 1;
  display: block;
}

#footer {
  background: url("../images/bg_footer.png") no-repeat center center;
  width: 100%;
  font-weight: bold;
  margin: -450px auto auto;
  position: relative;
  z-index: 10;
  pointer-events: none;
  display: flex;
}

.bg-main {
  background: #005ead;
  margin: 0;
}

.section {
  width: 940px;
  margin: 0 auto;
  padding-top: 150px;
}

.movieBox {
  position: relative;
}

.inner {
  /* float: left; */
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

.movie {
  width: 620px;
  position: absolute;
  top: 41%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* left: 19%; */
}
.movie a {
  padding-right: 10px;
  padding-bottom: 8px;
}
.movie img {
  width: 608px;
  height: auto;
}

.dl-left {
  width: 135px;
  float: left;
  text-align: center;
  margin-top: 4%;
  font-weight: 600;
}

.infoBg {
  max-width: 940px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 105px;
  left: -4px;
}

.infoBg ul {
  position: absolute;
  text-align: left;
  top: -25px;
  right: 116px;
  line-height: 0.4em;
  list-style: none;
}

.infoBg li {
  margin-bottom: 0.5em;
}

.container {
  width: 100%;
  /* height:574px; */
  text-align: center;
  /* padding: 50px 0; */
  /* position: static; */
}
.footer-top {
  margin-top: 527px;
  pointer-events: auto;
}
.footer-bottom {
  margin-bottom: 20px;
  font-size: 80%;
  pointer-events: auto;
}

.sns {
  margin: 40px auto;
}
.icon {
}
.icon Img {
  width: 80px;
}

/* lower page */

.lower_mainVisual {
  height: 307px;
  background-image: url("../images/bg-main02.png"), url("../images/bg-left.png"),
    url("../images/bg-right.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, 850px, 700px;
  background-position: top -94px center, top 33px left -100px,
    top -56px right -200px;
  padding: 2px 0 0;
  margin: 0 auto;
  line-height: 1;
  background-color: #7fcaef;
  z-index: 0;
  position: relative;
  text-align: center;
  flex: 1;
}

.lower_mainVisual h1 {
  padding: 70px 26px 0 0;
  position: relative;
  text-align: center;
  z-index: 302;
}
.lower_mainVisual h1 img {
  width: 712px;
  /* padding: 30px 0 0; */
  position: relative;
  z-index: 302;
}

.pagenavi {
  text-align: center;
  margin: 0 auto;
}
.pagenaviBtn {
  max-width: 930px;
  display: inline-block;
}
.table-cell img {
  width: 134px;
}

.table-cell {
  text-align: center;
  display: inline-block;
}
.table-cell li {
  display: inline-block;
}

.secBox,
.secBox0 {
  max-width: 1038px;
  padding: 0.5em 0 2.5em;
  margin: 15px auto;
  font-weight: bold;
  color: #ec653d;
  background: #fff;
  /* border: solid 7px; */
  border-radius: 30px;
  text-align: left;
}

.latest-wrapper {
  max-width: 940px;
  margin: auto;
}

.to_month {
  text-align: center;
}

.to_month p {
  text-align: left;
}

.return_btn a img {
  max-width: 146px;
}

.return_btn {
  margin: 30px 0 -39px auto;
  text-align: right;
}

h3 {
  font-size: 180%;
  margin-top: 15px;
  padding-bottom: 10px;
  line-height: 1em;
  text-indent: 1.2em;
  text-align: center;
  border-bottom: 4px solid #fad9d0;
}

h3 img {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

.btn {
  margin: 40px auto;
}
.btn Img {
  width: 220px;
}

/* popup ontents  */
.col {
  width: 220px;
  margin-top: 20px;
  display: inline-block;
}

.col a {
  display: block;
}

.col img {
  width: 100%;
}

.tmb {
  border: solid 3px #ec653d; /*線*/
  margin-bottom: 10px;
}

.item_wrapper:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.item {
  width: 220px;
  float: left;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
.item img {
  border: solid 3px #ec653d; /*線*/
  margin-bottom: 10px;
}

.item .lity-close {
  width: 50px;
  height: 50px;
  font-size: 45px;
  background: #fff;
  border-radius: 50%;
  text-shadow: none;
}

/* キャンペーン */
.present {
  text-align: center;
}

.present h1 {
  padding: 49px 26px 0 0;
  position: relative;
  text-align: center;
  z-index: 302;
}

.present_img img {
  width: 50%;
  float: left;
}

.sns_icon {
  width: 20px;
  vertical-align: text-bottom;
}
.oubo_Box {
  text-align: left;
  height: 440px;
}

.oubo_img {
  position: relative;
  top: -160px;
  left: 680px;
}

.oubo_Box p {
  font-size: 24px;
  float: left;
  color: #603813;
}
.oubo_Box img {
  display: inline-block;
}

.global {
  width: 740px;
  padding: 0; /* ulタグのデフォルトCSSを打ち消し */
  margin: 0; /* ulタグのデフォルトCSSを打ち消し */
  list-style: none; /* ulタグのデフォルトCSSを打ち消し */
}

.global > li {
  display: inline-block; /* インラインブロック要素にする */
  /* width: 100px;*/ /* 幅指定 */
  vertical-align: middle; /* 要素を上下中央で揃える */
  box-sizing: border-box;
}
.global > li.txt {
  display: inline-block; /* インラインブロック要素にする */
  width: 580px; /* 幅指定 */
  vertical-align: middle; /* 要素を上下中央で揃える */
  box-sizing: border-box;
  font-size: 18px;
  color: #603813;
}

.snslist img {
  width: 40%;
  display: inline-block;
  margin: 40px auto;
}

.txt strong {
  font-size: 70%;
}

.accordion {
  text-align: left;
}
.accordion .inner {
  display: none;
  color: #603813;
}
.accordion p {
  cursor: pointer;
  padding: 12px 10px 10px 28px;
}
.accordion p.ac1 {
  background: #ec653d;
  color: #fff;
  font-size: 28px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.accordion .inner li {
  padding: 0;
  font-size: 16.6px;
}
.accordion .inner li.requirement_inner {
  background: #fff;
  pointer-events: none;
}
.accordion .inner li p {
  cursor: pointer;
  padding: 5px 20px 0px 10px;
}
.accordion p img {
  width: 28px;
  vertical-align: text-bottom;
  margin-left: 30px;
  margin-left: 6px;
}

.accordion ul.attention li {
  text-indent: -1em;
  margin-left: 1em;
  padding: 5px 20px 0px 10px;
}
.accordion ul.attention li:before {
  content: "※";
  /* display: inline-block; */
  /* width: 1em; */
  text-indent: 0;
}

.accordion ul.dash li {
  text-indent: -0.7em;
  margin-left: 0.5em;
}

.accordion ul.dash li:before {
  content: "・";
  display: inline-block;
  width: 0.7em;
  text-indent: 0;
}

h4 {
  margin-top: 16px;
  font-size: 110%;
  font-weight: bold;
}

/*-------------------------------------
 mobile
-------------------------------------*/

@media screen and (max-width: 965px) {
  .latest-wrapper {
    max-width: 700px;
  }

  .infoBg ul {
    top: -20px;
  }
}

@media screen and (max-width: 940px) {
  .forPC {
    display: none;
  }
  .forSP {
    display: inline;
  }
  /* .forSP img { display: inline-block; } */
  .forPC2 {
    max-width: 99%;
  }

  .mainVisual {
    height: 338px;
    background-image: url("../images/bg-mainsp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top 1% center;
    padding: 2px 0 27vh;
    margin: 0 auto;
    line-height: 1;
    background-color: #7fcaef;
    z-index: 200;
    position: relative;
    text-align: center;
    flex: 1;
    max-width: 100%;
  }
  #main {
    background: url("../images/bg_imgSP.png") repeat-y center 0;
    background-size: 100%;
    text-align: center;
    width: 100%;
    height: auto;
    font-weight: bold;
    margin-top: 0;
    padding: 0 0 100px 0;
    z-index: 1;
  }

  .infoBg ul {
    position: absolute;
    text-align: left;
    top: 48%;
    left: 52%;
    right: unset;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    line-height: 0.4em;
    min-width: 260px;
  }

  .lity-close {
    right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .forPC2 {
    display: none;
  }
  .forSP2 {
    display: inline;
    margin-top: 30px;
  }

  body {
    min-width: inherit;
    font-size: 14px;
    text-align: center;
  }
  img {
    max-width: 100%;
    height: auto;
    width/***/: auto; /*IE8のみ適用*/
  }

  .mr10 {
    margin-right: 0;
  }

  /*-------------------------------------
 wrap
-------------------------------------*/
  #wrap {
    /* overflow:hidden; */
  }

  #contents {
  }

  #footer {
    background: url("../images/bg_footersp.png") no-repeat center center;
    width: 100%;
    background-size: 100%;
    font-weight: bold;
    margin: -75px auto auto;

    position: relative;
    z-index: 10;
    pointer-events: none;
  }
  header {
    text-align: left;
  }
  .header-sns li img {
    max-width: 40px;
  }

  h1 {
    padding: 0 15px 0 0;
    position: relative;
    text-align: right;
    z-index: 302;
  }
  h1 img {
    width: 200px;
    position: relative;
    text-align: right;
    z-index: 302;
  }

  .infoBg {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 235px;
  }

  .infoBg li {
    margin-bottom: 0.5em;
  }

  .movie {
    width: 65%;
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
  }
  .movie a:first-child {
    padding: 0;
  }
  .movie img {
    width: 100%;
    padding-bottom: 10px;
  }

  .void {
    display: none;
  }

  .footer-top {
    margin-top: 90px;
  }

  .container {
    width: 90%;
    padding: 0 20px;
    text-align: center;
    margin: 0 auto;
  }

  .sns {
    margin: 30px auto;
    width: 100%;
  }

  .icon Img {
    width: 70px;
  }

  /* lower page */

  .lower_mainVisual {
    height: 300px;
    width: 100%;
    background: url("../images/bg-main02sp.png") no-repeat center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top 0 center;
    padding: 2px 0 0;
    margin: 0 auto;
    line-height: 1;
    background-color: #7fcaef;
    z-index: 200;
    position: relative;
    text-align: center;
  }

  .lower_mainVisual h1 {
    padding: 35px 0;
    position: relative;
    text-align: center;
    z-index: 302;
  }
  .lower_mainVisual h1 img {
    width: 90%;
    position: relative;
    z-index: 302;
  }

  .pagenavi {
    width: 95%;
    text-align: center;
    margin: 0 auto;
  }
  .pagenaviBtn {
    max-width: 100%;
    float: none;
  }
  .pagenaviBtn img {
    width: 6.5em;
  }

  .table-cell {
    text-align: center;
    float: none;
    display: flex;
    justify-content: center;
    gap: 5px;
  }

  .secBox {
    margin: 10px 15px 0;
  }
  .secBox0 {
    margin: 0px 15px 0;
  }

  h3 {
    margin: 15px auto;
  }

  h3 img {
    display: block;
    max-width: 88%;
    margin: auto;
    padding-left: 0.5em;
  }

  .btn {
    margin: 20px auto;
  }
  .btn Img {
    width: 40%;
  }

  /* popup ontents  */
  .col {
    width: 100%;
  }

  .col p {
    max-width: 345px;
    margin: auto;
  }

  .col img {
    width: 98%;
  }

  .col img {
    max-width: 345px;
    display: block;
    margin: auto;
  }

  .latest-wrapper {
    padding: 0 15px;
  }

  .tmb {
    border: solid 3px #ec653d; /*線*/
    margin-bottom: 10px;
  }

  .item_wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }

  .item {
    width: 100%;
  }
  .item img {
    border: solid 3px #ec653d; /*線*/
    margin-bottom: 10px;
  }

  .popupbg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
  }

  /* キャンペーン */
  .present h1 {
    padding: 22px 0;
    position: relative;
    text-align: center;
    z-index: 302;
  }

  .oubo_Box {
    text-align: left;
    height: auto;
  }
  .oubo_Box img {
    text-align: center;
  }

  .oubo_img {
    position: static;
    margin-top: 30px;
  }

  .global {
    width: 100%;
    padding: 0; /* ulタグのデフォルトCSSを打ち消し */
    margin: 0; /* ulタグのデフォルトCSSを打ち消し */
    list-style: none; /* ulタグのデフォルトCSSを打ち消し */
  }

  .global > li {
    display: inline-block; /* インラインブロック要素にする */
    /* width: 100px;*/ /* 幅指定 */
    vertical-align: middle; /* 要素を上下中央で揃える */
    box-sizing: border-box;
  }
  .global > li > img {
    margin-left: 75px;
  }

  .global > li.txt {
    display: inline-block; /* インラインブロック要素にする */
    width: 100%; /* 幅指定 */
    vertical-align: middle; /* 要素を上下中央で揃える */
    box-sizing: border-box;
    font-size: 18px;
    color: #603813;
  }

  .snslist {
    margin: 30px auto;
  }
  .snslist img {
    width: 100%;
    display: inline-block;
    margin: auto;
  }
  .sns_icon {
    width: 20px;
    vertical-align: text-top;
  }

  .accordion p {
    cursor: pointer;
    padding: 8px 9px 5px 20px;
  }
  .accordion p img {
    width: 24px;
    vertical-align: top;
    margin-left: 30px;
    margin-left: 6px;
  }
  .accordion p.ac1 {
    background: #ec653d;
    color: #fff;
    font-size: 22px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .accordion ul.attention li {
    text-indent: -1.5em;
    margin-left: 1.7em;
    padding: 5px 20px 0px 6px;
  }
  .accordion .inner li {
    font-size: 14px;
  }
}

@media screen and (max-width: 615px) {
  .lower_mainVisual {
    height: 230px;
  }

  .infoBg ul {
    top: 47%;
    left: 55%;
  }
}

@media screen and (max-width: 605px) {
  .infoBg {
    top: 105px;
  }

  .mainVisual {
    padding-bottom: 5vh;
  }
}

@media screen and (max-width: 477px) {
  .lower_mainVisual {
    height: 181px;
  }
  .mainVisual {
    padding-bottom: 0;
  }
}
