@charset "UTF-8";
/*-----変数宣言-----*/
/*======================================================================*/
/* ~~~~~~ 全体共通１ 【 トラブル回避設定 】 ~~~~~~ */
/*======================================================================*/
/* グローバルリセット */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  -webkit-margin-before: 0em; /*デフォルトで設定されている空白を削除*/
  -webkit-margin-after: 0em; /*デフォルトで設定されている空白を削除*/
  -webkit-margin-start: 0px; /*デフォルトで設定されている空白を削除*/
  -webkit-margin-end: 0px; /*デフォルトで設定されている空白を削除*/
}

h1 {
  margin-bottom: 10px;
}

/* 各項目の上下にスペースを作る */
#consept, #business, #webshop, #sns, #history, #etc {
  padding-top: 10px !important;
  padding-bottom: 15px !important;
}

/*float解除し親要素の高さを保つ*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

/*======================================================================*/
/* ~~~~~~ 全体共通２【初期設定】  ~~~~~~ */
/*======================================================================*/
div {
  color: #555;
  /*  font-family: 'Montserrat', sans-serif;*/
  font-family: "Zen Kurenaido", sans-serif;
}

#fullback {
  posision: absolute;
  background-color: #fff;
}

#contents {
  position: relative;
  /*相対位置への配置*/
  top: 0px;
  /*上表示位置*/
  bottom: 0px;
  /*下表示位置*/
  left: 0px;
  /*左表示位置*/
  right: 0px;
  /*右表示位置*/
  margin: auto;
  /*左右中央に表示*/
  width: 100%;
}

.topinfoimage {
  width: 100%;
  max-width: 1380px;
  float: left;
}

.infosubposition {
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 20px;
}

#infoimage {
  display: flex;
  flex-wrap: wrap;
}

.infoposition {
  text-align: center;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 5px;
}
.infoposition h3 {
  width: 100%;
  background-color: #fff;
}

.infolink {
  display: block;
  width: 50%;
  padding: 5px;
  border-radius: 10px;
}

.infolink:hover {
  background-color: rgb(255, 251, 251);
}

.infopict {
  display: flex;
  flex-direction: column;
  position: relative;
}
.infopict .topinfoimage {
  width: 100%;
  float: left;
  border-radius: 10px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}
.infopict .click {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 251, 0, 0.1);
  color: #d15656;
  border-radius: 50%;
  font-size: 24px;
  text-decoration: underline;
}

.oldnews {
  display: block;
  width: 25%;
  padding: 5px;
  border-radius: 300px;
}
.oldnews .oldbox {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; /* 上下中央に配置するために追加 */
  height: 100%; /* 親要素の高さいっぱいに広げる */
  flex-direction: column;
  position: relative;
  border-radius: 300px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}
.oldnews .oldnewstext {
  text-align: center;
  width: 100%;
  float: left;
  color: #333333;
}
.oldnews .click {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 251, 0, 0.1);
  color: #d15656;
  border-radius: 50%;
  font-size: 24px;
  text-decoration: underline;
}

.oldnews:hover {
  background-color: rgb(255, 251, 251);
}

#consept div {
  background: #fffff8;
  margin: 10px 4% 0 4%;
  padding: 40px;
  border-radius: 10px;
  line-height: 2;
  letter-spacing: 0.2em;
  font-family: "Arial", "メイリオ";
}
#consept p {
  padding-top: 10px;
}

.brand_wrap_shadow {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
  margin-top: 10px;
}

div.brand:hover {
  background-color: rgb(255, 251, 251);
}

.brand {
  width: 36%;
  max-width: 1380px;
  height: 76%;
  background-color: rgb(255, 255, 255);
  -webkit-clip-path: ellipse(50% 50% at center);
          clip-path: ellipse(50% 50% at center);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 20px auto;
  text-align: center;
  position: relative;
}
.brand .brandimage {
  padding-top: 10px;
  margin-bottom: 10px;
}
.brand .brandtext_sub1 {
  padding-top: 20px;
  font-size: 120%;
}
.brand .brandtext_main {
  margin-top: 5px;
  font-size: 140%;
  font-weight: bold;
}
.brand .brandtext_sub2 {
  font-size: 110%;
}
.brand #business.one .brandtext_sub1 {
  font-size: 100%;
}
.brand #business.one .brandtext_main {
  font-size: 200%;
}
.brand #business.one .brandtext_sub2 {
  font-size: 80%;
}
.brand #business.two .brandtext_sub1 {
  font-size: 120%;
}
.brand #business.two .brandtext_main {
  font-size: 140%;
}
.brand #business.two .brandtext_sub2 {
  font-size: 110%;
}
.brand .click {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 251, 0, 0.1);
  color: #d15656;
  padding: 20px 20px;
  border-radius: 50%;
  font-size: 24px;
  text-decoration: underline;
}

#webshop {
  background-color: rgba(255, 255, 255, 0.8);
}
#webshop div {
  margin-top: 10px;
  margin-left: 4%;
  border-radius: 30px;
  width: 92%;
  transition: all 0.5s;
}
#webshop div:hover {
  transition: all 0.5s;
  box-shadow: 0px 0px 10px 8px #ffffff;
}
#webshop p {
  position: absolute;
  z-index: 1000;
  color: #fff;
  margin: 28% 0 0 48%;
  font-size: 2.4vw;
  line-height: 1.2;
  text-shadow: 1px 1px 1px #555;
  text-align: right;
}
#webshop #osaihou {
  width: 59.4%;
  border-radius: 30px 0 0 30px;
  vertical-align: middle;
}
#webshop #gateauchocolat {
  position: absolute;
  width: 50.32%;
  left: 42%;
  -webkit-clip-path: polygon(0 100%, 17% 0, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 17% 0, 100% 0, 100% 100%);
  border-radius: 0 30px 30px 0;
}

#sns h3 {
  margin-left: 4%;
  padding: 2% 0%;
}
#sns hr {
  margin: 4% 4% 0 4%;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
#sns div:hover {
  background-color: rgb(255, 251, 251);
}
#sns img {
  position: absolute;
  width: 10%;
  max-width: 80px;
}
#sns p:first-of-type {
  text-align: right;
  position: relative;
  font-weight: bold;
  color: #555;
  text-decoration: underline;
  letter-spacing: 0.12em;
}
#sns p:not(:first-of-type) {
  position: relative;
  font-family: "Arial", "メイリオ";
  font-weight: normal;
  color: #555;
  letter-spacing: 0.1em;
}

#history div.book_wrap {
  filter: drop-shadow(10px 10px 3px rgba(0, 0, 0, 0.5));
}
#history div.book {
  background: #c9c9c9;
  color: #fff;
  margin: 4%;
  padding: 8% 10% 6% 10%;
  line-height: 1.6;
  letter-spacing: 0.2em;
  -webkit-clip-path: polygon(0 1%, 4% 0, 50% 6%, 96% 0, 100% 1%, 100% 96%, 94% 97%, 50% 100%, 4% 97%, 0% 96%);
          clip-path: polygon(0 1%, 4% 0, 50% 6%, 96% 0, 100% 1%, 100% 96%, 94% 97%, 50% 100%, 4% 97%, 0% 96%);
}
#history p:not(:first-of-type) {
  margin-top: 4%;
}

.doublearrow {
  vertical-align: middle; /*上下中央*/
  margin-left: 47.5%;
  width: 5%;
}

/* :::::::::::::::::::::: */
/* :::::: 企業情報 :::::: */
/* :::::::::::::::::::::: */
#etc h3, #etc iframe {
  margin-left: 5%;
  border-radius: 30px 30px 0 0;
}
#etc iframe {
  height: 400px;
}
#etc #companylist {
  margin-bottom: 10px;
}
#etc dl {
  text-align: left;
  margin: 0px auto;
  width: 90%;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
  background: #ddd;
}
#etc dd p:not(:first-of-type) {
  margin: 20px 0;
}
#etc #companylist dt {
  width: 30%;
  float: left;
  padding: 3px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
#etc #companylist dd {
  margin-left: 30%;
  padding: 3px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #fff;
}
#etc #companylist dd:after {
  display: block;
  content: "";
  clear: both;
}
#etc #triger_company {
  padding: 1% 0 1% 0;
  background-color: #E8EbE8; /*白磁*/
  border-radius: 20px 20px 20px 20px;
}

/*===================================================================================*/
/* ~~~~~~ 共通設定３　【クリックしたら矢印を回転し中身を表示する　に関連する設定】  ~~~~~~ */
/*===================================================================================*/
.arrow_rotate {
  transform: rotate(180deg);
}

/*======================================================================*/
/*レスポンシブ設定（スマホ）　【画面サイズ　768pxより下】*/
/*======================================================================*/
@media (max-width: 767px) {
  /* 常に100％ */
  #contents, #infoimage, #consept, #business, #webshop, #sns, #history, #etc {
    width: 100%;
    margin: 0 auto 10px auto;
  }
  #consept, #business, #webshop, #sns, #history, #etc {
    padding: 0 4% 0 4%; /*隙間構成*/
  }
  .infosubposition {
    font-size: 14px;
  }
  .infoposition {
    width: 100%;
    font-size: 20px;
  }
  .infoposition h3 {
    width: 100%;
  }
  .infolink {
    width: 100%;
  }
  .oldnews {
    width: 50%;
  }
  #consept p {
    font-size: 12px;
  }
  .brand {
    width: 100%;
    max-width: 1380px;
    float: left;
  }
  .brandimage {
    width: 70%;
    max-width: 1380px;
    float: left;
  }
  /* ブランドが1つの場合 */
  #business.one .brand {
    margin: 0 20% 0 20%; /*隙間構成*/
    width: 60%;
    max-width: 1380px;
  }
  #business.one .brandtext_sub1 {
    font-size: 80%;
  }
  #business.one .brandtext_main {
    font-size: 100%;
  }
  #business.one .brandtext_sub2 {
    font-size: 80%;
  }
  /* ブランドが2つの場合 */
  #business.two .brand {
    margin: 0 2% 0 2%; /*隙間構成*/
    width: 46%;
    max-width: calc(1380px / 2);
  }
  #business.two .brandtext_sub1 {
    font-size: 80%;
  }
  #business.two .brandtext_main {
    font-size: 100%;
  }
  #business.two .brandtext_sub2 {
    font-size: 80%;
  }
  #sns a {
    display: flex;
    margin: 0 4% 2% 6%;
  }
  #sns div {
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    border-radius: 40px 0 20px 0;
  }
  #sns p:first-of-type {
    text-align: left;
    margin: 2% 0 4% 23%;
    font-size: 2.8vw;
  }
  #sns p:not(:first-of-type) {
    margin: 1% 0 2% 23%;
    font-size: 2.4vw;
  }
  #etc iframe {
    height: 380px;
  }
  #etc dt,
  #etc dd {
    font-size: 12px;
  }
}
/*======================================================================*/
/*レスポンシブ設定（タブレット）　【画面サイズ　768px～1170px】*/
/*======================================================================*/
@media (min-width: 768px) and (max-width: 1170px) {
  /* 初期スタイル */
  #contents, #infoimage, #consept, #business, #webshop, #sns, #history, #etc {
    width: 100%;
    margin: 0 auto 10px auto;
  }
  #consept, #business, #webshop, #sns, #history, #etc {
    padding: 0 4% 0 4%; /*隙間構成*/
  }
  .brand {
    width: 100%;
    max-width: 1380px;
    float: left;
  }
  .brandimage {
    width: 70%;
    max-width: 1380px;
    float: left;
  }
  /* ブランドが1つの場合 */
  #business.one .brand {
    margin: 0 30% 0 30%; /*隙間構成*/
    width: 40%;
    max-width: 1380px;
  }
  /* ブランドが2つの場合 */
  #business.two .brand {
    margin: 0 4% 0 4%; /*隙間構成*/
    width: 42%;
    max-width: calc(1380px / 2);
  }
  #sns a.sns-milleturuitem:nth-child(even) {
    margin: 0 0 0 5%;
  }
  #sns a.sns-milleturuitem:nth-child(odd) {
    margin: 0 0 0 0%;
  }
  #sns a.sns-shikaitem:nth-child(odd) {
    margin: 0 0 0 5%;
  }
  #sns a.sns-shikaitem:nth-child(even) {
    margin: 0 0 0 0%;
  }
  #sns div {
    width: 45%;
    margin-bottom: 1%;
    background-color: white;
    display: inline-block;
    vertical-align: top;
    flex-direction: column;
    border-radius: 40px 0 20px 0;
  }
  #sns p:first-of-type {
    margin: 8% 6% 10% 0;
    font-size: 1.8vw;
  }
  #sns p:not(:first-of-type) {
    margin: 0 0 2% 6%;
    font-size: 1.4vw;
  }
  #history div.book {
    margin: 0 15%;
    padding: 6% 10% 4% 10%;
  }
}
/*======================================================================*/
/*レスポンシブ設定（PC１）　【画面サイズ　1171px～$maxwidthsize(1380px)】*/
/*======================================================================*/
@media (min-width: 1171px) and (max-width: 1380px) {
  /* 初期スタイル */
  #contents, #infoimage, #consept, #business, #webshop, #sns, #history, #etc {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto 10px auto;
  }
  #consept, #business, #webshop, #sns, #history, #etc {
    padding: 0 4% 0 4%; /*隙間構成*/
  }
  .brand {
    width: 100%;
    max-width: 1380px;
    float: left;
  }
  .brandimage {
    width: 50%;
    max-width: 1380px;
    float: left;
  }
  /* ブランドが1つの場合 */
  #business.one .brand {
    margin: 0 35% 0 35%; /*隙間構成*/
    width: 30%;
    max-width: 1380px;
  }
  /* ブランドが2つの場合 */
  #business.two .brand {
    margin: 0 3% 0 3%; /*隙間構成*/
    width: 44%;
    max-width: calc(1380px / 2);
  }
  #sns a.sns-milleturuitem:nth-child(3n+1) {
    margin: 0 0 0 5%;
  }
  #sns a.sns-milleturuitem:nth-child(3n+2) a.sns-milleturuitem:nth-child(3n) {
    margin: 10% 0 0 0%;
  }
  #sns a.sns-shikaitem:nth-child(3n+2) {
    margin: 0 0 0 5%;
  }
  #sns a.sns-shikaitem:nth-child(3n+1) a.sns-shikaitem:nth-child(3n) {
    margin: 0 0 0 0%;
  }
  #sns div {
    width: 30%;
    margin-bottom: 1%;
    background-color: white;
    display: inline-block;
    vertical-align: top;
    flex-direction: column;
    border-radius: 40px 0 20px 0;
  }
  #sns p:first-of-type {
    margin: 8% 6% 10% 0;
    font-size: 1.2vw;
  }
  #sns p:not(:first-of-type) {
    margin: 0 0 2% 2%;
    font-size: 1vw;
  }
  #history div.book {
    margin: 0 20%;
    padding: 5% 10% 3% 10%;
  }
}
/*======================================================================*/
/*レスポンシブ設定（PC２）　【画面サイズ　$maxwidthsize+1(1381px)以上】*/
/*======================================================================*/
@media (min-width: 1381px) {
  /* 初期スタイル */
  #contents, #infoimage, #consept, #business, #webshop, #sns, #history, #etc {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto 10px auto;
  }
  #contents, #consept, #business, #webshop, #sns, #history, #etc {
    border-radius: 10px;
  }
  #consept, #business, #webshop, #sns, #history, #etc {
    padding: 0 4% 0 4%; /*隙間構成*/
  }
  .brand {
    width: 100%;
    max-width: 1380px;
    float: left;
  }
  .brandimage {
    width: 50%;
    max-width: 1380px;
    float: left;
  }
  /* ブランドが1つの場合 */
  #business.one .brand {
    margin: 0 35% 0 35%; /*隙間構成*/
    width: 30%;
    max-width: 1380px;
  }
  /* ブランドが2つの場合 */
  #business.two .brand {
    margin: 0 3% 0 3%; /*隙間構成*/
    width: 44%;
    max-width: calc(1380px / 2);
  }
  #webshop p {
    /* 画面幅1380px以上ではフォントサイズを固定する。という計算式 */
    font-size: 30.36px;
  }
  #sns a.sns-milleturuitem:nth-child(3n+1) {
    margin: 0 0 0 5%;
  }
  #sns a.sns-milleturuitem:nth-child(3n+2) a.sns-milleturuitem:nth-child(3n) {
    margin: 10% 0 0 0%;
  }
  #sns a.sns-shikaitem:nth-child(3n+2) {
    margin: 0 0 0 5%;
  }
  #sns a.sns-shikaitem:nth-child(3n+1) a.sns-shikaitem:nth-child(3n) {
    margin: 0 0 0 0%;
  }
  #sns div {
    width: 30%;
    margin-bottom: 1%;
    background-color: white;
    display: inline-block;
    vertical-align: top;
    flex-direction: column;
    border-radius: 40px 0 20px 0;
  }
  #sns p:first-of-type {
    margin: 8% 6% 10% 0;
    font-size: 18px;
  }
  #sns p:not(:first-of-type) {
    margin: 0 0 2% 2%;
    font-size: 14px;
  }
  #history div.book {
    margin: 0 20%;
    padding: 4% 10% 2% 10%;
  }
}/*# sourceMappingURL=common.css.map */