@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

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

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}


#c-wrapper, .c-inner, .c-section {
  zoom: 1;
}

#c-wrapper:after, .c-inner:after, .c-section:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) {
  #c-wrapper:after, .c-inner:after, .c-section:after {
    color: #fff;
    content: '';
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.sp_only {
    display: none;
}

/*----------------------------------------
	mediaquery.scss
----------------------------------------*/
@media only screen and (max-width: 749.98px) {
  .m-tab-only,
  .m-pc-only {
    display: none !important;
  }
  .content-left,
  .content-right {
    float: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .m-tabpc-only {
    display: none !important;
  }

  .sp_only {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .m-sp-only,
  .m-sptab-only,
  .m-tab-only {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 959.98px) {
  .m-sp-only,
  .m-pc-only {
    display: none !important;
  }
  .m-tab-only {
    display: block !important;
  }
}

/*----------------------------------------
	base.scss
----------------------------------------*/
html {
  font-size: 62.5%;
  overscroll-behavior: none;
}

body {
  background-color: #f6f4f0;
  color: #000;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue",  "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 4.16667vw;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.1s ease-in;
}

a:hover {
  color: #f5497a;
}

a.underline {
  text-decoration: underline;
}

a img {
  transition: 0.1s ease-in;
}

a img:hover {
  opacity: 0.7;
}

img {
  /*height: 100%;*/
  height: auto;
  max-width: 100%;
}

section, article, main, figure, picture, header, footer {
  display: block;
}

li {
  list-style: none;
}

button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

@media print, screen and (min-width: 960px) {
  body {
    min-width: 960px;
    overflow-x: hidden;
  }
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 100%;
  }
}

/*----------------------------------------
	block.scss
----------------------------------------*/
#c-wrapper {
  padding: 8% 0 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  #c-wrapper {
    padding: 60px 0 0;
  }
}

.c-inner {
  box-sizing: border-box;
  padding: 0 5.33333%;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .c-inner {
    padding: 0;
  }
}

.c-section {
  box-sizing: border-box;
  padding: 10.66667% 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .c-section {
    margin: 0 auto;
    max-width: 960px;
    padding: 105px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959.98px) {
  .c-section {
    padding: 8.33333% 0;
  }
}

/*----------------------------------------
	modal.scss
----------------------------------------*/
div#proposal-modal.modal {
  /* Full height */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  /* Full width */
  height: 100%;
  /* Sit on top */
  left: 0;
  /* Hidden by default */
  position: fixed;
  top: 0;
  width: 100%;
  /* Stay in place */
  z-index: 1;
  /* Black w/ opacity */
  z-index: 100;
}

div#proposal-modal .modal-content {
  color: #000000;
}

div#proposal-modal div.modal-content div.inner {
  margin: 70px auto 0;
  width: 256px;
  position: relative;
}

div#proposal-modal div.modal-content span.proposal-close{
  position: absolute;
  top: -14px;
  right: -5%;
  font-size: 26px;
  color: #888888;
  cursor: pointer;
  z-index: 1002;
}

div#proposal-modal div.modal-content span.proposal-close img{
  width: 30px;
}

div#proposal-modal div.modal-content p.head span.notice {
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 30.42px;
}

div#proposal-modal div.modal-content div.radios label {
  display: block;
  text-align: left;
}

div#proposal-modal div.modal-content div.radios input.radio-input {
  display: none;
}

div#proposal-modal div.modal-content div.radios input.radio-input + label {
  font-size: 20px;
  font-weight: bold;
  line-height: 46px;
  margin-right: 20px;
  padding-left: 36px;
  position: relative;
}

div#proposal-modal div.modal-content div.radios input.radio-input + label::before {
  border: 2px solid #e3dcd2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 20px;
}

div#proposal-modal div.modal-content div.radios input.radio-input:checked + label::after {
  border: 8px solid #7f6049;
  border-radius: 50%;
  content: "";
  display: block;
  height: 9px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 9px;
}

div#proposal-modal div.modal-content div.buttons {
  margin-top: 20px;
}

div#proposal-modal div.modal-content div.buttons ul {
  display: flex;
}

div#proposal-modal div.modal-content div.buttons ul li {
  border-radius: 6px;
  color: #ffffff;
  float: left;
  font-size: 20px;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  text-align: center;
  width: 118px;
}

div#proposal-modal div.modal-content p.select-error-msg {
  color: #aa0b06;
  display: none;
}

div#proposal-modal div.modal-content p.no-select span {
  display: block;
}

div#proposal-modal div.modal-content div.buttons ul li.back {
  background: #c5b8ab;
  margin-right: 9px;
}

div#proposal-modal div.modal-content div.buttons ul li.register {
  background: #7f6049;
  margin-left: 9px;
}

@media print, screen and (min-width: 768px) {
  div#proposal-modal.modal {
    background-color: transparent;
    width: initial;
  }

  div#proposal-modal .modal-content {
    font-family: "Hira Kaku Pro - W 3";
    line-height: 0;
  }

  div#proposal-modal.modal img,
  div#proposal-modal div.modal-content div.inner{
    width: 200px;
  }
  div#proposal-modal div.modal-content div.inner {
    margin: 200px 30px 0;
    background-color: #ffffff;
  }

  div#proposal-modal div.modal-content span.proposal-close{
    position: absolute;
    top: -16px;
    right: -7%;
    font-size: 26px;
    color: #888888;
    cursor: pointer;
    z-index: 1002;
  }

  div#proposal-modal div.modal-content span.proposal-close img{
    width: 30px;
  }

  div#proposal-modal div.modal-content p.head span.notice {
    font-size: 15px;
  }
  div#proposal-modal div.modal-content div.radios {
    letter-spacing: 0;
    margin-top: 30px;
  }
  div#proposal-modal div.modal-content div.radios input.radio-input + label {
    font-size: 30px;
    line-height: 59.75px;
    padding-left: 52px;
  }
  div#proposal-modal div.modal-content div.radios input.radio-input + label::before {
    height: 28px;
    top: 16px;
    width: 28px;
  }
  div#proposal-modal div.modal-content div.radios input.radio-input:checked + label::after {
    border: 9px solid #7f6049;
    height: 14px;
    top: 16px;
    width: 14px;
  }
  div#proposal-modal div.modal-content div.buttons {
    margin-top: 48px;
  }
  div#proposal-modal div.modal-content div.buttons ul li {
    width: 158px;
  }
  div#proposal-modal div.modal-content div.buttons ul li:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
  div#proposal-modal div.modal-content div.buttons ul li.back {
    margin-right: 23px;
  }
  div#proposal-modal div.modal-content div.buttons ul li.register {
    margin-left: 23px;
  }
}

/*----------------------------------------
	register.scss
----------------------------------------*/
.c-register {
  margin-bottom: 8%;
  padding: 0;
}

.c-register__entry {
  margin-bottom: 8%;
}

.c-register__entry .text {
  font-size: 3.38542vw;
  font-weight: bold;
  margin-bottom: 2.66667%;
}
.c-register__entry .text img {
  width: 226px;
}
.c-register__entry .button {
  margin: 0 auto;
  width: 82.03125vw;
}

.c-register__entry .button a {
  display: block;
}

.c-register__membership .text {
  font-weight: bold;
  margin-bottom: 4%;
  font-size: 1rem;
}

.c-register__membership .link {
  font-size: 1rem;
}
.c-register__membership .link:nth-of-type(n+3) {
  margin-top: 10px;
}
.c-register__membership .link a {
  border-bottom: 1px #683818 solid;
  color: #683818;
  font-weight: bold;
  padding-bottom: 2px;
}

.c-register__membership .link a:hover {
  border-bottom: none;
}

@media print, screen and (min-width: 768px) {
  .c-register {
    margin-bottom: 60px;
  }
  .c-register__entry {
    margin-bottom: 40px;
  }
  .c-register__entry .text {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  .c-register__entry .text img {
    width: 350px;
  }
  .c-register__entry .button {
    width: 450px;
  }
  .c-register__membership .text {
    font-size: 20px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .c-register__membership .link {
    font-size: 20px;
    font-size: 1.4rem;
  }
  .c-register__membership .link:nth-of-type(n+3) {
    margin-top: 15px;
  }
}

/*----------------------------------------
	summary.scss
----------------------------------------*/
.c-summary {
  margin-top: 10.66667%;
}

.c-summary__head {
  margin-bottom: 4%;
}

.c-summary__head img {
  width: 17.33333%;
}

.c-summary__text {
  color: #683818;
  font-size: 5.20833vw;
  font-weight: bold;
  line-height: 1.35;
}

.c-summary__text br {
  padding-left: 1em;
}

.marker {
  background: linear-gradient(transparent 60%, #fff8bd 0%);
  display: inline;
  font-weight: bold;
  padding: 0 3px 2px;
}

@media print, screen and (min-width: 768px) {
  .c-summary {
    margin-top: 80px;
  }
  .c-summary__head {
    margin-bottom: 20px;
  }
  .c-summary__head img {
    width: 98px;
  }
  .c-summary__text {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.46667;
  }
 .marker {
    padding: 0 3px 2px;
  }
}

/*----------------------------------------
	tab.scss
----------------------------------------*/
.c-tab .tab_wrap {
  margin: 10.66667% auto 4%;
  width: 100%;
}

.c-tab .tab_wrap input[type=radio] {
  display: none;
}

.c-tab .tab_area {
  display: flex;
  flex-wrap: nowrap;
  font-size: 0;
  overflow: hidden;
}

.c-tab .tab_area label {
  background: #fff;
  border: 1px #f6f4f0 solid;
  border-bottom: none;
  cursor: pointer;
  flex: 1;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.2;
  padding: 6% 0;
  position: relative;
  transition: ease 0.2s all;
}

.c-tab .tab_area label:hover {
  background: #ede2d4;
  transition: ease 0.2s all;
}

.c-tab .tab_area label:hover:after {
  border-bottom: 8px solid #683818;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}

.c-tab .tab_panel {
  display: none;
  opacity: 0;
  width: 100%;
}

.c-tab .tab_panel td {
  font-size: 3.125vw;
  letter-spacing: 1px;
  text-align: center;
}

.c-tab .panel_area {
  background: #fff;
  border-top: 3px solid #683818;
}

.c-tab #tab1_1:checked ~ .tab_area .tab1_label {
  background: #ede2d4;
  pointer-events: none;
}

.c-tab #tab1_1:checked ~ .tab_area .tab1_label:after {
  border-bottom: 8px solid #683818;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}

.c-tab #tab1_1:checked ~ .panel_area .tab_panel {
  -ms-animation: tabanimation ease 0.6s forwards;
  -webkit-animation: tabanimation .6s ease forwards;
  animation: tabanimation .6s ease forwards;
}

.c-tab #tab1_1:checked ~ .panel_area .tab_panel {
  opacity: 1;
}

.c-tab #tab1_2:checked ~ .tab_area .tab2_label {
  background: #ede2d4;
  pointer-events: none;
}

.c-tab #tab1_2:checked ~ .tab_area .tab2_label:after {
  border-bottom: 8px solid #683818;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}

.c-tab #tab1_2:checked ~ .panel_area .tab_panel {
  -ms-animation: tabanimation ease 0.6s forwards;
  -webkit-animation: tabanimation .6s ease forwards;
  animation: tabanimation .6s ease forwards;
}

.c-tab #tab1_2:checked ~ .panel_area .tab_panel {
  opacity: 1;
}

.c-tab #tab1_3:checked ~ .tab_area .tab3_label {
  background: #ede2d4;
  pointer-events: none;
}

.c-tab #tab1_3:checked ~ .tab_area .tab3_label:after {
  border-bottom: 8px solid #683818;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}

.c-tab #tab1_3:checked ~ .panel_area .tab_panel {
  -ms-animation: tabanimation ease 0.6s forwards;
  -webkit-animation: tabanimation .6s ease forwards;
  animation: tabanimation .6s ease forwards;
}

.c-tab #tab1_3:checked ~ .panel_area .tab_panel {
  opacity: 1;
}

.c-tab #tab1_1:checked ~ .panel_area #compare-panel1 {
  display: block;
}

.c-tab #tab1_2:checked ~ .panel_area #compare-panel2 {
  display: block;
}

.c-tab #tab1_2:checked ~ .panel_area #compare-panel1 {
  display: none;
}

.c-tab #tab1_3:checked ~ .panel_area #compare-panel3 {
  display: block;
}

.c-tab #tab1_3:checked ~ .panel_area #compare-panel1 {
  display: none;
}

.c-tab #tab2_1:checked ~ .tab_area .tab1_label {
  background: #ede2d4;
  pointer-events: none;
}

.c-tab #tab2_1:checked ~ .tab_area .tab1_label:after {
  border-bottom: 8px solid #683818;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}

.c-tab #tab2_1:checked ~ .panel_area .tab_panel {
  -ms-animation: tabanimation ease 0.6s forwards;
  -webkit-animation: tabanimation .6s ease forwards;
  animation: tabanimation .6s ease forwards;
}

.c-tab #tab2_1:checked ~ .panel_area .tab_panel {
  opacity: 1;
}

.c-tab #tab2_2:checked ~ .tab_area .tab2_label {
  background: #ede2d4;
  pointer-events: none;
}

.c-tab #tab2_2:checked ~ .tab_area .tab2_label:after {
  border-bottom: 8px solid #683818;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}

.c-tab #tab2_2:checked ~ .panel_area .tab_panel {
  -ms-animation: tabanimation ease 0.6s forwards;
  -webkit-animation: tabanimation .6s ease forwards;
  animation: tabanimation .6s ease forwards;
}

.c-tab #tab2_2:checked ~ .panel_area .tab_panel {
  opacity: 1;
}

.c-tab #tab2_3:checked ~ .tab_area .tab3_label {
  background: #ede2d4;
  pointer-events: none;
}

.c-tab #tab2_3:checked ~ .tab_area .tab3_label:after {
  border-bottom: 8px solid #683818;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}

.c-tab #tab2_3:checked ~ .panel_area .tab_panel {
  -ms-animation: tabanimation ease 0.6s forwards;
  -webkit-animation: tabanimation .6s ease forwards;
  animation: tabanimation .6s ease forwards;
}

.c-tab #tab2_3:checked ~ .panel_area .tab_panel {
  opacity: 1;
}

.c-tab #tab2_4:checked ~ .tab_area .tab4_label {
  background: #ede2d4;
  pointer-events: none;
}

.c-tab #tab2_4:checked ~ .tab_area .tab4_label:after {
  border-bottom: 8px solid #683818;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}

.c-tab #tab2_4:checked ~ .panel_area .tab_panel {
  -ms-animation: tabanimation ease 0.6s forwards;
  -webkit-animation: tabanimation .6s ease forwards;
  animation: tabanimation .6s ease forwards;
}





.c-tab #tab2_5:checked ~ .tab_area .tab5_label {
  background: #ede2d4;
  pointer-events: none;
}

.c-tab #tab2_5:checked ~ .tab_area .tab5_label:after {
  border-bottom: 8px solid #683818;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}

.c-tab #tab2_5:checked ~ .panel_area .tab_panel {
  -ms-animation: tabanimation ease 0.6s forwards;
  -webkit-animation: tabanimation .6s ease forwards;
  animation: tabanimation .6s ease forwards;
}





.c-tab #tab2_6:checked ~ .tab_area .tab6_label {
  background: #ede2d4;
  pointer-events: none;
}

.c-tab #tab2_6:checked ~ .tab_area .tab6_label:after {
  border-bottom: 8px solid #683818;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}

.c-tab #tab2_6:checked ~ .panel_area .tab_panel {
  -ms-animation: tabanimation ease 0.6s forwards;
  -webkit-animation: tabanimation .6s ease forwards;
  animation: tabanimation .6s ease forwards;
}





.c-tab #tab2_7:checked ~ .tab_area .tab7_label {
  background: #ede2d4;
  pointer-events: none;
}

.c-tab #tab2_7:checked ~ .tab_area .tab7_label:after {
  border-bottom: 8px solid #683818;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}

.c-tab #tab2_7:checked ~ .panel_area .tab_panel {
  -ms-animation: tabanimation ease 0.6s forwards;
  -webkit-animation: tabanimation .6s ease forwards;
  animation: tabanimation .6s ease forwards;
}






.c-tab #tab2_8:checked ~ .tab_area .tab8_label {
  background: #ede2d4;
  pointer-events: none;
}

.c-tab #tab2_8:checked ~ .tab_area .tab8_label:after {
  border-bottom: 8px solid #683818;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}

.c-tab #tab2_8:checked ~ .panel_area .tab_panel {
  -ms-animation: tabanimation ease 0.6s forwards;
  -webkit-animation: tabanimation .6s ease forwards;
  animation: tabanimation .6s ease forwards;
}





.c-tab #tab2_9:checked ~ .tab_area .tab9_label {
  background: #ede2d4;
  pointer-events: none;
}

.c-tab #tab2_9:checked ~ .tab_area .tab9_label:after {
  border-bottom: 8px solid #683818;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}

.c-tab #tab2_9:checked ~ .panel_area .tab_panel {
  -ms-animation: tabanimation ease 0.6s forwards;
  -webkit-animation: tabanimation .6s ease forwards;
  animation: tabanimation .6s ease forwards;
}



.c-tab #tab2_4:checked ~ .panel_area .tab_panel {
  opacity: 1;
}

.c-tab #tab2_1:checked ~ .panel_area #category-panel1 {
  display: block;
}

.c-tab #tab2_2:checked ~ .panel_area #category-panel2 {
  display: block;
}

.c-tab #tab2_2:checked ~ .panel_area #category-panel1 {
  display: none;
}

.c-tab #tab2_3:checked ~ .panel_area #category-panel3 {
  display: block;
}

.c-tab #tab2_3:checked ~ .panel_area #category-panel1 {
  display: none;
}

.c-tab #tab2_4:checked ~ .panel_area #category-panel4 {
  display: block;
}

.c-tab #tab2_4:checked ~ .panel_area #category-panel1 {
  display: none;
}



.c-tab #tab2_5:checked ~ .panel_area #category-panel5 {
  display: block;
}

.c-tab #tab2_5:checked ~ .panel_area #category-panel1 {
  display: none;
}

.c-tab #tab2_6:checked ~ .panel_area #category-panel6 {
  display: block;
}

.c-tab #tab2_6:checked ~ .panel_area #category-panel1 {
  display: none;
}

.c-tab #tab2_7:checked ~ .panel_area #category-panel7 {
  display: block;
}

.c-tab #tab2_7:checked ~ .panel_area #category-panel1 {
  display: none;
}

.c-tab #tab2_8:checked ~ .panel_area #category-panel8 {
  display: block;
}

.c-tab #tab2_8:checked ~ .panel_area #category-panel1 {
  display: none;
}

.c-tab #tab2_9:checked ~ .panel_area #category-panel9 {
  display: block;
}

.c-tab #tab2_9:checked ~ .panel_area #category-panel1 {
  display: none;
}


@media print, screen and (min-width: 768px) {
  .c-tab .tab_wrap {
    margin: 105px auto 20px;
  }
  .c-tab .tab_area label {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 22px 0;
  }
  .c-tab .tab_panel td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959.98px) {
  .c-tab .tab_wrap {
    margin: 8.33333% auto 2.08333%;
  }
}

#category .tab_area label {
  font-size: 2.6vw;
  padding: 2% 0;
}

#category .tab_area .tab2_label{
  /*padding: 4% 0;*/
}

#category .panel_area {
  background: transparent;
}

@media print, screen and (min-width: 768px) {
  #category .tab_area label {
    font-size: 18px;
    font-size: 1.6rem;
    padding: 10px 0 8px;
  }
  #category .tab_area .tab2_label,
  #category .tab_area .tab3_label,
  #category .tab_area .tab6_label,
  #category .tab_area .tab8_label,
  #category .tab_area .tab9_label{
    padding: 20px 0 0;
  }
}

@-webkit-keyframes tabanimation {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes tabanimation {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*----------------------------------------
	footer.scss
----------------------------------------*/
.footer {
  color: #683818;
  padding: 5.33333% 0;
}

@media print, screen and (min-width: 768px) {
  .footer {
    padding: 20px 0;
  }
}

/*----------------------------------------
	bg.scss
----------------------------------------*/
.m-bg--stripe {
  background: url("../img/bg_stripe.png") center center repeat;
  background-size: 8.66667% auto;
  box-sizing: border-box;
  padding: 13.33333% 5.33333% 10.66667%;
}
#privilege.m-bg--stripe {
  padding: 10.66667% 5.33333% 10.66667%;
}

.m-bg--blue {
  background-color: #d8eff7;
  box-sizing: border-box;
  padding: 13.33333% 5.33333% 10.66667%;
}

.m-bg--white {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 5.33333% 6.66667%;
}
#privilege .m-bg--white {
  padding: 6.66667% 5.33333% 1.33334%;
}

@media print, screen and (min-width: 768px) {
  .m-bg--stripe {
    background-size: 37px auto;
    border-radius: 20px;
    margin: 0 auto 105px;
    max-width: 960px;
    padding: 85px 60px 60px;
  }
  #privilege.m-bg--stripe {
    padding: 60px;
  }
  .m-bg--blue {
    padding: 105px 0;
  }
  .m-bg--white {
    border-radius: 20px;
    margin: 0 auto;
    max-width: 960px;
    padding: 0 105px 60px;
  }
  #privilege .m-bg--white {
    padding: 30px 105px 0 105px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959.98px) {
  .m-bg--stripe {
    border-radius: 0;
    margin: 0 auto;
    padding: 10.41667% 4.16667% 8.33333%;
  }
  #privilege.m-bg--stripe {
    padding: 8.33333% 4.16667%;
  }
  .m-bg--blue {
    padding: 8.33333% 4.16667% 8.33333%;
  }
  .m-bg--white {
    padding: 0 4.16667% 5.20833%;
  }
  #privilege .m-bg--white {
    padding: 5.20833% 4.16667%;
  }
}

/*----------------------------------------
	head.scss
  --ribbon
  --section
  --stripe
  --border
----------------------------------------*/
#privilege .m-head--ribbon {
  margin-top: 12%;
}

.m-head--ribbon img {
  margin: -5.97015% auto 0;
}

@media print, screen and (min-width: 768px) {
  #privilege .m-head--ribbon {
    margin-top: 80px;
  }
  .m-head--ribbon img {
    margin: -30px auto 0;
    width: 530px;
  }
}

.m-head--section {
  box-sizing: border-box;
  font-size: 6.25vw;
  line-height: 1.14583;
  padding: 6.66667% 0;
}

.m-head--section span {
  font-size: 4.16667vw;
  line-height: 1.71875;
}

@media print, screen and (min-width: 768px) {
  .m-head--section {
    font-size: 34px;
    line-height: 1.15789;
    padding: 30px 0 30px;
  }
  .m-head--section span {
    font-size: 20px;
    line-height: 1.83333;
  }
}

.m-head--stripe {
  background: url("../img/bg_head_line.png") center bottom repeat-x;
  background-size: 2.93333% auto;
}

@media print, screen and (min-width: 768px) {
  .m-head--stripe {
    background-size: 1.86667% auto;
  }
}

.m-head--border {
  border: 2px #000 solid;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 5.33333%;
  padding: 2.66667% 0 4%;
}

@media print, screen and (min-width: 768px) {
  .m-head--border {
    border-radius: 20px;
    margin: 0 auto;
    max-width: 750px;
    padding: 15px 0 25px;
  }
}

/*----------------------------------------
	notes.scss
----------------------------------------*/
.m-notes {
  list-style: none;
}

.m-notes li {
  text-align: left;
}

.m-notes--asterisk li {
  line-height: inherit;
  margin-left: 1em;
  text-indent: -1em;
}

.m-notes--asterisk li::before {
  content: '※';
  display: inline;
  line-height: inherit;
}

/*----------------------------------------
	table.scss
----------------------------------------*/
.table-scroll {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  cursor: move;
  min-height: 5px;
  overflow-x: auto;
  padding-bottom: 3.33333%;
  transform: translateZ(0);
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .table-scroll {
    padding-bottom: 0;
  }
}

.table {
  box-sizing: border-box;
  min-width: 100%;
  text-align: center;
  width: 99.9%;
}

.table table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.table th, .table td {
  line-height: 1.41667;
  vertical-align: middle;
}

.table--01 th, .table--01 td {
  border-right: 1px #e5dcd1 dotted;
  font-size: 3.125vw;
}

.table--02 {
  border: 1px #e5dcd1 solid;
  margin: 5.33333% 0;
}

.table--02 th, .table--02 td {
  border-top: none;
  box-sizing: border-box;
  font-size: 2.60417vw;
}

.table--02 th {
  background-color: #f6f4f0;
  border-right: 1px #fff dotted;
  font-weight: bold;
  height: 7.8125vw;
  line-height: 1;
  padding: 1.33333% 3.33333%;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.table--02 td {
  border-right: 1px #e5dcd1 dotted;
  padding: 4% 3.33333%;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .table--01 th, .table--01 td {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .table--02 {
    margin: 30px 0;
    min-width: initial;
    width: 66.66667%;
  }
  .table--02 th, .table--02 td {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .table--02 th {
    height: 40px;
    padding: 10px 10px;
  }
  .table--02 td {
    padding: 5px 10px;
  }
}

/*----------------------------------------
	catalog.scss
----------------------------------------*/
.catalog__text {
  line-height: 1.375;
  padding: 5.33333% 0;
  text-align: left;
}

.catalog__photo {
  margin: 0 auto 5.08475%;
  width: 100%;
}

.catalog__entry .button {
  margin-bottom: 5.08475%;
}

.catalog__entry .text {
  line-height: 1.375;
  margin-bottom: 10.16949%;
}

.catalog__entry .link a {
  border-bottom: 1px #683818 solid;
  color: #683818;
  font-weight: bold;
  padding-bottom: 2px;
}

.catalog__entry .link a:hover {
  border-bottom: none;
}

@media print, screen and (min-width: 768px) {
  .catalog {
    padding: 105px 0 0;
  }
  .catalog__text {
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 30px 0 40px;
  }
  .catalog__photo {
    margin: 0 auto 20px;
    width: 450px;
  }
  .catalog__entry .button {
    margin: 0 auto 20px;
    max-width: 450px;
  }
  .catalog__entry .text {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .catalog__entry .link {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959.98px) {
  .catalog {
    padding: 0;
  }
}

/*----------------------------------------
	category.scss
----------------------------------------*/
.category__inner {
  box-sizing: border-box;
  padding: 0 5.33333%;
  width: 100%;
}

.category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6.66667% 0;
  width: 100%;
}

.category__list li {
  font-size: 3.64583vw;
  letter-spacing: 0;
  line-height: 2.28571;
  text-align: left;
  width: 50%;
}

.category__list li a:hover {
  color: #f5497a;
}

@media print, screen and (min-width: 768px) {
  .category__inner {
    box-sizing: border-box;
    padding: 20px 0;
    width: 100%;
  }
  .category__list {
    padding: 0;
  }
  .category__list li {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    width: 25%;
  }
}

.category .ranking {
  padding: 0 5.33333%;
}

.category .ranking .m-bg--white {
  padding: 1.33333% 5.33333% 2.66667%;
}

.category .ranking__item {
  font-size: 5.20833vw;
  margin: 5.33333% 0 4%;
  position: relative;
}

.category .ranking__item:before {
  background: url(../business_customers_images/ranking_icon.png) center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 8.07292vw;
  margin: 0 auto 2.66667%;
  width: 9.375vw;
}

.category .ranking__list {
  display: flex;
}

.category .ranking__list li {
  min-width: 24.73958vw;
  padding: 0 5px 0 0;
}

.category .ranking__list li .photo {
  position: relative;
}

.category .ranking__list li .photo:after {
  content: '';
  display: block;
  height: 46.76259%;
  left: 5.37634%;
  position: absolute;
  top: 0;
  width: 23.11828%;
}

.category .ranking__list li .photo img {
  min-width: 24.73958vw;
  vertical-align: bottom;
}

.category .ranking__list li .text {
  background-color: #f6f4f0;
  box-sizing: border-box;
  font-size: 3.125vw;
  line-height: 1.33333;
  min-width: 20.83333vw;
  overflow-wrap: break-word;
  padding: 10px;
  text-align: left;
  white-space: normal;
  word-break: break-all;
}

.category .ranking__list a {
  display: block;
}

.category .ranking__list a:hover img {
  opacity: 0.7;
}

.category .ranking__list br {
  margin-bottom: 3px;
}

.category .ranking--01 .photo:after {
  background: url(../business_customers_images/ranking_icon01.png) center bottom no-repeat;
  background-size: contain;
}

.category .ranking--02 .photo:after {
  background: url(../business_customers_images/ranking_icon02.png) center bottom no-repeat;
  background-size: contain;
}

.category .ranking--03 .photo:after {
  background: url(../business_customers_images/ranking_icon03.png) center bottom no-repeat;
  background-size: contain;
}

.category .ranking--04 .photo:after {
  background: url(../business_customers_images/ranking_icon04.png) center bottom no-repeat;
  background-size: contain;
}

.category .ranking--05 .photo:after {
  background: url(../business_customers_images/ranking_icon05.png) center bottom no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .category .ranking {
    margin-top: 60px;
    padding: 0;
  }
  .category .ranking .m-bg--white {
    padding: 0 105px 60px;
  }
  .category .ranking__item {
    font-size: 30px;
    font-size: 3.0rem;
    margin: 40px 0 30px;
  }
  .category .ranking__item:before {
    height: 42px;
    margin: 0 auto 15px;
    width: 49px;
  }
  .category .ranking__list li {
    min-width: 200px;
    padding: 0 5px 0 0;
  }
  .category .ranking__list li .photo:after {
    height: 46px;
    left: 10px;
    top: -1px;
    width: 30px;
  }
  .category .ranking__list li .photo img {
    min-width: 200px;
  }
  .category .ranking__list li .text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.33333;
    min-width: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959.98px) {
  .category .ranking .m-bg--white {
    padding: 0 4.16667% 6.25%;
  }
}

/*----------------------------------------
	compare.scss
----------------------------------------*/
.compare {
  background-color: #fff;
  min-width: 100%;
  width: 100%;
}

.compare__table th {
  box-sizing: border-box;
  line-height: 1;
  min-width: 35.15625vw;
  padding: 5px 10px 0;
}

.compare__table td {
  box-sizing: border-box;
  line-height: 1.23529;
  min-width: 35.15625vw;
  padding: 10px;
}

.compare__table .photo img {
  min-width: 32.55208vw;
  vertical-align: bottom;
}

.compare__table .name td {
  font-weight: bold;
  letter-spacing: 0;
  white-space: unset;
}

.compare__table .price--01 td {
  background-color: #f6f4f0;
  font-size: 4.16667vw;
  font-weight: normal;
}

.compare__table .price--01 td span {
  display: block;
  font-size: 3.125vw;
}

.compare__table .price--02 td {
  color: #f5497a;
  font-size: 4.6875vw;
  font-weight: bold;
}

.compare__table .price--02 td span {
  display: block;
  font-size: 3.125vw;
  font-weight: normal;
}

.compare__table .discount td {
  background-color: #f6f4f0;
  color: #f5497a;
  font-size: 3.38542vw;
  font-weight: bold;
}

.compare__table .discount td span:nth-child(1) {
  color: #000;
  display: block;
  font-size: 3.125vw;
  font-weight: normal;
}

.compare__table .discount td span:nth-child(2) {
  font-size: 4.6875vw;
  padding-right: 0.1em;
}

@media print, screen and (min-width: 768px) {
  .compare__table th {
    min-width: 220px;
    padding: 14px 10px 0;
  }
  .compare__table td {
    min-width: 220px;
    padding: 18px 10px 14px;
  }
  .compare__table .photo img {
    min-width: initial;
    width: 200px;
  }
  .compare__table .name td {
    line-height: 1.41176;
  }
  .compare__table .price--01 td {
    font-size: 20px;
  }
  .compare__table .price--01 td span {
    font-size: 14px;
  }
  .compare__table .price--02 td {
    font-size: 26px;
  }
  .compare__table .price--02 td span {
    font-size: 14px;
  }
  .compare__table .discount td {
    font-size: 18px;
  }
  .compare__table .discount td span:nth-child(1) {
    font-size: 14px;
  }
  .compare__table .discount td span:nth-child(2) {
    font-size: 26px;
    padding-right: 0.1em;
  }
}

.compare .m-notes li {
  font-size: 3.38542vw;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .compare .m-notes li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959.98px) {
  .compare .m-notes {
    padding-right: 2.08333%;
  }
}

/*----------------------------------------
	coupon.scss
----------------------------------------*/
.coupon .photo {
  margin: 5.33333% 0 4%;
}

.coupon .m-notes {
  font-size: 3.38542vw;
  line-height: 1.53846;
}

@media print, screen and (min-width: 768px) {
  .coupon {
    margin-top: 105px;
  }
  .coupon .photo {
    margin: 30px 0 15px;
  }
  .coupon .m-notes {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}

/*----------------------------------------
	faq.scss
----------------------------------------*/
.faq {
  padding: 10.66667% 5.33333%;
}

.faq .m-bg--white {
  padding: 1.33333% 5.33333% 2.66667%;
}

.faq__list {
  cursor: pointer;
  outline: 0;
  position: relative;
  width: 100%;
}

.faq__list .accordion {
  border-bottom: 1px #e5dcd1 solid;
}

.faq__list .accordion:last-of-type {
  border-bottom: none;
}

.faq__list .accordion-title {
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 1.375;
  margin: 0;
  padding: 5.33333% 10.66667% 5.33333% 9.11458vw;
  position: relative;
  text-align: left;
}

.faq__list .accordion-title:before {
  background: url("../img/faq_icon_q.png") center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 6.51042vw;
  left: 0;
  margin-right: 2.66667%;
  position: absolute;
  top: 26.66667%;
  width: 6.51042vw;
}

.faq__list .accordion-title:after {
  -webkit-transform: rotate(135deg);
  border-right: solid 2px #683818;
  border-top: solid 2px #683818;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 2px;
  top: 38%;
  transform: rotate(135deg);
  transition: all 0.2s ease-in-out;
  width: 8px;
}

.faq__list .accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  top: 45%;
  transform: rotate(-45deg);
}

.faq__list .accordion-content {
  cursor: initial;
  display: none;
  line-height: 1.4375;
  padding: 0 0 5.33333% 9.11458vw;
  position: relative;
  text-align: left;
}

.faq__list .accordion-content * {
  line-height: 1.4375;
}

.faq__list .accordion-content:before {
  background: url("../img/faq_icon_a.png") center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 6.51042vw;
  left: 0;
  margin-right: 2.66667%;
  position: absolute;
  width: 6.51042vw;
}

.faq__list .accordion-content .text {
  font-size: 3.64583vw;
  line-height: 1.57143;
  margin-top: 1em;
}

.faq__list .accordion-content .m-notes {
  font-size: 3.38542vw;
}

@media print, screen and (min-width: 768px) {
  .faq {
    padding: 0 0 105px;
  }
  .faq .m-bg--white {
    padding: 0 105px 30px;
  }
  .faq__list .accordion-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667;
    padding: 30px 30px 30px 50px;
  }
  .faq__list .accordion-title:before {
    height: 30px;
    margin-right: 50px;
    top: 28px;
    width: 30px;
  }
  .faq__list .accordion-title:after {
    top: 42%;
  }
  .faq__list .accordion-title.open:after {
    top: 49%;
  }
  .faq__list .accordion-content {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667;
    padding: 0 0 30px 50px;
  }
  .faq__list .accordion-content * {
    line-height: 1.66667;
  }
  .faq__list .accordion-content:before {
    height: 30px;
    margin-right: 50px;
    width: 30px;
  }
  .faq__list .accordion-content .text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667;
  }
  .faq__list .accordion-content .m-notes {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959.98px) {
  .faq {
    padding: 8.33333% 4.16667%;
  }
  .faq .m-bg--white {
    padding: 0 4.16667% 4.16667%;
  }
}

/*----------------------------------------
	flow.scss
----------------------------------------*/
.flow {
  background-color: #fff;
}

.flow .c-register--flow {
  margin-top: 8%;
}

.flow .c-summary {
  border-bottom: 1px #000 dotted;
}

.flow .c-summary:last-of-type {
  border-bottom: none;
}

.flow .step_02 .photo {
  margin: 5.33333% auto 8%;
  width: 53.6%;
}

.flow .step_03 .photo {
  margin: 5.33333% auto 8%;
  width: 62.66667%;
}

@media print, screen and (min-width: 768px) {
  .flow .c-register--flow {
    margin-top: 60px;
  }
  .flow .step_02 .photo {
    margin: 60px auto 80px;
    width: 656px;
  }
  .flow .step_03 .photo {
    margin: 60px auto 0;
    width: 657px;
  }
}

/*----------------------------------------
	guide.scss
----------------------------------------*/
.guide {
  background-color: #fff;
	margin-top:50px;
}

.guide__head {
  font-size: 6.25vw;
}

.guide__link {
  margin: 8% 5.33333% -5.33333%;
}

.guide ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.guide li {
  padding-bottom: 5.33333%;
  width: 42.31771vw;
}

.guide a {
  border: 1px #cccccc solid;
  display: block;
  font-size: 3.38542vw;
  height: 13.02083vw;
  line-height: 13.02083vw;
}

.guide a:hover {
  background-color: #cccccc;
  border: 1px #cccccc solid;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .guide__head {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .guide__link {
    margin: 60px 0 -20px;
  }
  .guide li {
    padding-bottom: 20px;
    width: 31.25%;
  }
  .guide a {
    font-size: 20px;
    font-size: 2.0rem;
    height: 70px;
    line-height: 70px;
  }
}

/*----------------------------------------
	interview.scss
----------------------------------------*/
.interview__list {
  display: flex;
  padding: 8% 0 4%;
}

.interview__list li {
  min-width: 59.89583vw;
  padding: 0 5.33333% 0 0;
}

.interview__list li .interview__photo {
  position: relative;
}

.interview__list li .interview__photo img {
  min-width: 59.89583vw;
  vertical-align: bottom;
}

.interview__list li .interview__title {
  color: #f5497a;
  font-size: 3.64583vw;
  line-height: 1.42857;
  padding: 6.66667% 0 4%;
  text-align: left;
  white-space: break-spaces;
}

.interview__list li .interview__text {
  box-sizing: border-box;
  font-size: 3.64583vw;
  line-height: 1.57143;
  margin-bottom: 5.33333%;
  min-width: 59.89583vw;
  overflow-wrap: break-word;
  text-align: left;
  white-space: normal;
  word-break: break-all;
}

.interview__list li .interview__name {
  align-items: center;
  display: flex;
}

.interview__list li .interview__name .icon {
  height: 17.3913%;
  margin-right: 4.34783%;
  width: 17.3913%;
}

.interview__list li .interview__name .text {
  font-size: 2.60417vw;
  line-height: 1.5;
  text-align: left;
}

.interview__list li .interview__name .text span {
  display: block;
  font-size: 3.125vw;
  font-weight: bold;
  margin-top: -0.5em;
}

@media print, screen and (min-width: 768px) {
  .interview__list {
    padding: 40px 0 20px;
  }
  .interview__list li {
    min-width: 280px;
    padding: 0 5.33333% 0 0;
  }
  .interview__list li .interview__photo img {
    min-width: 280px;
  }
  .interview__list li .interview__title {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.4;
    padding: 20px 0 15px;
  }
  .interview__list li .interview__text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.57143;
    margin-bottom: 5.33333%;
    min-width: 280px;
  }
  .interview__list li .interview__name {
    align-items: center;
    display: flex;
  }
  .interview__list li .interview__name .icon {
    height: 50px;
    margin-right: 10px;
    width: 50px;
  }
  .interview__list li .interview__name .text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.46667;
  }
  .interview__list li .interview__name .text span {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: -0.2em;
  }
}

.interview .m-notes li {
  font-size: 3.38542vw;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .interview .m-notes {
    margin-top: 20px;
  }
  .interview .m-notes li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*----------------------------------------
	mv.scss
----------------------------------------*/
#mv {
  margin: 0 auto;
  max-width: 768px;
  position: relative;
  width: 100%;
}

#mv img {
  vertical-align: bottom;
}

#mv.mv--a .mv__inner,
#mv picture {
  height: 100%;
}

#mv.mv--a {
  height: 78.125vw;
}

#mv.mv--b {
  background: url(../img/main_bg.jpg) center center no-repeat;
  background-size: cover;
  height: 85.9375vw;
}

#mv.mv--b .mv__inner {
  display: none;
}

@media print, screen and (min-width: 768px) {
  #mv {
    height: 490px;
    max-width: 100%;
    position: relative;
  }
  #mv img {
    height: 100%;
  }
  #mv.mv--a {
    background: url("../img/main_bg.jpg") center center no-repeat;
    background-size: cover;
    height: 490px;
  }
  #mv.mv--a .mv__inner {
    height: 490px;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
  }
  #mv.mv--a .catch {
    bottom: 0;
    position: absolute;
  }
  #mv.mv--b {
    background: url(../img/main_bg.jpg) center center no-repeat;
    background-size: cover;
    height: 490px;
  }
  #mv.mv--b:after {
    border-bottom: 10px #683818 solid;
    bottom: 0;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  #mv.mv--b .mv__inner {
    display: block;
    height: 490px;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
  }
  #mv.mv--b .logo {
    left: 0;
    position: absolute;
    top: 20px;
    width: 200px;
  }
  #mv.mv--b .catch {
    bottom: 0;
    position: absolute;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  #mv.mv--a {
    height: 35.41667vw;
  }
  #mv.mv--a .mv__inner {
    height: 35.41667vw;
  }
  #mv.mv--b {
    height: 39.58333vw;
  }
  #mv.mv--b .mv__inner {
    height: 39.58333vw;
  }
  #mv.mv--b .logo {
    left: 3.125%;
    top: 3.125%;
    width: 20.83333vw;
  }
  #mv.mv--b .catch {
    box-sizing: border-box;
    padding: 0 3.125%;
  }
}

/*----------------------------------------
	point.scss
----------------------------------------*/
.point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.point__list .item {
  flex-shrink: 0;
  padding-top: 5.33333%;
  width: 47.45763%;
}

@media print, screen and (min-width: 768px) {
  .point__list {
    flex-wrap: nowrap;
  }
  .point__list .item {
    max-width: 170px;
    padding-top: 40px;
    width: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959.98px) {
  .point__list .item {
    max-width: 22.66667%;
    width: 22.66667%;
  }
}

/*----------------------------------------
	privilege.scss
----------------------------------------*/
.privilege-list__item {
  align-items: flex-start;
  /*border-bottom: 1px #683818 dashed;*/
  display: flex;
  padding: 5.33333% 0;
  text-align: left;
}

.privilege-list__item__icon {
  flex-shrink: 0;
  width: 13.02083vw;
}

.privilege-list__item__text {
  margin-top: -0.75em;
  padding-left: 4%;
}

.privilege-list__item__text .title {
  color: #f5497a;
  font-size: 6.25vw;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 2.66667%;
}

.privilege-list__item__text .title span {
  color: #000;
  font-size: 3.64583vw;
}

.privilege-list__item__text .text {
  font-size: 3.38542vw;
  line-height: 1.53846;
  margin-bottom: 1.33333%;
}

.privilege-list__item:last-of-type {
  border-bottom: none;
}

.privilege-list__item:last-of-type .privilege-list__item__text {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .privilege-list {
    display: flex;
    justify-content: space-between;
  }
  .privilege-list__item {
    border-bottom: none;
    display: block;
    max-width: 190px;
    padding: 0;
  }
  .privilege-list__item__icon {
    flex-shrink: 0;
    margin: 30px auto 0;
    max-width: 100px;
  }
  .privilege-list__item__text {
    margin-top: 0;
    padding-left: 0;
  }
  .privilege-list__item__text .title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
    text-align: center;
  }
  .privilege-list__item__text .title span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .privilege-list__item__text .text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .privilege-list__item:last-of-type .privilege-list__item__text {
    width: 100%;
  }
  .privilege-list__item:last-of-type .privilege-list__item__text .title {
    align-items: flex-end;
    display: flex;
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959.98px) {
  .privilege-list__item {
    max-width: 30.15873%;
  }
  .privilege-list__item__icon {
    max-width: 52.63158%;
  }
}

.privilege-membership__head {
  margin-bottom: 5.33333%;
}

.privilege-membership__present {
  align-items: center;
  display: flex;
}

.privilege-membership__present p {
  box-sizing: border-box;
  max-width: 100%;
}

.privilege-membership__present p img {
  height: auto;
  width: 100%;
}

.privilege-membership__present .text {
  font-size: 5.20833vw;
  padding: 0 2%;
}

@media print, screen and (min-width: 768px) {
  .privilege-membership__head {
    margin-bottom: 5.33333%;
  }
  .privilege-membership__present .text {
    font-size: 30px;
    padding: 0 16px;
  }
}

/*----------------------------------------
	sample.scss
----------------------------------------*/
.sample {
  background-color: #fff;
}

.sample__photo img {
  margin: 4% auto 2.66667%;
  width: 54.26667%;
}

.sample__photo figcaption {
  line-height: 1.375;
}

@media print, screen and (min-width: 768px) {
  .sample__photo img {
    margin: 20px auto 10px;
    max-width: 657px;
    width: 100%;
  }
  .sample__photo figcaption {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.41667;
  }
}

.float_business_info {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.float_business_info .button_wrapper {
  max-width: 800px;
  width: 100%;
  background-color: #fff;
  margin: auto;
}

.float_business_info .float_inner {
  display: flex;
  justify-content: center;
}
.float_business_info img {
  vertical-align: middle;
}