@charset "utf-8";

/*========================================================================*\

$body

\*========================================================================*/

body,
html {
  height: 100%;
}

body {
  color: #121212;
  font-size: 1.6rem;
  font-weight: 400;
  height: 100%;
  line-height: 2;
}

/*========================================================================*\

$section

\*========================================================================*/

.section_bg {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

#Co .sectionInner,
#Co .packagingBox {
  margin: 0 auto;
  max-width: 1140px;
  padding: 10rem 2rem;
  position: relative;
  width: 100%;
}

#Co .sectionInner.wideSection {
  margin: 0 calc(50% - 50vw) !important;
  max-width: 100%;
  width: 100vw !important;
}

#Co .ico {
  background: #c81432;
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  padding: 0.5rem 2rem;
}

#Co .ico.ico_02 {
  background: #f39800;
}

@media only screen and (max-width: 1140px) {
  #Co .sectionInner,
  #Co .packagingBox {
    max-width: 100%;
    padding: 5rem 4rem;
  }
}

@media only screen and (max-width: 768px) {
  #Co .sectionInner,
  #Co .packagingBox {
    margin: 0 auto;
    padding: 4rem 2rem;
    position: relative;
    width: 100%;
  }
}

/*========================================================================*\

$テキスト系

\*========================================================================*/

#Co h2,
#Co h3,
#Co h4,
#Co h5,
#Co h6 {
  letter-spacing: 0.2rem !important;
}
#Co p,
#Co li {
  letter-spacing: 0.1rem !important;
}

#Co h2 {
  font-family: "Noto Serif JP", serif !important;
  font-size: 4rem;
  font-weight: 400;
  position: relative;
}

.color {
  color: #c81432;
  letter-spacing: 0.2rem !important;
}

.gold {
  color: #b09000;
  letter-spacing: 0.2rem !important;
}

#Co h2.title {
  margin-bottom: 4rem;
  text-align: center;
}

#Co h2.title:before {
  background-image: url(../images/ico_01.png);
  background-size: contain;
  content: "";
  display: block;
  height: 54px;
  margin: 0 auto 1rem auto;
  text-align: center;
  width: 54px;
}

#Co h4.subTitle {
  font-family: "Noto Serif JP", serif !important;
  font-size: 3.4rem;
  font-weight: 400;
  margin-bottom: 4rem;
  position: relative;
  text-align: center;
}

#Co h4.subTitle:before {
  background-image: url(../images/ico_02.png);
  background-size: contain;
  content: "";
  display: block;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  width: 29px;
}

#Co p {
  font-size: 1.6rem;
}

#Co .catch {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem !important;
}

#Co .en {
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 400;
}

#Co .minititle {
  color: #b09000;
  font-family: "Noto Serif JP", serif !important;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4 !important;
  margin-bottom: 0.5rem !important;
}

#Co .min {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 400;
}

#Co .ss {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #Co p {
    font-size: 1.4rem;
  }

  #Co .catch {
    font-size: 1.6rem;
  }

  #Co .ss {
    font-size: 1.2rem;
  }
}

/*========================================================================*\

$greetingSection

\*========================================================================*/

#Co #greetingSection {
  height: auto;
  margin: 8rem 0;
  max-height: 610px;
  position: relative;
  width: 100%;
}

#Co #greetingSection:before {
  background-image: url(../images/greeting_img.jpg);
  background-size: cover;
  border-radius: 30px 0 0 30px;
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 45%;
}

#Co #greetingSection .greetingBox {
  width: 50%;
}

#Co #greetingSection h2 {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 2rem;
  padding: 0 0 0.5rem 0;
}

#Co #greetingSection h2::after {
  background-color: #c81432;
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 180px;
}

#Co #greetingSection p {
  font-size: 1.8rem;
  line-height: 2;
}

/*========================================================================*\

$rankingSection

\*========================================================================*/

#Co #rankingSection {
  background-image: url(../images/bg_ranking.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#Co #rankingSection .box05 {
  margin-bottom: 0;
}

#Co #rankingSection .box05 .box05Inner {
  width: 204px !important;
}

#Co #rankingSection .box05 .box05Inner h3 {
  letter-spacing: 0 !important;
  line-height: 1.6;
}

#Co #rankingSection .box05 .box05Inner .photo {
  margin-bottom: 1.5rem;
}

#Co #rankingSection .box05 .box05Inner .photo img {
  background: #ffff;
  border-radius: 6px;
}

@media (max-width: 1140px) {
  #Co #rankingSection .box05 .box05Inner {
    width: 23.5% !important;
  }

  #Co #rankingSection .box05 .box05Inner:last-child {
    margin-top: 1rem !important;
  }
}

/*========================================================================*\

$giftSection

\*========================================================================*/

#Co #giftSection {
  background: url(../images/bg_gift.png) bottom left no-repeat;
}

#Co #giftSection h2 {
  line-height: 1;
  margin: 0 auto;
  margin-bottom: 8rem;
  position: relative;
  text-align: center;
}

#Co #giftSection h2 span {
  background: #598f35;
  color: white;
  margin: 0 auto;
  padding: 0.5rem 8rem;
  position: relative;
}

#Co #giftSection h2 span::before,
#Co #giftSection h2 span::after {
  border-style: solid;
  content: "";
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

#Co #giftSection h2 span::before {
  border-color: transparent #598f35 transparent transparent;
  border-width: 33.5px 38px 33.5px 0;
  left: -38px;
}

#Co #giftSection h2 span::after {
  border-color: transparent transparent transparent #598f35;
  border-width: 33.5px 0 33.5px 38px;
  right: -38px;
}

#Co #giftSection h2:before,
#Co #giftSection h2:after {
  background-color: #598f35;
  content: "";
  height: 1px;
  margin: auto;
  position: absolute;
  top: 49%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  z-index: -1;
}

#Co #giftSection h2:before {
  left: 0;
}

#Co #giftSection h2::after {
  right: 0;
}

#Co #giftSection .itemBox {
  align-items: center;
  background: #f0f3e9;
  display: flex;
  justify-content: center;
  padding: 7rem 3rem 3rem 3rem;
  position: relative;
  text-align: center;
}

#Co #giftSection .itemBox .photo {
  margin: 0;
}

#Co #giftSection .box03 .box03Inner h3 {
  background: #f0f3e9;
  color: #598f35;
  flex: 1 0 auto;
  font-family: "Noto Serif JP", serif !important;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2rem;
  margin-top: auto;
  padding-bottom: 2rem;
  text-align: center;
}

#Co #giftSection .box03 .box03Inner:last-child h3::before {
  content: "＼ ご自宅用にもおすすめ ／";
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 auto 1rem auto;
  text-align: center;
  width: 100%;
}

#Co #giftSection .itemBox p.ico_deadline {
  background: #ffffff;
  border: 2px solid #598f35;
  border-radius: 16px;
  color: #598f35;
  font-size: 1.2rem !important;
  letter-spacing: 0.1rem !important;
  line-height: 1 !important;
  padding: 6px 10px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
}

#Co #giftSection .box03 .box03Inner h4 {
  color: #598f35;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0 !important;
  margin-bottom: 0.5rem;
  padding: 0 0 0 2.8rem;
  position: relative;
}

#Co #giftSection .box03 .box03Inner h4:before {
  background-image: url(../images/point_01.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 20px;
}

/*========================================================================*\

$longSellerSection

\*========================================================================*/

#Co #longSellerSection {
  background: url(../images/bg_seller.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

#Co #longSellerSection h2 {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  margin-bottom: 2rem;
  padding: 0 0 0.5rem 0;
}

#Co #longSellerSection h3,
#Co #longSellerSection .catch {
  color: #ffffff;
  font-family: "Noto Serif JP", serif !important;
}

#Co #longSellerSection h3 {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}

#Co #longSellerSection .catch {
  font-size: 1.7rem;
  font-weight: 400;
}

#Co #longSellerSection .box02 .itemBox,
#Co #longSellerSection .itemBox .box04Inner {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 10px 10px 0 0 rgba(224, 225, 226, 0.4);
  padding: 2rem;
  position: relative;
  display: block;
}

#Co #longSellerSection .box02 .itemBox .box02 {
  justify-content: flex-start;
  margin-bottom: 0;
  align-items: flex-end;
}

#Co #longSellerSection .box02 .itemBox .box02 .box02Inner:last-child {
  padding-bottom: 0.2rem;
  width: 30%;
}

#Co #longSellerSection .box02 .itemBox .box02 .box02Inner:first-child {
  width: 70%;
}

#Co #longSellerSection .box02 .itemBox .box02 .photo {
  margin-bottom: 2rem;
}

#Co #longSellerSection .box02 .itemBox h4,
#Co #longSellerSection .itemBox .box04Inner h4 {
  font-family: "Noto Serif JP", serif !important;
  line-height: 1.6;
}

#Co #longSellerSection .box02 .itemBox h4 {
  font-size: 2rem;
  letter-spacing: 0.5rem !important;
  margin-bottom: 0.5rem;
}

#Co #longSellerSection .itemBox .box04Inner .photo {
  margin-bottom: 2rem;
}

#Co #longSellerSection .itemBox .box04Inner h4 {
  font-size: 1.5rem;
  letter-spacing: 0.2rem !important;
}

#Co #longSellerSection .box02 .itemBox p,
#Co #longSellerSection .itemBox .box04Inner p {
  font-size: 1.4rem;
  line-height: 1.6;
}

/*========================================================================*\

$scrollBox

\*========================================================================*/

.scrollBox {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.scrollBox.reverse {
  flex-direction: row-reverse;
}

/*テキストエリア*/
.textBox {
  padding-right: 5vw;
  width: 55vw;
}

.textBox div {
  padding-top: 5vh;
}

.scrollBox .box02 .box02Inner:nth-child(n + 2) {
  margin-top: 3rem !important;
}

/*イメージエリア*/
.imagesBox {
  align-items: center;
  display: flex;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 45vw;
}

.imagesBox p {
  bottom: 0;
  display: block;
  height: 650px;
  left: 50%;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.8s !important;
  visibility: hidden;
}

.imagesBox p img {
  border-radius: 400px;
}

.imagesBox p:first-child,
.imagesBox p.active {
  opacity: 1;
  visibility: visible;
}

/*========================================================================*\

$popSection

\*========================================================================*/

#Co #popSection {
  background: url(../images/bg_popular.png) top right no-repeat;
}

#Co #popSection .title,
#Co #newSection .title,
#Co #goodsSection .title {
  margin-bottom: 2rem;
}

#Co #popSection .catch,
#Co #newSection .catch,
#Co #goodsSection .catch {
  font-family: "Noto Serif JP", serif !important;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 2rem;
  text-align: center;
}

#Co #popSection h4,
#Co #newSection h4 {
  font-family: "Noto Serif JP", serif !important;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2;
}

#Co #popSection .textBox .box02 {
  margin-bottom: 0 !important;
}

#Co #popSection .textBox p,
#Co #newSection .textBox p {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

#Co #popSection .textBox .box02Inner {
  width: 45%;
}

/*========================================================================*\

$newSection

\*========================================================================*/

#Co #newSection {
  background: url(../images/bg_new.jpg) top left repeat;
}

#Co #newSection .scrollBox {
  margin: 0 auto 4rem auto;
}

#Co #newSection .catch {
  margin-bottom: 4rem;
}

#Co #newSection .textBox {
  padding-left: 5vw;
  padding-right: 0;
}

#Co #newSection .textBox div {
  padding-top: 0;
}

#Co #newSection .textBox .textBoxInner {
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 10px 10px 0 0 rgba(176, 144, 0, 0.2);
  margin-bottom: 5rem;
  padding: 3rem;
}

#Co #newSection .textBox .textBoxInner {
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 10px 10px 0 0 rgba(176, 144, 0, 0.2);
  margin-bottom: 5rem;
  padding: 3rem;
}

#Co #newSection .textBox .textBoxInner figure {
  float: left;
  width: 30%;
  margin: 0 3rem 0 0;
}

#Co #newSection .textBox p {
  margin: 0;
}

#Co #newSection h4 {
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

#Co #newSection .textBox .textBoxInner .itemBox {
  overflow: hidden;
}

#Co #newSection h3 {
  font-family: "Noto Serif JP", serif !important;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 0;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 1140px) {
  .textBox {
    padding-right: 0;
    width: 60vw;
  }
  .imagesBox {
    width: 40vw;
  }

  .imagesBox img {
    width: 100%;
  }

  #Co #newSection .textBox {
    padding-left: 0;
  }
}

/*========================================================================*\

$boxSection

\*========================================================================*/

#Co #boxSection h3 {
  color: #598f35;
  font-family: "Noto Serif JP", serif !important;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
}

#Co #boxSection .freeBox {
  border: 1px solid #598f35;
  margin-top: 5rem;
  padding: 3rem;
  position: relative;
}

#Co #boxSection .freeBox h4 {
  background: #598f35;
  border-radius: 6px;
  color: #ffffff;
  display: inline;
  font-weight: 700;
  padding: 0.3rem 5rem;
  position: absolute;
  top: -22px;
}

#Co #boxSection .freeBox h6,
#Co #boxSection .packagingBox .box03Inner h6 {
  color: #598f35;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0 !important;
  margin-bottom: 0.5rem;
  padding: 0 0 0 2.2rem;
  position: relative;
}

#Co #boxSection .freeBox h6:before,
#Co #boxSection .packagingBox .box03Inner h6:before {
  background-image: url(../images/point_01.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 16px;
}

#Co #boxSection .sectionInner.wideSection {
  background: #f0f3e9;
  padding: 0 2rem;
}

#Co #boxSection .packagingBox .box03 {
  margin-bottom: 8rem;
}

#Co #boxSection .packagingBox .box03Inner {
  background: #ffffff;
  padding: 2rem;
}

#Co #boxSection .packagingBox .box03Inner h5 {
  color: #598f35;
  font-family: "Noto Serif JP", serif !important;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
}

#Co #boxSection .packagingBox .box03Inner p {
  line-height: 1.8;
}

#Co #boxSection .photo {
  margin-bottom: 1.5rem;
}

#Co #boxSection .messageBox .box02 {
  align-items: center;
  background: #ffff;
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
}

#Co #boxSection .messageBox .box02 h5 {
  color: #598f35;
  font-family: "Noto Serif JP", serif !important;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 2rem;
  padding-left: 10rem;
  position: relative;
}

#Co #boxSection .messageBox .box02 h5:before {
  background: #598f35;
  border-radius: 6px;
  color: #ffffff;
  content: "無料";
  display: block;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  height: 50px;
  left: 0;
  line-height: 50px;
  margin: 0 auto;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 84px;
}

#Co #boxSection .messageBox .box02 .box02Inner:first-child {
  width: 289px;
}

#Co #boxSection .messageBox .box02 .box02Inner:last-child {
  width: calc(100% - 320px);
}

@media (max-width: 1140px) {
  #Co #boxSection .box02.reverse img {
    width: 100%;
  }
}

/*========================================================================*\

$goodsSection

\*========================================================================*/

#Co #goodsSection .goodsBox .box02Inner {
  border: 2px #b09000 dashed;
  border-radius: 6px;
  padding: 3rem 4rem 4rem 4rem;
}

#Co #goodsSection .goodsBox .box02Inner figure {
  margin-bottom: 2rem;
  text-align: center;
}

#Co #goodsSection .goodsBox .box02Inner h3 {
  font-family: "Noto Serif JP", serif !important;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem;
}

@media (max-width: 1140px) {
  #Co #goodsSection .goodsBox .box02Inner img {
    width: 100%;
  }
}

/*========================================================================*\

$foodSection

\*========================================================================*/

#Co #foodSection {
  background: url(../images/bg_food.jpg) no-repeat center 6%;
}

#Co #foodSection h2 {
  align-items: center;
  display: flex;
  letter-spacing: 0.5rem;
  margin-bottom: 1rem;
}

#Co #foodSection h2 .ss {
  letter-spacing: 0.5rem;
  margin-left: 1.5rem;
}

#Co #foodSection h3 {
  font-family: "Noto Serif JP", serif !important;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
  position: relative;
}

#Co #foodSection p {
  margin-bottom: 2rem;
}

/*========================================================================*\

$mapSection

\*========================================================================*/

#Co #mapSection .sectionInner {
  padding: 5rem 2rem;
}

#Co #mapSection .accessBox {
  background: #ffff;
}

#Co #mapSection .accessBox h4 {
  margin-bottom: 1rem;
}

#Co #mapSection .accessBox p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

#Co #mapSection .accessBox li {
  font-size: 1.2rem;
}

#Co #mapSection .accessBox li:nth-child(n + 3) {
  margin-top: 0 !important;
}

/*========================================================================*\

$presentArea

\*========================================================================*/

#Co {
  padding-bottom: 145px;
}

#presentArea {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: block;
  left: 0;
  padding: 2rem 0;
  position: fixed;
  transform: translateY(140px) translateX(0);
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1000;
}

#presentArea.change {
  background: #c81432;
}

#presentArea #presentAreaInner {
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1140px;
  padding: 2.6rem 2rem;
  position: relative;
}

#presentArea #presentAreaInner h3 {
  left: 2rem;
  position: absolute;
  top: -12px;
}

#presentArea #presentAreaInner ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

#presentArea #presentAreaInner li {
  width: 495px;
}

#presentArea #presentAreaInner li a {
  align-items: center;
  background: #c81432;
  border-radius: 100px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: "Noto Serif JP", serif !important;
  font-size: 1.6rem;
  font-weight: 700;
  font-weight: 400;
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

#presentArea #presentAreaInner li a::before {
  background-image: url(../images/logo_f.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 25px;
  margin-right: 0.6rem;
  vertical-align: middle;
  width: 100px;
}

#presentArea #presentAreaInner li a figure {
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
}

#presentArea #presentAreaInner li a:hover {
  transform: translateY(-5px);
}

#presentArea.fadein {
  transform: translateY(0) translateX(0);
}

@media (max-width: 1140px) {
  #Co {
    padding-bottom: 189px;
  }

  #presentArea {
    padding: 2rem;
  }

  #presentArea .pc {
    display: none;
  }

  #presentArea #presentAreaInner {
    display: block;
    padding: 2.6rem 2rem;
  }

  #presentArea #presentAreaInner h3 {
    margin: 0 auto 2rem auto;
    position: static;
    text-align: center;
    width: 70%;
  }

  #presentArea #presentAreaInner li {
    width: 100%;
  }
}

/*========================================================================*\

$torikumisection

\*========================================================================*/

#Co #torikumisection {
  background: #f7f4e5;
}

#Co #torikumisection .sectionInner .torikumiBox .box02Inner {
  background: #ffffff;
  padding: 3rem;
}

#Co #torikumisection .sectionInner .torikumiBox h4 {
  margin-bottom: 1rem;
}

#Co #torikumisection .torikumiBox .box02Inner h5 {
  color: #b09000;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0 !important;
  margin-bottom: 0.5rem;
  padding: 0 0 0 2.8rem;
  position: relative;
}

#Co #torikumisection .torikumiBox .catch {
  line-height: 1.6;
  margin-bottom: 5rem;
}

#Co #torikumisection .torikumiBox .box02Inner h5:before {
  background-image: url(../images/point_02.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 20px;
}

#Co #torikumisection .torikumiBox .box02Inner p {
  margin-bottom: 2rem;
}

#Co #torikumisection .torikumiBox .box02Inner .photo {
  margin-bottom: 1.5rem;
}

#Co #torikumisection .torikumiBox .box02Inner ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

#Co #torikumisection .torikumiBox .box02Inner li {
  font-size: 1.4rem;
  margin-right: 1.2rem;
  width: auto;
}

#Co #torikumisection .torikumiBox .box02Inner li:nth-child(n + 3) {
  margin-top: 0 !important;
}

@media (max-width: 1140px) {
  #Co #torikumisection .torikumiBox .box02Inner img {
    width: 100%;
  }
}
