@charset "UTF-8";
@font-face {
  font-family: 'aoiiconfont';
  src: url("../vendor/aoiiconfont/fonts/aoiiconfont.ttf") format("truetype"), url("../vendor/aoiiconfont/fonts/aoiiconfont.woff") format("woff"), url("../vendor/aoiiconfont/fonts/aoiiconfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.align_c {
  text-align:center;margin:20px 10px}
img {
  line-height: 0;
  vertical-align: top;
  border: 0; }

@media only screen and (max-width: 480px) {
  img {
    max-width: 100%;
    height: auto; }
    img.pc {
      display: none; } }
@media print, screen and (min-width: 481px) {
  img.sp {
    display: none; } }
a,
a:link {
  color: #4A4A4A;
  text-decoration: none; }

a:visited {
  color: #4A4A4A;
  text-decoration: none; }

a:active {
  color: #c00;
  text-decoration: underline; }

@media print, screen and (min-width: 481px) {
  a:hover {
    color: #6b6b6b;
    text-decoration: underline; } }
.cf::after {
  content: "";
  display: block;
  clear: both; }

* {
  box-sizing: border-box; }

html {
  margin: 0;
  padding: 0; }

body {
  background-color: #fff;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

#main {
  flex: 1 0 auto;
  padding:62px 0 0 0; }

_:lang(x)::-ms-backdrop, body {
  font-family: "メイリオ", Meiryo, sans-serif; }

@media only screen and (max-width: 480px) {
  body {
    font-size: 3.4vw;
  } 
  #main {
    padding-top: 17vw;
  }
}

@media print, screen and (min-width: 481px) {
  body {
    font-size: 16px;
    display: block; } }
@media only screen and (max-width: 480px) {
  .contents_wrap {
    margin: 0 5vw; } }
@media print, screen and (min-width: 481px) {
  #home .contents_wrap {
    width: 1120px;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px; }

  .second .contents_wrap {
    width: 1000px;
    margin: 0 auto; } }
/* 改行までの一行の文字列 */
@media print, screen and (min-width: 481px) {
  .br_block {
    display: block; } }
table {
  border-collapse: collapse; }

th,
td {
  border: solid 1px #000; }

td p {
  margin: 0 0 1em 0;
  padding: 0; }
  td p:last-of-type {
    margin-bottom: 0; }

@media only screen and (max-width: 480px) {
  th,
  td {
    padding: .3em .5em; } }
@media print, screen and (min-width: 481px) {
  th,
  td {
    padding: .6em .8em; } }
/* 注意書き
.caution {
	margin: .5em 0 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
@media only screen and (max-width: 480px) {
	.caution {
		font-size: 2.8vw;
	}
}
@media print, screen and (min-width: 481px) {
	.caution {
		font-size: 14px;
	}
} */
@media only screen and (max-width: 480px) {
  #contents br.br_sp_no {
    display: none; } }
@media print, screen and (min-width: 481px) {
  #contents br.br_pc_no {
    display: none; } }
ol.ol_numbering {
  list-style: none;
  padding-left: 0;
  display: table; }

ol.ol_numbering > li:after {
  content: "";
  display: block; }

ol.ol_numbering > li {
  display: table-row;
  counter-increment: table-ol; }

ol.ol_numbering > li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right; }

.btn.btn_next a, .btn.btn_prev a {
  position: relative;
  display: block;
  color: #fff;
  background-color: #3b3b3b;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0; }
  .btn.btn_next a::before, .btn.btn_prev a::before {
    position: absolute;
    bottom: 47%;
    color: #fff;
    font-family: aoiiconfont;
    transform: scale(0.4); }
.btn.btn_next a::before {
  content: '\e901'; }
.btn.btn_prev a::before {
  content: '\e900'; }

@media only screen and (max-width: 480px) {
  .btn.btn_next a, .btn.btn_prev a {
    border-radius: 1vw;
    font-size: 4vw;
    padding: 1.2em; }
    .btn.btn_next a::before, .btn.btn_prev a::before {
      font-size: 1.3vw;
      margin-bottom: -.3em; }
  .btn.btn_next a::before {
    right: 4vw; }
  .btn.btn_prev a::before {
    left: 4vw; } }
@media print, screen and (min-width: 481px) {
  .btn.btn_next a, .btn.btn_prev a {
    border-radius: 5px;
    font-size: 14px;
    padding: 18px; }
    .btn.btn_next a::before, .btn.btn_prev a::before {
      font-size: 10px;
      margin-bottom: -2px; }
    .btn.btn_next a:hover, .btn.btn_prev a:hover {
      background-color: #6b6b6b;
      transition: .2s;
      text-decoration: none; }
  .btn.btn_next a::before {
    right: 15px; }
  .btn.btn_next a:hover::before {
    right: 12px; }
  .btn.btn_prev a::before {
    left: 15px; }
  .btn.btn_prev a:hover::before {
    left: 12px; } }
.btn.btn_area a {
  position: relative;
  display: block;
  color: #2b2b2b;
  background-color: rgba(255, 255, 255, 0.85);
  border: solid 1px #2b2b2b;
  box-shadow: 0 2px 0 #2b2b2b;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0; }
  .btn.btn_area a::before {
    position: absolute;
    bottom: 40%;
    color: #5a3e05;
    font-family: aoiiconfont;
    content: '\e901';
    transform: scale(0.3); }

@media only screen and (max-width: 480px) {
  .btn.btn_area a {
    border-radius: 4.5vw;
    font-size: 3vw;
    padding: 2.5vw 0;
    width: 26vw; }
    .btn.btn_area a::before {
      margin-bottom: -.1em;
      right: -6px; } }
@media print, screen and (min-width: 481px) {
  .btn.btn_area a {
    border-radius: 15px;
    font-size: 12px;
    padding: 8px;
    width: 110px; }
    .btn.btn_area a::before {
      font-size: 10px;
      margin-bottom: -1px;
      right: 0; }
    .btn.btn_area a:hover {
      opacity: 1;
      color: #fff;
      background-color: rgba(176, 136, 56, 0.85);
      transition: .2s;
      text-decoration: none; }
      .btn.btn_area a:hover::before {
        right: -3px;
        color: #fff; } }
.btn.btn_icon a {
  display: block;
  color: #fff;
  background-color: #3b3b3b;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0 auto; }
  .btn.btn_icon a::before {
    color: #fff;
    font-weight: normal;
    padding-right: .4em; }
.btn.btn_detail a::before {
  font-family: aoiiconfont;
  content: '\e902';
  padding-right: .4em; }
.btn.btn_story a::before {
  font-family: aoiiconfont;
  content: '\e903';
  padding-right: .4em;
  vertical-align: text-bottom; }
.btn.btn_collection a::before {
  font-family: aoiiconfont;
  content: '\e904';
  padding-right: .4em;
  vertical-align: text-bottom; }
.btn.btn_shop a::before {
  font-family: aoiiconfont;
  content: '\e905';
  padding-right: .4em;
  vertical-align: text-bottom; }
.btn.btn_next a::before {
  font-family: aoiiconfont;
  padding-right: .4em;
  vertical-align: text-bottom; }
.btn.btn_contact a {
  position: relative; }
  .btn.btn_contact a::after {
    font-family: aoiiconfont;
    content: '\e902';
    display: block;
    font-weight: lighter;
    position: absolute; }

@media only screen and (max-width: 480px) {
  .btn.btn_icon a {
    border-radius: 1vw;
    font-size: 4vw;
    padding: 1.2em; }
    .btn.btn_icon a::before {
      font-size: 3.5vw; }
  .btn.btn_detail a {
    margin: 0 10vw; }
    .btn.btn_detail a::before {
      font-size: 3.5vw; }
  .btn.btn_story a::before {
    font-size: 4vw; }
  .btn.btn_collection a::before {
    font-size: 4vw; }
  .btn.btn_shop a::before {
    font-size: 4vw; }
  .btn.next a::before {
    font-size: 4vw; }
  .btn.btn_contact a {
    margin: 0 15vw; }
    .btn.btn_contact a::after {
      font-size: 3vw;
      top: calc(50% - 1vw);
      right: 3vw; } }
@media print, screen and (min-width: 481px) {
  .btn.btn_icon a {
    border-radius: 5px;
    font-size: 14px;
    padding: 18px; }
    .btn.btn_icon a:hover {
      background-color: #6b6b6b;
      transition: .2s;
      text-decoration: none; }
  .btn.btn_detail a {
    width: 228px;
    padding: 14px; }
    .btn.btn_detail a::before {
      font-size: 11px; }
  .btn.btn_story a::before {
    font-size: 15px; }
  .btn.btn_collection a::before {
    font-size: 15px; }
  .btn.btn_shop a::before {
    font-size: 15px; }
  .btn.btn_next a::before {
    font-size: 15px; }
  .btn.btn_contact a {
    width: 180px;
    padding: 14px; }
    .btn.btn_contact a::after {
      font-size: 9px;
      top: calc(50% - 3px);
      right: 10px; } }
.sns_box {
  display: flex;
  justify-content: center; }
  .sns_box .sns_icon a {
    color: #fff;
    background-color: #3b3b3b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }

@media only screen and (max-width: 480px) {
  .sns_box .sns_icon {
    margin: 0 2vw; }
    .sns_box .sns_icon a {
      width: 18vw;
      height: 18vw;
      font-size: 8vw; } }
@media print, screen and (min-width: 481px) {
  .sns_box .sns_icon {
    margin: 0 15px; }
    .sns_box .sns_icon a {
      width: 56px;
      height: 56px;
      font-size: 24px; }
      .sns_box .sns_icon a:hover {
        background-color: #6b6b6b;
        color: #fff;
        text-decoration: none; } }
.item_modal > label {
  cursor: pointer;
  display: block; }
  .item_modal > label:hover {
    opacity: .7;
    transition: .3s; }
.item_modal .item_modal-overlay {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }
.item_modal .item_modal-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%; }
  .item_modal .item_modal-wrap label {
    margin: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    text-align: right; }
.item_modal input {
  position: absolute;
  z-index: -9999;
  visibility: hidden; }
.item_modal .item_modal-overlay {
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  z-index: -999;
  display: none;
}
.item_modal input:checked ~ .item_modal-overlay {
  opacity: 1;
  transform: scale(1);
  overflow-y: auto;
  z-index: 999;
  display: block;
}
.item_modal .modalShow:checked ~ .item_modal-overlay{
  animation: modalShow  cubic-bezier(0.65, -0.55, 0.265, 1.55) 1s;
}
@keyframes modalShow{
  0%{
    opacity: 0;
    transform: scale(0.3);
  }
  100%{
    opacity: 1;
    transform: scale(1);
  }
}

@media only screen and (max-width: 480px) {
  .item_modal .item_modal-wrap label {
    padding: 2vw 4vw;
    font-size: 8vw; } }
@media print, screen and (min-width: 481px) {
  .item_modal .item_modal-wrap label {
    padding: 5px 10px;
    font-size: 30px; } }
.item_modal__contents {
  background-color: #fff;
  margin: 0 auto; }
  .item_modal__contents .photo {
    margin: 0;
    padding: 0; }
  .item_modal__contents .text {
    margin: 0;
    padding: 0;
    overflow: hidden; }
    .item_modal__contents .text table {
      border-collapse: collapse;
      width: 100%;
      margin-top: -1px; }
      .item_modal__contents .text table caption {
        color: #fff;
        background-color: #3b3b3b;
        line-height: 1;
        text-align: left;
        margin: 5px 10px;
        padding: .6em 1em; }
      .item_modal__contents .text table th,
      .item_modal__contents .text table td {
        font-weight: normal;
        vertical-align: middle;
        border: none;
        border-top: solid 1px #f0f0f0;
        line-height: 1.4;
        padding: 1.5em 0; }
      .item_modal__contents .text table th {
        text-align: left;
        padding-right: 1em;
        padding-left: 2em;
    width: 100px;
        }
      .item_modal__contents .text table td {
        text-align: left;}

@media only screen and (max-width: 480px) {
  .item_modal__contents {
    margin: 0 5vw;
    padding: 8vw; }
    .item_modal__contents .photo {
      width: 100%; }
    .item_modal__contents .text {
      width: 100%; }
      .item_modal__contents .text table {
        margin-top: 2em; }
        .item_modal__contents .text table th,
        .item_modal__contents .text table td {
          font-size: 14px; } }
@media print, screen and (min-width: 481px) {
  .item_modal__contents {
    width: 1000px;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .item_modal__contents .photo {
      width: 500px; }
    .item_modal__contents .text {
      width: 383px; }
      .item_modal__contents .text table {
        margin: 0 10px 2em; }
        .item_modal__contents .text table th,
        .item_modal__contents .text table td {
          font-size: 14px; } }
table.table_01 {
  width: 100%; }
  table.table_01 th,
  table.table_01 td {
    border: none;
    font-weight: normal; }
    table.table_01 th a,
    table.table_01 td a {
      color: #000;
      text-decoration: underline; }
      table.table_01 th a:hover,
      table.table_01 td a:hover {
        color: #6b6b6b;
        text-decoration: none; }
  table.table_01 th {
    background-color: #f7f7f7;
    border-bottom: solid 1px #fff;
    font-weight: normal; }
  table.table_01 td {
    border-bottom: solid 1px #f0f0f0; }
    table.table_01 td p {
      margin: 0 0 1em 0;
      padding: 0; }
      table.table_01 td p:last-of-type {
        margin-bottom: 0; }

@media only screen and (max-width: 480px) {
  table.table_01 th {
    white-space: nowrap;
    padding: .8em .6em; }
  table.table_01 td {
    padding: .8em 0 .8em .6em; } }
@media print, screen and (min-width: 481px) {
  table.table_01 th {
    padding: 18px;
    font-size: 16px;
    width: 280px; }
  table.table_01 td {
    padding: 18px 0 18px 22px;
    font-size: 14px; } }
table.table_02 th,
table.table_02 td {
  border: none;
  font-weight: normal;
  vertical-align: top; }
  table.table_02 th a,
  table.table_02 td a {
    color: #000;
    text-decoration: underline; }
    table.table_02 th a:hover,
    table.table_02 td a:hover {
      color: #6b6b6b;
      text-decoration: none; }
table.table_02 th {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }
table.table_02 td.dot {
  color: #b2b2b2;
  background-image: url(../img/common/color_f0f0f0.png);
  background-position: center top;
  background-repeat: repeat-y;
  text-align: center;
  width: 1em; }

@media only screen and (max-width: 480px) {
  table.table_02 th,
  table.table_02 td {
    padding: .5em 0; }
  table.table_02 td.dot {
    width: 2em; } }
@media print, screen and (min-width: 481px) {
  table.table_02 th,
  table.table_02 td {
    font-size: 14px; }
  table.table_02 th {
    width: 5em; } }
table.table_03 {
  width: 100%; }
  table.table_03 th,
  table.table_03 td {
    border: none;
    border-top: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2; }
  table.table_03 th {
    background-color: #f6f6f6; }

@media only screen and (max-width: 480px) {
  table.table_03 th {
    white-space: nowrap;
    padding: .8em .6em; }
  table.table_03 td {
    padding: .8em 0 .8em .6em; }
    table.table_03 td .btn {
      width: 60%; }
      table.table_03 td .btn a {
        font-size: 100%;
        margin: 1em 0 0 0; } }
@media print, screen and (min-width: 481px) {
  table.table_03 th {
    padding: 18px;
    font-size: 16px;
    width: 206px; }
  table.table_03 td {
    padding: 18px 0 18px 22px; }
    table.table_03 td .btn a {
      margin: 1em 0 0 0; } }
#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0; }

.header__logo {
  margin: 0;
  padding: 0; }

#header__nav {
  font-family: 'Lato', sans-serif;
  font-weight: 700; }

@media only screen and (max-width: 480px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    padding: 4vw 5vw;
    background: #fff;
  }
  .header__logo {
    line-height: 1;
  }
  .header__logo img {
    height: 9vw;
  }
}
@media print, screen and (min-width: 481px) {
  #header {
    margin: 0px 0;
    padding: 0 60px 0 50px; 
    position: fixed;
    background-color: #fff;
    z-index: 100;
    width: 100%; }
  .header__logo a:hover {
    opacity: .8; } }
@media only screen and (max-width: 480px) {
  #header__nav {
    margin: 0;
    padding: 0; }
    #header__nav .modal > label {
      cursor: pointer;
      display: block;
      margin-top: 1vw; }
      #header__nav .modal > label img {
        width: 8vw; }
    #header__nav .modal-overlay {
      background: rgba(0, 0, 0, 0.9);
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center; }
      #header__nav .modal-overlay img {
        width: 8vw; }
    #header__nav .modal-wrap {
      position: relative;
      margin: 0 auto;
      padding: 0;
      width: 100%; }
    #header__nav .modal-wrap label {
      position: absolute;
      top: 6vw;
      right: 5vw;
      cursor: pointer;
      display: inline-block; }
    #header__nav input {
      position: absolute;
      z-index: -9999;
      visibility: hidden; }
    #header__nav .modal-overlay {
      opacity: 0;
      transform: scale(0.5);
      transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
      z-index: -999;
      display: none;
    }
    #header__nav input:checked ~ .modal-overlay {
      opacity: 1;
      transform: scale(1);
      z-index: 999;
      display: block;
    }
    #header__nav .modalShow:checked ~ .modal-overlay{
      animation: HmenuShow  cubic-bezier(0.65, -0.55, 0.265, 1.55) .7s;
    }
    @keyframes HmenuShow{
      0%{
        opacity: 0;
        transform: scale(0.5);
      }
      100%{
        opacity: 1;
        transform: scale(1);
      }
    }
    #header__nav #nav__pc {
      display: none; }
    #header__nav #nav__sp {
      display: flex;
      justify-content: flex-end; }
      #header__nav #nav__sp ul {
        margin: 0;
        padding: 15vw 0;
        list-style: none; }
      #header__nav #nav__sp li {
        margin: 0;
        padding: 0; }
        #header__nav #nav__sp li a {
          color: #fff;
          display: block;
          font-size: 4.6vw;
          line-height: 1;
          margin: 1em 0;
          padding: .8em 0; }
        #header__nav #nav__sp li.nav__contact {
          display: flex;
          justify-content: center; }
          #header__nav #nav__sp li.nav__contact a {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #6b6b6b;
            height: 11vw;
            padding: 0 1em;
            border-radius: 5.5vw; }
      #header__nav #nav__sp .nav__language {
        margin-right: 5vw; }
        #header__nav #nav__sp .nav__language a {
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          background-color: #3b3b3b;
          font-size: 3.2vw;
          line-height: 1;
          width: 9vw;
          height: 9vw;
          border-radius: 5vw; } }
@media print, screen and (min-width: 481px) {
  #header__nav {
    margin: 0;
    padding: 0; }
    #header__nav #nav__pc {
      display: flex; }
      #header__nav #nav__pc ul {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none; }
      #header__nav #nav__pc li {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 31px;
        margin: 0;
        padding: 0; }
        #header__nav #nav__pc li a {
          font-size: 14px;
          line-height: 1;
          margin: 0 25px;
          display: flex;
          justify-content: center;
          align-items: center; }
          #header__nav #nav__pc li a:hover {
            text-decoration: none;
            background-color: #fff;
            color: #6b6b6b; }
      #header__nav #nav__pc > div {
        font-size: 14px;
        line-height: 1;
        margin-left: 15px; }
        #header__nav #nav__pc > div a {
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          height: 31px;
          border-radius: 15.5px; }
          #header__nav #nav__pc > div a:hover {
            text-decoration: none; }
      #header__nav #nav__pc .nav__contact a {
        padding: 0 1em;
        background-color: #6b6b6b; }
        #header__nav #nav__pc .nav__contact a:hover {
          color: #6b6b6b;
          background-color: #fff;
          border: solid 2px #6b6b6b;
          padding-right: calc(1em - 2px);
          padding-left: calc(1em - 2px); }
      #header__nav #nav__pc .nav__language a {
        background-color: #3b3b3b;
        width: 31px; }
        #header__nav #nav__pc .nav__language a:hover {
          color: #000;
          background-color: #fff;
          border: solid 2px #000;
          padding-right: calc(1em - 2px);
          padding-left: calc(1em - 2px); }
    #header__nav #nav__sp {
      display: none; } }
#news #header__nav .nav__news a,
#news #header__nav .nav__news a:link,
#news #header__nav .nav__news a:visited,
#brand #header__nav .nav__brand a,
#brand #header__nav .nav__brand a:link,
#brand #header__nav .nav__brand a:visited,
#shop #header__nav .nav__shop a,
#shop #header__nav .nav__shop a:link,
#shop #header__nav .nav__shop a:visited,
#company #header__nav .nav__company a,
#company #header__nav .nav__company a:link,
#company #header__nav .nav__company a:visited,
#company.company_recruit #header__nav .nav__recruit a,
#company.company_recruit #header__nav .nav__recruit a:link,
#company.company_recruit #header__nav .nav__recruit a:visited {
  color: #6b6b6b; }

@media only screen and (max-width: 480px) {
  #company.company_recruit #header__nav .nav__company a,
  #company.company_recruit #header__nav .nav__company a:link,
  #company.company_recruit #header__nav .nav__company a:visited {
    color: #fff; } }
@media print, screen and (min-width: 481px) {
  #company.company_recruit #header__nav .nav__company a,
  #company.company_recruit #header__nav .nav__company a:link,
  #company.company_recruit #header__nav .nav__company a:visited {
    color: #4A4A4A; }

  #news #header__nav .nav__news a:active,
  #news #header__nav .nav__news a:hover,
  #brand #header__nav .nav__brand a:active,
  #brand #header__nav .nav__brand a:hover,
  #shop #header__nav .nav__shop a:active,
  #shop #header__nav .nav__shop a:hover,
  #company #header__nav .nav__company a:active,
  #company #header__nav .nav__company a:hover,
  #company.company_recruit #header__nav .nav__company a:active,
  #company.company_recruit #header__nav .nav__company a:hover,
  #company.company_recruit #header__nav .nav__recruit a:active,
  #company.company_recruit #header__nav .nav__recruit a:hover {
    color: #fff; } }
#footer {
  margin: auto 0 0 0;
  padding: 0;
  text-align: center; }
  #footer .footer_inner {
    color: #ccc; }
    #footer .footer_inner .footer_logo {
      margin: 0;
      padding: 0; }
    #footer .footer_inner .footer_info p {
      margin: 0;
      padding: 0;
      line-height: 1.5; }
    #footer .footer_inner .footer_info address {
      margin: 0;
      padding: 0;
      line-height: 1.5;
      font-style: normal; }
    #footer .footer_inner .footer_copyright {
      margin: 0;
      padding: 0;
      line-height: 1.2;}

@media only screen and (max-width: 480px) {
  #footer {
    margin-top: 10vw; }
    #footer .footer_bg {
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: url(../img/footer/bg_sp.jpg);
      background-position: top center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      height: 53.5vw;
      padding-bottom: 1vw; }
    #footer .footer_inner .footer_logo {
      text-align: center;
      margin-bottom: 3vw; }
      #footer .footer_inner .footer_logo img {
        width: 14vw; }
    #footer .footer_inner .footer_info {
      text-align: center; }
      #footer .footer_inner .footer_info p {
        font-size: 2.8vw; }
      #footer .footer_inner .footer_info address {
        font-size: 2.8vw; }
        #footer .footer_inner .footer_info address span {
          display: block; }
    #footer .footer_inner .footer_copyright {
      margin-top: 6vw;
      font-size: 2.4vw; } }
@media print, screen and (min-width: 481px) {
  #footer .footer_bg {
    background-image: url(../img/footer/bg.jpg);
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 91px; }
  #footer .footer_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 100%;
    height: 90px;
    margin-top: 60px;
    padding: 0 60px; }
    #footer .footer_inner .footer_logo {
      width: 90px; }
    #footer .footer_inner .footer_info {
      flex: 1 0 auto;
      border-left: solid 1px #333;
      padding-left: 30px; }
      #footer .footer_inner .footer_info p {
        font-size: 12px; }
      #footer .footer_inner .footer_info address {
        font-size: 12px; }
    #footer .footer_inner .footer_copyright {
      font-size: 12px; } }
@media only screen and (max-width: 480px) {
  #page_top {
    display: none; }
    #page_top a {
      display: none; } }
@media print, screen and (min-width: 481px) {
  #page_top {
    position: fixed;
    z-index: 999;
    bottom: 130px;
    right: 20px;
    width: 12px;
    height: 162px; }

  #page_top a {
    display: block;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px; }
    #page_top a:hover {
      opacity: 0.8; } }
.hl01 {
  margin: 0;
  padding: 0;
  text-align: center; }
  .hl01 strong {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    display: block;
    line-height: 1; }
  .hl01 span {
    color: #555;
    display: block;
    font-weight: normal;
    line-height: 1;
    letter-spacing: .2em; }

.hl01_bar {
  background-color: #eee;
  display: block;
  margin: 0 auto;
  padding: 0; }

.hl02 {
  margin: 0;
  padding: 0; }

@media only screen and (max-width: 480px) {
  .hl01 {
    margin-top: 10vw;
    margin-bottom: 6vw; }
    .hl01 strong {
      font-size: 8.4vw;
      margin-bottom: .2em; }
    .hl01 span {
      font-size: 2.4vw; }

  .hl01_bar {
    width: 5vw;
    height: 1vw; } }
@media print, screen and (min-width: 481px) {
  .hl01 {
    padding-top: 120px;
    margin-bottom: 60px; }
    .hl01 strong {
      font-size: 50px;
      margin-bottom: 15px; }
    .hl01 span {
      font-size: 13px; }

  .hl01_bar {
    width: 20px;
    height: 5px; } }
.pagination ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none; }
.pagination li {
  margin: 0;
  padding: 0;
  line-height: 1; }
  .pagination li a {
    border: solid 1px transparent;
    color: #3f3f3f;
    display: block;
    padding: .5em .6em; }
  .pagination li.prev {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    margin: 0; }
    .pagination li.prev a {
      width: 2em;
      text-align: center; }
  .pagination li.next {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    margin: 0; }
    .pagination li.next a {
      width: 2em;
      text-align: center; }
  .pagination li.active a {
    border-color: #eee;
    pointer-events: none; }

@media only screen and (max-width: 480px) {
  .pagination {
    margin: 8vw auto; }
    .pagination li {
      margin: 0 .2em;
      font-size: 3.6vw; } }
@media print, screen and (min-width: 481px) {
  .pagination {
    width: 1000px;
    margin: 85px auto; }
    .pagination li {
      margin: 0 .5em;
      font-size: 14px; }
      .pagination li:not(.active) a:hover {
        background-color: #6b6b6b;
        border-radius: 3px;
        color: #fff;
        text-decoration: none;
        transition: .3s; } }
.products_collection__main {
  margin: 0;
  padding: 0; }
  .products_collection__main .products_collection__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .products_collection__main .products_collection__item img {
    max-width: 100%; }
  .products_collection__main .products_collection__item2 img {
    max-width: 100%; }

.products_collection__bottom__btn_box {
  margin: 0 auto; }

@media only screen and (max-width: 480px) {
  .products_collection__main .products_collection__list {
    margin: 0 1.5vw; }
  .products_collection__main .products_collection__item {
    width: 50%;
    margin: 0 0 3vw;
    padding: 0 1.5vw; }
  .products_collection__main .products_collection__item2 {
    width: 50%;
    margin: 0 0 3vw;
    padding: 0 1.5vw; }
  .products_collection__main .products_collection__item3 {
    width: 100%;
    margin: 0 0 5vw;
    padding: 0 2vw;
  }
  .products_collection__bottom__btn_box {
    width: 70vw;
    padding: 6vw 0 16vw; } 
    .modal_arrow {
     width:15px;height:15px;border-top:4px solid #fff;border-right:4px solid #fff;cursor:pointer;position:absolute;top:300px}
    .modal_arrow.prev {
     transform:rotate(-135deg);left:5px; top:250px}
    .modal_arrow.next {
     transform:rotate(45deg);right:5px; top:250px}
    }
@media print, screen and (min-width: 481px) {
  .products_collection__main {
    max-width: 1480px;
    margin: 0 auto; }
    .products_collection__main .products_collection__item {
      width: 33.3%;
      margin: 0 0 2%;
      padding: 0 1%; }
      .products_collection__main .products_collection__item a:hover {
        opacity: .7;
        transition: .3s; }
    .products_collection__main .products_collection__item2 {
      width: 50.0%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin:0 0 50px 0; }
      .products_collection__main .products_collection__item2 a:hover {
        opacity: .7;
        transition: .3s; }
  .products_collection__main .products_collection__item3 {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 40px;
      margin:0 0 50px 0; }
  .products_collection__bottom__btn_box {
    width: 400px;
    padding: 50px 0 80px; } 
   .modal_arrow {
     width:30px;height:30px;border-top:5px solid #fff;border-right:5px solid #fff;cursor:pointer;position:absolute;top:49%}
   .modal_arrow.prev {
     transform:rotate(-135deg);left:10px}
   .modal_arrow.next {
     transform:rotate(45deg);right:10px}
    }
.send_form__title .hl01 strong {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
.send_form__title .lead {
  margin: 0;
  padding: 0; }
  .send_form__title .lead + .lead {
    margin-top: 2em; }

@media only screen and (max-width: 480px) {
  .send_form__title {
    margin-bottom: 8vw; }
    .send_form__title .hl01 {
      margin-bottom: 4vw; }
      .send_form__title .hl01 strong {
        font-size: 6vw; }
    .send_form__title .lead br {
      display: none; } }
@media print, screen and (min-width: 481px) {
  .send_form__title {
    margin-bottom: 45px; }
    .send_form__title .hl01 {
      padding-top: 120px;
      margin-bottom: 20px; }
      .send_form__title .hl01 strong {
        font-size: 36px; }
    .send_form__title .lead {
      text-align: center; } }
.send_form__step {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  list-style: none; }
  .send_form__step li {
    color: #a6a6a6;
    border-bottom: solid 5px #a6a6a6;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-family: "游明朝", YuMincho, serif; }
    .send_form__step li span {
      margin-right: .3em; }
    .send_form__step li strong {
      font-weight: 600; }
    .send_form__step li.step_active {
      border-bottom-color: #000; }
      .send_form__step li.step_active span,
      .send_form__step li.step_active strong {
        color: #000; }

@media only screen and (max-width: 480px) {
  .send_form__step {
    margin: 0 8vw; }
    .send_form__step li {
      border-bottom-width: 4px;
      width: 25vw;
      padding-bottom: 1vw; }
      .send_form__step li strong {
        font-size: 6vw; } }
@media print, screen and (min-width: 481px) {
  .send_form__step {
    width: 492px; }
    .send_form__step li {
      width: 124px;
      padding-bottom: 10px; }
      .send_form__step li span {
        font-size: 18px; }
      .send_form__step li strong {
        font-size: 32px; } }
.send_form__wrap button,
.send_form__wrap option,
.send_form__wrap select,
.send_form__wrap textarea,
.send_form__wrap input[type="button"],
.send_form__wrap input[type="submit"],
.send_form__wrap input[type="number"],
.send_form__wrap input[type="email"],
.send_form__wrap input[type="tel"],
.send_form__wrap input[type="text"],
.send_form__wrap input[type="select"],
.send_form__wrap input[type="option"],
.send_form__wrap input[type="checkbox"] {
  appearance: none;
  border-radius: 0;
  border: none;
  outline: 0;
  margin: 0 0 .5em 0;
  padding: 0;
  background: #fff; }
.send_form__wrap input[type=radio],
.send_form__wrap input[type=checkbox] {
  display: none; }
.send_form__wrap select {
  text-indent: 0.01px;
  text-overflow: '';
  margin-bottom: 0; }
.send_form__wrap select::-ms-expand {
  display: none; }

@media only screen and (max-width: 480px) {
  .send_form__wrap button,
  .send_form__wrap option,
  .send_form__wrap select,
  .send_form__wrap textarea,
  .send_form__wrap input[type="button"],
  .send_form__wrap input[type="submit"],
  .send_form__wrap input[type="number"],
  .send_form__wrap input[type="email"],
  .send_form__wrap input[type="tel"],
  .send_form__wrap input[type="text"],
  .send_form__wrap input[type="select"],
  .send_form__wrap input[type="option"],
  .send_form__wrap input[type="checkbox"],
  .send_form__wrap label {
    font-size: 4.3vw; } }
@media print, screen and (min-width: 481px) {
  .send_form__wrap button,
  .send_form__wrap option,
  .send_form__wrap select,
  .send_form__wrap textarea,
  .send_form__wrap input[type="button"],
  .send_form__wrap input[type="submit"],
  .send_form__wrap input[type="number"],
  .send_form__wrap input[type="email"],
  .send_form__wrap input[type="tel"],
  .send_form__wrap input[type="text"],
  .send_form__wrap input[type="select"],
  .send_form__wrap input[type="option"],
  .send_form__wrap input[type="checkbox"],
  .send_form__wrap label {
    font-size: 16px; } }
.send_form__wrap textarea,
.send_form__wrap input[type="text"],
.send_form__wrap input[type="email"],
.send_form__wrap input[type="tel"],
.send_form__wrap input[type="number"] {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  width: 100%;
  padding: .6em 0.6em; }
.send_form__wrap textarea:focus,
.send_form__wrap input[type="tel"]:focus,
.send_form__wrap input[type="email"]:focus,
.send_form__wrap input[type="text"]:focus {
  background-color: #fee8ea;
  border: 1px solid #333; }
.send_form__wrap ::placeholder {
  color: rgba(119, 119, 121, 0.6);
  font-size: 86%;
  line-height: 1.9; }

@media only screen and (max-width: 480px) {
  .send_form__wrap textarea {
    height: 40vh; } }
@media print, screen and (min-width: 481px) {
  .send_form__wrap textarea {
    height: 180px; } }
.send_form__wrap .form-radio {
  display: flex;
  margin: 0;
  padding: 0; }
  .send_form__wrap .form-radio > li {
    margin: 0;
    padding: 0; }
  .send_form__wrap .form-radio input[type=radio] + label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: .1em 2em .5em .5em;
    padding: .6em 2em .6em 0; }
    .send_form__wrap .form-radio input[type=radio] + label::before, .send_form__wrap .form-radio input[type=radio] + label::after {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      left: 2.5em;
      box-sizing: border-box;
      border-radius: 50%; }
    .send_form__wrap .form-radio input[type=radio] + label::before {
      background: #fff;
      border: 1.5px solid #ccc;
      width: 1.6em;
      height: 1.6em;
      margin-top: -.8em; }
    .send_form__wrap .form-radio input[type=radio] + label::after {
      background: rgba(176, 136, 56, 0.1);
      left: 2.9em;
      width: .8em;
      height: .8em;
      margin-top: -.4em; }
  .send_form__wrap .form-radio input[type=radio]:checked + label::after {
    background: #6b6b6b; }
  .send_form__wrap .form-radio02 {
    display: block !important;
  }
  .send_form__wrap .form-radio02 input[type=radio] + label {
    padding :0.6em 0.2em 0.6em 2em;
    display: block;
  }
  .send_form__wrap .form-radio02 input[type=radio] + label::before {
    left: 0;
  }
  .send_form__wrap .form-radio02 input[type=radio] + label::after {
    left: 0.4em;
  }
  .send_form__wrap .form-radio02 input[type="text"] {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0.2em;
  }

@media only screen and (max-width: 480px) {
  .send_form__wrap .form-radio02 input[type="text"] {
    width: 77%!important;
  }
  .send_form__wrap .form-radio input[type=radio] + label {
    margin-right: 0.6em; } }
.send_form__wrap .form-checkbox label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: .5em .3em .5em 1.9em;
  line-height: 1; }
  .send_form__wrap .form-checkbox label::before, .send_form__wrap .form-checkbox label::after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 0;
    box-sizing: border-box; }
  .send_form__wrap .form-checkbox label::before {
    background: #fff;
    border: 2px solid #ccc;
    width: 1.6em;
    height: 1.6em;
    margin-top: -.8em; }
.send_form__wrap .form-checkbox input[type=checkbox] + label::after {
  width: 1.6em;
  height: 1.6em;
  top: .125em; }
.send_form__wrap .form-checkbox input[type=checkbox]:checked + label::after {
  position: absolute;
  display: block;
  color: #6b6b6b;
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  line-height: 1;
  top: 0;
  left: .1em;
  width: 1.6em;
  height: 1.6em; }
.send_form__wrap .form-checkbox input[type=checkbox]:checked + label::before {
  border-color: rgba(176, 136, 56, 0.5); }
.send_form__wrap .form-checkbox input[type=checkbox]:checked + label::after {
  background-size: 1.6em 1.6em;
  font-size: 160%; }

.send_form__wrap .form-select {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 100%;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-bottom: .5em;
  padding: .5em 0;
  margin-left: 0.2em;
  margin-right: 1.0em; }
  .send_form__wrap .form-select:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .45em .3em 0 .3em;
    border-color: #000 transparent transparent transparent;
    top: 50%;
    right: .6em;
    margin-top: -.2em;
    pointer-events: none; }
  .send_form__wrap .form-select select {
    border: none;
    position: relative;
    width: 100%;
    padding: .4em 0.5em;
    line-height: 1; }

.send_form__wrap button {
  width: 100%;
  display: block;
  position: relative;
  background: #3b3b3b;
  color: #fff;
  text-align: center;
  cursor: pointer; }
  .send_form__wrap .form-radio02 input[type="text"] {
    width: 50%;
  }

@media only screen and (max-width: 480px) {
  .send_form__wrap button {
    border-radius: .2em;
    height: 3.6em; } }
@media print, screen and (min-width: 481px) {
  .send_form__wrap button {
    border-radius: 4px;
    height: 44px;
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    .send_form__wrap button:hover {
      background-color: #6b6b6b; } }
.send_form__wrap form .send_form__data_input > dl {
  margin: 0;
  padding: 0; }
  .send_form__wrap form .send_form__data_input > dl > dt {
    float: left;
    clear: both;
    line-height: 1.2;
    margin: 0;
    padding: 0; }
  .send_form__wrap form .send_form__data_input > dl > dd {
    margin: 0;
    padding: 0; }
    .send_form__wrap form .send_form__data_input > dl > dd ol,
    .send_form__wrap form .send_form__data_input > dl > dd ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .send_form__wrap form .send_form__data_input > dl > dd li {
      margin: 0;
      padding: 0; }
.send_form__wrap form.form_step2 .send_form__data_input > dl {
  margin-right: 0; }
  .send_form__wrap form.form_step2 .send_form__data_input > dl > dt,
  .send_form__wrap form.form_step2 .send_form__data_input > dl > dd {
    margin-top: 0;
    padding-top: 0; }
  .send_form__wrap form.form_step2 .send_form__data_input > dl > dt {
    font-weight: bold;
    margin-bottom: 0; }
  .send_form__wrap form.form_step2 .send_form__data_input > dl > dd {
    color: #333; }

@media only screen and (max-width: 480px) {
  .send_form__wrap {
    padding-top: 1em; }
    .send_form__wrap form {
      margin: 0 8vw; }
      .send_form__wrap form .send_form__data_input > dl > dt {
        overflow: hidden;
        width: 100%;
        padding-top: 1em; }
      .send_form__wrap form .send_form__data_input > dl > dd {
        overflow: hidden;
        width: 100%;
        font-size: 4.3vw; }
      .send_form__wrap form.form_step2 .send_form__data_input > dl {
        margin-top: 1em;
        margin-bottom: 70px; }
        .send_form__wrap form.form_step2 .send_form__data_input > dl > dt,
        .send_form__wrap form.form_step2 .send_form__data_input > dl > dd {
          font-size: 100%; }
        .send_form__wrap form.form_step2 .send_form__data_input > dl > dt {
          margin-bottom: .5em; }
        .send_form__wrap form.form_step2 .send_form__data_input > dl > dd {
          margin-bottom: 1em; } }
@media print, screen and (min-width: 481px) {
  .send_form__wrap {
    padding-top: 60px; }
    .send_form__wrap form .send_form__data_input > dl {
      margin-right: 11.5em; }
      .send_form__wrap form .send_form__data_input > dl > dt {
        width: 11em;
        padding-top: .9em; }
      .send_form__wrap form .send_form__data_input > dl > dd {
        margin-left: 11.5em;
        margin-bottom: 1em; }
        .send_form__wrap form .send_form__data_input > dl > dd ol,
        .send_form__wrap form .send_form__data_input > dl > dd ul {
          display: flex; }
        .send_form__wrap form .send_form__data_input > dl > dd li {
          margin: 0 1em 0 0; }
    .send_form__wrap form.form_step2 .send_form__data_input > dl {
      margin-top: .5em;
      margin-bottom: 70px;
      margin-right: 0; }
      .send_form__wrap form.form_step2 .send_form__data_input > dl > dt,
      .send_form__wrap form.form_step2 .send_form__data_input > dl > dd {
        margin-top: 0;
        margin-bottom: 2.4em;
        padding-top: 0; }
      .send_form__wrap form.form_step2 .send_form__data_input > dl > dt {
        font-weight: bold; }
      .send_form__wrap form.form_step2 .send_form__data_input > dl > dd {
        color: #333; } }
.send_form__wrap form .send_form__data_input > dl > dt label {
  display: block;
  font-weight: bold; }
.send_form__wrap form .send_form__data_input > dl > dt .required,
.send_form__wrap form .send_form__data_input > dl > dt .optional {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: .2em;
  font-size: 80%;
  line-height: 1;
  width: 3em;
  height: 1.6em;
  margin-right: .5em; }
.send_form__wrap form .send_form__data_input > dl > dt .required {
  background-color: #ca1e26; }
.send_form__wrap form .send_form__data_input > dl > dt .optional {
  background-color: #767676; }

@media only screen and (max-width: 480px) {
  .send_form__wrap form .send_form__data_input > dl > dt {
    display: flex;
    align-items: center; }
    .send_form__wrap form .send_form__data_input > dl > dt label {
      margin-bottom: .5em;
      margin-right: .3em; }
    .send_form__wrap form .send_form__data_input > dl > dt .required,
    .send_form__wrap form .send_form__data_input > dl > dt .optional {
      margin-top: -.7em; } }
@media print, screen and (min-width: 481px) {
  .send_form__wrap form .send_form__data_input > dl > dt label {
    float: left;
    margin-bottom: .2em; }
  .send_form__wrap form .send_form__data_input > dl > dt .required,
  .send_form__wrap form .send_form__data_input > dl > dt .optional {
    float: right;
    margin-top: -.1em; } }
.send_form__wrap .send_form__data_input .input_box {
  margin-bottom: .5em; }
.send_form__wrap .send_form__data_input .note_required {
  color: #c8171f;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.send_form__wrap .send_form__data_input .note_zipcode {
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  padding: 0; }
@media print, screen and (min-width: 481px) {
  .send_form__wrap .send_form__data_input dd.item_name,
  .send_form__wrap .send_form__data_input dd.item_furigana {
    display: flex;
    justify-content: space-between; }
    .send_form__wrap .send_form__data_input dd.item_name .input_box,
    .send_form__wrap .send_form__data_input dd.item_furigana .input_box {
      width: 49%; } }
.send_form__wrap .send_form__data_input dd.item_jobs .select_jobs_wrap {
  margin-bottom: .5em;
  margin-right: 0.2em; }
.send_form__wrap .send_form__data_input dd.item_gender {
  margin-bottom: .6em; }
.send_form__wrap .send_form__data_input dd.item_application_type {
  margin-bottom: .6em; }
.send_form__wrap .send_form__data_input dd.item_dob .select_dob_wrap {
  margin-bottom: .5em; }
  .send_form__wrap .send_form__data_input dd.item_dob .select_dob_wrap .select_dob {
    display: flex;
    align-items: center; }
    .send_form__wrap .send_form__data_input dd.item_dob .select_dob_wrap .select_dob::after {
      display: block;
      margin-bottom: .5em;
      margin-left: .2em; }
    .send_form__wrap .send_form__data_input dd.item_dob .select_dob_wrap .select_dob.select_dob_y::after {
      content: "年"; }
    .send_form__wrap .send_form__data_input dd.item_dob .select_dob_wrap .select_dob.select_dob_m::after {
      content: "月"; }
    .send_form__wrap .send_form__data_input dd.item_dob .select_dob_wrap .select_dob.select_dob_d::after {
      content: "日"; }
@media only screen and (max-width: 480px) {
  .send_form__wrap .send_form__data_input dd.item_dob .select_dob_wrap {
    width: 70%; } }
@media print, screen and (min-width: 481px) {
  .send_form__wrap .send_form__data_input dd.item_dob {
    display: flex;
    justify-content: space-between; }
    .send_form__wrap .send_form__data_input dd.item_dob .select_dob_wrap {
      width: 32%; } }
.send_form__wrap .send_form__data_input dd.item_address .address_postcode_set {
  display: flex; }
.send_form__wrap .send_form__data_input dd.item_address .input_box {
  margin-bottom: .5em; }
  .send_form__wrap .send_form__data_input dd.item_address .input_box .input_postcode_wrap {
    display: flex;
    align-items: center; }
    .send_form__wrap .send_form__data_input dd.item_address .input_box .input_postcode_wrap::before {
      display: block;
      margin-bottom: .5em;
      margin-right: .2em;
      content: "〒"; }
@media only screen and (max-width: 480px) {
  .send_form__wrap .send_form__data_input dd.item_address .address_postcode_set {
    justify-content: space-between; }
    .send_form__wrap .send_form__data_input dd.item_address .address_postcode_set .input_box {
      width: 55%; }
    .send_form__wrap .send_form__data_input dd.item_address .address_postcode_set .address_btn {
      height: 3.4em;
      width: 40%;
      font-size: 3.4vw; } }
@media print, screen and (min-width: 481px) {
  .send_form__wrap .send_form__data_input dd.item_address .address_postcode_set .input_box {
    width: 40%;
    margin-right: 1em; }
  .send_form__wrap .send_form__data_input dd.item_address .address_postcode_set .address_btn {
    font-size: 14px;
    width: 20%;
    height: 2.6em;
    margin-top: .35em; }
  .send_form__wrap .send_form__data_input dd.item_address .select_pref {
    width: 40%; } }

.send_form__wrap .send_form__privacy {
  overflow-y: scroll;
  background-color: #fff;
  border: solid 1px #e2e2e2;
  padding: 1em 1.5em; }
  .send_form__wrap .send_form__privacy h1 {
    background-color: #f2f2f2;
    margin: 0 0 1em 0;
    padding: .4em;
    font-weight: bold;
    line-height: 1.2;
    text-align: center; }
  .send_form__wrap .send_form__privacy > ol > li {
    font-weight: bold; }
    .send_form__wrap .send_form__privacy > ol > li::after {
      padding-bottom: 1em; }
    .send_form__wrap .send_form__privacy > ol > li h2 {
      margin: 0 0 .5em 0;
      padding: 0; }
    .send_form__wrap .send_form__privacy > ol > li p {
      font-weight: normal;
      margin: 0 0 .5em 0;
      padding: 0; }

@media only screen and (max-width: 480px) {
  .send_form__wrap .send_form__privacy {
    height: 40vh;
    margin-top: 5vw; }
    .send_form__wrap .send_form__privacy * {
      font-size: 100%; } }
@media print, screen and (min-width: 481px) {
  .send_form__wrap .send_form__privacy {
    height: 250px;
    margin-top: 30px; }
    .send_form__wrap .send_form__privacy * {
      font-size: 14px; } }
.send_form__wrap .send_form__btn {
  display: flex;
  justify-content: space-between;
  margin-top: 10vw; }

@media only screen and (max-width: 480px) {
  .send_form__wrap .send_form__btn .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100%;
    line-height: 1.4;
    min-height: 4em; }
  .send_form__wrap .send_form__btn .btn.btn_prev {
    width: 48%; }
    .send_form__wrap .send_form__btn .btn.btn_prev a {
      padding: .5em .8em .5em 1.8em; }
      .send_form__wrap .send_form__btn .btn.btn_prev a::before {
        left: 1em; }
  .send_form__wrap .send_form__btn .btn.btn_next {
    width: 48%;
    margin: 0 auto; }
    .send_form__wrap .send_form__btn .btn.btn_next a {
      padding: .5em 1.8em .5em .8em; }
      .send_form__wrap .send_form__btn .btn.btn_next a::before {
        right: 1em; }
  .send_form__wrap .form_step1 .send_form__btn .btn.btn_prev {
    width: 32%; }
  .send_form__wrap .form_step1 .send_form__btn .btn.btn_next {
    width: 65%; }
  .send_form__wrap .form_step3 .send_form__btn {
    margin-right: 20vw;
    margin-left: 20vw; }
    .send_form__wrap .form_step3 .send_form__btn .btn.btn_next {
      width: 100%; } }
@media print, screen and (min-width: 481px) {
  .send_form__wrap .send_form__btn {
    width: 640px;
    margin: 60px auto 0; }
    .send_form__wrap .send_form__btn .btn.btn_prev {
      width: 300px; }
    .send_form__wrap .send_form__btn .btn.btn_next {
      width: 300px; }
  .send_form__wrap .form_step1 .send_form__btn .btn.btn_prev {
    width: 170px; }
  .send_form__wrap .form_step1 .send_form__btn .btn.btn_next {
    width: 450px; }
  .send_form__wrap .form_step3 .send_form__btn {
    width: 300px;
    margin-top: 30px; } }
.home_hl01 {
  margin: 0;
  padding: 0; }
  .home_hl01 strong {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    display: block;
    line-height: 1; }
  .home_hl01 span {
    color: #555;
    display: block;
    font-weight: normal;
    line-height: 1;
    letter-spacing: .2em; }

.home_hl02 {
  margin: 0;
  padding: 0; }

@media only screen and (max-width: 480px) {
  .home_hl01 strong {
    font-size: 8.4vw;
    margin-bottom: .1em; }
  .home_hl01 span {
    font-size: 2.4vw; } }
@media print, screen and (min-width: 481px) {
  .home_hl01 strong {
    font-size: 54px;
    margin-bottom: 3px; }
  .home_hl01 span {
    font-size: 13px; } }
#main_visual > div {
  margin: 0 auto;
  padding: 0; }
  #main_visual > div img {
    width: 100%;}

@media print, screen and (min-width: 481px) {
  #main_visual {
    width: 100%;}
    #main_visual > div {
      max-width: 1540px; } }
#home_news .home_hl02 {
  font-family: 'Lato', sans-serif;
  font-weight: 700; }
#home_news .btn_next a {
  font-family: 'Lato', sans-serif;
  font-weight: 900; }

.home_news__block dl {
  color: #4a4a4a;
  border-top: solid 1px #e6e6e6;
  margin: 0;
  padding: 0; }
.home_news__block dt {
  margin: 0;
  padding: 0;
  font-weight: bold; }
.home_news__block dd {
  border-bottom: solid 1px #e6e6e6;
  margin: 0;
  padding: 0; }

@media only screen and (max-width: 480px) {
  #home_news {
    margin-top: 18vw; }
    #home_news .home_hl02 {
      font-size: 4vw;
      margin-top: 2em;
      margin-bottom: .6em; }
    #home_news .btn_next a {
      width: 60vw;
      margin: 8vw auto; }

  .home_news__block {
    margin-top: 10px; }
    .home_news__block dl {
      line-height: 1.8; }
    .home_news__block dt {
      padding-top: 1em;
      padding-bottom: .6em; }
    .home_news__block dd {
      padding-bottom: 1em; } }
@media print, screen and (min-width: 481px) {
  #home_news {
    position: relative; }
    #home_news.contents_wrap {
      margin-top: 80px;
      margin-bottom: 80px; }
    #home_news .home_hl02 {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.2;
      margin-bottom: 6px; }
    #home_news .btn_next {
      position: absolute;
      top: 100px;
      left: 60px; }
      #home_news .btn_next a {
        width: 180px; }

  .home_news__inner {
    display: flex;
    justify-content: space-between; }
    .home_news__inner .home_hl01 {
      width: 180px; }

  .home_news__block {
    width: 660px;
    margin-top: 10px; }
    .home_news__block dl {
      color: #4a4a4a;
      border-top: solid 1px #e6e6e6;
      overflow: hidden;
      font-size: 14px;
      line-height: 21px;
      margin: 0;
      padding: 0; }
    .home_news__block dt {
      float: left;
      margin: 0;
      padding: 16px 0px 0px 18px;
      font-weight: bold; }
    .home_news__block dd {
      border-bottom: solid 1px #e6e6e6;
      margin: 0;
      padding: 16px 20px 16px 18px; } }
#home_brand {
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat; }
  #home_brand .home_hl01 {
    text-align: left; }
  #home_brand .btn_next a {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin: auto; }

@media only screen and (max-width: 480px) {
  #home_brand {
    margin-top: 18vw;
    padding-top: 5vw; }
    #home_brand .home_hl01 {
      margin-bottom: 4vw; }
    #home_brand .btn_next a {
      width: 60vw;
      margin: 5vw auto; } }
@media print, screen and (min-width: 481px) {
  #home_brand {
    height: 816px;
    margin-top: 90px;
    padding-top: 70px; }
    #home_brand .home_hl01 {
      margin-bottom: 38px; }
    #home_brand .btn_next {
      margin-top: 50px; }
      #home_brand .btn_next a {
        width: 300px; } }
#home_brand__slider {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  #home_brand__slider .swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1; }
  #home_brand__slider .swiper-pagination-bullet-active {
    background: #fff; }
  #home_brand__slider .swiper-slide {
    margin: auto; }
    #home_brand__slider .swiper-slide p {
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      color: #000;
      text-align: center;
      margin: 0;
      padding: 0; }
    #home_brand__slider .swiper-slide a:hover {
      text-decoration: none; }
    #home_brand__slider .swiper-slide a:hover p {
      color: #6b6b6b; }

@media only screen and (max-width: 480px) {
  #home_brand__slider .swiper-button-prev,
  #home_brand__slider .swiper-container-rtl .swiper-button-next {
    background-image: none; }
  #home_brand__slider .swiper-button-next,
  #home_brand__slider .swiper-container-rtl .swiper-button-prev {
    background-image: none; }
  #home_brand__slider .swiper-slide {
    width: 45vw; }
    #home_brand__slider .swiper-slide p {
      width: 45vw;
      font-size: 3vw;
      margin-top: .5em; } }
@media print, screen and (min-width: 481px) {
  #home_brand__slider {
    max-width: 770px; }
    #home_brand__slider .swiper-button-prev,
    #home_brand__slider .swiper-container-rtl .swiper-button-next {
      background-image: url(../img/brand/arrow_left.png);
      left: -43px; }
    #home_brand__slider .swiper-button-next,
    #home_brand__slider .swiper-container-rtl .swiper-button-prev {
      background-image: url(../img/brand/arrow_right.png);
      right: -43px; }
    #home_brand__slider .swiper-button-next,
    #home_brand__slider .swiper-button-prev {
      width: 21px;
      height: 50px;
      background-size: 21px 50px;
      top: 43%; }
    #home_brand__slider .swiper-slide {
      width: 355px; }
      #home_brand__slider .swiper-slide p {
        width: 355px;
        font-size: 15px;
        margin-top: 20px; }
    #home_brand__slider .swiper-slide .img_box {
        display: block;
        background-color: #000; }
    #home_brand__slider .swiper-slide .img_box img {
        opacity: .4;
        transition: .3s ease opacity; }
    #home_brand__slider .swiper-slide-active .img_box img,
    #home_brand__slider .swiper-slide-next .img_box img,
    #home_brand__slider .swiper-slide-duplicate-next .img_box img{
        opacity: 1; } }
.home_shop__head .home_shop_lead p {
  margin: 0;
  padding: 0;
  line-height: 1.8; }

.home_shop__search {
  position: relative; }
  .home_shop__search .home_hl02 {
    background-image: url(../img/shop/icon_search.png);
    background-repeat: no-repeat;
    line-height: 1; }
    .home_shop__search .home_hl02 strong {
      font-family: 'Lato', sans-serif;
      font-weight: 400;
      display: block; }
    .home_shop__search .home_hl02 span {
      display: block;
      color: #2b2b2b; }
  .home_shop__search > p {
    margin: 0;
    padding: 0; }

.home_shop__search__under_bar {
  background-color: #030000;
  display: block;
  width: 20px;
  height: 1px;
  margin: 20px 0 20px 30px;
  padding: 0; }

@media only screen and (max-width: 480px) {
  #home_shop {
    margin-top: 18vw; }

  .home_shop__head .home_hl01 {
    margin-bottom: .8em; }
  .home_shop__head .btn_next a {
    margin: 5vw auto 12vw auto; }

  .home_shop__search .home_hl02 {
    background-position: 0 .5vw;
    padding-left: 5.5vw;
    background-size: 5vw auto; }
    .home_shop__search .home_hl02 strong {
      font-size: 6vw;
      margin-bottom: .2em; }
    .home_shop__search .home_hl02 span {
      font-size: 2.4vw; }
  .home_shop__search > p {
    font-size: 2.6vw;
    line-height: 1.4;
    padding: 0 0 0 5.5vw; }

  .home_shop__search__under_bar {
    width: 20px;
    height: 1px;
    margin: 1em 0 1em 5.5vw; } }
@media print, screen and (min-width: 481px) {
  #home_shop {
    margin-top: 90px;
    background-image: url(../img/shop/bg.png);
    background-position: 0 90px;
    background-repeat: repeat-x; }
    #home_shop .contents_wrap {
      display: flex;
      padding-bottom: 20px;
      justify-content: space-between; }

  .home_shop__head {
    width: 470px; }
    .home_shop__head .home_hl01 {
      margin-bottom: 40px; }
    .home_shop__head .btn_next {
      margin-top: 45px; }
      .home_shop__head .btn_next a {
        width: 286px; }

  .home_shop__search {
    width: 405px;
    min-height: 480px; }
    .home_shop__search .home_hl02 {
      background-position: 0 5px;
      padding-left: 30px; }
      .home_shop__search .home_hl02 strong {
        font-size: 36px;
        margin-bottom: 2px; }
      .home_shop__search .home_hl02 span {
        font-size: 12px; }
    .home_shop__search > p {
      font-size: 12px;
      line-height: 21px;
      padding: 0 0 0 30px; }

  .home_shop__search__under_bar {
    width: 20px;
    height: 1px;
    margin: 20px 0 20px 30px; } }
.home_shop__map ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.home_shop__map li {
  position: absolute;
  margin: 0;
  padding: 0; }

@media only screen and (max-width: 480px) {
  .home_shop__map {
    margin-top: -25vw;
    margin-bottom: 10vw;
    margin-right: -2vw;
    margin-left: 2vw;
    position: relative; }
    .home_shop__map .home_shop__map__japan {
      width: 90vw; }
      .home_shop__map .home_shop__map__japan img {
        width: 100%; }
    .home_shop__map li {
      width: 25vw; }
      .home_shop__map li img {
        height: auto;
        width: 100%; }
      .home_shop__map li#shop_area_hokkaido {
        top: 11vw;
        right: 0;
        z-index:100; }
      .home_shop__map li#shop_area_tohoku {
        top: 36vw;
        right: 13vw;
        z-index:100; }
      .home_shop__map li#shop_area_kanto {
        top: 60vw;
        right: 8vw;
        z-index:100; }
      .home_shop__map li#shop_area_chubu {
        top: 55vw;
        left: 20vw;
        z-index:100; }
      .home_shop__map li#shop_area_kinki {
        top: 74vw;
        right: 27vw;
        z-index:100; }
      .home_shop__map li#shop_area_chushikoku {
        top: 66vw;
        left: 1vw;
        z-index:100; }
      .home_shop__map li#shop_area_kyushu {
        top: 82vw;
        left: -5vw;
        z-index:100; } }
@media print, screen and (min-width: 481px) {
  .home_shop__map .home_shop__map__japan {
    position: absolute;
    top: 10px;
    right: 0; }
  .home_shop__map li#shop_area_hokkaido {
    top: 56px;
    left: 292px; }
  .home_shop__map li#shop_area_tohoku {
    top: 168px;
    left: 238px; }
  .home_shop__map li#shop_area_kanto {
    top: 268px;
    left: 264px; }
  .home_shop__map li#shop_area_chubu {
    top: 250px;
    left: 112px; }
  .home_shop__map li#shop_area_kinki {
    top: 334px;
    left: 174px; }
  .home_shop__map li#shop_area_chushikoku {
    top: 298px;
    left: 22px; }
  .home_shop__map li#shop_area_kyushu {
    top: 368px;
    left: 0px; }
  .home_shop__map li a:hover {
    opacity: .8; } }
#bottom_navi ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none; }
  #bottom_navi ul li {
    margin: 0;
    padding: 0;
    border-left: solid 1px #e2e2e2; }
    #bottom_navi ul li:first-child {
      border: none; }
    #bottom_navi ul li a {
      background-color: transparent;
      color: #000;
      display: block;
      text-align: center; }
    #bottom_navi ul li .bottom_navi__icon {
      display: flex;
      justify-content: center;
      align-items: center; }
    #bottom_navi ul li p {
      margin: 0;
      padding: 0; }
      #bottom_navi ul li p strong {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        display: block; }
        a #bottom_navi ul li p strong, a:link #bottom_navi ul li p strong, a:visited #bottom_navi ul li p strong {
          color: #000; }
      #bottom_navi ul li p span {
        color: #777;
        display: block;
        letter-spacing: .2em;
        padding-left: .2em; }
        a #bottom_navi ul li p span, a:link #bottom_navi ul li p span, a:visited #bottom_navi ul li p span {
          color: #777; }

@media only screen and (max-width: 480px) {
  #bottom_navi {
    margin-top: 10vw; }
    #bottom_navi ul {
      margin: 0 -5vw; }
      #bottom_navi ul li {
        padding: 0 6vw; }
        #bottom_navi ul li a {
          width: 20vw; }
          #bottom_navi ul li a:link, #bottom_navi ul li a:active, #bottom_navi ul li a:visited, #bottom_navi ul li a:hover, #bottom_navi ul li a::before {
            background-color: transparent; }
        #bottom_navi ul li .bottom_navi__icon {
          height: 15vw; }
          #bottom_navi ul li .bottom_navi__icon img {
            width: 12vw; }
        #bottom_navi ul li p strong {
          font-size: 3.8vw; }
        #bottom_navi ul li p span {
          font-size: 2.4vw; } }
@media print, screen and (min-width: 481px) {
  #bottom_navi {
    margin-top: 20px; }
    #bottom_navi ul {
      margin: 0 -120px; }
      #bottom_navi ul li {
        padding: 0 100px; }
        #bottom_navi ul li a {
          width: 163px;
          height: 163px;
          margin: 0 20px;
          padding: 10px 0 0 0;
          border-radius: 50%; }
          #bottom_navi ul li a:active, #bottom_navi ul li a:hover {
            text-decoration: none;
            color: #fff; }
            #bottom_navi ul li a:active .bottom_navi__icon, #bottom_navi ul li a:hover .bottom_navi__icon {
              filter: invert(100%); }
            #bottom_navi ul li a:active strong, #bottom_navi ul li a:hover strong {
              color: #fff; }
            #bottom_navi ul li a:active span, #bottom_navi ul li a:hover span {
              color: #fff; }
          #bottom_navi ul li a span {
            font-size: 13px; }
          #bottom_navi ul li a:before {
            background-color: #6b6b6b; }
        #bottom_navi ul li .bottom_navi__icon {
          height: 74px; }
        #bottom_navi ul li p strong {
          font-size: 22px; }
        #bottom_navi ul li p span {
          font-size: 13px; } }
@media print, screen and (min-width: 481px) {
  #category_header {
    background-image: url(../img/category_header/header_bg.jpg);
    background-position: center 50px;
    background-repeat: no-repeat;
    padding-bottom: 50px; }

  .category_header__hl {
    background-position: center top;
    background-repeat: no-repeat;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center; } }
@media print, screen and (min-width: 481px) {
  #news .category_header__hl {
    background-image: url(../img/category_header/bg_news.png); } }
@media print, screen and (min-width: 481px) {
  #brand .category_header__hl {
    background-image: url(../img/category_header/bg_brand.png); } }
@media print, screen and (min-width: 481px) {
  #shop .category_header__hl {
    background-image: url(../img/category_header/bg_shop.png); } }
@media print, screen and (min-width: 481px) {
  #company .category_header__hl {
    background-image: url(../img/category_header/bg_company.png); } }
@media print, screen and (min-width: 481px) {
  #carnival .category_header__hl {
    background-image: url(../img/category_header/bg_carnival.png); } }
@media print, screen and (min-width: 481px) {
  #form .category_header__hl {
    background-image: url(../img/category_header/bg_form.png); } }
@media print, screen and (min-width: 481px) {
  #contact .category_header__hl {
    background-image: url(../img/category_header/bg_contact.png); } }
.news_list__block {
  border-bottom: solid 1px #f0f0f0; }
  .news_list__block:first-of-type {
    border-top: solid 1px #f0f0f0; }
  .news_list__block a {
    display: flex;
    justify-content: space-between; }
  .news_list__block .news_list__thumbnail {
    margin: 0;
    padding: 0; }
  .news_list__block .news_list__caption {
    margin: 0;
    padding: 0px 0px 0px 20px; }
    .news_list__block .news_list__caption .news_list__hl {
      margin: 0;
      padding: 0; }
    .news_list__block .news_list__caption .news_list__date {
      color: #666;
      display: block;
      margin: 0;
      padding: 0; }
    .news_list__block .news_list__caption .news_list__text {
      margin: 0;
      padding: 0; }

@media only screen and (max-width: 480px) {
  .news_list__block a {
    padding: 4vw 0; }
  .news_list__block .news_list__thumbnail {
    width: 25vw; }
  .news_list__block .news_list__caption {
    width: 55vw; }
    .news_list__block .news_list__caption .news_list__hl {
      font-size: 4vw;
      line-height: 1.5; }
    .news_list__block .news_list__caption .news_list__date {
      font-size: 3vw;
      margin-top: .4em; }
    .news_list__block .news_list__caption .news_list__text {
      margin-top: .8em; } }
@media print, screen and (min-width: 481px) {
  .news_list__block a {
    padding: 35px; }
    .news_list__block a:hover {
      color: #666;
      background-color: #f7f7f7;
      text-decoration: none;
      transition: .3s; }
  .news_list__block .news_list__thumbnail {
    width: 140px; }
  .news_list__block .news_list__caption {
    width: 668px;
    padding-top: 35px; }
    .news_list__block .news_list__caption .news_list__hl {
      font-size: 16px; }
    .news_list__block .news_list__caption .news_list__date {
      font-size: 12px;
      margin-top: .3em; }
    .news_list__block .news_list__caption .news_list__text {
      font-size: 14px;
      margin-top: 1.4em; } }
.news_article__date {
  color: #666;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.2; }

.news_article__hl {
  border-bottom: solid 1px #f0f0f0;
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.4; }

.news_article_text p {
  line-height: 1.8;
  margin: 1em 0 0 0; }

.news_article__photo_block .news_article__photo {
  margin: 0;
  padding: 0; }
.news_article__photo_block .news_list__caption {
  margin: 0;
  padding: 0; }
  .news_article__photo_block .news_list__caption p {
    margin: 0;
    padding: 0;
    line-height: 1.4; }

@media only screen and (max-width: 480px) {
  .news_article__date {
    font-size: 3vw;
    margin-bottom: .4em; }

  .news_article__hl {
    font-size: 4vw;
    padding-bottom: .6em; }

  .news_article_text {
    margin-top: 1.5em; }

  .news_article__photo_block {
    margin-top: 1.5em; }
    .news_article__photo_block .news_article__photo {
      margin-bottom: .6em; }
    .news_article__photo_block .news_list__caption p {
      font-size: 3.2vw; } }
@media print, screen and (min-width: 481px) {
  .news_article__date {
    font-size: 12px;
    margin-bottom: 8px; }

  .news_article__hl {
    font-size: 20px;
    padding-bottom: 12px; }

  .news_article_text {
    margin-top: 30px; }

  .news_article__photo_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .news_article__photo_block {
    width: 480px;
    margin-top: 36px; }
    .news_article__photo_block .news_article__photo {
      margin-bottom: 10px; }
    .news_article__photo_block .news_list__caption p {
      font-size: 14px; } }
.pagination_btn {
  display: flex;
  justify-content: space-between; }

@media only screen and (max-width: 480px) {
  .pagination_btn {
    margin: 10vw 0; }
    .pagination_btn .btn.btn_prev,
    .pagination_btn .btn.btn_next {
      width: 48%; } }
@media print, screen and (min-width: 481px) {
  .pagination_btn {
    width: 390px;
    margin: 100px auto 180px; }
    .pagination_btn .btn.btn_prev,
    .pagination_btn .btn.btn_next {
      width: 170px; } }
.brand_top_wrap {
  background-color: #fff; }

#brand_list {
  margin: 0;
  padding: 0; }
  #brand_list .brand_list__block {
    position: relative; }
  #brand_list .brand_list__thumbnail {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1; }
  #brand_list .brand_list__caption {
    background-color: #fff;
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2; }
  #brand_list .brand_list__hl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0; }
  #brand_list .brand_list__bar {
    background: #eee;
    display: block;
    margin: 0 auto;
    padding: 0; }

@media only screen and (max-width: 480px) {
  .brand_top_wrap {
    margin-top: 9vw;
    margin-bottom: -10vw;
    padding-bottom: 16vw; }
    .brand_top_wrap .brand_top_title .hl01 {
      padding-top: 3vw;
      padding-bottom: 3vw; }

  #brand_list .brand_list__block {
    margin: 0 7.5vw 10vw; }
  #brand_list .brand_list__caption {
    width: 74vw;
    margin-top: -12vw;
    padding-top: 2vw;
    padding-bottom: 6vw; }
  #brand_list .brand_list__hl {
    height: 15vw; }
  #brand_list .brand_list__bar {
    width: 5vw;
    height: 1vw;
    margin-bottom: 4vw; } }
@media print, screen and (min-width: 481px) {
  .brand_top_wrap {
    padding-top: 60px;
    margin-bottom: -60px;
    padding-bottom: 220px; }
    .brand_top_wrap .brand_top_title .hl01 {
      padding-top: 60px;
      padding-bottom: 20px; }

  #brand_list {
    margin: 0 auto; } }
  @media screen and (min-width: 481px) and (min-width: 978px) {
    #brand_list {
      width: 978px; } }
  @media screen and (min-width: 481px) and (min-width: 1482px) {
    #brand_list {
      width: 1482px; } }
@media print, screen and (min-width: 481px) {
    #brand_list .brand_list__inner {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin: 0 -15px; }
    #brand_list .brand_list__block {
      width: 474px;
      margin: 0 15px 30px 15px; }
    #brand_list .brand_list__caption {
      width: 422px;
      height: 186px;
      margin-top: -65px;
      padding-top: 16px; }
    #brand_list .brand_list__hl {
      height: 68px; }
    #brand_list .brand_list__bar {
      width: 21px;
      height: 4px;
      margin-bottom: 20px; } }
#brand__brand_top {
  background-color: #fff;}

.brand__brand_top__image img {
  max-width: 100%; }

.brand__brand_top__body__logo {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1; }

.brand__brand_top__body__text p {
  margin: 0 0 1.5em 0;
  padding: 0; }

@media only screen and (max-width: 480px) {
  #brand__brand_top {
    margin-top: 9vw; }

  .brand__brand_top__image {
    margin: 0 0 7vw; }

  .brand__brand_top__body__logo {
    margin: 0 10vw 4vw; } }
@media print, screen and (min-width: 481px) {
  #brand__brand_top {
    padding-top: 60px; }

  .brand__brand_top__image {
    max-width: 1480px;
    margin: 0 auto 70px; }

  .brand__brand_top__body__logo {
    margin-bottom: 40px; } }
#brand__brand_top1 {
  background-color: #fff;}

.brand__brand_top1__image img {
  max-width: 100%; }

.brand__brand_top1__body__logo {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1; }

.brand__brand_top1__body__text p {
  margin: 0 0 1.5em 0;
  padding: 0; }

@media only screen and (max-width: 480px) {
  #brand__brand_top1 {
    margin-top: 9vw; }

  .brand__brand_top1__image {
    margin: 0 0 7vw; }

  .brand__brand_top1__body__logo {
    margin: 0 10vw 4vw; } }
@media print, screen and (min-width: 481px) {
  #brand__brand_top1 {
    padding-top: 0; }

  .brand__brand_top1__image {
    max-width: 1480px;
    margin: 0 auto 70px; }

  .brand__brand_top1__body__logo {
    margin-bottom: 40px; } }
@media only screen and (max-width: 480px) {
  .brand__bottom_navi{
    padding: 6vw 10vw;
  }
  .brand__bottom_navi2 {
	 padding: 0 10vw 6vw;
  }
  .brand__bottom_navi .btn.btn_icon,
  .brand__bottom_navi2 .btn.btn_icon,
  .brand__bottom_navi .collection_banner {
     padding-bottom: 3vw;
  }
}
@media print, screen and (min-width: 481px) {
  .brand__bottom_navi {
    display: flex;
    justify-content: space-evenly;
    padding: 40px 0; }
  .brand__bottom_navi .btn.btn_icon,
  .brand__bottom_navi2 .btn.btn_icon {
      width: 30%; }
  .brand__bottom_navi2 {
    display: flex;
    justify-content: space-evenly;
    padding: 0 0 40px; }
  .brand__bottom_navi .collection_banner a.look_opacity:hover {
    opacity:0.7; }
 }
.sns_box {
  background-color: #fff; }

@media only screen and (max-width: 480px) {
  .sns_box {
    margin-bottom: -10vw;
    padding: 2vw 0 16vw; } }
@media print, screen and (min-width: 481px) {
  .sns_box {
    margin-bottom: -60px;
    padding-bottom: 80px; } }
.brand_top_title .hl01 {
  margin-bottom: 0; }

@media only screen and (max-width: 480px) {
  .brand_top_title {
    padding-bottom: 10vw; }
    .brand_top_title .hl01_bar {
      margin-top: 5vw; }

  .brand__brand_story__bg {
    padding-bottom: 5vw;
    display: flex; } }
@media print, screen and (min-width: 481px) {
  .brand_top_title {
    padding-bottom: 100px; }
    .brand_top_title .hl01_bar {
      margin-top: 35px; }

  .brand__brand_story__bg {
    padding-bottom: 45px; }
    .brand__brand_story__bg .contents_wrap {
      display: flex;
      justify-content: center;
      flex-direction: row-reverse; } }
.brand__brand_story__head__hl h1 {
  margin: 0;
  padding: 0;
  line-height: 1.2; }
  .brand__brand_story__head__hl h1 span {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    display: block; }
  .brand__brand_story__head__hl h1 strong {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    display: block; }

.brand__brand_story__head__lead p {
  margin: 0 0 1em;
  padding: 0; }

.brand__brand_story__head__photo .photo {
  margin: 0 auto;
  padding: 0; }
.brand__brand_story__head__photo .caption {
  margin: 0;
  padding: 0;
  font-size: 12px; }

.brand__brand_story__head2__hl h1 {
  margin: 0;
  padding: 0;
  line-height: 1.2; }
  .brand__brand_story__head2__hl h1 span {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    display: block; }
  .brand__brand_story__head2__hl h1 strong {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    display: block; }

.brand__brand_story__head2__lead p {
  margin: 0 0 1em;
  padding: 0; }

.brand__brand_story__head2__photo .photo {
  margin: 0 auto;
  padding: 0; }
.brand__brand_story__head2__photo .caption {
  margin: 0;
  padding: 0;
  font-size: 12px; }

@media only screen and (max-width: 480px) {
  .brand__brand_story__head {
    margin-top: -18vw; }

  .brand__brand_story__head__hl {
    margin-bottom: 10vw; }
    .brand__brand_story__head__hl h1 {
      text-align: center; }
      .brand__brand_story__head__hl h1 span {
        font-size: 4vw; }
      .brand__brand_story__head__hl h1 strong {
        font-size: 6.6vw; }

  .brand__brand_story__head__lead p {
    font-size: 3.6vw;
    line-height: 1.8;
    text-align: center; }

  .brand__brand_story__head__photo {
    margin-top: 6vw; }
    .brand__brand_story__head__photo .photo {
      width: 60vw;
      margin-bottom: 1em; }
    .brand__brand_story__head__photo .caption {
      font-size: 3vw;
      text-align: center; } }

@media only screen and (max-width: 480px) {
  .brand__brand_story__head2 {
    margin-top: 0; }

  .brand__brand_story__head2__hl {
    margin-bottom: 10vw 0; }
    .brand__brand_story__head2__hl h1 {
      text-align: center; }
      .brand__brand_story__head2__hl h1 span {
        font-size: 4vw; }
      .brand__brand_story__head2__hl h1 strong {
        font-size: 6.6vw; }

  .brand__brand_story__head2__lead p {
    font-size: 3.6vw;
    line-height: 1.8;
    text-align: center; }

  .brand__brand_story__head2__photo {
    margin-top: 6vw; }
    .brand__brand_story__head2__photo .photo {
      width: 60vw;
      margin-bottom: 1em; }
    .brand__brand_story__head2__photo .caption {
      font-size: 3vw;
      text-align: center; } }


@media print, screen and (min-width: 481px) {
  .brand__brand_story__head {
    width: 495px;
    margin-top: -90px; }

  .brand__brand_story__head__hl {
    height: 150px; }
    .brand__brand_story__head__hl h1 span {
      font-size: 19px; }
    .brand__brand_story__head__hl h1 strong {
      font-size: 30px; }

  .brand__brand_story__head__lead p {
    font-size: 20px; }

  .brand__brand_story__head__lead2 p {
    font-size: 16px; }

  .brand__brand_story__head__photo {
    margin-top: -100px;
    width: 433px; }
    .brand__brand_story__head__photo .photo {
      width: 333px;
      margin-bottom: 1em; }
    .brand__brand_story__head__photo .caption {
      margin-right: -50px;
      font-size: 12px; } }

@media print, screen and (min-width: 481px) {
  .brand__brand_story__head2 {
    width: 495px;
    margin: -45px 15px 50px; }

  .brand__brand_story__head2__hl {
    height: 60px; }
    .brand__brand_story__head2__hl h1 span {
      font-size: 19px; }
    .brand__brand_story__head2__hl h1 strong {
      font-size: 30px; }

  .brand__brand_story__head2__lead p {
    font-size: 20px; }

  .brand__brand_story__head2__photo {
    margin-top: -100px;
    width: 433px; }
    .brand__brand_story__head2__photo .photo {
      width: 400px;
      margin-bottom: 1em; }
    .brand__brand_story__head2__photo .caption {
      margin-right: -50px;
      font-size: 12px; } }

.brand__brand_story__body__text p {
  margin: 1.8em 0;
  padding: 0; }
  .brand__brand_story__body__text p .note_underline {
    color: #000;
    border-bottom: solid 1px #000; }
.brand__brand_story__body__text2 p {
  margin: 1.8em 0;
  padding: 0; 
  display: inline-block;
  vertical-align: top;
  width: 485px;}
  .brand__brand_story__body__text2 p .note_underline {
    color: #000;
    border-bottom: solid 1px #000; }

.brand__brand_bottom__btn_box {
  margin: 0 auto; }

@media only screen and (max-width: 480px) {
  .brand__brand_story__body__text {
    margin-top: 3em; }
    .brand__brand_story__body__text p .note {
      font-size: 2.8vw; }
  .brand__brand_story__body__text2 {
    margin-top: 3em; }
    .brand__brand_story__body__text2 p .note {
      font-size: 2.8vw; }

  .brand__brand_bottom__btn_box {
    width: 70vw;
    padding: 6vw 0 16vw; } }
@media print, screen and (min-width: 481px) {
  .brand__brand_story__body__text {
    margin-top: 65px; }
    .brand__brand_story__body__text p .note_underline:hover {
      text-decoration: none; }
    .brand__brand_story__body__text p .note {
      font-size: 14px; }
  .brand__brand_story__body__text2 {
    margin-top: 65px; }
    .brand__brand_story__body__text2 p .note_underline:hover {
      text-decoration: none; }
    .brand__brand_story__body__text2 p .note {
      font-size: 14px; }

  .brand__brand_bottom__btn_box {
    width: 400px;
    padding: 50px 0 80px; } }
#brand__brand_collection__title {
  padding: 0; }
  #brand__brand_collection__title .brand__brand_collection__logo {
    padding: 0;
    line-height: 1; }
    #brand__brand_collection__title .brand__brand_collection__logo img {
      width: 100%; }
  #brand__brand_collection__title .brand__brand_collection__name {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin: 0;
    padding: 0; }

#brand__brand_collection__main {
  margin: 0 auto;
  padding: 0; }
  #brand__brand_collection__main .brand__brand_collection_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
  #brand__brand_collection__main .brand__brand_collection_item img {
    max-width: 100%; }

@media only screen and (max-width: 480px) {
  #brand__brand_collection__title {
    margin: 5vw 0 5vw 0; }
    #brand__brand_collection__title .brand__brand_collection__logo {
      width: 80vw;
      margin: 0 auto; }
    #brand__brand_collection__title .hl01_bar.brand__brand_collection__bar {
      margin: 4vw auto; }
    #brand__brand_collection__title .brand__brand_collection__name {
      font-size: 6vw; } }
@media print, screen and (min-width: 481px) {
  #brand__brand_collection__title {
    margin: 0 0 0 0; }
    #brand__brand_collection__title .brand__brand_collection__logo {
      width: 512px;
      margin: 0 auto;
      padding: 80px 0 30px 0; }
    #brand__brand_collection__title .hl01_bar.brand__brand_collection__bar {
      margin: 40px auto; }
    #brand__brand_collection__title .brand__brand_collection__name {
      font-size: 30px;
      margin-bottom: 40px; } }
.shop_top_wrap {
  background-color: #f2f2f2; }

#shop_list .shop_list_inner {
  display: flex;
  flex-wrap: wrap; }
  #shop_list .shop_list_inner > a {
    display: block; }
    #shop_list .shop_list_inner > a .shop_list_brand {
      background-color: #fff;
      border: solid 1px #eee;
      display: flex;
      justify-content: center;
      align-items: center; }

@media only screen and (max-width: 480px) {
  .shop_top_title {
    padding-bottom: 16vw; }
    .shop_top_title .hl01 strong {
      margin-bottom: .4em; }

  .shop_top_wrap {
    margin-bottom: -10vw;
    padding-bottom: 10vw; }

  #shop_list .shop_list_inner {
    justify-content: space-between; }
    #shop_list .shop_list_inner > a {
      margin-bottom: 5vw; }
      #shop_list .shop_list_inner > a .shop_list_brand {
        width: 43vw;
        height: 30vw;
        padding: 0 3vw; }
      #shop_list .shop_list_inner > a:nth-child(1), #shop_list .shop_list_inner > a:nth-child(2) {
        margin-top: -12vw; }
    #shop_list .shop_list_inner #list_fabiana img {
      width: 100%; }
    #shop_list .shop_list_inner #list_lpaule img {
      width: 74%; }
    #shop_list .shop_list_inner #list_msgm img {
      width: 50%; }
    #shop_list .shop_list_inner #list_tila img {
      width: 80%; }
    #shop_list .shop_list_inner #list_alta img {
      width: 72%; } }
@media print, screen and (min-width: 481px) {
  .shop_top_title {
    padding-bottom: 100px; }

  .shop_top_wrap {
    margin-bottom: -60px;
    padding-bottom: 120px; }

  #shop_list .shop_list_inner {
    justify-content: flex-start;
    margin-right: -29px; }
    #shop_list .shop_list_inner > a {
      margin-right: 29px;
      margin-bottom: 29px; }
      #shop_list .shop_list_inner > a .shop_list_brand {
        width: 314px;
        height: 216px; }
        #shop_list .shop_list_inner > a .shop_list_brand:hover {
          background-color: rgba(0, 0, 0, 0.8);
          transition: .3s; }
        #shop_list .shop_list_inner > a .shop_list_brand img {
          mix-blend-mode: multiply; }
      #shop_list .shop_list_inner > a:nth-child(1), #shop_list .shop_list_inner > a:nth-child(2), #shop_list .shop_list_inner > a:nth-child(3) {
        margin-top: -87px; } }
.shop__area_nav {
  background-color: #eee;
  margin: 0;
  padding: 0; }

.shop_area__nav__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }
  .shop_area__nav__list li {
    margin: 0;
    padding: 0; }
    .shop_area__nav__list li a {
      color: #000;
      background-color: #fff;
      display: block;
      border: solid 1px #000;
      border-bottom-width: 4px;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      padding: 1.2em .4em; }

@media only screen and (max-width: 480px) {
  .shop_area_title {
    margin-bottom: 0vw; }

  .shop__area_nav {
    background-color: #eee;
    margin-bottom: 20vw;
    padding: 2vw 0 2vw 4.5vw; }

  .shop_area__nav__list {
    flex-wrap: wrap; }
    .shop_area__nav__list li {
      margin: 1vw 2vw 1vw 0; }
      .shop_area__nav__list li a {
        width: 29vw; }
        .shop_area__nav__list li a:hover {
          color: #fff;
          background-color: #000;
          text-decoration: none;
          transition: .3s; } }
@media print, screen and (min-width: 481px) {
  .shop_area_title {
    margin-bottom: 0px; }

  .shop__area_nav {
    background-color: #eee;
    margin-bottom: 75px;
    padding: 25px 0; }

  .shop_area__nav__list {
    justify-content: space-between;
    flex-wrap: wrap; }
    .shop_area__nav__list li a {
      width: 125px;
      padding:19px 0px; }
      .shop_area__nav__list li a:hover {
        color: #fff;
        background-color: #000;
        text-decoration: none;
        transition: .3s; } }
.shop__area_block .bland_logo {
  text-align: center; }
.shop__area_block .shop_block .logo {
  border-bottom: solid 1px #aaa;
  line-height: 1; }
.shop__area_block .shop_block .area {
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  border-left: solid 4px #b4b4b4;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1; }
.shop__area_block .info_block {
  border-top: solid 1px #f0f0f0; }
  .shop__area_block .info_block .name {
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 1.4; }
  .shop__area_block .info_block .info {
    line-height: 1.4;
    margin: 0;
    padding: 0; }
    .shop__area_block .info_block .info dt {
      float: left;
      margin: 0 0 1em 0;
      padding: 0; }
    .shop__area_block .info_block .info dd {
      margin: 0 0 1em 0;
      padding: 0; }

@media only screen and (max-width: 480px) {
  .shop__area_block .bland_logo {
    margin-top: 0vw;
    margin-bottom: 0vw; }
  .shop__area_block .shop_block {
    margin-bottom: 8vw; }
    .shop__area_block .shop_block .logo {
      margin-bottom: 2vw;
      padding-bottom: 2vw; }
    .shop__area_block .shop_block .area {
      padding-left: .6em;
      font-size: 3.8vw;
      height: 8vw; }
  .shop__area_block .info_block {
    padding-top: 3vw; }
    .shop__area_block .info_block .name {
      margin-bottom: 1em;
      padding-left: 1em;
      font-size: 3.4vw; }
    .shop__area_block .info_block .info {
      font-size: 3.4vw;
      margin-bottom: 1.5em;
      padding-left: 1em; }
      .shop__area_block .info_block .info dd {
        padding-left: 5em; }

  .shop__brand_block {
    margin-bottom: 20vw; } }
@media print, screen and (min-width: 481px) {
  .shop__area_block .bland_logo {
    margin-top: 0px;
    margin-bottom: 0px; }
  .shop__area_block .shop_block {
    margin-bottom: 40px; }
    .shop__area_block .shop_block .logo {
      margin-bottom: 15px;
      padding-bottom: 15px; }
    .shop__area_block .shop_block .area {
      padding-left: 12px;
      font-size: 18px;
      height: 40px; }
  .shop__area_block .info_block {
    display: flex;
    padding-top: 30px; }
    .shop__area_block .info_block .name {
      padding-left: 12px;
      font-size: 14px;
      width: 290px; }
    .shop__area_block .info_block .info {
      font-size: 14px;
      margin-bottom: 20px;
      padding-left: 12px;
      width: 500px; }
      .shop__area_block .info_block .info dd {
        padding-left: 8em; }
  .shop__area_block .info_wrap {
    position: relative; }
    .shop__area_block .info_wrap .toggle_switch {
      position: absolute;
      cursor: pointer;
      top: 0;
      right: 0;
      width: 180px; }
    .shop__area_block .info_wrap .toggle_contents {
      width: 710px;
      float: right; }

  .shop__brand_block {
    margin-bottom: 160px; } }
@media only screen and (max-width: 480px) {
  .shop__area_block .bland_logo .logo_fabiana,
  .shop__area_block .shop_block .logo .logo_fabiana {
    height: 30vw; }
  .shop__area_block .bland_logo .logo_paule,
  .shop__area_block .shop_block .logo .logo_paule {
    height: 6vw; }
  .shop__area_block .bland_logo .logo_msgm,
  .shop__area_block .shop_block .logo .logo_msgm {
    height: 6vw; }
  .shop__area_block .bland_logo .logo_tila,
  .shop__area_block .shop_block .logo .logo_tila {
    height: 6vw; }
  .shop__area_block .bland_logo .logo_alta,
  .shop__area_block .shop_block .logo .logo_alta {
    height: 6vw; } }
@media print, screen and (min-width: 481px) {
  .shop__area_block .bland_logo .logo_fabiana,
  .shop__area_block .shop_block .logo .logo_fabiana {
    height: 160px; }
  .shop__area_block .bland_logo .logo_paule,
  .shop__area_block .shop_block .logo .logo_paule {
    height: 28px; }
  .shop__area_block .bland_logo .logo_msgm,
  .shop__area_block .shop_block .logo .logo_msgm {
    height: 28px; }
  .shop__area_block .bland_logo .logo_tila,
  .shop__area_block .shop_block .logo .logo_tila {
    height: 28px; }
  .shop__area_block .bland_logo .logo_alta,
  .shop__area_block .shop_block .logo .logo_alta {
    height: 28px; } }
.toggle_switch.btn.btn_icon {
  display: block;
  color: #fff;
  background-color: #3b3b3b;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0 auto; }

@media only screen and (max-width: 480px) {
  .toggle_switch.btn.btn_icon {
    border-radius: 1vw;
    font-size: 3.6vw;
    padding: .8em; } }
@media print, screen and (min-width: 481px) {
  .toggle_switch.btn.btn_icon {
    border-radius: 5px;
    font-size: 14px;
    padding: 12px; } }
.shop__area_block .info_wrap {
  position: relative; }
  .shop__area_block .info_wrap .toggle_switch::after {
    content: "";
    display: inline-block;
    position: absolute;
    transition: .1s;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent; }
  .shop__area_block .info_wrap .toggle_switch.open::after {
    transition: .1s;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent; }

@media only screen and (max-width: 480px) {
  .shop__area_block .info_wrap .toggle_switch {
    position: relative;
    width: 30vw;
    margin-bottom: 5vw; }
    .shop__area_block .info_wrap .toggle_switch::after {
      top: calc(50% - .8vw);
      right: 20px;
      border-width: 2vw 1.25vw 0 1.25vw; }
    .shop__area_block .info_wrap .toggle_switch.open::after {
      border-width: 0 1.25vw 2vw 1.25vw; } }
@media print, screen and (min-width: 481px) {
  .shop__area_block .info_wrap .toggle_switch {
    position: absolute;
    cursor: pointer;
    top: 30px;
    right: 0;
    width: 180px; }
    .shop__area_block .info_wrap .toggle_switch:hover {
      background-color: #6b6b6b;
      color: #fff;
      transition: .3s; }
    .shop__area_block .info_wrap .toggle_switch::after {
      top: calc(50% - 5px);
      right: 15px;
      border-width: 10px 5.5px 0 5.5px; }
    .shop__area_block .info_wrap .toggle_switch.open::after {
      border-width: 0 5.5px 10px 5.5px; } }
.shop__area_block .info_wrap {
  overflow: hidden; }
  .shop__area_block .info_wrap .toggle_contents {
    display: none; }

@media only screen and (max-width: 480px) {
  .shop__area_block .info_wrap .toggle_contents {
    width: 100%;
    height: 60vh;
    margin-left: auto; }
    .shop__area_block .info_wrap .toggle_contents iframe {
      width: 100%;
      height: 60vh; } }
@media print, screen and (min-width: 481px) {
  .shop__area_block .info_wrap .toggle_contents {
    width: 710px;
    height: 550px;
    margin-left: auto; }
    .shop__area_block .info_wrap .toggle_contents iframe {
      width: 710px;
      height: 550px; } }
.company__bottom_navi {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap; }

.company__bottom_navi__block a {
  display: block; }
.company__bottom_navi__block .main {
  background-position: 0 0;
  background-repeat: no-repeat; }
  .company__bottom_navi__block .main .title {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 .2em 0;
    padding: 0; }
  .company__bottom_navi__block .main .subtitle {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0; }
.company__bottom_navi__block#company_nav__outline .main {
  background-image: url(../../company/img/nav_img_outline.jpg); }
.company__bottom_navi__block#company_nav__history .main {
  background-image: url(../../company/img/nav_img_history.jpg); }
.company__bottom_navi__block#company_nav__access .main {
  background-image: url(../../company/img/nav_img_access.jpg); }
.company__bottom_navi__block#company_nav__recruit .main {
  background-image: url(../../company/img/nav_img_recruit.jpg); }
.company__bottom_navi__block .bottom {
  background-color: #ddd;
  display: flex;
  justify-content: flex-end; }
  .company__bottom_navi__block .bottom .more {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-left: solid 1px #fff;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700; }

@media only screen and (max-width: 480px) {
  .company__bottom_navi {
    padding-bottom: 14vw; }

  .company__bottom_navi__block {
    background-color: #000;
    width: 44vw;
    margin-bottom: 2vw; }
    .company__bottom_navi__block .main {
      background-size: 100%;
      height: 22.5vw;
      padding: 9vw 0 0 1.5vw; }
      .company__bottom_navi__block .main .title {
        font-size: 4vw;
        font-weight: 700;
        letter-spacing: .05em; }
      .company__bottom_navi__block .main .subtitle {
        font-size: 2.4vw;
        font-weight: 600;
        letter-spacing: .2em; }
    .company__bottom_navi__block .bottom .more {
      width: 40%;
      height: 6vw;
      font-size: 2.6vw; } }
@media print, screen and (min-width: 481px) {
  .company__bottom_navi {
    padding-bottom: 100px; }

  .company__bottom_navi__block {
    background-color: #000;
    width: 490px;
    margin-bottom: 20px; }
    .company__bottom_navi__block a:hover {
      text-decoration: none;
      opacity: .8;
      transition: .2s; }
    .company__bottom_navi__block .main {
      height: 252px;
      padding: 100px 0 0 15px; }
      .company__bottom_navi__block .main .title {
        font-size: 42px; }
      .company__bottom_navi__block .main .subtitle {
        font-size: 20px; }
    .company__bottom_navi__block .bottom .more {
      width: 178px;
      height: 46px; }
    .company__bottom_navi__block a:hover .more {
      background-color: #6b6b6b; } }
.company_greeting__text {
  margin-bottom: 2em; }
  .company_greeting__text p {
    margin: 0 0 2em 0;
    padding: 0; }

.company_greeting__name {
  display: flex;
  justify-content: flex-end; }
  .company_greeting__name p {
    margin: 0;
    padding: 0; }

@media only screen and (max-width: 480px) {
  .company_top_title {
    margin-bottom: 6vw; }

  #company__greeting {
    margin-bottom: 20vw; }
    #company__greeting img {
      height: 6vw; } }
@media print, screen and (min-width: 481px) {
  .company_top_title {
    margin-bottom: 50px; }

  #company__greeting {
    margin-bottom: 100px; } }
@media only screen and (max-width: 480px) {
  #company__outline {
    margin-bottom: 12vw; } }
@media print, screen and (min-width: 481px) {
  #company__outline {
    margin-bottom: 120px; } }
#company__history {
  background-color: #eee; }

.company_history__main {
  background-color: #fff;
  display: flex; }
  .company_history__main .table_02 {
    box-shadow: 0 0 3px rgba(102, 102, 102, 0.1); }

@media only screen and (max-width: 480px) {
  #company__history {
    margin-top: 10vw;
    margin-bottom: 12vw;
    padding-bottom: 8vw; }

  .company_history__main .table_02 {
    border: solid 3vw #fff;
    margin-top: -12vw; } }
@media print, screen and (min-width: 481px) {
  #company__history {
    margin-top: 90px;
    margin-bottom: 100px;
    padding-bottom: 76px; }

  .company_history__main .table_02 {
    border: solid 60px #fff;
    margin-top: -100px; } }
.company_access__office .office {
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  border-left: solid 4px #b4b4b4;
  border-bottom: solid 1px #e9e9e9;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1; }
.company_access__office .info {
  line-height: 1.4;
  margin: 0;
  padding: 0; }
  .company_access__office .info dt {
    float: left;
    margin: 0 0 .6em 0;
    padding: 0; }
    .company_access__office .info dt::before {
      display: inline-block;
      content: "■";
      font-size: 50%;
      line-height: 1;
      vertical-align: middle;
      margin: -.5em 1em 0 0;
      padding: 0; }
  .company_access__office .info dd {
    margin: 0 0 .6em 0;
    padding: 0; }
.company_access__office .map iframe {
  width: 100%; }
.company_access__office .access_info {
  border: solid 1px #ddd; }
  .company_access__office .access_info table th,
  .company_access__office .access_info table td {
    border: none;
    padding: 0; }
  .company_access__office .access_info table th {
    font-weight: bold;
    white-space: nowrap; }
  .company_access__office .access_info table td {
    font-weight: normal; }
    .company_access__office .access_info table td p {
      margin: 0;
      padding: 0; }
      .company_access__office .access_info table td p + p {
        margin-top: .5em; }

@media only screen and (max-width: 480px) {
  .company_access__office {
    margin-bottom: 10vw; }
    .company_access__office:last-child {
      margin-bottom: 15vw; }
    .company_access__office .office {
      margin-bottom: 1em;
      padding-left: .6em;
      font-size: 3.8vw;
      height: 8vw; }
    .company_access__office .info {
      font-size: 3.4vw;
      margin-bottom: 1em; }
      .company_access__office .info dd {
        padding-left: 6em; }
    .company_access__office .map {
      margin-bottom: 1em; }
      .company_access__office .map iframe {
        height: 60vh; }
    .company_access__office .access_info {
      padding: .6em 1em; }
      .company_access__office .access_info table th,
      .company_access__office .access_info table td {
        display: block;
        text-align: left; }
      .company_access__office .access_info table th {
        border-bottom: solid 1px #f0f0f0;
        padding-bottom: .2em; }
      .company_access__office .access_info table td {
        padding-top: .4em; } }
@media print, screen and (min-width: 481px) {
  .company_access__office {
    margin-bottom: 90px; }
    .company_access__office:last-child {
      margin-bottom: 110px; }
    .company_access__office .office {
      margin-bottom: 20px;
      padding-left: 12px;
      font-size: 18px;
      height: 40px; }
    .company_access__office .info {
      font-size: 14px;
      margin-bottom: 20px; }
      .company_access__office .info dd {
        padding-left: 8em; }
    .company_access__office .map {
      margin-bottom: 20px; }
      .company_access__office .map iframe {
        height: 570px; }
    .company_access__office .access_info {
      padding: 30px 40px; }
      .company_access__office .access_info table th,
      .company_access__office .access_info table td {
        vertical-align: middle; }
      .company_access__office .access_info table th {
        border-right: solid 1px #f0f0f0;
        padding-right: 45px; }
      .company_access__office .access_info table td {
        font-size: 14px;
        padding-left: 32px; } }
#company__recruit .lead {
  margin: 0;
  padding: 0; }

.company_recruit__main__title {
  margin: 0;
  padding: 0;
  line-height: 1.2; }

.recruit_overview_block {
  margin-bottom: 2.5em; }
  .recruit_overview_block .jobs {
    border-top: solid 1px #aaa;
    margin: 0;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: .2em; }
  .recruit_overview_block .overview_wrap {
    border-top: solid 1px #f0f0f0; }
    .recruit_overview_block .overview_wrap .area {
      font-weight: bold;
      margin: 0 0 .8em 0;
      padding: 0; }
    .recruit_overview_block .overview_wrap .info {
      font-weight: normal;
      margin: 0;
      padding: 0; }
      .recruit_overview_block .overview_wrap .info dt {
        float: left;
        margin: 0 0 .8em 0;
        padding: 0; }
      .recruit_overview_block .overview_wrap .info dd {
        margin: 0 0 .8em 0;
        padding: 0 0 0 7.5em; }
    .recruit_overview_block .overview_wrap .btn.btn_icon.btn_caret_right a {
      position: relative; }
      .recruit_overview_block .overview_wrap .btn.btn_icon.btn_caret_right a::after {
        position: absolute;
        content: "";
        display: inline-block;
        position: absolute;
        transition: .1s;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent transparent #fff;
        border-width: 5.5px 0 5.5px 9px;
        top: calc(50% - 5.5px);
        right: 10px; }

@media only screen and (max-width: 480px) {
  .company_recruit__main {
    margin-top: 10vw; }

  .company_recruit__main__title {
    padding-bottom: .8em;
    font-size: 4.4vw; }

  .recruit_overview_block {
    margin-bottom: 2.5em; }
    .recruit_overview_block .jobs {
      padding: .8em .5em;
      font-size: 3.8vw; }
    .recruit_overview_block .overview_wrap {
      padding: 1em 0 1.5em; }
      .recruit_overview_block .overview_wrap .area {
        font-size: 3.4vw; }
      .recruit_overview_block .overview_wrap .info {
        margin-bottom: 1.5em; }
      .recruit_overview_block .overview_wrap .btn.btn_icon.btn_caret_right a {
        margin-top: .2em;
        padding: 12px;
        width: 60vw;
        font-size: 3.4vw; }
        .recruit_overview_block .overview_wrap .btn.btn_icon.btn_caret_right a::after {
          border-width: 1.25vw 0 1.25vw 2vw;
          top: calc(50% - 1.25vw);
          right: 10px; } }
@media print, screen and (min-width: 481px) {
  #company__recruit .lead {
    text-align: center; }

  .company_recruit__main {
    margin-top: 90px; }

  .company_recruit__main__title {
    padding-bottom: .8em;
    font-size: 20px; }

  .recruit_overview_block {
    margin-bottom: 2.5em; }
    .recruit_overview_block .jobs {
      padding: 1em .5em;
      font-size: 18px; }
    .recruit_overview_block .overview_wrap {
      display: flex;
      justify-content: space-between;
      padding: 1.6em 0; }
      .recruit_overview_block .overview_wrap .area {
        font-size: 14px;
        padding: 0 2em 0 .2em;
        width: 305px; }
      .recruit_overview_block .overview_wrap .info {
        font-size: 14px;
        padding-right: 2em;
        width: 600px; }
      .recruit_overview_block .overview_wrap .btn.btn_icon.btn_caret_right a {
        margin-top: .2em;
        padding: 12px;
        width: 180px; }
        .recruit_overview_block .overview_wrap .btn.btn_icon.btn_caret_right a::after {
          border-width: 5.5px 0 5.5px 9px;
          top: calc(50% - 5.5px);
          right: 10px; } }
.company_recruit_detail__main__title {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.2;
  border-bottom: solid 1px #aaa; }

@media only screen and (max-width: 480px) {
  .company_recruit_detail__main {
    margin-bottom: 16vw; }

  .company_recruit_detail__main__title {
    margin-bottom: 1.2em;
    padding-bottom: .8em;
    font-size: 4.4vw; }

  .recruit_requirements_block {
    margin-bottom: 5vw; }
    .recruit_requirements_block table.table_01 th,
    .recruit_requirements_block table.table_01 td {
      display: block;
      width: 100%;
      border: none; }
    .recruit_requirements_block table.table_01 th {
      padding: .4em; }
    .recruit_requirements_block table.table_01 td {
      padding: .8em 0 1.2em 0; } }
@media print, screen and (min-width: 481px) {
  .company_recruit_detail__main {
    margin-bottom: 120px; }

  .company_recruit_detail__main__title {
    margin-bottom: 35px;
    padding-bottom: .8em;
    font-size: 20px; }

  .recruit_requirements_block {
    margin-bottom: 55px; } }
.carnival_top__title .hl01 {
  text-align: left; }
  .carnival_top__title .hl01 strong {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }

.carnival_top__btn {
  display: flex;
  justify-content: space-evenly; }

@media only screen and (max-width: 480px) {
  .carnival_top__info {
    margin-top: 8vw; }
    .carnival_top__info + .carnival_top__info {
      margin-top: 14vw; }
    .carnival_top__info:last-child {
      margin-bottom: 10vw; }

  .carnival_top__title {
    margin-top: 0;
    margin-bottom: 4vw; }
    .carnival_top__title .hl01 {
      margin-top: 8vw;
      margin-bottom: 2vw; }
      .carnival_top__title .hl01 strong {
        font-size: 6vw; }

  .carnival_top__btn {
    margin-top: 5vw; }
    .carnival_top__btn .btn {
      width: 48%; } }
@media print, screen and (min-width: 481px) {
  .carnival_top__info {
    margin-top: 80px; }
    .carnival_top__info + .carnival_top__info {
      margin-top: 100px; }
    .carnival_top__info:last-child {
      margin-bottom: 130px; }

  .carnival_top__title {
    margin-top: 0;
    margin-bottom: 30px; }
    .carnival_top__title .hl01 {
      padding-top: 120px;
      margin-bottom: 20px; }
      .carnival_top__title .hl01 strong {
        font-size: 36px; }

  .carnival_top__btn {
    width: 1000px;
    margin: 40px auto 0; }
    .carnival_top__btn .btn a {
      font-size: 16px;
      width: 300px; } }
@media print, screen and (min-width: 481px) {
  .carnival_product___title .hl01 {
    margin-bottom: 80px; } }


.carnival_special__main {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff; }
  .carnival_special__main .carnival_special__info {
    width: 100%; }
    .carnival_special__main .carnival_special__info .carnival_special__title2 .hl01 {
      border-bottom: solid 1px #aaa;
      text-align: left; }
      .carnival_special__main .carnival_special__info .carnival_special__title2 .hl01 strong {
        font-family: "游明朝", YuMincho, serif; }

.carnival_special__contents {
    margin: 0 auto;
}

.carnival_special__contents .carnival_special__contents_block .carnival_special__contents_title {
  border-bottom: dotted 1px #ddd;
  font-weight: bold;
  margin: 0 0 .5em 0;
  padding: 0 0 .2em 0; }
.carnival_special__contents .carnival_special__contents_block .carnival_special__contents_inner .carnival_special__contents_subtitle {
  color: #d80000;
  font-weight: bold;
  margin: 0 0 .2em 0;
  padding: 0; }
.carnival_special__contents .carnival_special__contents_block .carnival_special__contents_inner > p {
  margin: 0 0 .2em 0;
  padding: 0; }
.carnival_special__contents .carnival_special__contents_block .carnival_special__contents_inner .carnival_special__contents_logo {
  margin: 0;
  padding: 0; }
.carnival_special__contents .carnival_special__contents_block .carnival_special__contents_inner .carnival_special__contents_caption {
  margin: 0;
  padding: 0; }

@media only screen and (max-width: 480px) {
  #carnival__special {
    margin-top: 15vw;
    margin-bottom: -10vw;
    padding-bottom: 10vw; }
    #carnival__special .carnival_top__btn {
      margin: 10vw 4vw 0 4vw; }

  .carnival_special__main .carnival_special__info {
    margin-top: -10vw;
    padding: 0 5vw 8vw 5vw; }
    .carnival_special__main .carnival_special__info .carnival_special__title2 {
      margin-top: 0;
      margin-bottom: 5vw; }
      .carnival_special__main .carnival_special__info .carnival_special__title2 .hl01 {
        margin-top: 5vw;
        padding-bottom: 3vw; }
        .carnival_special__main .carnival_special__info .carnival_special__title2 .hl01 strong {
          font-size: 4.4vw; }

  .carnival_special__contents .carnival_special__contents_block {
    margin-top: 1.5em;
    text-align: center; }
    .carnival_special__contents .carnival_special__contents_block .carnival_special__contents_title {
      font-size: 3.8vw; }
    .carnival_special__contents .carnival_special__contents_block .carnival_special__contents_inner .carnival_special__contents_subtitle {
      font-size: 3.4vw; }
/*
    .carnival_special__contents .carnival_special__contents_block .carnival_special__contents_inner .carnival_special__contents_caption br {
      display: none; }
*/
  #carnival__special .carnival_top__btn .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100%;
    line-height: 1.4;
    min-height: 4em; }
  #carnival__special .carnival_top__btn .btn.btn_prev {
    width: 48%; }
    #carnival__special .carnival_top__btn .btn.btn_prev a {
      padding: .5em .8em .5em 1.8em; }
      #carnival__special .carnival_top__btn .btn.btn_prev a::before {
        left: 0em; }
  #carnival__special .carnival_top__btn .btn.btn_next {
    width: 48%;
    margin: 0 auto; }
    #carnival__special .carnival_top__btn .btn.btn_next a {
      padding: .5em 1.8em .5em .8em; }
      #carnival__special .carnival_top__btn .btn.btn_next a::before {
        right: 0em; } }
@media print, screen and (min-width: 481px) {
  .carnival_special__title {
    margin-bottom: 120px; }

  #carnival__special {
    margin-bottom: -60px;
    padding-bottom: 150px; }
    #carnival__special .carnival_top__btn {
      margin-top: 60px; }

  .carnival_special__main .carnival_special__info {
    margin-top: -70px;
    padding: 0 40px 80px 40px; }
    .carnival_special__main .carnival_special__info .carnival_special__title2 {
      margin-top: 0;
      margin-bottom: 25px; }
      .carnival_special__main .carnival_special__info .carnival_special__title2 .hl01 {
        margin-top: 50px;
        margin-bottom: 20px;
        padding-bottom: 5px; }
        .carnival_special__main .carnival_special__info .carnival_special__title2 .hl01 strong {
          font-size: 26px; }

  .carnival_special__contents .carnival_special__contents_block {
    margin-top: 3em;
    text-align:center; }
    .carnival_special__contents .carnival_special__contents_block .carnival_special__contents_title {
      font-size: 18px; }
    .carnival_special__contents .carnival_special__contents_block .carnival_special__contents_inner .carnival_special__contents_subtitle {
      font-size-adjust: 16px; }
    .carnival_special__contents .carnival_special__contents_block .carnival_special__contents_inner .carnival_special__contents_logo {
      float: left;
      margin-right: 20px; } }
#send_form__contact {
  background-color: #f2f2f2; }

@media only screen and (max-width: 480px) {
  #send_form__contact {
    margin-bottom: -10vw;
    padding-bottom: 16vw; } }
@media print, screen and (min-width: 481px) {
  #send_form__contact {
    margin-bottom: -60px;
    padding-bottom: 100px; } }

.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* carnival_app_form
---------------------------------------------------------- */
.carnival_app_form .send_form__title .lead span {
  display: block;
  margin-top: 10px;
  color: #ca1e26;
}
#form .send_form__step li span {
  margin-right: 0;
}
.carnival_app_form .send_form__wrap form .send_form__data_input > dl > dt {
  display: flex;
}
.carnival_app_form .send_form__wrap form .send_form__data_input > dl > dt .required,
.carnival_app_form .send_form__wrap form .send_form__data_input > dl > dt .optional {
  order: -1;
  min-width: 3em;
}
.carnival_app_form .item_application_type .form-radio input[type=radio] + label {
  margin-left: 0;
  padding: .6em 0 .6em 2em; 
}
.carnival_app_form .item_application_type .form-radio input[type=radio] + label::before {
  left: 0;
}
.carnival_app_form .item_application_type .form-radio input[type=radio] + label::after {
  left: .41em;
}
.carnival_app_form .send_form__title .lead .lead_error {
  font-weight: bold;
  border: 1px solid;
  margin-top: 20px;
  padding: 10px;
  display: none;
}
#form .send_form__data_input .note_zipcode {
  margin-bottom: 2em;
}
#form .send_form__data_input .note_zipcode+.note_required {
  margin: -1.5em 0 1.5em;
}
@media print, screen and (min-width: 481px) {
  #form .header__logo {
    padding: 10px 0;
  }
  #form .send_form__title .hl01 {
    padding-top: 40px;
  }
  #form .send_form__step li {
    width: 134px;
  }
  #form .send_form__wrap form .send_form__data_input > dl {
    margin-right: 5.5em;
  }
  #form .send_form__wrap form .send_form__data_input > dl > dd {
    margin-left: 13em;
  }
  .carnival_app_form .sp {
    display: none;
  }
  .carnival_app_form .send_form__wrap .send_form__data_input dd.item_address .address_postcode_set .input_box {
    width: 100%;
    margin-right: 0;
  }
  .carnival_app_form .send_form__wrap .send_form__data_input dd.item_address .input_box .input_postcode_wrap {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  #form #header {
    position: absolute;
  }
  #form #main {
    padding-top: 18.5vw;
  }
  #form .header__logo img {
    height: 10.7vw;
  }
  #form .send_form__title .hl01 {
    margin-top: 2vw;
  }
  #form .btn.btn_prev a:before,
  #form .btn.btn_next a:before {
    content: none;
  }
  #form .send_form__wrap .send_form__btn .btn a {
    padding: .5em .8em;
  }
  #form .send_form__wrap .send_form__data_input .note_zipcode{
    line-height: 1.6;
  }
  .carnival_app_form .send_form__title .lead br {
    display: block;
  }
  .carnival_app_form .sp {
    display: block;
  }
  .carnival_app_form .item_application_type .form-radio {
    flex-direction: column;
  }
  .carnival_app_form .send_form__wrap .send_form__data_input dd.item_address .address_postcode_set .input_box {
    width: 100%;
  }
  .carnival_app_form .send_form__wrap .send_form__data_input dd.item_address .input_box .input_postcode_wrap {
    width: 55%;
  }
  .carnival_app_form .form-select select {
    color: inherit;
  }
  .carnival_app_form .send_form__title .lead .lead_error {
    margin-top: 15px;
  }
  .carnival_app_form #know_0+label {
    display: block !important;
  }
  .carnival_app_form #know_0+label:before,
  .carnival_app_form #know_0+label:after {
    top: 21%;
  }
  .carnival_app_form #know_0+label>div{
    display: block;
    margin-top: 6px;
  }
}

/* bnr_lp
---------------------------------------------------------- */
#bnr_lp .contents_wrap{
  display: flex;
  justify-content: space-around;
  margin: 20px auto 40px;
}
#bnr_lp .contents_wrap a.bnr_osaka{
    display: inline-block;
    background: #a78742;
    border: 1px solid #a78742;
}
#bnr_lp .contents_wrap a.bnr_tokyo{
    display: inline-block;
    background: #B22222;
    border: 1px solid #B22222;
}
#bnr_lp .contents_wrap img{
    display: block;
}

#bnr_lp .contents_wrap a:hover img{
    opacity:0.8;
}
@media only screen and (max-width: 480px) {
  #bnr_lp .contents_wrap{
    display: block;
    width: 90%;
    margin: 20px auto 0;
  }
  /*#bnr_lp .contents_wrap img{
    margin-bottom: 20px;
  }*/
  #bnr_lp .contents_wrap a.bnr_osaka{
    margin-bottom: 20px;
}
}