﻿@charset "UTF-8";



/*//////////////////////////////////////////////////

Title : Sweet Collaboration CSS

//////////////////////////////////////////////////*/


/* ========================================================
                      * Layout style *
========================================================= */

html {
  font-size: 62.5%;
}

main {
  max-width: 100%;
}

footer {
  position: relative;
  z-index: 2;
  margin-top: 0;
}


/* ===================
  LP Contents
=================== */

.lp_contents {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  color: #3E3A39;
  font-size: 1.4rem;
}

.lp_contents::before {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../img/bg_all_pc.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
  content: "";
}

#FooterWrap {
  position: relative;
  z-index: 2;
}

.lp_contents *,
.lp_contents *:before,
.lp_contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lp_contents ul,
.lp_contents li {
  list-style: none;
}

.lp_contents a:hover {
  opacity: .6;
}

.lp_contents img {
  max-width: 100%;
}

.lp_contents sup {}

.lp_contents a,
.lp_contents a:before,
.lp_contents a:after,
.lp_contents a img {
  transition: opacity .3s ease-in-out,
  color .3s ease-in-out,
  background-color .3s ease-in-out,
  background-image .3s ease-in-out,
  border-color .3s ease-in-out,
  text-shadow .3s ease-in-out,
  text-weight .3s ease-in-out;
}

.lp_contents h1 {
  padding: 0;
}




/* -- List -- */

.list ul {
  letter-spacing: -0.4em;
}

.list ul li {
  display: inline-block;
  letter-spacing: 0.08em;
  vertical-align: top;
}




/* -- List Dot -- */

.list_dot,
.list.list_dot {
  margin: 1em 0;
}

.list_dot .list_dot {
  margin: 0 0 .5em;
}

.list_dot ul,
.list.list_dot ul {
  margin: 0;
  padding-left: 1.5em !important;
}

.list_dot ul li {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  list-style-type: none;
  line-height: 1.8;
}

.list_dot ul li ul {
  padding-top: 2px;
  padding-left: 2.5em !important;
}

.list_dot ul li:before {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-left: -1em;
  margin-right: 14px;
  background: #555;
  border-radius: 100%;
  vertical-align: middle;
  content: "";
}




/* ===================
  　　 General
=================== */

.lp_contents .txt_center {
  text-align: center;
}

.lp_contents .txt_bold {
  font-weight: bold;
}

.lp_contents .txt_en {
  font-family: 'Lora', sans-serif;
}

.lp_contents .txt_mincho {
  font-family: 'Noto Serif JP', serif;
}





/* ===================
  　　　Animation
=================== */


/* -- keyframes -- */

@keyframes opa0 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opa2 {
  0% {
    opacity: 0;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes tra1 {
  100% {
    transform: translateX(0);
  }
}

@keyframes tra2 {
  100% {
    transform: translateY(0);
  }
}

@keyframes tra3 {
  0% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0);
  }
}


@keyframes tra3_2 {
  0% {
    transform: translateY(2px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes tra4 {
  0% {
    transform: translateX(6%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra5 {
  0% {
    transform: translateX(-30%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra6 {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.ef {
  opacity: 0;
}

.ef.effect {
  animation: opa1 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef2 {
  opacity: 0;
}

.ef2.effect {
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top {
  opacity: 0;
  transform: translateY(50px);
}

.ef-top.effect {
  animation: opa1 .8s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top2 {
  opacity: 0;
  transform: translateY(40px);
}

.ef-top2.effect {
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3_2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-right {
  opacity: 0;
  transform: translateX(6%);
}

.ef-right.effect {
  animation: opa1 1.2s ease-in 0s 1 forwards, tra4 1.2s ease-in-out 0s 1 forwards;
}

.ef-left {
  opacity: 0;
}

.ef-left.effect {
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra5 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-lg.effect {
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra6 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}




/* ===================
  　Section Common
=================== */

.section {}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.inner {
  width: 120rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}



/* ===================
     Text Setting
=================== */

.txt_cont {
  text-align: center;
  line-height: 1.7;
}


/* ===================
  Button Setting
=================== */

.btn_wrap {
  text-align: center;
}



/* ===================
  　Breadcrumbs
=================== */

.breadcrumbs {}




/* ===================
  　　　INTRO
=================== */

.intro_section {
  padding: 0 0 10rem;
  background: #fff;
}

.intro_section .inner {}

.intro_section .intro_logo {
  padding: 8rem 0 6rem;
  text-align: center;
}

.intro_section .intro_logo img {
  width: 25rem;
}

.intro_section .intro_mv {
  margin: 0 0 8rem;
}

.intro_section .intro_mv img {}

.intro_section .intro_ttl {
  text-align: center;
  margin: 0 0 4rem;
}

.intro_section .intro_ttl img {
  width: 33rem;
}

.intro_section .intro_cont {
  text-align: center;
}

.intro_section .intro_cont img {
  width: 50rem;
}




/* ===================
  　     LOOK
=================== */

.look_section {
  padding: 12rem 0 0;
}

.look_main_ttl {
  text-align: center;
}

.look_head {
  margin-top: -1.1rem;
}

.look_head img {}

.look_head .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-flow: row-reverse;
}

.look_head .look_img {
  width: 60rem;
}

.look_head .look_img img {
  position: relative;
  z-index: 3;
}


.look_head .look_catch {
  width: 60rem;
  padding-right: 6rem;
  text-align: right;
}

.look_head .look_catch img {
  width: 49rem;
}

.look_contents {
  overflow: hidden;
  margin-top: -7rem;
}
.look_contents .inner {
  position: relative;
  margin: 0 auto 0;
  padding: 15rem 13rem 6rem;
}

.look_contents .inner::before {
  position: absolute;
  top: 0;
  right: -100%;
  left: 0;
  bottom: 0;
  background: #fff;
  border-radius: 20rem 0 0 0;
  content: "";
}

.ttl_howto {
  position: relative;
  z-index: 2;
  margin: 0 0 4rem;
  text-align: center;
}

.howto_list {
  position: relative;
  z-index: 2;
  margin: 0 0 6rem;
}

.howto_list ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.howto_list ul li {
  width: 50%;
}

.howto_list ul li a {}

.howto_list ul li img {}

.look_contents .btn_wrap {
  position: relative;
}


/* ===================
  　　 LOOK01
=================== */

.look01 {}

.look01 .howto_list ul {
  margin-bottom: -2.5rem;
}

.look01 .howto_list ul li {
  margin-bottom: 2.5rem;
}


/* ===================
  　　 LOOK02
=================== */

.look02 {
  margin-bottom: 12rem;
}

.look02 .look_head .inner {
  flex-flow: inherit;
}

.look02 .look_head .look_catch {
  padding: 0 0 0 6rem;
  text-align: left;
}

.look02 .look_head .look_catch img {
  width: 49rem;
}

.look02 .look_contents .inner::before {
  right: 0;
  left: -100%;
  border-radius: 0 20rem 0 0;
}



/* ===================
  　　 OTHER
=================== */

.other_section {
  padding: 0 0 12.5rem;
}

.other_contents {
  width: 100rem;
  margin: auto auto 12rem;
  padding: 6rem 0;
  background: #fff;
  text-align: center;
}

.other_contents .ttl_section {
  margin: 0 0 2.4rem;
}

.other_contents .other_cont {
  width: 57rem;
  margin: auto auto 5.7rem;
}

.other_item_list {}

.other_item_list ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

.other_item_list ul li {
  height: 41.7rem;
  margin: 0 2.4rem;
}

.other_item_list ul li img {
  max-height: 100%;
}

.other_item_list ul li:nth-child(1) {}

.other_item_list ul li:nth-child(2) {}

.other_item_list ul li a {}

.other_item_list ul li img {}

.other_section .btn_wrap {
  margin: 0 0 6.3rem;
}

.other_section .other_staff {
  text-align: center;
}

.other_section .other_staff img {
  width: 27.7rem;
}





/*=======================================
               Responsive
========================================*/


/* only PC */

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}





/*=======================================
                    PC
========================================*/

@media screen and (min-width: 768px) {

  #Wrap,
  .wrapBottom,
  .wrapTop,
  #Contents {
    width: 100%;
  }

  .contents {}

  .lp_contents {
    overflow: hidden;
  }
}

/* only tablet */
@media screen and (min-width: 768px) and (max-width: 1200px) {}

/*=======================================
                    SP
========================================*/

/* only SP */
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  .contents {}

  /* ===================
    LP Contents
  =================== */
  .lp_contents {
    overflow: hidden;
    font-size: calc(14 * (100vw / 390));
    letter-spacing: 0.02em;
  }

  /* ===================
    　Section Common
  =================== */
  .contents {
    padding-top: 0;
  }

  .contents_inner .section {}

  /* ===================
         ANIME
  =================== */
  @keyframes tra3 {
    0% {
      transform: translateY(30px);
    }

    100% {
      transform: translateY(0);
    }
  }

  /* ===================
    Button Setting
  =================== */
  .btn_wrap {}

  /* ===================
  　　　INTRO
  =================== */
  .intro_section {
    padding: 0 0 calc(80 * (100vw / 390));
  }

  .intro_section .inner {}

  .intro_section .intro_logo {
    padding: calc(40 * (100vw / 390)) 0;
  }

  .intro_section .intro_logo img {
    width: calc(160 * (100vw / 390));
  }

  .intro_section .intro_mv {
    margin: 0 0 calc(80 * (100vw / 390));
  }

  .intro_section .intro_mv img {}

  .intro_section .intro_ttl {
    margin: 0 0 calc(25.2 * (100vw / 390));
  }

  .intro_section .intro_ttl img {
    width: calc(238 * (100vw / 390));
  }

  .intro_section .intro_cont {
  }

  .intro_section .intro_cont img {
    width: calc(358 * (100vw / 390));
  }

  /* ===================
  　     LOOK
  =================== */
  .look_section {
    padding: calc(100 * (100vw / 390)) 0 0;
  }

  .look_main_ttl {
    margin: 0 0 calc(20 * (100vw / 390));
  }

  .look_main_ttl img {
    width: calc(200 * (100vw / 390));
  }

  .look_head {
    margin-top: 0;
  }

  .look_head img {}

  .look_head .inner {
    display: block;
  }

  .look_head .look_img {
    width: 100%;
    margin: 0 0 calc(40 * (100vw / 390));
  }

  .look_head .look_img img {
    width: 100%;
  }

  .look_head .look_catch {
    width: 100%;
    margin: 0 0 calc(60 * (100vw / 390));
    padding-left: calc(20 * (100vw / 390));
    padding-right: 0;
    text-align: left;
  }

  .look_head .look_catch img {
    width: calc(360 * (100vw / 390));
  }

  .ttl_howto {
    margin: 0 0 calc(17 * (100vw / 390));
  }

  .ttl_howto img {
    width: calc(165* (100vw / 390));
  }

  .look_contents {
    margin-top: 0;
    padding: 0 0 0 calc(20 * (100vw / 390));
  }

  .look_contents .inner {
    padding: calc(40 * (100vw / 390)) calc(20 * (100vw / 390)) calc(40 * (100vw / 390));
  }

  .look_contents .inner::before {
    border-radius: calc(100 * (100vw / 390)) 0 0 0;
  }
  .howto_list {
    margin: 0 0 calc(30 * (100vw / 390));
  }

  .howto_list ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .howto_list ul li {
    width: 50%;
  }

  .howto_list ul li a {}

  .howto_list ul li img {}

  .look_contents .btn_wrap {
    text-align: center;
  }

  .look_contents .btn_wrap img {
    width: calc(300 * (100vw / 390));
  }

  /* ===================
  　　 LOOK01
  =================== */
  .look01 {
    padding-top: calc(60 * (100vw / 390));
  }

  .look01 .look_contents .inner {
    padding-right: calc(15 * (100vw / 390)) ;
  }

  .look01 .howto_list ul {
    margin-bottom: 0;
  }

  .look01 .howto_list ul li {
    width: calc(155 * (100vw / 390));
    margin-bottom: 0;
    margin-left: calc(5 * (100vw / 390));
  }

  .look01 .howto_list ul li:nth-child(2n+1) {
    width: calc(175 * (100vw / 390));
    margin-left: 0;
  }

  /* ===================
  　　 LOOK02
  =================== */
  .look02 {
    margin-bottom: calc(80* (100vw / 390));
  }

  .look02 .ttl_howto {
    padding-right: calc(60* (100vw / 390));
  }

  .look02 .look_head .inner {
    flex-flow: inherit;
  }

  .look02 .look_head .look_catch {
    padding: 0 0 0 calc(20 * (100vw / 390));
    text-align: left;
  }

  .look02 .look_head .look_catch img {
    width: calc(360 * (100vw / 390));
  }

  .look02 .look_contents {
    padding-right: calc(20 * (100vw / 390));
    padding-left: 0;
  }

  .look02 .look_contents .inner {
    padding-top: calc(30 * (100vw / 390));
    padding-right: 0;
    padding-left: calc(20 * (100vw / 390));
  }

  .look02 .look_contents .inner::before {
    border-radius: 0 calc(100 * (100vw / 390)) 0 0;
  }

  .look02 .howto_list ul li {
    width: calc(175 * (100vw / 390));
    margin-left: 0;
  }

  .look02 .look_contents .btn_wrap {
    padding-right: calc(20 * (100vw / 390));
  }

  /* ===================
  　　 OTHER
  =================== */
  .other_section {
    padding: 0 0 12.5rem;
  }

  .other_contents {
    width: auto;
    margin: auto calc(20 * (100vw / 390)) calc(80 * (100vw / 390));
    padding: calc(40 * (100vw / 390)) calc(15 * (100vw / 390));
    background: #fff;
    text-align: center;
  }

  .other_contents .ttl_section {
    margin: 0 0 calc(24 * (100vw / 390));
  }

  .other_contents .ttl_section img {
    width: calc(100 * (100vw / 390));
  }

  .other_contents .other_cont {
    width: auto;
    margin: auto auto calc(40 * (100vw / 390));
  }

  .other_contents .other_cont img {
    width: calc(310 * (100vw / 390));
  }

  .other_item_list {}

  .other_item_list ul {
    justify-content: space-between;
    margin: 0 calc(-15 * (100vw / 390)) 0 0;
  }

  .other_item_list ul li {
    height: calc(300 * (100vw / 390));
    margin: 0 ;
  }

  .other_item_list ul li img {
    max-height: 100%;
  }

  .other_item_list ul li:nth-child(1) {}

  .other_item_list ul li:nth-child(2) {}

  .other_item_list ul li a {}

  .other_item_list ul li img {}

  .other_section .btn_wrap {
    margin: 0 0 calc(44 * (100vw / 390));
  }
  .other_section .btn_wrap img {
    width: calc(300 * (100vw / 390));
  }

  .other_section .other_staff {
  }

  .other_section .other_staff img {
    width: calc(277 * (100vw / 390));
  }
}
