@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#222222;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
/*
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
*/
/*
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
  text-align:center;
  font-size:14px;
  -webkit-text-size-adjust: none;
  position:relative;
}

a:link,
a:visited,
a:hover,
a:active { color:#222222;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity:0.7;
}

/*
html ----------------------------------------------------------*/



/* body base
===============================================================*/



.l-flowHeader {
  
}
.l-inner {
  max-width: 1176px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: content-box;
}
@media screen and (max-width: 1050px) {
  .l-inner {
    padding: 0 24px;
  }
}

.p-header {
  padding: 0 32px;
}
.p-headerWrap {
  max-width: 1176px;
  margin: 0 auto;
}
.p-headerMain {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 68px;
}
.p-header__logo {
  margin: 0;
  line-height: 1;
  padding: 5px 0 0 0;
}
.p-header__logo a {
  display: block;
  line-height: 10px;
}
.p-header__catch {
  padding: 0 20px;
}
.p-header__catchTxt {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.p-header__catch2 {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
.p-header__search {
  margin: 0 24px 0 auto;
  max-width: 340px;
  width: 30%;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.p-header__searchInner {
  position: relative;
}
.p-header__search__input {
  display: block;
  border: #cccccc 1px solid;
  background: #f0f0f0;
  height: 32px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 14px;
  padding: 0 45px 0 20px;
  border-radius: 16px;
  min-height: inherit;
}
.p-header__search__submit {
  -webkit-appearance: none;
  color: #000;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  width: 42px;
  cursor: pointer;
  background: url("../images/common/icon-search-solid.png") no-repeat left 9px center;
  background-size: 17px;
  text-indent: -999px;
  overflow: hidden;
  text-align: left;
}

.p-header__subMenu {
}
.p-headerSubMenuList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-headerSubMenuList__item {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}
.p-headerSubMenuList__item:nth-child(n + 2) {
  margin-left: 18px;
}
a.p-headerSubMenuList__login ,
a.p-headerSubMenuList__cart {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #222222;
}
a.p-headerSubMenuList__login {
  
}
.p-headerSubMenuList__loginIcon {
  width: 24px;
  margin-right: 8px;
  display: block;
}
a.p-headerSubMenuList__cart {
  height: 24px;
  width: 160px;
  background: #cccccc;
  border-radius: 12px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.p-headerSubMenuList__cartIcon {
  width: 20px;
  margin-right: 8px;
}
.p-headerSubMenuList__snsIconfacebook {
  width: 24px;
  display: block;
}
.p-headerSubMenuList__snsIconTwitter {
  width: 26px;
  display: block;
}

.p-header__menuBtn {
  display: none;
}

.p-headerMenu {
  padding: 0 0 22px 0;
}
.p-gNavList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.p-gNavList__item {
  margin: 0 7px;
}
.p-gNavList__item a {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 38px;
  padding: 0 5px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}


@media screen and (max-width: 1050px) {
  .p-header__catchTxt {
    font-size: 12px;
  }
  .p-headerSubMenuList__item--sns {
    display: none;
  }
  a.p-headerSubMenuList__cart {
    width: auto;
    background: none;
  }
  .p-headerSubMenuList__cartIcon {
    display: block;
    height: 24px;
    width: 24px;
    background: url("../images/common/icon-cart-sp.png") no-repeat center center;
    background-size: 24px;
  }
  .p-headerSubMenuList__cartIcon img {
    display: none;
  }
  .p-gNavList__item {
    margin: 0 5px;
  }
  .p-gNavList__item a {
    font-size: 14px;
  }
}

@media screen and (max-width: 900px) {
  .p-header {
    padding-right: 67px;
    position: relative;
  }
  .p-headerWrap {
  }
  .p-header__logo {
    padding: 0;
  }
  .p-header__catch {
    display: none;
  }
  .p-header__catch2 {
    display: none;
  }
  .p-header__search {
    display: none;
  }
  .p-headerSubMenuList__item:nth-child(n+2) {
    margin-left: 8px;
  }
  .p-headerSubMenuList__loginIcon {
    margin-right: 0;
  }
  .p-headerSubMenuList__loginTxt {
    display: none;
  }
  a.p-headerSubMenuList__cart {
    width: auto;
    background: none;
  }
  .p-headerSubMenuList__cartIcon {
    margin-right: 0;
  }
  .p-headerSubMenuList__cartTxt {
    display: none;
  }
  
  .p-headerMenu {
    display: none;
  }
  
  .p-header__menuBtn {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: 52px;
    width: 52px;
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 1000;
  }
  .p-header__menuBtnInner,
  .p-header__menuBtnInner span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .p-header__menuBtnInner {
    position: relative;
    width: 30px;
    height: 24px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
  }
  .p-header__menuBtnInner span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .p-header__menuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .p-header__menuBtnInner span:nth-of-type(2) {
    top: 11px;
  }
  .p-header__menuBtnInner span:nth-of-type(3) {
    bottom: 0;
  }
  .p-header__menuBtn.is-open .p-header__menuBtnInner span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  .p-header__menuBtn.is-open .p-header__menuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .p-header__menuBtn.is-open .p-header__menuBtnInner span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
}

@media screen and (max-width: 750px) {
  .p-header {
    padding: 0 57px 0 24px;
  }
  .p-headerWrap {
  }
  .p-headerMain {
    height: 52px;
  }
  .p-header__logo {
    width: 200px;
  }
  .p-header__catch {
    display: none;
  }
  .p-headerSubMenuList__item:nth-child(n+2) {
    margin-left: 8px;
  }
  .p-headerSubMenuList__loginIcon {
    margin-right: 0;
  }
  .p-headerSubMenuList__loginTxt {
    display: none;
  }
  a.p-headerSubMenuList__cart {
    width: auto;
    background: none;
  }
  .p-headerSubMenuList__cartIcon {
    margin-right: 0;
  }
  .p-headerSubMenuList__cartTxt {
    display: none;
  }
  
  .p-headerMenu {
    display: none;
  }
  
  .p-header__menuBtn {
    right: 10px;
    height: 52px;
    width: 38px;
  }
  .p-header__menuBtnInner,
  .p-header__menuBtnInner span {
  }
  .p-header__menuBtnInner {
    width: 28px;
    height: 22px;
  }
  .p-header__menuBtnInner span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .p-header__menuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .p-header__menuBtnInner span:nth-of-type(2) {
    top: 10px;
  }
  .p-header__menuBtnInner span:nth-of-type(3) {
    bottom: 0;
  }
  .p-header__menuBtn.is-open .p-header__menuBtnInner span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .p-header__menuBtn.is-open .p-header__menuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .p-header__menuBtn.is-open .p-header__menuBtnInner span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
}


.p-headerSPMenu {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-headerSPMenu {
    display: none;
    position: absolute;
    top: 68px;
    background: #FFF;
    z-index: 500;
    width: 350px;
    right: 0;
/*
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
*/
  }
  .p-headerSPMenuInner {
    height: calc(100vh - 68px);
    overflow-y: scroll;
    box-sizing: border-box;
  }
  .p-headerSPMenuFrame {
    padding: 5px 32px 40px;
    text-align: left;
  }
  .p-headerSPMenuGNavi {
    border-bottom: #cccccc 2px solid;
    padding-bottom: 25px;
  }
  .p-headerSPMenuGNavi__item {
    
  }
  .p-headerSPMenuGNavi__item + .p-headerSPMenuGNavi__item {
    margin-top: 15px;
  }
  .p-headerSPMenuGNavi__item a {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
  }
  .p-headerSPMenuTag {
    padding: 15px 0 25px 0;
    border-bottom: #cccccc 2px solid;
  }
  .p-headerSPMenuTag .c-tagList li {
    width: auto;
    margin: 13px 15px 0 0;
  }
  .p-headerSPMenuTag .c-tagList li:nth-child(3n + 1) {
    width: auto;
    margin: 13px 15px 0 0;
  }
  .p-headerSPMenuTag .c-tagList li:nth-child(n + 4) {
    margin: 13px 15px 0 0;
  }
  .p-headerSPMenuTag .c-tagList li a {
    display: block;
    border-bottom: none;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    padding: 6px 10px 7px 10px;
    position: relative;
    background: #cccccc;
    border-radius: 3px;
  }
  .p-headerSPMenuTag .c-tagList li a:before ,
  .p-headerSPMenuTag .c-tagList li a:after {
    display: none;
  }
  
  .p-headerSPMenuSubList {
    padding: 30px 0 0 0;
  }
  .p-headerSPMenuSubList__item {
    
  }
  .p-headerSPMenuSubList__item + .p-headerSPMenuSubList__item {
    margin-top: 20px;
  }
  a.p-headerSPMenuSubList__login ,
  a.p-headerSPMenuSubList__cart {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #222222;
  }
  .p-headerSPMenuSubList__loginIcon ,
  .p-headerSPMenuSubList__cartIcon {
    width: 32px;
    margin-right: 8px;
    display: block;
  }
  .p-headerSPMenuSubList__loginTxt ,
  .p-headerSPMenuSubList__cartTxt {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
  }
  .p-headerSPMenuSnsList {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 45px 0 0 0;
  }
  .p-headerSPMenuSnsList__item {
    margin: 0 18px;
  }
  .p-headerSPMenuSnsList__ancIconFacebook {
    width: 32px;
    display: block;
  }
  .p-headerSPMenuSnsList__ancIconTwitter {
    width: 40px;
    display: block;
  }
  
  .p-headerSPSearch {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 0 0;
  }
  .p-headerSPSearchInner {
    position: relative;
  }
  .p-headerSPSearch__input {
    display: block;
    border: #cccccc 1px solid;
    background: #f0f0f0;
    height: 32px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 14px;
    padding: 0 45px 0 20px;
    border-radius: 16px;
    min-height: inherit;
  }
  .p-headerSPSearch__submit {
    -webkit-appearance: none;
    color: #000;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    width: 42px;
    cursor: pointer;
    background: url("../images/common/icon-search-solid.png") no-repeat left 9px center;
    background-size: 17px;
    text-indent: -999px;
    overflow: hidden;
    text-align: left;
  }
  
  
}
@media screen and (max-width: 750px) {
  .p-headerSPMenu {
    top: 0px;
    width: 100%;
    max-width: 375px;
    right: 0;
    padding: 52px 0 0 0;
  }
  .p-headerSPMenuInner {
    height: calc(100vh - 52px);
    padding: 0 0 0 0;
    overflow-y: scroll;
    box-sizing: border-box;
  }
}




.p-footer {
  background: #f0f0f0;
}
.p-footerReturn {
  background: #222222;
  height: 32px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.p-footerReturn a {
  display: block;
  line-height: 1;
}
.p-footerReturn img {
  width: 26px;
  height: auto;
}
.p-footerWrap {
  max-width: 1176px;
  margin: 0 auto;
  padding: 80px 32px 30px;
  box-sizing: content-box;
}
.p-footerTimeline {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 80px;
}
.p-footerTimeline__item {
  width: 48.6%;
  box-sizing: border-box;
  border: #222 2px solid;
  height: 320px;
  background: #FFF;
}
.p-footer__logo {
  margin-bottom: 25px;
}
.p-footer__logo img {
  width: 170px;
  height: auto;
}
.p-footer__sns {
  margin-bottom: 60px;
}
.p-footer__snsList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.p-footer__snsList li {
  margin: 0 12px;
}
.p-footer__snsList li.p-footer__snsList--facebook {
  width: 32px;
}
.p-footer__snsList li.p-footer__snsList--twitter {
  width: 40px;
}
.p-footer__menu {
}
.p-footer__menuList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.p-footer__menuList li {
  position: relative;
  margin-left: 17px;
}
.p-footer__menuList li:before {
  content: '';
  display: block;
  height: 15px;
  width: 1px;
  background: #979797;
  position: absolute;
  top: 4px;
  left: -8px;
}
.p-footer__menuList li:nth-child(1):before {
  display: none;
}
.p-footer__menuList li a {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}


.p-footerCopy {
  background: #222222;
}
.p-footerCopy__txt {
  max-width: 1176px;
  margin: 0 auto;
  padding: 8px 32px 7px;
  box-sizing: content-box;
  text-align: right;
  font-size: 16px;
  line-height: 1.4;
  color: #FFF;
  font-weight: bold;
}


@media screen and (max-width: 750px) {
  .p-footer {
  }
  .p-footerReturn {
    height: 32px;
  }
  .p-footerReturn a {
  }
  .p-footerReturn img {
    width: 26px;
    height: auto;
  }
  .p-footerWrap {
    padding: 80px 24px 40px;
  }
  .p-footerTimeline {
    display : block;
    margin-bottom: 80px;
  }
  .p-footerTimeline__item {
    width: 100%;
    border: #222 2px solid;
    height: 320px;
  }
  .p-footerTimeline__item + .p-footerTimeline__item {
    margin-top: 30px;
  }
  .p-footer__logo {
    margin-bottom: 25px;
  }
  .p-footer__logo img {
    width: 170px;
    height: auto;
  }
  .p-footer__sns {
    margin-bottom: 60px;
  }
  .p-footer__snsList {

  }
  .p-footer__snsList li {
    margin: 0 12px;
  }
  .p-footer__snsList li.p-footer__snsList--facebook {
    width: 32px;
  }
  .p-footer__snsList li.p-footer__snsList--twitter {
    width: 40px;
  }
  .p-footer__menu {
  }
  .p-footer__menuList {
    display : block;
    text-align: left;
  }
  .p-footer__menuList li {
    margin-left: 0px;
  }
  .p-footer__menuList li + li {
    margin-top: 7px;
  }
  .p-footer__menuList li:before {
    display: none;
  }
  .p-footer__menuList li:nth-child(1):before {
    display: none;
  }
  .p-footer__menuList li a {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
  }


  .p-footerCopy {
  }
  .p-footerCopy__txt {
    padding: 8px 24px 7px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }

}