@charset "utf-8";
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ
=================================================================== */

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */

#top main .main {
  height: 100vh;
}

#top main .main .catchphrase {
  position: absolute;
  xtop: calc(100vh / 4 + 0.6vw);/* イベント1つある（バナー）場合 */
  top: calc(100vh / 3.5 + 0.6vw);/* イベント2つある（バナー）場合 */
  xtop: calc(100vh / 3 + 0.6vw);/* イベントがない（バナー）場合 */
  left: 3vw;
  width: calc(40% - 3vw);
}

#top main .main .catchphrase h1 {
  font-weight: 400;
}

#top main .main .catchphrase h1 span {
  display: block;
}

#top main .main .catchphrase h1 span:nth-of-type(1) {
  font-size: 50px;
  font-size: 5.0rem;
  line-height: 1.2;
  letter-spacing: 0.175em;
}

#top main .main .catchphrase h1 span:nth-of-type(2) {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.6em;
  margin: 0.75vw 0 0;
}

#top main .main .catchphrase h1 span:nth-of-type(2) b {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

#top main .main .event_bnr {
  position: absolute;
  bottom: calc(270px + 3vw);
  left: 3vw;
  width: calc(40% - 6vw);
  z-index: 998;
}

#top main .main .event_bnr img {
  width: 100%;
}

#top main .main .event_bnr ul {
  display: flex;
}

#top main .main .event_bnr ul li:not(:first-of-type) {
  margin-left: 1vw;
}

#top main .main .event_bnr a:hover {
  opacity: 0.6;
}

#top main .main .slider {
  position: absolute;
}

#top main .main .thumb_slider {
  position: absolute;
}

#top main .main .slider {
  top: 0;
  right: 0;
  width: 60%;
}

#top main .main .slider picture,
#top main .main .thumb_slider picture {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#top main .main .slider picture {
  height: 100vh;
}

#top main .main .thumb_slider {
  left: 0;
  bottom: 0;
  width: 40%;
}

#top main .main .thumb_slider .slick-list {
  bottom: 70px;
}

#top main .main .thumb_slider picture {
  height: 200px;
}

#top main .main .slick-arrow {
  height: 20px;
  min-height: 20px;
  position: absolute;
  bottom: 25px;
  z-index: 200;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

#top main .main .slick-prev {
  left: 2vw;
}

#top main .main .slick-next {
  left: 5vw;
}

#top main .main .slick-prev:before,
#top main .main .slick-next:after {
  border-top: 2px solid #151515;
  content: "";
  width: 12px;
  height: 12px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

#top main .main .slick-prev:before {
  border-left: 2px solid #151515;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 0.15em;
}

#top main .main .slick-next:after {
  border-right: 2px solid #151515;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-right: 0.15em;
}

#top main .main .slick-prev:hover:before,
#top main .main .slick-next:hover:after {
  border-top: 2px solid #df5a5c;
}

#top main .main .slick-prev:hover:before {
  border-left: 2px solid #df5a5c;
}

#top main .main .slick-next:hover:after {
  border-right: 2px solid #df5a5c;
}

#top main .main .sns {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 70px;
  min-height: 70px;
  padding: 0.5vw 2vw;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  z-index: 100;
}

#top main .main .sns dl {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

#top main .main .sns dl dt {
  color: #df5a5c;
  font-size: 13px;
  font-size: 1.3rem;
}

#top main .main .sns dl dd {
  margin: 0 0 0 1em;
}

#top main .main .sns dl dd ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

#top main .main .sns dl dd ul li {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: normal;
  line-height: 1;
  margin: 0 0 0 0.75em;
}

#top main .main .sns dl dd ul li.fb {
  font-size: 16px;
  font-size: 1.6rem
}

#top main .main .sns dl dd ul li:first-of-type {
  margin: 0;
}

#top main .main .sns dl dd ul li.in a:hover {
  color: #5724A8;
}

#top main .main .sns dl dd ul li.fb a:hover {
  color: #3b5998;
}

#top main .container section {
  padding: 7.5vw;
}

#top main .container section .head_box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

#top main .container #brand_sec {
  background-color: #df5a5c;
  background-image: url("../img/common/strawberry_bg.svg");
  background-position: top -2.5vw right -5vw;
  background-repeat: no-repeat;
  background-size: 60%;
  color: #ffffff;
}

#top main .container #brand_sec .hd_01 span {
  color: #ffffff;
}

#top main .container #brand_sec .brand_box h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
}

#top main .container #brand_sec .brand_box h2 span {
  display: block;
}

#top main .container #brand_sec .brand_box h2 span br {
  display: none;
}

#top main .container #brand_sec .brand_box .brand_txt {
  line-height: 2.2;
  margin: 2vw 0 0;
}

#top main .container #brand_sec .brand_box .brand_link {
  margin-top: 5vw;
  margin-left: calc(20px + 1em);
}

#top main .container #brand_sec .brand_box .brand_link a {
  color: #ffffff;
}

#top main .container #products_sec {
  background-color: #fff5f6;
}

#top main .container #products_sec .products_box {
  display: flex;
  display: -webkit-flex;
  position: relative;
}



#top main .container #products_sec .products_box:before,
#top main .container #products_sec .products_box:after {
  background-size: cover;
  xcontent: "";
  position: absolute;
  z-index: 100;
}

#top main .container #products_sec .products_box:before {
  background-image: url("../img/common/illust_001.png");
  height: 163px;
  width: 250px;
  top: -3vw;
  right: -5vw;
}

#top main .container #products_sec .products_box:after {
  background-image: url("../img/common/illust_002.png");
  height: 150px;
  width: 250px;
  bottom: -3vw;
  left: -5vw;
}

#top main .container #products_sec .products_box .item {
  flex: 1 1;
  flex: -webkit-1 1;
  margin-left: 4vw;
}

#top main .container #products_sec .products_box .item:nth-of-type(1) {
  margin-left: 0;
}

#top main .container #products_sec .products_box .item:nth-of-type(2) {
  xmargin-top: 4vw;
}

#top main .container #products_sec .products_box .item:nth-of-type(3) {
  xmargin-top: 8vw;
}

#top main .container #products_sec .products_box .item a {
  display: flex;
  display: -webkit-flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}

#top main .container #products_sec .products_box .item a .item_txt {
  align-self: center;
  -webkit-align-self: center;
  background-color: #ffffff;
  padding: 2vw;
  width: calc(100% - 50px);
  margin: -25px 0 0;
  position: relative;
  z-index: 1;
}

#top main .container #products_sec .products_box .item a .item_txt h2 {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  font-weight: 400;
}

#top main .container #products_sec .products_box .item a .item_txt h2 span:nth-of-type(1) {
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  z-index: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#top main .container #products_sec .products_box .item a .item_txt h2 span:nth-of-type(1):after {
  background-color: #df5a5c;
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0.25em;
  left: 0;
  z-index: -1;
}

#top main .container #products_sec .products_box .item a .item_txt h2 span:nth-of-type(2) {
  color: #df5a5c;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#top main .container #products_sec .products_box .item a .item_txt p {
  line-height: 2;
  margin: 1.5vw 0 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#top main .container #products_sec .products_box .item a picture {
  min-height: 0%;
  z-index: 0;
}

#top main .container #products_sec .products_box .item a:hover .item_txt {
  background-color: #df5a5c;
}

#top main .container #products_sec .products_box .item a:hover .item_txt h2 span:nth-of-type(1) {
  color: #ffffff;
}

#top main .container #products_sec .products_box .item a:hover .item_txt h2 span:nth-of-type(2) {
  color: #ffffff;
}

#top main .container #products_sec .products_box .item a:hover .item_txt p {
  color: #ffffff;
}

#top main .container #products_sec .deco_bnr {
  margin: 5vw 0 0;
}

#top main .container #store_sec .shop_box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: calc(100% + 3vw);
}

#top main .container #store_sec .shop_box .shop {
  width: calc(100% / 4 - 3vw);
  margin-top: 3vw;
  margin-left: 3vw;
}

#top main .container #store_sec .shop_box .shop:nth-of-type(-n+4) {
  margin-top: 0;
}

#top main .container #store_sec .shop_box .shop:nth-of-type(4n+1) {
  margin-left: 0;
}

#top main .container #store_sec .shop_box .shop a {
  display: flex;
  display: -webkit-flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}

#top main .container #store_sec .shop_box .shop a h2 {
  background-color: #df5a5c;
  color: #ffffff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-self: center;
  -webkit-align-self: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  height: 50px;
  min-height: 50px;
  width: calc(100% - 50px);
  margin: -25px 0 0;
  position: relative;
  z-index: 1;
}

#top main .container #store_sec .shop_box .shop a picture {
  min-height: 0%;
  z-index: 0;
}

#top main .container #store_sec .shop_box .shop a:hover h2 {
  background-color: #fff5f6;
  color: #df5a5c;
}

#top main .container #news_sec {
  background-color: #fff5f6;
  background-image: url("../img/common/logo_v.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

#top main .container #news_sec .article_box article {
  margin-top: 1px;
}

#top main .container #news_sec .article_box article:first-of-type {
  margin-top: 0;
}

#top main .container #news_sec .article_box article a {
  background-color: #ffffff;
  border-left: 3px solid #df5a5c;
  display: flex;
  display: -webkit-flex;
  height: 100%;
}

#top main .container #news_sec .article_box article a picture {
  flex: 0 1 35%;
  -webkit-flex: 0 1 35%;
}

#top main .container #news_sec .article_box article a picture img {
  height: 350px;
}

#top main .container #news_sec .article_box article a .post {
  background-color: #ffffff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex: 1 1;
  -webkit-flex: 1 1;
  padding: 3vw;
}

#top main .container #news_sec .article_box article a .post h2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#top main .container #news_sec .article_box article a .post p {
  margin: 2vw 0 0;
}

#top main .container #news_sec .article_box article a .post time {
  color: #df5a5c;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 3vw 0 0;
}

#top main .container #news_sec .article_box article a:hover picture {
  opacity: 0.4;
}

#top main .container #news_sec .article_box article a:hover .post h2 {
  color: #df5a5c;
}

/* -----------------------------------------------------------
    アローツリーについて
----------------------------------------------------------- */
.brand main .main:before {
  background-image: url("../img/brand/brand_main.jpg");
}

.brand main .container {
  background-image: url("../img/common/strawberry_003.svg"), url("../img/common/strawberry_003.svg");
  background-position: top left -5vw, top right -5vw;
  background-repeat: repeat-y;
  background-size: 15% auto;
}

.brand main .container > section {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 7.5vw 0 0;
}

.brand main .container > section:first-of-type {
  margin: 0;
}

.brand main .container > section:nth-of-type(2n) {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}

.brand main .container > section .txt_box {
  flex: 1 1;
  -webkit-flex: 1 1;
  min-width: 0;
  margin: 5vw 5vw 0 0;
}

.brand main .container > section:nth-of-type(2n) .txt_box {
  margin: 5vw 0 0 5vw;
}

.brand main .container > section .txt_box h1 {
  font-weight: 400;
  position: relative;
}

.brand main .container > section .txt_box h1:after {
  content: "";
  height: 1px;
  width: calc(100% + 7.5vw);
  position: absolute;
  bottom: 0;
  left: 0;
}

.brand main .container > #market_sec .txt_box h1:after {
  background-color: #df5a5c;
}

.brand main .container > #madein_sec .txt_box h1:after {
  background-color: #f3a548;
}

.brand main .container > #patisserie_sec .txt_box h1:after {
  background-color: #4d8b59;
}

.brand main .container > #vision_sec .txt_box h1:after {
  background-color: #d57a5c;
}

.brand main .container > section:nth-of-type(2n) .txt_box h1:after {
  right: 0;
  left: inherit;
}

.brand main .container > section:nth-of-type(2n) .txt_box h1 {
  text-align: right;
}

.brand main .container > section .txt_box h1 span:nth-of-type(1) {
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: 0.15em;
}

.brand main .container > section .txt_box h1 span:nth-of-type(1) b {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: normal;
}

.brand main .container > #market_sec .txt_box h1 span:nth-of-type(1) b {
  color: #df5a5c;
}

.brand main .container > #madein_sec .txt_box h1 span:nth-of-type(1) b {
  color: #f3a548;
}

.brand main .container > #patisserie_sec .txt_box h1 span:nth-of-type(1) b {
  color: #4d8b59;
}

.brand main .container > #vision_sec .txt_box h1 span:nth-of-type(1) b {
  color: #d57a5c;
}

.brand main .container > section .txt_box h1 span:nth-of-type(2) {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 0 1em;
}

.brand main .container > #market_sec .txt_box h1 span:nth-of-type(2) {
  color: #df5a5c;
}

.brand main .container > #madein_sec .txt_box h1 span:nth-of-type(2) {
  color: #f3a548;
}

.brand main .container > #patisserie_sec .txt_box h1 span:nth-of-type(2) {
  color: #4d8b59;
}

.brand main .container > #vision_sec .txt_box h1 span:nth-of-type(2) {
  color: #d57a5c;
}

.brand main .container > section .txt_box .brand_box {
  background-color: #ffffff;
  margin: 5vw 0 0;
  padding: 5vw 4vw;
}

.brand main .container > section .txt_box .brand_box h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
}

.brand main .container > #market_sec .txt_box .brand_box h2 {
  color: #df5a5c;
}

.brand main .container > #madein_sec .txt_box .brand_box h2 {
  color: #f3a548;
}

.brand main .container > #patisserie_sec .txt_box .brand_box h2 {
  color: #4d8b59;
}

.brand main .container > #vision_sec .txt_box .brand_box h2 {
  color: #d57a5c;
}

.brand main .container > section .txt_box .brand_box .brand_txt {
  margin: 3em 0 0;
}

.brand main .container > section .txt_box .brand_box .brand_txt p {
  line-height: 2.2;
  margin: 1em 0 0;
}

.brand main .container > section .txt_box .brand_box .brand_txt p:first-of-type {
  margin: 0;
}

.brand main .container > section .txt_box .brand_box .brand_txt section:not(:first-of-type) {
  margin: 3em 0 0;
}

.brand main .container > section .txt_box .brand_box .brand_txt section h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}

.brand main .container > section .txt_box .brand_box .brand_txt section h3:before {
  content: "■";
  margin: 0 0.15em 0 0;
}

.brand main .container > #madein_sec .txt_box .brand_box .brand_txt section h3:before {
  color: #f3a548;
}

.brand main .container > section .txt_box .brand_box .brand_txt .brand_txt_in {
  margin: 1.5em 0 0;
}

.brand main .container > section .pic_box {
  flex: 0 1 52.5%;
  -webkit-flex: 0 1 52.5%;
}

.brand main .container > section .pic_box .pic_tmb {
  margin: 2.5vw 0 0;
}

.brand main .container > section .pic_box .pic_tmb ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-left: -2.5vw\0;
  width: calc(100% + 2.5vw)\0;
}

.brand main .container > section .pic_box .pic_tmb ul li {
  margin: 0 0 0 2.5vw\0;
}

.brand main .container > section .pic_box .pic_tmb ul li:not(:first-of-type) {
  margin: 0 0 0 2.5vw;
}

.brand main .container > section .pic_box .pic_tmb ul li picture:not(:first-of-type) {
  margin: 2.5vw 0 0;
}

.brand main .container > section .pic_box .pic_tmb ul li img {
  width: 100%;
}

/* -----------------------------------------------------------
    店舗案内
----------------------------------------------------------- */
.store main .main:before {
  background-image: url("../img/store/store_main.jpg");
}

/* -----------------------------------------------------------
    店舗案内 一覧
----------------------------------------------------------- */
.store_list main .container .shop_box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: calc(100% + 5vw);
}

.store_list main .container .shop_box .shop {
  width: calc(100% / 2 - 5vw);
  margin-top: 5vw;
  margin-left: 5vw;
}

.store_list main .container .shop_box .shop:nth-of-type(-n+2) {
  margin-top: 0;
}

.store_list main .container .shop_box .shop:nth-of-type(2n+1) {
  margin-left: 0;
}

.store_list main .container .shop_box .shop a {
  display: flex;
  display: -webkit-flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}

.store_list main .container .shop_box .shop a h2 {
  background-color: #df5a5c;
  color: #ffffff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-self: center;
  -webkit-align-self: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  height: 80px;
  min-height: 80px;
  width: calc(100% - 80px);
  margin: -40px 0 0;
  position: relative;
  z-index: 1;
}

.store_list main .container .shop_box .shop a picture {
  min-height: 0%;
  z-index: 0;
}

.store_list main .container .shop_box .shop a:hover h2 {
  background-color: #ffffff;
  color: #df5a5c;
}

/* -----------------------------------------------------------
    店舗案内 詳細
----------------------------------------------------------- */
.store_detail main .container h1 {
  position: relative;
  z-index: 0;
}

.store_detail main .container h1:after {
  background-size: cover;
  content: "";
  position: absolute;
  z-index: -1;
}

.store_detail main .container h1:after {
  background-image: url("../img/common/illust_007.png");
  height: 250px;
  width: 350px;
  top: -3vw;
  right: 0;
}

.store_detail main .container .hd_01 span:nth-of-type(1) b {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  margin: 0 0 0 0.5em;
}

.store_detail main .container > .contents {
  margin: 7.5vw 0 0;
}

.store_detail main .container .contents > section:not(:first-of-type) {
  margin: 7.5vw 0 0;
}

.store_detail main .container .contents > section .shop_box {
  margin: 4vw 0 0;
}

.store_detail main .container .contents > #store_sec .shop_box {
  display: flex;
  display: -webkit-flex;
}

.store_detail main .container .contents > #store_sec .shop_box > * {
  width: 50%;
}

.store_detail main .container .contents > #store_sec .shop_box .pic_box picture img {
  min-height: 500px;
}

.store_detail main .container .contents > #store_sec .shop_box .txt_box {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  background-color: #ffffff;
  padding: 4vw 4.5vw;
}

.store_detail main .container .contents > #store_sec .shop_box .txt_box .add_box dl {
  display: flex;
  display: -webkit-flex;
  margin: 1.5em 0 0;
}

.store_detail main .container .contents > #store_sec .shop_box .txt_box .add_box dl:first-of-type {
  margin: 0;
}

.store_detail main .container .contents > #store_sec .shop_box .txt_box .add_box dl dt {
  flex: 0 1 8em;
  -webkit-flex: 0 1 8em;
}

.store_detail main .container .contents > #store_sec .shop_box .txt_box .add_box dl dd {
  flex: 1 1;
  -webkit-flex: 1 1;
}

.store_detail main .container .contents > #store_sec .shop_box .txt_box .add_box dl.hours dd span:nth-of-type(2):before {
  content: "/";
  margin: 0 0.5em;
}

.store_detail main .container .contents > #store_sec .shop_box .txt_box .map {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1vw 0 0;
}

.store_detail main .container .contents > #store_sec .shop_box .txt_box .map span {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.store_detail main .container .contents > #store_sec .shop_box .txt_box .map span:before {
  color: #df5a5c;
  content: "\f041";
  font-family: FontAwesome;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0.35em 0 0;
}

.store_detail main .container .contents > #store_sec .shop_box .txt_box .map a {
  position: relative;
  margin: -5px 0 0;
}

.store_detail main .container .contents > #store_sec .shop_box .txt_box .map a:after {
  background-color: #df5a5c;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.store_detail main .container .contents > #recommend_sec .shop_box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 4vw 0 0;
  width: calc(100% + 4vw);
}

.store_detail main .container .contents > #recommend_sec .shop_box .recommend {
  display: flex;
  display: -webkit-flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  width: calc(100% / 3 - 4vw);
  margin-top: 4vw;
  margin-left: 4vw;
}

.store_detail main .container .contents > #recommend_sec .shop_box .recommend:nth-of-type(-n+3) {
  margin-top: 0;
}

.store_detail main .container .contents > #recommend_sec .shop_box .recommend:nth-of-type(3n+1) {
  margin-left: 0;
}

.store_detail main .container .contents > #recommend_sec .shop_box .recommend h3 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  margin: 1.5vw 0 0;
}

.store_detail main .container .contents > #recommend_sec .shop_box .recommend picture {
  min-height: 0%;
}

/* -----------------------------------------------------------
    商品紹介
----------------------------------------------------------- */
.products main .main:before {
  background-image: url("../img/products/products_main.jpg");
}

/* -----------------------------------------------------------
    商品紹介 トップ
----------------------------------------------------------- */
.products_top main .container section:not(:first-of-type) {
  margin: 7.5vw 0 0;
}

.products_top main .container #introduce_sec .cmn_box h1 {
  text-indent: -0.5em;
}

.products_top main .container #introduce_sec .cmn_box:before {
  background-image: url("../img/common/illust_008.png");
  height: 203px;
  width: 200px;
  top: -3vw;
  right: 0;
}

.products_top main .container #introduce_sec .cmn_box:after {
  background-image: url("../img/common/illust_009.png");
  height: 200px;
  width: 173px;
  top: 70px;
  right: 8vw;
}

.products_top main .container #products_sec .products_box {
  display: flex;
  display: -webkit-flex;
  position: relative;
}

.products_top main .container #products_sec .products_box .item {
  flex: 1 1;
  flex: -webkit-1 1;
  margin-left: 4vw;
}

.products_top main .container #products_sec .products_box .item:first-of-type {
  margin-left: 0;
}

.products_top main .container #products_sec .products_box .item a {
  display: flex;
  display: -webkit-flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}

.products_top main .container #products_sec .products_box .item a .item_txt {
  align-self: center;
  -webkit-align-self: center;
  background-color: #ffffff;
  padding: 2vw;
  width: calc(100% - 50px);
  margin: -25px 0 0;
  position: relative;
  z-index: 1;
}

.products_top main .container #products_sec .products_box .item a .item_txt h2 {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  font-weight: 400;
}

.products_top main .container #products_sec .products_box .item a .item_txt h2 span:nth-of-type(1) {
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  z-index: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.products_top main .container #products_sec .products_box .item a .item_txt h2 span:nth-of-type(1):after {
  background-color: #df5a5c;
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0.25em;
  left: 0;
  z-index: -1;
}

.products_top main .container #products_sec .products_box .item a .item_txt h2 span:nth-of-type(2) {
  color: #df5a5c;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.products_top main .container #products_sec .products_box .item a .item_txt p {
  line-height: 2;
  margin: 1.5vw 0 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.products_top main .container #products_sec .products_box .item a picture {
  min-height: 0%;
  z-index: 0;
}

.products_top main .container #products_sec .products_box .item a:hover .item_txt {
  background-color: #df5a5c;
}

.products_top main .container #products_sec .products_box .item a:hover .item_txt h2 span:nth-of-type(1) {
  color: #ffffff;
}

.products_top main .container #products_sec .products_box .item a:hover .item_txt h2 span:nth-of-type(2) {
  color: #ffffff;
}

.products_top main .container #products_sec .products_box .item a:hover .item_txt p {
  color: #ffffff;
}

.products_top main .container #products_sec .deco_bnr {
  margin: 5vw 0 0;
}

/* -----------------------------------------------------------
    商品紹介 一覧
----------------------------------------------------------- */
.products_list main .container h1 {
  position: relative;
  z-index: 0;
}

.products_list main .container h1:after {
  background-size: cover;
  content: "";
  position: absolute;
  z-index: -1;
}

.products_list.freshsweets main .container h1:after {
  background-image: url("../img/common/illust_002.png");
  height: 180px;
  width: 300px;
  top: -3vw;
  right: 0;
}

.products_list.bakedcake main .container h1:after {
  background-image: url("../img/common/illust_001.png");
  height: 180px;
  width: 277px;
  top: -3vw;
  right: 0;
}

.products_list.original main .container h1:after {
  background-image: url("../img/common/illust_007.png");
  height: 200px;
  width: 280px;
  top: -3vw;
  right: 0;
}

.products_list main .container > .contents {
  margin: 7.5vw 0 0;
}

.products_list main .container .contents > section:not(:first-of-type) {
  margin: 7.5vw 0 0;
}

.products_list main .container .contents > section .products_main {
  margin: 4vw 0 0;
}

.products_list main .container .contents > section .products_main p {
  margin: 3vw 0 0;
}

.products_list main .container .contents > section .products_box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 4vw 0 0;
  width: calc(100% + 4vw);
}

.products_list main .container .contents > section .products_box .sweets {
  width: calc(100% / 3 - 4vw);
  margin-top: 4vw;
  margin-left: 4vw;
}

.products_list main .container .contents > section .products_box .sweets:nth-of-type(-n+3) {
  margin-top: 0;
}

.products_list main .container .contents > section .products_box .sweets:nth-of-type(3n+1) {
  margin-left: 0;
}

.products_list main .container .contents > section .products_box .sweets a {
  display: flex;
  display: -webkit-flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}

.products_list main .container .contents > section .products_box .sweets a h3 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  margin: 1.5vw 0 0;
}

.products_list main .container .contents > section .products_box h3 span {
  display: block;
  padding: 5px 10px;
  background: orange;
  color: #FFF;
  margin-top: 15px;
}

.products_list main .container .contents > section .products_box .sweets a picture {
  min-height: 0%;
}

.products_list main .container .contents > section .products_box .sweets a:hover h3 {
  color: #df5a5c;
}

.products_list main .container .contents > section .products_box .sweets a:hover picture {
  opacity: 0.4;
}

.products_list main .container .contents > #deco_original .deco_original_txt {
  margin: 4vw 0 0;
}

.products_list main .container .contents > #deco_original .deco_original_txt ul li {
  display: flex;
  display: -webkit-flex;
  line-height: 1.3;
  margin: 0.5em 0 0;
}

.products_list main .container .contents > #deco_original .deco_original_txt ul li:first-of-type {
  margin: 0;
}

.products_list main .container .contents > #deco_original .deco_original_txt ul li:before {
  content: "★";
  color: #df5a5c;
  margin: 0 0.1em 0 0;
}

.products_list .lity_box {
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}

.products_list .products_detail {
  background-color: #ffffff;
  display: flex;
  display: -webkit-flex;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 5vw;
  position: relative;
  z-index: 0;
}

.products_list .products_detail:before {
  background-image: url("../img/common/logo_v.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.products_list .products_detail:after {
  background-color: #df5a5c;
  content: "";
  height: 100%;
  width: 20%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.products_list .products_detail .products_txt {
  margin: 0 0 0 4vw;
  width: 35vw;
}

.products_list .products_detail .products_txt h1 {
  font-weight: 400;
  line-height: 1.2;
  margin: 1vw 0 0;
}

.products_list .products_detail .products_txt h1 span {
  display: block;
  letter-spacing: 0.15em;
}

.products_list .products_detail .products_txt h1 span:nth-of-type(1) {
  color: #df5a5c;
  font-size: 26px;
  font-size: 2.6rem;
}

.products_list .products_detail .products_txt h1 span:nth-of-type(2) {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 1vw 0 0;
}

.products_list .products_detail .products_txt .products_desc {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin: 2.0vw 0;
  padding: 2.0vw 0;
}

.products_list .products_detail .products_txt .products_desc p {
  line-height: 1.8;
}

.products_list .products_detail .products_txt .products_desc ul.period {
  margin: 2vw 0 0;
}

.products_list .products_detail .products_txt .products_desc ul.period li:not(:first-of-type) {
  margin: 0.25em 0 0;
}

.products_list .products_detail .products_txt .products_desc ul.period li span:nth-of-type(2):before {
  content: "：";
  margin: 0 0.25em;
}

.products_list .products_detail .products_txt .products_desc ul.price {
  color: #df5a5c;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1vw 0 0;
}

.products_list .products_detail .products_txt .products_desc .note {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0.5vw 0 0;
}

.products_list .products_detail .products_txt .products_desc .heads_up {
  font-size: 12px;
  font-size: 1.2rem;
  color: #8C0000;
  padding: 12px;
  border: 1px solid #8C0000;
  margin: 20px 0 25px 0;
}

.products_list .products_detail .products_txt .products_desc .heads_up02 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #8C0000;
  margin: 20px 0 25px 0;
  padding: 12px;
  border: 1px solid #8C0000;
}

.products_list .products_detail .products_txt .products_desc b {
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  color: red;
}

.products_list .products_detail .products_txt .products_desc .redcopy {
   font-weight: bold;
  display: block;
  margin: 20px 0; 
}

.products_list .products_detail .products_txt .products_btn p a:before {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0.5em 0 0;
}

.products_list .products_detail picture {
  width: 30vw;
}

.products_list .products_detail picture img {
  min-height: 60vh;
}

.tax_not_included {
	margin: 10px 0;
}

/* -----------------------------------------------------------
    カフェ
----------------------------------------------------------- */
.cafe main .main:before {
  background-image: url("../img/cafe/cafe_main.jpg");
}

.cafe main .container section:not(:first-of-type) {
  margin: 7.5vw 0 0;
}

.cafe main .container #lede_sec .cmn_box h1 {
  text-indent: -0.5em;
}

.cafe main .container #lede_sec .cmn_box:before {
  background-image: url("../img/common/illust_005.png");
  height: 250px;
  width: 167px;
  top: -3vw;
  right: 0;
}

.cafe main .container #lede_sec .cmn_box:after {
  background-image: url("../img/common/illust_006.png");
  height: 211px;
  width: 200px;
  top: 100px;
  right: 10vw;
}

.cafe main .container #store_sec .shop_box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: calc(100% + 5vw);
}

.cafe main .container #store_sec .shop_box .shop {
  width: calc(100% / 2 - 5vw);
  margin-top: 5vw;
  margin-left: 5vw;
}

.cafe main .container #store_sec .shop_box .shop:nth-of-type(-n+2) {
  margin-top: 0;
}

.cafe main .container #store_sec .shop_box .shop:nth-of-type(2n+1) {
  margin-left: 0;
}

.cafe main .container #store_sec .shop_box .shop a {
  display: flex;
  display: -webkit-flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}


.cafe main .container #store_sec .shop_box .shop a.disabled{
    pointer-events: none;
}

.cafe main .container #store_sec .shop_box .shop a h2 {
  background-color: #df5a5c;
  color: #ffffff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-self: center;
  -webkit-align-self: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  height: 80px;
  min-height: 80px;
  width: calc(100% - 80px);
  margin: -40px 0 0;
  position: relative;
  z-index: 1;
}

.cafe main .container #store_sec .shop_box .shop a picture {
  min-height: 0%;
  z-index: 0;
}

.cafe main .container #store_sec .shop_box .shop a:hover h2 {
  background-color: #ffffff;
  color: #df5a5c;
}

.cafe main .container #store_sec .sub_comment {
  color: #b20000;
  margin: 5vw 0 0;
}

/* -----------------------------------------------------------
    お知らせ
----------------------------------------------------------- */
.news main .main:before {
  background-image: url("../img/news/news_main.jpg");
}

/* -----------------------------------------------------------
    お知らせ 一覧
----------------------------------------------------------- */
.news_list main .container .article_box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: calc(100% + 4vw);
}

.news_list main .container .article_box article {
  width: calc(100% / 3 - 4vw);
  margin-top: 4vw;
  margin-left: 4vw;
}

.news_list main .container .article_box article a {
  display: block;
  height: 100%;
}

.news_list main .container .article_box article:nth-of-type(-n+3) {
  margin-top: 0;
}

.news_list main .container .article_box article:nth-of-type(3n+1) {
  margin-left: 0;
}

.news_list main .container .article_box article a .post {
  margin: 1vw 0 0;
}

.news_list main .container .article_box article a .post h1 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.news_list main .container .article_box article a .post time {
  color: #df5a5c;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 1.5vw 0 0;
}

.news_list main .container .article_box article a:hover .post h1 {
  color: #df5a5c;
}

.news_list main .container .article_box article a picture img {
  height: 300px;
}

.news_list main .container .article_box article a:hover picture {
  opacity: 0.4;
}

/* -----------------------------------------------------------
    お知らせ 詳細
----------------------------------------------------------- */
.news_detail main .container .wrap {
  padding: 7.5vw;
}

.news_detail main .container .post article .news_title {
  border-bottom: 1px solid #e3e3e3;
  padding: 0 0 1.5em;
}

.news_detail main .container .post article .news_title h1 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.news_detail main .container .post article .news_title time {
  color: #df5a5c;
  margin: 2.5em 0 0;
}

.news_detail main .container .post article .article {
  border-bottom: 1px solid #e3e3e3;
  padding: 5vw 0;
}

.news_detail main .container .post article .article p {
  line-height: 2;
  margin: 2.5em 0 0;
}

.news_detail main .container .post article .article p:first-of-type {
  margin: 0;
}

.news_detail main .container .post article .article picture,
.news_detail main .container .post article .article figure {
  margin: 3.5em 0;
}

/* -----------------------------------------------------------
    採用情報
----------------------------------------------------------- */
.recruit main .main:before {
  background-image: url("../img/recruit/recruit_main.jpg");
}

.recruit main .container > section:not(:first-of-type) {
  margin: 7.5vw 0 0;
}

.recruit main .container > section .head_box {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

/* -----------------------------------------------------------
    採用情報 トップ
----------------------------------------------------------- */
.recruit_top main .container > #recruitment_sec .head_box .hd_01 span:nth-of-type(1) {
  font-size: 36px;
  font-size: 3.6rem;
}

.recruit_top main .container > section .head_box nav {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.recruit_top main .container > section .head_box nav ul {
  display: flex;
  display: -webkit-flex;
}

.recruit_top main .container > section .head_box nav ul li {
  margin: 0 0 0 2em;
}

.recruit_top main .container > section .head_box nav ul li a:hover {
  color: #df5a5c;
}

.recruit_top main .container > section .head_box nav p {
  margin: 0 0 0 2em;
}

.recruit_top main .container > #recruitment_sec .contents .txt_box {
  margin: 5vw 0 0;
}

.recruit_top main .container > #recruitment_sec .contents .txt_box h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
}

.recruit_top main .container > #recruitment_sec .contents .txt_box .recruitment_txt {
  margin: 3vw 0 0;
}

.recruit_top main .container > #recruitment_sec .contents .txt_box .recruitment_txt p:not(:first-of-type) {
  margin: 1.5vw 0 0;
}

.recruit_top main .container > #interview_sec .contents {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: calc(100% + 5vw);
}

.recruit_top main .container > #interview_sec .contents .staff {
  width: calc(100% / 2 - 5vw);
  margin-top: 5vw;
  margin-left: 5vw;
}

.recruit_top main .container > #interview_sec .contents .staff:nth-of-type(-n+2) {
  margin-top: 0;
}

.recruit_top main .container > #interview_sec .contents .staff:nth-of-type(2n+1) {
  margin-left: 0;
}

.recruit_top main .container > #interview_sec .contents .staff a {
  display: flex;
  display: -webkit-flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}

.recruit_top main .container > #interview_sec .contents .staff a .txt_box {
  background-color: #ffffff;
  padding: calc(3vw + 25px) 3vw 3vw;
  position: relative;
}

.recruit_top main .container > #interview_sec .contents .staff a .txt_box .staff_txt {
  display: flex;
  display: -webkit-flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.recruit_top main .container > #interview_sec .contents .staff a .txt_box .position {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #df5a5c;
  color: #ffffff;
  min-width: 200px;
  height: 50px;
  min-height: 50px;
  position: absolute;
  top: -25px;
  left: 3vw;
  z-index: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.recruit_top main .container > #interview_sec .contents .staff a .txt_box .staff_txt .name {
  display: flex;
  display: -webkit-flex;
  align-items: baseline;
  -webkit-align-items: baseline;
}

.recruit_top main .container > #interview_sec .contents .staff a .txt_box .staff_txt .name span:nth-of-type(1) {
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.recruit_top main .container > #interview_sec .contents .staff a .txt_box .staff_txt .name span:nth-of-type(2) {
  color: #df5a5c;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 0 1em;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.recruit_top main .container > #interview_sec .contents .staff a .txt_box .staff_txt .join {
  color: #a4a4a4;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.recruit_top main .container > #interview_sec .contents .staff a picture {
  min-height: 0%;
}

.recruit_top main .container > #interview_sec .contents .staff a:hover .txt_box {
  background-color: #df5a5c;
}

.recruit_top main .container > #interview_sec .contents .staff a:hover .txt_box .position {
  background-color: #ffffff;
  color: #df5a5c;
}

.recruit_top main .container > #interview_sec .contents .staff a:hover .txt_box .staff_txt .name span:nth-of-type(1),
.recruit_top main .container > #interview_sec .contents .staff a:hover .txt_box .staff_txt .name span:nth-of-type(2),
.recruit_top main .container > #interview_sec .contents .staff a:hover .txt_box .staff_txt .join {
  color: #ffffff;
}

.recruit_top main .container > #personality_sec .contents {
  display: flex;
  display: -webkit-flex;
}

.recruit_top main .container > #personality_sec .contents .personality {
  background-color: #ffffff;
  display: flex;
  display: -webkit-flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  margin: 0 0 0 4vw;
  width: calc(100% / 3);
}

.recruit_top main .container > #personality_sec .contents .personality:first-of-type {
  margin: 0;
}

.recruit_top main .container > #personality_sec .contents .personality .personality_txt {
  background-color: #ffffff;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  padding: 1.5vw 2vw;
}

.recruit_top main .container > #personality_sec .contents .personality .personality_txt h2 {
  color: #df5a5c;
  font-size: 16px;
  font-size: 1.6rem;
}

.recruit_top main .container > #personality_sec .contents .personality .personality_txt p {
  margin: 1em 0 0;
}

.recruit_top main .container > #personality_sec .contents .personality picture {
  min-height: 0%;
}

.tab_item {
  background-color: #ffe8e8;
  border-bottom: 2px solid #df5a5c;
  color: #df5a5c;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  float: left;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 80px;
  min-height: 80px;
  width: calc(100% / 3);
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.tab_item:hover {
  background-color: #df5a5c;
  color: #ffffff;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  background-color: #ffffff;
  clear: both;
  display: none;
  padding: 5vw;
  overflow: hidden;
}

#recruit_Tab01:checked ~ #recruit_Tab01_content,
#recruit_Tab02:checked ~ #recruit_Tab02_content,
#recruit_Tab03:checked ~ #recruit_Tab03_content {
  display: block;
}

.tabs input:checked + .tab_item {
  background-color: #df5a5c;
  color: #ffffff;
}

.c-txtsp ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: calc(100% + 4vw);
}

.c-txtsp ul li {
  width: calc(100% / 3 - 4vw);
  margin-top: 4vw;
  margin-left: 4vw;
}

.c-txtsp ul li:nth-of-type(-n+3) {
  margin-top: 0;
}

.c-txtsp ul li:nth-of-type(3n+1) {
  margin-left: 0;
}

.c-txtsp ul li a.nolink {
  opacity: 0.4;
}

.c-txtsp ul li a:hover picture {
  opacity: 0.4;
}

.c-txtsp ul li a span {
  display: block;
  text-align: center;
  margin: 1.5vw 0 0;
}

.c-txtsp ul li a:hover span {
  color: #df5a5c;
}

.comingsoon {
  font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
  text-align: center;
  padding: 5vw 0;
}

/* -----------------------------------------------------------
    採用情報 募集要項
----------------------------------------------------------- */
.recruit_detail main .container > .btn_box {
  margin: 5vw 0 0;
}

/* -----------------------------------------------------------
    採用情報 インタビュー
----------------------------------------------------------- */
.staff main .container .contents .staff_main {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  height: 85vh;
  padding: 5vw;
}

.staff.staff01 main .container .contents .staff_main {
  background-image: url("../img/recruit/staff01/staff01_main.jpg");
}

.staff.staff02 main .container .contents .staff_main {
  background-image: url("../img/recruit/staff02/staff02_main.jpg");
}

.staff.staff03 main .container .contents .staff_main {
  background-image: url("../img/recruit/staff03/staff03_main.jpg");
}

.staff.staff04 main .container .contents .staff_main {
  background-image: url("../img/recruit/staff04/staff04_main.jpg");
}

.staff main .container .contents .staff_main .staff_main_sp {
  display: none;
}

.staff main .container .contents .staff_main .staff_card {
  background-color: #ffffff;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 3.5vw 4vw;
  height: 70%;
  width: 40%;
}

.staff main .container .contents .staff_main .staff_card h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
}

.staff main .container .contents .staff_main .staff_card .staff_txt {
  margin: 1vw 0 0;
}

.staff main .container .contents .staff_main .staff_card .staff_txt .join {
  color: #a4a4a4;
  font-size: 14px;
  font-size: 1.4rem;
}

.staff main .container .contents .staff_main .staff_card .staff_txt .join span:nth-of-type(2):before {
  content: "/";
  margin: 0 0.5em;
}

.staff main .container .contents .staff_main .staff_card .staff_txt .name {
  margin: 1.5em 0 0;
}

.staff main .container .contents .staff_main .staff_card .staff_txt .name span:nth-of-type(1) {
  font-size: 24px;
  font-size: 2.4rem;
}

.staff main .container .contents .staff_main .staff_card .staff_txt .name span:nth-of-type(2) {
  color: #df5a5c;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 0 1em;
}

.staff main .container .contents .staff_video {
  margin: calc(7.5vw + 5vw) 0 0 5vw;
  position: relative;
  z-index: 0;
}

.staff main .container .contents .staff_video:after {
  background: #df5a5c;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5vw;
  left: -5vw;
  z-index: -1;
}

.staff main .container .contents .staff_video .video_box iframe {
  height: 85vh;
}

.staff main .container .contents .staff_interview {
  margin: calc(7.5vw + 5vw) 0 0;
}

.staff main .container .contents .staff_interview > section {
  display: flex;
  display: -webkit-flex;
  margin: calc(7.5vw + 5vw) 0 0;
}

.staff main .container .contents .staff_interview > section:first-of-type {
  margin: 0;
}

.staff main .container .contents .staff_interview > section:nth-of-type(2n) {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}

.staff main .container .contents .staff_interview > section .txt_box {
  flex: 1 1;
  -webkit-flex: 1 1;
  margin: 0 6vw 0 0;
}

.staff main .container .contents .staff_interview > section:nth-of-type(2n) .txt_box {
  margin: 0 0 0 6vw;
}

.staff main .container .contents .staff_interview > section .txt_box section:not(:first-of-type) {
  margin: 3.5vw 0 0;
}

.staff main .container .contents .staff_interview > section .txt_box section h3 {
  color: #df5a5c;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 400;
}

.staff main .container .contents .staff_interview > section .txt_box section h3:before {
  background-color: #df5a5c;
  content: "";
  height: 1px;
  width: 25px;
  margin: 0 0.75em 0 0;
}

.staff main .container .contents .staff_interview > section .txt_box section p {
  line-height: 2;
  margin: 1.5vw 0 0;
}

.staff main .container .contents .staff_interview > section .pic_box {
  flex: 0 1 40%;
  -webkit-flex: 0 1 40%;
  margin: 0 5vw 0 0;
}

.staff main .container .contents .staff_interview > section:nth-of-type(2n) .pic_box {
  margin: 0 0 0 5vw;
}

.staff main .container .contents .staff_interview > section .pic_box picture {
  position: relative;
  z-index: 0;
}

.staff main .container .contents .staff_interview > section .pic_box picture:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5vw;
  right: -5vw;
  z-index: -1;
}

.staff main .container .contents .staff_interview > section:nth-of-type(2n) .pic_box picture:after {
  left: -5vw;
}

.staff main .container .contents .staff_interview > section:nth-of-type(1) .pic_box picture:after {
  background: #f1b7a4;
}

.staff main .container .contents .staff_interview > section:nth-of-type(2) .pic_box picture:after {
  background: #dace80;
}

.staff main .container .contents .staff_interview > section:nth-of-type(3) .pic_box picture:after {
  background: #d7c0c9;
}

/* -----------------------------------------------------------
    会社案内
----------------------------------------------------------- */
.company main .main:before {
  background-image: url("../img/company/company_main.jpg");
}

.company main .container #greeting_sec .cmn_box:before {
  background-image: url("../img/common/illust_003.png");
  height: 216px;
  width: 250px;
  top: -3vw;
  right: 0;
}

.company main .container #greeting_sec .cmn_box:after {
  background-image: url("../img/common/illust_004.png");
  height: 200px;
  width: 157px;
  top: 200px;
  right: 7.5vw;
}

.company main .container section:not(:first-of-type) {
  margin: 7.5vw 0 0;
}

.company main .container #greeting_sec .cmn_box .ceo {
  margin: 2vw 0 0;
}

.company main .container #greeting_sec .cmn_box .ceo span {
  display: block;
  margin: 0.5em 0 0;
}

.company main .container #greeting_sec .cmn_box .ceo span:first-of-type {
  margin: 0;
}


.receiving_messeage {
  margin-bottom: 12px;
}

/* -----------------------------------------------------------
    個人情報保護方針 / サイト利用規約
----------------------------------------------------------- */
.privacy main .main:before {
  background-image: url("../img/privacy/privacy_main.jpg");
}

.site main .main:before {
  background-image: url("../img/site/site_main.jpg");
}

.enact main .container article {
  counter-reset: number;
  margin: 5vw 0 0;
}

.enact main .container article dl:not(:first-of-type) {
  margin: 3vw 0 0;
}

.enact main .container article dl dt {
  display: flex;
  display: -webkit-flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  font-weight: 700;
  color: #df5a5c;
}

.enact main .container article dl dt:before {
  content: counter(number) ".";
  counter-increment: number;
  margin: 0 0.25em 0 0;
}

.enact main .container article dl dd {
  margin: 0.75vw 0 0;
}

.enact main .container article dl dd ul {
  margin: 0.75vw 0 0;
}

.enact main .container article dl dd ul li {
  display: flex;
  display: -webkit-flex;
}

.enact main .container article dl dd ul li:not(:first-of-type) {
  margin: 0.15em 0 0;
}

.enact main .container article dl dd ul li:before {
  content: "・";
  margin: 0 0.15em 0 -0.15em;
}

.enact main .container article dl dd p {
  margin: 0.75vw 0 0;
}

/* -----------------------------------------------------------
    お問い合わせ / エントリー
----------------------------------------------------------- */
.inquiry main .main:before {
  background-image: url("../img/inquiry/inquiry_main.jpg");
}

.inquiry main .container .form_flow {
  counter-reset: number;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
  width: 100%;
}

.inquiry main .container .form_flow li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  list-style: none;
  background: #ffffff;
  height: 70px;
  min-height: 70px;
  margin: 0 0.25em 0 1em;
  position: relative;
  flex: 1 1;
  -webkit-flex: 1 1;
}

.inquiry main .container .form_flow li:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -35px;
  border-width: 35px 0 35px 1em;
  border-style: solid;
  border-color: #ffffff #ffffff #ffffff transparent;
  left: -1em;
}

.inquiry main .container .form_flow li:first-of-type {
  margin: 0 0.25em 0 0;
}

.inquiry main .container .form_flow li:first-of-type:before {
  content: none;
}

.inquiry main .container .form_flow li:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -35px;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 1em solid #ffffff;
  right: -1em;
}

.inquiry main .container .form_flow li:last-of-type {
  margin: 0 0 0 1em;
}

.inquiry main .container .form_flow li:last-of-type:after {
  right: 0;
}

.inquiry main .container .form_flow li.is_current:before {
  border-color: #df5a5c #df5a5c #df5a5c transparent;
}

.inquiry main .container .form_flow li.is_current:after {
  border-left: 1em solid #df5a5c;
}

.inquiry main .container .form_flow li.is_current {
  background: #df5a5c;
  color: #ffffff;
}

.inquiry main .container .form_flow li.last-of-type:before {
  content: normal;
}

.inquiry main .container .form_flow li span:before {
  content: counter(number)".";
  counter-increment: number;
  margin: 0 0.25em 0 0;
}

.inquiry main .container .lede {
  margin: 5vw 0 0;
}

.inquiry .form_box {
  margin: 5vw 0 0;
}

.inquiry .form_box dl {
  border-top: 1px solid #e3e3e3;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 2.5em 0;
}

.inquiry .form_box dl:first-of-type {
  border: none;
  padding: 0 0 2.5em;
}

.inquiry .form_box dl:last-of-type {
  padding: 2.5em 0 0;
}

.inquiry .form_box dl dt {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex: 0 1 25%;
  -webkit-flex: 0 1 25%;
}

.inquiry .form_box dl.fs dt {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  margin: 0.25em 0 0;
}

.inquiry .form_box dl dd {
  flex: 1 1;
  -webkit-flex: 1 1;
}

.inquiry .form_box dl dd ul.horiz {
  display: flex;
  display: -webkit-flex;
}

.inquiry .form_box dl dd ul.name li {
  flex: 0 1 17.5em;
  -webkit-flex: 0 1 17.5em;
}

.inquiry .form_box dl dd ul.horiz li:not(:first-of-type) {
  margin: 0 0 0 1.25em;
}

.inquiry .form_box dl dd ul.birthday li .t_a_01 {
  width: 8em;
}

.inquiry .form_box dl dd ul.birthday li .t_a_02 {
  width: 7em;
}

.inquiry .btn_area {
  margin: 5vw 0 0;
}

.inquiry .btn_area > * {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.inquiry .btn_area .check {
  margin: 2vw 0;
  text-align: center;
}

.inquiry .btn_area .btn_wrap button:not(:first-of-type) {
  margin: 0 0 0 2.5vw;
}

.inquiry .btn_area button,
.inquiry .btn_area div a {
  border: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  letter-spacing: 0.2em;
}

.inquiry .btn_area > p a {
  color: #df5a5c;
}

.btn_area > p a:hover {
  color: #fd8e90;
}

/* トップ
----------------------------------------------------------- */
.inquiry .form_box dl dt span {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.inquiry .form_box dl dt span:before {
  content: "必須";
  background: #be1a21;
  color: #ffffff;
  font-size: 10px;
  font-size: 1.0rem;
  margin: 0 1em 0 0;
  padding: 0.3em 0.5em;
}

.inquiry .form_box dl dd select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  xcolor: #b2b2b2;
  height: 40px;
  width: 100%;
  padding: 0 0.75em;
}

.inquiry .form_box dl dd select::-ms-expand {
  display: none;
}

.inquiry .form_box dl dd select option {
  color: #151515;
}

.inquiry .form_box dl dd .select {
  position: relative;
  z-index: 0;
  background: #f9f9f9;
}

.inquiry .form_box dl dd .select:after {
  border-top: 2px solid #151515;
  border-right: 2px solid #151515;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 1.25em;
  top: calc(50% - 11px);
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  z-index: 1;
  pointer-events: none;
}

.inquiry .form_box input[type="text"],
.inquiry .form_box input[type="email"],
.inquiry .form_box input[type="tel"],
.inquiry .form_box textarea,
.inquiry .form_box select,
.inquiry input[type="button"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  line-height: 1.6;
}

.inquiry .form_box input[type="text"][disabled] {
  background:#D2D2D2;
}

.inquiry .form_box input[type="text"],
.inquiry .form_box input[type="email"],
.inquiry .form_box input[type="tel"],
.inquiry .form_box textarea,
.inquiry .form_box select {
  background: #f9f9f9;
  border: none;
  color: #151515;
}

.inquiry .form_box input[type="text"],
.inquiry .form_box input[type="email"],
.inquiry .form_box input[type="tel"] {
  height: 40px;
  padding: 0 0.75em;
}

.inquiry .form_box input[type="email"] {
  width: 100%;
}

.inquiry .form_box input[type="tel"] {
  width: 15em;
}

.inquiry input[type="radio"] {
  margin: 0 0.25em 0 0;
  position: relative;
  top: 0.075em;
}

.inquiry input[type="checkbox"] {
  border-radius: 0;
  margin: 0 0.5em 0 0;
  position: relative;
  top: 0.075em;
}

.free_txtbox {
  margin-top: 20px;
}

.free_txtbox span {
  margin-bottom: 10px;
  display: block;
}

.flexformbox {
  display: flex;
  display: -webkit-flex;
}

.datepicker_box {
  margin-right: 14px;
}

.inquiry .form_box .free_txtbox input{
    width: 100%;
}


.inquiry .form_box textarea {
  padding: 0.5em 0.75em;
  width: 100%;
}

.inquiry .select_01 {
  width: calc(35em + 1.25em);
}

.select_short {
    width: 140px;
    margin-right: 14px;
}

.inquiry .form_box dl dd select option.defalt_select {
    color: #B2B2C4;
}

.inquiry .txtarea {
  width: 100%;
}

.inquiry .txtarea_01 {
  width: 5em;
}

.inquiry .txtarea_02 {
  width: 6em;
}

.inquiry .txtarea_03 {
  width: 7em;
}

.inquiry .txtarea_04 {
  width: 8em;
}

.inquiry .txtarea_05 {
  width: 9em;
}

.inquiry .txtarea_06 {
  width: 10em;
}

.inquiry .txtarea_07 {
  width: 11em;
}

.inquiry .txtarea_08 {
  width: 12em;
}

.inquiry .txtarea_09 {
  width: 13em;
}

.inquiry .txtarea_10 {
  width: 14em;
}

.inquiry .txtarea_11 {
  width: 15em;
}

.inquiry .txtarea_12 {
  width: 20em;
}

.inquiry .txtarea_13 {
  width: 25em;
}

.inquiry .txtarea_14 {
  width: 30em;
}

.inquiry .txtarea_15 {
  width: 35em;
}

::-webkit-input-placeholder {
  letter-spacing: 0.1em;
  color: #b2b2b2;
  opacity: 1;
}

::-moz-placeholder {
  letter-spacing: 0.1em;
  color: #b2b2b2;
  opacity: 1;
}

:-ms-input-placeholder {
  letter-spacing: 0.1em;
  color: #b2b2b2;
}

.inquiry .announce {
  margin: 10px 0;
  padding-left:1.5em;
  text-indent:-1.5em;
}
/*    入力内容の確認ページ
----------------------------------------------------------- */
.confirm .form_box dl.fs dt {
  margin: 0;
}

.confirm .form_box dl.postal dd:before {
  content: "〒";
}

.confirm .form_box dl dd ul.use li span:nth-of-type(2):before {
  content: "：";
  margin: 0 0.15em;
}

/*    送信完了ページ
----------------------------------------------------------- */
.complete .form_box {
  text-align: center;
}

.complete .form_box h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  margin: 0 0 1.25em;
}

.complete .form_box p {
  font-size: 16px;
  font-size: 1.6rem;
}

.complete .form_box p:not(:first-of-type) {
  margin: 1em 0 0;
}
