@font-face {
  font-family: 'Magnoria';
  src: url('fonts/magnoliaregular-webfont.woff2') format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: 'Magnoria';
  src: url('fonts/magnoliamedium-webfont.woff2') format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: 'Magnoria';
  src: url('fonts/magnoliabold-webfont.woff2') format("woff2");
  font-weight: 700;
}

body {
  line-height: 1.8;
	font-family: "Noto Serif JP", serif;
	letter-spacing: .1em;
}
.font-magnolia-r {
  font-family: 'Magnoria', serif;
  font-weight: 400;
}
.font-magnolia-m {
  font-family: 'Magnoria', serif;
  font-weight: 600;
}
.font-magnolia-b {
  font-family: 'Magnoria', serif;
  font-weight: 700;
}
a {
  color: #66A7B7;
}
#common_header {
  background-color: rgba(245, 245, 245, 0.7);
}
.common_header_menu,#common_header .navbar .nav > li a {
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  #common_header .navbar .nav > li#cmnheaditem_help_contact_list {
    width: fit-content;
    min-width: auto;
  }
}
#common_header .navbar .nav {
	width: fit-content;
	margin-left: auto;
	float: none;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
  #common_header .navbar .nav.public {
    /* display: none; */
  }
}
#common_header .navbar .nav > li#cmnheaditem_logoff_mypage,
#cmnhead_button_cart,#cmnheaditem_logoff_mypage {
  display: none;
}
#common_header .navbar .nav>#cmnheaditem_mypage, #common_header .navbar .nav>#cmnheaditem_login {
  display: table-cell;
}
#common_header .navbar .nav > li {
  border-right: 1px solid #d9d9d9;
}
#common_header>.common_header_menu {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 0;
}
#common_header .navbar .nav > li a {
  color: #000;
  transition: .4s ease-in-out;
}
#common_header .navbar .nav > li a:hover {
  opacity: 0.7;
  transition: .4s ease-in-out;
}
#cmnheaditem_help_contact_list>button:hover, #cmnheaditem_help_contact_list>button:focus,
#common_header .navbar .nav > li a:hover {
  background-color: transparent;
	color: #000;
}
#common_header .navbar .nav > li#cmnheaditem_help_contact_list {
  margin-left: 15px;
  border: 0;
}
#cmnheaditem_help_contact_list>button>span {
  background-color: #66a7b7;
  width: 50px;
  height: 1px;
  transform: scaleY(0.5);
  transition: transform .3s ease-in-out;
}
#cmnheaditem_help_contact_list>button>span+span {
  margin-top: 11px;
}
#cmnheaditem_help_contact_list>button>span:nth-child(2) {
  display: none;
}
.open#cmnheaditem_help_contact_list>button>span:nth-child(1) {
	transform: translateY(5px) translate(5px) rotate(-45deg) scaleY(0.5);
}
@media screen and (max-width: 768px) {
	.open#cmnheaditem_help_contact_list>button>span:nth-child(1) {
		transform:translateY(8px) translate(15px) rotate(-45deg) scaleY(0.5);
	}
}
.open#cmnheaditem_help_contact_list>button>span:nth-child(3) {
	transform: translateY(-7px) translate(5px) rotate(45deg) scaleY(0.5);
}
@media screen and (max-width: 768px) {
	.open#cmnheaditem_help_contact_list>button>span:nth-child(3) {
		transform:translateY(-4px) translate(15px) rotate(45deg) scaleY(0.5);
	}
}
.common_header_menu {
  border: 0;
}
#common_header {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 70px;
  padding: 20px 30px;
  z-index: 50;
  top: 0;
  transition: .4s ease;
}
@media screen and (max-width: 767px) {
  #common_header {
    height: 60px;
		padding: 15px 20px;
  }
}
#cmnheaditem_mypage {
  order: 1;
}
#cmnheaditem_help_contact_list {
  order: 1;
}
#cart_logo {
  position: relative;
  width: 160px;
  height: 27px;
  transition: .4s ease-in-out;
}
@media screen and (max-width: 767px) {
  #cart_logo {
    width: 100px;
    height: 20px;
  }
}
#cart_logo:hover {
  opacity: 0.7;
  transition: .4s ease-in-out;
}
#cart_logo::before {
  content: "";
  position: absolute;
  top: 0;
  width: 160px;
  height: 27px;
  background-image: url("https://modd-contents.s3.ap-northeast-1.amazonaws.com/asec/stg/images/common/logo.svg");
  background-size: 160px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #cart_logo::before {
    width: 100px;
    height: 20px;
    background-size: 100%;
  }
}
#cart_logo a {
  position: absolute;
  width: 100%;
  height: 100%;
}
#cmnhead_button_login_mypage,#cmnhead_button_logoff,#cmnhead_button_mypage,#js-cmnhead_button_site {
  position: relative;
	width: 160px;
	height: 35px;
  padding: 0;
}
#cmnheaditem_cart {
  display: none;
}
#cmnhead_button_login_mypage:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 35px;
  background-image: url("https://modd-contents.s3.ap-northeast-1.amazonaws.com/asec/stg/images/common/head_link_04.png");
  background-size: 160px;
}
#cmnhead_button_logoff::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 35px;
  background-image: url("https://modd-contents.s3.ap-northeast-1.amazonaws.com/asec/stg/images/common/head_link_02.png");
  background-size: 160px;
}
#cmnhead_button_mypage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 35px;
  background-image: url("https://modd-contents.s3.ap-northeast-1.amazonaws.com/asec/stg/images/common/head_link_03.png");
  background-size: 160px;
}
#js-cmnheaditem_site {
  padding: 0 5px 0 10px;
}
#js-cmnhead_button_site::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 35px;
  background-image: url("https://modd-contents.s3.ap-northeast-1.amazonaws.com/asec/stg/images/common/head_link_01.png");
  background-size: 160px;
}
@media screen and (min-width: 768px) {
  #cmnhead_button_help_contact_list {
    box-shadow: none;
    border: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, max-content);
    gap: 0 40px;
    padding: 25vh 15vw;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }
	#common_header .open>#cmnhead_button_help_contact_list {
    opacity: 1;
    transition: opacity 0.4s ease;
    pointer-events: visible;
	}
  #common_header #cmnhead_button_help_contact_list li {
    height: fit-content;
    margin: 40px 0 5px 0;
    border-bottom: 1px solid #d9d9d9;
  }
  #common_header #cmnhead_button_help_contact_list li.logo {
    position: relative;
    grid-column: span 2 / span 2;
    border: 0;
    margin: 0 0 100px 0;
  }
  #common_header #cmnhead_button_help_contact_list li.logo::after {
    content: "";
    position: absolute;
    top: 0;
    width: 200px;
    height: 33px;
    background-image: url("https://modd-contents.s3.ap-northeast-1.amazonaws.com/asec/stg/images/common/logo.svg");
    background-size: 200px;
  }
  #common_header #cmnhead_button_help_contact_list li.public_title {
    position: relative;
    grid-column: span 2 / span 2;
    border: 0;
    margin: 0;
    text-align: left;
  }
  #common_header #cmnhead_button_help_contact_list li.public_title p:nth-child(1) {
		font-size: 3.5rem;
		color: #66a7b7;
  }
  #common_header #cmnhead_button_help_contact_list li.public_title p:nth-child(2) {}
  #common_header #cmnhead_button_help_contact_list li.public_link a {
    pointer-events: none;
  }
  #common_header #cmnhead_button_help_contact_list li.link_sp {
    display: none;
  }
  #common_header #cmnhead_button_help_contact_list #js-listClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 80px;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
  }
  #common_header #cmnhead_button_help_contact_list #js-listClose span {
    display: block;
    background-color: #66a7b7;
    width: 50px;
    height: 1px;
    transform: scaleY(0.5);
    transition: transform .3s ease-in-out;
  }
  #common_header #cmnhead_button_help_contact_list #js-listClose span:nth-child(1) {
    transform: translateY(40px) translate(20px) rotate(-45deg) scaleY(0.5);
  }
  #common_header #cmnhead_button_help_contact_list #js-listClose span:nth-child(2) {
    transform: translateY(37px) translate(20px) rotate(45deg) scaleY(0.5);
  }
  #common_header #cmnhead_button_help_contact_list li a {
    position: relative;
    display: block;
    padding: 30px 0 25px 0;
    font-size: 2rem;
    color: #66a7b7;
    text-align: left;
  }
  #common_header #cmnhead_button_help_contact_list li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 12px;
    background-image: url("https://modd-contents.s3.ap-northeast-1.amazonaws.com/asec/stg/images/common/arrow_right2.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  #cmnheaditem_help_contact_list>button {
    padding: 9px 0;
  }
  #common_header #cmnhead_button_help_contact_list #js-listClose span {
    width: 40px;
  }
  #common_header #cmnhead_button_help_contact_list #js-listClose span:nth-child(1) {
    transform: translateY(35px) translate(20px) rotate(-45deg) scaleY(0.5);
  }
  #common_header #cmnhead_button_help_contact_list #js-listClose span:nth-child(2) {
    transform: translateY(34px) translate(20px) rotate(45deg) scaleY(0.5);
  }
  #cmnhead_button_help_contact_list {
    box-shadow: none;
    border: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 80px 20px 20px 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }
	#common_header .open>#cmnhead_button_help_contact_list {
    opacity: 1;
    transition: opacity 0.4s ease;
    pointer-events: visible;
    background-color: #fff;
	}
  #common_header #cmnhead_button_help_contact_list li {
    height: fit-content;
    margin: 0;
    border-bottom: 1px solid #d9d9d9;
  }
  #common_header #cmnhead_button_help_contact_list li.logo {
    position: relative;
    border: 0;
    height: 60px;
    margin: 0;
  }
  #common_header #cmnhead_button_help_contact_list li.logo::after {
    content: "";
    position: absolute;
    top: 0;
    width: 200px;
    height: 33px;
    background-image: url("https://modd-contents.s3.ap-northeast-1.amazonaws.com/asec/stg/images/common/logo.svg");
    background-size: 200px;
  }
  #common_header #cmnhead_button_help_contact_list li a {
    position: relative;
		display: block;
    padding: 20px 0;
		font-size: 2rem;
		color: #66a7b7;
		text-align: left;
  }
  #common_header #cmnhead_button_help_contact_list li.link_sp {
    position: relative;
    border: 0;
    height: 60px;
  }
  #common_header #cmnhead_button_help_contact_list li.link_sp a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  #common_header #cmnhead_button_help_contact_list li.link_sp.site::after {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 200px;
    height: 33px;
    background-image: url("https://modd-contents.s3.ap-northeast-1.amazonaws.com/asec/stg/images/common/head_link_01.png");
    background-size: 200px;
    background-position: 50% 50%;
  }
  #common_header #cmnhead_button_help_contact_list li.link_sp.mypage::after {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 200px;
    height: 33px;
    background-image: url("https://modd-contents.s3.ap-northeast-1.amazonaws.com/asec/stg/images/common/head_link_03.png");
    background-size: 200px;
    background-position: 50% 50%;
  }
  #common_header #cmnhead_button_help_contact_list li.link_sp.logout::after {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 200px;
    height: 33px;
    background-image: url("https://modd-contents.s3.ap-northeast-1.amazonaws.com/asec/stg/images/common/head_link_02.png");
    background-size: 200px;
    background-position: 50% 50%;
  }
  #common_header #cmnhead_button_help_contact_list #js-listClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
  }
  #common_header #cmnhead_button_help_contact_list #js-listClose span {
    display: block;
    background-color: #66a7b7;
    width: 50px;
    height: 1px;
    transform: scaleY(0.5);
    transition: transform .3s ease-in-out;
  }
}
#contents {
  padding-top: 130px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #contents {
    padding-top: 80px;
  }
}
.privacy_body, .kiyaku_body {
  padding: 5px 30px;
}
.title_bar > .t_title {
	text-align: center;
	color: #66A7B7;
	font-size: 36px;
	margin: 60px 0;
	padding: 0;
	border: 0;
}
@media screen and (max-width: 767px) {
  .title_bar > .t_title {
    margin: 30px 0;
    font-size: 24px;
  }
  #common_header .navbar .nav.public #cmnheaditem_login_mypage {
    border: 0;
    width: fit-content;
    margin-right: -30px;
  }
  #common_header .navbar .nav.public #cmnheaditem_help_contact_list {
    display: none;
  }
}
.table_control input[type="submit"],input#SendBtn {
  padding: 10px 5px;
  background-color: #AEB4C1;
  color: #fff;
  border: 0;
  letter-spacing: 0.15em;
  transition: 0.3s ease;
}
.flow_guide {
  font-family: "Noto Serif JP", serif;
  color: #9197A3;
  border-right: 1px solid #9197A3;
}
.flow_guide li {
  background-color: #fff;
  border: 0;
  border-left: 1px solid #9197A3;
  font-weight: normal;
}
.flow_guide ul .current_action {
  background-color: #F3F5FB;
  color: #000;
  font-weight: normal;
}
.btn:hover, .login_button:hover, .sinki_button:hover, .fc_sinki_button:hover, .guest_button:hover,.table_control input[type="submit"]:hover,input#SendBtn:hover {
  background-color: #66A7B7;
  color: #fff;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .btn {
    display: block;
    margin: 10px auto;
    padding: 10px 5px;
    background-color: #AEB4C1;
    color: #fff;
    border: 0;
    letter-spacing: 0.1em;
    transition: opacity 0.3s ease;
    font-family: "Noto Serif JP", serif;
    font-weight: normal;
    transition: background-color 0.3s ease;
  }
	.flow_guide {
    font-family: "Noto Serif JP", serif;
    color: #9197A3;
    border-right: 1px solid #9197A3;
  }
  .flow_guide li {
    background-color: #fff;
    border: 0;
    border-left: 1px solid #9197A3;
  }
  .flow_guide ul .current_action {
    background-color: #F3F5FB;
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 10px 5px;
    background-color: #AEB4C1;
    color: #fff;
    border: 0;
    letter-spacing: 0.1em;
    font-family: "Noto Serif JP", serif;
    font-weight: normal;
    transition: background-color 0.3s ease;
  }
  #js-cmnheaditem_site,#cmnheaditem_cart,#cmnheaditem_mypage,#cmnheaditem_login,#cmnheaditem_help,#cmnheaditem_contact {
    display: none !important;
  }
  #common_header .navbar .nav>#cmnheaditem_help_contact_list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.t_message, .t_message_center {
  color: #66A7B7;
}
.navbar-header {
  display: none;
}
.navbar-collapse {
  display: block;
  border: 0;
}
.panel-default {
  /* border-color: #D4D9E2;
  box-shadow: none; */
}
.table_control input {
  padding: 8px 10px;
  border-color: #D4D9E2;
}
.panel-default > .panel-heading,.panel-primary>.panel-heading,.panel-info>.panel-heading {
  background-color: #F3F6FB;
  color: #000;
  border-radius: 0;
  border-color: #D4D9E2;
}
.panel-primary,.panel-info {
  border-color: #D4D9E2;
}
.login_data input {
  border-color: #D4D9E2;
}
#common_footer,#cart_footer {
  background-color: #e4f1fa;
  color: #000;
}
#common_footer {
	height: fit-content;
	padding: 40px 0;
}
#common_footer .footer_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#common_footer .footer01 {
	display: flex;
	align-items: center;
	margin: 0 0 40px 0;
}
#common_footer .footer01 ul.link {
	display: flex;
	align-items: center;
	border-left: 1px solid #aeb4c1;
  margin: 0;
	padding: 0;
}
#common_footer .footer01 ul.link li {
	position: relative;
	padding: 0 40px;
	border-right: 1px solid #aeb4c1;
}
#common_footer .footer01 ul.sns {
  display: flex;
	align-items: center;
	gap: 0 20px;
	margin: 0 0 0 auto;
}
#common_footer .footer01 ul.sns li {
	position: relative;
	width: 24px;
	height: 24px;
	padding: 0;
}
#common_footer .footer01 ul.sns a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}
#common_footer .footer01 ul.sns li.x a::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("https://modd-contents.s3.ap-northeast-1.amazonaws.com/asec/stg/images/common/icon-sns-x.svg");
  background-size: 100%;
  background-position: 50% 50%;
}
#common_footer .footer01 ul.sns li.instagram a::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("https://modd-contents.s3.ap-northeast-1.amazonaws.com/asec/stg/images/common/icon-sns-instagram.svg");
  background-size: 100%;
  background-position: 50% 50%;
}
#common_footer a {
  color: #000 !important;
  letter-spacing: .1em;
  background: none !important;
  padding: 0 !important;
  transition: .4s ease-in-out;
}
#common_footer a:hover {
  text-decoration: none;
  opacity: .7;
	transition: .4s ease-in-out;
}
#common_footer .footer02 p {
  font-size: 11px;
  margin: 0;
}
#common_footer ul:not(.link) {
  display: none;
}
@media screen and (max-width: 767px) {
  #common_footer .footer01 {
    flex-direction: column;
  }
  #common_footer .footer01 ul.link {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px 0;
    border: 0;
  }
  #common_footer .footer01 ul.link li {
    flex: auto;
    padding: 0 10px;
    border: 0;
    text-align: center;
    font-size: 11px;
  }
  #common_footer .footer01 ul.link li:first-child {
    border-left: 1px solid #aeb4c1;
  }
  #common_footer .footer01 ul.link li::after {
    content: "";
    position: absolute;
    right: 0;
    transform: translateX(-50%);
    width: .5px;
    height: 100%;
    background-color: #aeb4c1;
  }
  #common_footer .footer01 ul.sns {
    justify-content: center;
    margin: 30px 0 0 0;
  }
  #common_footer .footer02 {
    text-align: center;
  }
}