@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 480px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.7;
  color: #202124;
  background-color: #fff;
}

.body {
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img:hover {
  opacity: 1;
}

a {
  color: #152E70;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #1d409b;
  text-decoration: none;
}
a:visited {
  color: #0d1c45;
}

.container {
  margin: 0 auto;
  display: block;
  max-width: 1180px;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left));
}
.container .container {
  padding: 0;
}

.narrow-container {
  margin: 0 auto;
  max-width: 960px;
  padding-right: 30px;
  padding-left: 30px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left));
}

@media (max-width: 1180px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
    padding-right: calc(30px + constant(safe-area-inset-right));
    padding-left: calc(30px + constant(safe-area-inset-left));
  }
  .narrow-container {
    padding-right: 30px;
    padding-left: 30px;
    padding-right: calc(30px + constant(safe-area-inset-right));
    padding-left: calc(30px + constant(safe-area-inset-left));
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
  z-index: 9997;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 0;
}
.header.fix {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 0;
}
.header .logo h1 {
  margin: 0;
}
.header .logo h1 a {
  display: block;
}
.header .logo h1 img {
  display: block;
  width: 87px;
}
.header .language .icon_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  background: #333;
  border: 2px solid #333;
  text-align: center;
  height: 30px;
  padding: 0 0 2px;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.header .language .icon_btn::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #ffffff;
  border-right: 0;
  margin-left: 4px;
}
.header .head-menu__wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .head-menu ul {
  margin: 0;
  padding: 0;
}
.header .head-menu ul li {
  list-style: none;
}
.header .head-menu a {
  display: block;
  color: #404040;
  text-decoration: none;
}
.header .head-menu .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
}
.header .head-menu .search-box .action-search-input {
  width: calc(100% - 30px);
  background: #fff;
  border: none;
  padding: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .head-menu .search-box .action-search-input:focus {
  width: 200px;
  outline: none;
}
.header .head-menu .search-box .action-search-button {
  position: static;
}
.header .head-menu .search-box .action-search-button i {
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background: url(../img/icon_search.svg) no-repeat;
  background-position: 50% 50%;
  background-size: 16px;
}
.header .head-bar {
  background: #202124;
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .head-bar p {
  margin: 0;
}
.header .head-bar p.postage {
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFC627;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1022px) {
  .header__wrap {
    width: 100%;
    height: 60px;
    padding: 0 10px;
    position: relative;
  }
  .header .logo {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .logo-s {
    position: absolute;
    top: 0;
    left: 100px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .logo-s img {
    width: 80%;
  }
  .header .language {
    position: absolute;
    top: 0;
    left: 170px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .language .icon_btn {
    padding: 0 0.5em 2px;
  }
  .header .language .view-pc {
    display: none;
  }
  .header .sp-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .header .sp-btn ul {
    height: 60px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .sp-btn ul li {
    width: 45px;
    height: 45px;
    margin: 0 5px;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1;
    text-align: center;
  }
  .header .sp-btn ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    color: #202124;
    padding-bottom: 2px;
    background-repeat: no-repeat;
    background-position: top 5px left 50%;
  }
  .header .sp-btn ul li.login a {
    background-image: url(../img/icon_nav_login.svg);
    background-size: 30px;
    background-position: left 50% top 4px;
  }
  .header .sp-btn ul li.login a::before {
    content: none;
  }
  .header .sp-btn ul li.cart {
    position: relative;
  }
  .header .sp-btn ul li.cart a {
    background-image: url(../img/icon_nav_cart.svg);
    background-size: 30px;
    background-position: left 50% top 4px;
  }
  .header .sp-btn ul li.cart .cart-badge {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    top: 0;
    right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 8px;
    font-size: 0.8rem;
    color: #fff;
    background: #E25252;
  }
  .header .sp-btn ul li.menu-btn {
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 9999;
  }
  .header .sp-btn ul li.menu-btn span {
    display: block;
    position: absolute;
    left: 50%;
    width: 30px;
    height: 1px;
    background: #202124;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    margin-left: -15px;
  }
  .header .sp-btn ul li.menu-btn span:nth-child(1) {
    top: 15px;
  }
  .header .sp-btn ul li.menu-btn span:nth-child(2) {
    top: 22px;
  }
  .header .sp-btn ul li.menu-btn span:nth-child(3) {
    top: 29px;
  }
  .header .sp-btn ul li.menu-btn.active {
    border: none;
    background: none;
  }
  .header .sp-btn ul li.menu-btn.active span {
    background: #202124;
  }
  .header .sp-btn ul li.menu-btn.active span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .sp-btn ul li.menu-btn.active span:nth-child(2) {
    top: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .sp-btn ul li.menu-btn.active span:nth-child(3) {
    display: none;
  }
  .header .head-menu {
    display: none;
    width: 100%;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    padding: 20px 20px 0 20px;
    background: #000;
    overflow-y: scroll;
    z-index: 999;
  }
  .header .head-menu__wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .header .head-menu .head-box {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .header .head-menu .gnav ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .header .head-menu .gnav ul li {
    border-bottom: 1px solid #EAEAEA;
    margin: 0;
  }
  .header .head-menu .gnav ul li:last-child {
    border-bottom: none;
  }
  .header .head-menu .gnav ul li a {
    display: block;
    padding: 10px 30px 10px 20px;
    background: url(../img/icon_arrow.svg) no-repeat;
    background-size: 4px;
    background-position: right 20px top 50%;
  }
  .header .head-menu .gnav ul li.drop-menu > a {
    background: url(../img/icon_dropmenu.svg) no-repeat;
    background-size: 9px;
    background-position: right 17px top 50%;
  }
  .header .head-menu .mega-menu__wrap {
    padding: 0;
  }
  .header .head-menu .mega-menu__content .container {
    padding-left: 0;
    padding-right: 0;
  }
  .header .head-menu .mega-menu__content h2 {
    display: none;
  }
  .header .head-menu .mega-menu__content .menu-list__item .category_name {
    border-top: 1px solid #EAEAEA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 0;
    padding: 10px 20px;
  }
  .header .head-menu .mega-menu__content .menu-list__item .category_name a {
    padding: 0;
  }
  .header .head-menu .mega-menu__content .menu-list__item .category_name::before {
    display: block;
    content: " ";
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-right: 10px;
  }
  .header .head-menu .mega-menu__content .menu-list__item .category_name.dogi::before {
    background-image: url(../img/icon_category01.png);
  }
  .header .head-menu .mega-menu__content .menu-list__item .category_name.obi::before {
    background-image: url(../img/icon_category02.png);
  }
  .header .head-menu .mega-menu__content .menu-list__item .category_name.hoi::before {
    background-image: url(../img/icon_category03.png);
  }
  .header .head-menu .mega-menu__content .menu-list__item .category_name.bogu::before {
    background-image: url(../img/icon_category04.png);
  }
  .header .head-menu .mega-menu__content .menu-list__item .category_name.uniform::before {
    background-image: url(../img/icon_category05.png);
  }
  .header .head-menu .mega-menu__content .menu-list__item .category_name.bag::before {
    background-image: url(../img/icon_category06.png);
  }
  .header .head-menu .mega-menu__content .menu-list__item .category_name.wear::before {
    background-image: url(../img/icon_category07.png);
  }
  .header .head-menu .mega-menu__content .menu-list__item .category_name.goods::before {
    background-image: url(../img/icon_category08.png);
  }
  .header .head-menu .mega-menu__content .menu-list__item .category_name.kinen::before {
    background-image: url(../img/icon_category09.png);
  }
  .header .head-menu .mega-menu__content .menu-list__item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px 20px;
  }
  .header .head-menu .mega-menu__content .menu-list__item ul li {
    font-size: 14px;
    font-size: 1.4rem;
    border-bottom: none;
    margin: 8px 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .head-menu .mega-menu__content .menu-list__item ul li a {
    padding: 0 0 0 18px;
    background: url(../img/icon_arrow_y.svg) no-repeat;
    background-size: 15px;
    background-position: left 0 top 55%;
  }
  .header .head-menu .action-btn {
    width: 100%;
  }
  .header .head-menu .action-btn__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .header .head-menu .action-btn__list li {
    width: 50%;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
  }
  .header .head-menu .action-btn__list li a {
    display: block;
    background-repeat: no-repeat;
  }
  .header .head-menu .action-btn__list li.guide {
    width: 100%;
  }
  .header .head-menu .action-btn__list li.guide a {
    background-image: url(../img/icon_nav_register.svg);
    background-size: 18px;
    background-position: left 10px top 50%;
    padding: 15px 10px 15px 35px;
  }
  .header .head-menu .action-btn__list li.logout {
    width: 100%;
  }
  .header .head-menu .action-btn__list li.logout a {
    background-image: url(../img/icon_logout.svg);
    background-size: 20px;
    background-position: left 10px top 50%;
    padding: 15px 10px 15px 35px;
  }
  .header .head-menu .action-btn__list li.logout a::before {
    content: none;
  }
  .header .head-menu .action-btn__list li.contact a {
    background-image: url(../img/icon_mail.svg);
    background-size: 21px;
    background-position: left 15px top 50%;
    padding: 15px 10px 15px 45px;
  }
  .header .head-menu .action-btn__list li.login, .header .head-menu .action-btn__list li.cart {
    display: none;
  }
}
@media print, screen and (min-width: 1023px) {
  .header {
    padding: 30px 0 0 0;
  }
  .header.fix {
    padding: 30px 0 0 0;
  }
  .header__wrap {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px;
  }
  .header .language {
    margin-right: 20px;
  }
  .header .language .icon_btn {
    width: 100px;
  }
  .header .language .icon_btn:hover {
    background: #fff;
    color: #333;
  }
  .header .language .icon_btn:hover::after {
    border-left-color: #333;
  }
  .header .language .view-pc {
    display: inline;
  }
  .header .language .view-sp {
    display: none;
  }
  .header .sp-btn {
    display: none;
  }
  .header .head-menu {
    width: calc(100% - 142px);
    height: 100%;
    margin-right: 40px;
  }
  .header .head-menu__wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .header .head-menu .gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .head-menu .gnav ul li {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 3em 0 0;
  }
  .header .head-menu .gnav ul li.drop-menu > a {
    display: block;
    padding-right: 1.5em;
    background: url(../img/icon_dropmenu.svg) no-repeat;
    background-size: 9.5px;
    background-position: top 50% right 0;
  }
  .header .mega-menu__wrap {
    background: #000;
    width: 100vw;
    padding: 5em 0;
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 100;
    display: none;
  }
  .header .mega-menu__wrap .container {
    position: relative;
  }
  .header .mega-menu__content h2 {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin: 0;
    color: #fff;
  }
  .header .mega-menu__content .menu-list__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .mega-menu__content .menu-list__item {
    color: #202124;
    text-align: left;
    line-height: 1.3;
    margin: 30px 2em 0;
  }
  .header .mega-menu__content .menu-list__item .category_name {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 20px;
  }
  .header .mega-menu__content .menu-list__item .category_name::before {
    display: block;
    content: " ";
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-right: 10px;
  }
  .header .mega-menu__content .menu-list__item .category_name.dogi::before {
    background-image: url(../img/icon_category01.png);
  }
  .header .mega-menu__content .menu-list__item .category_name.obi::before {
    background-image: url(../img/icon_category02.png);
  }
  .header .mega-menu__content .menu-list__item .category_name.hoi::before {
    background-image: url(../img/icon_category03.png);
  }
  .header .mega-menu__content .menu-list__item .category_name.bogu::before {
    background-image: url(../img/icon_category04.png);
  }
  .header .mega-menu__content .menu-list__item .category_name.uniform::before {
    background-image: url(../img/icon_category05.png);
  }
  .header .mega-menu__content .menu-list__item .category_name.bag::before {
    background-image: url(../img/icon_category06.png);
  }
  .header .mega-menu__content .menu-list__item .category_name.wear::before {
    background-image: url(../img/icon_category07.png);
  }
  .header .mega-menu__content .menu-list__item .category_name.goods::before {
    background-image: url(../img/icon_category08.png);
  }
  .header .mega-menu__content .menu-list__item .category_name.kinen::before {
    background-image: url(../img/icon_category09.png);
  }
  .header .mega-menu__content .menu-list__item a {
    color: #fff;
  }
  .header .mega-menu__content .menu-list__item ul {
    display: block;
    margin-top: 20px;
    padding: 0;
  }
  .header .mega-menu__content .menu-list__item ul li {
    list-style: none;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 8px 0;
    padding: 0 0 0 25px;
    background: url(../img/icon_arrow_y.svg) no-repeat;
    background-size: 15px;
    background-position: left 0 top 50%;
  }
  .header .mega-menu__content .menu-list__item ul li a:hover {
    text-decoration: underline;
  }
  .header .action-btn {
    margin-left: 100px;
  }
  .header .action-btn__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .action-btn__list li {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 1em;
    text-align: center;
  }
  .header .action-btn__list li a {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    background-repeat: no-repeat;
  }
  .header .action-btn__list li.cart {
    position: relative;
  }
  .header .action-btn__list li.cart a {
    background-image: url(../img/icon_nav_cart.svg);
    background-size: 30px;
    background-position: left 50% top 3px;
  }
  .header .action-btn__list li.cart .cart-badge {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    top: 2px;
    right: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 8px;
    font-size: 0.8rem;
    color: #fff;
    background: #E25252;
  }
  .header .action-btn__list li.login a {
    background-image: url(../img/icon_nav_login.svg);
    background-size: 30px;
    background-position: left 50% top 2px;
  }
  .header .action-btn__list li.login a::before {
    content: none;
  }
  .header .action-btn__list li.guide a {
    background-image: url(../img/icon_nav_register.svg);
    background-size: 24px;
    background-position: left 50% top 5px;
  }
  .header .action-btn__list li.logout a {
    background-image: url(../img/icon_logout.svg);
    background-size: 20px;
    background-position: left 50% top 5px;
  }
  .header .action-btn__list li.logout a::before {
    content: none;
  }
  .header .logo-s {
    width: 55px;
  }
  .header .head-bar {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.footer {
  display: block;
  width: 100%;
  background: #202124;
  padding: 3em 0 2em;
  color: #fff;
}
.footer .container {
  display: block;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.footer a {
  color: #D9D9D9;
}
.footer ul {
  padding: 0;
}
.footer ul li {
  list-style: none;
}
.footer .catalog-dl {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 80px;
  height: 80px;
}
.footer .catalog-dl a {
  display: block;
  translate: 0.6s;
}
.footer .catalog-dl img {
  width: 100%;
  max-width: 100%;
}
.footer .shop-info {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}
.footer .shop-info p {
  margin-top: 2.4em;
}
.footer .utility {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .utility li {
  font-size: 13px;
  font-size: 1.3rem;
}
.footer .utility li::after {
  content: "|";
  margin: 0 1em;
}
.footer .copyright {
  width: 100%;
  max-width: inherit;
  border-top: 1px solid #707070;
  margin: 10em 0 0 0;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .footer .utility li {
    margin-bottom: 5px;
  }
  .footer .utility li:nth-child(3n)::after, .footer .utility li:nth-child(4n)::after {
    content: none;
  }
}
@media print, screen and (min-width: 768px) {
  .footer {
    padding: 8em 0 0;
  }
  .footer .catalog-dl {
    width: 100px;
    height: 100px;
  }
  .footer .utility {
    margin-top: 6em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .utility li {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 8px 0;
  }
  .footer .utility li:last-child::after {
    content: none;
  }
}
@media print, screen and (min-width: 1023px) {
  .footer .catalog-dl {
    width: 150px;
    height: 150px;
    bottom: 50px;
    right: 15px;
  }
}

main {
  display: block;
}

.container::after {
  content: "";
  display: block;
  clear: both;
}
@media print, screen and (min-width: 1023px) {
  .container {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 1023px) {
  .wide-container {
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1022px) {
  .wide-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container-breaking-out {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.content-wrap {
  padding-top: 90px;
  padding-bottom: 5em;
}
@media print, screen and (min-width: 1023px) {
  .content-wrap {
    padding-top: 110px;
    padding-bottom: 6em;
  }
}

.content .checked-item {
  background: #F4F4F4;
  margin-top: 4em;
  padding: 3em 0;
}
.content .checked-item h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 350;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0;
}
.content .checked-item h2 .sub {
  font-size: 14px;
  font-size: 1.4rem;
  color: #202124;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.content .checked-item h2 .sub::before {
  content: "\a";
  white-space: pre;
}
.content .checked-item .checked-list {
  margin-top: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .checked-item .checked-list li {
  width: calc(50% - 10px);
  margin-top: 25px;
}
.content .checked-item .checked-list .item-info {
  margin-top: 15px;
}
.content .checked-item .checked-list .item-info-name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 450;
  list-style: 1.4;
}
.content .checked-item .checked-list .item-info-price {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 10px;
}
.content .checked-item .checked-list .item-info a {
  color: #202124;
}
@media print, screen and (min-width: 768px) {
  .content .checked-item {
    padding: 6em 0;
  }
  .content .checked-item h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .content .checked-item h2 .sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .content .checked-item .checked-list li {
    width: calc(25% - 20px);
  }
}

.side h2 {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: normal;
  background: #202124;
  padding: 0.1em 0.5em 0.25em;
}
.side ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.side ul li {
  border-bottom: 1px solid #dbdbdb;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: 7px;
  background-position: top 50% right 10px;
  padding: 0.5em 1em;
  color: #202124;
  position: relative;
}
.side ul li:first-child {
  border-top: 1px solid #dbdbdb;
}

.btn-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: #BA0612;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.6em;
  padding: 18px 1.5em;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  text-decoration: none !important;
}
.btn-default:visited {
  color: #fff;
}
.btn-default:hover {
  color: #fff;
  opacity: 0.8;
}
.btn-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: #FFC627;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.6em;
  padding: 18px 1.5em;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  text-decoration: none !important;
}
.btn-dl:visited {
  color: #fff;
}
.btn-dl:hover {
  color: #fff;
  opacity: 0.8;
}
.btn-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: #C3C3C3;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.6em;
  padding: 18px 1.5em;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  text-decoration: none !important;
}
.btn-sub:visited {
  color: #000;
}
.btn-sub:hover {
  color: #000;
  opacity: 0.8;
}
.btn-sub.w200 {
  width: 200px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table thead {
  background: #202124;
}
table thead th {
  color: #fff;
  border: none;
  text-align: center;
}
table th, table td {
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  padding: 10px 15px;
}
table th:last-child, table td:last-child {
  border-right: none;
}
table th {
  color: #202124;
  font-weight: 500;
  text-align: left;
  font-weight: normal;
}
table td {
  font-size: 15px;
  font-size: 1.5rem;
}
table td ul, table td dl {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  table.table-half {
    max-width: 60%;
  }
}
@media print, screen and (min-width: 1023px) {
  table.table-half {
    max-width: 50%;
  }
}
table.outline th {
  background: #202124;
  color: #fff;
}
table.material th, table.material td {
  font-size: 15px;
  font-size: 1.5rem;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
table.material th {
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}
table.size {
  text-align: center;
  margin-top: 5px;
}
table.size thead {
  background: none;
}
table.size thead th, table.size thead td {
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #202124;
  color: #202124;
  text-align: center;
  padding: 5px;
}
table.size thead th:last-child, table.size thead td:last-child {
  border-right: none;
}
table.size thead th:first-child, table.size thead td:first-child {
  border-left: none;
}
table.size thead th {
  font-weight: normal;
  vertical-align: middle;
}
table.size th, table.size td {
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 1px solid #202124;
  border-bottom: 1px solid #202124;
  border-right-color: #202124;
  padding: 5px;
}
table.size th {
  font-weight: normal;
}
table.size tbody tr:nth-child(odd) td {
  background: #e6e4cf;
}
table.postage {
  text-align: center;
}
table.postage th {
  text-align: center;
  vertical-align: middle;
  background: #202124;
  color: #fff;
}

.box-a {
  border: 1px solid #C3C3C3;
  padding: 0 1.5em 1.5em;
  margin-top: 2.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-flex__item {
  padding: 0 10px;
}

.heed-box {
  border: 3px solid #202124;
  text-align: center;
  padding: 1.5em;
  margin-top: 2.4em;
}
.heed-box *:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .heed-box {
    max-width: 400px;
  }
}

.flow {
  margin-top: 1.92em;
}
.flow__item {
  margin-bottom: 3em;
  border: 1px solid #C3C3C3;
  padding: 20px;
  position: relative;
  margin-left: 20px;
}
.flow__item .icon {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #202124;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -15px;
}
.flow__item p {
  margin: 0;
  list-style: 1.4;
}
.flow__item::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #202124;
  border-bottom: 0;
  position: absolute;
  bottom: -2.2em;
  left: 50%;
  margin-left: -10px;
}
.flow__item:last-child {
  margin-bottom: 0;
}
.flow__item:last-child::after {
  content: none;
}

.notes-box {
  margin-top: 3.2em;
  border: 4px solid #202124;
  background: #f8f4f4;
  padding: 1.5em;
}
.notes-box h3 {
  background: none;
  color: #202124;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0;
  padding: 0;
}
.notes-box p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 350;
  line-height: 1.5;
  margin-top: 0.8em;
}
.notes-box a.anchor {
  display: inline-block;
  padding-left: 0.7em;
  color: #202124;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: 5px;
  background-position: left 0 top 50%;
}

.breadcrumb {
  margin: 6px 0 0 0;
  padding: 0;
  border-top: 1px solid #EEEEEE;
}
.breadcrumb .breadcrumb-list {
  margin-top: 0;
  padding: 1.5em 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.breadcrumb .breadcrumb-list li {
  color: #969696;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb .breadcrumb-list li::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 5px solid #BA0612;
  border-right: 0;
  margin: 0 1em;
}
.breadcrumb .breadcrumb-list li:last-child::after {
  content: none;
}
.breadcrumb .breadcrumb-list li a {
  color: #202124;
}

ul.table-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.table-list li {
  border: 1px solid #CCC;
}
ul.table-list li a {
  height: 100%;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25em 1em !important;
}
ul.table-list li.hover {
  padding: 0.25em 1em;
  background: #ccc;
}

ul {
  list-style: none;
  padding: 0;
}

.list {
  padding: 0;
  list-style: none;
}
.list li {
  margin: 5px 0;
  position: relative;
  padding-left: 1em;
}
.list li::before {
  content: " ";
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #000;
  position: absolute;
  left: 0.5em;
  top: 0.75em;
}

.inline li {
  display: inline-block;
  margin-right: 0.5em;
}

.link {
  padding: 0;
  list-style: none;
}
.link li {
  margin: 5px 0;
  padding-left: 1.25em;
  background-image: url(../img/icon_arrow_o.svg);
  background-repeat: no-repeat;
  background-position: top 50% left 0;
  background-size: 11px;
}

.within {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 1em;
  border-bottom: 1px solid #e5e5e5;
}
.within li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 2em 5px 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.within li::before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #bbb4a9 transparent transparent transparent;
  margin-right: 5px;
}
.within li a {
  color: #202124;
}
@media print, screen and (min-width: 1023px) {
  .within {
    padding: 3em 1.5em;
  }
  .within li {
    margin: 5px 4em 5px 0;
  }
}

ul.rice {
  font-size: 14px;
  font-size: 1.4rem;
}
ul.rice li {
  line-height: 1.5;
  padding-left: 1em;
  margin: 0;
}
ul.rice li::before {
  content: "※";
  margin-left: -1em;
  margin-right: 0.5em;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0;
}

dl.list dt {
  position: relative;
  padding-left: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
dl.list dt::before {
  content: " ";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: #202124;
  position: absolute;
  left: 0;
  top: 0.6em;
}
dl.list dd {
  margin: 10px 0 1.5em;
}

dl.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
dl.flow dt {
  width: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  color: #BA0612;
  border-right: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
dl.flow dd {
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  margin-bottom: 30px;
}
dl.flow dd ul {
  width: 100%;
}
dl.flow dd ul li {
  font-size: 16px;
  font-size: 1.6rem;
}
dl.flow dd ul li::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #bbb4a9 transparent transparent transparent;
  margin: 5px 0 5px 8em;
}
dl.flow dd ul li:last-child::after {
  content: none;
}

@media print, screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

p, ul, ol, dl, h2, h3, h4, h5, table {
  margin-top: 1.6em;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.img-r {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .img-r {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .img-r {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
  }
}

.img-l {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .img-l {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .img-l {
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

.img_guide {
  max-width: 400px;
}

.arrow {
  text-align: center;
}
.arrow img {
  width: 60px;
}

.large {
  font-size: 110%;
}

.x-large {
  font-size: 140%;
}
@media screen and (max-width: 767px) {
  .x-large {
    font-size: 120%;
  }
}

.xx-large {
  font-size: 170%;
}
@media screen and (max-width: 767px) {
  .xx-large {
    font-size: 130%;
  }
}

.small {
  font-size: 84%;
}

.x-small {
  font-size: 70%;
}

em {
  font-weight: bold;
  font-style: normal;
}

.attention {
  color: #BA0612;
}

.bold {
  font-weight: bold;
}

.caption {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #999;
  margin-top: 0.5em;
}

.item-link {
  font-size: 18px;
  font-size: 1.8rem;
}
.item-link a {
  display: inline-block;
  position: relative;
  color: #000;
  margin-left: 5px;
  padding-right: 20px;
}
.item-link a:hover {
  color: #333;
}
.item-link a::before, .item-link a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 12px;
  height: 3px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform-origin: calc(100% - 1.5px) 50%;
          transform-origin: calc(100% - 1.5px) 50%;
}
.item-link a::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.item-link a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.margin--0 {
  margin-top: 0 !important;
}

.margin--05x {
  margin-top: 0.8em;
}

.margin--15x {
  margin-top: 2.4em;
}

.margin--2x {
  margin-top: 3.2em;
}

.mb--1x {
  margin-bottom: 1.6em;
}

.pc-show {
  display: none;
}
@media print, screen and (min-width: 1023px) {
  .pc-show {
    display: inline-block;
  }
}

.sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-show {
    display: inline-block;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
.row .col-xs-1 {
  width: 8.3333333333%;
}
.row .col-xs-2 {
  width: 16.6666666667%;
}
.row .col-xs-3 {
  width: 25%;
}
.row .col-xs-4 {
  width: 33.3333333333%;
}
.row .col-xs-5 {
  width: 41.6666666667%;
}
.row .col-xs-6 {
  width: 50%;
}
.row .col-xs-7 {
  width: 58.3333333333%;
}
.row .col-xs-8 {
  width: 66.6666666667%;
}
.row .col-xs-9 {
  width: 75%;
}
.row .col-xs-10 {
  width: 83.3333333333%;
}
.row .col-xs-11 {
  width: 91.6666666667%;
}
.row .col-xs-12 {
  width: 100%;
}
@media print, screen and (min-width: 1023px) {
  .row .col-sm-1 {
    width: 8.3333333333%;
  }
  .row .col-sm-2 {
    width: 16.6666666667%;
  }
  .row .col-sm-3 {
    width: 25%;
  }
  .row .col-sm-4 {
    width: 33.3333333333%;
  }
  .row .col-sm-5 {
    width: 41.6666666667%;
  }
  .row .col-sm-6 {
    width: 50%;
  }
  .row .col-sm-7 {
    width: 58.3333333333%;
  }
  .row .col-sm-8 {
    width: 66.6666666667%;
  }
  .row .col-sm-9 {
    width: 75%;
  }
  .row .col-sm-10 {
    width: 83.3333333333%;
  }
  .row .col-sm-11 {
    width: 91.6666666667%;
  }
  .row .col-sm-12 {
    width: 100%;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.googlemap {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 1.6em;
}
.googlemap iframe, .googlemap object, .googlemap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}