@charset "UTF-8";

/*=====================================================
 * 共通
 * ==================================================== */
@font-face {
  font-family: "icons";
  src: url("/common/font/fontello.eot");
  src: url("/common/font/fontello.eot#iefix") format("embedded-opentype"), url("/common/font/fontello.woff2") format("woff2"), url("/common/font/fontello.woff") format("woff"), url("/common/font/fontello.ttf") format("truetype"), url("/common/font/fontello.svg#fontello") format("svg");
}
:root {
  font-size: 10px;
}
#contents {
  color: #2c2c2c;
  /* IE 10 */
}
#contents span {
  font-weight: inherit;
}
#contents select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  /*Firefox用*/
  text-overflow: "";
  /*Firefox用*/
  font-family: "メイリオ", Meiryo, Droid Sans, HiraKakuProN-W3, HiraKakuPro-W3, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Helvetica;
}
#contents select::-ms-expand {
  display: none;
}
#contents img {
  max-width: 100%;
}
#contents a {
  text-decoration: none;
}
/*=====================================================
 * モジュール
 * ==================================================== */
.mod_btn a, .mod_btn input {
  margin: 0 auto;
  text-align: center;
  display: block;
  max-width: 360px;
  width: 100%;
  background-color: #6d6868;
  padding: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.mod_btn a:hover, .mod_btn input:hover {
  opacity: 0.8;
}
.mod_btn a:hover, .mod_btn input:hover {
  text-decoration: none;
}
.mod_btn.short a, .mod_btn.short input {
  padding: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
.mod_table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.mod_table > * {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.br_tb {
  display: none;
}
@media only screen and (max-width: 981px) {
  .br_tb {
    display: block;
  }
}
.mod_limiter {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
}
.mod_limiter.w1600 {
  max-width: 1600px;
}
/*=====================================================
 * アニメーション
 * ==================================================== */
.is_animation {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.is_animation.is_swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  65% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  70% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  65% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  70% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/*=====================================================
 * モジュール
 * ==================================================== */
.mod_head {
  text-align: center;
}
.mod_head > .tag {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
  font-weight: 700;
}
.mod_head > .ttl {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #424348;
  margin-top: 10px;
  line-height: 1.4;
}
.mod_head > .txt {
  margin-top: 10px;
}
.mod_view a {
  margin: 0 auto;
  text-align: center;
  display: block;
  max-width: 360px;
  background-color: #FFF;
  color: #424348;
  border: 1px solid #424348;
  padding: 15px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.mod_view a:hover {
  opacity: 0.8;
}
.mod_view a:before {
  content: "";
  margin-right: 5px;
  color: #424348;
  font-family: 'icons';
  font-size: 15px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mod_view a:hover {
  text-decoration: none;
}
.mod_catalog-Btn {
  position: absolute;
  right: 20px;
  top: 470px;
  z-index: 6;
}
.mod_catalog-Btn a {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.16);
  width: 160px;
  height: 160px;
  padding: 30px 10px;
  text-align: center;
  position: relative;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.mod_catalog-Btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: 50%;
  width: 20px;
  height: 20px;
  background-color: transparent;
  margin-top: -10px;
  margin-bottom: -10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mod_catalog-Btn a > .pic {
  width: 55px;
  margin: 0 auto;
}
.mod_catalog-Btn a > .pic.is_myseleca {
  width: 90px;
  padding-top: 10px;
}
.mod_catalog-Btn a > .pic.is_myseleca img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mod_catalog-Btn a > .pic img {
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6), 2px 2px 0 rgba(255, 255, 255, 0.6), 2px 2px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6), 2px 2px 0 rgba(255, 255, 255, 0.6), 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.mod_catalog-Btn a > .txt {
  color: #FFF;
  margin-top: 10px;
  line-height: 1.4;
  font-size: 12px;
  font-size: 1.2rem;
}
.mod_catalog-Btn a:hover {
  opacity: 0.8;
}
.mod_catalog-Btn.is_scrollOn {
  position: fixed;
  top: 60px;
}
/*=====================================================
 * javascript クラス
 * ==================================================== */
.js_inview {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.js_inview.is_animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.simply-scroll {
  height: 130px;
}
.simply-scroll.simply-scroll-container {
  position: relative;
}
.simply-scroll .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
.simply-scroll .simply-scroll-clip .simply-scroll-list:after {
  content: "";
  display: block;
  clear: both;
}
.simply-scroll .simply-scroll-clip .simply-scroll-list li {
  float: left;
}
/*=====================================================
 * 共通クラス
 * ==================================================== */
#contents .mod_local-nav {
	width: 100%;
	background: url(/ayl/images/common/bg_local_nav.png);
	background-color: #2d2d2d;
}
.is-fixed #contents .mod_local-nav.js-anchor {
    position: fixed;
    top: 0;
    z-index: 100;
    padding: 0;
}
#contents .mod_local-nav nav > ul {
  text-align: center;
}
#contents .mod_local-nav nav > ul li {
  display: inline-block;
}
#contents .mod_local-nav nav > ul li a {
  display: block;
  width: 248px;
  padding: 15px 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  transition: opacity .3s;
}
#contents .mod_local-nav nav > ul li a span {
  display: block;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  /*padding-bottom: 20px;*/
  position: relative;
}
#contents .mod_local-nav nav > ul li a span:after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0px;
  margin-right: -0.5em;
  color: #b9aa68;
  font-family: 'icons';
  font-size: 20px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#contents .mod_local-nav nav > ul li a:hover {
  background-color: #b9aa68;
}
#contents .mod_local-nav nav > ul li a:hover span:after {
  color: #2d2d2d;
}
#contents .mod_local-nav nav > ul li:first-child a span {
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}
#contents.p-youto .mod_local-nav nav > ul li a span:after {
  color: #fde064;
}
#contents.s-shussanuchiiwai .mod_local-nav {
  background-color: #db8383;
}
#contents.s-shussanuchiiwai .mod_local-nav nav > ul li a:hover {
  background-color: #eb7373;
}
#contents.s-kekkonuchiiwai .mod_local-nav {
  background-color: #42b0bb;
}
#contents.s-kekkonuchiiwai .mod_local-nav nav > ul li a:hover {
  background-color: #29c5d4;
}
#contents.s-koudenkaeshi .mod_local-nav {
  background-color: #8173ad;
}
#contents.s-koudenkaeshi .mod_local-nav nav > ul li a:hover {
  background-color: #765dc3;
}
#contents.s-business .mod_local-nav {
  background-color: #80a280;
  transition: opacity .3s;
}
#contents.s-business .mod_local-nav nav > ul li a{
  background-color: #80a280 !important;
  background: url(/ayl/images/common/bg_local_nav.png);
  transition: opacity .3s;
}
#contents.s-business .mod_local-nav nav > ul li a:hover {
  opacity: 0.5;
	background:none;
}
#contents.s-kaiki .mod_local-nav {
  background-color: #cf8f57;
}
#contents.s-kaiki .mod_local-nav nav > ul li a:hover {
  background-color: #e58e41;
}
#contents.s-oiwai .mod_local-nav {
  background-color: #638aab;
}
#contents.s-oiwai .mod_local-nav nav > ul li a:hover {
  background-color: #4b8cc3;
}
#contents.s-hikidemono .mod_local-nav {
  background-color: #c96baf;
}
#contents.s-hikidemono .mod_local-nav nav > ul li a:hover {
  background-color: #dd57b8;
}
#contents.s-shinchikuuchiiwai .mod_local-nav {
  background-color: #a59f68;
}
#contents.s-shinchikuuchiiwai .mod_local-nav nav > ul li a:hover {
  background-color: #bdb250;
}
#contents article {
  line-height: 1.6;
}
#contents article:not(:nth-of-type(1)) {
  margin-top: 60px;
}
@media only screen and (max-width: 981px) {
  #contents article {
    width: 100%;
    padding: 0 10px;
  }
}
/* service
------------------------------------------------ */
.service_area .title {
text-align: center;
margin-bottom: 30px;
}

.service_area .title h2 {
font-size: 3rem;
font-weight: bold;
}

.service_area .title h2 span {
display: block;
font-size: 1.5rem;
font-weight: bold;
}
.service_area .pc_only{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service_area .pc_only li{
    width: 32%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.service_area .pc_only li a{
    display: flex;
    justify-content: space-between;
    align-content:center;
}
.service_area .pc_only li a:hover{
    opacity: 1!important;
}
.service_area .pc_only li .pic{
    position: relative;
    z-index: 10;
    width: 50%;
    display: flex;
    align-items: center;
}
.service_area .pc_only li .name{
    position: relative;
    z-index: 10;
    font-weight: bold;
    text-align: center;
    width: 50%;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: center;
}
.service_area  ul  li:nth-of-type(1){
    background-color: #c7d5e6;
}
/*.service_area ul li:nth-of-type(1):after {
    background-color: #d9e2ee;
}*/
.service_area ul li:nth-of-type(2) {
    background-color: #e3d1bf;
}
/*.service_area ul li:nth-of-type(2):after {
    background-color: #ebded1;
}*/
.service_area ul li:nth-of-type(3)  {
    background-color: #cddbc5;
}
/*.service_area ul li:nth-of-type(3):after {
    background-color: #dbe5d5;
}*/
.service_area ul li:nth-of-type(4) {
    background-color: #ddddc1;
}
/*.service_area ul li:nth-of-type(4):after {
    background-color: #e6e6d1;
}*/
.service_area ul li:nth-of-type(5)  {
    background-color: #d4cede;
}
/*.service_area ul li:nth-of-type(5):after {
    background-color: #e1dde8;
}*/
.service_area ul li:nth-of-type(6)  {
    background-color: #c6dad9;
}
/*.service_area ul li:nth-of-type(6):after {
    background-color: #d5e4e3;
}*/
.service_area ul li:nth-of-type(7) {
    background-color: #e6d2d3;
}
/*.service_area ul li:nth-of-type(7):after {
    background-color: #efe2e3;
}*/
.service_area ul li:after {
    content: "";
    position: absolute;
    top: -30%;
    left: -50%;
    width: 200%;
    height: 100%;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
/*#contents article.service {
  background-color: #f5f5ee;
  padding: 60px 0;
}
#contents article.service .service-Box {
  margin-top: 30px;
}
#contents article.service .service-Box > ul:after {
  content: "";
  display: block;
  clear: both;
}
#contents article.service .service-Box > ul > li {
  float: left;
  width: 33.33%;
  padding: 10px;
}
#contents article.service .service-Box > ul > li a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
#contents article.service .service-Box > ul > li a > * {
  text-align: center;
}
#contents article.service .service-Box > ul > li a > .txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#contents article.service .service-Box > ul > li a:hover {
  opacity: 0.8;
}
#contents article.service .service-Box > ul > li a:hover {
  color: inherit;
}
#contents article.service .service-Box > ul > li a:after {
  content: "";
  position: absolute;
  top: -100px;
  left: -50px;
  width: 200%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  z-index: -1;
}
#contents article.service .service-Box > ul > li:not(:first-child) a > * {
  display: inline-block;
  vertical-align: middle;
}
#contents article.service .service-Box > ul > li:not(:first-child) a > .pic {
  width: 40%;
}
#contents article.service .service-Box > ul > li:not(:first-child) a > .txt {
  width: 58%;
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 20px;
  font-weight: bold;
  position: relative;
}
#contents article.service .service-Box > ul > li:not(:first-child) a > .txt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: 50%;
  width: 10px;
  height: 10px;
  background-color: transparent;
  margin-top: -5px;
  margin-bottom: -5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contents article.service .service-Box > ul > li:nth-of-type(1) a {
  background-color: #c7d5e6;
}
#contents article.service .service-Box > ul > li:nth-of-type(2) a {
  background-color: #e3d1bf;
}
#contents article.service .service-Box > ul > li:nth-of-type(3) a {
  background-color: #cddbc5;
}
#contents article.service .service-Box > ul > li:nth-of-type(4) a {
  background-color: #ddddc1;
}
#contents article.service .service-Box > ul > li:nth-of-type(5) a {
  background-color: #d4cede;
}
#contents article.service .service-Box > ul > li:nth-of-type(6) a {
  background-color: #c6dad9;
}
#contents article.service .service-Box > ul > li:nth-of-type(7) a {
  background-color: #e6d2d3;
}
#contents article.service .service-Box > ul > li:nth-of-type(1) a {
  min-height: 27.2em;
}
#contents article.service .service-Box > ul > li:nth-of-type(1) a:after {
  left: -100px;
}
#contents article.service .service-Box > ul > li:nth-of-type(1) a > .pic {
  width: 70%;
  margin: 30px auto;
}
#contents article.service .service-Box > ul > li:nth-of-type(1) a > .txt {
  position: relative;
}
#contents article.service .service-Box > ul > li:nth-of-type(1) a > .txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: 50%;
  width: 10px;
  height: 10px;
  background-color: transparent;
  margin-top: -5px;
  margin-bottom: -5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contents article.service .service-Box > ul > li:nth-of-type(1) a > .txt em {
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 981px) {
  #contents article.service .service-Box > ul > li {
    padding: 5px;
  }
  #contents article.service .service-Box > ul > li a > .txt {
    font-size: 1.4rem;
  }
  #contents article.service .service-Box > ul > li a > .txt:after {
    right: 15px;
  }
}*/
/* スライド
------------------------------------------------ */
#contents.p-index article.mainVisual .js-flexslider {
  position: relative;
}
#contents.p-index article.mainVisual .js-flexslider .slides li {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  text-indent: -9999px;
}
#contents.p-index article.mainVisual .js-flexslider .slides li:nth-child(1) {
  background-image: url(/ayl/images/top/pic_maintitle_01.jpg);
}
#contents.p-index article.mainVisual .js-flexslider .slides li:nth-child(2) {
  background-image: url(/ayl/images/top/pic_maintitle_02.jpg);
}
#contents.p-index article.mainVisual .js-flexslider .slides li:nth-child(3) {
  background-image: url(/ayl/images/top/pic_maintitle_03.jpg);
}
#contents.p-index article.mainVisual .js-flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
}
#contents.p-index article.mainVisual .js-flexslider .logo {
  position: absolute;
  margin-top: -150px;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 4;
  text-align: center;
}
#contents.p-index article.mainVisual .js-flexslider .logo > .pic img {
  max-width: 160px;
}
#contents.p-index article.mainVisual .js-flexslider .logo > .txt {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.4;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 981px) {
  #contents.p-index article.mainVisual {
    padding: 0;
  }
  #contents.p-index article.mainVisual .js-flexslider .slides li {
    height: 300px;
  }
  #contents.p-index article.mainVisual .js-flexslider .logo {
    margin-top: -100px;
  }
  #contents.p-index article.mainVisual .js-flexslider .logo > .pic img {
    max-width: 100px;
  }
  #contents.p-index article.mainVisual .js-flexslider .logo > .txt {
    font-size: 2.0rem;
  }
}
/* THE STANDARD GIFT
------------------------------------------------ */
#contents.p-index article.standardGift .catalog-Txt {
  text-align: center;
}
#contents.p-index article.standardGift .catalog-Txt > .ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
#contents.p-index article.standardGift .catalog-Txt > .ttl span {
  font-size: 26px;
  font-size: 2.6rem;
  color: #b9a96b;
}
#contents.p-index article.standardGift .catalog-Txt > .txt {
  margin-top: 10px;
}
#contents.p-index article.standardGift .standard-Gift-Box {
  margin-top: 30px;
}
#contents.p-index article.standardGift .standard-Gift-Box section {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 100%;
}
#contents.p-index article.standardGift .standard-Gift-Box section > .tag {
  padding: 5px 25px;
  overflow: hidden;
  display: inline-block;
  background-color: #424348;
  color: #fff;
  position: relative;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
#contents.p-index article.standardGift .standard-Gift-Box section > .tag:before, #contents.p-index article.standardGift .standard-Gift-Box section > .tag:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  margin-top: -50px;
  z-index: -1;
}
#contents.p-index article.standardGift .standard-Gift-Box section > .tag:before {
  right: -8px;
  border-right: 20px solid #fff;
}
#contents.p-index article.standardGift .standard-Gift-Box section > .tag:after {
  left: -8px;
  border-left: 20px solid #fff;
}
#contents.p-index article.standardGift .standard-Gift-Box section > .ttl {
  margin-top: 10px;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: bold;
  color: #424348;
}
#contents.p-index article.standardGift .standard-Gift-Box section > .ttl span {
  font-size: 30px;
  font-size: 3.0rem;
}
#contents.p-index article.standardGift .standard-Gift-Box section a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  display: table;
}
#contents.p-index article.standardGift .standard-Gift-Box section a:hover {
  opacity: 0.8;
}
#contents.p-index article.standardGift .standard-Gift-Box section a .pic, #contents.p-index article.standardGift .standard-Gift-Box section a .inner {
  display: table-cell;
  vertical-align: middle;
}
#contents.p-index article.standardGift .standard-Gift-Box section a .pic {
  width: 45%;
}
#contents.p-index article.standardGift .standard-Gift-Box section a .pic img {
  width: 100%;
}
#contents.p-index article.standardGift .standard-Gift-Box section a .inner {
  width: 55%;
  position: relative;
  color: #fff;
  padding-bottom: 3.2em;
}
#contents.p-index article.standardGift .standard-Gift-Box section a .heading {
  font-weight: bold;
}
#contents.p-index article.standardGift .standard-Gift-Box section a .txt {
  position: absolute !important;
  padding: 5px 10px;
  left: 0;
  width: 100%;
  background-color: #6d6868;
  position: relative;
}
#contents.p-index article.standardGift .standard-Gift-Box section a .txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: 50%;
  width: 6px;
  height: 6px;
  background-color: transparent;
  margin-top: -3px;
  margin-bottom: -3px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contents.p-index article.standardGift .standard-Gift-Box section:nth-child(n+2) {
  padding: 5px;
}
#contents.p-index article.standardGift .standard-Gift-Box section.is_header, #contents.p-index article.standardGift .standard-Gift-Box section.is_shussanuchiiwai, #contents.p-index article.standardGift .standard-Gift-Box section.is_kekkonuchiiwai {
  width: 33.33%;
}
#contents.p-index article.standardGift .standard-Gift-Box section.is_koudenkaeshi, #contents.p-index article.standardGift .standard-Gift-Box section.is_kaiki, #contents.p-index article.standardGift .standard-Gift-Box section.is_oiwai, #contents.p-index article.standardGift .standard-Gift-Box section.is_business {
  width: 25%;
}
#contents.p-index article.standardGift .standard-Gift-Box section.is_koudenkaeshi a .heading, #contents.p-index article.standardGift .standard-Gift-Box section.is_kaiki a .heading, #contents.p-index article.standardGift .standard-Gift-Box section.is_oiwai a .heading, #contents.p-index article.standardGift .standard-Gift-Box section.is_business a .heading {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 15px;
}
#contents.p-index article.standardGift .standard-Gift-Box section.is_koudenkaeshi a .txt, #contents.p-index article.standardGift .standard-Gift-Box section.is_kaiki a .txt, #contents.p-index article.standardGift .standard-Gift-Box section.is_oiwai a .txt, #contents.p-index article.standardGift .standard-Gift-Box section.is_business a .txt {
  font-size: 11px;
  font-size: 1.1rem;
  bottom: 10px;
}
#contents.p-index article.standardGift .standard-Gift-Box section.is_shussanuchiiwai a .heading, #contents.p-index article.standardGift .standard-Gift-Box section.is_kekkonuchiiwai a .heading {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 0 20px;
}
#contents.p-index article.standardGift .standard-Gift-Box section.is_shussanuchiiwai a .txt, #contents.p-index article.standardGift .standard-Gift-Box section.is_kekkonuchiiwai a .txt {
  font-size: 13px;
  font-size: 1.3rem;
  bottom: 20px;
}
#contents.p-index article.standardGift .standard-Gift-Box section.is_shussanuchiiwai a {
  background-color: #e3aeae;
}
#contents.p-index article.standardGift .standard-Gift-Box section.is_kekkonuchiiwai a {
  background-color: #94c4c9;
}
#contents.p-index article.standardGift .standard-Gift-Box section.is_koudenkaeshi a {
  background-color: #bab3d1;
}
#contents.p-index article.standardGift .standard-Gift-Box section.is_kaiki a {
  background-color: #d6baa1;
}
#contents.p-index article.standardGift .standard-Gift-Box section.is_oiwai a {
  background-color: #aec2d3;
}
#contents.p-index article.standardGift .standard-Gift-Box section.is_business a {
  background-color: #b0c7b0;
}
@media only screen and (max-width: 981px) {
  #contents.p-index article.standardGift .standard-Gift-Box section > .ttl {
    font-size: 2.6rem;
  }
  #contents.p-index article.standardGift .standard-Gift-Box section > .ttl span {
    font-size: 2.2rem;
  }
}
/* trust
------------------------------------------------ */
#contents.p-index article.trust {
  background-image: url(/ayl/images/top/bg_trust.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
  padding-left: 50%;
}
#contents.p-index article.trust .trust-Box {
  padding: 30px;
  background-color: #F8F6EB;
}
#contents.p-index article.trust .trust-Box .trust-Box-Head {
  text-align: center;
  padding-top: 70px;
  background-image: url(/ayl/images/common/ico_cataloggift.svg);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: 75px 68px;
  background-size: 75px 68px;
}
#contents.p-index article.trust .trust-Box .trust-Box-Head > .tag {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}
#contents.p-index article.trust .trust-Box .trust-Box-Head > .ttl {
  margin-top: 10px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 0.8;
  font-weight: bold;
}
#contents.p-index article.trust .trust-Box .trust-Box-Head > .ttl span.jm {
  font-size: 32px;
  font-size: 3.2rem;
}
#contents.p-index article.trust .trust-Box .trust-Box-Head > .ttl span.num {
  vertical-align: -5px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}
#contents.p-index article.trust .trust-Box .trust-Box-Head > .ttl span.num.m {
  font-size: 40px;
  font-size: 4.0rem;
}
#contents.p-index article.trust .trust-Box .trust-Box-Head > .ttl span.num.l {
  font-size: 65px;
  font-size: 6.5rem;
}
#contents.p-index article.trust .trust-Box > ul > li {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
  counter-increment: cnt;
}
#contents.p-index article.trust .trust-Box > ul > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(cnt) ".";
  font-size: 50px;
  font-size: 5.0rem;
  font-weight: 700;
  line-height: 0.8;
  font-family: "Josefin Sans", sans-serif;
}
#contents.p-index article.trust .trust-Box > ul > li > .ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
  line-height: 1.4;
  display: inline-block;
}
#contents.p-index article.trust .trust-Box > ul > li > .ttl:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: "";
  width: 100%;
  height: 100%;
  padding: 0 20px;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  background-color: #FFF;
  z-index: -1;
}
#contents.p-index article.trust .trust-Box > ul > li > .txt {
  margin-top: 10px;
}
@media only screen and (max-width: 981px) {
  #contents.p-index article.trust {
    padding: 0 0 0 40%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}
/* support
------------------------------------------------ */
#contents.p-index article.support {
  padding: 60px 0;
  margin-top: 0;
  background-image: url(/ayl/images/top/bg_support.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
#contents.p-index article.support .support-Box .support-Box-Head > .ttl {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 0.8;
  font-weight: bold;
  padding: 0 0 20px;
}
#contents.p-index article.support .support-Box .support-Box-Head > .ttl span.jm {
  font-size: 32px;
  font-size: 3.2rem;
}
#contents.p-index article.support .support-Box .support-Box-Head > .ttl span.num {
  vertical-align: -5px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}
#contents.p-index article.support .support-Box .support-Box-Head > .ttl span.num.m {
  font-size: 40px;
  font-size: 4.0rem;
}
#contents.p-index article.support .support-Box .support-Box-Head > .ttl span.num.l {
  font-size: 65px;
  font-size: 6.5rem;
}
#contents.p-index article.support .support-Box > ul {
  width: 100%;
  display: table;
  border-spacing: 10px 0;
}
#contents.p-index article.support .support-Box > ul li {
  background-color: #FFF;
  display: table-cell;
  vertical-align: top;
  width: 25%;
  position: relative;
  padding: 70px 20px 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
  counter-increment: cnt;
}
#contents.p-index article.support .support-Box > ul li:before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  content: counter(cnt);
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 0.8;
  font-family: "Josefin Sans", sans-serif;
}
#contents.p-index article.support .support-Box > ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -60px;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid #c9e6de;
  border-right: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid transparent;
}
#contents.p-index article.support .support-Box > .att {
  text-align: right;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 10px 0;
}
/* search
------------------------------------------------ */
#contents.p-index article.search {
  margin-top: 0 !important;
  background-color: #f5e5e5;
  padding: 60px 0;
}
#contents.p-index article.search .search-select-Box {
  margin-top: 30px;
  border-spacing: 5px 0;
  display: table;
  width: 100%;
  position: relative;
}
#contents.p-index article.search .search-select-Box:before, #contents.p-index article.search .search-select-Box:after {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: 19px;
  margin-bottom: 19px;
  margin-top: -3px;
  margin-right: -24px;
}
#contents.p-index article.search .search-select-Box:before {
  content: "";
  display: block;
  width: 48px;
  height: 6px;
  background-color: #8f8f8f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contents.p-index article.search .search-select-Box:after {
  content: "";
  display: block;
  width: 48px;
  height: 6px;
  background-color: #8f8f8f;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contents.p-index article.search .search-select-Box > .search-select-Box-Item {
  display: table-cell;
  width: 50%;
  position: relative;
}
#contents.p-index article.search .search-select-Box > .search-select-Box-Item > .search-select-Box-Item-Inner {
  background-color: #FFF;
  z-index: 1;
  position: relative;
}
#contents.p-index article.search .search-select-Box > .search-select-Box-Item > .search-select-Box-Item-Inner select {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #adadad;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
#contents.p-index article.search .search-select-Box > .search-select-Box-Item > .search-select-Box-Item-Inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  border: solid 8px transparent;
  border-left-color: #2c2c2c;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#contents.p-index article.search .search-select-Box > .search-select-Box-Item > .search-select-Box-Item-Inner:after {
  z-index: -1;
}
#contents.p-index article.search .search-select-Box > .search-select-Box-Item:nth-of-type(1) {
  padding-right: 50px;
}
#contents.p-index article.search .search-select-Box > .search-select-Box-Item:nth-of-type(2) {
  padding-left: 50px;
}
#contents.p-index article.search .mod_btn {
  margin-top: 20px;
}
/* lineUp
------------------------------------------------ */
#contents.p-index article.lineUp {
  padding: 60px 0;
  background-color: #ededed;
}
#contents.p-index article.lineUp .lineup-cont > section {
  margin-top: 20px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  position: relative;
}
#contents.p-index article.lineUp .lineup-cont > section:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 34%;
  height: 5px;
  background-color: #424348;
}
#contents.p-index article.lineUp .lineup-cont > section.is_asyoulike .catalog-head .heading img {
  max-width: 256px;
}
#contents.p-index article.lineUp .lineup-cont > section.is_buonotime .catalog-head .heading img {
  max-width: 162px;
}
#contents.p-index article.lineUp .lineup-cont > section.is_bridal .catalog-head .heading img {
  max-width: 310px;
}
#contents.p-index article.lineUp .lineup-cont > section.is_milkybaby .catalog-head .heading img {
  max-width: 250px;
}
#contents.p-index article.lineUp .lineup-cont > section.is_phoayl .catalog-head .heading img {
  max-width: 280px;
}
/*
#contents.p-index article.lineUp .lineup-cont > section.is_duetayl {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  margin-right: 10px;
}*/
#contents.p-index article.lineUp .lineup-cont > section.is_duetayl .catalog-head .heading img {
  max-width: 220px;
}
#contents.p-index article.lineUp .lineup-cont > section.is_duetayl .catalog-head .pic {
  min-height: 163px;
}
#contents.p-index article.lineUp .lineup-cont > section.is_duetayl .catalog-head .pic img {
  max-width: 220px;
}
#contents.p-index article.lineUp .lineup-cont > section.is_myseleca {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  margin-left: 10px;
}
#contents.p-index article.lineUp .lineup-cont > section.is_myseleca .catalog-head .heading img {
  max-width: 155px;
}
#contents.p-index article.lineUp .lineup-cont > section.is_myseleca .catalog-head .pic img {
  max-width: 200px;
}
#contents.p-index article.lineUp .lineup-cont > section.is_half {
  vertical-align: top;
}
#contents.p-index article.lineUp .lineup-cont > section.is_half:before {
  width: 50%;
}
#contents.p-index article.lineUp .lineup-cont > section.is_half .catalog-head {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
#contents.p-index article.lineUp .lineup-cont > section.is_half .catalog-cont {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
#contents.p-index article.lineUp .lineup-cont .lineupInner {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#contents.p-index article.lineUp .lineup-cont .lineupInner .link_wrap{
	display: block;
}
#contents.p-index article.lineUp .lineup-cont .catalog-head {
  -webkit-flex-basis: -webkit-calc((100% - 240px) / 10*4.5);
  -ms-flex-preferred-size: calc((100% - 240px) / 10*4.5);
  flex-basis: calc((100% - 240px) / 10*4.5);
  text-align: center;
}
#contents.p-index article.lineUp .lineup-cont .catalog-head .heading span {
	display: block;
	margin-top: 5px;
	transition: all .1s;
}
#contents.p-index article.lineUp .lineup-cont .lineupInner .link_wrap:hover .heading span{
	opacity: .6;
}
#contents.p-index article.lineUp .lineup-cont .catalog-head .pic {
  margin-top: 10px;
}
#contents.p-index article.lineUp .lineup-cont .catalog-head .pic img {
  max-width: 249px;
}
#contents.p-index article.lineUp .lineup-cont .catalog-cont {
  margin-left: 20px;
  -webkit-flex-basis: 240px;
  -ms-flex-preferred-size: 240px;
  flex-basis: 240px;
}
#contents.p-index article.lineUp .lineup-cont .catalog-cont .catch {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#contents.p-index article.lineUp .lineup-cont .catalog-cont .catch span {
  position: relative;
  display: block;
  margin-top: 5px;
  padding: 2px 10px;
  border-top: 3px solid;
  border-bottom: 3px solid;
  color: #b9a96b;
  transition: all .5s;
}
#contents.p-index article.lineUp .lineup-cont .catalog-cont .catch span:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: -11px;
  width: 1.3em;
  height: 1.3em;
  background-color: transparent;
  border-top: solid 3px #b9a96b;
  border-right: solid 3px #b9a96b;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contents.p-index article.lineUp .lineup-cont .catalog-cont .catch span:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: -11px;
  width: 1.3em;
  height: 1.3em;
  background-color: transparent;
  border-top: solid 3px #b9a96b;
  border-right: solid 3px #b9a96b;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#contents.p-index article.lineUp .lineup-cont .catalog-cont .catch a:hover span{
	opacity: 0.6;
}
#contents.p-index article.lineUp .lineup-cont .catalog-thum {
  margin-left: 30px;
  -webkit-flex-basis: -webkit-calc((100% - 240px) / 10*5.5);
  -ms-flex-preferred-size: calc((100% - 240px) / 10*5.5);
  flex-basis: calc((100% - 240px) / 10*5.5);
}
#contents.p-index article.lineUp .lineup-cont .btns {
  margin-top: 20px;
}
#contents.p-index article.lineUp .lineup-cont .btns > li {
  margin-top: 10px;
}
#contents.p-index article.lineUp .lineup-cont .btns > li a {
  padding: 10px 20px;
  position: relative;
}
#contents.p-index article.lineUp .lineup-cont .btns > li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: 50%;
  width: 6px;
  height: 6px;
  background-color: transparent;
  margin-top: -3px;
  margin-bottom: -3px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* eayl
------------------------------------------------ */
#contents.p-index article.eayl {
  padding: 60px 0;
  background-image: url(/ayl/images/top/bg_eayl.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
#contents.p-index article.eayl .eayl_limiter {
  max-width: 670px;
}
#contents.p-index article.eayl .eayl_limiter .eayl_head {
  text-align: center;
}
#contents.p-index article.eayl .eayl_limiter .eayl_head > .sub {
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
#contents.p-index article.eayl .eayl_limiter .eayl_head > .ttl, #contents.p-index article.eayl .eayl_limiter .eayl_head > .txt {
  margin-top: 20px;
}
#contents.p-index article.eayl .eayl_limiter .eayl_head > .ttl img {
  max-width: 140px;
}
#contents.p-index article.eayl .eayl_limiter .mod_btn a {
  position: relative;
}
#contents.p-index article.eayl .eayl_limiter .mod_btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: 50%;
  width: 6px;
  height: 6px;
  background-color: transparent;
  margin-top: -3px;
  margin-bottom: -3px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contents.p-index article.eayl .eayl_limiter .eayl-Box {
  background-color: #FFF;
  margin: 30px 0;
  padding: 30px 10px;
}
#contents.p-index article.eayl .eayl_limiter .eayl-Box .eayl-Box-Head {
  text-align: center;
  position: relative;
}
#contents.p-index article.eayl .eayl_limiter .eayl-Box .eayl-Box-Head > .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
#contents.p-index article.eayl .eayl_limiter .eayl-Box .eayl-Box-Head > .tag {
  position: absolute;
  top: -40px;
  left: 20px;
}
#contents.p-index article.eayl .eayl_limiter .eayl-Box .eayl-Box-Head > .tag img {
  max-width: 100px;
}
#contents.p-index article.eayl .eayl_limiter .eayl-Box .eayl-Box-Head > .txt {
  font-size: 12px;
  font-size: 1.2rem;
}
#contents.p-index article.eayl .eayl_limiter .eayl-Box > ul {
  margin-top: 30px;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 30px 0;
}
#contents.p-index article.eayl .eayl_limiter .eayl-Box > ul > li {
  display: table-cell;
  width: 25%;
  vertical-align: top;
  padding-top: 30px;
  position: relative;
  counter-increment: cnt;
}
#contents.p-index article.eayl .eayl_limiter .eayl-Box > ul > li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  color: #FFF;
  padding: 5px;
  text-align: center;
  content: "Program "counter(cnt);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 0.8;
  font-family: "Josefin Sans", sans-serif;
}
#contents.p-index article.eayl .eayl_limiter .eayl-Box > ul > li > .ttl {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
#contents.p-index article.eayl .eayl_limiter .eayl-Box > ul > li > .txt {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
#contents.p-index article.eayl .eayl_limiter .eayl-Box > ul > li > .pic {
  margin-top: 10px;
}
@media only screen and (max-width: 981px) {
  #contents.p-index article.eayl .eayl_limiter {
    margin: 0 auto;
  }
}
/* すべてのカタログギフト
------------------------------------------------ */
#contents.p-index article.all-cataloggift .mod_head .txt {
  margin-top: 20px;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 6px solid #424348;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item .name {
  text-align: center;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item .course {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item .course em {
  display: inline-block;
  margin-right: 20px;
  padding: 2px 20px;
  border-radius: 10px;
  background-color: #2c2c2c;
  color: #fff;
  text-align: center;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item .course span {
  color: #b9a96b;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item .catch {
  width: 670px;
  margin: 20px auto 0;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item .lead {
  width: 670px;
  margin: 10px auto 0;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item .inner {
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #b3b3b3;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item .pic, #contents.p-index article.all-cataloggift .all-cataloggift-item .price-list {
  display: table-cell;
  vertical-align: top;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item .link_wrap{
	display: block;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item .pic {
  width: 240px;
  padding: 0 40px 0 90px;
  text-align: center;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item .pic span {
  text-align: center;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item .pic img {
  width: 110px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#contents.p-index article.all-cataloggift .all-cataloggift-item .type {
	position: absolute;
	top: 30px;
	left: 20px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAMAAADXT/YiAAAADFBMVEUeHh4jIyM5OTk8PDxUfY0FAAAAJElEQVR4AUXGsREAMAyEMN7sv3MqLqqE6o0dRYoUKVKOsh/KHhzUAKOuAK83AAAAAElFTkSuQmCC);
	border-radius: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
	z-index: 10;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item .type span {
  display: table-cell;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  text-align: center;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item .price-list {
  max-width: 740px;
  width: 100%;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item .price-list li {
  display: inline-block;
  width: 185px;
  vertical-align: top;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item .price-list li a {
  display: block;
  padding: 15px 10px;
  text-align: center;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item .price-list li a:before {
  content: "";
  margin-right: 5px;
  color: #b9aa68;
  font-family: 'icons';
  font-size: 1em;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item .price-list li a:hover {
  background-color: #eeede9;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item.is_asyoulike .name img {
  width: 256px;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item.is_buonotime .name img {
  width: 162px;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item.is_milkybaby .name img {
  width: 262px;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item.is_bridal .name img {
  width: 350px;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item.is_original .name img {
  width: 410px;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item.is_buonotime_photo .name img {
  width: 410px;
}
/*#contents.p-index article.all-cataloggift .all-cataloggift-item.is_buonotime_photo .name img {
  width: 275px;
}*/
#contents.p-index article.all-cataloggift .all-cataloggift-item.is_myseleca .type {
  font-size: 16px;
  font-size: 1.6rem;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item.is_myseleca .name img {
  width: 250px;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item.is_myseleca .pic {
  padding-left: 60px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item.is_myseleca .pic.is_blue {
  color: #5aacbb;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item.is_myseleca .pic.is_pink {
  color: #d490b5;
}
#contents.p-index article.all-cataloggift .all-cataloggift-item.is_myseleca .pic img {
  width: 140px;
  border-radius: 6px;
}

.course .mod_btn{
  margin: 30px 0px 0px;
}

/* Ranking BEST3
------------------------------------------------ */
#contents.p-index .ranking {
  margin-top: 50px;
  margin-bottom: 50px;
}
#contents.p-index .ranking .ranking-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000;
}
#contents.p-index .ranking .ranking-item:after {
  content: "";
  display: block;
  clear: both;
}
#contents.p-index .ranking .ranking-item .intro {
  float: left;
  width: 42%;
  padding: 10px 25px 30px;
  vertical-align: top;
}
#contents.p-index .ranking .ranking-item .intro .tag {
  margin-left: -20px;
  background-color: #424348;
  padding: 3px 30px;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
  display: inline-block;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
#contents.p-index .ranking .ranking-item .intro .ttl {
  margin: 15px 0 10px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: bold;
}
#contents.p-index .ranking .ranking-item .list {
  float: right;
  width: 54%;
}
#contents.p-index .ranking .ranking-item .list a {
  display: block;
}
#contents.p-index .ranking .ranking-item .list .listitem {
  width: 30%;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
}
#contents.p-index .ranking .ranking-item .list .listitem .rank {
  width: 50px;
  margin: 0 auto;
}
#contents.p-index .ranking .ranking-item .list .listitem .pic {
  width: 80%;
  margin: 10px auto 0;
}
#contents.p-index .ranking .ranking-item .list .listitem .name {
  margin-top: 10px;
  font-weight: bold;
}
#contents.p-index .ranking .ranking-item .list .listitem .btn {
  margin-top: 10px;
}
#contents.p-index .ranking .ranking-item .list .listitem .btn a {
  display: block;
  background-color: #6d6868;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  position: relative;
}
#contents.p-index .ranking .ranking-item .list .listitem .btn a:hover {
  opacity: 0.8;
}
#contents.p-index .ranking .ranking-item .list .listitem .btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  bottom: 50%;
  width: 6px;
  height: 6px;
  background-color: transparent;
  margin-top: -3px;
  margin-bottom: -3px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contents.p-index .ranking .ranking-item .list .listitem:nth-child(2n) {
  margin: 0 5%;
}
#contents.p-index .ranking .ranking-item.is_shussanuchiiwai .intro {
  background-color: #f3e1e1;
}
#contents.p-index .ranking .ranking-item.is_shussanuchiiwai .intro .ttl {
  color: #db8383;
}
#contents.p-index .ranking .ranking-item.is_kekkonuchiiwai .intro {
  background-color: #d9e8e9;
}
#contents.p-index .ranking .ranking-item.is_kekkonuchiiwai .intro .ttl {
  color: #42b0bb;
}
#contents.p-index .ranking .ranking-item.is_koudenkaeshi .intro {
  background-color: #dcdae2;
}
#contents.p-index .ranking .ranking-item.is_koudenkaeshi .intro .ttl {
  color: #8173ad;
}
#contents.p-index .ranking .ranking-item.is_business .intro {
  background-color: #d6e3d6;
}
#contents.p-index .ranking .ranking-item.is_business .intro .ttl {
  color: #80a280;
}
#contents.p-index .ranking .ranking-item.is_kaiki .intro {
  background-color: #f4dfca;
}
#contents.p-index .ranking .ranking-item.is_kaiki .intro .ttl {
  color: #cf8f57;
}
#contents.p-index .ranking .ranking-item.is_oiwai .intro {
  background-color: #dde5eb;
}
#contents.p-index .ranking .ranking-item.is_oiwai .intro .ttl {
  color: #638aab;
}
#contents.p-index .ranking .ranking-item.is_hikidemono .intro {
  background-color: #efddea;
}
#contents.p-index .ranking .ranking-item.is_hikidemono .intro .ttl {
  color: #c96baf;
}
#contents.p-index .ranking .ranking-item.is_shinchikuuchiiwai .intro {
  background-color: #e2e0cd;
}
#contents.p-index .ranking .ranking-item.is_shinchikuuchiiwai .intro .ttl {
  color: #a59f68;
}
/* story
------------------------------------------------ */
#contents.p-index article.story {
  background-color: #F5F5EE;
  padding: 60px 0;
}
#contents.p-index article.story .story-Head {
  text-align: center;
}
#contents.p-index article.story .story-Head img {
  max-width: 530px;
}
#contents.p-index article.story .story-Box > ul > li {
  display: inline-block;
  width: 33.33%;
  padding: 30px;
}
#contents.p-index article.story .story-Box > ul > li a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
#contents.p-index article.story .story-Box > ul > li a:hover {
  opacity: 0.8;
}
#contents.p-index article.story .story-Txt {
  margin-top: 30px;
  text-align: center;
}
#contents.p-index article.story .story-Txt > .txt {
  font-weight: bold;
}
#contents.p-index article.story .story-Txt > .txt span {
  font-size: 22px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 981px) {
  #contents.p-index article.story .story-Box > ul > li {
    padding: 15px;
  }
}
/* 注意喚起ボタン
------------------------------------------------ */
#contents.p-index .caution {
  margin-top: 60px;
  display: block;
}
#contents.p-index .caution a {
  position: relative;
}
#contents.p-index .caution a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  width: 8px;
  height: 8px;
  background-color: transparent;
  margin-top: -4px;
  margin-bottom: -4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*=====================================================
 * 用途
 * ==================================================== */
/* 共通
------------------------------------------------ */
#contents.p-youto article .mod_slanting_head {
  margin: 0 auto;
  max-width: 768px;
}
#contents.p-youto article .mod_slanting_head > .tag {
  margin-left: 50px;
  background-color: #424348;
  padding: 3px 30px;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
  display: inline-block;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
#contents.p-youto article .mod_slanting_head > .ttl {
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #424348;
}
#contents.p-youto article .mod_slanting_head > .ttl span.fsM {
  font-size: 30px;
  font-size: 3.0rem;
}
#contents.p-youto article .mod_emblem {
  padding: 30px 0 0;
}
#contents.p-youto article .mod_emblem > .ttl {
 /* padding: 10px 0 0 90px;*/
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  color: #424348;
  min-height: 80px;
}
#contents.p-youto article .mod_emblem > .ttl:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 81px;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: 72px 81px;
  background-size: 72px 81px;
}
#contents.p-youto article .mod_emblem > .ttl.border {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
#contents.p-youto article .mod_emblem > .ttl span.fsS {
  font-size: 14px;
  font-size: 1.4rem;
}
#contents.p-youto article .mod_emblem > .ttl span.fsM {
  font-size: 25px;
  font-size: 2.5rem;
}
#contents.p-youto article .mod_emblem > .txt, #contents.p-youto article .mod_emblem > .pic {
  margin-top: 20px;
}
#contents.p-youto article .mod_emblem.num2 > .txt, #contents.p-youto article .mod_emblem.num2 > .pic {
  padding-right: 40px;
}
#contents.p-youto article .mod_emblem.num3 > .txt, #contents.p-youto article .mod_emblem.num3 > .pic {
  padding-right: 40px;
}
#contents.p-youto article .mod_emblem.num4 > .txt, #contents.p-youto article .mod_emblem.num4 > .pic {
  padding-right: 40px;
}
@media only screen and (max-width: 981px) {
  #contents.p-youto article .mod_emblem.num2 > .txt, #contents.p-youto article .mod_emblem.num2 > .pic, #contents.p-youto article .mod_emblem.num3 > .txt, #contents.p-youto article .mod_emblem.num3 > .pic, #contents.p-youto article .mod_emblem.num4 > .txt, #contents.p-youto article .mod_emblem.num4 > .pic {
    padding-right: 20px;
  }
}
#contents.p-youto article.format:nth-of-type(even) {
  padding: 60px 0;
}
@media only screen and (max-width: 981px) {
  #contents.p-youto article.format:nth-of-type(even) {
    padding: 60px 10px;
  }
}
#contents.p-youto .mod_bnr {
  margin-top: 20px;
  text-align: center;
}
#contents.p-youto .mod_bnr > li {
  margin: 20px auto 0;
}
#contents.p-youto .mod_bnr a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
#contents.p-youto .mod_bnr a:hover {
  opacity: 0.8;
}
#contents.p-youto .mod_bnr a img {
  max-width: 640px;
}
#contents.p-youto .mod_head > .ttl span.fsM {
  font-size: 30px;
  font-size: 3.0rem;
}
#contents.p-youto .mod_head > .ttl span.fsS {
  font-size: 18px;
  font-size: 1.8rem;
}
#contents.p-youto.s-shussanuchiiwai article .mod_slanting_head > .ttl span.fcP {
  color: #db8383;
}
/*#contents.p-youto.s-shussanuchiiwai article .mod_emblem.num1 > .ttl:after {
  background-image: url(/ayl/shussanuchiiwai/images/fig_recommend_mark01.png);
}*/
#contents.p-youto.s-shussanuchiiwai article .mod_emblem.num2 > .ttl:after {
  background-image: url(/ayl/shussanuchiiwai/images/fig_recommend_mark02.png);
}
/*#contents.p-youto.s-shussanuchiiwai article .mod_emblem.num3 > .ttl:after {
  background-image: url(/ayl/shussanuchiiwai/images/fig_recommend_mark03.png);
}*/
#contents.p-youto.s-shussanuchiiwai article .mod_emblem.num4 > .ttl:after {
  background-image: url(/ayl/shussanuchiiwai/images/fig_recommend_mark04.png);
}
#contents.p-youto.s-shussanuchiiwai .mod_head > .ttl span.fcP {
  color: #db8383;
}
#contents.p-youto.s-kekkonuchiiwai article .mod_slanting_head > .ttl span.fcP {
  color: #42b0bb;
}
/*#contents.p-youto.s-kekkonuchiiwai article .mod_emblem.num1 > .ttl:after {
  background-image: url(/ayl/kekkonuchiiwai/images/fig_recommend_mark01.png);
}
#contents.p-youto.s-kekkonuchiiwai article .mod_emblem.num2 > .ttl:after {
  background-image: url(/ayl/kekkonuchiiwai/images/fig_recommend_mark02.png);
}
#contents.p-youto.s-kekkonuchiiwai article .mod_emblem.num3 > .ttl:after {
  background-image: url(/ayl/kekkonuchiiwai/images/fig_recommend_mark03.png);
}*/
#contents.p-youto.s-kekkonuchiiwai .mod_head > .ttl span.fcP {
  color: #42b0bb;
}
#contents.p-youto.s-koudenkaeshi article .mod_slanting_head > .ttl span.fcP {
  color: #8173ad;
}
/*
#contents.p-youto.s-koudenkaeshi article .mod_emblem.num1 > .ttl:after {
  background-image: url(/ayl/koudenkaeshi/images/fig_recommend_mark01.png);
}
#contents.p-youto.s-koudenkaeshi article .mod_emblem.num2 > .ttl:after {
  background-image: url(/ayl/koudenkaeshi/images/fig_recommend_mark02.png);
}*/
#contents.p-youto.s-koudenkaeshi .mod_head > .ttl span.fcP {
  color: #8173ad;
}
#contents.p-youto.s-business article .mod_slanting_head > .ttl span.fcP {
  color: #80a280;
}
#contents.p-youto.s-business article .mod_emblem.num1 > .ttl:after {
  background-image: url(/ayl/business/images/fig_recommend_mark01.png);
}
#contents.p-youto.s-business article .mod_emblem.num2 > .ttl:after {
  background-image: url(/ayl/business/images/fig_recommend_mark02.png);
}
#contents.p-youto.s-business .mod_head > .ttl span.fcP {
  color: #80a280;
}
#contents.p-youto.s-kaiki article .mod_slanting_head > .ttl span.fcP {
  color: #cf8f57;
}/*
#contents.p-youto.s-kaiki article .mod_emblem.num1 > .ttl:after {
  background-image: url(/ayl/kaiki/images/fig_recommend_mark01.png);
}
#contents.p-youto.s-kaiki article .mod_emblem.num2 > .ttl:after {
  background-image: url(/ayl/kaiki/images/fig_recommend_mark02.png);
}
#contents.p-youto.s-kaiki article .mod_emblem.num3 > .ttl:after {
  background-image: url(/ayl/kaiki/images/fig_recommend_mark03.png);
}*/
#contents.p-youto.s-kaiki .mod_head > .ttl span.fcP {
  color: #cf8f57;
}
#contents.p-youto.s-oiwai article .mod_slanting_head > .ttl span.fcP {
  color: #638aab;
}
#contents.p-youto.s-oiwai article .mod_emblem.num1 > .ttl:after {
  background-image: url(/ayl/oiwai/images/fig_recommend_mark01.png);
}
#contents.p-youto.s-oiwai article .mod_emblem.num2 > .ttl:after {
  background-image: url(/ayl/oiwai/images/fig_recommend_mark02.png);
}
#contents.p-youto.s-oiwai .mod_head > .ttl span.fcP {
  color: #638aab;
}
#contents.p-youto.s-hikidemono article .mod_slanting_head > .ttl span.fcP {
  color: #c96baf;
}
#contents.p-youto.s-hikidemono article .mod_emblem.num1 > .ttl:after {
  background-image: url(/ayl/hikidemono/images/fig_recommend_mark01.png);
}
#contents.p-youto.s-hikidemono article .mod_emblem.num2 > .ttl:after {
  background-image: url(/ayl/hikidemono/images/fig_recommend_mark02.png);
}
#contents.p-youto.s-hikidemono article .mod_emblem.num3 > .ttl:after {
  background-image: url(/ayl/hikidemono/images/fig_recommend_mark03.png);
}
#contents.p-youto.s-hikidemono .mod_head > .ttl span.fcP {
  color: #c96baf;
}
#contents.p-youto.s-shinchikuuchiiwai article .mod_slanting_head > .ttl span.fcP {
  color: #a59f68;
}
#contents.p-youto.s-shinchikuuchiiwai article .mod_emblem.num1 > .ttl:after {
  background-image: url(/ayl/shinchikuuchiiwai/images/fig_recommend_mark01.png);
}
#contents.p-youto.s-shinchikuuchiiwai article .mod_emblem.num2 > .ttl:after {
  background-image: url(/ayl/shinchikuuchiiwai/images/fig_recommend_mark02.png);
}
#contents.p-youto.s-shinchikuuchiiwai article .mod_emblem.num3 > .ttl:after {
  background-image: url(/ayl/shinchikuuchiiwai/images/fig_recommend_mark03.png);
}
#contents.p-youto.s-shinchikuuchiiwai .mod_head > .ttl span.fcP {
  color: #a59f68;
}
/* メインビジュアル
------------------------------------------------ */
#contents.p-youto article.mainVisual .mainVisual-Head {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  line-height: 1.4;
  text-align: center;
  padding: 30px 0 0;
  height: 320px;
}
#contents.p-youto article.mainVisual .mainVisual-Head .mod_limiter > * {
  max-width: 320px;
}
#contents.p-youto.s-oiwai article.mainVisual .mainVisual-Head .mod_limiter > * {
  max-width: 400px;
}
#contents.p-youto article.mainVisual .mainVisual-Head .mod_limiter > .pic img {
  width: 100px;
}
#contents.p-youto article.mainVisual .mainVisual-Head .mod_limiter > .ttl,
#contents.p-youto article.mainVisual .mainVisual-Head .mod_limiter > .ttl_box > .ttl {
  margin-top: 15px;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: bold;
}
#contents.p-youto article.mainVisual .mainVisual-Head .mod_limiter > .ttl span,
#contents.p-youto article.mainVisual .mainVisual-Head .mod_limiter > .ttl_box > .ttl span {
    display: block;
    font-size: 1.8rem;
    margin-top: 30px;
}
#contents.p-youto article.mainVisual .mainVisual-Head .mod_limiter > .ttl_box > .ttl span{
    margin-top: 0;
}
.s-oiwai#contents.p-youto article.mainVisual .mainVisual-Head .mod_limiter > .ttl span {
line-height: 2;
}
#contents.p-youto article.mainVisual .mainVisual-Head .mod_limiter > .txt,
#contents.p-youto article.mainVisual .mainVisual-Head .mod_limiter > .ttl_box > .txt {
  margin-top: 15px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

@media only screen and (max-width: 981px) {
  #contents.p-youto article.mainVisual {
    padding: 0;
  }
  #contents.p-youto article.mainVisual .mainVisual-Head .mod_limiter {
    padding-left: 20px;
  }
}
#contents.p-youto.s-shussanuchiiwai article.mainVisual .mainVisual-Head {
  background-image: url(/ayl/shussanuchiiwai/images/bg_page_title.jpg);
}
#contents.p-youto.s-kekkonuchiiwai article.mainVisual .mainVisual-Head {
  background-image: url(/ayl/kekkonuchiiwai/images/bg_page_title.jpg);
}
#contents.p-youto.s-koudenkaeshi article.mainVisual .mainVisual-Head {
  background-image: url(/ayl/koudenkaeshi/images/bg_page_title.jpg);
  padding: 60px 0 0;
}
#contents.p-youto.s-business article.mainVisual .mainVisual-Head {
  color: #FFF;
  text-shadow: 0 1px 3px #666;
  background-image: url(/ayl/business/images/bg_page_title.jpg);
   padding: 60px 0 0;
}
#contents.p-youto.s-kaiki article.mainVisual .mainVisual-Head {
  background-image: url(/ayl/kaiki/images/bg_page_title.jpg);
	padding: 60px 0 0;
}
#contents.p-youto.s-oiwai article.mainVisual .mainVisual-Head {
  background-image: url(/ayl/oiwai/images/bg_page_title.jpg);
}
#contents.p-youto.s-oiwai article.mainVisual .mainVisual-Head .mod_limiter > *.ttl {
  margin-top: 10px;
  line-height: 1.0;
}
#contents.p-youto.s-oiwai article.mainVisual .mainVisual-Head .mod_limiter > *.txt {
  margin-top: 10px;
}
#contents.p-youto.s-hikidemono article.mainVisual .mainVisual-Head {
  color: #FFF;
  text-shadow: 0 1px 3px #666;
  background-image: url(/ayl/hikidemono/images/bg_page_title.jpg);
}
#contents.p-youto.s-shinchikuuchiiwai article.mainVisual .mainVisual-Head {
  background-image: url(/ayl/shinchikuuchiiwai/images/bg_page_title.jpg);
}
/* マナー
------------------------------------------------ */
#contents.p-youto .manner {
  padding: 60px 0 0;
}
#contents.p-youto .manner .mod_limiter {
  display: table;
  width: 100%;
}
#contents.p-youto .manner .mod_limiter > * {
  display: table-cell;
  vertical-align: top;
}
#contents.p-youto .manner .mod_limiter > .pic {
  width: 30%;
  text-align: center;
}
#contents.p-youto .manner .mod_limiter > .pic img {
  max-width: 160px;
}
#contents.p-youto .manner .mod_limiter > dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
#contents.p-youto .manner .mod_limiter > dl dd span {
  font-weight: bold;
}
#contents.p-youto.s-shussanuchiiwai .manner .mod_limiter > dl dt, #contents.p-youto.s-shussanuchiiwai .manner .mod_limiter > dl dd span {
  color: #db8383;
}
#contents.p-youto.s-kekkonuchiiwai .manner .mod_limiter > dl dt, #contents.p-youto.s-kekkonuchiiwai .manner .mod_limiter > dl dd span {
  color: #42b0bb;
}
#contents.p-youto.s-koudenkaeshi .manner .mod_limiter > dl dt, #contents.p-youto.s-koudenkaeshi .manner .mod_limiter > dl dd span {
  color: #8173ad;
}
#contents.p-youto.s-business .manner .mod_limiter > dl dt, #contents.p-youto.s-business .manner .mod_limiter > dl dd span {
  color: #80a280;
}
#contents.p-youto.s-kaiki .manner .mod_limiter > dl dt, #contents.p-youto.s-kaiki .manner .mod_limiter > dl dd span {
  color: #cf8f57;
}
#contents.p-youto.s-oiwai .manner .mod_limiter > dl dt, #contents.p-youto.s-oiwai .manner .mod_limiter > dl dd span {
  color: #638aab;
}
#contents.p-youto.s-hikidemono .manner .mod_limiter > dl dt, #contents.p-youto.s-hikidemono .manner .mod_limiter > dl dd span {
  color: #c96baf;
}
#contents.p-youto.s-shinchikuuchiiwai .manner .mod_limiter > dl dt, #contents.p-youto.s-shinchikuuchiiwai .manner .mod_limiter > dl dd span {
  color: #a59f68;
}
/* milkybaby
------------------------------------------------ */
#contents.p-youto .milkybaby {
  margin-top: 30px;
}
#contents.p-youto .milkybaby .toSide {
  background-color: #fbf2b6;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#contents.p-youto .milkybaby .toSide > * {
  width: 50%;
}
#contents.p-youto .milkybaby .toSide .block {
  background-color: #f4f0de;
  padding: 20px 40px;
  position: relative;
}
#contents.p-youto .milkybaby .toSide .heading {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
#contents.p-youto .milkybaby .toSide .heading span {
  color: #db8383;
}
#contents.p-youto .milkybaby .toSide .catch {
  margin: 10px 0;
  border: 2px solid #db8383;
  color: #db8383;
  text-align: center;
  padding: 3px;
  font-weight: bold;
}
#contents.p-youto .milkybaby .toSide .new {
  position: absolute;
  top: -30px;
  left: 40px;
  width: 97px;
}
@media only screen and (max-width: 981px) {
  #contents.p-youto .milkybaby .original-Box .mod_table .js-flexslider {
    vertical-align: top;
    padding-top: 20px;
  }
}
/* Recommend
------------------------------------------------ */
#contents.p-youto article.senior {
  background-image: url(/ayl/images/common/bg_box_pattern.png);
  background-repeat: repeat;
  -webkit-background-size: 84px 84px;
  background-size: 84px 84px;
  padding: 60px 0;
}
#contents.p-youto article.senior .senior-Box {
  margin-top: 30px;
  background-color: #FFF;
}
#contents.p-youto article.senior .senior-Box .mod_table .senior-Box-Cont {
  padding: 20px 60px;
}
#contents.p-youto article.senior .senior-Box .mod_table .senior-Box-Cont > .ttl {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
}
#contents.p-youto article.senior .senior-Box .mod_table .senior-Box-Cont > .ttl span {
  vertical-align: -2px;
  font-size: 28px;
  font-size: 2.8rem;
}
#contents.p-youto article.senior .senior-Box .mod_table .senior-Box-Cont > .ttl span.fsOswald {
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
  font-weight: normal;
}
#contents.p-youto article.senior .senior-Box .mod_table .senior-Box-Cont > .txt {
  margin-top: 20px;
}
#contents.p-youto article.senior .senior-Box .mod_table .senior-Box-Cont > .mod_btn a {
  margin: 20px 0;
}
@media only screen and (max-width: 981px) {
  #contents.p-youto article.senior {
    padding: 60px 10px;
  }
  #contents.p-youto article.senior .senior-Box {
    margin-top: 30px;
    background-color: #FFF;
  }
  #contents.p-youto article.senior .senior-Box .mod_table .js-flexslider {
    vertical-align: top;
    padding-top: 20px;
    width: 40%;
  }
  #contents.p-youto article.senior .senior-Box .mod_table .senior-Box-Cont {
    width: 60%;
    padding: 20px;
  }
}
#contents.p-youto.s-shussanuchiiwai article.senior {
  background-color: #f3e1e1;
}
#contents.p-youto.s-shussanuchiiwai article.senior .senior-Box .mod_table .senior-Box-Cont > .ttl span {
  color: #db8383;
}
#contents.p-youto.s-kekkonuchiiwai article.senior {
  background-color: #d9e8e9;
}
#contents.p-youto.s-kekkonuchiiwai article.senior .senior-Box .mod_table .senior-Box-Cont > .ttl span {
  color: #42b0bb;
}
#contents.p-youto.s-koudenkaeshi article.senior {
  background-color: #dcdae2;
}
#contents.p-youto.s-koudenkaeshi article.senior .senior-Box .mod_table .senior-Box-Cont > .ttl span {
  color: #8173ad;
}
#contents.p-youto.s-business article.senior {
  background-color: #d6e3d6;
}
#contents.p-youto.s-business article.senior .senior-Box .mod_table .senior-Box-Cont > .ttl span {
  color: #80a280;
}
#contents.p-youto.s-kaiki article.senior {
  background-color: #f4dfca;
}
#contents.p-youto.s-kaiki article.senior .senior-Box .mod_table .senior-Box-Cont > .ttl span {
  color: #cf8f57;
}
#contents.p-youto.s-oiwai article.senior {
  background-color: #dde5eb;
}
#contents.p-youto.s-oiwai article.senior .senior-Box .mod_table .senior-Box-Cont > .ttl span {
  color: #638aab;
}
#contents.p-youto.s-hikidemono article.senior {
  background-color: #efddea;
}
#contents.p-youto.s-hikidemono article.senior .senior-Box .mod_table .senior-Box-Cont > .ttl span {
  color: #c96baf;
}
#contents.p-youto.s-shinchikuuchiiwai article.senior {
  background-color: #e2e0cd;
}
#contents.p-youto.s-shinchikuuchiiwai article.senior .senior-Box .mod_table .senior-Box-Cont > .ttl span {
  color: #a59f68;
}
/* katachi
------------------------------------------------ */
#contents.p-youto article.katachi .mod_limiter {
  padding: 0 100px;
  position: relative;
}
#contents.p-youto article.katachi .mod_limiter .katachi-Lead {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: #000 1px solid;
}
#contents.p-youto article.katachi .mod_limiter .katachi-Lead span {
  color: #B9A96B;
}
#contents.p-youto article.katachi .mod_limiter .katachi-Lead span.fsM {
  font-size: 28px;
  font-size: 2.8rem;
}
#contents.p-youto article.katachi .mod_limiter .katachi-Box .mod_emblem > .txt {
  padding-left: 10px;
}
#contents.p-youto article.katachi .mod_limiter .katachi-Box > .pic {
  margin-top: 20px;
}
#contents.p-youto article.katachi .mod_limiter .katachi-Box > .mod_bnr {
  margin-top: 40px;
}
@media only screen and (max-width: 981px) {
  #contents.p-youto article.katachi .mod_limiter {
    padding: 0;
  }
}
#contents.p-youto.s-oiwai article.katachi .mod_limiter .catalog-Btn a > .pic {
  padding-top: 10px;
}
#contents.p-youto.s-oiwai article.katachi .mod_limiter .catalog-Btn a > .pic img {
  max-width: 110px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
/* bestSelling
------------------------------------------------ */
#contents.p-youto article.bestSelling {
  background-image: url(/ayl/images/common/bg_box_pattern.png);
  background-repeat: repeat;
  -webkit-background-size: 84px 84px;
  background-size: 84px 84px;
}
#contents.p-youto article.bestSelling .bestSelling-Box {
  margin-top: 30px;
}
#contents.p-youto article.bestSelling .bestSelling-Box > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 90px 0;
}
#contents.p-youto article.bestSelling .bestSelling-Box > ul > li {
  width: 33.33%;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  line-height: 1.4;
}
#contents.p-youto article.bestSelling .bestSelling-Box > ul > li > a > .pic img {
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  max-width: 175px;
}
#contents.p-youto article.bestSelling .bestSelling-Box > ul > li > a > .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 20px;
}
#contents.p-youto article.bestSelling .bestSelling-Box > ul > li > a:hover > .ttl {
  text-decoration: underline;
}
#contents.p-youto article.bestSelling .bestSelling-Box > ul > li .txt, #contents.p-youto article.bestSelling .bestSelling-Box > ul > li .mod_btn {
  margin-top: 10px;
}
#contents.p-youto article.bestSelling .bestSelling-Box > ul > li .txt {
  text-align: left;
}
#contents.p-youto article.bestSelling .bestSelling-Box > ul > li .mod_view {
  margin-top: 10px;
}
@media only screen and (max-width: 981px) {
  #contents.p-youto article.bestSelling .bestSelling-Box > ul {
    border-spacing: 50px 0;
  }
}
#contents.p-youto.s-shussanuchiiwai article.bestSelling {
  background-color: #f3e1e1;
}
#contents.p-youto.s-kekkonuchiiwai article.bestSelling {
  background-color: #d9e8e9;
}
#contents.p-youto.s-koudenkaeshi article.bestSelling {
  background-color: #dcdae2;
}
#contents.p-youto.s-business article.bestSelling {
  background-color: #d6e3d6;
}
#contents.p-youto.s-business article.bestSelling .bestSelling-Box > ul > li.myseleca a > .pic {
  height: 250px;
}
#contents.p-youto.s-business article.bestSelling .bestSelling-Box > ul > li.myseleca a > .pic img {
  margin-top: 100px;
}
#contents.p-youto.s-kaiki article.bestSelling {
  background-color: #f4dfca;
}
#contents.p-youto.s-oiwai article.bestSelling {
  background-color: #dde5eb;
}
#contents.p-youto.s-oiwai article.bestSelling .bestSelling-Box > ul > li a > .pic img {
  max-width: 100%;
}
#contents.p-youto.s-hikidemono article.bestSelling {
  background-color: #efddea;
}
#contents.p-youto.s-shinchikuuchiiwai article.bestSelling {
  background-color: #e2e0cd;
}
/* original
------------------------------------------------ */
#contents.p-youto article.original .original-Box .js-flexslider li {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 981px) {
  #contents.p-youto article.original .original-Box .mod_table .js-flexslider {
    vertical-align: top;
    padding-top: 20px;
  }
}
/* myseleca
------------------------------------------------ */
#contents.p-youto article.myseleca .myseleca-Box .mod_emblem .ttl.border {
  padding: 10px 0 20px 90px;
}
#contents.p-youto article.myseleca .myseleca-Box .js-flexslider li {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 981px) {
  #contents.p-youto article.myseleca {
    padding: 60px 10px;
  }
  #contents.p-youto article.myseleca .myseleca-Box .mod_table .js-flexslider {
    vertical-align: top;
    padding-top: 20px;
  }
}
#contents.p-youto.s-shussanuchiiwai article.myseleca {
  background-color: #edece8;
}
#contents.p-youto.s-kaiki article.myseleca {
  background-color: #edece8;
}
/* cataloggift
------------------------------------------------ */
#contents.p-youto article.cataloggift .cataloggift-Box .mod_emblem .ttl.border {
/*  padding: 10px 0 20px 90px;*/
}
#contents.p-youto article.cataloggift .cataloggift-Box .js-flexslider li {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 981px) {
  #contents.p-youto article.cataloggift .cataloggift-Box .mod_table .js-flexslider {
    vertical-align: top;
    padding-top: 20px;
  }
}
#contents.p-youto.s-kekkonuchiiwai article.cataloggift {
  background-color: #f1f0ed;
}
#contents.p-youto.s-hikidemono article.cataloggift {
  background-color: #f1f0ed;
}
#contents.p-youto.s-shinchikuuchiiwai article.cataloggift {
  background-color: #f1f0ed;
}
/* service
------------------------------------------------ */
#contents.p-youto.s-kekkonuchiiwai article.service {
  margin-top: 10px;
}
#contents.p-youto.s-kaiki article.service {
  margin-top: 10px;
}
/* recommend
------------------------------------------------ */
#contents.p-youto article.recommend .mod_limiter {
  padding: 0 100px;
}
#contents.p-youto article.recommend .mod_limiter .recommend-Box {
  margin-top: 30px;
}
#contents.p-youto article.recommend .mod_limiter .recommend-Box > ul {
  border-top: 1px solid #000;
}
#contents.p-youto article.recommend .mod_limiter .recommend-Box > ul > li {
  border-bottom: 1px solid #000;
  padding: 20px 0;
  display: table;
}
#contents.p-youto article.recommend .mod_limiter .recommend-Box > ul > li > * {
  display: table-cell;
  vertical-align: top;
}
#contents.p-youto article.recommend .mod_limiter .recommend-Box > ul > li > .destination {
  width: 260px;
  padding: 20px;
}
#contents.p-youto article.recommend .mod_limiter .recommend-Box > ul > li > .destination > .ttl {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}
#contents.p-youto article.recommend .mod_limiter .recommend-Box > ul > li > .destination > .txt {
  margin-top: 10px;
}
#contents.p-youto article.recommend .mod_limiter .recommend-Box > ul > li > .item {
  max-width: 70%;
}
#contents.p-youto article.recommend .mod_limiter .recommend-Box > ul > li > .item > li {
  padding-left: 40px;
  display: table-cell;
  width: 33.33%;
}
#contents.p-youto article.recommend .mod_limiter .recommend-Box > ul > li > .item > li a > .pic {
  text-align: center;
}
#contents.p-youto article.recommend .mod_limiter .recommend-Box > ul > li > .item > li a > .pic img {
  max-width: 140px;
}
#contents.p-youto article.recommend .mod_limiter .recommend-Box > ul > li > .item > li a > .pic a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
#contents.p-youto article.recommend .mod_limiter .recommend-Box > ul > li > .item > li a > .pic a:hover {
  opacity: 0.8;
}
#contents.p-youto article.recommend .mod_limiter .recommend-Box > ul > li > .item > li a > .txt {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
#contents.p-youto article.recommend .mod_limiter .recommend-Box > ul > li > .item > li a > .txt span {
  font-weight: bold;
}
#contents.p-youto article.recommend .mod_limiter .recommend-Box > ul > li > .item > li a:hover > .txt {
  text-decoration: underline;
}
#contents.p-youto article.recommend .mod_limiter .recommend-Box > .mod_bnr {
  margin-top: 40px;
}
@media only screen and (max-width: 981px) {
  #contents.p-youto article.recommend .mod_limiter {
    padding: 0;
  }
}
#contents.p-youto.s-shussanuchiiwai article.recommend .mod_limiter .recommend-Box > ul > li > .destination {
  background-color: #fbecec;
}
#contents.p-youto.s-shussanuchiiwai article.recommend .mod_limiter .recommend-Box > ul > li > .destination > .ttl {
  color: #db8383;
}
#contents.p-youto.s-kekkonuchiiwai article.recommend .mod_limiter .recommend-Box > ul > li > .destination {
  background-color: #e1edee;
}
#contents.p-youto.s-kekkonuchiiwai article.recommend .mod_limiter .recommend-Box > ul > li > .destination > .ttl {
  color: #42b0bb;
}
#contents.p-youto.s-koudenkaeshi article.recommend .mod_limiter .recommend-Box > ul > li > .item {
  max-width: none;
  width: 100%;
}
#contents.p-youto.s-koudenkaeshi article.recommend .mod_limiter .recommend-Box > ul > li > .item > li {
  padding: 0 10px;
  width: 20%;
}
#contents.p-youto.s-business article.recommend .mod_limiter .recommend-Box > ul > li > .item {
  max-width: none;
  width: 100%;
}
#contents.p-youto.s-business article.recommend .mod_limiter .recommend-Box > ul > li > .item > li {
  padding: 0 10px;
  width: 20%;
}
#contents.p-youto.s-kaiki article.recommend .mod_limiter .recommend-Box > ul > li > .item {
  max-width: none;
  width: 100%;
}
#contents.p-youto.s-kaiki article.recommend .mod_limiter .recommend-Box > ul > li > .item > li {
  padding: 0 10px;
  width: 20%;
}
#contents.p-youto.s-oiwai article.recommend .mod_limiter .recommend-Box > ul > li > .destination {
  background-color: #e6ebef;
}
#contents.p-youto.s-oiwai article.recommend .mod_limiter .recommend-Box > ul > li > .destination > .ttl {
  color: #638aab;
}
/*=====================================================
 * googlefont
 * ==================================================== */
@font-face {
  font-family: "Mamelon";
  src: url("/common/font/Mamelon.woff2") format("woff2"), url("/common/font/Mamelon.woff") format("woff");
  /* iOS, Android用 */
  font-weight: normal;
  /* 念の為指定しておきます */
  font-style: normal;
}
/*=====================================================
 * カタログ
 * ==================================================== */
/* 共通
------------------------------------------------ */
#contents.p-catalog article .mod_grade_btn,.mod_grade_btn {
  text-align: center;
}
#contents.p-catalog article .mod_grade_btn > a,.mod_grade_btn > a{
  padding: 10px 100px;
  display: inline-block;
  background-color: #6d6868;
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFF;
  position: relative;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
#contents.p-catalog article .mod_grade_btn > a:after, .mod_grade_btn > a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: 50%;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  color: #fff;
  font-family: 'icons';
  font-size: 20px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#contents.p-catalog article .mod_grade_btn > a span ,.mod_grade_btn > a span{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
#contents.p-catalog article .mod_grade_btn > a span.Oswald {
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
}
#contents.p-catalog article .mod_grade_btn > a:hover {
  opacity: 0.8;
}
#contents.p-catalog article .mod_english_head {
  text-align: center;
}
#contents.p-catalog article .mod_english_head > .ttl {
  font-family: "Cinzel", sans-serif;
  line-height: 1.0;
  font-size: 50px;
  font-size: 5.0rem;
}
#contents.p-catalog article .mod_english_head > .ttl img {
  margin-bottom: 10px;
  width: auto;
}
#contents.p-catalog article .mod_english_head > .txt {
  margin-top: 20px;
}
#contents.p-catalog article .mod_mamelon_head {
  text-align: center;
  font-family: "Mamelon", serif;
}
#contents.p-catalog article .mod_mamelon_head > .ttl {
  font-size: 56px;
  font-size: 5.6rem;
}
#contents.p-catalog article .mod_mamelon_head > .ttl.en {
  font-family: "Vibur", cursive;
}
#contents.p-catalog article .mod_mamelon_head > .txt {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #2c2c2c;
}
/* メインビジュアル
------------------------------------------------ */
#contents.p-catalog article.mainVisual .mainVisual-Head {
  background-image: url(/ayl/images/common/bg_mainvisual_02.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-background-size: cover;
  background-size: cover;
  line-height: 1.4;
  text-align: center;
  padding: 45px 0 0;
  height: 320px;
  position: relative;
}
#contents.p-catalog article.mainVisual .mainVisual-Head:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background-image: url(/ayl/images/common/bg_mainvisual_01.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
#contents.p-catalog article.mainVisual .mainVisual-Head .mod_limiter {
  position: relative;
  height: 100%;
}
#contents.p-catalog article.mainVisual .mainVisual-Head .mod_limiter .ttl_box,
#contents.p-youto article.mainVisual .mainVisual-Head .mod_limiter .ttl_box{
    width: 350px;
}
#contents.p-youto article.mainVisual .mainVisual-Head .mod_limiter .ttl_box{
    margin-top: 10px;
    width: 400px;
}
#contents.s-koudenkaeshi article.mainVisual .mainVisual-Head .mod_limiter .ttl_box{
    margin-top: 0;
}
#contents.p-catalog article.mainVisual .mainVisual-Head .mod_limiter > .ttl_box > p {
  max-width: 350px;
  color: #FFF;
  text-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
}
#contents.p-catalog article.mainVisual .mainVisual-Head .mod_limiter > .ttl_box > p.souryou_free,
#contents.p-youto article.mainVisual .mainVisual-Head .mod_limiter > .ttl_box > p.souryou_free{
    width: 120px;
    margin: 0 auto;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    background-color: #A78C58;
    letter-spacing: .15rem;
}
#contents.p-catalog article.mainVisual .mainVisual-Head .mod_limiter > p.pic img {
  max-width: 100px;
}
#contents.p-catalog article.mainVisual .mainVisual-Head .mod_limiter > .ttl_box > .ttl {
  margin-top: 15px;
  font-size: 56px;
  font-size: 5.6rem;
  font-family: "Marcellus", sans-serif;
  letter-spacing: 2px;
  line-height: 1.0;
	/*▼211216追加*/
  max-width: 350px;
  color: #FFF;
  text-shadow: 0px 0 10px rgb(0 0 0 / 30%);
}
.is-buonotime#contents.p-catalog article.mainVisual .mainVisual-Head .mod_limiter > .ttl_box > .ttl {
  font-size: 9rem;
  font-family:serif;
}
#contents.p-catalog article.mainVisual .mainVisual-Head .mod_limiter > .ttl_box > .ttl span {
display: block;
font-size: 1.5rem;
margin-bottom: 15px;
}
#contents.p-catalog article.mainVisual .mainVisual-Head .mod_limiter > .ttl_box > p.txt {
  margin-top: 15px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}
#contents.p-catalog article.mainVisual .mainVisual-Head .mod_limiter > .catalog {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 90%;
  max-width: 760px;
}
#contents.p-catalog article.mainVisual .mainVisual-Head .mod_limiter > .catalog img {
  margin: 0 10px;
  -webkit-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2), 0px 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2), 0px 0 10px 0 rgba(0, 0, 0, 0.5);
  max-width: 180px;
}
#contents.p-catalog article.mainVisual .mainVisual-Head .mod_limiter > .catalog img.ca{
  margin-top: 150px;
  border-radius: 6px;
  max-width: 110px;
}
#contents.p-catalog article.mainVisual .infiniteslide {
  overflow: hidden;
}
#contents.p-catalog article.mainVisual .infiniteslide ul {
  background-color: #000;
  padding: 5px 0 5px 5px;
}
#contents.p-catalog article.mainVisual .infiniteslide ul > li {
  padding: 0 5px 0 0;
}
#contents.p-catalog article.mainVisual .infiniteslide ul > li img {
  width: 250px;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.mainVisual {
    padding: 0;
  }
  #contents.p-catalog article.mainVisual .mainVisual-Head {
    padding-left: 20px;
  }
  #contents.p-catalog article.mainVisual .mainVisual-Head .mod_limiter > .catalog {
    bottom: 20px;
  }
  #contents.p-catalog article.mainVisual .mainVisual-Head .mod_limiter > .catalog img {
    max-width: 150px;
  }
}
#contents.p-catalog.s-bridal article.mainVisual .mainVisual-Head .mod_limiter > p.ttl {
  margin-top: 5px;
  line-height: 0.9;
}
#contents.p-catalog.s-bridal article.mainVisual .mainVisual-Head .mod_limiter > p.txt {
  margin-top: 10px;
}
/* AS YOU LIKE が選ばれる理由
------------------------------------------------ */
#contents.p-catalog article.reason .reason_head {
  text-align: center;
}
#contents.p-catalog article.reason .reason_head > .ttl {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.4;
  font-weight: bold;
}
#contents.p-catalog article.reason .reason_head > .ttl span {
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
}
#contents.p-catalog article.reason .reason_head > .sub {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #a69751;
}
#contents.p-catalog article.reason .reason_head > .txt {
  margin-top: 20px;
}
#contents.p-catalog article.reason .reason_head > .bnr {
  margin-top: 20px;
  text-align: center;
}
#contents.p-catalog article.reason .reason_head > .bnr img {
  max-width: 640px;
}
#contents.p-catalog article.reason .reason-Box {
  margin: 30px 0 0;
}
#contents.p-catalog article.reason .reason-Box > ul > li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
#contents.p-catalog article.reason .reason-Box > ul > li a {
  width: 50%;
  display: block;
  background-color: #edecea;
  padding: 20px 20px 30px;
  position: relative;
  color: #2c2c2c;
  border: 10px solid #fff;
  min-height: 300px;
  position: relative;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
#contents.p-catalog article.reason .reason-Box > ul > li a:after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 5px;
  left: 50%;
  margin-right: -0.5em;
  margin-left: -0.5em;
  color: #2c2c2c;
  font-family: 'icons';
  font-size: 40px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#contents.p-catalog article.reason .reason-Box > ul > li a:after {
  text-align: center;
}
#contents.p-catalog article.reason .reason-Box > ul > li a:hover {
  color: inherit;
  background-color: #f9f9f9;
}
#contents.p-catalog article.reason .reason-Box > ul > li a > .tag {
  display: inline-block;
  font-family: "Sorts Mill Goudy", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
  line-height: 1.0;
  font-size: 27px;
  font-size: 2.7rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
#contents.p-catalog article.reason .reason-Box > ul > li a > .tag.jp {
  font-size: 25px;
  font-size: 2.5rem;
}
#contents.p-catalog article.reason .reason-Box > ul > li a > .tag.num {
  font-family: "Cinzel", sans-serif;
  line-height: 1.0;
}
#contents.p-catalog article.reason .reason-Box > ul > li a > .tag.num span {
  font-size: 12px;
  font-size: 1.2rem;
}
#contents.p-catalog article.reason .reason-Box > ul > li a > .ttl {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
#contents.p-catalog article.reason .reason-Box > ul > li a > .txt {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
#contents.p-catalog article.reason .reason-Box > ul > li:nth-child(4n-3), #contents.p-catalog article.reason .reason-Box > ul > li:nth-child(4n-2) {
  direction: rtl;
  background-position: left center;
}
#contents.p-catalog article.reason .reason-Box > ul > li:nth-child(4n-3) > *, #contents.p-catalog article.reason .reason-Box > ul > li:nth-child(4n-2) > * {
  direction: ltr;
}
#contents.p-catalog article.reason .reason-Box > ul > li:nth-child(4n), #contents.p-catalog article.reason .reason-Box > ul > li:nth-child(4n-1) {
  background-position: right center;
}
#contents.p-catalog article.reason .reason-Box > ul > li:nth-child(4n) > *, #contents.p-catalog article.reason .reason-Box > ul > li:nth-child(4n-1) > * {
  direction: ltr;
}
#contents.p-catalog article.reason .reason-Box > ul > li:nth-child(4n-2) a {
  border-right: none;
}
#contents.p-catalog article.reason .reason-Box > ul > li:nth-child(4n-1) a {
  border-left: none;
}
#contents.p-catalog article.reason .reason-Box > ul > li:nth-child(1) a, #contents.p-catalog article.reason .reason-Box > ul > li:nth-child(2) a {
  border-top: none;
}
#contents.p-catalog article.reason .reason-Box > ul > li:nth-last-child(1) a, #contents.p-catalog article.reason .reason-Box > ul > li:nth-last-child(2) a {
  border-bottom: none;
}
#contents.p-catalog article.reason .mod_grade_btn,.mod_grade_btn {
  margin: 30px 0 0;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.reason .reason-Box > ul > li a {
    padding: 10px 10px 20px;
  }
  #contents.p-catalog article.reason .reason-Box > ul > li a > .tag {
    font-size: 2.0rem;
  }
  #contents.p-catalog article.reason .reason-Box > ul > li a > .ttl {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  #contents.p-catalog article.reason .reason-Box > ul > li a > .txt {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
#contents.p-catalog.s-asyoulike article.reason .reason-Box > ul > li.is_brand {
  background-image: url(/ayl/asyoulike/images/bg_reason_worldbrand.jpg);
}
#contents.p-catalog.s-asyoulike article.reason .reason-Box > ul > li.is_europe {
  background-image: url(/ayl/asyoulike/images/bg_reason_europe.jpg);
}
#contents.p-catalog.s-asyoulike article.reason .reason-Box > ul > li.is_gourmet {
  background-image: url(/ayl/images/common/bg_reason_gourmetbrand.jpg);
}
#contents.p-catalog.s-asyoulike article.reason .reason-Box > ul > li.is_fashion {
  background-image: url(/ayl/asyoulike/images/bg_reason_fashion.jpg);
}
#contents.p-catalog.s-asyoulike article.reason .reason-Box > ul > li.is_madeinjapan {
  background-image: url(/ayl/images/common/bg_reason_madeinjapan.jpg);
}
#contents.p-catalog.s-asyoulike article.reason .reason-Box > ul > li.is_meiten {
  background-image: url(/ayl/asyoulike/images/bg_reason_meiten.jpg);
}
#contents.p-catalog.s-asyoulike article.reason .reason-Box > ul > li.is_buyer {
  background-image: url(/ayl/images/common/bg_reason_buyer.jpg);
}
#contents.p-catalog.s-asyoulike article.reason .reason-Box > ul > li.is_japankama {
  background-image: url(/ayl/images/common/bg_reason_japankama.jpg);
}
#contents.p-catalog.s-asyoulike article.reason .reason-Box > ul > li.is_kotomono {
  background-image: url(/ayl/images/common/bg_reason_kotomono.jpg);
}
#contents.p-catalog.s-asyoulike article.reason .reason-Box > ul > li.is_yukemuri {
  background-image: url(/ayl/asyoulike/images/bg_reason_yukemuri.jpg);
}
#contents.p-catalog.s-asyoulike article.reason .reason-Box > ul > li.is_mywishlist {
  background-image: url(/ayl/asyoulike/images/bg_reason_mywishlist.jpg);
}
#contents.p-catalog.s-asyoulike article.reason .reason-Box > ul > li.is_way3 {
  background-image: url(/ayl/images/common/bg_reason_3way.jpg);
}
#contents.p-catalog.s-bridal article.reason .reason-Box > ul > li.is_brand {
  background-image: url(/ayl/bridal/images/bg_reason_worldbrand.jpg);
}
#contents.p-catalog.s-bridal article.reason .reason-Box > ul > li.is_europe {
  background-image: url(/ayl/bridal/images/bg_reason_europe.jpg);
}
#contents.p-catalog.s-bridal article.reason .reason-Box > ul > li.is_gourmet {
  background-image: url(/ayl/images/common/bg_reason_gourmetbrand.jpg);
}
#contents.p-catalog.s-bridal article.reason .reason-Box > ul > li.is_fashion {
  background-image: url(/ayl/bridal/images/bg_reason_fashion.jpg);
}
#contents.p-catalog.s-bridal article.reason .reason-Box > ul > li.is_meiten {
  background-image: url(/ayl/bridal/images/bg_reason_meiten.jpg);
}
#contents.p-catalog.s-bridal article.reason .reason-Box > ul > li.is_buyer {
  background-image: url(/ayl/images/common/bg_reason_buyer.jpg);
}
#contents.p-catalog.s-bridal article.reason .reason-Box > ul > li.is_japankama {
  background-image: url(/ayl/images/common/bg_reason_japankama.jpg);
}
#contents.p-catalog.s-bridal article.reason .reason-Box > ul > li.is_kotomono {
  background-image: url(/ayl/images/common/bg_reason_kotomono.jpg);
}
#contents.p-catalog.s-bridal article.reason .reason-Box > ul > li.is_yukemuri {
  background-image: url(/ayl/bridal/images/bg_reason_yukemuri.jpg);
}
#contents.p-catalog.s-bridal article.reason .reason-Box > ul > li.is_mywishlist {
  background-image: url(/ayl/bridal/images/bg_reason_mywishlist.jpg);
}
#contents.p-catalog.s-bridal article.reason .reason-Box > ul > li.is_way3 {
  background-image: url(/ayl/images/common/bg_reason_3way.jpg);
}
#contents.p-catalog.is-buonotime article.reason .reason-Box > ul > li.is_brand {
  background-image: url(/ayl/buonotime/images/pic_reason_brand.jpg);
}
#contents.p-catalog.is-buonotime article.reason .reason-Box > ul > li.is_premium {
  background-image: url(/ayl/buonotime/images/pic_reason_premium.jpg);
  background-image: url(/ayl/buonotime/images/pic_reason_premium.jpg);
}
#contents.p-catalog.is-buonotime article.reason .reason-Box > ul > li.is_meister {
  background-image: url(/ayl/buonotime/images/pic_reason_meister.jpg);
}
#contents.p-catalog.is-buonotime article.reason .reason-Box > ul > li.is_recipe {
  background-image: url(/ayl/buonotime/images/pic_reason_recipe.jpg);
}
#contents.p-catalog.is-buonotime article.reason .reason-Box > ul > li.is_2choice {
  background-image: url(/ayl/buonotime/images/pic_reason_2choice.jpg);
}
#contents.p-catalog.is-buonotime article.reason .reason-Box > ul > li.is_way3 {
  background-image: url(/ayl/images/common/bg_reason_3way.jpg);
}
#contents.p-catalog.is-buonotime article.reason .reason-Box > ul > li.is_foodpairing {
  background-image: url(/ayl/buonotime/images/pic_reason_foodpairing.jpg);
}
#contents.p-catalog.is-buonotime article.reason .reason-Box > ul > li.is_photojenic {
  background-image: url(/ayl/buonotime/images/pic_reason_photojenic.jpg);
}
#contents.p-catalog.s-milkybaby article.reason .reason-Box > ul > li.is_brand {
  background-image: url(/ayl/milkybaby/images/pic_reason_worldbrand.jpg);
}
#contents.p-catalog.s-milkybaby article.reason .reason-Box > ul > li.is_europe {
  background-image: url(/ayl/milkybaby/images/pic_reason_europe.jpg);
}
#contents.p-catalog.s-milkybaby article.reason .reason-Box > ul > li.is_gourmet {
  background-image: url(/ayl/milkybaby/images/pic_reason_gourmetbrand.jpg);
}
#contents.p-catalog.s-milkybaby article.reason .reason-Box > ul > li.is_fashion {
  background-image: url(/ayl/milkybaby/images/pic_reason_fashion.jpg);
}
#contents.p-catalog.s-milkybaby article.reason .reason-Box > ul > li.is_madeinjapan {
  background-image: url(/ayl/images/common/bg_reason_madeinjapan.jpg);
}
#contents.p-catalog.s-milkybaby article.reason .reason-Box > ul > li.is_meiten {
  background-image: url(/ayl/milkybaby/images/pic_reason_meiten.jpg);
}
#contents.p-catalog.s-milkybaby article.reason .reason-Box > ul > li.is_experience {
  background-image: url(/ayl/milkybaby/images/pic_reason_experience.jpg);
}
#contents.p-catalog.s-milkybaby article.reason .reason-Box > ul > li.is_japankama {
  background-image: url(/ayl/images/common/bg_reason_japankama.jpg);
}
#contents.p-catalog.s-milkybaby article.reason .reason-Box > ul > li.is_kazassy {
  background-image: url(/ayl/images/common/bg_reason_kazassy.jpg);
}
#contents.p-catalog.s-milkybaby article.reason .reason-Box > ul > li.is_3way {
  background-image: url(/ayl/images/common/bg_reason_3way.jpg);
}
#contents.p-catalog article.reason .reason_head > .sub {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
#contents.p-catalog.s-firstchoice article.reason .reason-Box > ul > li a > .tag {
  font-family: "Vibur", cursive;
}
#contents.p-catalog.s-firstchoice article.reason .reason-Box > ul > li a > .tag.jp {
  font-family: "Mamelon", serif;
}
#contents.p-catalog.s-firstchoice article.reason .reason-Box > ul > li.is_pickup {
  background-image: url(/ayl/firstchoice/images/pic_reason_pickup.jpg);
}
#contents.p-catalog.s-firstchoice article.reason .reason-Box > ul > li.is_meal {
  background-image: url(/ayl/firstchoice/images/pic_reason_meal.jpg);
}
#contents.p-catalog.s-firstchoice article.reason .reason-Box > ul > li.is_care {
  background-image: url(/ayl/firstchoice/images/pic_reason_care.jpg);
}
#contents.p-catalog.s-firstchoice article.reason .reason-Box > ul > li.is_fun {
  background-image: url(/ayl/firstchoice/images/pic_reason_fun.jpg);
}
#contents.p-catalog.s-firstchoice article.reason .reason-Box > ul > li.is_room {
  background-image: url(/ayl/firstchoice/images/pic_reason_room.jpg);
}
#contents.p-catalog.s-firstchoice article.reason .reason-Box > ul > li.is_goout {
  background-image: url(/ayl/firstchoice/images/pic_reason_goout.jpg);
}
#contents.p-catalog.s-firstchoice article.reason .reason-Box > ul > li.is_memorial {
  background-image: url(/ayl/firstchoice/images/pic_reason_memorial.jpg);
}
#contents.p-catalog.s-firstchoice article.reason .reason-Box > ul > li.is_mama {
  background-image: url(/ayl/firstchoice/images/pic_reason_mama.jpg);
}
/* the WORLD BRAND Collection
------------------------------------------------ */
#contents.p-catalog article.brand {
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
  padding-left: 50%;
}
#contents.p-catalog article.brand .brand-Box {
  background-color: #dfdcd7;
  padding: 60px;
}
#contents.p-catalog article.brand .brand-Box > .pic {
  margin-top: 30px;
}
#contents.p-catalog article.brand .brand-Box .mod_english_head .ttl img {
  max-width: 210px;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.brand {
    padding: 0 0 0 40%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  #contents.p-catalog article.brand .brand-Box {
    padding: 40px;
  }
}
#contents.p-catalog.s-asyoulike article.brand {
  background-image: url(/ayl/images/common/bg_reason_worldcollection_02.jpg);
}
#contents.p-catalog.s-bridal article.brand {
  background-image: url(/ayl/bridal/images/bg_reason_worldcollection_02.jpg);
}
#contents.p-catalog.is-buonotime article.brand {
  background-image: url(/ayl/buonotime/images/pic_brand.jpg);
}
#contents.p-catalog.s-milkybaby article.brand {
  background-image: url(/ayl/images/common/bg_reason_worldcollection_02.jpg);
}
#contents.p-catalog.s-firstchoice article.brand {
  background-image: url(/ayl/firstchoice/images/pic_brand.jpg);
}
/* ヨーロッパ陶器紀行
------------------------------------------------ */
#contents.p-catalog article.europe {
  margin-top: 0;
  padding: 60px 0 0;
}
#contents.p-catalog article.europe .europe-Box > .pic, #contents.p-catalog article.europe .europe-Box .mod_grade_btn {
  margin-top: 30px;
}
#contents.p-catalog article.europe .europe-Box .mod_english_head .ttl img {
  max-width: 350px;
}
/* FASHION
------------------------------------------------ */
#contents.p-catalog article.fashion {
  margin-top: 0;
  padding: 60px 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
#contents.p-catalog article.fashion .fashion-Box > .pic {
  margin-top: 30px;
}
#contents.p-catalog article.fashion .fashion-Box .mod_english_head .ttl img {
  max-width: 256px;
}
#contents.p-catalog.s-asyoulike article.fashion {
  background-image: url(/ayl/images/common/bg_reason_fashion_02.jpg);
}
#contents.p-catalog.s-asyoulike article.fashion .fashion-Box .mod_grade_btn {
  margin-top: 120px;
}
#contents.p-catalog.s-bridal article.fashion {
  background-image: url(/ayl/images/common/bg_reason_fashion_02.jpg);
}
#contents.p-catalog.s-bridal article.fashion .fashion-Box .mod_grade_btn {
  margin-top: 120px;
}
#contents.p-catalog.is-buonotime article.fashion {
  background-image: url(/ayl/images/common/bg_reason_fashion_02.jpg);
}
#contents.p-catalog.is-buonotime article.fashion .fashion-Box .mod_grade_btn {
  margin-top: 120px;
}
#contents.p-catalog.s-milkybaby article.fashion {
  background-image: url(/ayl/images/common/bg_reason_fashion_02.jpg);
}
#contents.p-catalog.s-milkybaby article.fashion .fashion-Box .mod_grade_btn {
  margin-top: 120px;
}
#contents.p-catalog.s-firstchoice article.fashion {
  background-image: url(/ayl/images/common/bg_reason_fashion_02.jpg);
}
#contents.p-catalog.s-firstchoice article.fashion .fashion-Box .mod_grade_btn {
  margin-top: 120px;
}
/* MADE in JAPAN
------------------------------------------------ */
#contents.p-catalog article.madeinjapan {
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
  padding-left: 50%;
}
#contents.p-catalog article.madeinjapan .madeinjapan-Box {
  background-color: #dfdcd7;
  padding: 60px;
}
#contents.p-catalog article.madeinjapan .madeinjapan-Box > .pic {
  margin-top: 30px;
}
#contents.p-catalog article.madeinjapan .madeinjapan-Box .mod_english_head .ttl img {
  max-width: 176px;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.madeinjapan {
    padding: 0 0 0 40%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  #contents.p-catalog article.madeinjapan .madeinjapan-Box {
    padding: 40px;
  }
}
#contents.p-catalog.s-asyoulike article.madeinjapan {
  background-image: url(/ayl/images/common/bg_reason_madeinjapan_02.jpg);
}
#contents.p-catalog.s-bridal article.madeinjapan {
  background-image: url(/ayl/images/common/bg_reason_madeinjapan_02.jpg);
}
#contents.p-catalog.s-milkybaby article.madeinjapan {
  background-image: url(/ayl/images/common/bg_reason_madeinjapan_02.jpg);
}
/* 名店が贈る至福の味
------------------------------------------------ */
#contents.p-catalog article.meiten {
  margin-top: 0;
  padding: 60px 0;
}
#contents.p-catalog article.meiten .meiten-Box > .pic, #contents.p-catalog article.meiten .meiten-Box .mod_grade_btn {
  margin-top: 30px;
}
#contents.p-catalog article.meiten .meiten-Box .mod_english_head .ttl img {
  max-width: 382px;
}
#contents.p-catalog.s-asyoulike article.meiten {
  background-color: #2a2624;
}
#contents.p-catalog.s-asyoulike article.meiten .meiten-Box .mod_english_head .txt {
  color: #fff;
}
#contents.p-catalog.s-bridal article.meiten {
  background-color: #2a2624;
}
#contents.p-catalog.s-bridal article.meiten .meiten-Box .mod_english_head .txt {
  color: #fff;
}
/* BUYYER'S SELECT
------------------------------------------------ */
#contents.p-catalog article.buyer {
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
  padding-right: 50%;
  background-image: url(/ayl/images/common/bg_reason_buyer_02.jpg);
}
#contents.p-catalog article.buyer .buyer-Box {
  padding: 60px;
}
#contents.p-catalog article.buyer .buyer-Box > .pic {
  margin-top: 30px;
}
#contents.p-catalog article.buyer .buyer-Box .mod_english_head .ttl img {
  max-width: 166px;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.buyer {
    padding: 0 40% 0 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  #contents.p-catalog article.buyer .buyer-Box {
    padding: 40px;
  }
}
#contents.p-catalog.s-asyoulike article.buyer {
  background-image: url(/ayl/images/common/bg_reason_buyer_02.jpg);
  background-color: #dfdcd7;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog.s-asyoulike article.buyer .buyer-Box {
    background-color: #dfdcd7;
  }
}
#contents.p-catalog.s-bridal article.buyer {
  background-image: url(/ayl/images/common/bg_reason_buyer_02.jpg);
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog.s-bridal article.buyer .buyer-Box {
    background-color: #fff;
  }
}
/* 日本の釜をたずねて
------------------------------------------------ */
#contents.p-catalog article.japankama {
  background-color: #dfdcd7;
  margin-top: 0;
  padding: 60px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#contents.p-catalog article.japankama:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1080px;
  width: 150%;
  height: 150%;
  background-color: #da391a;
  -webkit-transform: rotate(65deg);
  -ms-transform: rotate(65deg);
  transform: rotate(65deg);
  z-index: -1;
}
#contents.p-catalog article.japankama .japankama-Box > .pic, #contents.p-catalog article.japankama .japankama-Box .mod_grade_btn {
  margin-top: 30px;
}
#contents.p-catalog article.japankama .japankama-Box .mod_english_head .ttl img {
  max-width: 178.5px;
}
/* コト×モノ×ワタシ
------------------------------------------------ */
#contents.p-catalog article.kotomono {
  position: relative;
  margin-top: 0;
  padding: 60px 0;
  z-index: 0;
  overflow: hidden;
}
#contents.p-catalog article.kotomono:before, #contents.p-catalog article.kotomono:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
#contents.p-catalog article.kotomono:before {
  right: 50%;
  margin-right: 230px;
  background-position: top right;
  background-image: url(/ayl/images/common/bg_reason_kotomono_02.png);
}
#contents.p-catalog article.kotomono:after {
  left: 50%;
  margin-left: 300px;
  background-position: top left;
  background-image: url(/ayl/images/common/bg_reason_kotomono_03.png);
}
#contents.p-catalog article.kotomono .kotomono-Box > .pic {
  text-align: center;
  margin-top: 30px;
}
#contents.p-catalog article.kotomono .kotomono-Box > .pic img {
  max-width: 686px;
}
#contents.p-catalog article.kotomono .kotomono-Box .mod_english_head .ttl img {
  max-width: 319px;
}
#contents.p-catalog article.kotomono .kotomono-Box .mod_grade_btn {
  margin-top: 30px;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.kotomono:before {
    margin-right: 180px;
  }
  #contents.p-catalog article.kotomono:after {
    margin-left: 200px;
  }
}
/* 湯けむり紀行
------------------------------------------------ */
#contents.p-catalog article.yukemuri {
  position: relative;
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
  padding-left: 50%;
  background-color: #38322f;
  background-image: url(/ayl/images/common/bg_reason_yukemuri_02.jpg);
}
#contents.p-catalog article.yukemuri .yukemuri-Box {
  padding: 60px;
  color: #fff;
}
#contents.p-catalog article.yukemuri .yukemuri-Box > .pic {
  margin-top: 30px;
}
#contents.p-catalog article.yukemuri .yukemuri-Box .mod_english_head .ttl img {
  max-width: 303px;
}
#contents.p-catalog article.yukemuri .mod_grade_btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.yukemuri {
    padding: 0 0 0 40%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  #contents.p-catalog article.yukemuri .yukemuri-Box {
    padding: 40px;
    background-color: #38322f;
  }
}
#contents.p-catalog.s-asyoulike article.yukemuri .yukemuri-Box {
  padding: 60px 60px 150px;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog.s-asyoulike article.yukemuri .yukemuri-Box {
    padding: 40px 40px 150px;
  }
}
/* MY WISH LIST
------------------------------------------------ */
#contents.p-catalog article.mywishlist {
  position: relative;
  margin-top: 0;
  padding: 60px 0;
  z-index: 0;
  overflow: hidden;
}
#contents.p-catalog article.mywishlist:before, #contents.p-catalog article.mywishlist:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
#contents.p-catalog article.mywishlist:before {
  right: 50%;
  margin-right: 300px;
  -webkit-background-size: auto 520px;
  background-size: auto 520px;
  background-position: bottom right;
  background-image: url(/ayl/images/common/bg_reason_mywishlist_02.png);
}
#contents.p-catalog article.mywishlist:after {
  left: 50%;
  margin-left: 300px;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: top left;
  background-image: url(/ayl/images/common/bg_reason_mywishlist_03.png);
}
#contents.p-catalog article.mywishlist .mywishlist-Box > .pic {
  text-align: center;
  margin-top: 30px;
}
#contents.p-catalog article.mywishlist .mywishlist-Box > .pic img {
  max-width: 800px;
}
#contents.p-catalog article.mywishlist .mywishlist-Box .mod_english_head .ttl img {
  max-width: 463px;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.mywishlist:before {
    margin-right: 200px;
  }
  #contents.p-catalog article.mywishlist:after {
    margin-left: 200px;
  }
}
/* DNPカタログリーダーアプリ　かざっしー
------------------------------------------------ */
#contents.p-catalog article.kazassy {
  margin-top: 0;
  padding: 60px 0;
}
#contents.p-catalog article.kazassy .kazassy-line {
  border: 14px solid #42b686;
}
#contents.p-catalog article.kazassy .kazassy-Box {
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
  padding: 60px 50% 60px 60px;
}
#contents.p-catalog article.kazassy .kazassy-Box .catch {
  color: #42b686;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#contents.p-catalog article.kazassy .kazassy-Box .mod_english_head .ttl img {
  max-width: 315px;
}
#contents.p-catalog article.kazassy .kazassy-Box .support {
  margin-top: 20px;
  padding: 20px 20px 20px 140px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-image: url(/iphone/ayl/images/common/bg_kaza-see.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  -webkit-background-size: 102px 87px;
  background-size: 102px 87px;
}
#contents.p-catalog article.kazassy .kazassy-Box .support .heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#contents.p-catalog article.kazassy .kazassy-Box .btn {
  margin-top: 20px;
  text-align: center;
}
#contents.p-catalog article.kazassy .kazassy-Box .btn li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
#contents.p-catalog article.kazassy .kazassy-Box .btn li:nth-child(1) {
  width: 53%;
}
#contents.p-catalog article.kazassy .kazassy-Box .btn li:nth-child(1) img {
  max-width: 194px;
}
#contents.p-catalog article.kazassy .kazassy-Box .btn li:nth-child(2) {
  width: 47%;
}
#contents.p-catalog article.kazassy .kazassy-Box .btn li:nth-child(2) img {
  max-width: 173px;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.kazassy .kazassy-Box {
    padding: 30px 50% 30px 30px;
  }
}
#contents.p-catalog.s-asyoulike article.kazassy .kazassy-Box {
  background-image: url(/ayl/images/common/bg_reason_kazassy_02.png);
}
#contents.p-catalog.s-bridal article.kazassy .kazassy-Box {
  background-image: url(/ayl/images/common/bg_reason_kazassy_02.png);
}
#contents.p-catalog.s-milkybaby article.kazassy .kazassy-Box {
  background-image: url(/ayl/images/common/bg_reason_kazassy_02.png);
}
/* RECIPE
------------------------------------------------ */
#contents.p-catalog article.recipe {
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
  padding-left: 50%;
}
#contents.p-catalog article.recipe .recipe-Box {
  background-color: #dfdcd7;
  padding: 80px;
}
#contents.p-catalog article.recipe .recipe-Box > .pic {
  margin-top: 30px;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.recipe {
    padding: 0 0 0 40%;
    background-position: left -60px center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  #contents.p-catalog article.recipe .recipe-Box {
    padding: 40px;
  }
}
#contents.p-catalog.s-asyoulike article.recipe {
  background-image: url(/ayl/asyoulike/images/pic_recipe.jpg);
  background-color: #dfdcd7;
}
#contents.p-catalog.s-asyoulike article.recipe .recipe-Box .recipe {
  margin-top: 60px;
  text-align: center;
}
#contents.p-catalog.s-asyoulike article.recipe .recipe-Box .recipe > .pic {
  margin: 0 auto 20px;
  max-width: 600px;
}
#contents.p-catalog.s-bridal article.recipe {
  background-image: url(/ayl/bridal/images/pic_recipe.jpg);
  background-color: #dfdcd7;
}
#contents.p-catalog.s-bridal article.recipe .recipe-Box .recipe {
  margin-top: 60px;
  text-align: center;
}
#contents.p-catalog.s-bridal article.recipe .recipe-Box .recipe > .pic {
  margin: 0 auto 20px;
  max-width: 600px;
}
#contents.p-catalog.is-buonotime article.recipe {
  background-image: url(/ayl/buonotime/images/pic_recipe.jpg);
  background-color: #dfdcd7;
  margin-top: 0;
}
#contents.p-catalog.is-buonotime article.recipe .recipe-Box .recipe {
  margin-top: 60px;
  text-align: center;
}
#contents.p-catalog.is-buonotime article.recipe .recipe-Box .recipe > .pic {
  margin: 0 auto 20px;
  max-width: 600px;
}
#contents.p-catalog.s-milkybaby article.recipe {
  background-image: url(/ayl/milkybaby/images/pic_recipe.jpg);
  background-color: #dfdcd7;
}
#contents.p-catalog.s-milkybaby article.recipe .recipe-Box .recipe {
  margin-top: 60px;
  text-align: center;
}
#contents.p-catalog.s-milkybaby article.recipe .recipe-Box .recipe > .pic {
  margin: 0 auto 20px;
  max-width: 600px;
}
#contents.p-catalog.s-firstchoice article.recipe {
  background-image: url(/ayl/firstchoice/images/pic_recipe.jpg);
  background-color: #dfdcd7;
}
#contents.p-catalog.s-firstchoice article.recipe .recipe-Box .recipe {
  margin-top: 60px;
  text-align: center;
}
#contents.p-catalog.s-firstchoice article.recipe .recipe-Box .recipe > .pic {
  margin: 0 auto 20px;
  max-width: 600px;
}
/* EXPERIENCE
------------------------------------------------ */
#contents.p-catalog article.experience .experience-Box > .pic {
  margin-top: 30px;
}
#contents.p-catalog.s-asyoulike article.experience {
  margin-top: 0;
  padding: 60px 0;
  background-color: #2a2624;
}
#contents.p-catalog.s-asyoulike article.experience .experience-Box {
  color: #FFF;
}
#contents.p-catalog.s-asyoulike article.experience .experience-Box .mod_english_head > .ttl {
  color: #d4bf9a;
}
#contents.p-catalog.s-bridal article.experience {
  margin-top: 0;
  padding: 60px 0;
  background-color: #2a2624;
}
#contents.p-catalog.s-bridal article.experience .experience-Box {
  color: #FFF;
}
#contents.p-catalog.s-bridal article.experience .experience-Box .mod_english_head > .ttl {
  color: #d4bf9a;
}
#contents.p-catalog.is-buonotime article.experience {
  margin-bottom: 60px;
}
#contents.p-catalog.is-buonotime article.experience .experience-Box .mod_grade_btn {
  margin-top: 30px;
}
#contents.p-catalog.s-milkybaby article.experience {
  margin-top: 0;
  padding: 60px 0;
  background-color: #2a2624;
}
#contents.p-catalog.s-milkybaby article.experience .experience-Box {
  color: #FFF;
}
#contents.p-catalog.s-milkybaby article.experience .experience-Box .mod_english_head > .ttl {
  color: #d4bf9a;
}
/* GOURMET
------------------------------------------------ */
#contents.p-catalog article.gourmet {
  background-color: #2a2624;
  padding: 60px 0;
}
#contents.p-catalog article.gourmet .gourmet-Box {
  color: #FFF;
}
#contents.p-catalog article.gourmet .gourmet-Box > .pic {
  margin-top: 30px;
}
#contents.p-catalog article.gourmet .gourmet-Box .mod_english_head .ttl img {
  max-width: 216px;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.gourmet {
    padding: 60px 10px;
  }
}
#contents.p-catalog.is-buonotime article.gourmet {
  margin-top: 0;
}
/* MEISTER
------------------------------------------------ */
#contents.p-catalog article.meister {
  margin-top: 0;
  padding: 60px 0 240px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}
#contents.p-catalog article.meister .meister-Box .ttl, #contents.p-catalog article.meister .meister-Box .sub {
  color: #fff;
}
#contents.p-catalog article.meister .meister-Box .profile {
  display: table;
  table-layout: fixed;
  margin-top: 30px;
  background-color: #fff;
}
#contents.p-catalog article.meister .meister-Box .profile > .pic, #contents.p-catalog article.meister .meister-Box .profile .inner {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
#contents.p-catalog article.meister .meister-Box .profile .inner {
  padding: 20px;
}
#contents.p-catalog article.meister .meister-Box .profile .inner .txt, #contents.p-catalog article.meister .meister-Box .profile .inner .pic {
  display: inline-block;
  vertical-align: top;
}
#contents.p-catalog article.meister .meister-Box .profile .inner .txt {
  width: 58%;
  padding-right: 15px;
}
#contents.p-catalog article.meister .meister-Box .profile .inner .txt h3 {
  margin-bottom: 10px;
  padding: 2px 5px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
#contents.p-catalog article.meister .meister-Box .profile .inner .pic {
  width: 40%;
  text-align: center;
}
#contents.p-catalog article.meister .meister-Box .profile .inner .pic span {
  display: block;
  margin-top: 10px;
}
#contents.p-catalog.is-buonotime article.meister {
  background-image: url(/ayl/buonotime/images/bg_meister.jpg);
}
/* 3way
------------------------------------------------ */
#contents.p-catalog article.way3 {
  margin-top: 0;
  background-color: #EDECEA;
  padding: 60px 0;
}
#contents.p-catalog article.way3 .way3-Box .mod_english_head > .sub {
  font-family: "Cinzel", sans-serif;
  line-height: 1.0;
  font-size: 20px;
  font-size: 2.0rem;
}
#contents.p-catalog article.way3 .way3-Box .mod_english_head > .ttl {
  font-size: 60px;
  font-size: 6.0rem;
}
#contents.p-catalog article.way3 .way3-Box .mod_english_head > .ttl span {
  font-size: 40px;
  font-size: 4.0rem;
}
#contents.p-catalog article.way3 .way3-Box > ul {
  margin-top: 30px;
}
#contents.p-catalog article.way3 .way3-Box > ul > li {
  background-repeat: no-repeat;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
  counter-increment: cnt;
}
#contents.p-catalog article.way3 .way3-Box > ul > li .cont {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAOUlEQVQIW2MM9vH8zwAFz1++gjEZGGESyIKS4mIQCXRBkDZGK1NjuFEglTAAl0AWBJkAlkAXBOkCAP9QGZ9LQBfLAAAAAElFTkSuQmCC);
  background-repeat: repeat;
  color: #FFF;
  padding: 60px 30px;
  text-align: center;
}
#contents.p-catalog article.way3 .way3-Box > ul > li .cont > .ttl {
  display: inline-block;
  position: relative;
  font-size: 26px;
  font-size: 2.6rem;
}
#contents.p-catalog article.way3 .way3-Box > ul > li .cont > .ttl:before {
  position: absolute;
  top: -20px;
  left: -50px;
  content: counter(cnt);
  font-size: 50px;
  font-size: 5.0rem;
  font-family: "Cinzel", sans-serif;
  line-height: 1.0;
}
#contents.p-catalog article.way3 .way3-Box > ul > li .cont > .ttl:after {
  content: "";
  position: absolute;
  top: 10px;
  width: 50px;
  height: 1px;
  background-color: #FFF;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contents.p-catalog article.way3 .way3-Box > ul > li .cont > .txt {
 margin-top: 10px;
  text-align: left;
  min-height: 80px;
}
#contents.p-catalog article.way3 .way3-Box > ul > li:nth-child(odd) {
  padding-right: 50%;
  background-position: right center;
}
#contents.p-catalog article.way3 .way3-Box > ul > li:nth-child(odd) .cont {
  margin-left: 20%;
}
#contents.p-catalog article.way3 .way3-Box > ul > li:nth-child(odd) .cont > .ttl:after {
  left: -50px;
}
#contents.p-catalog article.way3 .way3-Box > ul > li:nth-child(even) {
  padding-left: 50%;
  background-position: left center;
}
#contents.p-catalog article.way3 .way3-Box > ul > li:nth-child(even) .cont {
  margin-right: 20%;
}
#contents.p-catalog article.way3 .way3-Box > ul > li:nth-child(even) .cont > .ttl:after {
  left: -40px;
}
#contents.p-catalog article.way3 .way3-Box > ul > li.is_internet {
  background-image: url(/ayl/images/common/pic_3way_internet.jpg);
}
#contents.p-catalog article.way3 .way3-Box > ul > li.is_phone {
  background-image: url(/ayl/images/common/pic_3way_phone.jpg);
}
#contents.p-catalog article.way3 .way3-Box > ul > li.is_mail {
  background-image: url(/ayl/images/common/pic_3way_mail.jpg);
}
#contents.p-catalog article.way3 .mod_btn {
  margin: 30px 0 0;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.way3 .way3-Box > ul > li {
    -webkit-background-size: contain;
    background-size: contain;
  }
  #contents.p-catalog article.way3 .way3-Box > ul > li:nth-child(odd) {
    background-position: right center;
  }
  #contents.p-catalog article.way3 .way3-Box > ul > li:nth-child(odd) .cont {
    margin-left: 0;
  }
  #contents.p-catalog article.way3 .way3-Box > ul > li:nth-child(even) {
    background-position: left center;
  }
  #contents.p-catalog article.way3 .way3-Box > ul > li:nth-child(even) .cont {
    margin-right: 0;
  }
}
/* photojenic
------------------------------------------------ */
#contents.p-catalog article.photojenic {
  margin-top: 0;
  padding: 60px 0;
  background-color: #fff;
  background-image: url(/ayl/buonotime/images/bg_photogenic.png);
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  position: relative;
  z-index: 0;
}
#contents.p-catalog article.photojenic:before, #contents.p-catalog article.photojenic:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  z-index: -1;
}
#contents.p-catalog article.photojenic:before {
  background-image: url(/ayl/buonotime/images/bg_photogenic_right.jpg);
  background-position: top right -200px;
}
#contents.p-catalog article.photojenic:after {
  background-image: url(/ayl/buonotime/images/bg_photogenic_left.jpg);
  background-position: top left -200px;
}
#contents.p-catalog article.photojenic .photojenic-Box {
  max-width: 600px;
  margin: 0 auto;
}
#contents.p-catalog article.photojenic .mod_english_head .ttl {
  width: 360px;
  margin: 0 auto;
}
#contents.p-catalog article.photojenic .mod_english_head .txt {
  text-align: left;
}
#contents.p-catalog article.photojenic .mod_grade_btn {
  margin-top: 30px;
}
#contents.p-catalog article.photojenic .photojenic-List ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#contents.p-catalog article.photojenic .photojenic-List ul > li {
  -webkit-flex-basis: -webkit-calc((100% - 40px) / 3);
  -ms-flex-preferred-size: calc((100% - 40px) / 3);
  flex-basis: calc((100% - 40px) / 3);
  position: relative;
  margin-top: 20px;
}
#contents.p-catalog article.photojenic .photojenic-List ul > li:not(:nth-of-type(3n-2)) {
  margin-left: 20px;
}
#contents.p-catalog article.photojenic .photojenic-List ul > li img {
  border: 10px solid #fff;
  -webkit-box-shadow: 4px 4px 14px rgba(3, 0, 0, 0.16);
  box-shadow: 4px 4px 14px rgba(3, 0, 0, 0.16);
}
#contents.p-catalog article.photojenic .photojenic-List ul > li span {
  position: absolute;
  top: 0;
  left: -10px;
  display: inline-block;
  padding: 2px 10px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.photojenic:before {
    background-position: top right -580%;
  }
  #contents.p-catalog article.photojenic:after {
    background-position: top left -580%;
  }
}
/* foodpairing
------------------------------------------------ */
#contents.p-catalog article.foodpairing {
  margin-top: 0;
  background-image: url(/ayl/buonotime/images/bg_foodpairing_blackboard.jpg);
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  padding: 60px 0;
}
#contents.p-catalog article.foodpairing .foodpairing-Box {
  max-width: 980px;
  margin: 0 auto;
}
#contents.p-catalog article.foodpairing .mod_english_head {
  color: #fff;
}
#contents.p-catalog article.foodpairing .mod_english_head .ttl {
  max-width: 438px;
  margin: 0 auto;
}
#contents.p-catalog article.foodpairing .mod_english_head .txt {
  max-width: 760px;
  margin: 20px auto 0;
  text-align: left;
}
#contents.p-catalog article.foodpairing .foodpairing-List {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#contents.p-catalog article.foodpairing .foodpairing-List > section {
  -webkit-flex-basis: -webkit-calc((100% - 80px) / 3);
  -ms-flex-preferred-size: calc((100% - 80px) / 3);
  flex-basis: calc((100% - 80px) / 3);
  text-align: center;
  position: relative;
}
#contents.p-catalog article.foodpairing .foodpairing-List > section + section {
  margin-left: 40px;
}
#contents.p-catalog article.foodpairing .foodpairing-List > section.is_synchro .pic {
  position: relative;
}
#contents.p-catalog article.foodpairing .foodpairing-List > section.is_synchro .pic:before {
  content: '';
  position: absolute;
  top: -110px;
  left: -70px;
  width: 78px;
  height: 258px;
  background-image: url(/ayl/buonotime/images/bg_foodpairing_text.png);
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}
#contents.p-catalog article.foodpairing .foodpairing-List > section.is_synchro .pic img {
  -webkit-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  transform: translateX(-7px);
  max-width: 315px;
}
#contents.p-catalog article.foodpairing .foodpairing-List > section.is_gap .pic:before {
  content: '';
  position: absolute;
  top: 150px;
  right: -50px;
  width: 55px;
  height: 87px;
  background-image: url(/ayl/buonotime/images/bg_foodpairing_set.png);
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}
#contents.p-catalog article.foodpairing .foodpairing-List > section.is_gap .pic img {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
  max-width: 286px;
}
#contents.p-catalog article.foodpairing .foodpairing-List > section.is_reset .pic:before {
  content: '';
  position: absolute;
  top: 60px;
  right: -40px;
  width: 50px;
  height: 67px;
  background-image: url(/ayl/buonotime/images/bg_foodpairing_glass.png);
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}
#contents.p-catalog article.foodpairing .foodpairing-List > section.is_reset .pic img {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
  max-width: 310px;
}
#contents.p-catalog article.foodpairing .foodpairing-List > section .ttl {
  display: inline-block;
  max-width: 242px;
}
#contents.p-catalog article.foodpairing .foodpairing-List > section .pic {
  margin-top: 20px;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.foodpairing .foodpairing-Box {
    padding: 0 80px;
  }
}
/* AS YOU LIKE コース一覧
------------------------------------------------ */
#contents.p-catalog article.cource .cource_head {
  text-align: center;
}
#contents.p-catalog article.cource .cource_head > .ttl {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  padding-top: 90px;
  color: #424348;
  background-image: url(/ayl/images/common/ico_cataloggift.svg);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: 75px 68px;
  background-size: 75px 68px;
  line-height: 1.2;
}
#contents.p-catalog article.cource .cource_head > .ttl{
    font-weight: normal;
}
#contents.p-catalog article.cource .cource_head > .ttl span {
  padding-right: 10px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
}
#contents.p-catalog article.cource .cource_head > .sub {
  font-size: 26px;
  font-size: 2.6rem;
  color: #A69751;
  font-family: "Oswald", "メイリオ", Meiryo, Droid Sans, HiraKakuProN-W3, HiraKakuPro-W3, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Helvetica;
}
#contents.p-catalog article.cource .cource_head > .sub span {
  font-weight: bold;
}
#contents.p-catalog article.cource .cource_head > .sub span.fsS {
  font-size: 18px;
  font-size: 1.8rem;
}
#contents.p-catalog article.cource .cource_head > .sub span.fsM {
  font-size: 24px;
  font-size: 2.4rem;
}
#contents.p-catalog article.cource .cource_head > .souryou_free{
    width: 90%;
    max-width: 150px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    letter-spacing: .1rem;
    background-color: #A78C58;
}
#contents.p-catalog article.cource .wood {
  margin: 30px 0 0;
  position: relative;
  padding-top: 50px;
}
#contents.p-catalog article.cource .wood:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 50px;
  background-image: url(/ayl/images/common/bg_cource_01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
#contents.p-catalog article.cource .wood .wood-Box {
  background-image: url(/ayl/images/common/bg_cource_02.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
}
#contents.p-catalog article.cource .wood .wood-Box.is-under5 .slides {
  width: auto !important;
}
#contents.p-catalog article.cource .wood .wood-Box.is-under5 .slides li {
  float: none !important;
  display: inline-block !important;
}
#contents.p-catalog article.cource .wood .wood-Box.is-under5 .flex-direction-nav {
  display: none;
}
#contents.p-catalog article.cource .wood .wood-Box .wood-Ttl {
  margin: 30px 0 0;
  z-index: 1;
  position: relative;
  display: inline-block;
}
#contents.p-catalog article.cource .wood .wood-Box .wood-Ttl span {
  display: block;
  background-color: #000;
  border: 1px solid #333333;
  text-align: center;
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  width: 210px;
  padding: 5px;
  font-size: 20px;
  font-size: 2.0rem;
}
#contents.p-catalog article.cource .wood .wood-Box .wood-Ttl:before, #contents.p-catalog article.cource .wood .wood-Box .wood-Ttl:after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 10px;
  width: 40px;
  height: 0;
  border-top: 20px solid #000;
  border-bottom: 20px solid #000;
  z-index: -1;
}
#contents.p-catalog article.cource .wood .wood-Box .wood-Ttl:before {
  left: -30px;
  border-left: 10px solid transparent;
}
#contents.p-catalog article.cource .wood .wood-Box .wood-Ttl:after {
  right: -30px;
  border-right: 10px solid transparent;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-viewport {
  padding: 30px 30px 0;
  width: 100%;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-viewport li {
  padding-bottom: 10px;
  cursor: pointer;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-viewport li a {
  display: inline-block;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-viewport li a > .pic {
  width: 140px;
  background-color: #fff;
  margin: 5px 0 10px;
  -webkit-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2), 0px 0px 15px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2), 0px 0px 15px rgba(0, 0, 0, 0.5);
}
#contents.p-catalog article.cource .wood .wood-Box .flex-viewport li a > .txt {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-viewport li a > .txt span {
  font-size: 15px;
  font-size: 1.5rem;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-viewport li a > .txt span:before {
  content: "";
  margin-right: 5px;
  color: #fff;
  font-family: 'icons';
  font-size: 20px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-viewport li .btn {
  margin-top: 5px;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-viewport li .btn a {
  display: inline-block;
  width: 180px;
  background-color: #000;
  padding: 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-viewport li .btn a span {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-viewport li .btn a span:after {
  content: "";
  margin-left: 5px;
  color: #fff;
  font-family: 'icons';
  font-size: 16px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-viewport li .btn a:hover {
  opacity: .7;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-direction-nav {
  position: absolute;
  bottom: 180px;
  width: 100%;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-direction-nav > * {
  position: absolute;
  top: 0;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-direction-nav > * a {
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  font-size: 0;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-direction-nav > *.flex-nav-prev {
  left: 10px;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-direction-nav > *.flex-nav-prev a {
  position: relative;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-direction-nav > *.flex-nav-prev a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
  margin-top: -15px;
  margin-bottom: -15px;
  margin-right: -22.5px;
  margin-left: -7.5px;
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#contents.p-catalog article.cource .wood .wood-Box .flex-direction-nav > *.flex-nav-next {
  right: 10px;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-direction-nav > *.flex-nav-next a {
  position: relative;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-direction-nav > *.flex-nav-next a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
  margin-top: -15px;
  margin-bottom: -15px;
  margin-right: -7.5px;
  margin-left: -22.5px;
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.cource {
    padding: 0;
  }
  #contents.p-catalog article.cource .wood .wood-Box .flex-viewport li a > .pic {
    width: auto;
  }
  #contents.p-catalog article.cource .wood .wood-Box .flex-viewport li a > .txt span {
    font-size: 1.2rem;
  }
  #contents.p-catalog article.cource .wood .wood-Box .flex-viewport li a > .txt span:before {
    font-size: 1.4rem;
  }
  #contents.p-catalog article.cource .wood .wood-Box .flex-viewport li .btn a {
    width: 100%;
  }
  #contents.p-catalog article.cource .wood .wood-Box .flex-viewport li .btn a span {
    font-size: 1.0rem;
  }
  #contents.p-catalog article.cource .wood .wood-Box .flex-direction-nav {
    bottom: 160px;
  }
}
#contents.p-catalog.s-asyoulike article.cource .wood-Box {
  padding-bottom: 40px;
}
/* AS YOU LIKE コース一覧 ポップアップ
------------------------------------------------ */
.mfp-content {
  text-align: center;
}
.mfp-content .popUpInner {
  margin: 0 auto;
  display: inline-block;
  padding: 40px;
  max-width: 800px;
  background-color: #eae7e1;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  position: relative;
}
.mfp-content .popUpInner .mod_table > * {
  vertical-align: top;
}
.mfp-content .popUpInner .mod_table > .cont {
  text-align: left;
}
.mfp-content .popUpInner .mod_table > .cont > dl {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  display: table;
}
.mfp-content .popUpInner .mod_table > .cont > dl > * {
  display: table-cell;
  vertical-align: middle;
}
.mfp-content .popUpInner .mod_table > .cont > dl > dd {
  width: 20%;
  max-width: 65px;
}
.mfp-content .popUpInner .mod_table > .cont > dl > dt {
  width: 80%;
  padding-left: 20px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
.mfp-content .popUpInner .mod_table > .cont > p:not(:nth-of-type(1)) {
  margin-top: 10px;
}
.mfp-content .popUpInner .mod_table > .cont > p:nth-of-type(1), .mfp-content .popUpInner .mod_table > .cont > p.mod_btn {
  margin-top: 20px;
}
.mfp-content .popUpInner .mod_table > .pic {
  padding-left: 40px;
}
/* ファーストチョイス　PICK UP
------------------------------------------------ */
#contents.p-catalog article.pickup {
  position: relative;
  padding: 60px 0;
  background-color: #f0ede8;
}
#contents.p-catalog article.pickup:before, #contents.p-catalog article.pickup:after {
  content: '';
  position: absolute;
  top: -30px;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  z-index: 1;
}
#contents.p-catalog article.pickup:before {
  right: -webkit-calc(50% + 230px);
  right: calc(50% + 230px);
  width: 295px;
  height: 203px;
  background-image: url(/ayl/firstchoice/images/fig_pickup_deco_01.png);
}
#contents.p-catalog article.pickup:after {
  left: -webkit-calc(50% + 300px);
  left: calc(50% + 300px);
  width: 352px;
  height: 210px;
  background-image: url(/ayl/firstchoice/images/fig_pickup_deco_02.png);
}
#contents.p-catalog article.pickup .mod_mamelon_head .ttl em:nth-child(1) {
  color: #d680bb;
}
#contents.p-catalog article.pickup .mod_mamelon_head .ttl em:nth-child(2) {
  color: #5fb8b9;
}
#contents.p-catalog article.pickup .mod_mamelon_head .ttl em:nth-child(3) {
  color: #e0a155;
}
#contents.p-catalog article.pickup .mod_mamelon_head .ttl em:nth-child(4) {
  color: #89b38f;
}
#contents.p-catalog article.pickup .mod_mamelon_head .ttl em:nth-child(5) {
  color: #9898d3;
}
#contents.p-catalog article.pickup .mod_mamelon_head .ttl em:nth-child(6) {
  color: #d680bb;
}
#contents.p-catalog article.pickup .pickup-Box {
  text-align: center;
}
#contents.p-catalog article.pickup .pickup-Box .pic {
  margin-top: 20px;
}
#contents.p-catalog article.pickup .pickup-Box .logo {
  margin-top: 20px;
}
#contents.p-catalog article.pickup .pickup-Box .logo img {
  max-width: 800px;
}
#contents.p-catalog article.pickup .pickup-Box .mod_grade_btn {
  margin-top: 30px;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.pickup {
    overflow-x: hidden;
    padding: 60px 20px;
  }
  #contents.p-catalog article.pickup:before, #contents.p-catalog article.pickup:after {
    top: 20px;
  }
  #contents.p-catalog article.pickup:before {
    right: -webkit-calc(50% + 150px);
    right: calc(50% + 150px);
  }
  #contents.p-catalog article.pickup:after {
    left: -webkit-calc(50% + 150px);
    left: calc(50% + 150px);
  }
}
/* ファーストチョイス　お食事
------------------------------------------------ */
#contents.p-catalog article.meal {
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(/ayl/firstchoice/images/bg_meal_baby.jpg);
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
  padding-left: 50%;
  position: relative;
}
#contents.p-catalog article.meal .mod_mamelon_head .ttl em:nth-child(1) {
  color: #d680bb;
}
#contents.p-catalog article.meal .mod_mamelon_head .ttl em:nth-child(2) {
  color: #5fb8b9;
}
#contents.p-catalog article.meal .mod_mamelon_head .ttl em:nth-child(3) {
  color: #e0a155;
}
#contents.p-catalog article.meal .meal-Box {
  background-image: url(/ayl/firstchoice/images/bg_meal_deco.jpg);
  -webkit-background-size: 639px 710px;
  background-size: 639px 710px;
  padding: 60px 0 140px;
}
#contents.p-catalog article.meal .meal-Box .pic {
  margin-top: 30px;
  text-align: center;
}
#contents.p-catalog article.meal .meal-Box .pic img {
  max-width: 485px;
}
#contents.p-catalog article.meal .mod_grade_btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.meal {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-position: left -25% center;
  }
  #contents.p-catalog article.meal .meal-Box {
    padding: 60px 20px 140px;
  }
}
/* ファーストチョイス　おせわ
------------------------------------------------ */
#contents.p-catalog article.care {
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(/ayl/firstchoice/images/bg_care_bath.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  padding: 60px 0;
}
#contents.p-catalog article.care .mod_mamelon_head .ttl, #contents.p-catalog article.care .mod_mamelon_head .txt {
  text-shadow: 0 0 10px #fff, 0 0 10px #fff;
}
#contents.p-catalog article.care .mod_mamelon_head .ttl em:nth-child(1) {
  color: #89b38f;
}
#contents.p-catalog article.care .mod_mamelon_head .ttl em:nth-child(2) {
  color: #e0a155;
}
#contents.p-catalog article.care .mod_mamelon_head .ttl em:nth-child(3) {
  color: #9898d3;
}
#contents.p-catalog article.care .care-Box {
  padding-right: 50%;
}
#contents.p-catalog article.care .care-Box .pic {
  margin-top: 30px;
  text-align: center;
}
#contents.p-catalog article.care .care-Box .pic img {
  max-width: 485px;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.care {
    padding: 60px 20px;
    background-position: right 30% center;
  }
}
/* ファーストチョイス　お遊び
------------------------------------------------ */
#contents.p-catalog article.fun {
  margin-top: 0;
  background-image: url(/ayl/firstchoice/images/bg_fun_dotted.png);
  -webkit-background-size: 111px 50px;
  background-size: 111px 50px;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
#contents.p-catalog article.fun:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url(/ayl/firstchoice/images/pic_fun_toy.png);
  background-repeat: no-repeat;
  background-position: top 50% right 40px;
  -webkit-background-size: 685px 577px;
  background-size: 685px 577px;
}
#contents.p-catalog article.fun .mod_mamelon_head .ttl em:nth-child(1) {
  color: #d680bb;
}
#contents.p-catalog article.fun .mod_mamelon_head .ttl em:nth-child(2) {
  color: #5fb8b9;
}
#contents.p-catalog article.fun .mod_mamelon_head .ttl em:nth-child(3) {
  color: #e0a155;
}
#contents.p-catalog article.fun .fun-Box {
  padding-left: 50%;
}
#contents.p-catalog article.fun .fun-Box .pic {
  margin-top: 30px;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.fun {
    padding: 60px 20px;
  }
}
/* ファーストチョイス　ROOM
------------------------------------------------ */
#contents.p-catalog article.room {
  margin: 0;
  position: relative;
  padding: 60px 0;
  background-color: #f0ede8;
}
#contents.p-catalog article.room:before, #contents.p-catalog article.room:after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  z-index: 1;
}
#contents.p-catalog article.room:before {
  top: 100px;
  right: -webkit-calc(50% + 300px);
  right: calc(50% + 300px);
  width: 316px;
  height: 91px;
  background-image: url(/ayl/firstchoice/images/fig_room_deco_01.png);
}
#contents.p-catalog article.room:after {
  top: 50px;
  left: -webkit-calc(50% + 300px);
  left: calc(50% + 300px);
  width: 202px;
  height: 209px;
  background-image: url(/ayl/firstchoice/images/fig_room_deco_02.png);
}
#contents.p-catalog article.room .mod_mamelon_head .ttl em:nth-child(1) {
  color: #89b38f;
}
#contents.p-catalog article.room .mod_mamelon_head .ttl em:nth-child(2) {
  color: #e0a155;
}
#contents.p-catalog article.room .mod_mamelon_head .ttl em:nth-child(3) {
  color: #9898d3;
}
#contents.p-catalog article.room .room-Box {
  text-align: center;
}
#contents.p-catalog article.room .room-Box .pic {
  margin-top: 20px;
}
#contents.p-catalog article.room .room-Box .logo {
  margin-top: 20px;
}
#contents.p-catalog article.room .room-Box .logo img {
  max-width: 800px;
}
#contents.p-catalog article.room .room-Box .mod_grade_btn {
  margin-top: 30px;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.room {
    overflow: hidden;
    padding: 60px 20px;
  }
  #contents.p-catalog article.room:before {
    right: -webkit-calc(50% + 120px);
    right: calc(50% + 120px);
    top: 70px;
  }
  #contents.p-catalog article.room:after {
    left: -webkit-calc(50% + 120px);
    left: calc(50% + 120px);
  }
}
/* ファーストチョイス　おでかけ
------------------------------------------------ */
#contents.p-catalog article.goout {
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(/ayl/firstchoice/images/bg_goout_img.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  height: 600px;
  padding: 60px 0;
  position: relative;
}
#contents.p-catalog article.goout:before {
  content: '';
  position: absolute;
  top: 40px;
  right: -webkit-calc(50% + 100px);
  right: calc(50% + 100px);
  width: 455px;
  height: 535px;
  background-image: url(/ayl/firstchoice/images/bg_goout_snap.png);
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
#contents.p-catalog article.goout .mod_mamelon_head .ttl, #contents.p-catalog article.goout .mod_mamelon_head .txt {
  text-shadow: 0 0 10px #fff, 0 0 10px #fff;
}
#contents.p-catalog article.goout .mod_mamelon_head em:nth-child(1) {
  color: #d680bb;
}
#contents.p-catalog article.goout .mod_mamelon_head em:nth-child(2) {
  color: #5fb8b9;
}
#contents.p-catalog article.goout .mod_mamelon_head em:nth-child(3) {
  color: #e0a155;
}
#contents.p-catalog article.goout .mod_mamelon_head em:nth-child(4) {
  color: #89b38f;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.goout {
    background-position: right 40% center;
  }
  #contents.p-catalog article.goout:before {
    right: 50%;
  }
}
/* ファーストチョイス　メモリアル
------------------------------------------------ */
#contents.p-catalog article.memorial {
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/ayl/firstchoice/images/bg_memorial_img.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  padding: 60px 0;
}
#contents.p-catalog article.memorial .mod_mamelon_head .ttl, #contents.p-catalog article.memorial .mod_mamelon_head .txt {
  text-shadow: 0 0 10px #fff, 0 0 10px #fff;
}
#contents.p-catalog article.memorial .mod_mamelon_head .ttl em:nth-child(1) {
  color: #89b38f;
}
#contents.p-catalog article.memorial .mod_mamelon_head .ttl em:nth-child(2) {
  color: #e0a155;
}
#contents.p-catalog article.memorial .mod_mamelon_head .ttl em:nth-child(3) {
  color: #9898d3;
}
#contents.p-catalog article.memorial .mod_mamelon_head .ttl em:nth-child(4) {
  color: #d887be;
}
#contents.p-catalog article.memorial .mod_mamelon_head .ttl em:nth-child(5) {
  color: #5fb8b9;
}
#contents.p-catalog article.memorial .memorial-Box {
  padding-left: 35%;
}
#contents.p-catalog article.memorial .memorial-Box .pic {
  margin-top: 30px;
}
#contents.p-catalog article.memorial .mod_grade_btn {
  margin-top: 30px;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.memorial {
    padding: 60px 20px;
  }
}
/* ファーストチョイス　ママへのご褒美
------------------------------------------------ */
#contents.p-catalog article.mama {
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(/ayl/firstchoice/images/bg_mama_img.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  height: 700px;
  padding: 60px 0;
}
#contents.p-catalog article.mama .mod_mamelon_head .ttl em:nth-child(1) {
  color: #d680bb;
}
#contents.p-catalog article.mama .mod_mamelon_head .ttl em:nth-child(2) {
  color: #5fb8b9;
}
#contents.p-catalog article.mama .mod_mamelon_head .ttl em:nth-child(3) {
  color: #e0a155;
}
#contents.p-catalog article.mama .mod_mamelon_head .ttl em:nth-child(4) {
  color: #9898d3;
}
#contents.p-catalog article.mama .mod_mamelon_head .ttl em:nth-child(5) {
  color: #89b38f;
}
#contents.p-catalog article.mama .mod_mamelon_head .ttl em:nth-child(6) {
  color: #d680bb;
}
@media only screen and (max-width: 981px) {
  #contents.p-catalog article.mama {
    height: 600px;
    background-position: center center;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000002;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000003;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  z-index: 1000005;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1000004;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1000006;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 8px;
  top: -50px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 90px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: -48px;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*2017.08.08 aylトップ用mod_bnr追加 */
#contents.p-index .mod_bnr {
  margin: 20px auto 0;
  text-align: center;
}
#contents.p-index .mod_bnr a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
#contents.p-index .mod_bnr a:hover {
  opacity: 0.8;
}
#contents.p-index .mod_bnr a img {
  max-width: 640px;
}
/*2017.04.27 サービス修正 */
/*
#contents article.service .service-Box > ul > li {
  &:nth-of-type(4) a {
	background-color: #c6dad9;
  }
  &:nth-of-type(6) {
	a {
	  background-color: #e6d2d3;
	  > .pic {
		height: 123px;
		max-height: 123px;
		position: relative;
		img {
		  position: absolute;
		  left: 0;
		  top: -15px;
		}
	  }
	  &::after {
		top: -125px;
		height: 120%;
	  }
	}
	width: 66.66%;
  }
}
*/
/*--20180305 first choice追加--*/
#contents.p-index article.lineUp .lineup-cont > section.is_firstchoice .catalog-head .heading img, #contents.p-index article.all-cataloggift .all-cataloggift-item.is_firstchoice .name img {
  width: 250px !important;
}
/*2018.08.16 カタログスライド部分修正*/
#contents.p-catalog article.cource .wood .wood-Box .flex-direction-nav > *.flex-nav-prev a:focus {
  outline: none;
}
#contents.p-catalog article.cource .wood .wood-Box .flex-direction-nav > *.flex-nav-next a:focus {
  outline: none;
}
/*--20200904 ヘッダー帯追加--*/
.header_coupon {
  background-color: #d0927c !important;
  padding: 0px 20px !important;
  text-align: center;
}
.header_coupon_inner {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 13px 0;
}
.header_coupon a {
  text-decoration: none !important;
  color: #fff;
  position: relative;
}
.header_coupon span {
  border: 1px solid #fff;
  padding: 3px 8px;
  margin-right: 8px;
}
.header_coupon::after {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 0px;
  content: "▶";
  transform: translateY(-50%);
  color: rgb(255, 255, 2);
}
/*2020.12.17 キャンペーンバナー追加*/
.special-bnr-area {
  max-width: 980px;
  margin: 50px auto 80px;
}
.special-bnr-area .pecial-bnr_title {
  text-align: center;
  font-size: 2.5rem;
}
.special-bnr-area .special-bnr {
  margin-top: 20px;
  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;
}
.special-bnr-area .special-bnr > li {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
.special-bnr li .special-bnr-text {
  margin-top: 5px;
}
.special_bnr_area {
  width: 930px;
  margin: 50px auto;
  text-align: center;
}
.special_bnr_area a {
  text-decoration: none !important;
  display: block
}
.special_bnr_area p {
  font-size: 1.6rem;
  margin-top: 5px
}
.special_bnr_single_outer {
  margin-bottom: 2rem
}
.special_bnr_double_outer {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.special_bnr_double_inner {
  width: 48%
}


/*2021.06.10 FAQ追加*/
/* FAQ
------------------------------------------------ */
#contents.p-index article.faq {
  padding: 60px 0;
  background-color: #F8F8F8;
}
.faq_sectionInner{
    margin: 30px 20px 0;	
}
.tips_block {
    margin-top: 30px;
}
.tips_subttl {
    font-size: 2rem;
    position: relative;
    padding-left: 1.5em;
    border-bottom: 2px solid #4c4c4c;
    padding-bottom: 3px;
    color: #444;
}
.tips_subttl::before {
    content: "Q.";
    color: #4c4c4c;
    font-family: icoset;
    position: absolute;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.6rem;
    left: 0;
    top: 1px;
}
.tips_cont {
    background-color: #fff;
    padding: 30px;
}
.tips_cont>p {
    line-height: 1.6;
    font-size: 24px;
    font-size: 1.5rem;
}




/* ==================================================

	ayl_ichiran_link

 ================================================== */
.ayl_ichiran_link{
	width: 300px;
	margin: 50px auto 0;
	text-align: center;
}
.ayl_ichiran_link a{
	display: block;
	padding: 14px 0;
	color: #fff;
	background-color: #333;
	transition: all .3s;
}
.ayl_ichiran_link a:hover{
	opacity: .8;
}


/* ==================================================

	CardGift365

 ================================================== */
#contents .cardgift365{
	margin: 0 auto;
	text-align: center;
}
#contents .cardgift365 img{
	width: 90%;
	max-width: 820px;
}




/* ==================================================

	flier

 ================================================== */
#contents .flier{
	position: relative;
	padding: 60px 0 0;
	background-color: #fff2f2;
}
/*
	.flier_title
================================ */
#contents .flier .flier_title{
	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;
}
/*
	h2
================================ */
#contents .flier h2{
	width: 100%;
	margin: 0 auto 30px;
	color: #2B061E;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
}
#contents .flier h2 span{
	display: block;
	font-size: 24px;
}
/*
	.tx_box
================================ */
#contents .flier .tx_box{
	width: 75%;
	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;
}
/* .delivery -------------------- */
#contents .flier .tx_box .delivery{
	width: 100%;
	font-size: 18px;
	background-color: #fff;
	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;
}
#contents .flier .tx_box .delivery dt,
#contents .flier .tx_box .delivery dd{
	padding: 15px;
}
#contents .flier .tx_box .delivery dt{
	position: relative;
	width: 15%;
	color: #fff;
	font-weight: bold;
	background-color: #875053;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contents .flier .tx_box .delivery dd{
	width: 85%;
	color: #875053;
	font-size: 22px;
	font-weight: bold;
}
#contents .flier .tx_box .delivery dd span{
	display: block;
	color: #000;
	font-size: 15px;
	font-weight: normal;
}
/* .request -------------------- */
#contents .flier .tx_box .request{
	margin: 10px auto 0;
	width: 100%;
	font-size: 14px;
	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;
}
#contents .flier .tx_box .request dt{
	position: relative;
	width: 15%;
	color: #fff;
	font-weight: bold;
	background-color: #878450;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contents .flier .tx_box .request dd{
	width: 85%;
	padding: 10px 0 10px 16px;
	background-color: #fff;
}
/* .img_box -------------------- */
#contents .flier .img_box{
	width: 20%;
}




/* ==================================================

	flier_contents

 ================================================== */
#contents .flier_contents{
	padding: 40px 0 60px;
	background-color: #fff2f2;
}
/* p -------------------- */
#contents .flier_contents .more{
	margin: 10px auto 0;
	color: #875053;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
#contents .flier_contents .more span{
	font-size: 20px;
}
/*
	.contents_box
================================ */
#contents .flier_contents .contents_box{
	max-width: 1000px;
	margin: 0 auto;
	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;
}
#contents .flier_contents .contents_box > li{
	width: 49%;
	padding-bottom: 30px;
	border: 2px solid #fcd69e;
	background-color: #fff;
}
/* h2 -------------------- */
#contents .flier_contents .contents_box h2{
	position: relative;
	padding: 10px 10px 10px 110px;
	font-size: 17px;
	font-weight: bold;
	background-color: #fcd69e;
}
#contents .flier_contents .contents_box h2 span{
	display: block;
	font-size: 15px;
}
#contents .flier_contents .contents_box h2 .flier_point{
	position: absolute;
	display: block;
	width: 50%;
	max-width: 110px;
	margin: 0;
	left: -10px;
	top: -5px;
}
/* p -------------------- */
#contents .flier_contents .contents_box p,
#contents .flier_contents .contents_box .img_box{
	width: 90%;
	margin: 0 auto;
}
#contents .flier_contents .contents_box p{
	margin: 30px auto;
}
#contents .flier_contents .contents_box p span{
	color: #DA0003;
	font-weight: bold;
}
/* .two_line -------------------- */
#contents .flier_contents .contents_box .img_box.two_line{
	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;
}
#contents .flier_contents .contents_box .img_box.two_line dl{
	width: 49%;
}
#contents .flier_contents .contents_box .img_box.two_line dt{
	margin: 0 0 10px;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #ed6c00;
}
/* .attention -------------------- */
#contents .flier_contents .contents_box .attention{
	width: 90%;
	margin: 20px auto 0;
	color: #DA0003;
	font-size: 12px;
}