@charset "UTF-8";
/* ===================================
Foundation
=================================== */
/*
 * _setting.scss
 */
/* -----------------------------------
Color
------------------------------------ */
/*
 * _mixin.scss
 */
/* -----------------------------------
media query print
------------------------------------ */
/* -----------------------------------
media query ver1
------------------------------------ */
/* -----------------------------------
media query ver2
------------------------------------ */
/* -----------------------------------
cellHover
------------------------------------ */
/* -----------------------------------
btnHover
------------------------------------ */
/* -----------------------------------
btnHoverNone
------------------------------------ */
/* -----------------------------------
formFocus
------------------------------------ */
/* -----------------------------------
formDisabled
------------------------------------ */
/* -----------------------------------
transition
------------------------------------ */
/* -----------------------------------
clearfix
------------------------------------ */
/*
 * _reset.scss
 */
/* -----------------------------------
reset
------------------------------------ */
html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

form {
  display: inline;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 60%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.15em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

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

fieldset {
  border: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 15px 0;
  padding: 0;
}

/*
 * _base.scss
 */
/* -----------------------------------
base Setting
------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.001em;
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}
@media print {
  body {
    background: none;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
@media print {
  html, body {
    height: auto;
  }
}
p {
  text-align: justify;
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

::selection {
  background: #7BC6B4;
  color: #fff;
}

::-moz-selection {
  background: #7BC6B4;
  color: #fff;
}

/* ===================================
Layout
=================================== */
/*
 * _layout.scss
 */
/* -----------------------------------
wrapper
------------------------------------ */
.l-wrapper {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    min-height: 100px;
  }
}

/* -----------------------------------
header
------------------------------------ */
.l-header {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  height: 100px;
  width: 100%;
  z-index: 100;
}
.l-header_in {
  height: 100px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-header_logo {
  width: 197px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.l-header_info {
  position: absolute;
  width: 260px;
  right: 270px;
  top: 50%;
  transform: translateY(-50%);
}
.l-header_info_name {
  text-align: right;
  font-weight: bold;
  font-size: 1.6rem;
}
.l-header_info_mansion {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.4;
}
.-simple .l-header_info {
  display: none !important;
}
.l-header_btn {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.l-header_btn li {
  float: left;
}
.l-header_btn li:nth-child(2) {
  margin-left: 10px;
}
.-simple .l-header_btn {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 60px;
  }
  .l-header_in {
    height: 60px;
    min-width: 1px;
    max-width: 100%;
    padding: 0px 3%;
  }
  .l-header_logo {
    left: 10px;
    width: 100px;
  }
  .l-header_info {
    right: 130px;
    width: 125px;
  }
  .l-header_info_name {
    font-size: 1rem;
  }
  .l-header_info_name span {
    line-height: 1;
    font-size: 0.8rem;
  }
  .l-header_info_mansion {
    font-size: 0.8rem;
  }
  .l-header_btn {
    position: absolute;
    right: 55px;
  }
  .l-header_btn li {
    float: left;
  }
  .l-header_btn li:nth-child(2) {
    margin-left: 5px;
  }
  .l-header_btn.is-login li:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  .l-header_logo {
    width: 90px;
  }
}

/* -----------------------------------
.gnav
------------------------------------ */
@media screen and (min-width: 769px) {
  .l-gnav {
    display: none;
  }
  #top .l-gnav {
    display: block;
    padding-top: 100px;
    margin-bottom: 20px;
  }
  .l-gnav_in {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .l-gnav_nav1 {
    display: flex;
    gap: 10px;
  }
  .l-gnav_nav1 li {
    flex: 1;
  }
  .l-gnav_nav1 li a, .l-gnav_nav1 li span {
    transition: 0.2s ease-out;
    display: block;
    line-height: 1;
    text-decoration: none;
    padding: 12px;
    border: 1px solid #000;
    text-align: center;
  }
  .l-gnav_nav1 li a:hover, .l-gnav_nav1 li span:hover {
    background: #7BC6B4;
    color: #fff;
    border: 1px solid #7BC6B4;
  }
  .l-gnav_nav2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav {
    transition: 0.3s ease-out;
    display: block;
    top: -100%;
    position: fixed;
    z-index: 100;
    left: 0;
    width: 100%;
    background: rgba(123, 198, 180, 0.9);
  }
  .l-gnav.is-open {
    top: 0;
  }
  .l-gnav_in {
    min-width: 1px;
    max-width: 100%;
    padding: 0px 3%;
    padding: 60px 10% 30px;
  }
  .l-gnav_nav1 {
    position: static;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .l-gnav_nav1 li {
    display: block;
    margin-left: 0px;
  }
  .l-gnav_nav1 li a {
    display: block;
    padding: 10px 15px;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
  }
  .l-gnav_nav2 {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .l-gnav_nav2 li {
    flex-basis: 50%;
    padding: 1px;
  }
  .l-gnav_nav2 li a, .l-gnav_nav2 li span {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.7);
  }
}

.l-gnavBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-gnavBtn {
    display: inline-block;
    box-sizing: border-box;
    position: fixed;
    top: 10px;
    right: 3%;
    width: 40px;
    height: 40px;
    z-index: 101;
  }
  .l-gnavBtn span {
    transition: 0.3s ease-in-out;
    position: absolute;
    left: 15%;
    width: 70%;
    height: 1px;
    background-color: #666;
  }
  .l-gnavBtn span:nth-of-type(1) {
    top: 25%;
  }
  .l-gnavBtn span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  .l-gnavBtn span:nth-of-type(3) {
    bottom: 25%;
  }
  .l-gnavBtn.is-open span {
    position: absolute;
    left: 15%;
    width: 70%;
    height: 2px;
    background-color: #fff;
  }
  .l-gnavBtn.is-open span:nth-of-type(1) {
    transform: translateY(9px) translateX(0) rotate(-45deg);
  }
  .l-gnavBtn.is-open span:nth-of-type(2) {
    display: none;
  }
  .l-gnavBtn.is-open span:nth-of-type(3) {
    transform: translateY(-9px) translateX(0) rotate(45deg);
  }
}

/* -----------------------------------
content
------------------------------------ */
.l-content {
  position: relative;
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  #top .l-content {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-content {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

/* -----------------------------------
mainv
------------------------------------ */
.l-mainv_in {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
  padding: 0px;
}
.l-mainv_in > div {
  text-align: center;
}
.l-mainv_in > div a, .l-mainv_in > div div {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.l-mainv_in > div a:hover, .l-mainv_in > div div:hover {
  opacity: 0.8;
}
.l-mainv_in > div a img, .l-mainv_in > div div img {
  width: 100%;
}
/* -----------------------------------
section
------------------------------------ */
.l-sec {
  position: relative;
  padding: 30px 0;
}
.l-sec::after {
  display: block;
  clear: both;
  content: "";
}
.l-sec_in {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-sec {
    padding: 15px 0;
  }
  .l-sec_in {
    min-width: 1px;
    max-width: 100%;
    padding: 0px 3%;
  }
}
.l-sec.-topRaisapo {
  background: #FFF092;
}
.l-sec.-topRaisapo:before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: #fff url(../img/common/bg_raisapo_top.png) no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  z-index: 0;
  top: -100px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-sec.-topRaisapo:before {
    height: 50px;
    top: -20px;
  }
}
.l-sec.-topRaisapo:after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: #fff url(../img/common/bg_raisapo_bottom.png) no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  z-index: 0;
  bottom: -100px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-sec.-topRaisapo:after {
    height: 50px;
    bottom: 0px;
  }
}

/* -----------------------------------
.l-contact
------------------------------------ */
.l-contact {
  overflow: hidden;
  position: relative;
  border-top: 1px solid #eee;
  text-align: center;
}
.l-contact_in {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 30px;
  padding-bottom: 40px;
}
.l-contact_txt1 {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
.l-contact_txt2 {
  font-size: 1.8rem;
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
}
.l-contact_txt3 {
  margin-top: 15px;
  text-align: center;
}
.l-contact_txt3 span {
  display: inline-block;
}
.l-contact_tel {
  margin: 30px auto 0;
  position: relative;
  display: inline-block;
  padding-left: 70px;
}
.l-contact_tel a > img {
  width: 206px;
}
.l-contact_tel p {
  margin-top: 10px;
  margin-left: -0.5em;
  font-weight: bold;
  line-height: 1;
}
.l-contact_tel:before {
  content: "";
  display: block;
  width: 61px;
  height: 46px;
  background: url(../img/common/ico_tel.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  #top .l-contact {
    border-top: none;
  }
  #top .l-contact_in {
    background: #fff;
    padding-top: 70px;
    min-height: 380px;
    width: 320px;
  }
  #top .l-contact_tel {
    padding-left: 0px;
    padding-top: 50px;
    border-right: none;
    text-align: center;
  }
  #top .l-contact_tel p {
    text-align: center;
  }
  #top .l-contact_tel:before {
    width: 50px;
    height: 40px;
    top: 0px;
    left: 50%;
    transform: translateY(0);
    transform: translateX(-50%);
  }
  #top .l-contact:before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: url(../img/index/contact_bg1.png?date=251112) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-100%);
    margin-left: -150px;
  }
  #top .l-contact:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: url(../img/index/contact_bg2.png?date=251112) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(100%);
    margin-right: -150px;
  }
}
@media screen and (max-width: 768px) {
  .l-contact_in {
    min-width: 1px;
    max-width: 100%;
    padding: 0px 3%;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .l-contact_txt2 {
    font-size: 1.6rem;
  }
  .l-contact_txt3 {
    margin-top: 10px;
  }
  .l-contact_tel {
    padding-left: 0px;
    padding-top: 50px;
    border-right: none;
    text-align: center;
  }
  .l-contact_tel p {
    text-align: center;
  }
  .l-contact_tel:before {
    width: 50px;
    height: 40px;
    top: 0px;
    left: 50%;
    transform: translateY(0);
    transform: translateX(-50%);
  }
}

/* -----------------------------------
footer
------------------------------------ */
.l-footer {
  background: #eee;
  padding: 30px 0;
}
.l-footer_in {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-footer_nav {
  text-align: center;
  margin: 0 auto 20px;
}
.l-footer_nav li {
  display: inline-block;
}
.l-footer_nav li:before {
  content: "/";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.l-footer_nav li:first-child:before {
  display: none;
}
.l-footer_nav li a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
.l-footer_nav li a:hover {
  text-decoration: underline;
}
.-simple .l-footer_nav {
  display: none !important;
}
.l-footer_copyright {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 20px 0;
  }
  .l-footer_in {
    min-width: 1px;
    max-width: 100%;
    padding: 0px 3%;
  }
  .l-footer_nav {
    max-width: 80%;
    display: flex;
    flex-wrap: wrap;
  }
  .l-footer_nav li {
    flex-basis: 50%;
    display: block;
  }
  .l-footer_nav li:nth-of-type(5) {
    flex-basis: 100%;
  }
  .l-footer_nav li:before {
    display: none;
  }
  .l-footer_nav li a {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 1rem;
  }
  .l-footer_copyright {
    font-size: 0.9rem;
  }
}

/* ===================================
Object
=================================== */
/* -----------------------------------
Component
------------------------------------ */
/*
 * _component.scss
 */
/* -----------------------------------
title
------------------------------------ */
.c-pageTitle {
  position: relative;
  margin-bottom: 20px;
  margin-top: 15px;
  text-align: center;
}
.c-pageTitle_txt1 {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
.c-pageTitle_txt1.-orange {
  color: #f8b616;
}
.c-pageTitle_txt2 {
  display: block;
  margin-top: 5px;
  font-size: 2rem;
  font-weight: bold;
}
.c-pageTitle_txt3 {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c-pageTitle {
    margin-bottom: 15px;
    margin-top: 8px;
  }
  .c-pageTitle_txt1 {
    font-size: 0.9rem;
  }
  .c-pageTitle_txt2 {
    font-size: 1.5rem;
  }
}

.c-newsTitle {
  padding-top: 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid #AFAFAF;
  margin-bottom: 25px;
}
.c-newsTitle_date {
  text-align: center;
  line-height: 1;
}
.c-newsTitle_title {
  margin-top: 10px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-newsTitle {
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .c-newsTitle_date {
    text-align: left;
    font-size: 1.1rem;
  }
  .c-newsTitle_title {
    text-align: left;
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

/* -----------------------------------
txt
フォームの先頭など
------------------------------------ */
.c-txt1 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
* + .c-txt1 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-txt1 {
    font-size: 1.1rem;
  }
}

.c-txt2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-txt2 {
    font-size: 1.8rem;
  }
}

/* -----------------------------------
fullName
------------------------------------ */
ul.c-fullName li {
  display: inline-block;
}
ul.c-fullName li span {
  display: inline-block;
  width: 30px;
  white-space: nowrap;
  text-align: right;
  margin-right: 10px;
}
ul.c-fullName li + li {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  ul.c-fullName li + li {
    margin-left: 5px;
  }
}

/* -----------------------------------
indent
------------------------------------ */
ul.c-indent.-em1 li {
  text-indent: -1em;
  padding-left: 1em;
}
ul.c-indent.-em2 li {
  text-indent: -2em;
  padding-left: 2em;
}

/* -----------------------------------
input
------------------------------------ */
.c-input {
  transition: 0.3s ease-in-out;
  position: relative;
  padding: 10px 15px;
  width: 100%;
  max-width: 100%;
  border: none;
  background: #FFFAD4;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-input {
    font-size: 1.6rem;
    padding: 5px 12px;
    margin-top: 3px;
  }
}
.c-input:focus {
  outline: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.c-input:disabled {
  background: #fff;
  border-style: dashed;
  user-select: none;
  cursor: default;
}
.c-input:disabled::placeholder {
  color: #fcfcfc;
}
.c-input:disabled::-ms-input-placeholder {
  color: #fcfcfc;
}
.c-input:disabled:-ms-input-placeholder {
  color: #fcfcfc;
}
.c-input::placeholder {
  color: #999;
}
.c-input::-ms-input-placeholder {
  color: #999;
}
.c-input:-ms-input-placeholder {
  color: #999;
}
.c-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0fdff inset;
}
.c-input.-name {
  width: 180px;
}
.c-input.-tel {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .c-input.-name {
    width: 90px;
  }
  .c-input.-tel {
    width: 80px;
  }
}
@media screen and (max-width: 374px) {
  .c-input.-name {
    width: 70px;
  }
  .c-input.-tel {
    width: 65px;
  }
}
.c-input.-w50f {
  width: 50px;
}
.c-input.-w100f {
  width: 100px;
}
.c-input.-w120f {
  width: 120px;
}
.c-input.-w150f {
  width: 150px;
}
.c-input.-w200f {
  width: 200px;
}
.c-input.-w250f {
  width: 250px;
}
.c-input.-w300f {
  width: 300px;
}
.c-input.-w350f {
  width: 350px;
}
.c-input.-w400f {
  width: 400px;
}
.c-input.-w450f {
  width: 450px;
}
.c-input.-w500f {
  width: 500px;
}

/* -----------------------------------
textarea
------------------------------------ */
.c-textarea {
  transition: 0.3s ease-in-out;
  padding: 7px 15px;
  width: 100%;
  max-width: 100%;
  min-height: 130px;
  background: #FFFAD4;
  border: none;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-textarea {
    font-size: 1.6rem;
  }
}
.c-textarea:focus {
  outline: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.c-textarea:disabled {
  background: #fff;
  border-style: dashed;
  user-select: none;
  cursor: default;
}
.c-textarea:disabled::placeholder {
  color: #fcfcfc;
}
.c-textarea:disabled::-ms-input-placeholder {
  color: #fcfcfc;
}
.c-textarea:disabled:-ms-input-placeholder {
  color: #fcfcfc;
}
.c-textarea::placeholder {
  color: #999;
}
.c-textarea::-ms-input-placeholder {
  color: #999;
}
.c-textarea:-ms-input-placeholder {
  color: #999;
}

/* -----------------------------------
select
------------------------------------ */
.c-select {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-select {
    margin-top: 3px;
  }
}
.c-select::after {
  content: "▼";
  display: block;
  width: 1em;
  height: 42px;
  position: absolute;
  top: 0%;
  right: 0px;
  transform: translateX(-50%);
  pointer-events: none;
  line-height: 42px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-select::after {
    line-height: 32px;
    height: 32px;
  }
}
.c-select_label {
  padding-left: 5px;
}
.c-select select {
  transition: 0.3s ease-in-out;
  position: relative;
  min-width: 100px;
  padding: 5px 30px 5px 15px;
  height: 42px;
  border: 1px solid #C8C8C8;
  line-height: 1;
  cursor: pointer;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-select select {
    min-width: 80px;
    padding: 5px 20px 5px 10px;
    height: 32px;
    font-size: 1.6rem;
  }
}
.c-select select:focus {
  outline: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.c-select select:disabled {
  background: #fff;
  border-style: dashed;
  user-select: none;
  cursor: default;
}
.c-select select:disabled::placeholder {
  color: #fcfcfc;
}
.c-select select:disabled::-ms-input-placeholder {
  color: #fcfcfc;
}
.c-select select:disabled:-ms-input-placeholder {
  color: #fcfcfc;
}

/* -----------------------------------
radio
------------------------------------ */
.c-radio {
  position: relative;
  padding: 4px 0;
  margin: 3px 15px 3px 0px;
}
.c-radio input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.c-radio span {
  padding-left: 25px;
  position: relative;
  display: inline-block;
}
.c-radio span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #C8C8C8;
  background: #fff;
}
.c-radio span:after {
  transition: 0.3s ease-in-out;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #7BC6B4;
  opacity: 0;
}
.c-radio span:hover:after {
  opacity: 0.2;
}
.c-radio input[type=radio]:checked + span:after {
  opacity: 1;
}

/* -----------------------------------
checkbox
------------------------------------ */
.c-checkbox {
  position: relative;
  padding: 2px 0;
  margin: 3px 15px 3px 0px;
}
.c-checkbox input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.c-checkbox span {
  padding-left: 25px;
  position: relative;
  display: inline-block;
}
.c-checkbox span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 5px;
  border: 1px solid #999;
  background: #fff;
}
.c-checkbox span:after {
  transition: 0.3s ease-in-out;
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: rotate(-45deg) translateY(-50%);
  border-bottom: 3px solid #7BC6B4;
  border-left: 3px solid #7BC6B4;
  margin-top: -8px;
  opacity: 0;
}
.c-checkbox span:hover:after {
  opacity: 0.2;
}
.c-checkbox input[type=checkbox]:checked + span:after {
  opacity: 1;
}

/* -----------------------------------
inputList
------------------------------------ */
.c-inputList li {
  display: inline-block;
  margin: 3px 15px 3px 0px;
}
.c-inputList.-col li {
  display: block;
  margin: 5px 15px 5px 0px;
}

/* -----------------------------------
btn
------------------------------------ */
.c-btnBox {
  margin-top: 40px;
  text-align: center;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 768px) {
  .c-btnBox {
    margin-top: 30px;
  }
}
.c-btnBox .c-btn {
  letter-spacing: normal;
}
.c-btnBox.-multi .c-btn {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .c-btnBox.-multi .c-btn {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-btnBox.-multi .c-btn + .c-btn {
    margin-top: 15px;
  }
}
.c-btnBox.-tl {
  text-align: left;
}

.c-btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.c-btn > span {
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 2;
  display: block;
  padding: 15px 35px;
  min-width: 220px;
  font-size: 1.3rem;
  background: #000;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  font-weight: bold;
}
.c-btn > span:after {
  content: "";
  background: url(../img/common/ico_arrow_wh.png) no-repeat 0 0;
  background-size: cover;
  display: block;
  width: 8px;
  height: 10px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-btn > span:after {
    right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn > span {
    padding: 12px 30px;
    min-width: 200px;
    font-size: 1.2rem;
  }
}
.c-btn.-back > span {
  background: #ECECEC;
  color: #000;
}
.c-btn.-back > span:after {
  background: url(../img/common/ico_arrow_bk.png) no-repeat 0 0;
  background-size: cover;
  right: auto;
  left: 15px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 768px) {
  .c-btn.-back > span {
    padding: 8px 15px;
    min-width: 200px;
  }
}
.c-btn.-border > span {
  padding-top: 13px;
  padding-bottom: 13px;
  border: 2px solid #000;
  background-color: #fff;
  text-align: center;
  color: inherit;
}
.c-btn.-border > span:after {
  background: url(../img/common/ico_arrow_bk.png) no-repeat 0 0;
  background-size: cover;
}
.c-btn.-add > span {
  padding-left: 45px;
  padding-right: 45px;
}
.c-btn.-add > span:after {
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_plus_wh.png) no-repeat 0 0;
  background-size: cover;
}
.c-btn.-edit > span {
  padding: 8px 20px;
  min-width: 40px;
  border-radius: 10px;
  border: 1px solid #666;
  background-color: #fff;
  color: inherit;
}
.c-btn.-edit > span:after {
  display: none;
}
.c-btn.-deleate > span {
  padding: 8px 15px;
  min-width: 40px;
  border-radius: 10px;
  background: #ccc;
  border: 1px solid #ccc;
  color: inherit;
}
.c-btn.-deleate > span:after {
  display: none;
}
.c-btn.-headerRegist > span {
  background: #D5527B;
  min-width: 110px;
  padding: 10px 10px;
  font-size: 1.2rem;
}
.c-btn.-headerRegist > span:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-btn.-headerRegist > span {
    min-width: 10px;
    padding: 8px 10px;
    font-size: 0.9rem;
  }
}
.c-btn.-headerLogin > span {
  background: #7BC6B4;
  min-width: 110px;
  padding: 10px 10px;
  font-size: 1.2rem;
}
.c-btn.-headerLogin > span:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-btn.-headerLogin > span {
    min-width: 10px;
    padding: 8px 10px;
    font-size: 0.9rem;
  }
}
.c-btn.-headerMypage > span {
  background: #7BC6B4;
  min-width: 110px;
  padding: 10px 10px;
  font-size: 1.2rem;
}
.c-btn.-headerMypage > span:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-btn.-headerMypage > span {
    min-width: 10px;
    padding: 8px 10px;
    font-size: 0.9rem;
  }
}
.c-btn.-headerLogout > span {
  background: #ECECEC;
  color: #000;
  min-width: 110px;
  padding: 10px 10px;
  font-size: 1.2rem;
}
.c-btn.-headerLogout > span:after {
  display: none;
}
.c-btn.-popRegist > span {
  background: #D5527B;
}
@media screen and (max-width: 768px) {
  .c-btn.-popRegist > span {
    padding: 8px 10px;
  }
}
.c-btn.-popLogin > span {
  background: #7BC6B4;
}
@media screen and (max-width: 768px) {
  .c-btn.-popLogin > span {
    padding: 8px 10px;
  }
}
.c-btn.-footerMail {
  display: block;
}
.c-btn.-footerMail > span {
  display: block;
  background: #7BC6B4;
  color: #fff;
  min-width: 110px;
  width: 100%;
  padding: 15px 15px 15px 85px;
  border-radius: 0px;
  text-align: left;
}
.c-btn.-footerMail > span:after {
  display: none;
}
.c-btn.-footerMail > span:before {
  content: "";
  display: block;
  width: 51px;
  height: 20px;
  background: url(../img/common/ico_mail.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.c-btn.is-notlogin {
  cursor: default;
}
.c-btn.is-notlogin > span {
  background: #ECECEC;
  color: #000;
}
.c-btn.is-notlogin > span:after {
  display: none;
}
.c-btn.is-notlogin:hover span {
  opacity: 1;
  box-shadow: none;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.c-btn.-login > span {
  background: #7BC6B4;
}
.c-btn.-logout > span {
  background: #ECECEC;
  color: #000;
}
.c-btn:hover > span {
  opacity: 0.8;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.c-btn:focus {
  outline: none;
}
.c-btn:disabled span {
  background: #ddd !important;
  color: #aaa !important;
  box-shadow: none !important;
}
.c-btn:disabled:hover {
  opacity: 1 !important;
}

.c-caution {
  color: #999;
  margin-top: 8px;
}

.c-error {
  color: #BD272D;
  margin-top: 8px;
}

.c-hissuCaption {
  margin: 30px auto 20px;
}
.c-hissuCaption span {
  color: #BD272D;
}

/* -----------------------------------
必須
------------------------------------ */
.c-hissu:after {
  content: "※";
  color: #BD272D;
  font-weight: bold;
  margin-left: 2px;
}

/* -----------------------------------
Project
------------------------------------ */
/*
 * _project.scss
 */
/* -----------------------------------
.p-box
------------------------------------ */
.p-box {
  padding: 60px;
  background: #fff;
  margin: 0 auto;
  border: 20px solid #7BC6B4;
}
@media screen and (max-width: 768px) {
  .p-box {
    padding: 15px 15px;
    border-width: 10px;
  }
}
.p-box.-news {
  border-color: #AFAFAF;
}
.p-box.-enquete {
  border-color: #007d92;
}
.p-box.-other {
  border-color: #AFAFAF;
}
.p-box.-movie {
  border-width: 8px;
  border-color: #f8b616;
}

/* ---------------------------------------
.p-loginBox
--------------------------------------- */
.p-loginBoxCover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.p-loginBoxCover.is-visible {
  display: block;
  animation-name: fade-in;
  animation-duration: 0.5s;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-loginBox {
  display: none;
  max-width: 800px;
  width: 90%;
  position: absolute;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.p-loginBox_item {
  position: relative;
  flex-basis: 50%;
  min-height: 420px;
  min-height: 380px;
  padding: 40px 25px;
}
.p-loginBox_item:nth-of-type(1) {
  border-right: 1px solid #000;
}
.p-loginBox_item_title {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px dotted #939393;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-loginBox_item_auth {
  text-align: center;
  margin-top: 20px;
}
.p-loginBox_item_txt {
  text-align: center;
  line-height: 1.8;
}
.p-loginBox_item_list {
  padding: 15px;
  max-width: 70%;
  margin: 15px auto;
  background: #ECECEC;
  text-align: center;
}
.p-loginBox_item_btn {
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
}
.p-loginBox_item_btn_reissue {
  text-align: center;
  margin-top: 10px;
}
.p-loginBox_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
  transition: 0.4s;
  cursor: pointer;
}
.p-loginBox_close:hover {
  opacity: 0.7;
}
.p-loginBox.is-visible {
  display: flex;
  animation-name: slide-up;
  animation-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-loginBox_item {
    min-height: 1px;
    padding: 15px 15px 20px;
  }
  .p-loginBox_item:nth-of-type(1) {
    border-right: none;
  }
  .p-loginBox_item_title {
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .p-loginBox_item_auth {
    margin-top: 8px;
  }
  .p-loginBox_item_txt {
    line-height: 1.4;
    font-size: 1rem;
  }
  .p-loginBox_item_list {
    padding: 8px;
    max-width: 70%;
    margin: 8px auto;
    font-size: 1.1rem;
  }
  .p-loginBox_item_btn {
    position: static;
    transform: translateX(0);
  }
  .p-loginBox_item_btn_reissue {
    margin-top: 12px;
    font-size: 1.1rem;
  }
  .p-loginBox_item_btn .c-btnBox {
    margin-top: 20px;
  }
  .p-loginBox_close {
    width: 35px;
    height: 35px;
    top: -40px;
  }
  .p-loginBox.is-visible {
    display: block;
  }
}

@keyframes slide-up {
  from {
    opacity: 0;
    margin-top: 50px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
/* -----------------------------------
.p-loginForm
------------------------------------ */
.p-loginForm {
  margin-top: 20px;
}
.p-loginForm > dl {
  display: flex;
  align-items: center;
  border: 2px solid #000;
  background: #000;
  border-radius: 20px;
}
.p-loginForm > dl > dt {
  flex-basis: 30%;
  font-weight: bold;
  background: #000;
  color: #fff;
  text-align: center;
}
.p-loginForm > dl > dd {
  position: relative;
  flex-basis: 70%;
}
.p-loginForm > dl > dd input.c-input {
  margin: 0;
  border-radius: 0 18px 18px 0;
}
.p-loginForm > dl + dl {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-loginForm {
    margin-top: 10px;
  }
  .p-loginForm > dl {
    display: flex;
    border-radius: 10px;
  }
  .p-loginForm > dl > dt {
    font-size: 1rem;
  }
  .p-loginForm > dl > dd input.c-input {
    border-radius: 0 8px 8px 0;
  }
  .p-loginForm > dl + dl {
    margin-top: 10px;
  }
}

/* -----------------------------------
.p-form
------------------------------------ */
.p-form {
  margin-top: 30px;
  border-top: 1px dashed #959595;
  padding-top: 20px;
}
.p-form > dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px dashed #959595;
}
.p-form > dl > dt {
  flex-basis: 20%;
  font-weight: bold;
}
.p-form > dl > dd {
  flex-basis: 80%;
}
.p-form > dl + dl {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-form {
    margin-top: 20px;
    padding-top: 10px;
  }
  .p-form > dl {
    display: block;
    padding-bottom: 10px;
  }
  .p-form > dl > dt {
    padding-bottom: 5px;
  }
  .p-form > dl + dl {
    margin-top: 10px;
  }
}

/* -----------------------------------
.p-address
------------------------------------ */
.p-address dl {
  display: flex;
  align-items: center;
}
.p-address dl dt {
  flex-basis: 20%;
}
.p-address dl dd {
  flex-basis: 80%;
}
.p-address dl + dl {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-address dl dt {
    flex-basis: 30%;
  }
  .p-address dl dd {
    flex-basis: 70%;
  }
}

/* -----------------------------------
.p-family
------------------------------------ */
.p-family {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.p-family dl {
  flex-basis: 40%;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.p-family dl:nth-of-type(1) {
  flex-basis: 40%;
}
.p-family dl:nth-of-type(2) {
  flex-basis: 30%;
}
.p-family dl:nth-of-type(3) {
  flex-basis: 100%;
  margin-top: 20px;
}
.p-family dl dt {
  flex-basis: 70px;
  text-align: center;
  white-space: nowrap;
}
.p-family dl dd {
  flex-basis: calc(100% - 70px);
}
@media screen and (max-width: 768px) {
  .p-family dl {
    margin-right: 0px;
  }
  .p-family dl:nth-of-type(1) {
    flex-basis: 50%;
  }
  .p-family dl:nth-of-type(2) {
    flex-basis: 50%;
  }
  .p-family dl:nth-of-type(3) {
    margin-right: 0;
    display: block;
  }
  .p-family dl:nth-of-type(3) dt {
    text-align: left;
    white-space: nowrap;
  }
  .p-family dl:nth-of-type(3) dd {
    flex-basis: 100%;
  }
  .p-family dl dt {
    flex-basis: 50px;
  }
}

/* ---------------------------------------
.p-familyList
--------------------------------------- */
.p-familyList {
  margin-top: 40px;
}
.p-familyList dl {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.p-familyList dl + dl {
  margin-top: 20px;
}
.p-familyList dl dt._name {
  flex-basis: 180px;
}
.p-familyList dl dt._name p {
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
.p-familyList dl dt._name span {
  text-align: center;
  display: block;
  margin-top: 10px;
  line-height: 1;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .p-familyList dl dt._name {
    flex-basis: 50%;
  }
}
.p-familyList dl dd._zoku {
  flex-basis: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-familyList dl dd._zoku {
    flex-basis: 50%;
  }
}
.p-familyList dl dd._mail {
  flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-familyList dl dd._mail {
    flex-basis: 100%;
    margin-top: 10px;
  }
}
.p-familyList dl dd._btn {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-familyList dl dd._btn {
    flex-basis: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #owner_mypage .family_list {
    margin-top: 40px;
  }
  #owner_mypage .family_list dl {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    /* display: block; */
  }
  #owner_mypage .family_list dl + dl {
    margin-top: 20px;
  }
  #owner_mypage .family_list dl dt._name {
    text-align: left;
    flex-basis: 40%;
  }
  #owner_mypage .family_list dl dd._kana {
    text-align: left;
    flex-basis: 40%;
  }
  #owner_mypage .family_list dl dd._zoku {
    text-align: center;
    flex-basis: 20%;
  }
  #owner_mypage .family_list dl dd._mail {
    flex-basis: 100%;
    margin-top: 5px;
  }
  #owner_mypage .family_list dl dd._btn {
    margin-top: 15px;
    text-align: center;
    flex-basis: 100%;
  }
}
/* ---------------------------------------
.p-newsList
--------------------------------------- */
.p-newsList dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px dotted #939393;
}
.p-newsList dl:last-child {
  border-bottom: none;
}
.p-newsList dl:first-child {
  border-bottom: 1px dotted #939393;
}
.p-newsList dl dt {
  flex-basis: 150px;
  margin-left: 20px;
  padding: 10px;
  background: #000;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.p-newsList dl dd {
  flex-basis: calc(100% - 200px);
}
.p-newsList dl dd a {
  display: block;
  position: relative;
  padding-right: 110px;
  text-decoration: none;
}
.p-newsList dl dd a:hover {
  text-decoration: underline;
}
.p-newsList dl dd a:after {
  content: "CHECK";
  display: inline-block;
  width: 100px;
  padding: 10px 30px;
  border-radius: 50px;
  background: #EAEAEA;
  line-height: 1;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .p-newsList dl dd a:after {
    width: 100px;
    padding: 10px 20px;
    font-size: 1rem;
  }
}
.p-newsList dl dd a:hover:after {
  background: #7BC6B4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-newsList dl {
    display: block;
  }
  .p-newsList dl dt {
    display: inline-block;
    margin-left: 0px;
    padding: 6px 15px;
    font-size: 1rem;
  }
  .p-newsList dl dd {
    margin-top: 5px;
  }
  .p-newsList dl dd a {
    padding-right: 0px;
  }
  .p-newsList dl dd a:after {
    display: none;
  }
}

/* ---------------------------------------
.p-middleBanner
--------------------------------------- */
.p-middleBanner {
  position: relative;
  z-index: 1;
}
.p-middleBanner ul {
  display: flex;
  justify-content: space-between;
}
.p-middleBanner ul li {
  flex-basis: 48%;
}
.p-middleBanner ul li div,
.p-middleBanner ul li a {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.p-middleBanner ul li div:hover,
.p-middleBanner ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-middleBanner ul {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .p-middleBanner ul li + li {
    margin-top: 20px;
  }
}

/* ---------------------------------------
.p-raisapo
--------------------------------------- */
.p-raisapo ul {
  display: flex;
  justify-content: space-between;
}
.p-raisapo ul li {
  position: relative;
  flex-basis: 23%;
  align-items: stretch;
}
.p-raisapo ul li > div, .p-raisapo ul li > a {
  transition: 0.3s ease-in-out;
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 40px;
  text-decoration: none;
}
.p-raisapo ul li > div div, .p-raisapo ul li > a div {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.p-raisapo ul li > div div img, .p-raisapo ul li > a div img {
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-raisapo ul li > div:not(.is-notlogin):hover div, .p-raisapo ul li > a:not(.is-notlogin):hover div {
  background: #fff;
}
.p-raisapo ul li > div:not(.is-notlogin):hover div img, .p-raisapo ul li > a:not(.is-notlogin):hover div img {
  transform: scale(1.05, 1.05);
  opacity: 0.7;
}
.p-raisapo ul li > div img, .p-raisapo ul li > a img {
  width: 100%;
}
.p-raisapo ul li > div p, .p-raisapo ul li > a p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-raisapo ul li > div:after, .p-raisapo ul li > a:after {
  content: "CHECK";
  display: inline-block;
  width: 100px;
  padding: 10px 30px;
  border-radius: 50px;
  background: #EAEAEA;
  line-height: 1;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .p-raisapo ul li > div:after, .p-raisapo ul li > a:after {
    width: 100px;
    padding: 10px 20px;
    font-size: 1rem;
  }
}
.p-raisapo ul li > div:not(.is-notlogin):hover:after, .p-raisapo ul li > a:not(.is-notlogin):hover:after {
  background: #7BC6B4;
  color: #fff;
}
.p-raisapo ul li > div:before, .p-raisapo ul li > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #939393;
  bottom: 15px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-raisapo ul {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .p-raisapo ul li {
    position: relative;
    width: 75%;
  }
  .p-raisapo ul li > div, .p-raisapo ul li > a {
    padding-bottom: 20px;
  }
  .p-raisapo ul li > div p, .p-raisapo ul li > a p {
    font-size: 1.4rem;
  }
  .p-raisapo ul li > div:before, .p-raisapo ul li > a:before {
    bottom: 10px;
  }
  .p-raisapo ul li + li {
    margin-top: 30px;
  }
  .p-raisapo ul li:nth-of-type(even) {
    margin-left: auto;
  }
}

/* -----------------------------------
.p-memberCnt
------------------------------------ */
@media screen and (min-width: 769px) {
  .p-memberCnt {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.p-memberCnt_rashiku {
  flex-basis: 24%;
}
.p-memberCnt_cooking {
  flex-basis: 24%;
}
.p-memberCnt_gardening {
  flex-basis: 24%;
}
.p-memberCnt_present {
  flex-basis: 24%;
}
@media screen and (max-width: 768px) {
  .p-memberCnt {
    max-width: 400px;
    margin: 0 auto;
  }
  .p-memberCnt_present {
    margin-top: 15px;
  }
  .p-memberCnt_cooking {
    margin-top: 15px;
  }
  .p-memberCnt_gardening {
    margin-top: 15px;
  }
}

/* -----------------------------------
.p-topRashiku
------------------------------------ */
.p-topRashiku {
  position: relative;
  display: block;
  text-decoration: none;
  box-shadow: 0 0 0 12px #eaeaea inset;
}
@media screen and (min-width: 769px) {
  .p-topRashiku {
    height: 100%;
  }
}
.p-topRashiku:after {
  content: "CHECK";
  display: inline-block;
  width: 100px;
  padding: 10px 30px;
  border-radius: 50px;
  background: #EAEAEA;
  line-height: 1;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .p-topRashiku:after {
    width: 100px;
    padding: 10px 20px;
    font-size: 1rem;
  }
}
.p-topRashiku:not(.is-notlogin):hover:after {
  background: #7BC6B4;
  color: #fff;
}
.p-topRashiku_img1 {
  position: relative;
  z-index: -1;
}
.p-topRashiku_notlogin {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.p-topRashiku_notlogin span {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-topRashiku_notlogin span {
    font-size: 1.3rem;
  }
}

/* -----------------------------------
.p-topCooking
.p-topGardening
------------------------------------ */
.p-topGardening,
.p-topCooking {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #acacac;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .p-topGardening,
  .p-topCooking {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-topGardening,
  .p-topCooking {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.p-topGardening:not(.is-notlogin):hover,
.p-topCooking:not(.is-notlogin):hover {
  opacity: 0.7;
}
.p-topGardening_title,
.p-topCooking_title {
  margin: 25px 10% 0;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
}
.p-topGardening_txt1,
.p-topCooking_txt1 {
  margin: 10px 10% 0;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-topGardening_txt1,
  .p-topCooking_txt1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-topGardening_txt1,
  .p-topCooking_txt1 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-topGardening_txt1,
  .p-topCooking_txt1 {
    font-size: 16px;
  }
}
.p-topGardening_txt2,
.p-topCooking_txt2 {
  margin: 10px 10% 0;
}
.p-topGardening_img1,
.p-topCooking_img1 {
  margin-top: 15px;
}

/* -----------------------------------
.p-topPresent
------------------------------------ */
.p-topPresent {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #acacac;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-topPresent {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-topPresent {
    padding-bottom: 80px;
  }
}
.p-topPresent_img1 {
  text-align: center;
}
.p-topPresent_img1 img {
  width: 96%;
  max-width: 318px;
}
.p-topPresent_txt1 {
  margin-top: 30px;
  text-align: center;
}
.p-topPresent:after {
  content: "CHECK";
  display: inline-block;
  width: 100px;
  padding: 10px 30px;
  border-radius: 50px;
  background: #EAEAEA;
  line-height: 1;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .p-topPresent:after {
    width: 100px;
    padding: 10px 20px;
    font-size: 1rem;
  }
}
.p-topPresent:not(.is-notlogin):hover:after {
  background: #7BC6B4;
  color: #fff;
}
.p-topPresent_notlogin {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.p-topPresent_notlogin span {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-topPresent_img1 img {
    max-width: 220px;
  }
  .p-topPresent:after {
    margin-top: 20px;
  }
  .p-topPresent_notlogin span {
    font-size: 1.3rem;
  }
}

/* -----------------------------------
.p-topMovie
------------------------------------ */
.p-topMovie {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #acacac;
  margin: 50px auto 0;
}
@media screen and (min-width: 769px) {
  .p-topMovie {
    max-width: 700px;
    padding: 10px;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-topMovie {
    max-width: 400px;
    margin-top: 15px;
  }
}
.p-topMovie_link {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-topMovie_link {
    display: flex;
    align-items: center;
  }
}
.p-topMovie_link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .p-topMovie_img {
    order: 1;
    flex-basis: 340px;
  }
}
@media screen and (min-width: 769px) {
  .p-topMovie_txt {
    order: 2;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-topMovie_txt {
    padding: 20px 10%;
  }
}
.p-topMovie_txt_txt1 {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-topMovie_txt_txt1 {
    font-size: 16px;
  }
}
.p-topMovie_txt_txt2 {
  font-weight: bold;
  font-size: 24px;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .p-topMovie_txt_txt2 {
    font-size: 18px;
    margin-top: 10px;
  }
}
.p-topMovie_txt_txt3 {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-topMovie_txt_txt3 {
    margin-top: 10px;
  }
}
.p-topMovie:after {
  content: "CHECK";
  display: inline-block;
  width: 100px;
  padding: 10px 30px;
  border-radius: 50px;
  background: #EAEAEA;
  line-height: 1;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .p-topMovie:after {
    width: 100px;
    padding: 10px 20px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-topMovie:after {
    display: none;
  }
}
.p-topMovie:not(.is-notlogin):hover:after {
  background: #7BC6B4;
  color: #fff;
}

/* -----------------------------------
.p-manageCompany
------------------------------------ */
.p-manageCompany {
  position: relative;
  background: #ECECEC;
}
.p-manageCompany_in {
  position: relative;
  padding: 30px;
}
.p-manageCompany p {
  padding-bottom: 10px;
  border-bottom: 1px solid #939393;
  font-weight: bold;
  font-size: 2rem;
}
.p-manageCompany_data {
  display: flex;
  margin-top: 20px;
}
.p-manageCompany_data_contact._1 {
  flex-basis: 60%;
  padding-right: 20px;
  border-right: 1px dotted #999;
}
.p-manageCompany_data_contact._2 {
  flex-basis: 40%;
  padding-left: 20px;
}
.p-manageCompany_data_contact dl {
  display: flex;
  align-items: baseline;
}
.p-manageCompany_data_contact dl dt {
  position: relative;
  flex-basis: 100px;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-manageCompany_data_contact dl dt:after {
  content: "/";
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 15px;
}
.p-manageCompany_data_contact dl dd {
  flex-basis: calc(100% - 100px);
}
.p-manageCompany_data_contact dl + dl {
  margin-top: 15px;
}
.p-manageCompany_data_contact dl .txt1 {
  font-weight: bold;
  font-size: 1.8rem;
}
.p-manageCompany_data_contact dl .txt2 {
  font-weight: bold;
  font-size: 1.8rem;
}
.p-manageCompany_data_contact dl .txt2 a {
  display: inline-block;
  margin-right: 10px;
}
.p-manageCompany_data_contact dl .txt2 span {
  display: inline-block;
  font-weight: normal;
  font-size: 1.2rem;
}
.p-manageCompany_data_contact dl .txt3 {
  font-weight: bold;
  font-size: 1.4rem;
}
.p-manageCompany_data_contact dl .txt4 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.4rem;
}
.p-manageCompany_data_contact dl .txt4 span {
  margin-top: 5px;
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-manageCompany_in {
    padding: 20px;
  }
  .p-manageCompany p {
    font-size: 1.6rem;
  }
  .p-manageCompany_data {
    display: block;
    margin-top: 15px;
  }
  .p-manageCompany_data_contact._1 {
    padding-right: 0;
    border-right: none;
    padding-bottom: 10px;
    border-bottom: 1px dotted #999;
    margin-bottom: 10px;
  }
  .p-manageCompany_data_contact._2 {
    padding-left: 0px;
  }
  .p-manageCompany_data_contact dl dt {
    font-size: 1.1rem;
    flex-basis: 80px;
  }
  .p-manageCompany_data_contact dl dd {
    flex-basis: calc(100% - 80px);
  }
  .p-manageCompany_data_contact dl + dl {
    margin-top: 3px;
  }
  .p-manageCompany_data_contact dl .txt1 {
    font-size: 1.6rem;
  }
  .p-manageCompany_data_contact dl .txt2 {
    font-size: 1.6rem;
  }
  .p-manageCompany_data_contact dl .txt4 {
    margin-top: 0px;
  }
  .p-manageCompany_data_contact dl .txt4 span {
    margin-top: 0px;
  }
}

.p-manageCompany:before, .p-manageCompany:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
}
.p-manageCompany:before {
  border-top: 5px solid #666;
  border-left: 5px solid #666;
  top: 0;
  left: 0;
}
.p-manageCompany:after {
  border-top: 5px solid #666;
  border-right: 5px solid #666;
  top: 0;
  right: 0;
}
.p-manageCompany_in:before, .p-manageCompany_in:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
}
.p-manageCompany_in:before {
  border-bottom: 5px solid #666;
  border-left: 5px solid #666;
  bottom: 0;
  left: 0;
}
.p-manageCompany_in:after {
  border-bottom: 5px solid #666;
  border-right: 5px solid #666;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-manageCompany:before, .p-manageCompany:after {
    width: 10px;
    height: 10px;
    border-width: 3px;
  }
  .p-manageCompany_in:before, .p-manageCompany_in:after {
    width: 10px;
    height: 10px;
    border-width: 3px;
  }
}

/* -----------------------------------
.p-pageTop
------------------------------------ */
.p-pageTop {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 100px;
  right: 50px;
  width: 80px;
  height: 80px;
}
.p-pageTop a {
  display: block;
  width: 80px;
  height: 80px;
  background: #7BC6B4;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.p-pageTop a:hover {
  opacity: 0.7;
}
.p-pageTop a span {
  display: block;
  padding-top: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.3;
}
.p-pageTop a span:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .p-pageTop {
    bottom: 50px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .p-pageTop a {
    width: 50px;
    height: 50px;
  }
  .p-pageTop a span {
    font-size: 1rem;
    margin-top: 3px;
  }
  .p-pageTop a:hover {
    opacity: 1;
  }
}

/* -----------------------------------
.p-present
------------------------------------ */
.p-present_title {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #007d92;
}
@media screen and (max-width: 768px) {
  .p-present_title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    text-align: left;
  }
}
.p-present .s1_txt1 {
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-present .s1_txt1 {
    margin-bottom: 30px;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: left;
    font-weight: normal;
  }
}
.p-present .box_wrap .box + .box {
  margin-top: 60px;
}
.p-present .box_wrap .box .box_tit {
  font-size: 1.8rem;
  position: relative;
  padding: 20px 0px;
  border-top: 1px solid #007d92;
}
.p-present .box_wrap .box .box_tit > span {
  display: inline-block;
  font-weight: bold;
}
.p-present .box_wrap .box .inbox {
  display: flex;
  justify-content: space-between;
}
.p-present .box_wrap .box .inbox .cnt_left {
  flex-basis: 38.2%;
}
.p-present .box_wrap .box .inbox .cnt_left .t_box .box_img img {
  border: 1px solid #ccc;
}
.p-present .box_wrap .box .inbox .cnt_right {
  flex-basis: 57%;
}
.p-present .box_wrap .box .inbox .cnt_right .txt1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
}
.p-present .box_wrap .box .inbox .cnt_right .txt2 {
  font-weight: bold;
  margin-bottom: 10px;
}
.p-present .box_wrap .box .inbox .cnt_right .txt4 {
  margin-bottom: 15px;
}
.p-present .box_wrap .box .inbox .cnt_right .txt3 {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-present .box_wrap .box + .box {
    margin-top: 40px;
  }
  .p-present .box_wrap .box .box_tit {
    font-size: 1.3rem;
    padding: 15px 0px;
  }
  .p-present .box_wrap .box .inbox {
    display: block;
    justify-content: space-between;
  }
  .p-present .box_wrap .box .inbox .cnt_left .t_box .box_img {
    text-align: center;
  }
  .p-present .box_wrap .box .inbox .cnt_left .t_box .box_img img {
    max-width: 80%;
  }
  .p-present .box_wrap .box .inbox .cnt_right .txt1 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .p-present .box_wrap .box .inbox .cnt_right .txt2 {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .p-present .box_wrap .box .inbox .cnt_right .txt4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .p-present .box_wrap .box .inbox .cnt_right .txt3 {
    font-size: 1.1rem;
  }
}

/* -----------------------------------
.p-present
------------------------------------ */
.p-enquete_txt1 {
  margin-top: 30px;
  text-align: center;
}
.p-enquete_txt1 > span {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 768px) {
  .p-enquete_txt1 > span {
    font-size: 1.2rem;
  }
}
.p-enquete_txt1 > span span {
  display: inline-block;
  letter-spacing: normal;
}
.p-enquete_txt1 > span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.p-enquete_txt3 {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-enquete_txt3 {
    text-align: left;
  }
}

/* -----------------------------------
.p-agreeTxt
------------------------------------ */
.p-agreeTxt .sectitle {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 40px;
  text-align: left;
}
.p-agreeTxt .subtitle {
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 20px;
}
.p-agreeTxt .credit {
  text-align: right;
  font-weight: bold;
  margin-top: 20px;
}

/* -----------------------------------
.p-movieList
------------------------------------ */
.p-movieList > ul {
  margin: 0 auto;
  max-width: 800px;
}
@media screen and (min-width: 769px) {
  .p-movieList > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.p-movieList > ul > li {
  flex-basis: 50%;
  padding-top: 50px;
  border-top: 1px solid #f8b616;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-movieList > ul > li {
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-movieList > ul > li:nth-of-type(1), .p-movieList > ul > li:nth-of-type(2) {
    border: none;
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-movieList > ul > li:nth-of-type(1) {
    border: none;
    padding-top: 0;
    margin-top: 0;
  }
}
.p-movieList > ul > li > div {
  width: 90%;
  max-width: 320px;
  margin: 0 auto;
}
.p-movieList > ul > li > div h3 {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-movieList > ul > li > div h3 {
    padding-left: 22px;
    font-size: 15px;
  }
}
.p-movieList > ul > li > div h3::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/movie/ico_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 3px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .p-movieList > ul > li > div h3::before {
    top: 4px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-movieList > ul > li > div h3.-mh {
    margin-top: 28px;
  }
}
.p-movieList > ul > li > div ._thumb {
  margin-top: 20px;
  transition: 0.3s ease-in-out;
}
.p-movieList > ul > li > div ._thumb:hover {
  opacity: 0.7;
}
.p-movieList > ul > li > div ._title {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #007d92;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  position: relative;
  top: 15px;
  left: 15px;
}
.p-movieList > ul > li > div ._title span {
  position: relative;
  z-index: 2;
}
.p-movieList > ul > li > div ._title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #007d92;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 5px;
}
.p-movieList > ul > li > div ._data {
  position: relative;
  padding: 25px 100px 20px 20px;
  background-color: rgba(238, 238, 238, 0.5);
}
@media screen and (max-width: 768px) {
  .p-movieList > ul > li > div ._data {
    padding: 25px 80px 15px 15px;
  }
}
@media screen and (min-width: 1000px) {
  .p-movieList > ul > li > div ._data p {
    white-space: nowrap;
  }
}
.p-movieList > ul > li > div ._data ul li {
  font-weight: bold;
  margin: 3px;
}
.p-movieList > ul > li > div ._data ul li.-ib {
  display: inline-block;
}
.p-movieList > ul > li > div ._data ul li span {
  margin-left: 1em;
  display: block;
  font-weight: normal;
  margin-top: 5px;
}
.p-movieList > ul > li > div ._data ul li span._txt2 {
  color: #bd272d;
  font-size: 12px;
  margin-left: 1em;
  text-indent: -1em;
  padding-left: 1em;
}
.p-movieList > ul > li > div ._img {
  position: absolute;
  top: 55px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .p-movieList > ul > li > div ._img {
    top: 45px;
    right: 15px;
  }
}
.p-movieList > ul > li > div ._img img {
  width: 100%;
  height: 100%;
  max-width: 70px;
  max-height: 100px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-movieList > ul > li > div ._img img {
    max-width: 50px;
    max-height: 80px;
  }
}

/* ---------------------------------------
p-youtube
--------------------------------------- */
.p-youtubeCover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.p-youtubeCover.is-visible {
  display: block;
  animation-name: fade-in;
  animation-duration: 0.5s;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-youtube {
  display: none;
  max-width: 1000px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-youtube_in {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.p-youtube_in iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-youtube_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
  transition: 0.4s;
  cursor: pointer;
}
.p-youtube_close:hover {
  opacity: 0.7;
}
.p-youtube_close span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  transform-origin: center;
}
.p-youtube_close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.p-youtube_close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.p-youtube.is-visible {
  display: block;
  animation-name: slide-up;
  animation-duration: 0.5s;
}

@keyframes slide-up {
  from {
    opacity: 0;
    margin-top: 50px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
/* ---------------------------------------
p-leaveAgree
--------------------------------------- */
.p-leaveAgree {
  max-width: 600px;
  margin: 30px auto;
}
.p-leaveAgree li {
  margin-left: 2em;
  text-indent: -2em;
}

/* -----------------------------------
Utility
------------------------------------ */
/*
 * _utility.scss
 */
/* -----------------------------------
print
------------------------------------ */
@media print {
  .u-printHidden {
    display: none;
  }
}

.u-printVisible {
  display: none;
}
@media print {
  .u-printVisible {
    display: block;
  }
}

/* -----------------------------------
font
------------------------------------ */
.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

/* -----------------------------------
align
------------------------------------ */
.u-tc {
  text-align: center !important;
}

.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

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

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

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

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

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

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

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

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

.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

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

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

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

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

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

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

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

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

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

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

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

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

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

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

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

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

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

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

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

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

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

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

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

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

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

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

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

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

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

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

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

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

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

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

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

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

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

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

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

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

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

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

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

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

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

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

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

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

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

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

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

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

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

/* -----------------------------------
font-size rem
------------------------------------ */
.u-fz10px {
  font-size: 1rem;
}

.u-fz11px {
  font-size: 1.1rem;
}

.u-fz12px {
  font-size: 1.2rem;
}

.u-fz13px {
  font-size: 1.3rem;
}

.u-fz14px {
  font-size: 1.4rem;
}

/* -----------------------------------
font-size em
------------------------------------ */
.u-fz09em {
  font-size: 0.9em;
}

.u-fz10em {
  font-size: 1em;
}

.u-fz11em {
  font-size: 1.1em;
}

.u-fz12em {
  font-size: 1.2em;
}

.u-fz13em {
  font-size: 1.3em;
}

.u-fz14em {
  font-size: 1.4em;
}

/* -----------------------------------
clerfix
------------------------------------ */
.sec::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* -----------------------------------
display
------------------------------------ */
.u-d_b {
  display: block !important;
}

.u-d_n {
  display: none !important;
}

.u-d_ib {
  display: inline-block !important;
}

/* -----------------------------------
display adjust
------------------------------------ */
.u-smhide, .u-sphide, .u-middlehide, .u-tablethide, .u-basehide {
  display: block;
}

.u-smblock, .u-spblock, .u-middleblock, .u-tabletblock, .u-baseblock {
  display: none;
}

@media screen and (max-width: 1499px) {
  .u-baseblock {
    display: block;
  }
  .u-basehide {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .u-tabletblock {
    display: block;
  }
  .u-tablethide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-middleblock {
    display: block;
  }
  .u-middlehide {
    display: none !important;
  }
}
@media screen and (max-width: 589px) {
  .u-spblock {
    display: block;
  }
  .u-sphide {
    display: none !important;
  }
}
@media screen and (max-width: 360px) {
  .u-smblock {
    display: block;
  }
  .u-smhide {
    display: none !important;
  }
}
/* ===================================
Page
=================================== */
/*
 * _page.scss
 */
/* -----------------------------------
#top
------------------------------------ */
#top .js-slider {
  transition: opacity 1s;
  opacity: 0;
}
#top .js-slider.is-visible {
  opacity: 1;
}

/* -----------------------------------
#privilege
------------------------------------ */
#privilege {
  /* common */
  /* #sec_1 */
}
#privilege .cnt_left {
  float: left;
}
#privilege .cnt_right {
  float: right;
}
#privilege #sec_1 {
  /* #insec_1 */
  /* #insec_5 */
  /* #insec_6 */
  /* #insec_7*/
  /* #insec_8 */
  /* #insec_10 */
}
#privilege #sec_1 .l-sec_in {
  max-width: 840px;
}
#privilege #sec_1 .section {
  margin-bottom: 60px;
}
#privilege #sec_1 .section::after {
  display: block;
  clear: both;
  content: "";
}
#privilege #sec_1 .sectype1 {
  margin-bottom: 80px;
}
#privilege #sec_1 .cnt_left {
  width: 52%;
}
#privilege #sec_1 .cnt_right {
  width: 36%;
  margin-left: 40px;
  margin-bottom: 10px;
}
#privilege #sec_1 .para2 {
  margin-bottom: 20px;
}
#privilege #sec_1 .para4 {
  margin-bottom: 40px;
}
#privilege #sec_1 p {
  font-weight: bold;
}
#privilege #sec_1 .bliue {
  color: #3fa9f5;
}
#privilege #sec_1 a {
  color: #3fa9f5;
}
#privilege #sec_1 a:hover {
  color: #79c3f8;
}
#privilege #sec_1 .pagetitle {
  _color: #806239;
  font-size: 2em;
  margin-bottom: 15px;
  padding: 0;
  text-align: left;
  border: none;
  line-height: 1.6;
}
#privilege #sec_1 .subtitle {
  font-weight: bold;
  margin-bottom: 10px;
  color: #3fa9f5;
  font-size: 1.2em;
  background: url(../img/privilege/bg_ttile.png) repeat-x center center;
}
#privilege #sec_1 .subtitle span {
  background: #fff;
  font-weight: bold;
  padding-right: 10px;
}
#privilege #sec_1 .ulstyle1 li {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
#privilege #sec_1 .ulstyle1 li span {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  width: 640px;
}
#privilege #sec_1 .ulstyle1 li span.img1 {
  width: 150px;
}
@media screen and (max-width: 768px) {
  #privilege #sec_1 {
    margin-bottom: 40px;
  }
  #privilege #sec_1 .section {
    margin-bottom: 40px;
  }
  #privilege #sec_1 .sectype1 {
    margin-bottom: 80px;
  }
  #privilege #sec_1 .pagetitle {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
  #privilege #sec_1 .cnt_left {
    width: 100% !important;
  }
  #privilege #sec_1 .cnt_right {
    width: 100% !important;
    margin: 0px;
    text-align: center;
    margin-top: 20px;
  }
  #privilege #sec_1 .cnt_right img {
    margin: 0 auto;
    display: block;
    max-width: 380px;
    width: 100%;
  }
  #privilege #sec_1 .para2 {
    margin-bottom: 15px;
  }
  #privilege #sec_1 .para4 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #privilege #sec_1 #insec_1 .cnt_left br {
    display: none;
  }
  #privilege #sec_1 #insec_1 .cnt_right img {
    max-width: 300px;
    width: 80%;
  }
}
#privilege #sec_1 #insec_7 .imgcenter {
  margin: 0 auto 0px;
  display: block;
  width: 500px;
}
#privilege #sec_1 #insec_7 li {
  font-weight: bold;
}
#privilege #sec_1 #insec_8 .box, #privilege #sec_1 #insec_9 .box {
  position: relative;
  padding: 30px 40px 10px;
  border: 1px solid #00B7DE;
  border-radius: 40px;
  margin-top: 40px;
}
#privilege #sec_1 #insec_8 .box:before, #privilege #sec_1 #insec_9 .box:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 30px;
  width: 730px;
  height: 10px;
  background: #fff;
}
#privilege #sec_1 #insec_8 .box:after, #privilege #sec_1 #insec_9 .box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 30px;
  width: 730px;
  height: 10px;
  background: #fff;
}
#privilege #sec_1 #insec_8 .box .dl_wrap dl, #privilege #sec_1 #insec_9 .box .dl_wrap dl {
  box-sizing: border-box;
  float: left;
  width: 33%;
  padding: 0 14px;
  border-right: 1px solid #00B7DE;
  margin-bottom: 25px;
}
#privilege #sec_1 #insec_8 .box .dl_wrap dl:nth-child(3n+1), #privilege #sec_1 #insec_9 .box .dl_wrap dl:nth-child(3n+1) {
  clear: both;
  padding-left: 0;
}
#privilege #sec_1 #insec_8 .box .dl_wrap dl:nth-child(3n), #privilege #sec_1 #insec_9 .box .dl_wrap dl:nth-child(3n) {
  border-right: none;
  padding-right: 0;
}
#privilege #sec_1 #insec_8 .box .dl_wrap dl dt, #privilege #sec_1 #insec_9 .box .dl_wrap dl dt {
  font-size: 1.1em;
  color: #00B7DE;
}
#privilege #sec_1 #insec_8 .box .dl_wrap.-w50p dl, #privilege #sec_1 #insec_9 .box .dl_wrap.-w50p dl {
  width: 50%;
}
#privilege #sec_1 #insec_8 .box .dl_wrap.-w50p dl:nth-child(1), #privilege #sec_1 #insec_9 .box .dl_wrap.-w50p dl:nth-child(1) {
  height: 80px;
}
#privilege #sec_1 #insec_8 .box .dl_wrap.-w50p dl:nth-child(2n), #privilege #sec_1 #insec_9 .box .dl_wrap.-w50p dl:nth-child(2n) {
  border-right: none;
  padding-right: 0;
}
#privilege #sec_1 #insec_8 .box .txt1, #privilege #sec_1 #insec_9 .box .txt1 {
  box-sizing: border-box;
  position: absolute;
  top: -16px;
  left: 30px;
  width: 730px;
  z-index: 1;
  font-size: 1.3em;
  padding-left: 10px;
}
#privilege #sec_1 #insec_8 .box .txt2, #privilege #sec_1 #insec_9 .box .txt2 {
  position: absolute;
  box-sizing: border-box;
  bottom: -16px;
  left: 30px;
  width: 730px;
  z-index: 1;
  font-size: 1.3em;
  font-weight: bold;
  color: #3fa9f5;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  #privilege #sec_1 #insec_8 .box, #privilege #sec_1 #insec_9 .box {
    padding: 20px 7% 10px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #privilege #sec_1 #insec_8 .box:before, #privilege #sec_1 #insec_9 .box:before {
    left: 5%;
    width: 90%;
  }
  #privilege #sec_1 #insec_8 .box:after, #privilege #sec_1 #insec_9 .box:after {
    left: 5%;
    width: 90%;
  }
  #privilege #sec_1 #insec_8 .box .dl_wrap dl, #privilege #sec_1 #insec_9 .box .dl_wrap dl {
    float: none !important;
    width: 100% !important;
    padding: 14px !important;
    border-right: none !important;
    border-bottom: 1px solid #00B7DE !important;
    margin-bottom: 0px !important;
  }
  #privilege #sec_1 #insec_8 .box .dl_wrap dl:last-child, #privilege #sec_1 #insec_9 .box .dl_wrap dl:last-child {
    border-bottom: none !important;
  }
  #privilege #sec_1 #insec_8 .box .dl_wrap.-w50p dl:nth-child(1), #privilege #sec_1 #insec_9 .box .dl_wrap.-w50p dl:nth-child(1) {
    height: auto;
  }
  #privilege #sec_1 #insec_8 .box .dl_wrap.-w50p dl:nth-child(5), #privilege #sec_1 #insec_9 .box .dl_wrap.-w50p dl:nth-child(5) {
    margin-bottom: 15px !important;
  }
  #privilege #sec_1 #insec_8 .box .txt1, #privilege #sec_1 #insec_9 .box .txt1 {
    top: -20px;
    left: 7%;
    width: 86%;
    font-size: 1.1em;
    text-align: center;
    line-height: 1.4;
  }
  #privilege #sec_1 #insec_8 .box .txt2, #privilege #sec_1 #insec_9 .box .txt2 {
    bottom: -20px;
    left: 7%;
    width: 86%;
    font-size: 1em;
    text-align: center;
    line-height: 1.4;
  }
}
#privilege #sec_1 #insec_10 .ulstyle1 li span {
  display: inline;
  width: auto;
  font-size: 0.8em;
}
#privilege #sec_1 #insec_10 .txt1 {
  font-size: 1.2em;
  line-height: 1.4;
  color: #3fa9f5;
  border: 2px solid #3fa9f5;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 20px;
  position: relative;
}
#privilege #sec_1 #insec_10 .txt1 a {
  display: block;
  text-decoration: none;
}
#privilege #sec_1 #insec_10 .txt1 img {
  width: 34px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  #privilege #sec_1 #insec_10 .txt1 {
    padding: 10px 4%;
  }
  #privilege #sec_1 #insec_10 .txt1 img {
    position: static;
    display: block;
    margin: 10px auto;
  }
  #privilege #sec_1 #insec_10 .ulstyle1 li span {
    display: inline-block;
  }
}/*# sourceMappingURL=style.css.map */